/*
Theme Name: Redbox Média - Thème Personnalisé
Theme URI: http://redboxmedia.ca/
Description: Ceci est un thème personnalisé créé par Redbox Média
Author: Redbox Média
Author URI: http://redboxmedia.ca/
Template: salient
Version: 1
*/



/* gravity forms */

.gform_fields{
	margin:0 -5px;
	list-style:none;
}

.gform_fields li{
	padding:0 5px;
	list-style: none !important;
	float:left;
	box-sizing: border-box;
}

.gform_fields:after{
	content: ' ';
	display:block;
	clear:both;
}

.col-gf-1  { width:   8%; }
.col-gf-2  { width:  16%; }
.col-gf-3  { width:  25%; }
.col-gf-4  { width:  33%; }
.col-gf-5  { width:  41%; }
.col-gf-6  { width:  50%; }
.col-gf-7  { width:  58%; }
.col-gf-8  { width:  66%; }
.col-gf-9  { width:  75%; }
.col-gf-10 { width:  83%; }
.col-gf-11 { width:  91%; }
.col-gf-12 { width: 100%; }

.validation_error{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.gform_confirmation_message{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/* easy responsive */

@media(max-width:992px){ .visible-lg{display:none;} }
@media(min-width:992px){ .hidden-lg{display:none;} }

@media(max-width:992px) and (min-width:768px){ .hidden-md{display:none !important;} }
@media(min-width:992px){ .visible-md{display:none !important;} }
@media(max-width:768px){ .visible-md{display:none !important;} }

@media(max-width:768px) and (min-width:480px){ .hidden-sm{display:none !important;} }
@media(min-width:768px){ .visible-sm{display:none !important;} }
@media(max-width:480px){ .visible-sm{display:none !important;} }

@media(min-width:480px){ .visible-xs{display:none;} }
@media(max-width:480px){ .hidden-xs{display:none;} }

.row-flex{
	margin:0 -10px;
}

.row-flex.row-gutter-40{
	margin:0 -40px;
}

.row-flex.row-gutter-60{
	margin:0 -60px;
}

.row-flex:after{
	content:' ';
	display:block;
	clear:both;
}

.row-flex *[class*="span-flex"]{
	padding:0 10px;
}

.row-flex.row-gutter-40 *[class*="span-flex"]{
	padding:0 40px;
}

.row-flex.row-gutter-60 *[class*="span-flex"]{
	padding:0 60px;
}

.span-flex-lg-1, .span-flex-md-1, .span-flex-sm-1, .span-flex-xs-1  	{ width:   8%; margin:0; }
.span-flex-lg-2, .span-flex-md-2, .span-flex-sm-2, .span-flex-xs-2  	{ width:  16%; margin:0; }
.span-flex-lg-3, .span-flex-md-3, .span-flex-sm-3, .span-flex-xs-3  	{ width:  25%; margin:0; }
.span-flex-lg-4, .span-flex-md-4, .span-flex-sm-4, .span-flex-xs-4  	{ width:  33%; margin:0; }
.span-flex-lg-5, .span-flex-md-5, .span-flex-sm-5, .span-flex-xs-5  	{ width:  41%; margin:0; }
.span-flex-lg-6, .span-flex-md-6, .span-flex-sm-6, .span-flex-xs-6  	{ width:  50%; margin:0; }
.span-flex-lg-7, .span-flex-md-7, .span-flex-sm-7, .span-flex-xs-7  	{ width:  58%; margin:0; }
.span-flex-lg-8, .span-flex-md-8, .span-flex-sm-8, .span-flex-xs-8  	{ width:  66%; margin:0; }
.span-flex-lg-9, .span-flex-md-9, .span-flex-sm-9, .span-flex-xs-9  	{ width:  75%; margin:0; }
.span-flex-lg-10, .span-flex-md-10, .span-flex-sm-10, .span-flex-xs-10 	{ width:  83%; margin:0; }
.span-flex-lg-11, .span-flex-md-11, .span-flex-sm-11, .span-flex-xs-11 	{ width:  91%; margin:0; }
.span-flex-lg-12, .span-flex-md-12, .span-flex-sm-12, .span-flex-xs-12 	{ width: 100%; margin:0; }

@media (max-width:992px){
	.span-flex-lg-1, .span-flex-lg-2, .span-flex-lg-3, .span-flex-lg-4, .span-flex-lg-5, .span-flex-lg-6, .span-flex-lg-7, .span-flex-lg-8, .span-flex-lg-9, .span-flex-lg-10, .span-flex-lg-11, .span-flex-lg-12{
		width:100%;
	}
}

@media (max-width:768px){
	.span-flex-md-1, .span-flex-md-2, .span-flex-md-3, .span-flex-md-4, .span-flex-md-5, .span-flex-md-6, .span-flex-md-7, .span-flex-md-8, .span-flex-md-9, .span-flex-md-10, .span-flex-md-11, .span-flex-md-12{
		width:100%;
	}
}

@media (max-width:480px){
	.span-flex-sm-1, .span-flex-sm-2, .span-flex-sm-3, .span-flex-sm-4, .span-flex-sm-5, .span-flex-sm-6, .span-flex-sm-7, .span-flex-sm-8, .span-flex-sm-9, .span-flex-sm-10, .span-flex-sm-11, .span-flex-sm-12{
		width:100%;
	}
}



/**** général ***/
/*.index_journals_list .ancre{
	position: fixed;
  position-anchor: --myAnchor;
}*/

/*.index_journals_list .ancre:before {
	content:"";
	display:block;
	height:200px; 
	margin:-200px 0 0; 
}*/

html body  {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	color: #1E2124;
	font-weight: 400;
	line-height: 1.5;
}
html body #banner .petit_text {
font-size: 18px;
}
.single-service .services_infos h3,
html body .font_18 {
	font-size: 18px;
}
.single-service .services_infos h3 {
font-weight: 600 !important;
}
html body.page-template-page-left-sidebar h2,
body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs li a,
.single-service .services_infos h2,
html body h3,
html body #banner,
html body .gros_texte {
	font-size: 30px;
	    font-size: clamp(24px, 1.87vw, 30px);
	    font-size: clamp(20px, 1.87vw, 30px);
	line-height: 1.4;
}
body .bold, 
body strong, 
body b {
    font-family: "Lexend", sans-serif;
    font-weight: bold;
}

html body a {
	color: #006595;
}
body .span_12.light .wpb_text_column a:not(:hover) {
    opacity: 1;
}
.main-content a {
	text-decoration: underline;
}
#ajax-content-wrap,
.container-wrap {
	background-color: #fff ;
}
body.search #page-header-bg h1,
html body.page-template-page-left-sidebar h2,
body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs li a,
.woocommerce-EditAccountForm.edit-account fieldset legend ,
html body h1,
html body h2,
html body h3,
html body h4{
	font-family: "Lexend", sans-serif;
	color: #1E2124;
	font-weight: 400;
	line-height: normal;
	
}
html body .main-content h1 a,
html body .main-content h2 a,
html body .main-content h3 a,
html body .main-content h4 a {
text-decoration: none;
}
body.search #page-header-bg h1,
html body h1 ,
html body h2 {
	font-size: 60px;
	font-size: clamp(38px, 3.75vw, 60px);
	position: relative;
	margin-bottom:30px !important;
}
body.search #page-header-bg h1 {
	text-align: left;
	font-weight: 400;
}
body #respond h3, body h3#comments,
.single-post .related-post-wrap h3.related-title:not(.nectar-blog-single-section-title),
.single-service .row_autres_services h2,
html body.single-post h2,
html body .row_mon_journal_list h2,
html body .moyen_h2 h2 {
	font-size: 40px;
	font-size: clamp(30px, 2.5vw, 40px);
	font-weight: 500;
}
html body.single-post h3,
html body .petit_h2 h2 {
	font-size: 30px;
	    font-size: clamp(24px, 1.87vw, 30px);
	
}
html svg.doodle_haut_droite {
	position: absolute;
	    top: -13px;
    right: -23px;
}
html svg.doodle_gauche_haut {
	position: absolute;
	    top: -13px;
    left: -23px;
}
html svg.doodle_gauche_haut_1 {
	
	    top: -25px;
    left: -35px;
}
html svg.doodle_droite_bas {
	position: absolute;
	    bottom: -13px;
    right: -23px;
}
html svg.doodle_gauche_centre_1 {
	    width: 26px;
    position: absolute;
    top: 11px;
    left: -35px;
}
html body svg.doodle_gauche_bas{
position: absolute;
	    bottom: -17px;
    left: -23px;
}
.doodle_haut_droite_1 {
width: 37px;
}
.doodle_gauche_bas_1 {
width: 29px;
}
.doodle_gauche_haut_1 {
width: 50.5px;
}
.doodle_droite_bas_1 {
	width: 30px;
}
.the_courbe_turquoise_1 {
	width: 100%;
	
	position: absolute;
    bottom: -19px;
    left: 0px;
    right: 5px;
    height: 18px;
}
.the_doodle_turequoise_haut_gauche_1 {
	width: 28px;
	
	position: absolute;
    top: 11px;
    left: -35px;
}
.vague_partege path{
	    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    opacity: 0;
        animation-duration: 1s !important;
        transform-origin: 0px 0px;
}

.curve_doodle path {
	    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    opacity: 0;
        animation-duration: 1.8s !important;
        transform-origin: 0px 0px;
}
.simple_doodle path {
	    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    opacity: 0;
        animation-duration: 1s !important;
        transform-origin: 0px 0px;
}
.visible .vague_partege path{
	stroke-linecap: round;
	    opacity: 1;

	animation: customCurveAnimationB 2s linear alternate forwards;
	animation-delay: 1s;
}

.visible .curve_doodle  path{
	stroke-linecap: round;
	    opacity: 1;

	animation: customCurveAnimation 5s linear alternate forwards;
	animation-delay: 1s;
}
.visible .simple_doodle path {
	stroke-linecap: round;
	    opacity: 1;
	        
	animation: customDoodleAnimation 1s linear alternate infinite;
	animation-delay: 1s;
}
@keyframes customCurveAnimation {
    0% {
        stroke-dashoffset: 500;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes customCurveAnimationB {
    0% {
        stroke-dashoffset: 500;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes customDoodleAnimation {
    0% {
        stroke-dashoffset: 110;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.pos_large .un_journal .infos h2,
.titre_doodle h1,
.titre_doodle h2,
.titre_doodle h3{
	display: inline-block;
	position: relative;
}
.titre_doodle h1 em,
.titre_doodle h3 em,
.titre_doodle h2 em {
	font-style: normal;
	position: relative;
	display: inline-block;
}

.wpb_row.petit_padding > .span_12 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.wpb_row > .span_12 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.wpb_row.no_pad_top > .span_12 {
	padding-top: 0;
	
}
.wpb_row.no_pad_bottom > .span_12 {
	padding-bottom: 0;
}
.wpb_row.no_padding > .span_12,
.wpb_row .wpb_row > .span_12 {
	padding-top: 0;
	padding-bottom: 0;
}
.row_min_height_830.wpb_row > .span_12,
.row_min_height_640.wpb_row > .span_12,
#banner.wpb_row > .span_12 {
	
	padding-bottom: 35px;
}
.row_min_height_830.wpb_row > .span_12,
.row_min_height_640.wpb_row > .span_12 {
	padding-top: 35px;
}
.nectar-highlighted-text em {
    position: relative;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: 1em;
    padding: 0 3px;
}
.nectar-highlighted-text em.animated .nectar-scribble path {
    stroke-linecap: round;
    opacity: 1;
    animation: nectarStrokeAnimation 1.3s cubic-bezier(0.65,0,0.35,1) forwards;
}
body .nectar-highlighted-text[data-using-custom-color="false"]:not([data-style="text_outline"]) em {
	background: transparent;
}
@keyframes nectarStrokeAnimation {
    0% {
        stroke-dashoffset: 1;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
.nectar-highlighted-text .nectar-scribble path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0;
}

.row_vert > .row-bg-wrap{
	background-color: #46cf91;
}
.row_min_height_640 > .span_12{

	min-height: 640px;
	min-height: 32.25vw;
	max-height: 640px;
}
#banner.row_min_height_830 > .span_12,
.slider_accueil .swiper-wrapper, 
.row_min_height_830 > .span_12 {
	    min-height: 43.3vw;
	     min-height: 42vw;
    max-height: 830px;
	height: unset;
}
.rond_inverse_gauche > .row-bg-wrap .row-bg {
	width: 48% !important;
	    -webkit-mask-image: url(images/rond-noir-1000.png);
	      mask-image: url(images/rond-noir-1000.png);
	      mask-size: 135%;
	mask-position: 100% 50%;
	    background-position: 100% 35% !important;
}
.rond_inverse_gauche > .row-bg-wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 23%;
	left: 261px;
	    left: calc(50% - 433px);
	top: 0;
	bottom:0;
	right: 0;
	/*background: url(images/bg_vert_droite_rond_inverse.svg) no-repeat left center;*/
	z-index: 2;
}
.col_pad_left_10 > .vc_column-inner {
	padding-left: 12%;
}

.row_margin_bottom {
	margin-bottom: 28px !important;
}
.row_margin_bottom_plus {
	margin-bottom: 59px !important;
}


.wpb_wrapper>div.nectar-highlighted-text {
	margin-bottom: 0;
}

.pad_right_10 {
	padding-right: 10% !important;
} 


#banner > .span_12 {
	min-height: 640px;
	    min-height: 32.25vw;
	    max-height: 640px;
	        align-items: center;
	        padding-top: 35px;
}
#banner > .row-bg-wrap:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	max-width: calc(50% + 240px);
	    width: calc(50% + 12%);

	max-width: calc(50% + 285px);
    width: calc(50% + 14%);
	background: url(images/bg_vert_droite_rond.svg) no-repeat right center;
	z-index: 2;
}
#banner > .row-bg-wrap .row-bg {
	right: 0;
	left: 55%;
	width: unset !important;
}

body #banner .nectar-button.cta_marg_right {
    margin-right: 30px;
}

#banner.titre_sur_titre .sur_titre {
	padding-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2; /* 166.667% */
	text-decoration: underline;
	margin-bottom: 10px;
}

#banner_accueil > .span_12 {
	margin-right: 45px;
    margin-left: 45px;
	overflow: hidden;
	border-radius: 30px;
}

body .nectar-button.cta_marg_right {
	margin-right: 20px;
}
html body .nectar-button {

	font-family: "Lexend", sans-serif;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
	padding: 16px 23px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}

body #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a span,
html body .nectar-button span {
	position: relative;
	z-index: 1;
}
body .cky-btn.cky-btn-accept .effet,
body #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a .effet,
html body .nectar-button .effet {
	position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #46CF91;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 0;
}
body .cky-btn.cky-btn-accept:hover .effet,
body #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a:hover .effet,
html body .nectar-button:hover .effet {
    width: 225%;
    height: 562.5px;
}
html body .nectar-button[data-color-override="false"].regular-button:hover {
	opacity: 1 !important;
}
/*html body .nectar-button[data-color-override="false"].regular-button.accent-color:hover,*/
/*body #header-outer[data-header-button_style=default] #top nav>ul>li[class*=button_solid_color]>a:hover:before*/
body #header-outer[data-header-button_style=default] #top nav>ul>li[class*=button_solid_color]>a .effet {
	background-color: #46CF91 !important;
	opacity: 1 !important;
}
html body .nectar-button[data-color-override="false"].regular-button.extra-color-3:hover {
	/*background-color: #47CBD1 !important;*/
}
html body .nectar-button.extra-color-3 .effet {
	background-color: #47CBD1 !important;
}
html body .nectar-button[data-color-override="false"].regular-button.extra-color-2 {
	background-color: transparent !important;
	text-decoration: underline !important;
	padding-left: 0 !important;
}
html body .nectar-button[data-color-override="false"].regular-button.extra-color-2 span {
	/*text-decoration: underline !important;*/
	border-bottom: 1px solid #fff;
}

html body .nectar-button[data-color-override="false"].regular-button.extra-color-2:hover span {
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
}
html body .nectar-button.extra-color-1 {
	color:  #46CF91 !important;
}
html body .nectar-button.extra-color-1:hover {
	/*background-color: #D3F3E5 !important;*/
}
body .cky-btn.cky-btn-accept .effet,
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos .ctas a.nectar-button.accent-color .effet,
html body .nectar-button.extra-color-1 .effet {
	background-color: #D3F3E5 !important;
}
html body .nectar-button[data-color-override="false"].regular-button.transparent-color {
	background-color: transparent !important;
}
html body .nectar-button[data-color-override="false"].regular-button.transparent-color span {
	border-bottom: 1px solid #fff;
}
html body .fond_turquoise .nectar-button.extra-color-1 {
	color:  #47CBD1 !important;
}
html body .fond_vert .nectar-button.extra-color-1 {
	color:  #46CF91 !important;
}
html body .full-width-section .row-bg-wrap {
	left: calc(50% + 45px);
    width: calc(100vw - var(--scroll-bar-w) - 90px);
    border-radius: 30px;
    overflow: hidden;
}
.row_reconnaissance_territoire,
.row_partenaires_logos,
body #footer-outer[data-full-width="1"] .container,
body #header-outer[data-full-width=true] header>.container, 
html body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {

    padding: 0 45px;
}

.col_droite_align_droite > .span_12 > .wpb_column:nth-child(2) {
	text-align: right;
}


.hide_999 {

}
.show_999 {
	display: none !important;
}

body .span_12.light .wpb_text_column a:not(:hover) {
	opacity: 1;
}
/****** header / menu ******/
#top .container .row.header_haut {
	z-index: 1;
}
#top .container .row.menu_principaux {
	z-index: 0;
}
html body #search-outer #search input[type="text"] {
	font-family: "Lexend", sans-serif;
}
#header-outer[data-format=centered-menu] #top .span_3 {

    padding-left: 10px;
}
body #header-outer[data-format=centered-menu] #top .menu_principaux nav>.buttons {
	height: unset;
}

body #top nav ul li a {
	color: #1E2124;
	text-align: right;
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.33; /* 133.333% */
}
.menu_principaux {
	padding: 20px 0 !important;
	border-top: 1px solid #EEEEE8;
}
.menu_principaux .col_last nav {
	    /*justify-content: flex-end;*/
}
.menu_principaux .col_last {
	text-align: right;
}
body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(1) { /*sociaux*/
	order: 2;
}
body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(2) {  /*menu*/
	order: 5;
	margin-left: 30px;
}
body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(3) { /*search*/
	order:1 ;
} 
body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(4) { /*panier*/
	order: 4;
	align-items: center;
}
body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(5) { /*mon compte*/
	order: 6;
	display: none;
}
body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(6) { /*mon compte*/
	order: 3;
	align-items: center;
}
body #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a {

	text-align: center;

	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
	padding: 14px 20px;
    background: #7bc142 !important;
    overflow: hidden;
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important;
}
body #top nav>ul>li[class*=button_solid_color]>a:before {
	height: 37px;
	display: none;
}
body.material #header-outer #top nav>ul #social-in-menu a {
	color: #006595;
	margin: 0 5px;
}
html body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    font-size: 20px;
    color: #006595;
}
html body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(images/cart.svg) no-repeat center; 
	-webkit-transition: background 250ms ease-out ;
	-moz-transition: background 250ms ease-out ;
	-o-transition: background 250ms ease-out ;
	transition: background 250ms ease-out ;
	background-size: 100% auto;
}
html body.material #header-outer .cart-menu a:hover .cart-icon-wrap .icon-salient-cart:before {
	background-image: url(images/cart-vert.svg); 
}
body #header-outer:not(.transparent) #social-in-menu a i:after {
	color: #47CBD1 !important;
}

body #header-outer #logo, 
body #header-outer .logo-clone, 
body #header-outer .logo-spacing {
    margin-top: 19px;
    margin-bottom: 19px;
   
}
#header-outer[data-lhe=default] #top nav>ul>li.mon_compte > a {
	font-size: 0;
}
#header-outer[data-lhe=default] #top nav>ul>li.mon_compte >a svg path {
	-webkit-transition: fill 250ms ease-out ;
	-moz-transition: fill 250ms ease-out ;
	-o-transition: fill 250ms ease-out ;
	transition: fill 250ms ease-out ;
}
#header-outer[data-lhe=default] #top nav>ul>li.mon_compte >a:hover svg path {
	fill:#47CBD1;
}
html body.material #header-outer #social-in-menu {
	margin-left: 45px !important;
	position: relative;
	margin-right: 0px;
	padding-right: 26px;
}
html body.material #header-outer #social-in-menu:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #808080;
	right: 0;
}
html body.material #header-outer #social-in-menu i {
    font-size: 25px;
    line-height: 1;
    height: 25px;
}
body #header-outer[data-lhe="default"] #top nav > ul > li > a:hover, 
body #header-outer[data-lhe="default"] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a, 
body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a, 
body #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_ancestor > a, 
body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-ancestor > a, 
body #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a, 
body #header-outer[data-lhe="default"] #top nav > ul > .button_bordered > a:hover, 
body #header-outer[data-lhe="default"] #top nav > .sf-menu > .button_bordered.sfHover > a, 
body #header-outer:not(.transparent) .nectar-mobile-only.mobile-header a:hover, 
body #header-outer:not(.transparent) .nectar-mobile-only.mobile-header li[class*="current"] a {
    color: #006595 !important;
    font-weight: 600;
}

#top .menu_principaux nav > ul > li > a:hover{
	font-weight:bold;
}	
	

#top .menu_principaux nav > ul > li > a,
#top .menu_principaux nav > ul > li  {
	display:inline-block;
	text-align:center;
}
#top .menu_principaux nav > ul > li > a {
	text-decoration:none;
}
#top .menu_principaux nav > ul > li > a:hover {
	font-weight:bold;
}
#top .menu_principaux nav > ul > li > a::after {
	display:block;
	content:attr(title);
	font-weight:600 !important;
	height:1px;
	color:transparent;
	overflow:hidden;
	visibility:hidden;
}

/**** menu burger ****/
body #slide-out-widget-area .off-canvas-social-links li i {
    
	    font-size: 36px;
	    
	}
	body #slide-out-widget-area-bg.fullscreen {
		background-color: #fff;
		opacity: .95;

	}
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
		    font-family: "Lexend", sans-serif;
		    color: #006595;
		    font-size: 25px;
		    font-style: normal;
		    font-weight: 600;
		    line-height: 1.2; /* 166.667% */
		    text-decoration-line: underline;
		    letter-spacing: 0;
		    opacity: 1;
	}
	body #slide-out-widget-area .off-canvas-menu-container {
	    padding: 0 7%;
	}
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li.back a:before {
		content: "‹ ";
		display: inline;
	}
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li.menu-item-has-children > a:after {
		content: ' ›';
		display: inline;
	}
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .mon_compte_ul {
		margin-top: 35px;
	}
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .mon_compte_ul li a {
		font-size: 20px;
	}
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .mon_compte_ul li:first-child a:before {
		content: '';
		display: inline-block;
		width:18px;
		height: 20px;
		background: url(images/mon-compte.svg) no-repeat center ;
		background-size: 100%;
		margin-right: 15px;
		vertical-align: middle;
	}
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .mon_compte_ul li:nth-child(2) a:before {
		content: '';
		display: inline-block;
		width:18.75px;
		height: 20px;
		background: url(images/mon-panier.svg) no-repeat center ;
		background-size: 100%;
		margin-right: 15px;
		vertical-align: middle;
	}
	body.material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a {
		color: #006595;
		font-size: 30px;
		font-weight: 600;
		opacity: 1;
	}
	html body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>.back, 
	html body #slide-out-widget-area .menuwrapper .back {
    
	    margin-bottom: 50px !important;
	}
	body #slide-out-widget-area .menuwrapper .back>a {
		background-color: transparent;
	}



/***** accueil *****/

