/* latin-ext */
@font-face {
  font-family: 'Delicious Handrawn';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/delicioushandrawn/v8/wlpsgx_NAUNkpmKQifcxkQchDFo3fJ1F1ZBCR6s.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: 'Delicious Handrawn';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/delicioushandrawn/v8/wlpsgx_NAUNkpmKQifcxkQchDFo3fJ1F25BC.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: 'Nata Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/natasans/v1/1q2EY5KBClBit88SU_t-wc4avEU.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: 'Nata Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/natasans/v1/1q2EY5KBClBit88SU_t-z84a.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: #CBE2C2;
	--mainColor2: #408155;
	--mainColor3: #ed7f2e;
	--mainColor2Hover: #276C3D;	
	--bgColorLight: #F0EFE4;
	--bgColorDark: #000;
	
	--marginTB: clamp(20px, 10vw, 120px) auto;
	--gapSection: clamp(20px, 10vw, 120px);
	
	--maxWidthWrapper: 1200px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperLarge: 1600px;

	--imgRadius: clamp(20px, 5vw, 50px);
	--linkRadius: clamp(5px, 3vw, 8px);
}
@media (max-width:1400px) {
	:root {

	}
}
@media (max-width:1200px) {
	:root {
		--imgRadius: 15px;
	}
}
@media (max-width:700px) {
	:root {
		--imgRadius: 10px;
	}
}


/***** 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 16px/30px "Nata Sans"; letter-spacing: 0.4px; color: var(--mainColor2); background: var(--bgColorLight); position: relative; /*background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='paperEffect'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.1' numOctaves='5' result='noise' /%3E%3CfeDiffuseLighting in='noise' lightingColor='%23fff' surfaceScale='2' result='texture'%3E%3CfeDistantLight azimuth='45' elevation='60' /%3E%3C/feDiffuseLighting%3E%3CfeTurbulence type='turbulence' baseFrequency='0.05' numOctaves='3' seed='5' result='tornNoise' /%3E%3CfeDisplacementMap in='SourceGraphic' in2='tornNoise' scale='5' xChannelSelector='R' yChannelSelector='G' result='tornEdges' /%3E%3CfeBlend in='texture' in2='tornEdges' mode='multiply' result='combined' /%3E%3C/filter%3E%3C/defs%3E%3Crect width='100%25' height='100%25' opacity='0.1' fill='%23fff' filter='url(%23paperEffect)' /%3E%3C/svg%3E");*/}
body.active_overflow				{ height: 100vh; overflow: hidden;}
main 								{ position: relative; z-index: 10;}
p 									{ margin-bottom: 15px;}
ul									{ margin-bottom: 15px; list-style-type: none;}
a									{ text-decoration: none; color: var(--mainColor2); position: relative;}
img									{ border: none;}
strong, b							{ font-weight: 700; font-size: 16px;}

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

@media (max-width:700px) {
body								{ font-size: 14px; line-height: 26px;}
strong, b							{ font-size: 14px;}
}



