/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7gYHE41ni1AdIRggmxSuXd.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7gYHE41ni1AdIRggexSg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v22/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v22/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/***** variables *****/
:root {
	--mainColor1: #3aaa35;
	--mainColor1Hover: #31762E;
	--mainColor2: #415a56;
	--mainColor2Hover: #2F3F3C;	
	--bgColorLight: #415a56;
	--bgColorDark: #292d2d;
	
	--marginTB: clamp(20px, 10vw, 120px) auto;
	--gapSection: clamp(20px, 10vw, 120px);
	
	--maxWidthWrapper: 1200px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperLarge: 2000px;

	--imgRadius: 0;
	--linkRadius: 0;
}
@media (max-width:1200px) {
	:root {

    }
}
@media (max-width:700px) {
	:root {

	}
}



/***** reset *****/
body, ul, li, ol, form, h1, h2, h3, h4, h5, h6, div, span, p { padding:0; margin:0; border:0; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none;}
article, aside, dialog ,figcaption, figure, footer, header, hgroup, main, nav, section { display: block;}  
input, textarea						{ -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-appearance: none; -o-appearance: none; border-radius: 0;}
*          							{ outline: none;}
body								{ font: 400 clamp(14px, 2.2vw, 16px)/180% "Manrope"; letter-spacing: 0.8px; color: #fff; background: var(--bgColorDark); position: relative;}
h4		     						{ font: 400 clamp(14px, 2.2vw, 16px)/180% "Manrope"; letter-spacing: 0.8px; color: #fff; position: relative;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
main 								{ position: relative; z-index: 10;}
p 									{ margin-bottom: clamp(10px, 2vw, 15px);}
ul									{ margin-bottom: clamp(10px, 2vw, 15px); list-style-type: none;}
a									{ text-decoration: none; color: #fff; position: relative;}
img									{ border: none;}
strong, b							{ font-weight: 600; font-size: clamp(14px, 2.4vw, 15px);}

#wrapper 							{ min-width: 320px; position: relative;}
#wrapper *							{ box-sizing: border-box;}
#footer 							{ position: relative; z-index: 15;}




.txt p a,                         
.txt_simple p a                                 { color: #fff; border-bottom: 1px solid #557B7B; }
@media (min-width:1201px) {
.txt p a:hover,                             
.txt_simple p a:hover                           { color: var(--mainColor1); border-color: var(--mainColor1);}
}



.cta_fixed							{ position:fixed; right: 3vw; bottom: 3vw; z-index:999; max-width: 500px;  box-sizing:border-box; display: block; }
.cta_fixed.hidden                   { display: none; }
.close-icon                         { position: absolute; width: 30px; height: 30px; cursor: pointer; top: 0; right: 0; z-index: 2; background-color: #fff;}
.close-icon::before, 
.close-icon::after                  { content: ""; position: absolute; top: 50%; left: 50%; width: 15px; height: 2px; background: var(--mainColor1); transform-origin: center; }
.close-icon::before                 { transform: translate(-50%, -50%) rotate(45deg); } 
.close-icon::after                  { transform: translate(-50%, -50%) rotate(-45deg); }

.cta_fixed:after     				{ content: ""; background: url("../images/tel_green.svg") 50% / contain no-repeat var(--mainColor2); background-size: 26px; width: 40px; height: 40px; display: block; position: absolute; left: -30px; top: 50%; transform: translateY(-50%); padding: 10px;} 
.cta_fixed .content					{ background: #fff; box-sizing: border-box; display: block; position: relative; text-align: left; padding: 35px 35px 35px 50px; transition: all 300ms ease-in-out; } 
.cta_fixed .content:after     		{ content: ""; background: url("../images/arrow_next_green.svg") 50% / cover no-repeat; width: 14px; height: 26px; display: block; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); opacity: 0; transition: all 300ms ease-in-out;} 
.cta_fixed .content .sous_titre 	{ font-weight: 700; font-size: 18px; letter-spacing: 0.8px; margin-bottom: 0; color: var(--mainColor1); } 
.cta_fixed .content p				{ margin-bottom: 0; color: #000; line-height: 16px; transition: all 300ms ease-in-out;} 
.cta_fixed .content b				{ margin-bottom: 0; color: #000; } 

@media (min-width:1201px) { 
.cta_fixed .row .close:hover		{ transform:rotate(45deg) scale(0.9); } 
.cta_fixed:hover .content           { background-color: var(--bgColorLight); padding: 35px 70px 35px 50px; } 
.cta_fixed:hover .content p         { color: #fff; } 
.cta_fixed:hover .content .sous_titre { color: var(--mainColor1); } 
.cta_fixed:hover .content:after     { opacity: 1;} 
.cta_fixed:hover:after     			{ background-color: #fff; } 
} 
@media (max-width:1000px) { 
.cta_fixed .row						{ padding:5vw; } 
} 
@media (max-width:700px) { 
.cta_fixed							{ display: none!important; } 
}



/***** scollbar *****/
::-webkit-scrollbar 				{ width: 8px; height: 8px; background-color: #fff;}
::-webkit-scrollbar-thumb			{ background-color: var(--mainColor1);}


/***** transition *****/
@media (min-width:1201px) {
.link, .slick-arrow, :before, :after, a, a span, .logo, .header, .sub { transition: all 300ms ease-in-out;}
}


/***** class *****/
.wrapper 							{ width: 90vw; max-width: var(--maxWidthWrapper); margin: 0 auto; position: relative;}
.wrapper_small						{ width: 90vw; max-width: var(--maxWidthWrapperSmall); margin: 0 auto; position: relative;}
.wrapper_large						{ width: 90vw; max-width: var(--maxWidthWrapperLarge); margin: 0 auto; position: relative;}
.no_wrapper							{ max-width: none;}

.clear								{ clear: both; display: block;}
.anchor								{ position: absolute; left: 0; top: -140px;}

.color_1							{ color: var(--mainColor1);}
.color_2 							{ color: var(--mainColor2);}
.color_bg_1							{ background: var(--mainColor1);}
.color_bg_2 						{ background: var(--mainColor2);}

.titre_main	 						{ font: 500 clamp(25px, 3vw, 35px)/120% "Manrope"; letter-spacing: 0.4px; position: relative; margin-bottom: clamp(10px, 2vw, 15px);}
.titre_main.smaller					{ font-size: clamp(20px, 3vw, 40px);}
.titre_hw 							{ font: 400 clamp(40px, 5.2vw, 60px)/100% "Caveat"; letter-spacing: -1px;}

.sous_titre 						{ font: 400 clamp(18px, 2vw, 25px)/140% "Manrope"; letter-spacing: 1px; position: relative; margin-bottom: clamp(10px, 2vw, 15px);}
.sous_titre span					{ font-weight: 700; letter-spacing: 1px; text-transform: uppercase;}
.chapo		 						{ font: 400 clamp(14px, 2.2vw, 16px)/180% "Manrope"; margin-bottom: clamp(10px, 2vw, 15px);}
.chapo span	 						{ display: block; margin-top: clamp(10px, 2vw, 15px);}

.hide 								{ display: none;}


.ul_check   						{ margin: 15px 0;}
.ul_check li 						{ position: relative; padding-left: 35px; font-size: clamp(16px, 2.4vw, 18px); line-height: 160%; margin-bottom: 15px;}
.ul_check li:before					{ width: 22px; height: 17px; position: absolute; left: 0; top: 5px; background: url("../images/check.svg") 0 0 / contain no-repeat; filter: invert(0); content: "";}
.ul_check li:last-child				{ margin-bottom: 0;}

.ul_list   							{ padding: clamp(3px, 1vw, 5px) 0;}
.ul_list li 						{ position: relative; padding-left: 18px; margin-bottom: clamp(5px, 1.8vw, 10px); line-height: 160%;}
.ul_list li:before					{ width: 6px; height: 10px; position: absolute; left: 0; top: 6px; background: url("../images/arrow_list.svg") 0 0 / contain no-repeat; filter: invert(0); content: "";}
.ul_list li:last-child				{ margin-bottom: 0;}

.link 								{ font: 400 14px/48px "Manrope"; letter-spacing: 0.8px; height: 50px; display: inline-block; color: #fff; padding: 0 30px; background: linear-gradient(to top, var(--mainColor1) 0% 50%, var(--mainColor1Hover) 50% 100%); background-size: 100% 200%; background-position: 0 100%; cursor: pointer; border-radius: var(--linkRadius);}
.link.full_width					{ width: 100%; display: block; text-align: center;}
.link.color_2 						{ background-image: linear-gradient(to top, var(--mainColor2) 0% 50%, var(--mainColor2Hover) 50% 100%);}

.link_arrow                      	{ width: 70px; height: 70px; background: url("../images/arrow_link.svg") 50% no-repeat var(--bgColorDark); display: block; font-size: 0;}

.link.cta_icon						{ height: 100px; padding: 0 0 0 0; text-align: left; display: grid; grid-template-columns: auto 1fr; align-items: center;}
.link.cta_icon:after 				{ width: 25px; height: 100%; background: url("../images/arrow_link.svg") 50% / contain no-repeat; position: absolute; right: 30px; top: 0; content: "";}
.link.cta_icon.dwnld:after 			{ width: 16px; background-image: url("../images/dwnld.svg");}
.link.cta_icon>img 					{ margin: 0 30px;}
.link.cta_icon>span 				{ font-size: 18px; line-height: 24px; font-weight: 500; padding-bottom: 2px;}

.link_txt_arrow 					{ display: inline-block; padding-right: 35px;}
.link_txt_arrow:after 				{ width: 21px; height: 100%; background: url("../images/arrow_link_small.svg") 50% / contain no-repeat; position: absolute; right: 0; top: 0; content: "";}



@media (min-width:1201px) {
.link:hover 						{ background-position: 0 0; color: #fff;}
}
@media (max-width:1000px) {
.link.cta_icon						{ height: 90px;}
}
@media (max-width:700px) {
.link.cta_icon						{ height: 70px;}
}



/***** header : simple *****/
.header 								{ width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: fixed; left: 0; top: 0; padding: 50px 0 20px 0; background: var(--bgColorDark); z-index: 205; transition: all 300ms ease-in-out;}
.header .wrapper						{ max-width: 2000px;}
.header .logo							{ width: 180px; position: absolute; left: 50%; top: 45%; transform: translate(-50%, -50%); transform-origin: center center; z-index: 850;}
.header .logo img						{ width: 100%; height: auto; display: block;}
.header .header_nav 					{ display: grid; grid-template-columns: 1fr auto;}
.header .menu 							{ margin: 0;}
.header .menu>li						{ position: relative; display: inline-block; vertical-align: top; margin-right: 40px;}
.header .menu>li a						{ font-size: 14px; line-height: 39px; font-weight: 400; height: 41px; display: block; letter-spacing: 1px;}
.header .menu>li.active>a				{ color: var(--mainColor1);}
.header .sub							{ width: 200px; margin: 0 0 0 -100px; text-align: center; position: absolute; top: 100%; left: 50%; display: block; visibility: hidden; opacity: 0; padding: 15px 0; background: #fff;}
.header .sub li							{ width: 100%; margin: 0;}
.header .sub li a						{ width: 100%; line-height: 30px; height: 30px; color: var(--mainColor2); font-weight: 500; letter-spacing: 0.4px;}
.header .sub li.active a				{ color: var(--mainColor2);}
.header .link 							{ padding: 0; text-align: center; width: 120px; vertical-align: middle; z-index: 850;}
.header .menu_right>li:last-child 		{ margin: 0 0 0 -30px;}

@media (min-width:1201px) {
.header .menu_mobile 					{ display: none;}
.header .sub:after 						{ width: 10px; height: 10px; position: absolute; left: 50%; top: -4px; margin: 0 0 0 -5px; transform: rotate(45deg); background: #fff; content: "";}
.header .menu>li:hover .sub				{ opacity: 1; visibility: visible; z-index: 999;}
.header .menu>li:hover>a:not(.link) 	{ }		
.header .sub li a:hover 				{ color: var(--mainColor2);}

.sticky .header							{ padding: 20px 0;}
.sticky .header .logo					{ top: 50%; transform: translate(-50%, -50%) scale(0.85);}
}
@media (max-width:1500px) {
.header .menu>li						{ margin-right: 30px;}
.header .menu_right>li:last-child 		{ margin: 0 0 0 -20px;}
.header .link 							{ width: 110px;}
}
@media (max-width:1400px) {
.header .logo							{ width: 140px; }
.header .menu>li						{ margin-right: 20px;}
}
@media (max-width:1200px) {
.header .menu_mobile					{ width: 60px; height: 60px; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; z-index: 850; margin: 0 0 0 -20px;}
.header .menu_mobile div				{ width: 40px; height: 2px; background: var(--mainColor1); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.header .menu_mobile div:before			{ width: 100%; height: 2px; background: var(--mainColor1); position: absolute; left: 0; top: 8px; content: "";}
.header .menu_mobile div:after			{ width: 100%; height: 2px; background: var(--mainColor1); position: absolute; left: 0; top: -8px; content: "";}
.header .menu_mobile.active div			{ height: 0; width: 36px;}
.header .menu_mobile.active div:before	{ top: 0; transform: rotate(45deg);}
.header .menu_mobile.active div:after	{ top: 0; transform: rotate(-45deg);}

.header 								{ padding: 20px 0;}
.header ::-webkit-scrollbar				{ display: none;}
.header .logo							{ width: 220px;}
.header .header_nav 					{ width: 100%; position: fixed; right: -100%; top: 0; bottom: 0; overflow-y: scroll; display: grid; grid-template-columns: 1fr; align-content: center; z-index: 800; background: #1E2121; padding: 7vw 10vw; transition: all 300ms ease-in-out 450ms;}
.header .menu  							{ display: block; width: 100%; text-align: left; position: relative; z-index: 100; align-self: start; opacity: 0; transform: translateY(40px); transition: all 300ms ease-in-out 150ms;}
.header .menu>li 						{ width: 100%; display: block; margin: 0;}
.header .menu>li>a						{ font-size: 20px; line-height: 30px; height: auto; padding: 15px 0; color: #fff; transition: none; display: inline-block; z-index: 10;}
.header .menu>li>i						{ width: 100%; height: 60px; display: block; margin-top: -60px; position: relative; z-index: 5; float: right;}
.header .menu>li>i:after				{ width: 44px; height: 44px; background: url("../images/arrow_down.svg") 50% 52% no-repeat #fff; border-radius: 5px; position: absolute; right: 0; top: 10px; content: "";}
.header .menu>li>i.active:after 		{ transform: rotate(180deg);}
.header .sub 							{ width: 100%; position: relative; left: auto; top: auto; padding: 20px 30px; margin: 15px 0; border-radius: 8px; background: #fff; visibility: visible; opacity: 1; display: none; z-index: 150;}
.header .sub li  						{ width: 100%;}
.header .sub li a						{ width: 100%; font-size: 16px; line-height: 24px; height: auto; padding: 10px 0; letter-spacing: 0.4px; text-align: left; display: block; color: #000;}
.header .menu_right>li:last-child 		{ margin: 0 0 0 0;}
.header .menu_right .link          		{ background: transparent; margin: 0; line-height: 24px; height: auto; padding: 15px 0; text-align: left; display: block;}

.header.active .header_nav 				{ right: 0; transition-delay: 150ms;}
.header.active .menu					{ opacity: 1; transform: translateY(0); transition-delay: 450ms;}

.header .link 							{ margin-left: 5px; display: none;}
}
@media (max-width:700px) {
.header .menu_mobile                            { display: none; }
.header 								{ padding: clamp(10px, 3.5vw, 20px) 0; position: static}
.header .logo							{ width: auto; position: relative; left: auto; top: auto; transform: none; display: block;}
.header .logo img						{ width: auto; height: clamp(50px, 14vw, 60px); margin: 0 auto;;}
.header .link 							{ display: none;}
.header .header_nav						{ border-top-width: clamp(calc(50px + 7vw), 21vw, calc(60px + 7vw)); bottom: 60px; border-bottom: 1px solid #fff;}
.header .menu>li>a						{ font-size: 16px; line-height: 22px; padding: 12px 0;}
.header .menu>li>i						{ height: 46px; margin-top: -46px;}
.header .menu>li>i:after				{ width: 40px; height: 100%; background-color: transparent; top: 0; filter: invert(1); background-position: 90% 52%;}
.header .menu>li>i.active:after 		{ background-position: 10% 52%;}
.header .sub 							{ padding: 12px 22px; margin: 10px 0;}
.header .sub li a						{ font-size: 14px; line-height: 18px; padding: 8px 0;}
.header .tel 							{ font-size: 0; line-height: 0; height: 50px; width: 50px; padding: 0;}
.header .tel:after 						{ left: 50%; transform: translateX(-50%) translateY(-50%); top: 50%}
.header .gsm 							{ font-size: 0; line-height: 0; height: 50px; width: 50px; padding: 0;}
.header .gsm:after 						{ left: 50%; transform: translateX(-50%) translateY(-50%); top: 50%}
.header .gsm span						{ font-size: 10px; line-height: 16px; right: 80%; top: 10px;}

}



/***** side btn fixed *****/
.side_btn 								{ position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 200; display: grid; grid-gap: 10px;}
.side_btn a								{ display: block; width: 50px; height: 50px; line-height: 50px; border-radius: 0; position: relative; transition-duration: 0ms; transition-delay: 300ms;}
.side_btn a:after						{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: 50% / contain no-repeat; width: 50px; z-index: 5; content: "";}
.side_btn a.tel:after					{ height: 20px; background-image: url("../images/tel.svg");}
.side_btn a.email:after					{ height: 16px; background-image: url("../images/email.svg");}
.side_btn a.facebook:after				{ height: 20px; background-image: url("../images/facebook.svg"); background-position: 48% 50%;}
.side_btn a.catalogue:after				{ height: 22px; background-image: url("../images/pdf.svg");}
.side_btn a	span						{ display: block; width: 50px; height: 50px; position: absolute; top: 0; right: 0; background: var(--mainColor1); border-radius: 0;}
.side_btn a	i							{ position: absolute; left: 0; top: 0; font-style: normal; width: 160px; padding-left: 25px; text-align: left; color: #fff; background: var(--mainColor1); border-radius: 0; opacity: 0; transition: 100ms all 0ms;}

@media (min-width:1201px) {
.side_btn a:hover  						{ background: var(--mainColor1); transition-delay: 0ms;}
.side_btn a:hover span					{ width: 140px; right: 50%; border-radius: 0 0 0 0;}
.side_btn a:hover span:after,
.side_btn a:hover span:before			{ opacity: 1; transition-delay: 200ms;}
.side_btn a:hover i						{ opacity: 1; transition-delay: 250ms;}
}
@media (max-width:1400px) {
.side_btn 								{ right: 20px;}
}
@media (max-width:1200px) and (min-width:701px) {
.side_btn 								{ right: 5vw; top: 25px; transform: none; grid-template-columns: repeat(3, 50px); z-index: 250;}
.side_btn a								{ width: 50px; height: 50px; overflow: hidden;}
.side_btn a:after						{ width: 50px;}
.side_btn a	span						{ width: 50px; height: 50px;}
}


/* if side btn nav mob */
.side_btn.mob_nav .hide_desk 						{ display: none;}
.side_btn.mob_nav .hide_mob 						{ display: block;}

@media (max-width:700px) {
.side_btn.mob_nav .hide_desk 						{ display: block;}
.side_btn.mob_nav .hide_mob 						{ display: none;}

.side_btn.mob_nav 									{ width: 100vw; right: 0; top: auto; bottom: 0; transform: none; z-index: 950; grid-template-columns: repeat(5, 1fr); grid-gap: 1px; background: #fff;}
.side_btn.mob_nav a									{ width: 100%; height: 60px; border-radius: 0; background: var(--mainColor1); font-size: 0; transition: none;}
.side_btn.mob_nav a.sim  							{ background: var(--mainColor2);}
.side_btn.mob_nav a:after							{ width: 100%; transition: none;}
.side_btn.mob_nav a.home_btn:after 					{ height: 22px; background-image: url("../images/icon_home.svg");}
.side_btn.mob_nav a	span							{ display: none;}

.side_btn.mob_nav .menu_mobile						{ width: 100%; height: 60px; cursor: pointer; position: relative; z-index: 850; background: var(--mainColor1);}
.side_btn.mob_nav .menu_mobile div					{ width: 34px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.side_btn.mob_nav .menu_mobile div:before			{ width: 100%; height: 2px; background: #fff; position: absolute; left: 0; top: 8px; content: "";}
.side_btn.mob_nav .menu_mobile div:after			{ width: 100%; height: 2px; background: #fff; position: absolute; left: 0; top: -8px; content: "";}
.side_btn.mob_nav .menu_mobile.active div			{ height: 0; width: 28px;}
.side_btn.mob_nav .menu_mobile.active div:before	{ top: 0; transform: rotate(45deg);}
.side_btn.mob_nav .menu_mobile.active div:after		{ top: 0; transform: rotate(-45deg);}
}





/***** quote : simple *****/
.quote_simple 											{ position: relative; text-align: center; margin: var(--marginTB);}
.quote_simple:before									{ position: absolute; width: 94vw; max-width: calc(47vw + 720px); left: auto; right: 3vw; top: 0; bottom: 0; background: #eee; border-radius: 50px; visibility: hidden; transition: none; content: "";}
.quote_simple img										{ display: block; margin: 15px auto 0 auto;}
.quote_simple svg										{ width: 60px; height: auto; display: block; margin: 0 auto 15px auto;}
.quote_simple p               							{ margin-bottom: 15px;}
.quote_simple .link										{ margin-top: 10px;}
.quote_simple :last-child								{ margin-bottom: 0;}
.quote_simple .multi_links								{ display: grid; grid-template-columns: 1fr 1fr; max-width: 300px; grid-gap: 10px; margin: 25px auto 0 auto;}
.quote_simple .multi_links .link						{ margin: 0; text-align: center; padding: 0;}

@media (max-width:700px) { 
.quote_simple svg										{ width: 40px; margin-bottom: 10px;}
.quote_simple p               							{ margin-bottom: 10px;}
.quote_simple .multi_links								{ max-width: none; margin-top: 20px;}
}

/* custom highlight */
.quote_simple .txt_highlight svg  						{ bottom: 0; left: 0; right: 0; margin: 0 auto; width: 60px; display: none;}
/*.quote_simple .txt_highlight svg path					{ fill: var(--mainColor1);}*/
.quote_simple span.txt_highlight    					{ display: inline-block; margin: 5px 0; padding-bottom: 15px;}
.quote_simple span.txt_highlight svg  					{ display: block;}

@media (max-width:700px) { 
.quote_simple .txt_highlight   							{ padding-bottom: 15px;}
.quote_simple .txt_highlight svg  						{ width: 40px; display: block;}
.quote_simple span.txt_highlight     					{ padding: 0; margin: 0;}
.quote_simple span.txt_highlight svg   					{ display: none;}
}



/***** bloc txt img *****/
.bloc_txt_img 											{ position: relative; margin: var(--marginTB);}
.bloc_txt_img:before									{ position: absolute; left: 20px; right: 60%; top: 25%; bottom: 0; background: var(--bgColorLight); border-radius: 20px; visibility: hidden; transition: none; content: "";}
.bloc_txt_img .container	                        	{ display: grid; grid-template-columns: 50% 1fr; grid-gap: 0 80px; align-items: center; position: relative;}
.bloc_txt_img .container.align_top                		{ align-items: start;}
.bloc_txt_img .container .item							{ position: relative;}
.bloc_txt_img .container .item :last-child 				{ margin-bottom: 0;}
.bloc_txt_img .container .txt .wrap						{ display: inline-block; text-align: left; width: 100%; max-width: 520px;}
.bloc_txt_img .container img 							{ width: 100%; height: auto; object-fit: cover; display: block; position: relative; z-index: 10; border-radius: var(--imgRadius); /*aspect-ratio: 4/3;*/}
.bloc_txt_img .container .link							{ margin-top: 10px;}

.bloc_txt_img.reverse:before							{ left: 60%; right: 20px; top: 25%; bottom: -10%; background: var(--bgColorLight); border-radius: 20px; visibility: hidden; content: "";}
.bloc_txt_img.reverse .container  						{ grid-template-columns: 1fr 50%;}
.bloc_txt_img.reverse .container .item:last-child		{ grid-area: 1 / 1;}
.bloc_txt_img.reverse .container .item:first-child      { grid-area: 1 / 2;}
.bloc_txt_img.reverse .container .txt					{ text-align: right;}

@media (max-width:1400px) { 
.bloc_txt_img .container .img.col_2  					{ grid-gap: 40px; padding-top: 80px;}
.bloc_txt_img .container .img.col_2 img:first-child		{ transform: translateY(-80px);}
}
@media (max-width:1200px) { 
.bloc_txt_img .container	                        	{ grid-gap: 0 60px;}
}
@media (max-width:1000px) { 
.bloc_txt_img .container 								{ grid-template-columns: 1fr; grid-gap: clamp(30px, 7vw, 40px);}
.bloc_txt_img .container .txt .wrap						{ max-width: none;}

.bloc_txt_img.reverse .container 						{ grid-template-columns: 1fr;}
.bloc_txt_img.reverse .container .item:last-child		{ grid-area: 2;}
.bloc_txt_img.reverse .container .item:first-child      { grid-area: 1;}
}
@media (max-width:700px) { 
.bloc_txt_img .container .link							{ margin-top: 15px;}
}



/***** cta bloc *****/
.cta_bloc	 								{ position: relative; padding: 0; margin: var(--marginTB); margin-top: 0;}
.cta_bloc:before 							{ position: absolute; left: 20px; right: 20px; bottom: 65%; top: 0; background: var(--bgColorLight); z-index: -1; border-radius: 0; transition: none; visibility: hidden; content: "";}
.cta_bloc .container						{ display: grid; grid-gap: clamp(10px, 5vw, 30px); text-align: center;}

@media (max-width:1600px) {
.grid_bloc:before 							{ left: 0; right: 0; border-radius: 0;}
}
@media (max-width:700px) {
.grid_bloc:before 							{ display: none;}
}

/* custom colums */
.cta_bloc.col_2 .container					{ grid-template-columns: repeat(2, 1fr);}
.cta_bloc.col_3 .container					{ grid-template-columns: repeat(3, 1fr);}
.cta_bloc.col_4 .container					{ grid-template-columns: repeat(4, 1fr);}

@media (max-width:1400px) {

}
@media (max-width:1000px) {
.cta_bloc.col_2 .container,
.cta_bloc.col_3 .container,
.cta_bloc.col_4 .container					{ grid-template-columns: repeat(2, 1fr);}
}
@media (max-width:700px) {
.cta_bloc.col_2 .container,
.cta_bloc.col_3 .container,
.cta_bloc.col_4 .container					{ grid-template-columns: repeat(1, 1fr);}
}


/***** bloc reviews *****/
.bloc_reviews 											{ position: relative; overflow: hidden; margin: var(--marginTB); color: var(--bgColorDark); letter-spacing: 0.4px;}
.bloc_reviews .list   									{ position: relative;}

.card_review 											{ background: #fff; position: relative; padding: 30px; min-height: 250px;}
.card_review p											{ font-size: clamp(13px, 2.1vw, 14px); line-height: 160%; font-weight: 500; margin: 0;}
.card_review p.author									{ font-size: clamp(16px, 2.4vw, 18px); line-height: 120%; font-weight: 600;}
.card_review .note   									{ width: 100px; display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 5px; margin: 12px 0;}
.card_review .note svg 									{ width: 100%; height: auto; display: block; fill: var(--mainColor1);}

/* if slider */
.slider_reviews .slick-list 							{ overflow: visible; margin-right: -20px;}
.slider_reviews .slick-slide 							{ margin-right: 20px;}
.slider_reviews_nav 									{ position: absolute; right: -12px; top: -70px;}
.slider_reviews_nav .slick-arrow						{ filter: invert(1); background-color: transparent; width: 40px;}

@media (max-width: 1200px){
.bloc_reviews .titre_hw   								{ margin-bottom: 20px;}
}
@media (max-width: 700px){
.bloc_reviews 											{ margin-top: 0;}
.bloc_reviews .titre_hw   								{ margin-bottom: 15px;}
.card_review 											{ padding: 20px;}
.card_review .note   									{ width: 90px; grid-gap: 5px; margin: 10px 0;}
.slider_reviews_nav 									{ top: -50px;}
}

.bloc_reviews ::-webkit-scrollbar 						{ background-color: #eee;}
.slider_reviews:not(.slick-slider) 						{ display: flex; gap: clamp(10px, 3vw, 30px); align-items: start; width: 100vw; max-width: calc(1200px + 5vw); margin: 0 0 0 -5vw; overflow-x: auto; padding: 0 5vw clamp(20px, 7vw, 60px) 5vw;}
.slider_reviews:not(.slick-slider):before 				{ width: 50vw; height: 8px; background: var(--bgColorDark); position: absolute; left: -50vw; bottom: 0; content: "";}
.slider_reviews:not(.slick-slider):after 				{ width: 50vw; height: 8px; background: var(--bgColorDark); position: absolute; right: -50vw; bottom: 0; content: "";}
.slider_reviews:not(.slick-slider) .card_review 		{ min-width: clamp(280px, 80vw, 380px); margin-right: 0;}


@media (max-width: 1200px){
.bloc_reviews ::-webkit-scrollbar 						{ height: 4px;}
.slider_reviews:not(.slick-slider):before 				{ height: 4px;}
.slider_reviews:not(.slick-slider):after 				{ height: 4px;}
}




/***** show hide *****/
.show_hide                        			{ position: relative; margin: 25px 0 clamp(50px, 6vw, 100px);}
.show_hide.no_marge                        	{ margin: 0;}
.show_hide .item                  			{ border: none; margin: 10px 0; overflow: hidden;}
.show_hide .titre                 			{ font-size: clamp(13px, 2.4vw, 15px); line-height: 150%; background-color: var(--bgColorLight); font-weight: 400; position: relative; cursor: pointer; letter-spacing: 0.6px; color: #fff; padding: 20px 80px 22px 30px; margin: 0; border-radius: 0;}
.show_hide .hide                  			{ margin: 0; padding: 30px 30px 20px 30px; display: none;}
.show_hide .hide p a						{  border-bottom: 1px solid #557B7B; padding-bottom: 1px;}
.show_hide .hide :last-child 	 			{ margin-bottom: 0;}

@media (min-width:1201px){
.show_hide .hide p a:hover     				{ color: var(--mainColor1); border-color: var(--mainColor1);}
}
@media (max-width:1200px){
.show_hide .titre                 			{ padding: 20px 70px 20px 25px;}
.show_hide .hide                  			{ padding: 25px 25px 15px 25px;}
}
@media (max-width:700px){
.show_hide                        			{ margin: 20px 0;}
.show_hide .titre                 			{ padding: 15px 65px 15px 20px;}
.show_hide .hide                  			{ padding: 20px 20px 10px 20px;}
}


/* custom titre plus */
.show_hide .titre_plus:after          		{ width: 20px; height: 2px; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); background: #fff; transition: none; content: "";}
.show_hide .titre_plus:before          		{ width: 2px; height: 20px; position: absolute; right: 34px; top: 50%; transform: translateY(-50%); background: #fff; transition: none; content: "";}
.show_hide .titre_plus.active:before   		{ display: none;}

@media (max-width:700px){
.show_hide .titre_plus:after          		{ right: 20px;}
.show_hide .titre_plus:before          		{ right: 29px;}
}



/***** card blog v2 *****/
.card_blog_v2 								{ position: relative;}
.card_blog_v2 a 							{ display: grid; grid-template-columns: 1fr 1fr; align-items: center; max-width: 900px; width: 80vw; margin: 0 auto; padding: 40px 0;}
.card_blog_v2 a:before						{ position: absolute; left: 45%; right: 0; top: 0; bottom: 0; background: var(--bgColorLight); border-radius: 40px; content: "";}
.card_blog_v2 .photo 						{ position: relative; overflow: hidden; border-radius: 30px; z-index: 5; transition: transform 300ms ease-in-out;}
.card_blog_v2 .photo img 					{ width: 100%; height: auto; display: block; object-fit: cover; aspect-ratio: 5/3;}
.card_blog_v2 .txt 							{ padding: 20px 40px;}
.card_blog_v2 .date 						{ position: relative; font-size: 12px; line-height: 20px;}
.card_blog_v2 .titre 						{ position: relative; font-weight: 500; font-size: clamp(16px, 2.4vw, 18px); line-height: 160%; margin-bottom: 10px;}
.card_blog_v2 .link_arrow 					{ position: absolute; right: 35px; bottom: 35px; background-position: -5px 50%;}

@media (min-width:1201px) {
.card_blog_v2 a:hover .photo 				{ transform: scale(0.9);}
}
@media (max-width:1200px){
.card_blog_v2 .txt 							{ padding: 20px 30px;}
}
@media (max-width:700px){
.card_blog_v2 a 							{ grid-template-columns: 1fr; width: 100%; padding: 0;}
.card_blog_v2 a:before						{ left: 0; right: 0; top: 40%; bottom: 0; border-radius: 20px;}
.card_blog_v2 .photo 						{ border-radius: 20px; max-width: 80%; margin: 0 auto;}
.card_blog_v2 .txt 							{ padding: 6vw 5vw 8vw 5vw;}
.card_blog_v2 .titre 						{ margin-bottom: 5px;}
.card_blog_v2 .link_arrow 					{ right: 15px; bottom: 15px;}
}




/***** bloc rs *****/
.bloc_rs									{ font-size: 0; line-height: 0; letter-spacing: 0;}
.bloc_rs a									{ width: 50px; height: 50px; display: inline-block; overflow: hidden; background: var(--mainColor1);}
.bloc_rs a:after							{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: "";}

.bloc_rs .facebook 							{ margin-right: 10px;}
.bloc_rs .facebook:after					{ background: url("../images/facebook.svg") 48% 50% no-repeat;}
.bloc_rs .scroll:after 						{ background: url("../images/scrolltop.svg") 50% 46% no-repeat;}

@media (max-width:1200px) {
.bloc_rs a									{ width: 50px; height: 50px;}
}



/***** footer *****/
.footer										{ position: relative; line-height: 170%; font-size: clamp(13px, 2.1vw, 14px);}
.footer	.wrapper							{ border-top: 1px solid var(--bgColorLight); padding-top: clamp(20px, 10vw, 100px);}
.footer .bloc_footer 						{ display: inline-block; vertical-align: top; position: relative;}
.footer .bloc_footer.heading_top 			{ display: block; margin-bottom: 5px;}
.footer .bloc_footer .sous_titre			{ text-transform: uppercase; font-weight: 800; letter-spacing: 1.6px; font-size: clamp(20px, 2.4vw, 30px); line-height: 100%;}
.footer .bloc_footer p						{ margin: clamp(10px, 2vw, 15px) 0 0 0;}
.footer .bloc_footer p a					{ color: #fff; display: inline-block;}
.footer .bloc_footer .icon 					{ padding-left: 30px; position: relative;}
.footer .bloc_footer .icon:after 			{ width: 16px; height: 100%; position: absolute; left: 0; top: 0; content: "";}
.footer .bloc_footer .tel a:after 			{ background: url(../images/tel_green.svg) 0 50% no-repeat;}
.footer .bloc_footer .email a:after 		{ background: url(../images/email_green.svg) 0 50% no-repeat;}
.footer .bloc_footer .opening 				{ margin-top: 10px;}
.footer ul.bloc_footer     					{ margin-left: clamp(20px, 8vw, 80px);}
.footer ul.bloc_footer li   				{ margin-top: 15px;}
.footer ul.bloc_footer li a 				{ color: #fff; display: inline-block; padding: 0 0 0 20px; background: url("../images/arrow_list.svg") 0 50% no-repeat;}
.footer .bloc_rs 							{ position: absolute; right: 0; top: clamp(20px, 10vw, 100px);}
.footer_bottom   							{ padding: 20px 0; line-height: 0; margin: clamp(20px, 8vw, 80px) 0 0 0;}
.footer_bottom li 							{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 30px; letter-spacing: 0.8px; position: relative;}
.footer_bottom li:after						{ width: 1px; height: 10px; content: ""; position: absolute; right: -18px; top: 4px; background: var(--bgColorLight);}
.footer_bottom li:last-child:after 			{ display: none;}
.footer_bottom li a							{ color: #fff;}

.toponweb									{ display: block; z-index: 85; position: absolute; right: 0; bottom: 20px; transition: bottom 300ms ease-in-out;}
.toponweb img								{ width: 80px; height: auto; display: block; margin: 0 auto; filter: invert(0); transition: all 300ms ease-in-out;}

@media (min-width:1201px) {
.footer .bloc_footer p a:hover, 
.footer .bloc_footer li a:hover, 	 
.footer_bottom li a:hover 	 				{ color: var(--mainColor1);}
.toponweb:hover span						{ background-position: 0 0;}
}
@media (max-width:1200px) {
.footer ul.bloc_footer     					{ display: none;}
}
@media (max-width:700px) {
.footer 					                { padding-bottom: 90px;}
.footer .bloc_footer 						{ text-align: center; margin-top: 4vw;}
.footer .bloc_footer.heading_top 			{ margin: 0;}
.footer .bloc_footer 						{ display: block;}
.footer .bloc_footer .icon 					{ padding-left: 0;}
.footer .bloc_footer .icon:after 			{ display: none;}
.footer .bloc_footer .address 				{ margin-bottom: 6vw;}
.footer .bloc_footer .tel a, 
.footer .bloc_footer .email a 				{ background: #fff; color: var(--mainColor2); display: block; height: 56px; line-height: 54px; font-weight: 700;}
.footer .bloc_rs 							{ position: relative; text-align: center; top: inherit; margin: 30px auto 10px;}
.footer .scroll 							{ margin-top: -8px;}
.footer_bottom 	 							{ text-align: center; margin: 0; padding: 8vw 0;}
.footer_bottom li 							{ display: block; margin: 0; font-size: 12px; line-height: 28px;}
.footer_bottom li:after						{ display: none;}
.toponweb									{ position: static;}
.toponweb span								{ height: auto; padding: 15px; background: #ffffff15;}
.toponweb img								{ width: 70px; filter: invert(0);}
}