.slider_accueil .swiper-slide {
	background-color: #46CF91;
	color: #fff;
	position: relative;
	height: unset;
	    display: flex;
    align-items: center;
}
.slider_accueil .swiper-slide:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: calc(50% + 240px);
        width: calc(50% + 12%);
    background: url(images/bg_vert_droite_rond.svg) no-repeat right center;
    z-index: 2;
}
.slider_accueil .swiper-slide .photo {
	position: absolute;
	top: 0;
	left: 45%;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat; 
	background-position: 3% center ; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.slider_accueil .swiper-slide .content {
	width: 50%;
	padding: 0;
	position: relative;
	z-index: 3;
}
.slider_accueil .swiper-slide .surtitre {
	color: #006595;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.33; /* 133.333% */
	    padding-bottom: 16px;
}
.slider_accueil .swiper-slide .titre {
	color: #FFF;
	font-size: 60px;
	font-size: clamp(40px, 3.75vw, 60px);
	font-weight: 400;
	line-height: normal;
	padding-bottom: 49px;
	position: relative;
}
.slider_accueil .swiper-slide .titre svg.doodle_1 {
	position: absolute;
	left: -33px;
	top: -6px;
}
.slider_accueil .swiper-slide .titre svg.doodle_1 path{

    stroke-linecap: round;
}
.slider_accueil .swiper-slide .titre em {
	font-style: normal;
	display: inline-block;
	position: relative;
}
.slider_accueil .swiper-slide .titre em .curve_doodle {
	position: absolute;
	    left: 0;
	        stroke-linecap: round;
	    z-index: -1;
}
body .curve_doodle.curve_doodle_1{
    width: 100%;
    height: 50%;
    top: auto;
    bottom: -45%;
}

.slider_accueil .swiper-slide .cta {

}
.slider_accueil .swiper-slide .cta .nectar-button {

}
.slider_accueil .swiper-pagination {
	bottom: 50px;
	display: flex;
}
.slider_accueil .swiper-pagination-bullet {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: .5px solid transparent;
	background-color: transparent;
	color: #FFF;
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.15px;
	opacity: 1;
	margin-right: 25px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}

.slider_accueil .swiper-pagination-bullet:before, 
.slider_accueil .swiper-pagination-bullet:after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
        top: -2px;
    left: -2px;
    border-radius: 50%;
}
.slider_accueil .swiper-pagination-bullet:before {
	border: 4px solid transparent;
}
.slider_accueil .swiper-pagination-bullet:after {
	border: 0 solid transparent;
}
.slider_accueil .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    /*transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;*/
     transition: border-top-color 1.5s linear, border-right-color 1.5s linear 1s, border-bottom-color 1.5s linear 2s;
}
.slider_accueil .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border-top: 4px solid #fff;
    border-left-width: 4px;
    border-right-width: 4px;
    transform: rotate(270deg);
    /*transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;*/
    transition: transform 4s linear 0s, border-left-width 0s linear 3.5s;
}


.slider_accueil .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: .5px solid #F9F9F7;
}



.produits_vedettes {
	/*display: flex;
	margin: 0 -15px;*/
}
.slider_autre_interessant.swiper-container-horizontal>.swiper-pagination-bullets,
.slider_space_large.swiper-container-horizontal>.swiper-pagination-bullets,
.produits_vedettes.swiper-container-horizontal>.swiper-pagination-bullets,
.actualites_vedettes.swiper-container-horizontal>.swiper-pagination-bullets {
	position: relative;
	bottom: 0;
	margin-top: 25px;
	display: none;
}
.slider_autre_interessant.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.slider_space_large.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.produits_vedettes.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.actualites_vedettes.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	background-color: transparent;
	border: 1px solid #fff;
}

.slider_space_large.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.produits_vedettes.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.actualites_vedettes.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff !important;
}
.slider_autre_interessant.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.slider_space_large.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	border-color: #7BC142;
}
.slider_autre_interessant.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider_space_large.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #7BC142 !important;
}
.produits_vedettes .produit {
	display: flex;
	flex-direction: column;
	/*width: calc(25% - 2%);*/
	/*margin: 0 1%;*/
	overflow: hidden;
	background-color: #F9F9F7;	
	border-radius: 15px;
	    height: unset;
	    
}
.produits_vedettes .produit .product-wrap {
	position: relative;
	overflow: hidden;
}
.produits_vedettes .produit .product-wrap > a.img-loaded {
    display: block;
    padding: 20px;
    background-color:  #8FE2E6;
    min-height: 320px;
    display: block;
    position: relative;
    opacity: 1;
}
.produits_vedettes .produit .content {
   padding: 20px;
}
.produits_vedettes .produit .product-wrap img {
    width: auto;
    max-height: 280px;
    margin: 0 auto;
    webkit-transition: transform 250ms ease-out ;
            -moz-transition: transform 250ms ease-out ;
            -o-transition: transform 250ms ease-out ;
            transition: transform 250ms ease-out ;
    transform-origin: center;
}
.produits_vedettes .produit .product-wrap:hover img {
	transform: scale(1.1);
}
.produits_vedettes .produit .woocommerce-loop-product__title {
    color: #1E2124;
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.38;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px !important;
}



.services_grille {
	display: flex;
	flex-wrap: wrap;
	margin:0 -15px;
}
.services_grille .une_service_grille {
	background-color: #7BC142;
	width: calc(50% - 30px);
	margin: 0 15px 30px;
	color: #fff;
	border-radius: 30px;
	padding: 35px 39px;
	display: flex;
	min-height: 375px;
	    
	    align-items: flex-end;
	    position: relative;
	    overflow: hidden;
}
.autres_services.services_grille .une_service_grille {
	width: calc(33.3333% - 30px) !important;
}
.services_grille .une_service_grille:nth-child(3n){
	width: 100%;
}
.services_grille .une_service_grille > span {
	background-color: #95CD68;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.services_grille .une_service_grille:hover > span {
    width: 300%;
    height: 300%;
}

.services_grille .une_service_grille .lien {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 3;
}
.services_grille:not(.autres_services) .une_service_grille:nth-child(6n - 5) {
	background-color: #47CBD1;
}
.services_grille:not(.autres_services) .une_service_grille:nth-child(6n - 5)  > span {
	background-color: #6CD5DA;
}
.services_grille:not(.autres_services) .une_service_grille:nth-child(6n - 2) {
	background-color: #7BC142;
}
.services_grille:not(.autres_services) .une_service_grille:nth-child(6n - 2)  > span {
	background-color: #95CD68;
}
.services_grille.autres_services .une_service_grille:nth-child(3n - 1) {
	background-color: #47CBD1;
}
.services_grille.autres_services .une_service_grille:nth-child(3n - 1)  > span {
	background-color: #6CD5DA;
}
.services_grille .une_service_grille:nth-child(6n - 2) {
	background-color: #7BC142;
}
.services_grille .une_service_grille:nth-child(6n - 2)  > span {
	background-color: #95CD68;
}

.services_grille .une_service_grille:nth-child(6n - 1) {
	background-color: #47CBD1;
}
.services_grille .une_service_grille:nth-child(6n - 1)  > span {
	background-color: #6CD5DA;
}
.services_grille .une_service_grille:nth-child(3n) {
	background-color: #46CF91;
}
.services_grille .une_service_grille:nth-child(3n) > span {
	background-color: #6BD8A7;
}
.services_grille .une_service_grille h3 {
	color: #fff;
	padding-right: 11px;
	margin-bottom: 0;
	    width: calc(100% - 38px);
}
.services_grille .une_service_grille .content {
	   position: relative;
	   z-index: 1;
    width: 100%;
 
}
.services_grille .une_service_grille .content img {
	margin-bottom: 15px;
}
.services_grille .une_service_grille .titre_fleche {
	display: flex;
	    width: 100%;
	    justify-content: space-between;
	    align-items: flex-end;
}
.services_grille .une_service_grille .titre_fleche svg {
	margin-bottom: 9px;
	-webkit-transition: transform 250ms ease-out ;
	-moz-transition: transform 250ms ease-out ;
	-o-transition: transform 250ms ease-out ;
	transition: transform 250ms ease-out ;

}
.services_grille .une_service_grille:hover .titre_fleche svg {
	transform: translateX(10px);
}


.ressources_en_ligne {

}
.ressources_en_ligne .une_ressource {
	position: relative;
	padding: 30px 20px;
	
	border-bottom: 1px solid #E3E3D9;
}
.ressources_en_ligne .une_ressource:first-child {
	border-top: 1px solid #E3E3D9;
}
.ressources_en_ligne .une_ressource a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ressources_en_ligne .une_ressource h3 {
	color:#1E2124;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0;
	-webkit-transition: font-weight 250ms ease-out ;
        -moz-transition: font-weight 250ms ease-out ;
        -o-transition: font-weight 250ms ease-out ;
        transition: font-weight 250ms ease-out ;
    width: calc(100% - 43px);
}
.ressources_en_ligne .une_ressource:hover h3 {
	font-weight: 500;
}
.ressources_en_ligne .une_ressource:hover svg path {
	fill:#47CBD1;
}
.ressources_en_ligne .une_ressource .titre_arrow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;

}
.ressources_en_ligne .une_ressource .titre_arrow svg {
	-webkit-transition: transform 250ms ease-out ;
        -moz-transition: transform 250ms ease-out ;
        -o-transition: transform 250ms ease-out ;
        transition: transform 250ms ease-out ;
}
.ressources_en_ligne .une_ressource:hover .titre_arrow svg  {
	transform: translateX(10px);
}

/**** page Services ****/

.liste_services .un_service p {
    padding-bottom: 8px;
}
.liste_services .un_service ul,
.liste_services .un_service ol {
	margin-bottom: 8px;
}
.liste_services .un_service {
	
	border-bottom: 1px solid #E3E3D9;
	padding: 30px 0 20px;

}
.inco_infos {
	/*display: flex;*/
	padding-left: 130px;
}
.liste_services .un_service .icon {
	width: 130px;
	text-align: center;
	position: absolute;
	top: 0;
	left: -130px;
}
.liste_services .un_service .infos {
	/*width: calc(100% - 130px);*/
	padding-right: 130px;
	
}
.liste_services .un_service .infos .icon_titre {
	position: relative;
}
.liste_services .un_service .infos .courte_descrip {
	margin-bottom: 16px;
}
.liste_services .un_service h2 {
	color: #1E2124;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4; /* 140% */
	margin-bottom: 18px !important;
}



/****** page un service *****/
body[data-header-resize="1"].single-service .container-wrap {
	padding-top: 0;
}
.single-service #banner .column_container:first-child {
	display: flex;
    align-items: center;
    width: 60.5%;
}
.single-service #banner .column_container:last-child {
	
    width: 39.5%;
}
.single-service .services_infos {
	padding: 84px 0;
	max-width: 1170px;
}
.single-service .row_autres_services {
	max-width: 1230px;
}
.single-service .row_autres_services h2 {
margin-bottom: 45px !important;
}
.autres_services.services_grille {

    padding-bottom: 45px;
}
.single-service #banner h1{
    
    margin-bottom:0 !important;
}


/*** a propos *****/
html body .toggles .toggle {

	border-bottom: 1px solid #E3E3D9;
}
html body .toggles .toggle:first-child {
	border-top: 1px solid #E3E3D9;

}
html body .toggles .toggle .toggle-title {
	
}
html body .toggles .toggle .toggle-title a {
	    padding: 50px 40px;
	    color: #1E2124;
	font-size: 30px;
	    font-size: clamp(20px, 1.87vw, 30px);
	font-weight: 400;
	line-height: 1.4; /* 140% */
}
body div[data-style="minimal"] .toggle.open > .toggle-title a {
	color: #1E2124;
}
body div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 18px;
}
body div[data-style*=minimal] .toggle>.toggle-title i {
	border: 0;
	-webkit-transition: transform 250ms ease-out;
	-moz-transition: transform 250ms ease-out;
	-o-transition: transform 250ms ease-out;
	transition: transform 250ms ease-out;
	transform-origin: center;
}
body div[data-style="minimal"] .toggle > .toggle-title i:before {
	content: '';
	background: url(images/toggle-arrow-bleu.svg) no-repeat center;
	width: 29.34px;
	height: 29.34px;
	background-size: 100% auto;
	top: 0;
    left: 0;


}
body div[data-style="minimal"] .toggle.open > .toggle-title i:before,
body div[data-style="minimal"] .toggle:hover > .toggle-title i:before {
	background-color: transparent !important;
}
body div[data-style="minimal"] .toggle.default.open i,
body div[data-style="minimal"] .toggle.default:hover i {
	background-color: transparent !important;
	transform: rotate(-180deg);
}
body div[data-style="minimal"] .toggle > .toggle-title i:after {
	display: none !important;
}


.grille_team {
	display: flex;
	margin: 0 -22.5px;
	flex-wrap: wrap;
}
.grille_team .un_equipe {
	display: flex;
	width: calc(33.333% - 45px);
	margin: 0 22.5px 45px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	    flex-direction: column;
}
.grille_team .un_equipe img {
	margin-bottom: 0;
}
.grille_team .un_equipe .content {
	padding: 30px 20px;
}
.grille_team .un_equipe h3 {
	font-size: 18px;
	margin-bottom: 12px;
}
.centre_fora.vc_row-fluid>.span_12 {
	margin-left: 1.6%;
	margin-right: 1.6%;
}
.centre_fora.vc_row-fluid>.span_12 .wpb_column {
	    padding-left: 4.2%;
    padding-right: 4.2%;
} 
.centre_fora .vc_column-inner {
background-color: #47CBD1;
border-radius:500px 500px 30px 30px;
overflow: hidden;
}
.centre_fora .vc_column-inner img {
	margin-bottom: 0;
}
.centre_fora .vc_column-inner .wpb_text_column {
	padding: 45px 40px 60px;
}
.centre_fora .vc_column-inner h2 {
	font-size: 30px;
	    font-size: clamp(24px, 1.87vw, 30px);
	margin-bottom: 20px !important;
}

/***** valeurs_principes   ******/

.valeurs_principes .wpb_content_element{
	padding: 35px 20px 25px;
	border-bottom: 1px solid #E3E3D9;
	margin-bottom: 0 !important;
}

.valeurs_principes .wpb_content_element:first-child{
	
	border-top: 1px solid #E3E3D9;
}


/****** page catalogue ****/
body.single-product .product[data-n-lazy="1"] img.nectar-lazy,
body  ul.products li.product img.nectar-lazy {
    opacity: 1;
}

body .post-type-archive-product.woocommerce .container-wrap, 
body .tax-product_cat.woocommerce .container-wrap {
    background-color: #fff;
}
html body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product {
    width: 23% !important;
  
}
body[data-header-resize="1"].post-type-archive-product .container-wrap {
	padding-top:80px ;
}

.custom_products_filter {
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	border-radius: 0px 0px 30px 30px;
	background: #F9F9F7;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
	z-index: 9999999 !important;
	max-height: 0;
	overflow: auto;
	-webkit-transition: max-height 500ms ease-out;
	-moz-transition: max-height 500ms ease-out;
	-o-transition: max-height 500ms ease-out;
	transition: max-height 500ms ease-out;
}
.custom_products_filter.open_filter {
	max-height: 90%;
}
body .wpc-filters-widget-top-container {
    background: transparent;
    border-bottom: 0;
   
}

.custom_products_filter .close {
	position: absolute;
	top: 30px;
	right: 30px;
	-webkit-transition: transform 250ms ease-out;
	-moz-transition: transform 250ms ease-out;
	-o-transition: transform 250ms ease-out;
	transition: transform 250ms ease-out;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(-0deg);
	-o-transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform-origin: 50% 50%;
	font-size: 0;
	cursor: pointer;
}
.custom_products_filter .close:hover {
	transform: rotate(0deg);
	  -webkit-transform: rotate(-180deg);
	  -moz-transform: rotate(-180deg);
	  -ms-transform: rotate(-180deg);
	  -o-transform: rotate(-180deg);
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
body .custom_products_filter .wpc-posts-found,
.custom_products_filter .titre {
	padding: 60px 0 0;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
}
body .custom_products_filter .wpc-posts-found {
	padding: 0 0 24px;
}
body .custom_products_filter .wpc-posts-found p {
padding-bottom: 0;
}
.custom_products_filter .wrap_filter {
	max-width: 1410px;
	margin: 0 auto;
}
.custom_products_filter .wrap_filter .wpc-filter-layout-submit-button {
	border-top: 1px solid #D1D2D3;
	padding-top: 30px;
}
html body .wpc-filter-chips-list li.wpc-chip-reset-all a {
    border-color: #EF5439;
    color: #1E2124;
}
body .tinvwl-input-group .form-control {

    height: 51px;
   
}
body.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
	text-transform: none;
	font-family: "Lexend", sans-serif;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
	padding: 16px 16px !important;
	    background-color: #7bc142;
}
body.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button:hover {
	background-color: #46CF91 !important;
}
html body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
	color: #1E2124;
	border-color: #1E2124;
}
body .wpc-horizontal-layout .wpc-filter-layout-submit-button {
	justify-content: center;
	    flex-direction: unset;
}
body .wpc-filters-widget-top-container.wpc-show-on-desktop {
	display: none;
}
body .wpc-horizontal-layout .wpc-filter-title {
	color:#1E2124;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6; /* 166.667% */
}
body .select2.select2-container.select2-container--default {

    width: 100% !important;
}
body .select2-container--default .select2-selection--single {
	border: 1px solid #1E2124;
}
body .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single, 
body .wpc-sorting-form .select2-container--default .select2-selection--single {
	border-color: #1E2124;
}
body .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px 14px;
}
body .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b, 
body .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #1E2124;
}
body .wpc-filters-main-wrap li.wpc-term-item a {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4; /* 146.667% */
}
body .wpc-filters-main-wrap input[type=checkbox], 
body .wpc-filters-main-wrap input[type=radio] {
	border-radius: 0;
	border-color: #1E2124;
}
html body .wpc-filters-main-wrap li.wpc-term-item {
    margin-bottom: 16px;
}
.woocommerce.archive #sidebar.span_3 {
	display: none !important;
}
.woocommerce.archive .post-area.span_9 {
	width: 100% !important;
	padding-left: 0 !important;
}
.product_filter_cat {
	max-width: 1500px;
	padding-left: 45px;
	padding-right: 45px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.product_filter_cat .cta {
	display: flex;
	cursor: pointer;
	    position: absolute;
    top: 80px;
    left: 45px;
    z-index: 222;
}
.product_filter_cat .cta img {
	margin-bottom: 0;
	margin-right: 5px;
}
.nectar-shop-header select {
	background-color: transparent;
	border-radius: 2px;
	border: 1px solid #1E2124;
	    padding: 12px 10px;
}
body .wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button, 
body .wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button {

	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
	border-radius: 100px;
	padding: 15px 26px;
    line-height: 1;
	width: unset;
	max-width: unset;
	border: 0;
}
body .wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button {
	background-color: transparent;
	text-decoration: underline;
}
body .wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button:hover {
	color: #47CBD1 !important;
}
body .wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button {
	background-color: #7BC142 !important;
	border: 0 !important;
}
body .wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button:hover {
	background-color: #46CF91 !important;
}
html body[data-button-style^="rounded"].woocommerce nav.woocommerce-pagination ul li a,
html body[data-button-style^="rounded"].woocommerce .container-wrap nav.woocommerce-pagination ul li span, 
html body[data-button-style^="rounded"] .container-wrap nav.woocommerce-pagination ul li span {
	width: 37px;
	height: 34px;
	text-align: center;
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-radius: 3px !important;
	font-family: "Lexend", sans-serif;
	font-size: 15px !important;
	font-weight: 400;
}


body.woocommerce div.product_meta {

    margin-top: 26px;
}
.single-product #wc-stripe-payment-request-wrapper {
	max-width: 369px;
}
body .woocommerce-tabs .full-width-content .tab-container {
	padding-left: 0;
	padding-right: 0;
}
body div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs {
	text-align: left;
	margin-bottom: 20px;
}
body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs li a {
	margin: 0 20px 0 0;
	text-decoration: none;
	background: transparent !important;
}
body.woocommerce div.product .woocommerce-tabs .panel {
	max-height: 1100px;
}
/****** page un post *****/



html body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0 !important;
}
.single-post #banner_shop {
	margin-top: 20px;
	margin-bottom: 86px;
}
html body.single-post h1,
html body.single-post h2 {

}
html body.single-post h3 {

}
.single-post .next_prev {
margin-bottom: 135px;
}
.single-post  .next_prev .navigation {
	padding-top: 15px;
}
.single-post .next_prev {
	max-width: 1170px;
}
.single-post .next_prev .cta_articles {
	text-align: center;
	position: relative;
}
.single-post .next_prev .cta_articles .nectar-button {
	position: absolute;

	top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.single-post .next_prev {
	    padding-top: 80px;
}
html body[data-ext-responsive=true].single-post .container-wrap.no-sidebar .comment-list>li,
html body[data-ext-responsive=true].single-post.material .container-wrap.no-sidebar .comment-wrap h3#comments,
html body[data-ext-responsive=true].single-post.material .comment-wrap #respond {
	max-width: unset;
}
body.material.woocommerce-page[data-form-style=default] input#coupon_code, 
body input[type=date], 
body input[type=email], 
body input[type=number], 
body input[type=password], 
body input[type=search], input[type=tel], 
body input[type=text], 
body input[type=url], 
body select, 
body textarea {
	border-radius: 2px;
	border: 1px solid #1E2124;
	padding: 12px 20px;
	color: #808080;
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4; /* 146.667% */
	background-color: transparent;
}

body #respond h3, 
body h3#comments {
   font-family: "Lexend", sans-serif;
   /*font-size: 40px;*/
   font-weight: 500;
   line-height: normal;
}
.comment-respond label {
	color: #1E2124;
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
}
.comment-form-cookies-consent {
	clear: both;
	padding-top: 16px;
}
body #commentform .form-submit {
    margin-top: 0;
    text-align: right;
}
.row_comments  {
	position: relative;
}
.row_comments .row-bg-wrap .row-bg {
    background-color: rgba(0, 0, 0, .04);
}
body .related-post-wrap .row-bg-wrap .row-bg{
    background-color:transparent;
}
html body .full-width-section .row-bg-wrap {
z-index: -1;
}
html body.material .comment-list .comment>div {
	padding-left: 55px;
	    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}
.comment-list .comment>div img.avatar, 
.comment-list .pingback>div img.avatar {
	display: none !important;
}
body .comment-list .comment-author {
	color:#1E2124;
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
}
body .comment-list {
        padding-bottom: 0;

    
}
body .post .content-inner {
    padding-bottom: 40px;
}


/*****popup ****/
html.popup {
	overflow-y: hidden;
}
.article_archive {
	display: flex;
}
.video_pop {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
		color: #AAD4D0;
			background:rgba(255,255,255,.7);
			

	z-index: -3;
	overflow: hidden;
	transition: 0.5s all;
	/*border-radius: 999px;*/
	overflow: auto;
	
	/*display: flex;
  flex-direction: column;
  justify-content: center;*/
}