/***** 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;}

.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);}

.deco                               { position: absolute; }
@media (max-width:700px) {
.deco                               { display: none; }
}


.titre_main	 						{ font: 800 40px/48px "Nata Sans"; letter-spacing: 0.9px; position: relative; margin-bottom: 15px; color: var(--mainColor2);}
.titre_main.bigger	 				{ font-size: 50px; line-height: 58px;}
.titre_cap	 						{ font: 700 15px/20px "Nata Sans"; text-transform: uppercase; letter-spacing: 1px; position: relative; margin-bottom: 15px;}
.titre_cap span	 					{ font-size: 80px; line-height: 80px; display: block; margin-top: 10px;}
.titre_cap i	 					{ font-style: normal;}
.title_wrap 						{ position: relative;}
.txt_float 							{ font: 400 30px/36px "Delicious Handrawn"; letter-spacing: 0.2px; color: var(--mainColor3); position: absolute;}
.sous_titre 						{ font: 600 28px/38px "Nata Sans"; letter-spacing: 0.6px; position: relative; margin-bottom: 15px;}
.sous_titre.script					{ font: 400 35px/40px "Delicious Handrawn"; margin-bottom: 15px; letter-spacing: 0.2px; }
.sous_titre span					{ font: 400 35px/38px "Delicious Handrawn"; color: var(--mainColor3);}

.titre_line 						{ position: relative; padding-left: 25px;}
.titre_line:before					{ width: 5px; position: absolute; left: 0; top: 5px; bottom: 5px; background: var(--mainColor1); content: "";}

.chapo		 						{ font: 500 16px/30px "Nata Sans"; position: relative;margin-bottom: 15px;}
.chapo span	 						{ display: block; margin-top: 15px;}

@media (max-width:1400px) {
.titre_cap span	 					{ font-size: 70px; line-height: 70px;}
.titre_main	 						{ font-size: 35px; line-height: 45px;}
.titre_main.bigger	 				{ font-size: 45px; line-height: 55px;}
}
@media (max-width:1200px) {
.titre_cap	 						{ font-size: 13px;}
.titre_cap span	 					{ font-size: 60px; line-height: 60px; margin-top: 5px;}
.titre_main	 						{ font-size: 32px; line-height: 42px;}
.titre_main.bigger	 				{ font-size: 30px; line-height: 40px;}
.sous_titre 						{ font-size: 25px; line-height: 35px;}
.sous_titre span					{ font-size: 35px;}
.txt_float                          { font-size: 25px; line-height: 35px;}
}
@media (max-width:1000px) {

.titre_cap span	 					{ font-size: 50px; line-height: 50px;}
.sous_titre 						{ font-size: 22px; line-height: 30px;}
}
@media (max-width:700px) {
.titre_cap	 						{ font-size: 12px; margin-bottom: 10px;}
.titre_cap span	 					{ font-size: 40px; line-height: 40px; margin-top: 2px;}
.titre_main	 						{ font-size: 30px; line-height: 40px; margin-bottom: 10px;}
.titre_main.bigger	 				{ font-size: 20px; line-height: 28px;}
.sous_titre 						{ font-size: 18px; line-height: 26px; margin-bottom: 10px;}
.sous_titre span					{ font-size: 28px;}
.chapo		 						{ font-size: 14px; line-height: 26px; margin-bottom: 10px;}
.chapo span	 						{ margin-top: 10px;}
.txt_float                          { font-size: 22px; line-height: 28px;}
}


.grid_bloc .container p a,
.ul_list li a,
.bloc_txt_img .txt p a,
.txt_simple p a                     { border-bottom: 1px solid var(--mainColor2); padding-bottom: 2px; }
@media (min-width:1201px) {
.grid_bloc .container p a:hover,
.ul_list li a:hover,    
.bloc_txt_img .txt p a:hover,
.txt_simple p a:hover               { color: var(--mainColor3); border-bottom: 1px solid var(--mainColor3) }
}



.txt_highlight						{ position: relative;}
.txt_highlight svg  				{ position: absolute;}

.ul_check li 						{ position: relative; padding-left: 30px; font-weight: 400; margin-bottom: 15px;}
.ul_check li:before					{ width: 19px; height: 14px; position: absolute; left: 0; top: 4px; background: url("../images/check.svg") 0 0 / contain no-repeat; filter: invert(1); content: "";}
.ul_check li:last-child				{ margin-bottom: 0;}

.ul_list li 						{ position: relative; padding-left: 25px; font-weight: 400; margin-bottom: 15px;}
.ul_list li:before					{ width: 8px; height: 8px; position: absolute; left: 0; top: 12px; background: url("../images/list.svg") 0 0 / contain no-repeat; content: "";}
.ul_list li:last-child				{ margin-bottom: 0;}

.center                             { text-align: center;}




/* link base */
.link 								{ font: 600 15px/58px "Nata Sans"; letter-spacing: 0.5px; height: 60px; display: inline-block; color: var(--mainColor2); padding: 0 30px; background: linear-gradient(to top, var(--mainColor1) 0% 50%, var(--mainColor2) 50% 100%); background-size: 100% 200%; background-position: 0 100%; cursor: pointer; border-radius: var(--linkRadius);}
.link.color_2 						{ background-image: linear-gradient(to top, var(--mainColor2) 0% 50%, var(--mainColor1) 50% 100%);}