.video_pop.open_pop {
    width: 100% !important;
    padding: 0;
   height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99991;
    border-radius: 0;
    
}
.video_pop .container {
	padding: 80px 510px 80px 200px;
	    padding: 80px 26.5% 80px 10.5%;
	     padding: 80px 15px 80px
}
.video_pop.service_form .wrap {

	/*padding: 50px 120px;*/
	padding: 0;
   max-width: 705px;
       width: 92.3%;
   transform: translate(101%);
   margin-left: auto;
    display: flex;
        align-items: center;
    vertical-align: middle;
    /*overflow: auto;*/
    /*max-width: 930px;*/
    border-radius: 30px 0px 0px 30px;
    background: #46CF91;
    position: relative;
    height: 100vh;
    transition: 0.5s all;



    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
     
}
.video_pop.custom_popup {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
	
.video_pop.custom_popup .wrap {
	width: 92%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 53px 60px;
	border-radius: 30px;
	background: #F9F9F7;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
	max-height: 100vh;
	overflow: auto;
	position: relative;
}
.video_pop.open_pop .wrap {
	transform: translate(0);
}

.video_pop .video {
	position: relative;
	padding: 34px 115px 50px;
	width: 100%;

	margin: 0 auto 0;	
	font-size: 18px;
	font-weight: 300;
	   /* height: calc(100vh - 100px);*/
    overflow: auto;
    height: 100vh;
}
.video_pop.service_form .video {

	padding: 87px 17% 50px;
}


.video_pop .close {
    display: inline-block;
    /*border: 1px solid #fff;*/
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 22;
        -webkit-transition: transform 250ms ease-out ;
        -moz-transition: transform 250ms ease-out ;
        -o-transition: transform 250ms ease-out ;
        transition: transform 250ms ease-out ;
      transform-origin: 50% 50%;
      position: absolute;
    top: 40px;
    left: 45px;
}
.video_pop.service_form .close {
	    left: 22px;
	        width: 36px;
    height: 36px;
}
.video_pop .close:hover {
	/*transform: rotate(180deg);
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}
.video_pop .video h2 {
	padding: 0 !important;
	height: auto;
	border: 0 !important;
	font-size: 40px !important;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	 min-block-size: auto;
	 color: #fff;
	
}
body .gform-theme--foundation .gform_fields {
	row-gap: 20px;
}

body .video_pop .gform_wrapper .top_label .gfield_label {

    font-family: "Lexend", sans-serif;
    color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
	margin-top: 0;
}
body .gform-theme--framework .gform-field-label>.gfield_required {
	color: #fff;
}
body .gform-theme--framework .gform_validation_errors:focus {
    border-color: unset;
    outline: unset;
    outline-offset: unset;
}
body .gform-theme--framework .gform_validation_errors {
    background-color: unset;
    border: unset;
    margin-block: 20px;
    padding-block: 0;
    padding-inline: 0;
}
body .gform-theme--framework .gform_validation_errors .gform-icon,
body .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #EF5439 !important;
}
body .gform-theme--framework .gform_validation_errors .gform-icon {
	border-color:#EF5439 !important;
}
body .gform-theme--framework .gform_validation_errors .gform_submission_error {
    color: #EF5439 !important;
    font-size: 14px !important;

    margin-bottom: 0 !important;
}
body .gform-theme--foundation .gfield.gfield_error .ginput_password.large, 
body .gform-theme--foundation .gfield.gfield_error input.large, 
body .gform-theme--foundation .gfield.gfield_error select.large,
body .gform-theme--foundation .gfield.gfield_error textarea.large {
	border-color: #EF5439 !important;
}

body .gform-theme--foundation .gfield .ginput_password.large, 
body .gform-theme--foundation .gfield input.large, 
body .gform-theme--foundation .gfield select.large,
body .gform-theme--foundation .gfield textarea.large{
	color:#F9F9F7;
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 146.667% */
	background-color: transparent;
	border-radius: 2px;
	border: 1px solid #FFF;
	padding: 12px 20px;
	height: 64px;
	height: 52px;
	box-shadow: unset;
}

body .gform-theme--foundation .gfield textarea.large {
    min-block-size: 64px;
}
body .gform-theme--foundation .gform_footer {
	    justify-content: flex-end;
	    margin-top: 0;
}
body .gform-theme--foundation .gform_footer .button {
	background-color: #fff !important;
	color: #46CF91 !important;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
	letter-spacing: 0.15px;
	padding: 16px 26px !important;
	
	min-width:162px !important;
	
}
body .gform_required_legend {
	display: none;
}

.video_pop .positionnement {
	display: flex;
	border-top: 1px solid #485666;
	margin-bottom: 25px;
	    margin-left: -30px;
    margin-right: -155px;

}
.video_pop.custom_popup .close {
	    top: 5px;
    left: unset;
    right: 13px;
    width: 38px;
    height: 38px;
}
.video_pop.custom_popup .wrap_container {
	color: #1E2124;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur {
	color: #1E2124;
	padding: 30px 40px;
	border-bottom: 1px solid #D4D4C4;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur:first-child {
	border-top: 1px solid #D4D4C4;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur .titre_arrow {
	    display: flex;
    justify-content: space-between;
    cursor: pointer;
        align-items: center;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur .titre_arrow svg {
	-webkit-transition: transform 250ms ease-out ;
        -moz-transition: transform 250ms ease-out ;
        -o-transition: transform 250ms ease-out ;
        transition: transform 250ms ease-out ;
      transform-origin: 50% 50%;
      


}
.video_pop.comment_utiliser_popup .classeurs .un_classeur.open .titre_arrow svg,
.video_pop.comment_utiliser_popup .classeurs .un_classeur .titre_arrow:hover svg{
	transform: rotate(180deg);
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.video_pop.comment_utiliser_popup .classeurs .un_classeur h2 {
	color: #1E2124;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1; /* 140% */
	margin-bottom: 0 !important;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6x; /* 166.667% */
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur ul,
.video_pop.comment_utiliser_popup .classeurs .un_classeur ol {
	margin-bottom: 15px;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur .content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 250ms ease-out ;
        -moz-transition: max-height 250ms ease-out ;
        -o-transition: max-height 250ms ease-out ;
        transition: max-height 250ms ease-out ;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur:not(.open) .content {
	max-height: 0 !important;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur.open .content {

	max-height: 1000px;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur .content .wrap_content {
	padding-top: 20px;
	margin-left:-15px;
	margin-right: -15px;
	display: flex;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur .content .col_classeur > *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur.classeur_video .content .wrap_content .col_classeur {
	width: 50%;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur.classeur_video .content .wrap_content .col_classeur.une_video a{
	border-radius: 15px;
	overflow: hidden;
	font-size: 0;
	-webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  background-repeat: no-repeat;
		  background-position: center;
		  display: block;
		  cursor: pointer;
		  position: relative;
		  padding-top: 59%;

}
.video_pop.comment_utiliser_popup .classeurs .un_classeur.classeur_video .content .wrap_content .col_classeur.une_image {
	border-radius: 15px;
	overflow: hidden;
	font-size: 0;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur.classeur_video .content .wrap_content .col_classeur.une_video a svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur.classeur_video .content .wrap_content .col_classeur.une_video a svg circle {
	webkit-transition: fill 250ms ease-out ;
    -moz-transition: fill 250ms ease-out ;
    -o-transition: fill 250ms ease-out ;
    transition: fill 250ms ease-out ;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur.classeur_video .content .wrap_content .col_classeur.une_video a:hover svg circle {
	fill: #47CBD1;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur .content .wrap_content .col_classeur {
	max-width: 650px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
}
.video_pop.comment_utiliser_popup .classeurs .un_classeur .content .wrap_content .col_classeur strong {
	color: #46CF91;
	font-weight: 600;

}


/****** page journal index ****/

.index_liste_ancre {
	margin-bottom: 86px !important;

}
.index_liste_ancre ul {
	margin: 0;
	list-style: none;
	display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
	
}
.index_liste_ancre li {
	list-style: none;
	padding-right: 5px;
	display: inline-block;
}
.index_liste_ancre li a {
	color: #1E2124;
	font-size: 40px;
	font-weight: 500;
	line-height: 42px; /* 105% */
	text-decoration-line: underline;
}
.index_liste_ancre li span {
	color: #1E2124;
	font-size: 40px;
	font-weight: 500;
	line-height: 42px; /* 105% */
	opacity: .3;
}

.index_journals_list {

}
.index_journals_list .section_lettre {
	margin-bottom: 30px;
	
}
.index_journals_list .section_lettre .group_theme {
	display: flex;
	    flex-wrap: wrap;
	    margin-left: -15px;
	    margin-right: -15px;
}
.index_journals_list .section_lettre h2 {
width: 100%;
} 
.index_journals_list .section_lettre .sous_section_theme {
	width: 33.33333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
}
.index_journals_list .section_lettre .sous_section_theme .theme_name {
	border-radius: 9px;
	background: #F9F9F7;
	position: relative;
	cursor: pointer;
}
.index_journals_list .section_lettre .sous_section_theme .theme_name svg {
	position: absolute;
	z-index: 0;
	top: 50%;
	
	-webkit-transform:rotate(180deg) translateY(40%);
	transform: rotate(180deg) translateY(40%);
	right: 15px;
	webkit-transition: transform 250ms ease-out ;
	        -moz-transition: transform 250ms ease-out ;
	        -o-transition: transform 250ms ease-out ;
	        transition: transform 250ms ease-out ;
}
.index_journals_list .section_lettre .sous_section_theme.section_open .theme_name svg,
.index_journals_list .section_lettre .sous_section_theme .theme_name:hover svg {
	-webkit-transform:rotate(0deg) translateY(-40%);
	transform: rotate(0deg) translateY(-40%);
	transform-origin: center 35%;
}
.index_journals_list .section_lettre .sous_section_theme.section_open .theme_name:hover svg {
	-webkit-transform:rotate(180deg) translateY(40%);
	transform: rotate(180deg) translateY(40%);
}
.index_journals_list .section_lettre .sous_section_theme .theme_name h3 {
	padding: 15px 30px;
	color: #1E2124;
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 500;
	line-height:1.38; /* 138.889% */
}
.index_journals_list .section_lettre .sous_section_theme .list_par_lettre {
	max-height: 0;
	overflow: hidden;
}
.index_journals_list .section_lettre .sous_section_theme .list_par_lettre > .wrap {
padding: 15px 30px;
}
.index_journals_list .section_lettre .sous_section_theme.section_open .list_par_lettre {
	max-height: unset;
}



/*** pages confirmations ****/
body.page-template-page-confirmation #footer-outer #copyright,
.page-template-page-confirmation #header-outer:not([data-format=left-header]) #top .span_9{
	visibility: hidden;
	pointer-events: none;
}
.page-template-page-confirmation #header-outer:not([data-format=left-header]) #top .span_9,
.page-template-page-confirmation .menu_principaux {
	display: none !important;
}
.page-template-page-confirmation #banner {
	margin-top: 25px !important;
}
#banner.row_min_height_830 > .row-bg-wrap .row-bg {
 
    left: 38%;
    
}

/**** page mon journal ****/

.texte_popup {
	margin-bottom: 0 !important;
	max-height: 0;
	overflow: hidden;
}

body .row_tri_journal {
	display: flex;
	margin-bottom: 56px;
	justify-content: space-between;
}
body .row_tri_journal.row_tri_informatique {
	margin-bottom: 0;
}
body .row_tri_journal.real_row_tri_journal {
	margin-bottom: 20px;
}
.row_tri_journal .left {
	display: flex;
    align-items: center;
    font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
	/*flex-wrap: wrap;*/
	width: 100%;
}
.row_tri_journal .left > div {
	margin-bottom: 15px;
}
.row_tri_journal .left .nombre {
	display: flex;
	margin-right: 60px;
	font-weight: 400;
}
.row_tri_journal .left .nombre .no {
	margin-right: 5px;
}
.row_tri_journal .left .tri {
	display: flex;
	    align-items: center;
	    margin-right: 60px;
	    font-weight: 400;
}
.row_tri_journal .left .tri .icon {
	display: flex;
	    align-items: center;
	    margin-right: 15px;
	    cursor: pointer;
}
.row_tri_journal .left .les_selects {
	display: flex;
	width: 100%;
}
.row_tri_journal .left .les_selects .un_select {
	
	width:100%;
	max-width: 260px;
	position: relative;
}
.row_tri_journal .left .les_selects .un_select > svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:10px;
	z-index: 0;
	webkit-transition: transform 250ms ease-out ;
	        -moz-transition: transform 250ms ease-out ;
	        -o-transition: transform 250ms ease-out ;
	        transition: transform 250ms ease-out ;
}
.row_tri_journal .left .les_selects .un_select:hover > svg {
	-webkit-transform:rotate(180deg);
	transform: rotate(180deg);
	transform-origin: center 35%;
}
/*.row_tri_journal .left .les_selects .un_select:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:10px;
	background: url(images/select-icon-bleu.svp) no-repeat center;
}*/
.row_tri_journal .left .les_selects .un_select select {
	padding: 14px 20px;
	padding-right: 50px;
	border-radius: 2px;
	border: 1px solid #1E2124;
	width: 100%;
	-webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  color: #1E2124;
  font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
	cursor: pointer;
}
.row_tri_journal .left .les_selects .un_select select {
}
.row_tri_journal .left .les_selects .un_select:first-child {
	margin-right: 30px;
	margin-right: 6%;
}

.row_mon_journal_list .mon_journal_liste {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
    margin-right: -2%;

}
.row_list_competente.row_mon_journal_list .mon_journal_liste {

	margin-left: 0;
    margin-right: 0;

}
.row_mon_journal_list .mon_journal_liste .wrap_un_journal {
	width: 25%;
	padding: 0 2%;
	margin-bottom: 30px;
}


.single-ressource-monjournal-monjournal .row_mon_journal_list .mon_journal_liste {
	display: block;
}
.row_mon_journal_list .mon_journal_liste .slider_space_large .wrap_un_journal  {
	width: unset;
}

.slider_space_large .swiper-pagination {
	position: relative;
}
.result.wrap_un_journal .wrap_un_journal .un_journal,
.row_mon_journal_list .mon_journal_liste .wrap_un_journal .un_journal {
	border-radius: 15px;
	background: #F9F9F7;
	overflow: hidden;
	    display: flex;
    flex-direction: column;
    height: 100%;
}
.result.wrap_un_journal .un_journal .image,
.row_mon_journal_list .mon_journal_liste .un_journal .image {
	position: relative;
}
.result.wrap_un_journal .un_journal .image .lien,
.row_mon_journal_list .mon_journal_liste .un_journal .image .lien {
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}
.result.wrap_un_journal .un_journal .image .limage,
.row_mon_journal_list .mon_journal_liste .un_journal .image .limage{
	padding-top: 85%;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
}
.result.wrap_un_journal .un_journal .infos,
.row_mon_journal_list .mon_journal_liste .un_journal .infos {
	padding: 20px 30px;
}
.row_mon_journal_list .mon_journal_liste .un_journal .infos .wrap {
	
}
.result.wrap_un_journal .un_journal .infos h2,
.row_mon_journal_list .mon_journal_liste .un_journal .infos h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.38; /* 138.889% */
	margin-bottom: 20px !important;
}
.result.wrap_un_journal .un_journal .infos h2 a,
.row_mon_journal_list .mon_journal_liste .un_journal .infos h2 a {
	color: #1E2124;
	text-decoration: none;
}
.result.wrap_un_journal .un_journal .infos h2 br.
.row_mon_journal_list .mon_journal_liste .un_journal .infos h2 br {
display: block;
}
.result.wrap_un_journal .un_journal .infos .themes,
.row_mon_journal_list .mon_journal_liste .un_journal .infos .themes {
	margin-bottom: 20px;
}
.result.wrap_un_journal .un_journal .infos .themes a,
.row_mon_journal_list .mon_journal_liste .un_journal .infos .themes a {
	color: #006595;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
	display: inline-block;
	margin: 0 5px 5px 0
}
.row_mon_journal_list .mon_journal_liste .un_journal .infos .ctas {
}

.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large {
	width: 100%;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal {
	display: flex;
	flex-direction: row;
	background-color: #47CBD1;
	border-radius: 30px;
	min-height: 640px;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large:nth-child(2) .un_journal {
	background-color: #7BC142;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .image {
	width: 45%;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .image .limage {
	padding-top: 0;
	display: flex;
	    height: 100%;
	    -webkit-mask-image: url(images/rond-noir-1000.png);
	      mask-image: url(images/rond-noir-1000.png);

	mask-position: 100% 50%;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos {
		width: 55%;
		padding: 50px 80px;
		color: #fff;
		display: flex;
		align-items: center;
		font-size: 18px;

}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos h2 {
	color: #FFF;
	font-size: 40px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 25px !important;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos h2 a {
color: #fff;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos h2 a br {
display: inline-block;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos .short_descrip {
	margin-bottom: 25px;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos .autre_infos {
	margin-bottom: 25px;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos .themes {
	margin-bottom: 25px;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos .themes a {
	color:#FFF;

}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos .ctas a.nectar-button.accent-color {
	background-color: #fff !important;
	color: #47CBD1;
}
.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large:nth-child(2) .un_journal .infos .ctas a.nectar-button.accent-color {
	
	color: #7BC142;
}
.row_lien_vers_index.wpb_row > .span_12 {
	
	padding: 50px;
}

.row_lien_vers_index > .span_12 .wpb_wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
}
.row_lien_vers_index > .span_12 .wpb_wrapper .wpb_text_column {
	margin-right: 35px;
	    margin-bottom: 0;
}
.row_lien_vers_index > .span_12 .wpb_wrapper .nectar-button {
	margin-left: 35px;
	    margin-bottom: 0;
}

/***** single journal /journal interactif ****/
.single-ressource-monjournal #banner .vc_col-sm-7 {
	display: flex;
}
.single-ressource-monjournal #banner .vc_col-sm-7 > .vc_column-inner {
	display: flex;
	    align-items: center;
}
.single-ressource-monjournal #banner .theme {
	font-size: 15px;
}
.single-ressource-monjournal #banner .theme p{
	padding-bottom: 6px;
}
.single-ressource-monjournal #banner .theme a {
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-decoration: underline;
}
.single-ressource-monjournal .row_mon_journal_list .mon_journal_liste {
display: block;
}
.single-ressource-monjournal .ressources_infos .wpb_column:first-child .wpb_wrapper {
	padding-right: 10%;
}
.single-ressource-monjournal .next_prev {
margin-bottom: 45px;
}
.single-ressource-monjournal .next_prev .navigation a{
	color: #006595;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
}
.single-ressource-monjournal .next_prev .navigation:after {
	content: '';
	display: block;
	clear: both;
}
.single-ressource-monjournal .next_prev .back {
	text-align: center;
}
.single-ressource-monjournal .next_prev .back a {
	margin-top: -14px;
	    display: inline-block;
	    position: relative;
	    top: -24px;
}
.sources_grille {
	display: flex;
	/*margin-left: -1.75%;
	margin-right: -1.75%;*/
	flex-wrap: wrap;
	padding-right: 1%;
	padding-left: 1%;
}
.sources_grille .une_source {
	width: 21.5%;
	margin-left: 1.75%;
	margin-right: 1.75%;
	border-radius: 15px;
	padding: 0 2% 2%;
	background-color: #F9F9F7;
	margin-bottom: 3%;
	overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.sources_grille .une_source {
	
}
.sources_grille .une_source .wrap_top {
	margin-bottom:55px ;
}
.sources_grille .une_source .wrap_top .photo {
	margin-left: -11%;
	margin-right: -11%;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center;
	  margin-bottom: 20px;
	  padding-top: 70%;
}
.sources_grille .une_source .wrap_top .info {
	color: #1E2124;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}
.sources_grille .une_source .wrap_top .info h4 {
	color: #1E2124;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3; /* 138.889% */
}
.sources_grille .une_source .cta {
	line-height: 1;
}
.sources_grille .une_source .cta .nectar-button {
margin-bottom: 0;
}
.source_group {
	margin-bottom: 59px !important;
	margin-bottom: 18px !important;
}
.source_group:last-child {
	margin-bottom: 0!important;
}
.source_group h3 {
	color: #1E2124;
	margin-bottom: 22px !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height:1.38; /* 138.889% */
	padding: 15px 30px;
	border-radius: 9px;
	background: #F9F9F7;
}
.source_group .source_liens {
	margin: 0;
	list-style: none;
}
.source_group .source_liens li {
	list-style: none;
	padding-left: 30px;
	margin-bottom: 13px;
}
.source_group .source_liens a {
	color:  #006595;

	font-size: 18px;
	font-weight: 600;
	line-height: 1.6; /* 166.667% */
	text-decoration: underline;
	display: inline-block;
}

.partager_liens {
	display: flex;
	    align-items: center;
	    margin-bottom: 95px !important;
	    position: relative;
}
.partager_liens .vague_partege {
	position: absolute;
	left: 0;
	bottom: -19px;
	right: 10px;
	max-width:216px ;
}
.partager_liens .partager {
	color:#1E2124;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
	
}
.partager_liens .liens {
	display: flex;
}
.partager_liens .liens a {
	display: inline-block;
	margin-left: 15px;
	font-size: 0;
}
.partager_liens .liens a:not(.icon-email-custom):hover svg path {
	fill: #47CBD1;
}
.partager_liens .liens a.icon-email-custom:hover svg circle {
	fill: #47CBD1;
}
.single-ressource-monjournal .theme {
	margin-bottom: 65px;
}
.single-ressource-monjournal .theme > div {
	margin-bottom: 12px;
}
.single-ressource-monjournal .theme > div a {
	color: #006595;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.88; /* 188.889% */
	text-decoration: underline;
	webkit-transition: color 250ms ease-out ;
	        -moz-transition: color 250ms ease-out ;
	        -o-transition: color 250ms ease-out ;
	        transition: color 250ms ease-out ;
}
.single-ressource-monjournal .theme > div a:hover {
	color: #47CBD1;
}

.single-ressource-monjournal .ressources_infos h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.38; /* 138.889% */
	margin-bottom: 10px;
}
.single-ressource-monjournal .colonne_sticky_scroll {
      position: relative;
      
  }
  .single-ressource-monjournal .colonne_sticky_scroll.fixed .vc_column-inner {
      position: fixed;
      top: 155px;
      bottom: auto;
      left: 10px;
      right: 10px;
  }
  .single-ressource-monjournal .colonne_sticky_scroll.absolute .vc_column-inner {
      position: absolute;
      bottom: 0;
      top: auto;
  }


/**** loader ***/
.row_mon_journal_list .loader {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    margin: 0 auto;
}
.row_mon_journal_list .loader {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ball-pulse-rise>div {
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
}

.ball-pulse-rise>div {
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    background-color: #7bc142;
    margin: 2px;
}
.ball-pulse-rise>div {
    width: 15px;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
@-webkit-keyframes ball-pulse-rise-even{
	0%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
	}
	25%{
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px)
	}
	50%{
		-webkit-transform:scale(.4);
		transform:scale(.4)
	}
	75%{
		-webkit-transform:translateY(30px);
		transform:translateY(30px)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes ball-pulse-rise-even{
	0%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
	}
	25%{
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px)
	}
	50%{
		-webkit-transform:scale(.4);
		transform:scale(.4)
	}
	75%{
		-webkit-transform:translateY(30px);
		transform:translateY(30px)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@-webkit-keyframes ball-pulse-rise-odd{
	0%{-webkit-transform:scale(.4);
		transform:scale(.4)
	}
	25%{-webkit-transform:translateY(30px);
		transform:translateY(30px)
	}
	50%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
	}
	75%{
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform:scale(.75);
		transform:scale(.75)
	}
}
@keyframes ball-pulse-rise-odd{
	0%{
		-webkit-transform:scale(.4);
		transform:scale(.4)
	}
	25%{
		-webkit-transform:translateY(30px);
		transform:translateY(30px)
	}
	50%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
	}
	75%{
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform:scale(.75);
		transform:scale(.75)
	}
}
.ball-pulse-rise>div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd;
}
.ball-pulse-rise>div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even;
}


/***** page Communication au travail ***/
.communication_travail_list .liste_ressource .une_ressourse .image {
	position: relative;
}
.communication_travail_list .liste_ressource .une_ressourse .image .lien {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.communication_travail_list .liste_ressource .une_ressourse .image .limage {
	padding-top: 56%;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center top;
}

.mon_journal_liste.communication_travail_list h3 span{
	    font-weight: 400;
    font-size: 12px;
    display: block;
    line-height: 1.3;
}
.communication_travail_list .liste_ressource .une_ressourse .descrip {
	margin-bottom: 20px;
}
.communication_travail_list .liste_ressource .une_ressourse .infos {
	/*min-height: 282px;*/
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.communication_travail_list .liste_ressource .une_ressourse .infos .ctas {
	margin-top: 25px;
}
.communication_travail_list .liste_ressource .une_ressourse .infos .ctas .nectar-button {
	margin-bottom: 0;
}

.row-communiquer-travail .wrap_group{
	display: flex;
	flex-wrap: wrap;

}
.row-communiquer-travail .row_tri_journal {
	padding-left: 240px;
	width: 100%;
}
.row-communiquer-travail .communication_travail_taxonomies {
	width: 240px;
	padding-right: 30px;
}
.row-communiquer-travail .row_mon_journal_list {
	width: calc(100% - 240px);
	
}
.row-communiquer-travail .communication_travail_list .une_ressourse{
	width: 33.333%;
	max-width: calc(310px + 4%);
	
}
.row-communiquer-travail .communication_travail_list .liste_ressource{
    
    justify-content: space-between;
}



/***** page Catalogue ****/
.nectar-shop-header {
	height: 50px;
	padding: 0 45px;
	display: flex;
	justify-content: space-between;
    flex-direction: row-reverse;
}
body.woocommerce .woocommerce-ordering {
	position: relative;
	float: none;
	bottom: 0;
}
body.woocommerce .woocommerce-result-count, 
body.woocommerce-page .woocommerce-result-count {
	position: relative;
	float: none;
	right: 0;
	    margin-left: 55px;
	    bottom: 0;
}
.nectar-shop-header .page-title {
display: none;
}
.woocommerce-page .product-add-to-cart a.button {
	color: #000;
}
body.woocommerce .classic .product-wrap .add_to_cart_button, 
body.woocommerce .classic .product-wrap .button.product_type_variable, 
body.woocommerce .classic .product-wrap .nectar_quick_view, 
body.woocommerce .classic .product-wrap a.button.product_type_simple {
    padding: 8px 7.5px;
}
.woocommerce .classic .product-wrap .add_to_cart_button i {
	font-size: 22px;
	margin-right: 0;
}
body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-size: 23px;
	line-height: .7;
}
body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 8px 7.5px;
}
body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
}
bdoy .nectar-shop-header {
  
    height: 50px;
}
body.woocommerce .product-wrap .product-add-to-cart a {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
body.woocommerce .classic .product-wrap a.button, 
body.woocommerce ul.products li.product.classic .button {
	    width: auto;
	    background-color: transparent !important;
	    position: relative !important;
}
body.woocommerce .classic .product-wrap a.button.add_to_cart_button i , 
body.woocommerce ul.products li.product.classic .button.add_to_cart_button i {
	display: none;
}
body.woocommerce .classic .product-wrap a.button.add_to_cart_button:before, 
body.woocommerce ul.products li.product.classic .button.add_to_cart_button:before {
	/*content: "\e910";
	    font-size: 22px;
	        font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;*/

    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(images/cart-nb.svg) no-repeat center;
}
body.woocommerce .classic .product-wrap a.button span, 
body.woocommerce ul.products li.product.classic .button span {
	display: none;
}
.products .product .product-add-to-cart {
	display: flex;
	position: absolute;
	    left: 15px;
	    bottom: 0;
	        background-color: #F9F9F7;
	        padding-left: 10px;
	        padding-right: 10px;
	        -webkit-border-top-left-radius: 15px;
	        -webkit-border-top-right-radius: 15px;
	        -moz-border-radius-topleft: 15px;
	        -moz-border-radius-topright: 15px;
	        border-top-left-radius: 15px;
	        border-top-right-radius: 15px;
}
.woocommerce ul.products li.product .product-wrap > a {
	display: block;
	padding: 20px;
	background-color: #FDFDFC;
	min-height: 320px;
	color: #000;

}
body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt {
	color: #000;
}

.woocommerce ul.products li.product .button.compare {
	display: none !important;
}
body .woocommerce ul.products li.product .product-wrap, 
body.woocommerce-page ul.products li.product .product-wrap {
	margin: -20px -20px 20px;
}
body .woocommerce ul.products li.product .product-wrap img, 
body.woocommerce-page ul.products li.product .product-wrap img {
	width: auto;
	max-height: 280px;
	margin: 0 auto;
}
body .woocommerce ul.products li.product, 
body.woocommerce-page ul.products li.product {
	padding: 15px;
	overflow: hidden;
	background-color: #F9F9F7;
	padding: 20px;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color:#1E2124;
	font-family: "Lexend", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.38; /* 138.889% */
	    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px !important;
}
.produits_vedettes .produit .price del ins .amount,
.produits_vedettes .produit .price,
.produits_vedettes .produit .price del,
body.woocommerce ul.products li.product .price del, 
body.woocommerce-page ul.products li.product .price del,
body.woocommerce ul.products li.product .price, 
body.woocommerce ul.products li.product .price ins, 
body.woocommerce ul.products li.product .price ins .amount,
body.woocommerce ul.products li.product .price, 
body.woocommerce-page ul.products li.product .price {
	color: #1E2124 !important;
	/* Desktop/H3 Med */
	font-family: "Lexend", sans-serif;
	font-size: 30px;
	    font-size: clamp(18px, 1.87vw, 30px);
	font-style: normal;
	font-weight: 500;
	line-height: 1.4; /* 140% */
}

.produits_vedettes .produit .price del ins .amount,
body.woocommerce ul.products li.product .price ins .amount {
	color: #EF5439 !important;
}
.produits_vedettes .produit .price del,
body.woocommerce ul.products li.product .price del, 
body.woocommerce-page ul.products li.product .price del {
	color: #808080 !important;
	opacity: 1;
}
.produits_vedettes .produit .price
body.woocommerce ul.products li.product .price {
    
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.produits_vedettes .produit .price ins,
body.woocommerce ul.products li.product .price ins {
	margin-right: 8px;
}
body .woocommerce-breadcrumb {
display: none !important;
}

#banner_shop {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	    min-height: 640px;
	        min-height: 32.25vw;
	        max-height: 640px;
	display: flex;
	    align-items: center;
	    color: #fff;
	    margin-top: 40px;
	    border-radius: 30px;
	    overflow: hidden;
	    margin-left: 45px;
	    margin-right: 45px;
}
#banner_shop .container {
position: relative;
	z-index: 2;
}
#banner_shop .row_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#banner_shop .row_bg:before {
	content: '';
	display: block;
		position: absolute;
		top: 0;
		left:0 ;
		
		bottom: 0;
	max-width: calc(50% + 240px);
        width: calc(50% + 12%);
	background: url(images/bg_vert_droite_rond.svg) no-repeat right center;
	z-index: 1;
}
#banner_shop .row_bg .bg_img {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	background-image: url(https://centrefora.s02.redboxstaging.com/wp-content/uploads/2024/02/gens-en-classe-flip.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	z-index: 0;
}
#banner_shop h1 {
	color: #fff;
}



/***** page blogues ( Actualités) ****/
body .wpc-filters-widget-controls-item > a {
	text-align: center;
	font-size: 15px;
	font-weight: 600 !important;
	line-height: normal;
	letter-spacing: 0.15px;
	padding: 9px 20px !important;
	background: #7bc142 !important;
	overflow: hidden;
	border-radius: 200px !important;
	-webkit-border-radius: 200px !important;
	height: 42px;
	border: 2px solid #7bc142 !important;
}	
body .wpc-filters-widget-controls-item > a.wpc-filters-close-button {
	background: transparent !important;
	color: #7bc142 !important;

}

.blog #banner_shop {
	margin-top: 0;
	margin-bottom: 75px;
}
body .posts-container article .inner-wrap.animated {
	opacity: 1;
}
bdoy .wpc-horizontal-layout .wpc-filters-section:not(.wpc-filter-layout-submit-button), 
body .wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button) {
    max-width: unset;
    width: 100%;
    margin-right: 0;
}
#sidebar.span_3 {
	width: 210px;
}
#sidebar div ul li {
	display: block;
}
.page-template-page-left-sidebar #sidebar.span_3 {
	width: 274px;
}
.material #sidebar .widget .wpb_wmca_accordion_inner li a,
#sidebar .wpb_wmca_accordion_inner div ul li a{
	padding: 10px 15px !important;
	    font-size: 14px;
}
.material #sidebar .widget .wpb_wmca_accordion_inner li.current_page_item a,
#sidebar .wpb_wmca_accordion_inner div ul li.current_page_item a {
	color: #7bc142 !important;
}
.material #sidebar .widget .wpb_wmca_accordion_inner ul.sub-menu li a {
	padding-left: 30px !important;
}
#sidebar .wpb_wmca_accordion_inner div ul:not(.sub-menu) li {
	    border-bottom: 1px solid #eee;
}
html body[data-ext-responsive=true] .post-area.masonry.span_9 {
	margin-right: 0;
	width: calc(100% - 210px - 2%);
	margin-left: 2%;
	overflow: hidden;
}
.posts-container {
	margin-left: -4%;
	margin-right: -4%;
	display: flex;
	    flex-wrap: wrap;
	        height: unset !important;
}
.post-area.masonry.span_9 .masonry-blog-item {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	width: calc(33.3333% - 8%);
	margin: 0 4% 60px;
	height: auto !important;
}
#sidebar pre {
    background: transparent;
    font-family: "Lexend", sans-serif;
    font-size: 15px;

    font-weight: 400;
    padding: 0;
    line-height: normal;
    margin-bottom:;
    max-width: 100%;
    overflow: auto;
        white-space: unset;
}
#sidebar .post_count {
	color: #1E2124;
}
#sidebar .post_count:before {
	content: '(';

}
#sidebar .post_count:after {
	content: ')';
		
}
body .blog-recent.related-posts {
	overflow: hidden;
}
body .blog-recent[data-style*=classic_enhanced] .article-content-wrap, 
body .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
	height: auto !important;
	padding: 20px 30px;
}
body .masonry.classic_enhanced .masonry-blog-item h3.title {
	color:#1E2124;
	font-size: 18px;

	font-weight: 500;
	line-height: 1.4; /* 138.889% */
}
html body[data-ext-responsive=true].single-post .container-wrap.no-sidebar .post-area {
	max-width: 1170px;
	margin: unset !important;
}

.actualites_vedettes .col.more-link,
.single-post .related-posts .col.more-link,
body .masonry-blog-item .more-link {
display: inline-block !important;
}
.actualites_vedettes .col .content-inner,
.single-post .related-posts .col .content-inner,
.post .post-content.classic .content-inner {
	position: relative;
}
.actualites_vedettes .col .inner-wrap,
.single-post .related-posts .col .inner-wrap,
body .posts-container article .inner-wrap {
	position: relative;
}
.actualites_vedettes .col .inner-wrap .lien ,
.single-post .related-posts .col .inner-wrap .lien ,
body .posts-container article .inner-wrap .lien {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.actualites_vedettes .col .content-inner .post_thumb_wrap ,
.single-post .related-posts .col .content-inner .post_thumb_wrap ,
.post .post-content.classic .content-inner .post_thumb_wrap {
	overflow: hidden;
	position: relative;
	padding-top: 79%;
}
.actualites_vedettes .col .content-inner .post_thumb_wrap {
	padding-top: 105%;
}
.actualites_vedettes .col .content-inner .post_thumb ,
.single-post .related-posts .col .content-inner .post_thumb ,
.post .post-content.classic .content-inner .post_thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
  webkit-transition: transform 250ms ease-out ;
          -moz-transition: transform 250ms ease-out ;
          -o-transition: transform 250ms ease-out ;
          transition: transform 250ms ease-out ;
  transform-origin: center;
}
.actualites_vedettes .col:hover .content-inner .post_thumb ,
.single-post .related-posts .col:hover .content-inner .post_thumb ,
.post  .inner-wrap:hover .post-content.classic .post_thumb  {
	transform: scale(1.1);
}
.actualites_vedettes .col,
.single-post .related-posts .col,
.post-area.masonry.span_9 .masonry-blog-item {
	
	border-radius: 15px;
	overflow: hidden;
}
.slider_autre_interessant {
width: 100%;
}
.actualites_vedettes .col,
.single-post .related-posts .col {
	background-color: #F9F9F7;
	margin-right: 0;
	height: unset;
}
.actualites_vedettes .col .inner-wrap,
.single-post .related-posts .col .inner-wrap,
body .masonry-blog-item .inner-wrap {
	background-color: #F9F9F7;
}
.actualites_vedettes .col .article-content-wrap, 
.single-post .related-posts .col .article-content-wrap, 
body .masonry-blog-item .article-content-wrap {
	padding: 20px 30px;
	    padding: 6% 9%;
	    color: #1E2124 !important;
}
.actualites_vedettes .col h3.title ,
.single-post .related-posts .col h3.title ,
body .masonry.classic .post.masonry-blog-item h3.title {
	font-size: 18px;
	line-height: 1.3;
}
.actualites_vedettes .col h3.title a {
	color: #1E2124 !important;
}
.actualites_vedettes .post-meta,
.single-post .related-posts .post-meta, 
body .masonry-blog-item .post-meta {
	padding: 0;
}
.actualites_vedettes .post-header,
.single-post .related-posts .post-header,
html .masonry .post-content.classic .post-header {
	margin-bottom: 20px;
}
.actualites_vedettes .post-meta .date,
.single-post .related-posts .post-meta .date,
html body .post.masonry-blog-item .post-meta .date {
	color: #808080;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}
.actualites_vedettes .post-meta .nectar-love-wrap,
.actualites_vedettes .related-posts .post-meta .nectar-love-wrap,
.single-post .related-posts .post-meta .nectar-love-wrap {
	display: none;
}
.actualites_vedettes .more-link,
.single-post .related-posts .more-link,
body .post .more-link {
	color:  #006595 !important;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
	margin-top: 15px;
	webkit-transition: color 250ms ease-out ;
	        -moz-transition: color 250ms ease-out ;
	        -o-transition: color 250ms ease-out ;
	        transition: color 250ms ease-out ;
	        display: inline-block;
}
.actualites_vedettes .col:hover .more-link,
.single-post .related-posts .col:hover .more-link,
body .post .inner-wrap:hover .more-link  {
	color: #47CBD1 !important;
}
/*.actualites_vedettes span,*/
.single-post .related-posts span,
body .post .more-link span {
    background-color: transparent !important;   
    padding: 0;
}
.actualites_vedettes .post-content {
	padding-left: 0;
}
body .wpc-term-count .wpc-term-count-value,
body .wpc-term-count {
	color: #1E2124 !important;
}
#sidebar .widget input[type=text].wpc-search-field {
	padding-left: 25px;
}
body .posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap {
    transform: translateY(0);
}
.post-area.masonry.span_9 #pagination {
	text-align: center;
}

.single-post .related-post-wrap h3.related-title:not(.nectar-blog-single-section-title) {
	margin-bottom:42px ;
	/*font-size: 40px;*/
}
body.ascend .related-post-wrap h3.related-title, 
body.material .related-post-wrap h3.related-title {
	padding-top: 0;
	margin-top: 8%;
}

.single-post #banner_shop h1{
	    margin-bottom: 22px !important;
}
.single-post #banner_shop .categories a {
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	text-decoration-line: underline;
}

/**** page nous joindre *****/

.informations_ctas {
	display: flex;
	max-width: 1268px;
}
.informations_ctas .bloc_informations {
	display: flex;
	margin: 0 -15px;
	    flex-wrap: wrap;
	width: 58.33333333%;
	width: calc(66.25% + 15px + 15px);
}
.informations_ctas .bloc_informations .bloc_info{
	display: flex;
	    align-items: flex-end;
	min-height: 375px;
	border-radius: 30px;
	padding: 30px 35px;
	    padding: 3.8% 4.3%;
	background-color: #F9F9F7;
	width: calc(50% - 30px);
	font-size: 30px;
	    font-size: clamp(14px, 1.87vw, 30px);
	font-weight: 400;
	line-height: 1.2; /* 140% */
	margin: 0 15px 30px;
}
.informations_ctas .bloc_informations .bloc_info a {
	color: #1E2124;
	text-decoration: none;
}
.informations_ctas .bloc_informations .bloc_info a:hover {
	text-decoration: underline;
}
.informations_ctas .bloc_informations .bloc_info:nth-child(3){
	width: 100%;
}

.informations_ctas .bloc_informations .bloc_info em {
	font-size: 18px;
	    font-size: 0.6em;
	font-weight: 500;
	line-height: 1.3; /* 140% */
	font-style: normal;
	display: block;
}
.informations_ctas .bloc_informations .bloc_info.adresse p{
	line-height: 1.2;
	padding-bottom: 5px;
}
.informations_ctas .bloc_informations h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.38; /* 138.889% */
	margin-bottom: 5px !important;
}

.informations_ctas .bloc_ctas{
	    width: 41.66666667%;
	    width: 34.666667%;
	    padding-left: 4%;
}

.informations_ctas .bloc_ctas .un_cta {
	padding: 30px 35px;
	padding: 8% 9%;
	background-color: #47CBD1;
	display: flex;
	align-items: flex-end;
	min-height: 375px;
	border-radius: 30px;
	margin-bottom: 30px;
	width: 390px;
	    width: 100%;
    max-width: 390px;
	position: relative;
	overflow: hidden;

}
.informations_ctas .bloc_ctas .un_cta > span {
		background-color: #6CD5DA;
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-radius: 50%;
		
		transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
		transform: translate(-50%, -50%);
		z-index: 0;
	
	
}
.informations_ctas .bloc_ctas .un_cta:hover > span {
	    width: 300%;
	    height: 300%;
	}
.informations_ctas .bloc_ctas .un_cta:nth-child(2) {
	background-color:#7BC142 ;
}
.informations_ctas .bloc_ctas .un_cta:nth-child(2) > span  {
	background-color:#95CD68 ;
}
.informations_ctas .bloc_ctas .un_cta:nth-child(3) {
	background-color: #46CF91;
}
.informations_ctas .bloc_ctas .un_cta:nth-child(3) > span {
	background-color: #6BD8A7;
}
.informations_ctas .bloc_ctas .un_cta .lien {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.informations_ctas .bloc_ctas .titre_fleche {
	display: flex;
	justify-content: space-between;
	    align-items: flex-end;
}
.informations_ctas .bloc_ctas .titre_fleche h2  {
	color: #fff ;
	font-size: 30px;
	    font-size: clamp(18px, 1.87vw, 30px);
	    font-weight: 400;
	    line-height: 1.2;
	    margin-bottom: 0 !important;
	    padding-right: 10px;
	        width: calc(100% - 13px);
}
.informations_ctas .bloc_ctas .titre_fleche svg {
	margin-bottom: 9px;
	width: 38px;
	webkit-transition: transform 250ms ease-out ;
	        -moz-transition: transform 250ms ease-out ;
	        -o-transition: transform 250ms ease-out ;
	        transition: transform 250ms ease-out ;
}
.informations_ctas .bloc_ctas .un_cta:hover .titre_fleche svg {
	transform: translateX(10px);
}
.informations_ctas .bloc_ctas .content{
	width: 100%;
	position: relative;
	z-index: 1;
}

/**** page service clientele ****/


.material .wpb_row.adobe_flash {
	margin-bottom: 60px;
}
.material .wpb_row.adobe_flash {

color: #fff !important;
}
.wpb_row .wpb_row.adobe_flash > .span_12 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.wpb_row .wpb_row.adobe_flash .wpb_column:first-child {
	width: 187px;
}
.wpb_row .wpb_row.adobe_flash .wpb_column:last-child {
	width: calc(100%  - 187px);
}
.wpb_row .wpb_row.adobe_flash .wpb_column:first-child .vc_column-inner {
	padding-left: 30px;
}
.wpb_row .wpb_row.adobe_flash .wpb_column:last-child .vc_column-inner {
	padding-right: 30px;
}

/***** grilles post *****/
.affichage {
	display: flex;
	margin-bottom: 70px;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.row_mon_journal_list:not(.row_list_petit_roman) .affichage .un_affichage {

    margin-top: -63px;
}
.page-template-page-mon-journal .row_mon_journal_list .affichage .un_affichage,
.row_mon_journal_list.real_row_tri_journal .affichage .un_affichage,
.row_mon_journal_list.row_list_livret_mode_emploi .affichage .un_affichage {

    margin-top: 0;
}
.row_mon_journal_list.row_list_petit_roman .une_ressourse {
	max-width: calc(330px + 4%);
	width: 33.3333%;
}
.row_mon_journal_list .liste_ressource.ressource_petit_roman  {
	justify-content: space-between;
}
.row_mon_journal_list.row_list_petit_roman .affichage {
	    padding: 0 2%;
	    margin-bottom: 28px;
    margin-top: -34px;
}
.row_mon_journal_list.row_list_livret_mode_emploi .affichage,
.row_mon_journal_list.row_list_communique_travail .affichage{
	    padding: 0 2%;
	    margin-bottom: 28px;
    margin-top:15px;
}
.affichage .un_affichage{
	margin-left: 30px;
	cursor: pointer;
}
.affichage #liste.un_affichage:hover svg path,
.affichage #liste.un_affichage.actif svg path {
	fill: #006595;
}
.affichage #grille.un_affichage:hover svg rect,
.affichage #grille.un_affichage.actif svg rect {
	fill: #006595;
}
.categorie_post {
	margin-bottom: 30px;
}
.categorie_post .categorie {
	margin-bottom: 3px;
}
.categorie_post .categorie h2{
	border-radius: 9px;
	background: #F9F9F7;
	margin-bottom: 0 !important;
	padding: 15px 30px;
	color: #1E2124;
	
	font-size: 18px;

	font-weight: 500;
	line-height: 1.4; /* 138.889% */

}
.categorie_post .liste_liens_texte li {
	list-style: none;
	margin-bottom: 23px;
}
.categorie_post .liste_liens_texte li a,
.categorie_post .liste_liens_texte {
	color: #006595;
	font-size: 18px;

	font-weight: 600;
	line-height: 1.3;
}
.categorie_post .liste_liens_texte li a {
	text-decoration: underline;
}
.categorie_post .sections_interne .posts_grille:first-child {
	border-top: 0;
} 
.categorie_post .posts_grille {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #E3E3D9;
	padding-left: 1.27%;
    padding-right: 1.27%;
}
#style_liste .categorie_post .posts_grille {
	padding: 0;
}
#style_liste.row_categorie_post .posts_grille {
	    flex-direction: column;
}
#style_liste.row_categorie_post .posts_grille .post{
	width: 100%;
	padding: 0;
	margin: 0;
}
#style_liste .result.wrap_un_journal .wrap_un_journal .un_journal, 
#style_liste.row_mon_journal_list .mon_journal_liste .wrap_un_journal .un_journal,
#style_liste.row_categorie_post .posts_grille .post .wrap {
	padding: 30px;
	    flex-direction: unset;
	        flex-wrap: wrap;
	    background: transparent;
	    border-bottom: 1px solid #E3E3D9;
	    align-items: flex-start;
	    border-radius: 0;
	    min-height: unset;
}
#style_liste.row_categorie_post .posts_grille .post:first-child .wrap {
	/*border-top: 1px solid #E3E3D9;*/
}
#style_liste.row_mon_journal_list .mon_journal_liste .wrap_un_journal:first-child .un_journal {
	border-top: 1px solid #E3E3D9;
}
#style_liste .result.wrap_un_journal .un_journal .image, 
#style_liste.row_mon_journal_list .mon_journal_liste .un_journal .image,
#style_liste.row_categorie_post .posts_grille .post .wrap .photo {
	width: 23%;
	margin-bottom: 0;
	    margin-right: 0;
	    margin-left: 0;
	    padding-top: 13%;
	    border-radius: 13.678px;
	    overflow: hidden;
}
#style_liste.row_categorie_post .posts_grille .post .wrap .infos .ctas {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#style_liste.row_categorie_post .posts_grille .post .wrap .infos .ctas a {
	margin-right: 15px;
	margin-bottom: 15px;
	
}
#style_liste.row_categorie_post .posts_grille .post .wrap .infos .ctas br{
	display: none;

}
#style_liste .result.wrap_un_journal .un_journal .image .limage, 
#style_liste.row_mon_journal_list .mon_journal_liste .un_journal .image .limage{
	padding-top: 56%;
	mask-image: unset;
}
#style_liste .result.wrap_un_journal .un_journal .image, 
#style_liste.row_mon_journal_list .mon_journal_liste .un_journal .image {
	padding-top: 0;
}
#style_liste .result.wrap_un_journal .un_journal .image

#style_liste.row_mon_journal_list .mon_journal_liste .un_journal .infos,
#style_liste.row_categorie_post .posts_grille .post .wrap .infos {
	width: 77%;
	    min-height: unset;
	padding: 10px 0 0 60px;
}
#style_liste.row_mon_journal_list .mon_journal_liste .wrap_un_journal {
    width: 100%;
    margin-bottom: 0;
}
 

.categorie_post .sections_interne .posts_grille:nth-child(2) {
	    border-top: 1px solid #E3E3D9;
}
.categorie_post .posts_grille:nth-child(2) {
	border-top: 0;
}
.categorie_post .aucun_repoussement {
	margin-top: -30px;
}
.categorie_post .aucun_repoussement .posts_grille {
	padding-left: 0;
	padding-right: 0;
	    margin-left: -1.27%;
	    margin-right: -1.27%;
}
.categorie_post .posts_grille > h3 {
	width: 100%;
	font-size: 16px;
	margin: 29px 0 0;
	margin-left: 1.27%;
}
.categorie_post .posts_grille .sources {
	width: 100%;
	margin-bottom: 29px;
	font-size: 12px;
	margin-left: 1.27%;
}
.categorie_post .posts_grille .sources a {
	text-decoration: underline;
	color: #006595;
}
/*.categorie_post .posts_grille ,
.liste_ressource .une_ressourse,*/
.categorie_post .posts_grille .post {
	width: 25%;
	padding: 0 18px;
	    padding: 0 1.27%;
	margin-bottom: 30px;
}

#style_liste .liste_ressource .une_ressourse {
	width: 100%;
	margin-bottom: 0;
	max-width: unset;

}	
#style_liste .liste_ressource .une_ressourse .wrap_ressourse {
	flex-direction: unset;
	padding: 30px;
	background-color: transparent;
	border-radius: 0;
	border-bottom: 1px solid #E3E3D9;
}
#style_liste .liste_ressource .une_ressourse:first-child .wrap_ressourse {
	border-top: 1px solid #E3E3D9;
}
#style_liste .liste_ressource .une_ressourse .wrap_ressourse .image{
	width: 23%;
	height: 168px;
	background-color: transparent;
	margin: 0;
}
#style_liste .liste_ressource.ressource_petit_roman .une_ressourse .image img {
   
    width: auto;
    max-height: 100%;
}
#style_liste .liste_ressource .une_ressourse .wrap_ressourse .infos{
	width: 77%;
	min-height: unset;
	background-color: transparent;
	padding: 10px 0 0 60px;
}
#style_liste .result.result_ressource.ressource_petit_roman .une_ressourse .descrip, 
#style_liste .liste_ressource.ressource_petit_roman .une_ressourse .descrip {
    margin-bottom: 16px;
    margin-top: 16px;
}
#style_liste .liste_ressource .une_ressourse .ctas {
	display: flex;
	    align-items: center;
	    flex-wrap: wrap;
}
#style_liste .liste_ressource .une_ressourse .ctas .nectar-button {
	margin-right: 18px;
	margin-bottom: 0;
}
#style_liste .liste_ressource .une_ressourse .ctas br{
	display: none;
} 

.categorie_post .posts_grille .post {
	margin-top: 30px;
}
.categorie_post .posts_grille .post .wrap {
	display: flex;
	border-radius:15px;
	background: #F9F9F7;
	flex-direction: column;
	height: 100%;
	padding: 0px 9.45% 30px;
	overflow: hidden;
}
.categorie_post .posts_grille .post .photo {
	padding-top: 68%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  margin-right: -12%;
  margin-left: -12%;
  background-color: #fff;
}
.categorie_post .posts_grille .post .infos {
	
	display: flex;
	flex-direction: column;
	min-height: 230px;
	min-height: 180px;
	height: 100%;
	justify-content: space-between;
}
.categorie_post .posts_grille .post .infos h3 {
	color: #1E2124;
	font-size: 18px;

	font-weight: 500;
	line-height: 1.4; /* 138.889% */
}
.categorie_post .posts_grille .post .infos h3 small {
	font-weight: 400;
	font-size: 15px;
}
.categorie_post .posts_grille .post .infos .excerpt {
	margin-top: 22px;
	/*margin-bottom: 45px;*/
}
.categorie_post .posts_grille .post .infos .descrip,
.categorie_post .posts_grille .post .infos .themes,
.categorie_post .posts_grille .post .infos .cat {
	color: #1E2124;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
}
.categorie_post .posts_grille .post .infos .cat {
	margin-bottom: 10px;
}
.categorie_post .posts_grille .post .infos .descrip {
	font-size: 14px;
}
.categorie_post .posts_grille .post .infos .themes a {
	color: #1E2124;
	text-decoration: underline;
	display: inline-block;
	margin-right: 8px;
	font-weight: 600;
}
.categorie_post .posts_grille .post .infos .ctas {
	margin-top: 33px;
}
.categorie_post .posts_grille .post .infos .ctas .nectar-button {
	margin-bottom: 0;
}
.categorie_post .posts_grille .post .infos .ctas .cta_telechargement {
	color: #006595;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	text-decoration: underline;
	    margin-top: 11px;
    display: inline-block;

}