@media (min-width:1201px) {
.link:hover 						{ background-position: 0 0; color: #fff;}
}
@media (max-width:700px) {
.link 								{ font-size: 14px; line-height: 48px; height: 50px; padding: 0 25px;}
}


/* link cta v1 : icon + arrow */
.link.cta_v1						{ height: auto; padding: 0 80px 0 30px; text-align: left; border-radius: var(--linkRadius);}
.link.cta_v1:after 					{ width: 20px; height: 100%; background: url("../images/arrow_link.svg") 100% 50% no-repeat; position: absolute; right: 30px; top: 0; content: "";}
.link.cta_v1>span 					{ height: 80px; display: grid; align-items: center; position: relative; padding: 10px 0 10px 60px; font-size: 18px; line-height: 20px;}
.link.cta_v1>span:after				{ width: 30px; height: 100%; background: url("../images/devis_v1.svg") 50% / contain no-repeat; position: absolute; left: 0; top: 0; content: "";}
.link.cta_v1 i 						{ font-style: normal; font-size: 12px; display: block; padding-bottom: 2px;}

@media (max-width:700px) {
.link.cta_v1						{ padding: 0 60px 0 20px;}
.link.cta_v1:after 					{ right: 20px;}
.link.cta_v1>span 					{ height: 60px; padding: 5px 0 5px 45px; font-size: 16px; line-height: 18px;}
.link.cta_v1>span:after				{ width: 24px;}
}



/* link arrow */
.link_arrow                      	{ width: 60px; height: 60px; border-radius: 50%; background: url("../images/arrow_link.svg") 50% no-repeat var(--mainColor1); display: block; font-size: 0;}


.link_dwnld 						{ padding-right: 65px;}
.link_dwnld:before					{ width: 18px; height: 100%; position: absolute; right: 30px; top: 0; background: url("../images/dwnld.svg") 50% no-repeat; content: "";}


.txt_simple .grid_links                     { display: grid; grid-template-columns: 1fr 1fr 1fr; width: 100%; gap: 20px; }
@media (max-width:1000px) {
.txt_simple .grid_links                     { grid-template-columns: 1fr; gap: 10px; margin-top: 15px; }
.txt_simple .grid_links .link               { margin-top: 0; }
}



.header 									{ width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: fixed; left: 0; top: 0; padding: 25px 0; z-index: 100; text-align: right; transition: all 300ms ease-in-out;}
.header .logo								{ width: 250px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); transform-origin: left center; z-index: 850;}
.header .logo img							{ width: 100%; height: auto; display: block;}
.header .header_nav 						{ display: inline-block; vertical-align: middle; position: relative;}
.header .menu 								{ margin: 0;}
.header .menu>li							{ position: relative; display: inline-block; vertical-align: top; margin-right: 35px;}
.header .menu>li a							{ font-size: 15px; line-height: 78px; font-weight: 600; height: 80px; display: block; letter-spacing: 0.6px;}
.header .menu>li.active>a					{ color: var(--mainColor3);}
.header .sub								{ width: 300px; margin: 0 0 0 -150px; text-align: center; position: absolute; top: 70px; left: 50%; display: block; visibility: hidden; opacity: 0; padding: 20px 0; background: var(--mainColor2); border-radius: 8px;}
.header .sub li								{ width: 100%; margin: 0;}
.header .sub li a							{ width: 100%; font-size: 14px; letter-spacing: 0.8px; line-height: 38px; font-weight: 500; height: 40px; color: #fff;}
.header .sub li.active a					{ color: var(--mainColor3);}
.header .link 								{ vertical-align: middle; margin-left: 10px; z-index: 850;}
.header .tel 								{ text-align: left; padding: 0 30px 0 64px; font-size: 16px; line-height: 58px;}
.header .tel:after 							{ width: 18px; height: 100%; position: absolute; left: 28px; top: 0; background: url("../images/tel.svg") 50% / contain no-repeat; content: "";}
.header.sticky								{ background: #fff;}

@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: var(--mainColor2); content: "";}
.header .menu>li:hover .sub					{ opacity: 1; visibility: visible; z-index: 999;}
.header .menu>li:hover>a 					{ color: var(--mainColor3);}		
.header .sub li a:hover 					{ color: var(--mainColor3);}
.header .tel:hover:after					{ background-image: url("../images/tel_white.svg");}

.header.sticky								{ padding: 10px 0; background: #fff;}
.header.sticky  .logo						{ transform: translateY(-50%) scale(0.7);}
}
@media (max-width:1400px) {
.header .menu>li							{ margin-right: 25px;}
.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%}
}
@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 -10px 0 30px;}
.header .menu_mobile div					{ width: 40px; height: 2px; background: var(--mainColor2); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.header .menu_mobile div:before				{ width: 100%; height: 2px; background: var(--mainColor2); position: absolute; left: 0; top: 8px; content: "";}
.header .menu_mobile div:after				{ width: 100%; height: 2px; background: var(--mainColor2); 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: 200px;}
.header .header_nav 						{ width: 100%; position: fixed; right: -100%; top: 0; bottom: 0; overflow-y: scroll; display: grid; z-index: 800; background: var(--mainColor1); border-top: 100px solid #fff; transition: all 300ms ease-in-out 450ms;}
.header .menu  								{ display: block; width: 100%; text-align: left; padding: 5vw; 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: 22px; line-height: 30px; height: auto; padding: 15px 0; color: var(--mainColor2); 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_sub.svg") 50% 52% no-repeat var(--mainColor2); 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: 5px; background: #fff; visibility: visible; opacity: 1; display: none; z-index: 150;}
.header .sub li  							{ width: 100%;}
.header .sub li a							{ width: 100%; font-size: 18px; line-height: 24px; height: auto; padding: 10px 0; text-align: left; display: block; color: var(--mainColor2);}

.header.active .header_nav 					{ right: 0; transition-delay: 150ms;}
.header.active .menu						{ opacity: 1; transform: translateY(0); transition-delay: 450ms;}
}
@media (max-width:700px) {
.header .menu_mobile						{ margin-left: 15px;}
.header 									{ padding: 5px 0;}
.header .logo								{ width: 150px;}
.header .header_nav							{ border-top-width: 70px;}
.header .menu>li>a							{ font-size: 16px; line-height: 22px; padding: 12px 0;}
.header .menu>li>i							{ height: 46px; margin-top: -46px;}
.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 .menu>li:last-child                 { position: relative; }
.header .menu>li:last-child:after           { content: ""; width: 2px; height: 10px; background-color: var(--mainColor2); display: block; position: absolute; top: calc(50% - 5px); left: -15px;}
.header .lang                               { display: flex; color: ;}    
.header .lang a                             { height: 40px; width: 40px; text-align: center;}    
.header .lang a.active                      { color: var(--mainColor3); cursor: default;}    
.header .lang a.active:after                { content: ""; width: 18px; height: 1px; background-color: var(--mainColor3); display: block; position: absolute; bottom: calc(50% - 12px); left: 50%; transform: translate(-50%, 0%);}    

@media (min-width:1201px) {
.header .lang a:not(.active):hover          { color: var(--mainColor1);}    
}
@media (max-width:1200px) {
.header .menu li:last-child:after           { display: none;}
.header .lang                               { gap: 10px;}    
.header .lang a                             { height: 50px; width: 50px; }    
.header .lang a.active                      { border-color: var(--mainColor1); }    
}
@media (max-width:700px) {

}






/***** text : simple *****/
.txt_simple 											{ position: relative; text-align: center; margin: var(--marginTB);}
.txt_simple.align_left									{ text-align: left;}
.txt_simple svg											{ width: 60px; height: auto; display: block; margin: 0 auto 15px auto;}
.txt_simple p               							{ margin-bottom: 15px;}
.txt_simple .link										{ margin-top: 10px;}
.txt_simple .multi_links								{ display: grid; grid-template-columns: 1fr 1fr; max-width: 300px; grid-gap: 10px; margin: 25px 0 0 0;}
.txt_simple .multi_links .link							{ margin: 0; text-align: center; padding: 0;}

/* custom highlight */
.txt_simple .txt_highlight    							{ padding-bottom: 15px;}
.txt_simple .txt_highlight svg  						{ bottom: 0; left: 0; right: 0; margin: 0 auto;}
.txt_simple .txt_highlight svg path						{ fill: var(--mainColor1);}




.grid_bloc	 								{ position: relative;}
.grid_bloc .container						{ display: grid; grid-gap: clamp(15px, 4vw, 40px); text-align: center;}

@media (max-width:1200px) {
.grid_bloc:before							{ left: 0; right: 0; top: 0; bottom: 0; border-radius: 0;}
}


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

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


/***** card item : img + txt */
.card_item_v1								{ border-radius: var(--imgRadius); background: #fff; overflow: hidden; position: relative;}
.card_item_v1 .wrap							{ padding: 40px 50px;}
.card_item_v1 .icon						    { display: block; width: 100%; max-width: 120px; height: 90px; object-fit: contain; margin: 0 auto; }
.card_item_v1 .sous_titre 					{ margin: 10px 0 10px 0;}
.card_item_v1 p								{ margin-bottom: 20px;}
.card_item_v1 .link.fullw 					{ width: 100%; padding: 0; text-align: center;}

@media (max-width:1200px) {
.card_item_v1								{ box-shadow: none;}
.card_item_v1 .wrap							{ padding: 30px;}
.card_item_v1 .sous_titre 					{ font-size: 26px;}
}
@media (max-width:700px) {
.card_item_v1 .wrap							{ padding: 20px;}
.card_item_v1 .sous_titre 					{ font-size: 22px; line-height: 32px;}
}

/***** bloc txt img *****/
.bloc_txt_img 											{ position: relative; margin: var(--marginTB);}
.bloc_txt_img .container	                        	{ display: grid; grid-template-columns: 50% 1fr; grid-gap: 0 80px; align-items: center; position: relative;}
.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; 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);}
.bloc_txt_img .container p               				{ margin-bottom: 15px;}
.bloc_txt_img .container .link							{ margin-top: 10px;}
.bloc_txt_img .container .multi_links					{ display: grid; grid-template-columns: 140px 140px; grid-gap: 10px; margin-top: 25px;}
.bloc_txt_img .container .multi_links .link				{ margin: 0; text-align: center; padding: 0;}

.bloc_txt_img.reverse:before							{ left: 60%; right: 20px; top: 25%; bottom: -10%; background: var(--bgColorLight); border-radius: 20px visibility: visible; 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;}
.bloc_txt_img.align_top .container                		{ align-items: start;}

@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: 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	                        	{ grid-gap: 30px;}
.bloc_txt_img .container p               				{ margin-bottom: 10px;}
.bloc_txt_img .container .multi_links					{ grid-template-columns: 1fr 1fr; grid-gap: 10px; margin-top: 20px;}
}




/***** show hide *****/
.show_hide                        			{ position: relative; margin: 25px 0;}
.show_hide.no_marge                        	{ margin: 0;}
.show_hide .item                  			{ background-color: var(--mainColor1); margin: 10px 0; border-radius: clamp(8px, 1.5vw, 15px);}
.show_hide .titre                 			{ font-size: 16px; line-height: 24px; font-weight: 500; position: relative; cursor: pointer; letter-spacing: 0.6px; color: var(--mainColor2); padding: 23px 80px 23px 30px; margin: 0;}
.show_hide .hide                  			{ margin: 0; padding: 30px; border-radius: 0 0 clamp(8px, 1.5vw, 15px) clamp(8px, 1.5vw, 15px); background: #fff; display: none;}
.show_hide .hide p a						{ color: var(--mainColor2); border-bottom: 1px solid var(--mainColor2); padding-bottom: 1px;}
.show_hide .hide :last-child 	 			{ margin-bottom: 0;}

@media (min-width:1201px){
.show_hide .hide p a:hover     				{ color: var(--mainColor2);}
}
@media (max-width:1200px){
.show_hide .titre                 			{ padding: 20px 70px 20px 25px;}
.show_hide .hide                  			{ padding: 0 25px 30px 25px;}
}
@media (max-width:700px){
.show_hide                        			{ margin: 20px 0;}
.show_hide .titre                 			{ padding: 15px 65px 15px 20px; font-size: 14px; line-height: 22px;}
.show_hide .hide                  			{ padding: 0 20px 20px 20px;}
}

/* custom collapse */
.show_hide.collapse                  		{ border: 1px solid #ddd; border-radius: 10px;}
.show_hide.collapse .item                  	{ border: 0; margin: 0; border-radius: 0; border-bottom: 1px solid #ddd;}
.show_hide.collapse .item:last-child       	{ border: 0;}

/* custom titre arrow */
.show_hide .titre_arrow:after          		{ width: 18px; height: 100%; position: absolute; right: 25px; top: 0;background: url("../images/arrow_down.svg") 50% / contain no-repeat; transition: none; content: ""; }
.show_hide .titre_arrow.active:after   		{ transform: rotate(180deg);}

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

/* custom titre plus */
.show_hide .titre_plus:after          		{ width: 20px; height: 2px; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); background: var(--mainColor2); transition: none; content: "";}
.show_hide .titre_plus:before          		{ width: 2px; height: 20px; position: absolute; right: 34px; top: 50%; transform: translateY(-50%); background: var(--mainColor2); 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;}
}



/***** cta bloc v1 *****/
.cta_bloc.v1                           	{ background: var(--mainColor1); position: relative; text-align: center; font-size: 24px; line-height: 30px; font-weight: 700; padding: 40px; border-radius: 10px; margin: 25px 0;}
.cta_bloc.v1:after                    	{ width: 80px; height: 80px; border-radius: 50%; background: url(../images/gsm_v1.svg) no-repeat center #000; filter: invert(1); position: absolute; top: 50%; transform: translateY(-50%); left: 20px; content: "";}
.cta_bloc.v1>div                        { display: inline-block;}
.cta_bloc.v1 a                         	{ color: #000;}
.cta_bloc.v1 b                    		{ font-weight: 700; font-size: 24px; text-transform: uppercase;}

@media (min-width:1201px) {

}

@media (max-width:1000px) {

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

}



/***** cta bloc v2 *****/
.cta_bloc.v2 								{ position: relative; display: grid; grid-template-columns: 350px 1fr; background: var(--mainColor1); border-radius: 10px; overflow: hidden; text-align: center; margin: 25px 0;}
.cta_bloc.v2 .titre							{ color: #fff; background: var(--mainColor2); font-size: 24px; line-height: 30px; font-weight: 600; letter-spacing: 0.8px; padding: 10px 40px 12px 40px; display: grid; align-items: center;}
.cta_bloc.v2 .row .tel   					{ display: inline-block; vertical-align: middle;}
.cta_bloc.v2 .row .tel a 					{ display: inline-block; background: url("../images/gsm_v1.svg") 0 50% no-repeat; padding: 35px 0 35px 50px; color: #fff; text-align: left; font-size: 14px; line-height: 20px;}
.cta_bloc.v2 .row .tel a span				{ display: block; font-size: 24px; line-height: 30px;}
.cta_bloc.v2 .row .form   					{ display: inline-block; vertical-align: middle; margin-left: 80px;}
.cta_bloc.v2 .row .form .link				{ background: #fff; color: #000;}

@media (min-width: 1201px){
.cta_bloc.v2 .form .link:hover				{ color: var(--mainColor1);}
}
@media (max-width: 1200px){
.cta_bloc.v2 								{ grid-template-columns: 280px 1fr;}
.cta_bloc.v2 .titre							{ font-size: 20px;}
.cta_bloc.v2 .row .form   					{ display: inline-block; vertical-align: middle; margin-left: 60px;}
.cta_bloc.v2 .row .tel a 					{ padding: 30px 0 30px 50px;}
.cta_bloc.v2 .row .tel a span				{ font-size: 20px;}
}
@media (max-width: 1000px){
.cta_bloc.v2 								{ grid-template-columns: 1fr; }
.cta_bloc.v2 .titre							{ font-size: 20px; line-height: 30px; padding: 25px;}
.cta_bloc.v2 .row .tel a 					{ padding: 25px 0 25px 50px;}
.cta_bloc.v2 .row .form   					{ margin-left: 50px;}
}
@media (max-width: 700px){
.cta_bloc.v2 .titre							{ font-size: 16px; padding: 3.5vw 5vw;}
.cta_bloc.v2 .row       					{ display: grid; grid-template-columns: 1fr; grid-gap: 3.5vw; padding: 5vw;}
.cta_bloc.v2 .row .tel a 					{ background-size: 24px auto; padding: 0 0 0 40px; font-size: 12px; line-height: 16px;}
.cta_bloc.v2 .row .tel a span				{ font-size: 18px;}
.cta_bloc.v2 .row .form   					{ margin-left: 0; }
.cta_bloc.v2 .row .form .link				{ display: block; width: 100%;}
}




/***** before after img *****/
.before_after_img                               		{ display: grid; place-content: center; position: relative; overflow: hidden; --position: 50%}
.before_after_img img                         			{ width: 100%; height: 100%; object-fit: cover; object-position: left; border-radius: var(--imgRadius);}
.before_after_img img.image_before                      { position: absolute; inset: 0; width: var(--position); filter: grayscale(100);}
.before_after_img .range                                { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: grab;}
.before_after_img .range:active                         { cursor: grabbing;}
.before_after_img .range_line                          	{ position: absolute; inset: 0; width: 4px; height: 100%; background-color: #fff; left: var(--position); transform: translateX(-50%); pointer-events: none;}
.before_after_img .range_button 						{ position: absolute; background: #fff; display: grid; top: 50%; left: var(--position); transform: translate(-50%,-50%); pointer-events: none; width: 80px; grid-template-columns: 1fr 1fr; align-items: center;}
.before_after_img .range_button span                    { background: url("../images/arrow_slider.svg") 55% 50% no-repeat; display: block; height: 50px; filter: invert(1);}
.before_after_img .range_button span:first-child 		{ transform: rotate(180deg);}

@media (max-width:700px) { 
.before_after_img .range_line                          	{ width: 2px;}
.before_after_img .range_button 						{ width: 60px;}
.before_after_img .range_button span                    { height: 40px;}
}


/***** bloc rs *****/
.bloc_rs									{ font-size: 0; line-height: 0; letter-spacing: 0;}
.bloc_rs a									{ width: 54px; height: 54px; display: block; overflow: hidden; border-radius: 50%; background: #fff;}
.bloc_rs a:after							{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: "";}
.bloc_rs .facebook:after					{ background: url("../images/facebook.svg") 50% no-repeat;}
.bloc_rs .instagram:after					{ background: url("../images/instagram.svg") 50% no-repeat;}
.bloc_rs .youtube:after						{ background: url("../images/youtube.svg") 50% no-repeat;}
.bloc_rs .linkedin:after					{ background: url("../images/linkedin.svg") 50% 48% no-repeat;}
.bloc_rs .scroll:after 						{ background: url("../images/scrolltop.svg") 50% 46% no-repeat;}




/***** moving galerie *****/
.moving_galerie 							{ width: auto; left: 50%; transform: translateX(-50%); position: relative; text-align: center; margin: 80px 0 80px 0;}
.moving_galerie .row 						{ width: auto; display: flex;}
.moving_galerie .row .item 					{ width: auto; display: flex; animation: scroll_gallery 80s linear infinite;}
.moving_galerie .row .item div 				{ padding: 0 10px;}
.moving_galerie .row .item img 				{ border-radius: var(--imgRadius); width: auto; height: 400px; display: block; margin: 0 auto; transition: all 300ms ease-in-out;}

@keyframes scroll_gallery {
0%											{ transform: translate(0, 0);}
100% 										{ transform: translate(-100%, 0); }
}
@media (max-width:1200px) {
.moving_galerie .row .item img 				{ height: 380px;}
}
@media (max-width:1000px) {
.moving_galerie 							{ margin: 60px 0;}
.moving_galerie .row .item img 				{ height: 350px;}
}
@media (max-width:600px) {
.moving_galerie 							{ margin: 40px 0;}
.moving_galerie .row .item div 				{ padding: 0 5px;}
.moving_galerie .row .item img 				{ height: 60vw;}
.moving_galerie .row .item 					{ animation-duration: 50s;}
}






/***** footer *****/
.footer										{ position: relative; color: var(--mainColor2); padding-top: clamp(20px, 10vw, 120px); background-color: var(--mainColor1)}
/*
.footer:before								{ content: ""; background: url("../images/lagourmandine_fruit_float_01.webp") 50% / contain no-repeat; width: 200px; height: 170px; display: block; position: absolute; top: -100px; left: 10%; transform: rotate(-25deg);}
*/
.footer .bloc_footer 						{ display: inline-block; vertical-align: top; position: relative; font-size: 15px; line-height: 26px; margin-right: 40px;}
.footer .bloc_footer.heading_top 			{ display: block; margin-bottom: clamp(20px, 7vw, 40px);}
.footer .bloc_footer .logo 					{ width: 190px; height: auto; display: block; padding-right: 40px;}
.footer .bloc_footer .titre_footer			{ font-size: 18px; font-weight: 600; letter-spacing: 0.6px; margin: 0; padding-bottom: 5px;}
.footer .bloc_footer p						{ margin: 15px 0 0 0;}
.footer .bloc_footer p a					{ color: var(--mainColor2); display: inline-block; border-bottom: 1px solid transparent;}
.footer .bloc_footer .icon 					{ padding-left: 40px; position: relative;}
.footer .bloc_footer .icon:after 			{ width: 20px; height: 100%; position: absolute; left: 0; top: 0; background-size: contain; content: ""; }
.footer .bloc_footer .address:after 		{ background: url(../images/map.svg) 0 50% / contain no-repeat; background-size: 18px;}
.footer .bloc_footer .tel:after 			{ background: url(../images/tel.svg) 0 50% / contain no-repeat; width: 24px;}
.footer .bloc_footer .gsm:after 			{ background: url(../images/gsm.svg) 2px 60% / contain no-repeat;}
.footer .bloc_footer .email:after 		    { background: url(../images/email.svg) 0 50% / contain no-repeat; width: 20px;}

.footer ul.bloc_footer     					{ margin: 0 0 0 100px;}
.footer ul.bloc_footer li   				{ margin-top: 15px;}
.footer ul.bloc_footer li a 				{ color: var(--mainColor2); display: inline-block; padding: 0 0 0 20px;}
.footer ul.bloc_footer li a:after			{ width: 6px; height: 100%; background: url("../images/arrow_next.svg") 0 50% no-repeat; background-size: 6px; position: absolute; left: 0; top: 0; content: "";}

.footer .bloc_rs							{ position: absolute; right: 0; top: -10px;}
.footer .bloc_rs a							{ display: inline-block; vertical-align: top; margin-right: 10px;}
.footer .bloc_rs a:after					{ filter: invert(0);}
.footer .bloc_rs .scroll 					{ margin: 0;}

.footer_bottom   							{ padding: 20px 0; line-height: 0; margin: clamp(20px, 7vw, 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: -15px; top: 4px; background: var(--mainColor2);}
.footer_bottom li:last-child:after 			{ display: none;}
.footer_bottom li a							{ color: var(--mainColor2);}

.toponweb									{ display: block; z-index: 85; position: absolute; right: 0; bottom: 0; opacity: 1; transition: opacity 300ms ease-in-out;}
.toponweb span								{ width: auto; height: 60px; display: block; padding: 20px; }
.toponweb img								{ width: 76px; height: auto; display: block; margin: 0 auto; 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: #fff;}
.footer .bloc_footer p a:hover				{ border-bottom: 1px solid var(--mainColor2); color: var(--mainColor2);}
.toponweb:hover     						{ opacity: 0.5}
}
@media (max-width:1200px) {
.footer .bloc_footer.heading_float 			{ margin-right: 80px;}
.footer ul.bloc_footer     					{ display: none;}
}
@media (max-width:700px) {
.footer .bloc_footer 						{ width: 100%; padding: 0; font-size: 14px; line-height: 24px;}
.footer .bloc_footer.heading_float 			{ margin-right: 0; margin-bottom: clamp(20px, 7vw, 40px);}
.footer .bloc_footer .logo 					{ width: 120px; padding-bottom: 5px;}
.footer .bloc_footer :first-child			{ margin-top: 0;}
.footer	.bloc_rs							{ position: static; margin-top: 7vw;}
.footer	.bloc_rs a							{ width: 50px; height: 50px; margin: 0 10px 0 0;}
.footer	.bloc_rs .scroll					{ position: absolute; right: 0; top: -10px;}
.footer_bottom 	 							{ text-align: left; padding: 0 0 20px 0;}
.footer_bottom li 							{ display: block; margin: 0; font-size: 11px; line-height: 28px;}
.footer_bottom li:after						{ display: none;}
}


/* variant : footer floating */
.footer.floating 							{ margin-bottom: 30px; color: #000;}
.footer.floating:before						{ left: 3vw; right: 3vw; top: 0; bottom: 0; border-radius: 40px; background: var(--bgColorLight); content: "";}
.footer.floating .footer_bottom   			{ padding: 20px 0 30px 0;}
.footer.floating .toponweb span 			{ padding: 10px 0 0 0; background: none;}

@media (max-width:1400px) {
.footer.floating 							{ margin-bottom: 0;}
.footer.floating:before						{ left: 0; right: 0; border-radius: 40px 40px 0 0;}
}
@media (max-width:700px) {
.footer.floating:before						{ border-radius: 0;}
.footer.floating .footer_bottom   			{ padding: 0 0 20px 0;}
.footer.floating .toponweb span 			{ padding: 14px 0 0 0; background: none;}
}


/* switch color */
.footer.floating .bloc_footer .logo 		{ filter: invert(0);}
.footer.floating .bloc_footer p a,			 
.footer.floating  ul.bloc_footer li a, 
.footer.floating .footer_bottom li a 		{ color: #000;}
.footer.floating .footer_bottom li:after 	{ background: #000;}

.footer.floating .bloc_footer .icon:after 	{ filter: invert(1);}
.footer.floating ul.bloc_footer li a:after 	{ filter: invert(0);}


/* Fruits flottants */

.footer .deco.deco_1                  { z-index: 20; top: -15%; left: 20%;}
.footer .deco.deco_2                  { z-index: -20; top: -15%; left: 20%;}

.footer .parallax                     { position: relative; width: 300px; height: 200px; }
.footer .parallax .float_1            { position: absolute; top: 15%; right: 50%; }
.footer .parallax .float_2            { position: absolute; top: 25%; right: 75%; filter: blur(1.3px); }
.footer .parallax .float_3            { position: absolute; top: 0%; right: 90%; filter: blur(2px);}


@media (max-width:1200px) {
.footer .parallax .float_1            { max-width: 60px;}
}