/***** mon compte ****/
body .woocommerce-MyAccount-navigation ul {
border: 0;
background-color: #F9F9F7;
border-radius: 15px;
overflow: hidden;
}
body .woocommerce-MyAccount-navigation ul li a {
	color: #1E2124;

	font-family: "Lexend", sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 40px 30px;
	border-bottom: 1px solid #E3E3D9;
	opacity: 1;
	text-decoration: none;
	
}
body .woocommerce-MyAccount-navigation ul li.is-active a, 
body .woocommerce-MyAccount-navigation ul li:hover a {
	background-color: #7BC142;
	color: #fff;
	border: transparent;
}
.woocommerce-MyAccount-navigation ul li a:before {
	display: none !important;
}
body .woocommerce-MyAccount-content  {
	font-size:18px ;
	font-weight: 400;
}
.woocommerce-EditAccountForm.edit-account fieldset {
margin-top: 32px;
}
.woocommerce-EditAccountForm.edit-account fieldset legend ,
body .woocommerce-MyAccount-content h2 {
	font-size: 30px;
	    font-size: clamp(18px, 1.87vw, 30px);
	font-weight: 400;
	margin-bottom: 20px;
}
.woocommerce-account .addresses .title h3 {
    font-size: 22px;
}

body .woocommerce-MyAccount-content a {
	font-weight: 600;
}
.woocommerce-MyAccount-content .bonjour {
	color:  #1E2124;
	/* Desktop/H3 Reg */
	font-family: "Lexend", sans-serif;
	font-size: 30px;
	    font-size: clamp(18px, 1.87vw, 30px);
	font-weight: 400;
	line-height: 1.4; /* 140% */
}
.woocommerce-MyAccount-content .bonjour a {
	font-weight: 400%;
}
body .woocommerce form .form-row .input-text, 
body.woocommerce-page form .form-row .input-text {
	border-radius: 2px;
	border: 1px solid #1E2124;
	padding: 12px 20px;
	background-color: transparent;
	color: #808080;

	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.1; /* 146.667% */
	height: 64px;

}
body .woocommerce form .form-row label, 
body.woocommerce-page form .form-row label {
	color:#1E2124;

	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
	margin-bottom: 6px;
}
body .woocommerce form .show-password-input, 
body.woocommerce-page form .show-password-input {

    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
body .woocommerce form .form-row .required, 
body.woocommerce-page form .form-row .required {
	color:#1E2124 !important;
}
html body[data-button-style=rounded] .container-wrap button[type=submit], 
html body[data-button-style=rounded] .container-wrap input[type=submit] {

    font-family: "Lexend", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.15px;
        text-transform: none;
}
html body[data-button-style=rounded] .container-wrap .form_search {
	display: flex;
	width: 450px;
}
html body[data-button-style=rounded] .container-wrap .form_search input[type='text'] {
	border:0;
	border-bottom: 1px solid #1E2124;
	height: 40px;
	padding: 10px !important;
	width: calc(100% - 40px);
	border-radius: 0 !important;
}
html body[data-button-style=rounded] .container-wrap .form_search button[type=submit] {
	background-color: transparent !important;
	color: #1E2124;
	padding: 10px !important;
	width: 40px;
	border-bottom: 1px solid #1E2124;
	border-radius: 0 !important;
}
.woocommerce-form-row span em {
	font-size: 12px;
}
body .woocommerce-MyAccount-content .woocommerce-Address {
	border-radius: 15px;
	background: #F9F9F7;
	padding: 20px 30px;
	font-size: 15px;
}
body .woocommerce .col2-set, 
body.woocommerce-page .col2-set {
	display: flex;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	margin-right: 4%;
}

html body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
	background-color: transparent;
}
html body:not(.woocommerce-cart) .main-content table tr:nth-child(2n) {
	background-color: #F9F9F7;
}
body:not(.woocommerce-cart) .main-content table thead tr:nth-child(2n+1) {
	background-color: transparent;
}
html body:not(.woocommerce-cart) .main-content th {
	font-size: 18px;
	border: 0 !important;
	padding: 20px 27px;
}
html body:not(.woocommerce-cart) .main-content td {
	border: 0 !important ;
	font-size: 15px;
	padding: 20px 27px;
}
html body:not(.woocommerce-cart) .main-content table {
border: 0;
}


/***** page search ***/



html body.search #page-header-bg {
    height: unset;
    background-color: transparent !important;
}
body.search #page-header-bg .span_6 {
 	    top: 0;
    transform: unset;
    padding: 90px 0 0;
 }
 body #search-results[data-layout=masonry-no-sidebar] {
 	display: flex;
 	    flex-wrap: wrap;
 	    margin: 0 -28px;
 }
 body #search-results[data-layout=masonry-no-sidebar] .result {
 	position: relative !important;
 	top: 0 !important;
 	left: 0 !important;
 	padding: 0;
 	background-color: #F9F9F7;
 	width: calc(25% - 56px);
 	margin: 0 28px 56px;
 	border-radius: 15px;
 	overflow: hidden;
 }
 html body.material #search-results .result .inner-wrap {
 	border: 0;
 	background-color: transparent;
 	    display: flex;
    flex-direction: column;
    height: 100%;
 }
  html body.material #search-results .result .inner-wrap .image-wrap {
  	padding-top: 103%;
  	padding-top: 57%;
  	position: relative;
  	background-color: #FDFDFC;
  	overflow: hidden;
  }
  .produits_vedettes .produit .product-wrap .product-add-to-cart,
  html body.material #search-results .result .inner-wrap .image-wrap .product-add-to-cart {
  	position: absolute;
  	left: 15px;
  	bottom: 0;
  	z-index: 2;
  	background-color: #F9F9F7;
  	display: flex;
  	padding-left: 10px;
  	padding-right: 10px;
  	    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .produits_vedettes .produit .product-wrap .product-add-to-cart .add_to_cart_button,
  html body.material #search-results .result .inner-wrap .image-wrap .product-add-to-cart .add_to_cart_button {
  	    padding: 8px 7.5px;
  	    text-decoration: none;
  }
    html body.material #search-results .result .inner-wrap .image-wrap .product-add-to-cart .add_to_cart_button span {
      display: none;
  }
  body.material #search-results .result .icon-salient-cart {
  	background-color: transparent !important;
  }
   body .icon-salient-cart, 
  html body.material .icon-salient-cart,
  body.material #search-results .result .icon-salient-cart {
  	background-color: transparent !important;
  }
  body .icon-salient-cart+ span, 
  html body.material .icon-salient-cart+ span,
  body.material #search-results .result .icon-salient-cart + span {
  	display: none;
  }
  body .icon-salient-cart:before, 
  html body.material .icon-salient-cart:before,
  body.material #search-results .result .icon-salient-cart:before {
      /*font-size: 22px;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;*/
      content: '';
      display: inline-block;
      width: 15px;
      height: 16px;
      background: url(images/cart-nb.svg) no-repeat center;
      
  }
  body.material #search-results .result .add_to_cart_button:hover .icon-salient-cart:before {
  	/*background-image: url();*/
  }
  html body.material #search-results .result .inner-wrap .image-wrap .product-add-to-cart .tinvwl-shortcode-add-to-cart .tinvwl-icon-heart.no-txt {
  	    padding: 8px 7.5px;
  }
  html body.material #search-results .result .inner-wrap .image-wrap .image{
  	z-index: 0;
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	webkit-transition: transform 250ms ease-out ;
  	        -moz-transition: transform 250ms ease-out ;
  	        -o-transition: transform 250ms ease-out ;
  	        transition: transform 250ms ease-out ;
  	transform-origin: center;
  }
  html body.material #search-results .result:hover .inner-wrap .image-wrap .image{
  	transform: scale(1.1);
  }
  html body.material #search-results .result .inner-wrap .image-wrap .image > .icon_center  {
  	    display: flex;
  	    align-items: center;
  	    justify-content: center;
  	    padding: 10px;
  }
    html body.material #search-results .result .inner-wrap .image-wrap .image > .icon_center img {
    	max-height: 100%;
    	max-width: 100%;
    }
   html body.material #search-results .result .inner-wrap .image-wrap .image > span,
  html body.material #search-results .result .inner-wrap .image-wrap .image > a {
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
  	display: block;

  }
  html body.material #search-results .result.result_produit .inner-wrap .image-wrap .image {
  	top: 25px;
  	left: 25px;
  	right: 25px;
  	bottom: 25px;
  }
  html body.material #search-results .result.result_produit .inner-wrap .image-wrap .image > a {
  	background-size: contain;
  }
  html body.material #search-results .result .inner-wrap .content-info {
  	padding: 20px 30px;
  	position: relative;
  	display: flex;
  	    flex-direction: column;
  	    height: 100%;
  	    justify-content: space-between;
 }
 html body.material #search-results .result .inner-wrap .content-info .first_cat {
 	margin-bottom: 30px;
 }
 html body.material #search-results .result .inner-wrap .content-info .ctas {
 	    margin-top: 25px;
 }
 html body.material #search-results .result .inner-wrap .content-info .ctas .nectar-button {
 	color: #fff !important;
 }
 html body.material #search-results .result .inner-wrap .content-info .ctas a {
 	color: #006595;
 }
 html body.material #search-results .result.result_produit .inner-wrap .content-info {
 	padding-top: 30px;
 }
 html body.material #search-results .result .inner-wrap .content-info .lien {
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	z-index: 3;
 }
 html body.material #search-results .result .inner-wrap h2 {
 	padding: 0;
 }
 html body.material #search-results .result .inner-wrap .first_cat_2 {
 	color: #808080;
 	    font-size: 12px;
 	    font-weight: 400;
 	    line-height: normal;
 	    padding-bottom: 2px;
 	    margin-bottom: 0;
 }
 html body.material #search-results .result .inner-wrap .themes {
 	margin-top: 20px;
 }
 html body.material #search-results .result .inner-wrap .themes a {
 	color: #006595;
 	font-size: 15px;
 	font-weight: 600;
 	line-height: normal;
 	text-decoration-line: underline;
 	display: inline-block;
 	margin: 0 5px 5px 0;
 }
 html body.material #search-results .result .inner-wrap .simple_cta_dessus {
 	margin-top: 5px;
 }
 html body.material #search-results .result .inner-wrap .simple_cta_dessus a{
 	color: #1E2124;
 	font-size: 15px;
 	font-weight: 600;
 	line-height: normal;
 }
 html #search-results .result h2 {
 	font-size: 18px;
 	font-weight: 500;
 	line-height: 1.38; /* 138.889% */
 	margin-bottom: 5px !important;
 }
  html #search-results .result h2 span.same {
  	font-size: 18px;
  	 	font-weight: 500;
  	 	line-height: 1.38;
  	 	color: #1E2124;
  }
  html #search-results .result .content-info {
 	font-size: 12px;
 }
  html #search-results .result .date {
  	color:#808080;
  	font-size: 12px;
  	font-weight: 400;
  	line-height: 1.4;
  	margin-bottom: 20px;
  }
   html #search-results .result .excerpt {
	
	font-weight: 400;
	line-height: 1.46; /* 146.667% */
	margin-bottom: 15px;
	margin-top: 18px;
   }
   html #search-results .result .more-link {
   	color: #006595;  
   	font-weight: 600;
   	line-height: normal;
   	text-decoration-line: underline;
   	webkit-transition: color 250ms ease-out ;
   	        -moz-transition: color 250ms ease-out ;
   	        -o-transition: color 250ms ease-out ;
   	        transition: color 250ms ease-out ;
   }
   html #search-results .result:hover .more-link {
   	color: #47CBD1;
   }
 html body.material #search-results .result:hover .inner-wrap {
    box-shadow: unset;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/****** page compétences ******/
.liste_serie_competence {

}
.liste_serie_competence .une_serie_competence {
	margin-left: 45px;
	margin-right: 45px;
	padding: 98px 0;
	border-radius: 30px;
}
html body .liste_serie_competence .une_serie_competence .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
	display: flex;
	flex-wrap: wrap;
	width: 90% !important;
	/*align-items:flex-start;*/
}
.liste_serie_competence .une_serie_competence:nth-child(2n) {

	background:  #F9F9F7;
}
.liste_serie_competence .une_serie_competence .icon_titre_cta {

	padding-left: 1%;
    padding-right: 1%;
    width: 41.66666667%;
    position: relative;
}
.liste_serie_competence .une_serie_competence .icon_titre_cta .wrap {
	max-width: 450px;
}
.liste_serie_competence .une_serie_competence .icon_titre_cta.fixed .wrap {
      position: fixed;
      top: 155px;
      bottom: auto;
      /*left: 10px;
      right: 10px;*/
  }

  .liste_serie_competence .une_serie_competence .icon_titre_cta.absolute .wrap {
        position: absolute;
      bottom: 0;
      top: auto;

    }

.liste_serie_competence .une_serie_competence .icon_titre_cta .icon {
	padding-left: 5px;
}
.liste_serie_competence .une_serie_competence .icon_titre_cta .cta {

}
.liste_serie_competence .une_serie_competence .icon_titre_cta .cta_telecharger {
	margin-top: 30px;
}
.liste_serie_competence .une_serie_competence .icon_titre_cta .cta_telecharger a {
	color: #1E2124;

	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	text-decoration: underline;
	display: flex;
	
}
.liste_serie_competence .une_serie_competence .icon_titre_cta .cta_telecharger a svg {
	margin-right: 5px;
}
.liste_serie_competence .une_serie_competence .icon_titre_cta h2 {
	
}
.liste_serie_competence .une_serie_competence .icon_titre_cta .serie_texte {
	margin-bottom: 35px;
}
.liste_serie_competence .une_serie_competence .liste {
	        width: 58.33333333%;
	padding-left: 1%;
    padding-right: 1%;

}
.liste_serie_competence .une_serie_competence .liste .un_term:first-child {
	border-top: 1px solid #E3E3D9;
}
.liste_serie_competence .une_serie_competence .liste .un_term {
	border-bottom: 1px solid #E3E3D9;
}
.liste_serie_competence .une_serie_competence .liste .un_term a {
	display: block;
	padding: 30px 20px;
	text-decoration: none;
	color: #1E2124;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.liste_serie_competence .une_serie_competence .liste .un_term a svg {
	-webkit-transition: transform 250ms ease-out ;
	        -moz-transition: transform 250ms ease-out ;
	        -o-transition: transform 250ms ease-out ;
	        transition: transform 250ms ease-out ;
}
.liste_serie_competence .une_serie_competence .liste .un_term a:hover svg {
	transform: translateX(20px);
}

/****** tax-serie-competence. *******/
#banner.banner_cat_competence > .row-bg-wrap:before {
	/*display: none;*/
}
#banner.banner_cat_competence > .row-bg-wrap .bg_cercle {
	position: absolute;
	top: 0;
	left: 0;

	bottom: 0;
	    max-width: calc(50% + 285px);
    width: calc(50% + 14%);
    overflow: hidden;
}
#banner.banner_cat_competence > .row-bg-wrap .bg_cercle svg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
#banner.banner_cat_competence > .row-bg-wrap .bg_cercle svg path {
	fill: red;
}

#banner.banner_cat_competence h1 .cat_serie {
	display: inline-block;
	text-decoration: underline;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}

.second_cat_description {
	max-width: 1170px;
	margin-bottom: 20px;
}
.second_cat_description h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4; /* 140% */
}
.second_cat_description .cat_second_texte {

}
.single-livret-mode-emploi .liste_ressource {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}
.liste_ressource {
	display: flex;
	margin-left: -2%;
    margin-right: -2%;
    width: calc(100% + 2% + 2%);
	    flex-wrap: wrap;
}
.liste_ressource .une_ressourse {
	width: 25%;
	padding: 0 28px;
	padding: 0 2%;
	margin-bottom: 71px;
	
}
.liste_ressource .une_ressourse.cta_ressource .wrap_ressourse {
	position: relative;
	display: flex;
	padding: 20px 15px 30px 30px;
	padding: 20px 15px 30px 10%;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.liste_ressource .une_ressourse.cta_ressource .wrap_ressourse .lien {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.liste_ressource .une_ressourse.cta_ressource .wrap_ressourse svg {
	width: 38px;
}
.liste_ressource .une_ressourse.cta_ressource .wrap_ressourse h3 {
	color:#FFF;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
	width: calc(100% - 40px);
}
.result.result_ressource .une_ressourse .wrap_ressourse,
.liste_ressource .une_ressourse .wrap_ressourse {
	/*height: 100%;*/
	border-radius:15px;
	background: #F9F9F7;
	overflow: hidden;
	    display: flex;
    flex-direction: column;
    height: 100%;

}
.result.result_ressource.ressource_livret_mode_emploi .une_ressourse .wrap_ressourse,
.liste_ressource.ressource_livret_mode_emploi .une_ressourse .wrap_ressourse  {
	padding: 0 9% 25px;
}
.result.result_ressource .une_ressourse .icon,
.liste_ressource .une_ressourse .icon {
	min-height: 174px;
	display: flex;
	align-items: center;
    justify-content: center;
}
.liste_ressource .une_ressourse .image {

	text-align: center;
	border-radius: 15px 15px 0px 0px;
	background:  #FDFDFC;
	margin-bottom: 0;
	font-size: 0;
}
.liste_ressource.ressource_livret_mode_emploi .une_ressourse .image {
	margin-left: -11%;
	margin-right: -11%;
	margin-bottom: 20px;
}
.liste_ressource .une_ressourse .image img {
	margin-bottom: 0;
}


.liste_ressource.ressource_petit_roman .une_ressourse .image img {
	max-height: 320px;
	margin-bottom: 0;
}
.result.result_ressource .une_ressourse .infos,
.liste_ressource .une_ressourse .infos {
	padding: 20px 30px 30px;
	padding: 20px 9% 30px;
}
.result.result_ressource.ressource_livret_mode_emploi .une_ressourse .infos,
.liste_ressource.ressource_livret_mode_emploi .une_ressourse .infos {
	min-height: 251px;
	min-height: calc(251px - 45px);
	padding: 0;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.result.result_ressource.ressource_livret_mode_emploi .une_ressourse .infos .ctas,
.liste_ressource.ressource_livret_mode_emploi .une_ressourse .infos .ctas{
	margin-top: 33px;
}
.result.result_ressource .une_ressourse .first_cat,
.liste_ressource .une_ressourse .first_cat {
	color: #808080;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 2px;
}
.result.result_ressource .une_ressourse h3,
.liste_ressource .une_ressourse h3 {
	color: #1E2124;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 20px;
}
.result.result_ressource.ressource_livret_mode_emploi .une_ressourse h3,
.liste_ressource.ressource_livret_mode_emploi .une_ressourse h3,
.result.result_ressource.ressource_petit_roman .une_ressourse h3,
.liste_ressource.ressource_petit_roman .une_ressourse h3 {
	margin-bottom: 2px;
}
.result.result_ressource .une_ressourse h3 span:first-letter,
.liste_ressource .une_ressourse h3 span:first-letter {
	text-transform: uppercase;
}
.result.result_ressource .une_ressourse .descrip,
.liste_ressource .une_ressourse .descrip {
	margin-bottom: 20px;
}
.result.result_ressource.ressource_petit_roman .une_ressourse .descrip,
.liste_ressource.ressource_petit_roman .une_ressourse .descrip {
	margin-bottom: 30px;
	margin-top: 30px;
}
.result.result_ressource .une_ressourse .themes,
.liste_ressource .une_ressourse .themes {
	margin-bottom: 20px;
}
.result.result_ressource .une_ressourse .themes a,
.liste_ressource .une_ressourse .themes a {
	color: #1E2124;
	
	font-size: 15px;
	
	font-weight: 600;
	line-height: normal;
	text-decoration: underline;
	display: inline-block;
	margin-right: 7px;
	
}
.result.result_ressource .une_ressourse .ctas .nectar-button.extra-color-5,
.liste_ressource .une_ressourse .ctas .nectar-button.extra-color-5 {
	background-color: #006595 !important;
	color: #fff !important;
}
.result.result_ressource .une_ressourse .ctas .extra-color-3 {
	color: #fff;
}
.result.result_ressource .une_ressourse .ctas .cta_second,
.liste_ressource .une_ressourse .ctas .cta_second {
	color: #006595;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	text-decoration: underline;
	margin-top: 20px;
}

.liste_ressource .pagination {
	width: 100%;
	padding: 0 28px;
	text-align: center;
	display: flex;
	justify-content: center;
    align-items: center;
}
.liste_ressource .pagination .page-numbers {
	width: 37px;
	height: 34px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
    align-items: center;
    margin: 0 5px;
    color:#1E2124;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3; /* 146.667% */
    text-decoration: none;
    -webkit-transition: all 250ms ease-out ;
            -moz-transition: all 250ms ease-out ;
            -o-transition: all 250ms ease-out ;
            transition: all 250ms ease-out ;
}
.liste_ressource .pagination .page-numbers.next,
.liste_ressource .pagination .page-numbers.prev {
	background-color: transparent !important;
	color: #1E2124 !important;
}
.liste_ressource .pagination .page-numbers.current ,
.liste_ressource .pagination .page-numbers:hover {
	color: #fff;
	background-color: #7BC142;
}
.liste_ressource .pagination .page-numbers.next:hover,
.liste_ressource .pagination .page-numbers.prev:hover {
	color: #7BC142 !important;
}
.guide_competence.row_min_height_830 > .span_12 {
	max-height: unset;

}
.row_tri_journal.tri_sources .tri_ressources {
	display: flex;
	align-items: center;
	margin-right: 40px;
	cursor: pointer;
}
.row_tri_journal.tri_sources .tri_ressources .icon {
	margin-right:14px ;
}
.row_tri_journal.tri_sources .left .un_select_choix {
	display: flex;
	align-items: center;
}
.row_tri_journal.tri_sources .left .un_select_choix .select_mobile {
	display: none;
}
.row_tri_journal.tri_sources .left .un_select_choix .select_desktop {
	display: flex;
    align-items: center;
}
.row_tri_journal.tri_sources .left .un_select_choix > svg {
	margin-right:14px ;
}
.row_tri_journal.tri_sources .left .un_select_choix .tri_chois {
	display: flex;
	margin: 0 0 0 15px;
}
.row_tri_journal.tri_sources .left .un_select_choix .tri_chois li {
	list-style: none;
}
.row_tri_journal.tri_sources .left .un_select_choix .tri_chois span {
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	letter-spacing: normal;
	cursor: pointer;
}
.row_tri_journal.tri_sources .left .un_select_choix .tri_chois span:hover {
	text-decoration: underline;
}
.row_tri_journal.tri_sources .left .un_select_choix .tri_chois span.actif {
	color: #006595;
	text-decoration: underline;
	font-weight: 600;
}

.custom_products_filter .ressources_trie.categorie_trie {
	display: flex;
	padding-top: 25px;
	    flex-wrap: wrap;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat {
	width: 50%;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat .megaSubCat {
	margin-top:10px ;
	max-height: 0;
	overflow: hidden;
	margin-left: 15px;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat > p {
	color: #1E2124;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat li.open .megaSubCat {
	max-height: unset;

}
.custom_products_filter .ressources_trie.categorie_trie .une-cat ul {
	margin: 0;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat ul li {
list-style: none;
margin-bottom: 5px;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat>ul>li {
	margin-bottom: 15px;
	max-width: 325px;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat ul li label {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat ul li .checbox_field {
	display: flex;
	    justify-content: space-between;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat>ul>li .choix {
	display: flex;
	width: 50px;
	cursor: pointer;
	padding-top: 2px;

}
.custom_products_filter .ressources_trie.categorie_trie .une-cat>ul>li b {
    border-left: 1px solid #1E2124;
    border-top: 1px solid #1E2124;
    width: 8px;
    height: 8px;
    font-size: 16px;
    transform: rotate(-135deg);
    right: 10px;
    top: calc(50% + -6px);
    left: auto;
    margin: 0;
    display: block;
    border-right: none;
    border-bottom: none;
    -webkit-transition: transform 250ms ease-out ;
            -moz-transition: transform 250ms ease-out ;
            -o-transition: transform 250ms ease-out ;
            transition: transform 250ms ease-out ;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat>ul>li.open > b,
.custom_products_filter .ressources_trie.categorie_trie .une-cat>ul>li:hover > b {
	transform: rotate(-315deg);
}

.custom_products_filter .ressources_trie.categorie_trie .une-cat.second_compt li {
	display: inline-block;
	padding-right: 25px;
}

.custom_products_filter .ressources_trie.categorie_trie .une-cat .checbox_field input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom_products_filter .ressources_trie.categorie_trie .une-cat .checbox_field label {
  position: relative;
  cursor: pointer;
}

.custom_products_filter .ressources_trie.categorie_trie .une-cat .checbox_field label:before {
  content:'';
  width: 20px;
  height:20px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #1E2124;
  
  
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat .checbox_field input:checked + label:before {
	border-color: #7bc142;
}
.custom_products_filter .ressources_trie.categorie_trie .une-cat .checbox_field input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #7bc142;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom_products_filter .ressources_trie_soumettre_clear {
	width: 100%;
	display: flex;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	    border-top: 1px solid #D1D2D3;
    padding-top: 30px;
        justify-content: center;
    align-items: center;
}
.custom_products_filter .ressources_trie_soumettre_clear .nectar-button {
	margin-right:.75% ;
	margin-left: .75%;
	color: #fff !important;
}
.custom_products_filter .ressources_trie_soumettre_clear .nectar-button.accent-color-5 {
	background-color: transparent !important;
    text-decoration: underline;
    color: #006595 !important;
}
.custom_products_filter .ressources_trie_soumettre_clear .nectar-button.accent-color-5:hover {

	color: #47CBD1 !important;
}
.custom_products_filter .ressources_trie_soumettre_clear .nectar-button.accent-color-5 span:not(.effet) {
	border-bottom: 1px solid #006595;
}
.custom_products_filter .ressources_trie_soumettre_clear .nectar-button.accent-color-5:hover span:not(.effet) {
	border-color: #47CBD1 !important;
}
.custom_products_filter .ressources_trie_soumettre_clear .nectar-button.accent-color-5 .effet {
	display: none !important;
}

#guide.guide_competence .bg_image{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
		-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center right;
}
#guide.guide_competence.wpb_row > .span_12 {
    padding-top:0;
    padding-bottom: 0;
}

#guide.guide_competence.wpb_row > .span_12 .wpb_column:nth-child(2) {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 8%;
}

.grille_4_col {
	display: flex;
	flex-wrap: wrap;
	margin-left: -28px;
	margin-right: -28px;
	margin-left: -1.15%;
	margin-right: -1.15%;
}
.grille_4_col .un_element {
	width: 25%;
	padding: 0 28px;
}
.grille_4_col.autres_serie .un_element {
	width: 25%;
	padding: 0 15px;
	padding: 0 1.15%;
}
.row_autre_series {
	margin-bottom: 89px !important;
}
.autres_serie .une_serie .wrap_serie {
	padding: 25px 31px;
	border-radius:30px ;
	display: flex;
	min-height: 316px;
	position: relative;
	    align-items: flex-end;
}
.autres_serie .une_serie .wrap_serie .lien {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	z-index: 2;
}
.autres_serie .une_serie .wrap_serie .icon {
	margin-bottom: 25px;
}
.autres_serie .une_serie .wrap_serie h3 {
		color:#FFF;
		
		font-size: 30px;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 0;
		max-width: calc(100% - 26px);
}
.autres_serie .une_serie .wrap_serie h3 svg {
	display: none;
}
.autres_serie .une_serie .wrap_serie svg {
	position: absolute;
	bottom: 31px;
	right:20px;

	-webkit-transition: transform 250ms ease-out ;
	        -moz-transition: transform 250ms ease-out ;
	        -o-transition: transform 250ms ease-out ;
	        transition: transform 250ms ease-out ;
}
.autres_serie .une_serie:hover .wrap_serie svg {
	transform: translateX(10px);
}

.row_autre_ressources h2,
.row_autre_series h2 {
	color: #191C22;
	font-size: 40px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 44px;
}
.row_autre_ressources h2 span {
	text-transform: lowercase;
}
.next_prev {
	position: relative;
	margin-bottom: 85px;
}
.next_prev .navigation {
	    
    height: 47px;
    padding-top: 16px;
}
.next_prev .navigation .alignright ,
.next_prev .navigation .alignleft {
	width: calc(50% - 133px);
}
.next_prev .navigation .alignright {
	text-align: right;
}
.next_prev .navigation a {
	color: #006595;
	
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
	text-decoration: underline;
	
}
.next_prev .retour {
	position:absolute ;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 2;
}

/**** row_sidebar_list ***/
body .row_tri_journal.tri_petit_roman {
	margin-left: calc(210px + 2%);
}

.row_sidebar_list {
	display: flex;
	    flex-wrap: wrap;
	        justify-content: space-between;
}
.row_sidebar_list .sidebar {
	width: 210px;
}
.row_sidebar_list .sidebar .ctas_trie {
	display: none;
	width: 100%;
	text-align: center;
	padding: 35px 0 15px;
	border-top: 1px solid #e4e4e4;
	
}
.row_sidebar_list .sidebar .header_tri_close {
	display: none;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	position: relative;

	    font-size: 18px;
	    color: #333;
	    font-weight: 600;
	    border-bottom: 1px solid #e4e4e4;
	    margin-bottom: 25px;
}
.row_sidebar_list .sidebar .header_tri_close .close {
	position: absolute;
	top: 15px;
	left: 15px;
}
.row_sidebar_list .sidebar .header_tri_close .close svg {
	-webkit-transition: transform 250ms ease-out ;
	        -moz-transition: transform 250ms ease-out ;
	        -o-transition: transform 250ms ease-out ;
	        transition: transform 250ms ease-out ;
	        transform-origin: center;
}

.row_sidebar_list .sidebar .header_tri_close .close:hover svg {
	transform: rotate(90deg);
}
.row_sidebar_list .sidebar .header_tri_close .close svg path {
	fill:#333;
}
.row_sidebar_list .sidebar h3 {
	color: #1E2124;
	
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2; /* 138.889% */
	margin-bottom: 19px;
}
.row_sidebar_list .sidebar .cat_un {
	margin-bottom: 41px;
}
.row_sidebar_list .sidebar .cat_un .choix{
	margin-left: 0;
	margin-bottom: 0;
}
.row_sidebar_list .sidebar .cat_un li {
	margin-bottom: 19px;
	list-style: none;
}

.row_sidebar_list .sidebar .cat_un li label {
	color: #1E2124;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2; /* 146.667% */
}
.row_sidebar_list .row_mon_journal_list {
	width: calc(100% - 210px - 2%);
}

/** checkbox **/
.sidebar [type="checkbox"]:checked,
.sidebar [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.sidebar [type="checkbox"]:checked + label,
.sidebar [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    display: inline-block;
  
}
.sidebar [type="checkbox"]:checked + label:before,
.sidebar [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #1E2124;
    
   
}
.sidebar [type="checkbox"]:checked + label:after,
.sidebar [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #7bc142;
    position: absolute;
    top: 3px;
    left: 3px;

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sidebar [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.sidebar [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/** radio **/
.sidebar [type="radio"]:checked,
.sidebar [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.sidebar [type="radio"]:checked + label,
.sidebar [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
   
}
.sidebar [type="radio"]:checked + label:before,
.sidebar [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.sidebar [type="radio"]:checked + label:after,
.sidebar [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sidebar [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.sidebar [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/**** page index competence ***/

.row_count_competence {
	text-align: left;
	margin-bottom: 67px !important;
	color: #1E2124;
	
	font-size: 60px;
	font-weight: 400;
	line-height: normal;
}


/***** single petit roman ****/


.single-petit-roman .petit_roman_single .image {
	margin-bottom: 40px;
}
.single-petit-roman .petit_roman_single .image img {
	margin-bottom: 0;
	max-height: 760px;
}
.single-petit-roman .petit_roman_single .description {
	margin-bottom: 40px;
}
.single-petit-roman .petit_roman_single .ctas {
	
}
.single-petit-roman .autre_sections > .span_12 {
	padding-top: 0;
}


/***** footer *****/
body .otgs-development-site-front-end {
	z-index: 22;
}
body #footer-outer #copyright li {
    float: none; 
    margin: 0 10px;
    display: inline-block;
}
body #footer-outer #copyright li:first-child {
margin-left: 0;
}
body #footer-outer #copyright p {
margin-top: 0;
text-align: center;
}
#footer-widgets #social {
	display: flex;
	align-items: center;
	margin-left: 15px;
	    padding-top: 11px;
}
.material #footer-outer #footer-widgets .col #social li{
	padding: 0 15px !important;
}
.material #footer-outer #footer-widgets .col #social li a {
font-size: 0;
}
body #footer-outer #social i {
	color: #006595;
	line-height: normal;
}
html body #footer-outer .row {
    padding: 20px 0;
    border-top: 1px solid #EEEEE8;
    border-bottom: 1px solid #EEEEE8;
    font-size: 15px;
}
body #footer-outer .widget {
    margin-bottom: 0;
}
body #footer-outer[data-full-width="1"]:not([data-cols="1"]) #copyright:not([data-layout="centered"]) .col ul {
    padding-right: 5px;
}
#copyright .col:first-child .widget {
	display: flex;
	flex-wrap: wrap;
}
#footer-outer #footer-widgets .col:first-child {
	display: flex;
	    align-items: center;
}
#footer-outer #footer-widgets .col:last-child {
	display: flex;
	justify-content: flex-end;
	    align-items: center;
}
#footer-outer #footer-widgets .col:last-child .widget_text {
	padding-right: 12px;
}
#footer-outer #footer-widgets .widget_media_image {
	font-size: 0;
}
body #footer-outer #copyright .col ul {
	float: none;
	text-align: left;
}
#copyright .col:first-child {
	    width: calc(100% - 2% - 385px);
}
#copyright .col:last-child {
	text-align: right;
	width: 385px;
}
body #footer-outer #copyright,
body #footer-outer #copyright a:not(.nectar-button) {
	    
    font-weight: 500;
    letter-spacing: normal;
}
body #footer-outer #copyright p,
body #footer-outer #copyright .col:last-child ,
body #footer-outer #copyright .col:last-child a:not(.nectar-button),
body #footer-outer #copyright .font_light a:not(.nectar-button) {
	color: #4D4E50 !important;
	font-weight: 400;
}

#copyright .custom-menu-class {
}
.row_reconnaissance_territoire {
	padding-top: 39px !important;
}
.row_reconnaissance_territoire .reconnaissance_territoire {
	border-radius: 12px;
	background: #FA901E;
	
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
.row_reconnaissance_territoire .reconnaissance_territoire p:last-child {
	padding-bottom: 0;
}
.row_reconnaissance_territoire .reconnaissance_territoire strong {
	font-weight: 600;
}
.row_reconnaissance_territoire .reconnaissance_territoire a {
	font-weight: 600;
	text-decoration: underline;
	color: #fff;
}
.row_reconnaissance_territoire .reconnaissance_territoire .wrap {

	max-width: 1198px ;
	margin: 0 auto;
}
.row_reconnaissance_territoire .reconnaissance_territoire .titre {
	padding: 13px 50px;
	cursor: pointer;
}
.row_reconnaissance_territoire .reconnaissance_territoire .titre svg {
	-webkit-transition: transform 250ms ease-out ;
	        -moz-transition: transform 250ms ease-out ;
	        -o-transition: transform 250ms ease-out ;
	        transition: transform 250ms ease-out ;
	      transform-origin: 50% 50%;
	     
	}
.row_reconnaissance_territoire .reconnaissance_territoire.open .titre svg,
.row_reconnaissance_territoire .reconnaissance_territoire .titre:hover svg {
	transform: rotate(180deg);
	  -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.row_reconnaissance_territoire .reconnaissance_territoire .titre a {
	pointer-events: none;
}
.row_reconnaissance_territoire .reconnaissance_territoire .description {
	padding: 0 50px;
	overflow: hidden;
	max-height: 0;
	webkit-transition: max-height 500ms ease-out ;
	        -moz-transition: max-height 500ms ease-out ;
	        -o-transition: max-height 500ms ease-out ;
	        transition: max-height 500ms ease-out ;
}
.row_reconnaissance_territoire .reconnaissance_territoire.open .description {
	max-height: unset;
}
.row_reconnaissance_territoire .reconnaissance_territoire .description .wrap {
	padding: 12px 0 20px;
}

.row_partenaires_logos {
	padding-top: 24px !important;
}
.row_partenaires_logos .partenaires_logos .titre {
	color:#191C22;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.46; /* 146.667% */
	text-align: center;
}
.row_partenaires_logos .partenaires_logos .logos {
	display: flex;
	padding: 24px 50px;
	padding: 24px 3%;
	    flex-wrap: wrap;
	    width: 100%;
}

.row_partenaires_logos .partenaires_logos .logos .logo {
	width: 12.5%;
	display: flex;
	    justify-content: center;
    align-items: center;
    padding: 0 2%;
    margin-bottom: 25px;
}
.row_partenaires_logos .partenaires_logos .logos .logo img {
	margin-bottom: 0;
	max-height: 100px ;
}
#footer-outer {
	padding-top: 24p;
}


/***** plugin cookies *****/

body .cky-btn {
	flex: unset;
	padding: 15px 18px;
	border-radius: 100px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: underline;
}
body .cky-btn.cky-btn-accept {
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
body .cky-btn.cky-btn-accept .new {
	position: relative;
	z-index: 2;
}
/*body .cky-btn.cky-btn-accept:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: -2;
}*/
body .cky-btn.cky-btn-accept .effet {
	z-index: 1;
}
body .cky-btn.cky-btn-accept:hover {
	opacity: 1 !important;
}
.cky-notice-des p {
padding-bottom: 0;
}
body .cky-notice-btn-wrapper {	
	
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-right: 10px;
}
body .cky-notice .cky-title {
	padding-bottom: 0;
}

/***** pages meta phare..... ****/

.tableau_meta_phare.wpb_row > .span_12{
	padding: 35px 15px;
}
.tableau_meta_phare .nectar-button {
	width: 100%;
	margin-bottom: 0 !important;
}
.tableau_meta_phare > .row-bg-wrap .row-bg {
	background-position: 17% top !important;

	background-size: 1400px !important;
}

.page-template-page-left-sidebar .post-area > .wpb_row > .span_12 {
	padding-top: 0;
}




@media(max-width:1600px){ 
	/*body .container {
		max-width: 1300px;
	}*/
	.services_grille .une_service_grille {
	    
	    min-height: 23.438vw;
	    
	}
	.services_grille .une_service_grille {
	   
	    min-height: 14vw;
	    min-height: 23.438vw;
	    max-height: 375px;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos h2 {
	    
	    font-size: 34px;
	   
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal {
	    
	    min-height: 585px;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos {
	    padding: 44px 61px;
	    font-size: 16px;
	}

	.row_mon_journal_list .mon_journal_liste {
	    margin-left: -1.5%;
	    margin-right: -1.5%;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal {

	    padding: 0 1.5%;
	    margin-bottom: 25px;
	}
	.row_mon_journal_list .mon_journal_liste .un_journal .infos {
	    padding: 16px 22px;
	}
	.row_mon_journal_list .mon_journal_liste .un_journal .infos h2 {
	    font-size: 16px;
	    margin-bottom: 18px !important;
	}
	html body .nectar-button {	   
	    font-size: 14px !important;
	    padding: 14px 21px !important;
	}
	/*.services_grille {

	    margin: 0 -1.79%;
	}*/
	.services_grille .une_service_grille {
	       /* width: calc(50% - 30px);
    	margin: 0 1.79% 3.58%;*/
	    
	    padding: 2.2vw 2.5vw;
	}
	.row_partenaires_logos .partenaires_logos .logos .logo img {
	 
	    max-height: 80px;
	}
	.grille_team {
	   
	    margin: 0 -2.63%;
	    
	}
	.grille_team .un_equipe {
	    display: flex;
	    width: calc(33.333% - 5.26%);
	    margin: 0 2.63% 5.26%;
	}
	.woocommerce ul.products li.product .product-wrap > a {

	    min-height: 20vw;
	}
	body .woocommerce ul.products li.product .product-wrap img, body.woocommerce-page ul.products li.product .product-wrap img {
	   
	    max-height: 17.5vw;
	}
	.slider_accueil .swiper-pagination {
	    
	    bottom: 3vw;
	}
	.slider_accueil .swiper-slide .titre {
		padding-bottom: 3vw;
	}
	
	.liste_serie_competence .une_serie_competence {
	    
	    padding: 6vw 0;
	    
	}
	.index_liste_ancre li span,
	.index_liste_ancre li a,
	.row_autre_ressources h2, .row_autre_series h2 {
	    
	    font-size: clamp(30px, 2.5vw, 40px);
	    
	}
	.liste_serie_competence .une_serie_competence .liste .un_term a ,
	.liste_ressource .une_ressourse.cta_ressource .wrap_ressourse h3,
	.autres_serie .une_serie .wrap_serie h3 {
	    
	    font-size: clamp(20px, 1.87vw, 30px);
	}
	html body[data-button-style=rounded] .container-wrap .form_search {
	    
	    width: 350px;
	}
	.categorie_post .posts_grille .post .infos .ctas .cta_telechargement {
	    
	    font-size: 14px;
	    
	}
}
@media(max-width:1465px){ 
	.informations_ctas .bloc_ctas .un_cta, .informations_ctas .bloc_informations .bloc_info {
        min-height: 14vw;
        min-height: 25.598vw;
        max-height: 375px;
    }

}
@media(max-width:1300px){ 
	html body .full-width-section .row-bg-wrap {
	    left: calc(50% + 35px);
	    width: calc(100vw - var(--scroll-bar-w) - 70px);
	    
	}
	.row_reconnaissance_territoire,
	.row_partenaires_logos,
	body #footer-outer[data-full-width="1"] .container, body #header-outer[data-full-width=true] header>.container, html body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
	    padding: 0 35px;
	}
	body .woocommerce ul.products li.product .product-wrap img, 
	body.woocommerce-page ul.products li.product .product-wrap img,
	.produits_vedettes .produit .product-wrap img {
	   
	    max-height: 17.5vw;
	}
	html body {
	    
	    font-size: 14px;
	    
	}
	/*body .container {
		max-width: 1200px;
	}*/
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos {
	    padding: 32px 39px;
	    font-size: 14px;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos h2 {
	    font-size: 29px;
	    margin-bottom: 18px !important;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal {
	    min-height: 522px;
	}
	html body .nectar-button {
	    
	    font-size: 13px !important;
	    
	    padding: 12px 19px !important;
	}
	.row_mon_journal_list .mon_journal_liste .un_journal .infos {
	    padding: 14px 16px;
	}
	.row_mon_journal_list .mon_journal_liste {
	    margin-left: -1.2%;
	    margin-right: -1.2%;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal {
	        padding: 0 1.2%;
	       
	    }
	.row_mon_journal_list .mon_journal_liste .un_journal .infos h2 {
	    font-size: 14px;
	    margin-bottom: 14px !important;
	}
	.services_grille {

	    margin: 0 -10px;
	}
	.services_grille .une_service_grille {
	    width: calc(50% - 20px);
    	margin: 0 10px 20px;
	    
	   
	}
	.wpb_row > .span_12 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.row_partenaires_logos .partenaires_logos .logos .logo img {
	   
	    max-height: 70px;
	}
	#footer-outer #copyright .col {
		width: 100%;
	}
	#copyright .col:first-child .widget {
	    justify-content: space-between;
	}
	.produits_vedettes .produit .product-wrap > a.img-loaded {
	    
	    min-height: 22.5vw;
	    min-height: 29.5vw;
	}
	.produits_vedettes .produit .woocommerce-loop-product__title {

	    font-size: 16px;
	    
	}
	.grille_team .un_equipe .content {
	    padding: 22px 14px;
	}
	.informations_ctas .bloc_informations .bloc_info {

	    margin: 0 10px 20px;
	    width: calc(50% - 20px);
	}
	.posts-container {
	    margin-left: -2%;
	    margin-right: -2%;
	   
	}
	.post-area.masonry.span_9 .masonry-blog-item {
	   
	    width: calc(33.3333% - 4%);
	    margin: 0 2% 60px;
	   
	}
	html body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product {
	    width: 31% !important;
	}
	body .woocommerce ul.products li.product .product-wrap img, body.woocommerce-page ul.products li.product .product-wrap img, .produits_vedettes .produit .product-wrap img {
	    max-height: 26.5vw;
	}
	.woocommerce ul.products li.product .product-wrap > a {
	    
	    min-height: 29vw;
	}
	.wpb_row.petit_padding > .span_12 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	html body .toggles .toggle .toggle-title a {
	    padding: 43px 33px;
	    padding-right: 40px;
	    
	}
	.liste_services .un_service .infos {
	    
	    padding-right: 60px;
	}
	.slider_autre_interessant.swiper-container-horizontal>.swiper-pagination-bullets,
	.slider_space_large.swiper-container-horizontal>.swiper-pagination-bullets,
    .produits_vedettes.swiper-container-horizontal>.swiper-pagination-bullets,
    .actualites_vedettes.swiper-container-horizontal>.swiper-pagination-bullets {
    	display: block;
    }	
    .informations_ctas .bloc_informations h2 {
        font-size: 16px;
        
    }
    .video_pop.comment_utiliser_popup .classeurs .un_classeur h2 {
       
        font-size: 28px;
        
    }
    .liste_serie_competence .une_serie_competence {
        margin-left: 35px;
        margin-right: 35px;
        
    }
    .categorie_post .posts_grille .post {
        width: 33.3%;
        
    }
    #banner_accueil > .span_12 {
    	margin-right: 35px;
        margin-left: 35px;
    	
    }
    body #footer-outer #copyright, body #footer-outer #copyright a:not(.nectar-button) {
       
        font-size: 13px;
    }
    html body[data-button-style=rounded] .container-wrap .form_search {
        width: 300px;
    }
    .row-communiquer-travail .communication_travail_taxonomies {
        width: 200px;
        padding-right: 20px;
    }
    .row-communiquer-travail .row_tri_journal {
        padding-left: 200px;
        
    }
    .row-communiquer-travail .row_mon_journal_list {
        width: calc(100% - 200px);
    }
    #style_liste .result.wrap_un_journal .un_journal .image, 
#style_liste.row_mon_journal_list .mon_journal_liste .un_journal .image,
    #style_liste .liste_ressource .une_ressourse .wrap_ressourse .image,
    #style_liste.row_categorie_post .posts_grille .post .wrap .photo {
    	width: 245px;
    	height: 137.7px;
    }
    #style_liste.row_mon_journal_list .mon_journal_liste .un_journal .infos,
    #style_liste .liste_ressource .une_ressourse .wrap_ressourse .infos,
    #style_liste.row_categorie_post .posts_grille .post .wrap .infos {
        width: calc(100% - 245px);
        padding: 10px 0 0 6%;
    }
    .row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos h2 {
      
        font-size: 33px;
        
    }
    .row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos {
        padding: 37px 46px;
        font-size: 16px;
    }
    .row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal {
        
        min-height: 555px;
    }
    
}
@media(max-width:1200px){ 

	.liste_ressource .une_ressourse {
	    width: 33.333%;
	    
	}
	.liste_ressource.autres_ressources .une_ressourse {
	   
	    margin-bottom: 5vw;
	}
	.sources_grille .une_source {
		width: 29.5%;
		padding: 0 2.7% 2.7%;
		    margin-bottom: 6%;
	}
	/*.wpb_row .wpb_row.adobe_flash .wpb_column:last-child {
	    width: calc(100% - 300px);
	}
	.wpb_row .wpb_row.adobe_flash .wpb_column:first-child {
	    width: 300px;
	}*/
	.row-communiquer-travail .row_tri_journal {
	    padding-left: 0;
	   
	}
	body .row_tri_journal.tri_petit_roman {
	    margin-left: 0;
	}
	
}
@media(min-width:1000px){ 
	
	 body .container .swiper .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
	    
	    padding: 0 90px !important;
	}
	body .container .swiper .swiper-slide .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
		padding-top: 70px !important;
		padding-bottom: 80px !important;
	}
	
}
@media(min-width:1300px){ 
	
	
	body .container .swiper .swiper-slide .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
		padding-top: 80px !important;
		padding-bottom: 90px !important;
	}
	
}
@media(max-width:1050px){ 
	#copyright .col:first-child .widget {
	   
	    flex-wrap: wrap;
	    flex-direction: column;
	    align-items: center;
	}
	#copyright .col:first-child {
		margin-bottom: 25px !important;
	}
	#copyright .col:last-child {
	    text-align: center;
	    
	}
	body #footer-outer #copyright .col ul {
	    
	    text-align: center;
	}
	body #footer-outer[data-full-width="1"]:not([data-cols="1"]) #copyright:not([data-layout="centered"]) .col ul {
	    padding-right: 0;
	}

}

	
@media(max-width:999px){ 
	body .container {
		width: 88%;
	}
	.centre_fora.vc_row-fluid>.span_12 .wpb_column {
	    
	    max-width: 570px;
	    margin: 0 auto !important;
	}
	.centre_fora.vc_row-fluid>.span_12 .wpb_column:first-child{
		margin-bottom: 35px !important;
	}
	html body .full-width-section .row-bg-wrap {
	    left: calc(50% + 25px);
	    width: calc(100vw - var(--scroll-bar-w) - 50px);
	}
	.services_grille .une_service_grille {
	    padding: 3.2vw 3.5vw;
	}
	.services_grille .une_service_grille, .informations_ctas .bloc_ctas .un_cta, .informations_ctas .bloc_informations .bloc_info {
	    
	    min-height: 38.438vw;
	    max-height: 375px;
	}
	#footer-widgets .container .col {
	    margin-left: 0;
	    width: 100%;
	}
	#footer-outer #footer-widgets .col:last-child,
	#footer-outer #footer-widgets .col:first-child {
	    justify-content: center;
	}
	.produits_vedettes {

	    flex-wrap: wrap;
	}
	.produits_vedettes .produit {
	    /*width: calc(50% - 4%);
	    margin: 0 2% 4%;*/
	}
	body .woocommerce ul.products li.product .product-wrap img, body.woocommerce-page ul.products li.product .product-wrap img, .produits_vedettes .produit .product-wrap img {
	    max-height: 26.5vw;
	}
	.produits_vedettes .produit .product-wrap > a.img-loaded {
	   
	    min-height: 31.5vw;
	}
	.grille_team .un_equipe .content {
	    padding: 11% 7%;
	}
	.row_partenaires_logos .partenaires_logos .logos .logo {
	    width: 25%;

	    padding: 0 4%;

	}
	.row_partenaires_logos .partenaires_logos .logos .logo img {
	        max-height: 90px;
	    }
	#sidebar.span_3 {
	    width: 100%;
	}
	html body[data-ext-responsive=true] .post-area.masonry.span_9 {
	    margin-right: 0;
	    width: 100%;
	    margin-left: 0;
	}
	.posts-container {
	    margin-left: -2%;
	    margin-right: -2%;
	   
	}
	.post-area.masonry.span_9 .masonry-blog-item {
	   
	    width: calc(33.3333% - 4%);
	    margin: 0 2% 60px;
	   
	}
	body.wpc_show_bottom_widget .wpc-filters-widget-content {
	    position: fixed;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    top: 5%;
	    z-index: 999999;
	    padding: 0;
	    background-color: #fff;
	    margin: 0;
	    box-sizing: border-box;
	    border-radius: 7px 7px 0 0;
	    transition: transform .25s;
	    transform: translate3d(0, 120%, 0);
	    -webkit-overflow-scrolling: touch;
	    height: auto;
	}
	body.wpc_show_bottom_widget .wpc-filters-widget-containers-wrapper {
        padding: 0;
        margin: 0;
        overflow-y: scroll;
        box-sizing: border-box;
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    body.wpc_show_bottom_widget .wpc-filters-widget-top-container:not(.wpc-show-on-desktop), 
    body.wpc_show_bottom_widget .wpc-spinner.is-active, 
    body.wpc_show_bottom_widget .wpc-widget-close-container, 
    html.is-active body:not(.wpc_show_bottom_widget) .wpc-spinner {
        display: block;
    }
    body.wpc_show_bottom_widget .wpc-filters-widget-top-container {
        position: sticky;
        top: 0;
        z-index: 99999;
        border-bottom: 1px solid #f7f7f7;
    }
    html body.wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-filters-open-button-container {
    	display: block;
    }
    body.wpc_show_bottom_widget .wpc-filters-open-button-container, 
    body.wpc_show_bottom_widget .wpc-filters-widget-controls-container, 
    body.wpc_show_bottom_widget .wpc-filters-widget-top-container, 
    body .wpc_show_open_close_button .wpc-filters-open-button-container {
        display: block;
    }
    body.wpc_show_bottom_widget .wpc-filters-widget-top-container:not(.wpc-show-on-desktop), 
    body.wpc_show_bottom_widget .wpc-spinner.is-active, 
    body.wpc_show_bottom_widget .wpc-widget-close-container, 
    html.is-active body:not(.wpc_show_bottom_widget) .wpc-spinner {
        display: block;
    }
    body.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-filters-widget-opened {
        transform: translate3d(0, 0, 0);
    }
    body.wpc_show_bottom_widget .wpc-filters-widget-wrapper {
        padding: 20px 20px 15px;
    }
    body.wpc-custom-selected-terms:not(.wpc-show-on-mobile), 
    body .wpc-edit-filter-set, 
    body.wpc_show_bottom_widget .widget_wpc_selected_filters_widget, 
    body.wpc_show_bottom_widget .wpc-filters-widget-content .wpc-filter-set-widget-title, 
    body.wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title, 
    body.wpc_show_bottom_widget .wpc-filters-widget-wrapper .wpc-filter-layout-submit-button, 
    body.wpc_show_bottom_widget .wpc-posts-found, 
    html body.wpc_show_bottom_widget .wpc-open-close-filters-button, 
    html body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened) {
        display: none;
    }
    body.wpc_show_bottom_widget .wpc-filters-scroll-container {
        background: #fff;
        /*min-height: 100%;*/
    }
    body.wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title.wpc-filter-title {
        display: flex;
    }

    body #header-outer #top nav, .slider-nav span span {
        display: block !important; 
    }
    /*body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(3),*/
    body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(1) {
    	display: none;
    }
    body #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a {
       
        white-space: nowrap;
    }
    body .cart-outer {
        display: block; 
    }
    body #top #mobile-cart-link, 
    body #top .mobile-search{
        display: none;
    }
    body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(5) { /*mon compte*/
    	order: 6;
    	/*display: -webkit-flex;
    	        display: -ms-flexbox;
    	        display: flex;*/
    }
    #header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons),
    #header-outer[data-format=centered-menu] #top .span_9 .sf-menu.sf-js-enabled {
    	display: none;
    }
    html body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons {
	    margin-left: 0;
	    margin-right: 0;
	}
	body #header-outer[data-format=centered-menu] #top nav>.buttons {
		position: relative;
	}
	body #top .col.span_9 {
       
        flex-direction: row-reverse;
    }
    .row.menu_principaux {
    	display: none;
    }
    body #header-outer #top nav>ul {

        padding: 15px 0 15px 0;
    }
    body #header-outer #logo, body #header-outer .logo-clone, body #header-outer .logo-spacing {
        margin-top: 0;
        margin-bottom: 0;
    }
    html body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line, 
    html body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line,
    body .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, 
    body .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, 
    body .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
	    background-color: #006595 !important;
	}
	
	html body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product {
	    width: 48% !important;
	}
	body .woocommerce ul.products li.product .product-wrap img, body.woocommerce-page ul.products li.product .product-wrap img, .produits_vedettes .produit .product-wrap img {
	    max-height: 36.5vw;
	}
	.woocommerce ul.products li.product .product-wrap > a {
	    min-height: 41vw;
	}
	.produits_vedettes .produit .price del ins .amount, .produits_vedettes .produit .price, .produits_vedettes .produit .price del, body.woocommerce ul.products li.product .price del, body.woocommerce-page ul.products li.product .price del, body.woocommerce ul.products li.product .price, body.woocommerce ul.products li.product .price ins, body.woocommerce ul.products li.product .price ins .amount, body.woocommerce ul.products li.product .price, body.woocommerce-page ul.products li.product .price {
	    
	    font-size: clamp(18px, 3.87vw, 30px);
	    
	}
	body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(2) {
	  
	    margin-left: 18px;
	}

	h1 br,
	h2 br,
	h3 br,
	h4 br {
		display: none;
	}
	h1 br + div,
	h2 br + div,
	h3 br + div,
	h4 br + div {
		margin-left: .3em;
	}
	.tax-serie-competence h1 br {
		display: inline;
	}
	#banner_shop .container .vc_col-sm-7:first-child ,
	.row_min_height_830.wpb_row > .span_12, 
	.row_min_height_640.wpb_row > .span_12, 
	#banner.wpb_row > .span_12 {
	    padding-bottom: 35px;
	    padding-top: 75%;
	}
	#banner_shop .container .vc_col-sm-7 {
		width: 100%;


	}
	html body[data-button-style=rounded] .container-wrap .form_search {
	    width: 242px;
	}
	.tax-serie-competence #banner.wpb_row > .span_12 {
		padding-top: 70%;
	}
	 #banner_shop {
	     
	     margin-left: 25px;
	     margin-right: 25px;
	         min-height: unset;
    	max-height: unset;
	 }
	 .blog #banner_shop {
	 	padding-bottom: 0;
	 	padding-top: 0;
	 }
	#banner_shop .row_bg:before,
	#banner > .row-bg-wrap:before {
	    
	    top: 50vw;
	    bottom: 0;
	    left: 0;
	    max-width: 100%;
	    width: 100%;
	    background: url(images/bg_vert_top_rond.svg) no-repeat center top;
	            background-size: 248%;
	}
	#banner_shop .row_bg .bg_img,
	#banner > .row-bg-wrap .row-bg {

	    left: 0;
	     padding-top: 66%;
	     height: unset;
	     bottom: unset;
	}
	#banner > .span_12 {

	    min-height: unset; 
	   max-height: unset; 
	}
	.slider_accueil .swiper-slide .photo {
	    
	    left: 0;
	    padding-top: 66%;
	    height: unset;
	    bottom: unset;
	}
	.slider_accueil .swiper-slide .content {
	    width: 100%;
	            max-width: 700px;
	}
	.slider_accueil .swiper-slide:before {
	   
	    top: 50vw;
	    bottom: 0;
	    left: 0;
	    max-width: 100%;
	    width: 100%;
	     background: url(images/bg_vert_top_rond.svg) no-repeat center top;
	            background-size: 248%;
	}
	.slider_accueil .swiper-slide {
	    
	    align-items: flex-start;
	    padding-top: 66%;;
	    padding-bottom: 92;
	}
	.slider_accueil .swiper-wrapper {
		height: unset;
		min-height: unset;
		 max-height: unset;
	}
	.slider_accueil .swiper-pagination {
	    bottom: 24px;
	    display: flex;
	}
	.rond_inverse_gauche > .row-bg-wrap .row-bg {
	    width: 100% !important;
	    -webkit-mask-image: url(images/rond-noir-1000.png);
	    mask-image: url(images/rond-noir-1000.png);
	    mask-size: 187%;
	    mask-position: 50% 100%;
	    background-position: 50% 35% !important;
	    height: unset;
	    padding-top: 66%;
	}
	.col_pad_left_10 > .vc_column-inner {
	    padding-left: 0;
	}
	body.material #header-outer[data-using-pr-menu=true] #top nav>.buttons {
		align-items: center;
	}
	.slider_accueil .swiper-slide .container {
		padding-bottom:90px;
	}
	.row_min_height_830 > .span_12 {
	   
	    max-height: unset;
	    height: unset;
	}
	.row_min_height_640 > .span_12 {

	    min-height: unset;
	    max-height: unset;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal {
	    
	    flex-wrap: wrap;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos {
		width: 100%;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal .image {
	    width: 100%;

	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal .image .limage {
	    padding-top: 56%;
	    mask-position: 50% 100%;
	        mask-size: 185%;
	}
	.hide_999 {
		display: none !important;
	}
	.show_999 {
		display: block !important;
	}
	.informations_ctas {
	    
	    flex-wrap: wrap;
	}
	.liste_services .un_service .infos {
	    padding-right: 30px;
	}

	.informations_ctas .bloc_informations {
	   
	    width: calc(100% + 15px + 15px);
	}
	
	.informations_ctas .bloc_informations h2 {
	        font-size: 18px;
	    }
	.informations_ctas .bloc_informations .bloc_info {
	   
	    font-size: clamp(14px, 2.87vw, 30px);
	    
	}
    .informations_ctas .bloc_ctas {
    	width: unset;
	    padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
	.informations_ctas .bloc_ctas .un_cta {
	    
	    max-width: unset;
	   	margin-left: 10px;
	   	margin-right: 10px;
	    width: calc(50% - 20px);
	}
	.informations_ctas .bloc_ctas .un_cta {
	    
	    padding: 4% 4.5%;
	}
	.informations_ctas .bloc_ctas .titre_fleche h2 {
	   
	    font-size: clamp(18px, 2.87vw, 30px);
	    
	}
	.autres_services.services_grille .une_service_grille {
	    width: calc(50% - 30px) !important;
	}
	.services_grille .une_service_grille h3 {
	  
	    font-size: clamp(15px, 2.87vw, 30px);
	}

	.video_pop.comment_utiliser_popup .classeurs .un_classeur h2 {
	   
	    font-size: 24px;
	    
	}
	.video_pop.comment_utiliser_popup .classeurs .un_classeur {
	   
	    padding: 22px 29px;
	   
	}
	.video_pop.custom_popup .wrap {
	    
	    padding: 53px 6%;
	    border-radius: 30px;
	   
	}
	.video_pop.comment_utiliser_popup .classeurs .un_classeur .titre_arrow { 
	 }
	.video_pop.comment_utiliser_popup .classeurs .un_classeur h2 {
		width: calc(100% - 24px - 10px);
	}
	.video_pop.comment_utiliser_popup .classeurs .un_classeur .titre_arrow svg {
	    
	    width: 24px;
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal {
	    width: 33.333%;
	    
	}
	.row_mon_journal_list .mon_journal_liste .un_journal .infos h2 {
	        font-size: 18px;
	        
	    }
	.row_tri_journal .left {
	    
	    width: 10;
	}
	.row_tri_journal .left .nombre {
		/*width: 100%;*/
	}
	.row_tri_journal .left .les_selects {
	    
	    /*width: unset; */
	}
	.row_lien_vers_index > .span_12 .wpb_wrapper {
	   
	    flex-wrap: wrap;
	}
	.row_tri_journal .left .tri {
		margin-right: 20px;
	}
	.row_lien_vers_index > .span_12 .wpb_wrapper .wpb_text_column {
	    /*margin-right: 0;
	    margin-bottom: 35px;
	    width: 100%;*/
	}
	.single-ressource-monjournal .ressources_infos .wpb_column:first-child .wpb_wrapper {
	    padding-right: 0;
	}
	.row_lien_vers_index > .span_12 .wpb_wrapper .wpb_text_column {
		margin-right: 20px;
	}
	.row_lien_vers_index > .span_12 .wpb_wrapper .nectar-button {
	    margin-left: 20px;
	}
	.the_courbe_turquoise_1 {
	   
	    bottom: -14px;
	   
	}
	#banner_shop {

	    padding-top: 0;
	    padding-bottom: 25px;
	}
	.single-post .next_prev {
	    margin-bottom: 100px;
	}
	.liste_serie_competence .une_serie_competence .icon_titre_cta h2 {
	    font-size: clamp(24px, 3.8vw, 38px);
	    
	}
	.liste_serie_competence .une_serie_competence {
	    margin-left: 25px;
	    margin-right: 25px;
	    
	}
	.second_cat_description h2 {
	    font-size: clamp(22px, 3vw, 30px);
	    
	}
	.grille_4_col.autres_serie .un_element {
	    width: 50%;
	    padding: 0 1.25%;
	    margin-bottom: 2.25%;
	}
	.autres_serie .une_serie .wrap_serie h3 {
        font-size: clamp(20px, 3.87vw, 30px);
    }
    .index_journals_list .section_lettre .sous_section_theme {
        width: 50%;
        
    }
    .product_filter_cat {
       
        display: none;
    }
    body .nectar-shop-header {
	    position: absolute;
	    top: 0;
	    right: 0;
	    padding: 0;
	}
	body .wpc-filters-open-button-container {
		    position: absolute;
		    top: calc(-59px - 4px);
		    left: 0;
	}
	.nectar-shop-header select {
	   
	    padding: 8px 10px;
	}
	body.post-type-archive-product .main-content {
	 
	    padding-top: 59px;
	}
	#banner_accueil > .span_12 {
		margin-right: 25px;
	    margin-left: 25px;
		
	}
	/*.wpb_row .wpb_row.adobe_flash .wpb_column:last-child {
	    width: calc(100% - 270px);
	}
	.wpb_row .wpb_row.adobe_flash .wpb_column:first-child {
	    width: 270px;
	}*/
	.categorie_post .posts_grille .post .infos h3 br {
		display: inline-block;
	}
	.row-communiquer-travail .row_mon_journal_list {
	        width: 100%;
	    }
	.row-communiquer-travail .petit_roman_taxonomies,
	.row-communiquer-travail .communication_travail_taxonomies {
	    width: 100%;
	    padding-right: 0;
	}
	.row_sidebar_list.petit_roman_taxonomies .sidebar,
	.row_sidebar_list.communication_travail_taxonomies .sidebar {
	    width: 100%;
	    position: fixed;
	            top: 0;
	            left: 0;
	            right: 0;
	            background: #fff;
	            height: 100vh;
	            padding-top: 108px;
	            padding: 108px 20px 15px;
	    z-index: 99999;
	    transform: translateY(101%);
	    webkit-transition: transform 500ms ease-out ;
	            -moz-transition: transform 500ms ease-out ;
	            -o-transition: transform 500ms ease-out ;
	            transition: transform 500ms ease-out ;
	}
	html.html_sidebar_open {
		overflow: hidden !important;
	}
	.row_sidebar_list.petit_roman_taxonomies .sidebar.sidebar_open ,
	.row_sidebar_list.communication_travail_taxonomies .sidebar.sidebar_open {
		transform: translateY(0);
	}
	.row_sidebar_list.petit_roman_taxonomies .sidebar h4,
	.row_sidebar_list.communication_travail_taxonomies .sidebar h4 {
		color: #1E2124;
		    font-size: 18px;
		    font-weight: 600;
		    line-height: 1.6;
		
		    margin-bottom: 1em;
	}
	.row_sidebar_list.petit_roman_taxonomies .sidebar .groupe_taxo,
	.row_sidebar_list.communication_travail_taxonomies .sidebar .groupe_taxo {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		        overflow: auto;
        height: calc(100vh - 108px - 107px - 58px - 25px);
        align-content: flex-start;
        align-items: flex-start;
	}
	.row_sidebar_list .sidebar .cat_un .choix,
	.row_sidebar_list.communication_travail_taxonomies .sidebar .cat_un .choix {
		/*display: flex;
		flex-wrap: wrap;*/
	}
	.row_sidebar_list .sidebar .cat_un li,
	.row_sidebar_list.communication_travail_taxonomies .sidebar .cat_un li {
	    margin-right: 33px;
	}
	.row_tri_journal.tri_sources .left .un_select_choix .select_mobile {
		display: flex;
	    align-items: center;
	    cursor: pointer;
	}
	.row_tri_journal.tri_sources .left .un_select_choix .select_mobile img {
		margin-bottom: 0;
		margin-right: 8px;
	}
	.row_tri_journal.tri_sources .left .un_select_choix .select_desktop {
		display: none;
	    
	}
	.liste_ressource .une_ressourse {
	    
	    margin-bottom: 45px;
	}
	.row_sidebar_list .sidebar {
	    width: 100%;
	}
	.row_sidebar_list .row_mon_journal_list {
	    width: 100%;
	}
	.liste_ressource {
	    margin-left: -1%;
	    margin-right: -1%;
	    width: calc(100% + 1% + 1%);
	}
	.liste_ressource .une_ressourse {
	    width: 25%;
	    padding: 0 1%;
	}
	.row_sidebar_list .sidebar .cat_un {
        width: 24%;
        margin-bottom: 35px;
        height: calc(100vh - 108px - 15px - 107px - 58px - 25px - 35px);
        overflow: auto;
        max-height: 375px;
        margin-right: 1%;
	}
	.row_sidebar_list.petit_roman_taxonomies .sidebar {
	  	
	    margin-bottom: 35px;
	}
	.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos h2 {
	        font-size: 28px;
	        margin-bottom: 14px !important;
	    }

	.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos {
        padding: 23px 28px;
        font-size: 14px;
    }
    .row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal {
        min-height: 488px;
    }
    .affichage {
       
        margin-bottom: 40px;
       
    }
    .index_liste_ancre li {
        display: inline-block;
        width: calc(7.69%);
    }
    .page-template-page-left-sidebar #sidebar.span_3 {
    	    width: 274px;
    }
    .page-template-page-left-sidebar .post-area {
    	width: calc(100% - 274px - 6%);
    }
    .tableau_meta_phare .vc_col-sm-3 {
    	width: 33.333% !important;
    }
    .tableau_meta_phare .vc_col-sm-3:first-child {
    	display: none;
    }
    .tableau_meta_phare .vc_col-sm-2 {
    	width: 20% !important;
    }
    .tableau_meta_phare .vc_col-sm-2:nth-child(1) {
    	display: none;
    }
    .tableau_meta_phare > .row-bg-wrap .row-bg {
        background-position: 27% top !important;
        
    }
    .row_sidebar_list .sidebar .header_tri_close,
    .row_sidebar_list .sidebar .ctas_trie {
    	display: block;
    	
    }
    


	
}
@media(max-width:900px){ 

	
	.row_sidebar_list .sidebar .cat_un {
        width: 32.3333%;
        max-height: 350px;
        height: unset;
    }
}
@media(max-width:767px){ 
	html body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li {
    	margin: 0 6px;
	}

	body #header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a {
	    
	    font-size: 14px;
	    
	     padding: 12px 15px !important;
	}
	
	body #top nav>ul>li[class*=button_solid_color]>a:before {
	    height: 32px;
	}
	body.material #header-outer #top nav>.buttons>li:last-child {
		margin-right: 6px !important;
	}
	#header-outer[data-lhe=default] #top nav>ul>li.mon_compte > a {
	    
	    padding: 0 5px;
	}
	body .container {
        width: 90%;
    }
    html body .full-width-section .row-bg-wrap {
        left: calc(50% + 20px);
        width: calc(100vw - var(--scroll-bar-w) - 40px);
    }
    .services_grille .une_service_grille .content img {
        margin-bottom: 15px;
        max-height: 10vw;
    }
    #copyright .col:last-child {
        text-align: center;
    }
    #copyright .col:first-child .widget {
        
        justify-content:unset; 
        flex-direction: column;
        align-items: center;
            margin-bottom: 10px !important;
    }
    .row_partenaires_logos .partenaires_logos .logos .logo img {
        max-height: 77px;
    }
    .post-area.masonry.span_9 .masonry-blog-item {
        width: calc(50% - 8%) !important;
        margin: 0 4% 60px !important;
    }
    .posts-container {
        margin-left: -4%;
        margin-right: -4%;
    }
    body.wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-filters-open-button-container {
    	display: block;
    }
    body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(2) {

        margin-left: 0px;
    }
    body.post-type-archive-product.wpc_show_bottom_widget .wpc-filters-open-button-container, .wpc_show_open_close_button .wpc-filters-open-button-container {
        /*display: none;*/
        margin-top: 0;
    }
	.wpb_row > .span_12 {
        padding-top: 60px;
        padding-bottom: 60px;
    }	
    .wpb_row.petit_padding > .span_12 {
        padding-top: 35px;
        padding-bottom: 35px;
    } 
    html body .toggles .toggle .toggle-title a {
        padding: 32px 23px;
        padding-right: 40px;
    } 
    body div[data-style="minimal"] .toggle > .toggle-title i:before {
       
        width: 24.34px;
        height: 24.34px;
       
    }
    html body .toggles .toggle .toggle-title a {
        padding: 37px 25px;
        padding-right: 40px;
    }
    .actualites_vedettes,
    .produits_vedettes {
        padding-right: 7%;
    }
    .video_pop.custom_popup .wrap {
        padding: 52px 4%;
        
    }
    .video_pop.comment_utiliser_popup .classeurs .un_classeur {
            padding: 19px 14px;
        }
    .video_pop.comment_utiliser_popup .classeurs .un_classeur h2 {
        font-size: 21px;
    }
    .video_pop.comment_utiliser_popup .classeurs .un_classeur svg {

    }
    .row_mon_journal_list .mon_journal_liste .un_journal .infos h2 {
        font-size: 16px;
        
    }
    .produits_vedettes .produit .product-wrap > a.img-loaded {
            min-height: 39.5vw;
        }
    body .woocommerce ul.products li.product .product-wrap img, body.woocommerce-page ul.products li.product .product-wrap img, .produits_vedettes .produit .product-wrap img {
        max-height: 33.5vw;
    }
    .liste_serie_competence .une_serie_competence .icon_titre_cta {
        
        width: 100%;
        margin-bottom: 25px;
    }
    .liste_serie_competence .une_serie_competence .liste {
        width: 100%;
        
    }
    .liste_serie_competence .une_serie_competence .liste .un_term a {
      
        padding: 24px 17px;
        
    }
    .liste_serie_competence .une_serie_competence .icon_titre_cta .cta_telecharger {
        margin-top: 8px;
        margin-bottom: 25px;
    }
    .liste_serie_competence .une_serie_competence {
        margin-left: 20px;
        margin-right: 20px;
    }
    .liste_ressource .une_ressourse {
        width: 33.333%;
        
    }
    .liste_ressource .une_ressourse.cta_ressource .wrap_ressourse h3 {
            font-size: clamp(20px, 4.87vw, 30px);
        }
    
    .categorie_post .posts_grille .post {
	    width: 50%;
	    padding: 0 2.5%;
	}
	#banner_accueil > .span_12 {
		margin-right: 20px;
	    margin-left: 20px;
		
	}
	.sources_grille {
	   
	   /* margin-left: -3.75%;
	    margin-right: -3.75%;*/
	    
	}
	.sources_grille .une_source {
	    width: 42.5%;
	    margin-left: 3.75%;
	    margin-right: 3.75%;
	    margin-bottom: 9%;
	    padding: 0px 3.7% 3.7%;
	}
	.wpb_row .wpb_row.adobe_flash .wpb_column:last-child .vc_column-inner {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.wpb_row .wpb_row.adobe_flash .wpb_column:first-child .vc_column-inner {
	    padding-left: 20px;
	}
	.wpb_row .wpb_row.adobe_flash .wpb_column:last-child {
	        width: 100%;
	    
	}
	.wpb_row .wpb_row.adobe_flash .wpb_column:first-child{
	    width: 75%;
	    max-width: 270px;
	    margin-bottom: 14px;
	}
	.row_reconnaissance_territoire, .row_partenaires_logos, body #footer-outer[data-full-width="1"] .container, body #header-outer[data-full-width=true] header>.container, html body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu{
        padding: 0 5% !important;
    }
    #header-outer[data-format=centered-menu] #top .span_3{
	    padding-left: 0;
	}
	body .row_tri_journal {
	    
	    flex-wrap: wrap;
	}
	.row_tri_journal .right,
	.row_tri_journal .left {
	    width: 100%;
	}
	.row_tri_journal .left {
		
		flex-wrap: wrap;
	}
	html body[data-button-style=rounded] .container-wrap .form_search {
	        width: 100%;
	        max-width: 300px;
	    }
	.row_tri_journal .left .nombre {
		width: 100%;
	}
	.row_tri_journal .left .les_selects {
	    width: calc(100% - 101px);
	}
	#style_liste .result.wrap_un_journal .wrap_un_journal .un_journal, #style_liste.row_mon_journal_list .mon_journal_liste .wrap_un_journal .un_journal,
	#style_liste .liste_ressource .une_ressourse .wrap_ressourse,
	#style_liste.row_categorie_post .posts_grille .post .wrap {
	    padding: 20px;
	}
	#style_liste .result.wrap_un_journal .un_journal .image, 
#style_liste.row_mon_journal_list .mon_journal_liste .un_journal .image,
	#style_liste .liste_ressource .une_ressourse .wrap_ressourse .image,
	#style_liste.row_categorie_post .posts_grille .post .wrap .photo {
	    width: 177px;
	    
	    height: 100.7px;
	}
	#style_liste.row_mon_journal_list .mon_journal_liste .un_journal .infos,
	#style_liste .liste_ressource .une_ressourse .wrap_ressourse .infos,
	#style_liste.row_categorie_post .posts_grille .post .wrap .infos {
	    width: calc(100% - 177px);
	   
	}
	.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .image {
	    width: 100%;
	}
	.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos {
	    width: 100%;
	    padding: 23px 10%;
	}
	.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .image .limage {
	    
	        mask-position: 50% 100%;
    		padding-top: 55%;
    		        mask-size: 115%;
    		        height: 344px;
	}
	.page-template-page-left-sidebar #sidebar.span_3 {
		    width: 100%;
	}
	.page-template-page-left-sidebar .post-area {
		width: 100%;
	}
	.tableau_meta_phare .vc_col-sm-3 {
		width: 100% !important;
		        margin-bottom: 8px;
	}
	.tableau_meta_phare .vc_col-sm-3:first-child {
		display: none;
	}
	.tableau_meta_phare .vc_col-sm-2 {
		width: 50% !important;
	}
	.tableau_meta_phare .vc_col-sm-2:nth-child(2) {
		display: none;
	}
	.tableau_meta_phare .wpb_row:nth-child(3) .vc_col-sm-2:nth-child(3) {
		display: none;
	}
	.tableau_meta_phare .wpb_row:nth-child(3) .vc_col-sm-2 {
		width: 33.333% !important;
		margin-bottom: 0 !important;
	}
	.tableau_meta_phare > .row-bg-wrap .row-bg {
	    background-position: 27% top !important;
	    
	}
	
	.tableau_meta_phare > .row-bg-wrap .row-bg {
	    
	    background-size: 1600px !important;
	}
	.row_reconnaissance_territoire {
	    padding-top: 39px !important;
	}
	.row_partenaires_logos {
	    padding-top: 24px !important;
	}
}
@media(max-width:700px){ 
	.row_sidebar_list .sidebar .cat_un {
        width: 49%;
        
    }
}
@media(max-width:690px){ 
	.wpb_row > .span_12 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li:nth-child(2) {

	    display: none;
	}
	body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	   
	    font-size: 16px;
	}
	body.search #page-header-bg h1,
	html body h1, html body h2 {

	    font-size: 32px;
	    margin-bottom: 23px !important;
	}
	html body.page-template-page-left-sidebar h2,
	body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs li a, .single-service .services_infos h2, html body h3, html body #banner, html body .gros_texte {
	   
	    font-size: 18px;
	   
	}
    html body .full-width-section .row-bg-wrap {
        left: calc(50% + 15px);
        width: calc(100vw - var(--scroll-bar-w) - 30px);
    }
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
		font-size: 20px;
	}
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .mon_compte_ul li a {
        font-size: 17px;
    }
    .liste_services .un_service .infos {
        padding-right: 0;
    }
    .liste_services .un_service .icon {
        width: 93px;
        
        left: -95px;
    }
    .inco_infos {
        padding-left: 95px;
    }
	  .video_pop.comment_utiliser_popup .classeurs .un_classeur.classeur_video .content .wrap_content .col_classeur {
	      width: 100%;
	      margin-bottom: 25px;
	  } 
	  .video_pop.comment_utiliser_popup .classeurs .un_classeur.classeur_video .content .wrap_content .col_classeur:last-child {
	  	margin-bottom: 0;
	  }
	  .video_pop.comment_utiliser_popup .classeurs .un_classeur .content .wrap_content {
	      
	      flex-wrap: wrap;
	  } 
	  .row_mon_journal_list .mon_journal_liste .wrap_un_journal {
	      width: 50%;
	     
	  }
	  .row_mon_journal_list .mon_journal_liste .un_journal .infos h2 {
	      font-size: 18px;
	     
	  }
	  .row_tri_journal .left .les_selects {
	     width: 100%;
	  }
	  .row_tri_journal .left .les_selects .un_select {
	      width: 100%;
	      
	      position: relative;
	  }

	 .next_prev .retour {
	     position: relative;
	     left: 0;
	     transform: unset;
	    
	     text-align: center;
	     margin-top: 25px;
	 }
	 .next_prev .navigation a {
	     
	     font-size: 14px;
	   
	 }
	 #banner > .span_12 {
	    
	     padding-left: 20px;
	     padding-right: 20px;
	 }
	 #banner_shop .row_bg .bg_img, #banner > .row-bg-wrap .row-bg {
	     
	     padding-top: 68%;
	     
	 }
	 .next_prev .navigation .alignright, .next_prev .navigation .alignleft {
	     width: calc(50% - 15px);
	 }
	 body.ascend .related-post-wrap h3.related-title, 
	 body.material .related-post-wrap h3.related-title {
	 	padding-top: 0;
	 	margin-top: 60px;
	 }
	 .single-post .next_prev .cta_articles .nectar-button {
	     position: relative;
	     top: 0;
	     left: 0;
	     transform: unset;
	     margin-top: 15px;
	 }
	 .liste_serie_competence .une_serie_competence {
	     margin-left: 15px;
	     margin-right: 15px;
	 }
	 .index_journals_list .section_lettre .sous_section_theme {
	     width: 100%;
	     
	 }
	 #banner_accueil > .span_12 {
	 	margin-right: 15px;
	     margin-left: 15px;
	 	
	 }
	 .sources_grille {
	     /*margin-left: -3%;
	     margin-right: -3%;*/
	 }
	 .sources_grille .une_source {
	     width: 44%;
	     margin-left: 3%;
	     margin-right: 3%;
	     
	 }
	 .categorie_post .posts_grille .post .infos {
	     
	     min-height: 160px;
	    
	 }
	 body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li.mon_compte,
	 body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li.nectar-woo-cart,
	  body.material #header-outer #top .row:not(.menu_principaux) nav>.buttons>li.button_solid_color{
	  	display: none !important;
	  }
	  #header-outer[data-cart=true] #top .row .span_9>.slide-out-widget-area-toggle, #top .span_9>.slide-out-widget-area-toggle {
	          
	          padding-left: 25px;
	      }
	 .row-communiquer-travail .communication_travail_list .une_ressourse {
	     width: 50%;
	     
	 }
	 .row_lien_vers_index > .span_12 .wpb_wrapper .wpb_text_column {
	     margin-right: 0;
	     margin-bottom: 22px;
	     width: 100%;
	 }
	 
	 .row_lien_vers_index > .span_12 .wpb_wrapper .nectar-button {
	     margin-left: 0;
	 }
	 .row_lien_vers_index.wpb_row > .span_12 {
	     padding: 40px;
	 }
	 .categorie_post .posts_grille .post .infos .ctas .cta_telechargement {
	     
	     font-size: 12px;
	     
	 }
}
@media(max-width:650px){ 

	#style_liste .liste_ressource .une_ressourse .ctas {
		display: block;
	}
	#style_liste .liste_ressource .une_ressourse .ctas br {
		display: inline-block;
	}
	#style_liste .liste_ressource .une_ressourse .ctas .nectar-button {
		margin-bottom: 10px;
	}
}
@media(max-width:600px){ 
	.grille_team .un_equipe {  
        width: calc(50% - 5.26%);  
    }
    .post-area.masonry.span_9 .masonry-blog-item {
        width: calc(100% - 8%) !important;
        
    }
    .sources_grille .une_source .wrap_top .info h4 {
        
        font-size: 16px;
        
    }
    .liste_ressource .une_ressourse {
        width: 50%;
    }
    .row_mon_journal_list.row_list_petit_roman .une_ressourse {
       
        width: 50%;
    }
}
@media(max-width:500px){ 
	.row_sidebar_list .sidebar .cat_un {
        width: 100%;
        margin-right: 0;
    }
}
@media(max-width:479px){ 
	.services_grille .une_service_grille {
	        width: calc(100% - 20px);
	        
	    }
	.informations_ctas .bloc_ctas .un_cta, .informations_ctas .bloc_informations .bloc_info {
		padding: 35px 40px;
	}
	.services_grille .une_service_grille, .informations_ctas .bloc_ctas .un_cta, .informations_ctas .bloc_informations .bloc_info {
	    min-height: unset;

	}
	.services_grille .une_service_grille,
	.informations_ctas .bloc_ctas .un_cta {
		min-height: 81vw;
	}
	.services_grille .une_service_grille .content img {
	    margin-bottom: 11px;
	    max-height: 55px;
	}
	.services_grille .une_service_grille {
	    padding: 23px 26px;
	}
	.centre_fora .vc_column-inner .wpb_text_column {
	    padding: 34px 20px 40px;
	}

	.row_partenaires_logos .partenaires_logos .logos .logo {
	    width: 50%;
	    padding: 0 7%;

	}
    .row_partenaires_logos .partenaires_logos .logos .logo img {
        max-height: 86px;
    }
    .row_partenaires_logos .partenaires_logos .logos {
        padding: 24px 0;
    }
    .row_reconnaissance_territoire .reconnaissance_territoire .titre {
        padding: 13px 29px;
        
    }
    .row_reconnaissance_territoire .reconnaissance_territoire .description {
	    padding: 0 29px;
	}
	html body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product {
	    width: 100% !important;
	    margin-right: 0;
	}
	body .woocommerce ul.products li.product .product-wrap img, body.woocommerce-page ul.products li.product .product-wrap img, .produits_vedettes .produit .product-wrap img {
	        max-height: 72.5vw;
    }
    .woocommerce ul.products li.product .product-wrap > a {
        min-height: 87vw;
    }
    .produits_vedettes .produit .product-wrap > a.img-loaded {
        min-height: 81.5vw;
    }
    
    .produits_vedettes .produit .price del ins .amount, .produits_vedettes .produit .price, .produits_vedettes .produit .price del, body.woocommerce ul.products li.product .price del, body.woocommerce-page ul.products li.product .price del, body.woocommerce ul.products li.product .price, body.woocommerce ul.products li.product .price ins, body.woocommerce ul.products li.product .price ins .amount, body.woocommerce ul.products li.product .price, body.woocommerce-page ul.products li.product .price {
        
        font-size: clamp(18px, 6.87vw, 30px);
        
    }
    body.woocommerce ul.products li.product .woocommerce-loop-product__title {

	    font-size: 18px;
	}
	.row_reconnaissance_territoire, .row_partenaires_logos, body #footer-outer[data-full-width="1"] .container, body #header-outer[data-full-width=true] header>.container, html body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
	        padding: 0 21px;
	    }
	body .container {
	    width: 100%;
	}
	body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
	        height: 40px !important;
	    }
	#header-outer[data-format=centered-menu] #top .span_3 {
	    padding-left: 0;
	}
	body.material #header-outer #top nav>.buttons>li.mon_compte {
		display: none;
	}
	.ressources_en_ligne .une_ressource h3 {
	   
	    font-size: 18px;
	}
	.ressources_en_ligne .une_ressource h3 {
	    
	    width: calc(100% - 40px);
	}
	.ressources_en_ligne .une_ressource .titre_arrow svg {
	    
	    width: 30px;
	}
	.ressources_en_ligne .une_ressource {

	    padding: 24px 16px;
	}
	.services_grille .une_service_grille h3 {
	    color: #fff;
	    padding-right: 11px;
	    margin-bottom: 0;
	    width: calc(100% - 38px);
	    font-size: clamp(20px, 6vw, 29px);
	}
	body.search #page-header-bg h1,
	html body h1, html body h2 {
        font-size: 29px;
        margin-bottom: 23px !important;
    }
    html body .full-width-section .row-bg-wrap {
            left: calc(50% + 10px);
            width: calc(100vw - var(--scroll-bar-w) - 20px);
        }

    .produits_vedettes .produit {
        /*width: calc(100% - 4%);
        margin: 0 2% 4%;*/
    }
    body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    	    
    	    font-size: 18px;
    	   
    }
    body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .mon_compte_ul li a {
    	font-size: 15px;
    }
    html body .toggles .toggle .toggle-title a {
            padding: 29px 14px;
            
        }
    html body.page-template-page-left-sidebar h2,
    body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs li a, .single-service .services_infos h2, html body h3, html body #banner, html body .gros_texte {
        font-size: 18px;
    }
    .row_min_height_830.wpb_row > .span_12, .row_min_height_640.wpb_row > .span_12, #banner.wpb_row > .span_12 {
       
        padding-left: 15px;
        padding-right: 15px;
    }
    .centre_fora.vc_row-fluid>.span_12 .wpb_column {
        padding-left: 0;
        padding-right: 0;
    }
    .inco_infos {
        
        flex-wrap: wrap;
    }
    .liste_services .un_service .icon {
        width: 60px;
        text-align: left;
        left: 0;
                position: relative;
        display: inline-block;
    }
    .liste_services .un_service .icon img {
    	max-width: 47px;
    }
    .liste_services .un_service .infos {
        width: 100%;
        padding-right: 0;
    }
    .liste_services .un_service .infos .icon_titre {
        position: relative;
        display: flex;
    }
    .liste_services .un_service h2 {
       	width: calc(100% - 60px);
        font-size: 24px;
        
    }
    .inco_infos {
            padding-left: 0;
        }
            .informations_ctas .bloc_ctas .un_cta,
        .informations_ctas .bloc_informations .bloc_info {
        	width: calc(100% - 20px);
        }
    .informations_ctas .bloc_informations .bloc_info {
        font-size: 24px;
    }
    .informations_ctas .bloc_informations h2 {
    	font-size: 15px;
    }
    .informations_ctas .bloc_ctas .titre_fleche h2 {
            font-size:24px;
        }
    .informations_ctas .bloc_informations {

	    margin: 0 -10px;
	   
	            width: calc(100% + 10px + 10px);
	}
	.autres_services.services_grille .une_service_grille {
	    width: calc(100% - 30px) !important;
	}
	.video_pop.service_form .wrap {
	    
	    width: 97.3%;
	    
	}
	.video_pop.service_form .close {
	    left: 22px;
	    width: 36px;
	    height: 36px;
	    top: 9px;
	}
	.video_pop.service_form .video {

	    padding: 60px 9% 50px;
	}
	.video_pop .video h2 {
	   
	    font-size: 28px !important;
	    
	}
	body .video_pop .gform_wrapper .top_label .gfield_label {
	   
	    font-size: 13px;
	    
	}
	body .gform-theme--foundation .gfield .ginput_password.large, body .gform-theme--foundation .gfield input.large, body .gform-theme--foundation .gfield select.large, body .gform-theme--foundation .gfield textarea.large {
	   
	    font-size: 14px;
	    padding: 10px 15px;	    
	    height: 45px;
	}
	.video_pop.comment_utiliser_popup .classeurs .un_classeur {
	    padding: 19px 0;
	}
	.video_pop.comment_utiliser_popup .classeurs .un_classeur h2 {
	        font-size: 19px;
	    }
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal {
	    width: 100%;
	    
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos {
	    padding: 23px 19px;
	
	}
	.slider_space_large {
		padding-right: 7%;
	}
	body .blog-recent.related-posts {
	   
	    padding-right: 12% !important;
	}
	#banner_shop .container .vc_col-sm-7, .row_min_height_830.wpb_row > .span_12, .row_min_height_640.wpb_row > .span_12, #banner.wpb_row > .span_12 {
	   
	    padding-top: 79%;
	}
	.single-post #banner_shop {
	   
	    margin-bottom: 45px;
	}
	.single-post .next_prev {
	    margin-bottom: 60px;
	}
	.liste_serie_competence .une_serie_competence {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.liste_serie_competence .une_serie_competence .liste .un_term a {
	        padding: 21px 0;
	    }

	.liste_ressource .une_ressourse {
	    width: 100%;
	   	max-width: 340px;
	   	        margin-left: auto;
	   	        margin-right: auto;
	}
	.grille_4_col.autres_serie .un_element {
	    width: 100%;

	    margin-bottom: 5.25%;
	}
	.autres_serie .une_serie .wrap_serie h3 {
	        font-size: clamp(20px, 6.87vw, 30px);
	    }
	.index_journals_list .section_lettre {
	    margin-bottom: 15px;
	}
	#banner_shop .container .vc_col-sm-7:first-child {
	    
	    padding-top: 82%;
	}
	body.woocommerce .woocommerce-ordering {
	   
	    max-width: 147px;
	}
	.categorie_post .posts_grille .post {
	        width: 100%;
	                max-width: 352.36px;
        margin-left: auto;
        margin-right: auto;
        margin: 20px auto;
    }
    .categorie_post .posts_grille .post .infos {
       
        min-height: unset;
        
    }
    #banner_accueil > .span_12 {
    	margin-right: 10px;
        margin-left: 10px;
    	
    }
    .sources_grille .une_source {
        width: 92.5%;
        padding: 0px 25px 25px;
        max-width: 320px;
    	margin: 0 auto 45px;

    }
    .sources_grille .une_source .wrap_top .photo {
	    margin-left: -25px;
	    margin-right: -25px; 
	}
	.sources_grille .une_source .wrap_top .info h4 {
	    
	    font-size: 18px;
	    
	}
	.row_tri_journal.tri_sources .left .un_select_choix {
	    
	    flex-wrap: wrap;
	}
	.row_tri_journal.tri_sources .left .un_select_choix .tri_chois{
	    
	    width: 100%;
	    margin: 10px 0;
	}
	.row-communiquer-travail .communication_travail_list .une_ressourse {
	    width: 100%;
	        margin-bottom: 37px;
	    
	}
	.row_tri_journal .left .les_selects {
	   
	    flex-wrap: wrap;
	}
	.row_tri_journal .left .les_selects .un_select {
		max-width: unset;
		margin:  0 0 20px !important;
	}
	.row_mon_journal_list .affichage {
		margin-bottom: 25px;
	}
	.row_mon_journal_list .affichage .un_affichage {
	    margin-top: 0;
	}
	#style_liste .result.wrap_un_journal .un_journal .image, 
#style_liste.row_mon_journal_list .mon_journal_liste .un_journal .image,
	#style_liste .liste_ressource .une_ressourse .wrap_ressourse .image, #style_liste.row_categorie_post .posts_grille .post .wrap .photo {
		display: none;
	}
	#style_liste.row_mon_journal_list .mon_journal_liste .un_journal .infos,
	#style_liste .liste_ressource .une_ressourse .wrap_ressourse .infos, #style_liste.row_categorie_post .posts_grille .post .wrap .infos {
	    width: 100%;
	    padding: 0;
	}
	#style_liste .liste_ressource .une_ressourse .ctas {
		display: block;
	}
	#style_liste .liste_ressource .une_ressourse .ctas br {
		display: inline-block;
	}
	#style_liste .liste_ressource .une_ressourse .ctas .nectar-button {
		margin-bottom: 10px;
	}
	#style_liste .result.wrap_un_journal .wrap_un_journal .un_journal, #style_liste.row_mon_journal_list .mon_journal_liste .wrap_un_journal .un_journal,
	#style_liste .liste_ressource .une_ressourse .wrap_ressourse, #style_liste.row_categorie_post .posts_grille .post .wrap {
	        padding: 20px 10px;
	    }
	    .row_sidebar_list .sidebar .cat_un li, .row_sidebar_list.petit_roman_taxonomies .sidebar .cat_un li ,
	.row_sidebar_list .sidebar .cat_un li, .row_sidebar_list.communication_travail_taxonomies .sidebar .cat_un li {
	    margin-right: 0;
	    width: 100%;
	}
	.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos {
	    padding: 23px 25px;
	    
	}
	.row_mon_journal_list:not(#style_liste) .mon_journal_liste .wrap_un_journal.pos_large .un_journal .image .limage {
	    padding-top: 81.5%;
	            mask-size: 133%;
	    height: unset;
	}
	html body #banner .petit_text {
	    font-size: 16px;
	}
	.row_lien_vers_index.wpb_row > .span_12 {
	    padding: 30px;
	}
	body .wpc-filters-widget-controls-item {
	    width: 48%;
	}
	.index_liste_ancre ul {
	    
	    justify-content: flex-start;
	}
	.index_liste_ancre li {
	  
	    width: 12.5%;
	}
	.tableau_meta_phare.wpb_row > .span_12 {
	    
	    padding-left: 3%;
	}
	.row_mon_journal_list.row_list_petit_roman .une_ressourse {
	   
	    width: 100%;
	}
	.row_sidebar_list .sidebar .ctas_trie .nectar-button {
		margin-bottom: 0;
	}
	.row_sidebar_list .sidebar .ctas_trie {
	  
	    padding: 22px 0 15px;
	    
	}
	.row_sidebar_list.petit_roman_taxonomies .sidebar .groupe_taxo,
    .row_sidebar_list.communication_travail_taxonomies .sidebar .groupe_taxo {
        
        height: calc(100vh - 84px - 107px - 58px - 25px);
       
    }
    .row_sidebar_list .sidebar .cat_un {
     
        margin-bottom: 15px;
        
    }
	
}
@media(max-width:400px){ 
	.grille_team .un_equipe {  
        width: calc(100% - 5.26%);  
        margin: 0 2.63% 10.26%;
    }
    .row_partenaires_logos .partenaires_logos .logos .logo img {
        max-height: 70px;
    }
    html body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>.back, html body #slide-out-widget-area .menuwrapper .back {
            margin-bottom: 30px !important;
        }
    body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
           
            padding-top: 3px;
            padding-bottom: 3px;
        }
    html body #footer-outer #copyright {
	    font-size: 12px;
	    
	}
	#footer-outer #copyright li {
	   
	    margin-left: 12px;
	   
	}
	.grille_team .un_equipe .content {
	        padding: 8% 8%;
	    }
	.row_tri_journal .left .les_selects {
	    
	    flex-wrap: wrap;
	}
	.row_tri_journal .left .les_selects .un_select:first-child {
	    margin-right: 0;
	    margin-bottom: 15px;

	}
	.row_tri_journal .left .les_selects .un_select {
	    width: 100%;
	            max-width: unset;
	    
	}
	.row_mon_journal_list .mon_journal_liste .wrap_un_journal.pos_large .un_journal .infos h2 {
	        font-size: 26px;
	      
	    }
	.index_liste_ancre li {

	    width: 14.24%;
	}
}
@media(max-width:360px){ 
	body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 34px !important;
    }
    .informations_ctas .bloc_ctas .un_cta, .informations_ctas .bloc_informations .bloc_info {
        padding: 29px 26px;
    }
    .informations_ctas .bloc_informations .bloc_info {
        font-size: 22px;
    }
	    
}