/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcvsYwYL8g.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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCo3FwrK3iLTcviYwY.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: 'Carattere';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/carattere/v8/4iCv6Kp1b9dXlgt_CkvjvmyNL4U.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: 'Carattere';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/carattere/v8/4iCv6Kp1b9dXlgt_CkvjsGyN.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: #4c6f71;
	--mainColor1Hover: #ec875d;
	--mainColor2: #ec875d;
	--mainColor2Hover: #4c6f71;	
    --mainColor3: #392b13;
	--bgColorLight: #faf3ed;
	--bgColorDark: #392b13;
	--beigeColor: #fff;

	--fontBody: "Inter";
	
	--marginTB: clamp(70px, 8vw, calc(110px + 2vw)) auto;
	--marginT: clamp(70px, 8vw, calc(110px + 2vw));
	--marginB: clamp(70px, 8vw, calc(110px + 2vw));
    
	--paddingTB: clamp(20px, 10vw, 120px) 0;
	--gapSection: clamp(20px, 10vw, 120px);
	
	--maxWidthWrapper: 1200px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperLarge: 1600px;

	--allImgBR: 40px;
	--linkRadius: 10px;
}

@media (max-width:1200px) {
  :root {
    --marginTB: clamp(20px, 10vw, 80px) auto;
  }
}

@media (max-width:1000px) {
	:root {
		--marginTB: clamp(45px, 12vw, 70px) auto;
		--marginT: clamp(45px, 12vw, 70px);
		--marginB: clamp(45px, 12vw, 70px);
	}
}

@media (max-width:700px) {
  :root {
    --marginTB: clamp(20px, 10vw, 40px) auto;
	--allImgBR: 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: 500 16px/30px "Inter"; letter-spacing: 0.4px; color: var(--mainColor3); background: var(--beigeColor); position: relative;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
main 								{ position: relative;}
p 									{ margin-bottom: 15px;}
ul									{ margin-bottom: 15px; list-style-type: none;}
a									{ text-decoration: none; color: var(--mainColor3); position: relative;}
img									{ border: none; }
strong, b							{ font-weight: 600; font-size: 16px;}

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

@media (max-width:1200px) {
body								{ font-size: 15px; line-height: 24px;}
strong, b							{ font-size: 15px;}
}

@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, .read_more, .read_less { 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;}

.margin_top_bottom 					{ margin: var(--marginTB);}
.margin_top 						{ margin-top: var(--marginT);}
.margin_bottom 						{ margin-bottom: var(--marginB);}

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

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

.titre_main	 						{ font: 400 70px/60px "Carattere"; letter-spacing: 0; position: relative; margin-bottom: 15px;}
.titre_hw 							{ font: 400 clamp(32px, 5.2vw, 42px)/100% "Carattere"; letter-spacing: 0;}
.sous_titre 						{ font: 500 25px/35px "Inter"; letter-spacing: 0; position: relative; margin-bottom: 15px; }
.sous_titre span					{ color:var(--mainColor1);}
.chapo		 						{ font: 500 16px/30px "Inter"; margin: 20px 0;}



@media (max-width:1200px) {
.titre_main	 						{ font-size: 50px; line-height: 52px;}
.sous_titre 						{ font-size: 22px; line-height: 30px;}
}


/***** hide  *****/

.hide                      { display: none;}
.read_more 			   	   { cursor: pointer; color: var(--mainColor2); border-bottom: 1px solid var(--mainColor2);}
.read_less                 { cursor: pointer; color: #ffffff; border-bottom: 1px solid #ffffff;}
.hide_readMore .anchor     { top: -120px; position: relative;}
.hide_readMore             { margin-top: 25px; position: relative; background: var(--mainColor2); color: #ffffff; padding: 50px;}
.hide_readMore a           { color: #ffffff;}
.hide_readMore :last-child { margin-bottom: 0;}

@media (min-width:1201px) {
.read_more:hover   { color: var(--mainColor1); border-color: var(--mainColor2Hover); }
.read_less:hover   { color: #ffffff; border-color: var(--mainColor1Hover); }
}

/***** Link a *****/
p a, .ul_list li a 		 { color: var(--mainColor2);  }
.footer p a  { border-bottom: none; }
@media (min-width:1201px) {
p a:hover, .ul_list li a:hover   { color: var(--mainColor1); }
}


@media (max-width:700px) {
/* .chapo 								{ display: none;}*/
}
/* link base */
.link 								{ font: 600 14px/60px "Inter"; letter-spacing: 0.6px; height: 60px; line-height: 60px; 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.color_2 						{ background-image: linear-gradient(to top, var(--mainColor2) 0% 50%, var(--mainColor2Hover) 50% 100%);}


/* link cta v1 : icon + arrow */
.link.cta_v1						{ height: auto; padding: 0 80px 0 30px; text-align: left; border-radius: 15px;}
.link.cta_v1>span 					{ height: 80px; display: grid; align-items: center; position: relative; padding: 8px 0 12px 70px; font-size: 18px; line-height: 20px;}
.link.cta_v1>span:after				{ width: 50px; height: 50px; background: 50% no-repeat #fff; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: "";}
.link.cta_v1 i 						{ font-style: normal; font-size: 12px; display: block; padding: 3px 0;}

.link.cta_v1.tel>span:after			{ background-image: url("../images/gsm_blue.svg");}
.link.cta_v1.email>span:after		{ background-image: url("../images/email_blue.svg");}
.link.cta_v1.res>span:after			{ background-image: url("../images/calendar_blue.svg");}



/***** cta bloc v1 *****/
.cta_bloc.v1                           	{ position: relative; text-align: center}
.cta_bloc.v1>div                        { display: inline-block;}
.cta_bloc.v1 a                         	{ color: var(--mainColor1); text-decoration: underline;}
.cta_bloc.v1 a.link                    	{ color: #fff; text-decoration: none;}
.cta_bloc.v1 a:hover					{ color: #fff; text-decoration: none;}

@media (max-width:1200px) {
.cta_bloc.v1 							{ font-size: 20px; line-height: 26px}
.cta_bloc.v1 b                    		{ font-size: 20px;}
}

@media (max-width:1000px) {
.cta_bloc.v1 							{ font-size: 18px; line-height: 24px; text-align: left; }

.cta_bloc.v1 b                    		{ font-size: 18px;}
}






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






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

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


.ul_list li 						{ position: relative; padding-left: 30px; line-height: 25px; margin-bottom: 12px;}
.ul_list li:before					{ width: 19px; height: 14px; position: absolute; left: 0; top: 4px; background: url("../images/list.svg") 0 0 / contain no-repeat; content: "";}
.ul_list li:last-child				{ margin-bottom: 0;}

@media (min-width:1201px) {
.link:hover 						{ background-position: 0 0; color: #fff;}
}
@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) {
/*.wrapper 							{ width: 88vw;}*/
.titre_main	 						{ font-size: 40px; line-height: 38px; margin-bottom: 0;}
.sous_titre 						{ font-size: 18px; line-height: 26px; margin: 10px 0;}
    
.titre_hw 							{ font: 400 clamp(32px, 5.2vw, 42px)/100% "Carattere"; letter-spacing: 0; margin-bottom: 0}
    
    
.chapo		 						{ font-size: 14px; line-height: 26px; margin-bottom: 10px;}
.link 								{ font-size: 14px; line-height: 48px; height: 50px; padding: 0 25px;}
}





/***** header *****/

.header 									{ width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: fixed; left: 0; top: 0; z-index: 100; text-align: right; padding: 30px 0; transition: all 300ms ease-in-out;}
.header .logo								{ width: 300px; position: absolute; left: 0; top: 0; z-index: 850; transform-origin: left center;}
.header .logo img							{ width: 100%; height: auto; display: block;}
.header .header_nav 						{ display: inline-block; position: relative; padding: 40px 160px 0 0; min-width: 50%; transition: all 300ms ease-in-out;}
.header .menu 								{ margin: 0;}
.header .menu>li							{ position: relative; display: inline-block; vertical-align: top; margin-right: 30px;}
.header .menu>li a							{ font-size: 16px; line-height: 40px; font-weight: 700; height: 40px; display: block; letter-spacing: 1.2px;}
.header .menu>li.active>a					{ color: var(--mainColor2);}

.header .sub								{ width: 300px; position: absolute; top: 100%; left: 0; display: block; visibility: hidden; opacity: 0; padding: 15px 0; background: var(--mainColor1); margin: 0; border-radius: var(--linkRadius)}
.header .sub li								{ width: 100%; margin: 0; text-align: left;}
.header .sub li a							{ width: 100%; font-size: 14px; line-height: 38px; font-weight: 600; letter-spacing: 0.6px; text-transform: none; height: 40px; color: #fff; padding: 0 30px;}
.header .sub li.active a					{ color: var(--mainColor2);}

.header .menu_small 						{ position: absolute; top: 0; right: 160px; margin: 0; transition: all 300ms ease-in-out;}
.header .menu_small>li						{ position: relative; display: inline-block; vertical-align: top; margin-right: 35px;}
.header .menu_small>li:after 				{ width: 1px; height: 9px; background: #ccc; position: absolute; left: -20px; top: 15px; content: "";}
.header .menu_small>li:first-child:after 	{ display: none;}
.header .menu_small>li a					{ font-size: 12px; line-height: 40px; height: 40px; display: block; letter-spacing: 0.6px;}
.header .menu_small>li.active>a				{ color: var(--mainColor2);}
.header .menu_small .sub					{ width: 280px; padding: 15px 0;}
.header .menu_small .sub li					{ width: 100%; margin: 0; text-align: left;}
.header .menu_small .sub li a				{ font-size: 12px; line-height: 36px; height: 36px; display: block; background: url("../images/list.svg") right+25px center no-repeat;}
.header .menu_small .sub li.active a		{ color: var(--mainColor2); }

.header .cta 								{ position: absolute; top: 0; right: 0; height: 80px; width: 140px; padding: 45px 0 0 0; text-align: center; line-height: 20px; z-index: 250;}
.header .cta:after 							{ width: 100%; height: 24px; background: url("../images/gsm.svg") 50% 0 / contain no-repeat; position: absolute; left: 0; top: 12px; content: "";}

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



.header.sticky  									{ background-color: #fff; box-shadow: 0 0 20px 0 rgba(57, 43, 19, 0.1);}
.header.sticky:not(.scrolling_top)					{ padding: 15px 0; background-color: #fff}
.header.sticky:not(.scrolling_top) .logo			{ transform: translateY(-20%) scale(0.7);}
.header.sticky:not(.scrolling_top) .header_nav		{ padding-top: 0;}
.header.sticky:not(.scrolling_top) .menu>li>a 		{ line-height: 50px; height: 50px;}
.header.sticky:not(.scrolling_top) .sub 			{ margin-top: 5px;}
.header.sticky:not(.scrolling_top) .menu_small  	{ top: -55px; opacity: 0;}
.header.sticky:not(.scrolling_top) .cta 			{ height: 50px; padding-top: 15px;}
.header.sticky:not(.scrolling_top) .cta:after 		{ top: 0; opacity: 0;}
}

@media (max-width:1400px) {
.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 -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; background-color: #fff}
.header ::-webkit-scrollbar					{ display: none;}
.header .logo								{ width: 240px;}

.header .header_nav 						{ width: 100%; position: fixed; right: -100%; top: 0; bottom: 0; overflow-y: scroll; z-index: 800; padding: 0; background: #314547; border-top: 100px solid #fff; transition: all 300ms ease-in-out 450ms;}
.header .menu  								{ display: block; width: auto; text-align: left; margin: 5vw 10vw; 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: #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; background: #fff; visibility: visible; opacity: 1; display: none; z-index: 150;}
.header .sub li  							{ width: 100%;}
.header .sub li a							{ width: 100%; font-size: 14px; line-height: 24px; height: auto; padding: 10px 0; text-align: left; display: block; background-position: center right; color: var(--mainColor2);}

.header .menu_small 						{ position: relative; top: auto; right: auto; text-align: left; margin: 0 10vw 5vw 10vw; opacity: 0; transform: translateY(40px); transition: all 300ms ease-in-out 0ms;}
.header .menu_small>li						{ display: block; margin: 0 0 10px 0;}
.header .menu_small>li:after 				{ display: none;}
.header .menu_small>li a					{ font-size: 14px; font-weight: 600; height: 50px; line-height: 48px; padding: 0 25px; border-radius: var(--linkRadius); background: #fff;}
.header .menu_small>li>i					{ width: 60px; height: 50px; display: block; margin-top: -50px; position: relative; z-index: 5; float: right;}
.header .menu_small>li>i:after				{ width: 60px; height: 50px; background: url("../images/arrow_down.svg") 50% 52% no-repeat; float: right; border-radius: 8px; content: "";}
.header .menu_small>li>i.active:after 		{ transform: rotate(-180deg);}
.header .menu_small .sub					{ width: 100%; margin: 0; padding: 10px 0; border-radius: var(--linkRadius); border-top-left-radius: 0; border-top-right-radius: 0; top: -10px; box-shadow: none;}
.header .menu_small .sub li					{ width: 100%; margin: 0; text-align: left;}
.header .menu_small .sub li a				{ font-size: 13px; line-height: 40px; height: 40px; display: block;}

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

.header .cta 							{ display: none;}
}
@media (max-width:1000px) {
.header .menu  								{ margin: 5vw;}
.header .menu_small 						{ margin: 0 5vw 5vw 5vw;}
}
@media (max-width:700px) {
.header .menu_mobile					{ display: none;}
.header 								{ padding: clamp(10px, 3.5vw, 20px) 0; position: static; background-color: var(--beigeColor)}
.header .logo							{ width: auto; position: relative; left: auto; top: auto; transform: none; display: block; z-index: 800;}
.header .logo img						{ width: auto; height: clamp(50px, 14vw, 60px); margin: 0 auto;;}
.header .link 							{ display: none;}
.header .header_nav						{ border-top-width:0; 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: 40px; margin-top: -40px;}
.header .menu>li>i:after				{ width: 40px; height: 40px; background: url("../images/arrow_down-white.svg") 50% 52% no-repeat; top: 0; }
.header .sub 							{ padding: 12px 22px; margin: 10px 0;}
.header .sub li a						{ font-size: 12px; 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;}
}

.phrase     				        { background: var(--mainColor2); padding: 20px; text-align: center; color: #fff;}
.phrase p   				        { line-height: 20px; margin-bottom: 0}

/***** side btn fixed *****/
.side_btn 								{ position: fixed; right: calc(3vw - 27px); top: 50%; transform: translateY(-50%); z-index: 200; display: grid; grid-gap: 10px;}
.side_btn a								{ display: block; width: 54px; height: 54px; line-height: 54px; border-radius: 25em; 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: 54px; z-index: 5; content: "";}
.side_btn a.tel:after					{ height: 24px; background-image: url("../images/gsm.svg");}
.side_btn a.email:after					{ height: 16px; background-image: url("../images/email.svg");}
.side_btn a.instagram:after				{ height: 20px; background-image: url("../images/instagram.svg"); background-position: 48% 50%;}
.side_btn a.facebook:after				{ height: 20px; background-image: url("../images/facebook.svg"); background-position: 48% 50%;}
.side_btn a.res:after				    { height: 22px; background-image: url("../images/calendar.svg"); background-position: 48% 50%;}

.side_btn a	span						{ display: block; width: 54px; height: 54px; position: absolute; top: 0; right: 0; background: var(--mainColor1); border-radius: 25em;}
.side_btn a	i							{ position: absolute; left: 0; top: 0; font-style: normal; width: 160px; padding-left: 5px; text-align: center; color: #fff; background: var(--mainColor1); border-radius: 25em; 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: 160px; right: 50%; border-radius: 25em 0 0 25em;}
.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: calc(40px + 9vw); 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:1200px) {
.side_btn.mob_nav .hide_mob 						{ display: none;}
}
@media (max-width:700px) {
.side_btn.mob_nav .hide_desk 						{ display: block;}

.side_btn.mob_nav 									{ width: 100vw; right: 0; top: auto; bottom: 0; transform: none; z-index: 950; grid-template-columns: repeat(4, 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 : txt + img *****/
.quote_txt_img 											{ position: relative; padding: 0 0 clamp(20px, 10vw, 80px) 0; margin: clamp(-70px, -4vw, -30px) 0 0 0;}
.quote_txt_img:before									{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: var(--bgColorLight); visibility: hidden; transition: none; z-index: -1; content: "";}
.quote_txt_img .container	                        	{ display: grid; grid-template-columns: auto 1fr; grid-gap: 0 clamp(20px, 4vw, 60px); align-items: center; position: relative;}
.quote_txt_img .container.align_top                		{ align-items: start;}
.quote_txt_img .container .item							{ position: relative;}
.quote_txt_img .container .item :last-child 			{ margin-bottom: 0;}
.quote_txt_img .container img 							{ width: 200px; height: auto; object-fit: cover; display: block; position: relative; z-index: 10; border-radius: 50%; aspect-ratio: 1/1; border: 10px solid #fff;}
.quote_txt_img .container svg							{ width: clamp(40px, 3.5vw, 60px); height: auto; display: block; margin-bottom: clamp(10px, 2vw, 15px);}
.quote_txt_img .container p               				{ margin-bottom: clamp(10px, 2vw, 15px);}
.quote_txt_img .container .link							{ margin-top: 10px;}
.quote_txt_img .container :last-child					{ margin-bottom: 0;}

.quote_txt_img.reverse:before							{ left: 3vw; right: auto;}
.quote_txt_img.reverse .container 						{ grid-template-columns: 1fr auto;}
.quote_txt_img.reverse .container .item:last-child		{ grid-area: 1 / 1;}
.quote_txt_img.reverse .container .item:first-child     { grid-area: 1 / 2;}

.quote_txt_img .container .titre_hw 					{ max-width: 340px; text-align: center; margin: 0 0 clamp(20px, 4vw, 70px) 10%; grid-column: span 2; position: relative; padding-top: 40px;}
.quote_txt_img .container .titre_hw i					{ font-style: normal; position: relative;}
.quote_txt_img .container .titre_hw i:after				{ width: clamp(30px, 3vw, 50px); height: auto; aspect-ratio: 40/50; position: absolute; right: 95%; bottom: 50%; background: url(../images/hey.svg) center / contain no-repeat; content: "";}

@media (max-width:1200px) { 
.quote_txt_img .container .titre_hw 					{ padding-top: 60px;}
.quote_txt_img .container	                        	{ grid-gap: 0 50px;}
.quote_txt_img .container img 							{ width: 180px;}
}
@media (max-width:1000px) { 
.quote_txt_img 											{ padding: 0; margin: 0;}
.quote_txt_img .container	                        	{ grid-template-columns: 1fr;}
.quote_txt_img .container img 							{ width: 180px; border: none; margin: 0 auto;}
.quote_txt_img .container .titre_hw 					{ grid-column: auto; max-width: none; padding: 0; margin: 8vw 0 4vw 0;}
}
@media (max-width:700px) { 
.quote_txt_img .container	                        	{ grid-template-columns: 1fr;}
.quote_txt_img .container img 							{ width: 140px; border: none; margin: 0 auto;}
.quote_txt_img .container svg							{ margin: 0 0 10px 0;}
.quote_txt_img .container .titre_hw 					{ margin-top: 10vw;}
}



/***** 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(--allImgBR);}
.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 .container .img.col_2  					{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 40px; padding-top: 100px;}
.bloc_txt_img .container .img.col_2 img:first-child		{ transform: translateY(-100px);}

.bloc_txt_img .container .col_2.align  					{ padding-top: 0;}
.bloc_txt_img .container .col_2.align img:first-child	{ transform: none;}



.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;}
.bloc_txt_img .container .img.col_2  					{ grid-template-columns: 1fr}
.bloc_txt_img .container .col_2.align img:last-child	{ display: none;}

}



/***** show hide *****/
.show_hide                        			{ position: relative;}
.show_hide.no_marge                        	{ margin: 0;}
.show_hide .item                  			{ background-color: var(--bgColorLight); margin: 10px 0; border-radius: 10px}
.show_hide .titre                 			{ font-size: 16px; line-height: 24px; font-weight: 500; position: relative; cursor: pointer; letter-spacing: 0.6px; color: var(--mainColor3); padding: 23px 80px 23px 30px; margin: 0;}
.show_hide .hide                  			{ margin: 0; padding: 0 30px 35px 30px; display: none;}
.show_hide .hide p a						{ color: var(--mainColor2); }
.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: 0;}
.show_hide.collapse .item                  	{ border: 0; margin: 0; border-radius: 0; }
.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(--mainColor1); transition: none; content: "";}
.show_hide .titre_plus:before          		{ width: 2px; height: 20px; position: absolute; right: 34px; top: 50%; transform: translateY(-50%); background: var(--mainColor1); 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;}
}








/***** bloc rs *****/
.bloc_rs									{ font-size: 0; line-height: 0; letter-spacing: 0;}
.bloc_rs a									{ width: 54px; height: 54px; display: block; overflow: hidden; background: var(--mainColor1); border-radius: 0;}
.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 .scroll:after 						{ background: url("../images/scrolltop.svg") 50% 46% no-repeat; filter: invert(0);}


/***** footer *****/
.footer										{ position: relative; padding-top: clamp(20px, 10vw, 100px); text-align: center; background: var(--bgColorLight);}
.footer .bloc_footer 						{ display: block; position: relative; line-height: 28px;}
.footer .bloc_footer .infos 			    { display: grid; grid-template-columns: 1fr 1fr 1fr;}
.footer .bloc_footer .infos .item			{ padding: 0 40px}
.footer .bloc_footer.heading_top  			{ margin-bottom: clamp(25px, 6vw, 50px);}

.footer .bloc_footer .logo 					{ width: 240px; height: auto; display: block; margin: 0 auto;}
.footer .bloc_footer p						{ margin: 15px 0 0 0;}
.footer .bloc_footer p a					{ color: var(--mainColor3);}
.footer .bloc_footer li 					{ margin-bottom: 15px;}
.footer .bloc_footer li a					{ color: var(--mainColor3);}


.footer .bloc_footer a.reserver			    { font: 700 clamp(13px, 2.5vw, 14px)/60px "Roboto"; letter-spacing: 1.2px; height: 60px; display: inline-block; color: #000; padding: 0 30px; border-radius: var(--linkRadius); background: #fff; overflow: hidden; }
.footer .bloc_footer a.reserver:before	    { content:url(../images/reserver.svg); display: inline-block; vertical-align: middle; margin-right: 15px; position: relative;top: -2px; line-height: 0;}
.footer .bloc_footer a.reserver:hover 		{ background-color:#fff;}

.footer .bloc_rs							{ position: absolute; right: 0; top: 70px; width: 100%; text-align: left;}
.footer .bloc_rs a						    { display: inline-block; vertical-align: top; margin-right: 10px; background: #ffffff; border-radius: 50%; width: 40px; height: 40px;}

.footer .bloc_rs .scroll 					{ margin: 0; float: right; background: url("../images/scrolltop.svg") 50% no-repeat #ffffff;}

.footer_bottom   							{ padding: 25px 0; line-height: 0; margin: clamp(25px, 6vw, 60px) 0 0 0; text-align: left;}
.footer_bottom li 							{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 30px; letter-spacing: 0.8px; position: relative;}
.footer_bottom li:last-child 				{ margin-right: 0;}
.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;}


.toponweb									{ display: block; z-index: 85; position: absolute; right: 0; bottom: 20px;}
.toponweb img								{ width: 80px; height: auto; display: block; filter: invert(0);}

@media (min-width:1201px) {
.footer .bloc_footer .link:hover 			{ background-color: #2d2727;}
.footer .bloc_footer p a:hover, 
.footer .bloc_footer li a:hover, 	 
.footer_bottom li a:hover 	 				{ color: var(--mainColor2);}
.toponweb:hover span						{ background-position: 0 0;}
.footer .bloc_rs a:hover                    { background-color: #ffffff00;}
}

@media (max-width:1000px) {
.footer .bloc_footer .infos 			    { display: grid; grid-template-columns: 1fr 1fr;}
.footer .bloc_footer .infos .item:nth-child(3) { display: none;}
.footer .bloc_footer .infos .item:nth-child(2) p:last-child { display: none;}
}

@media (max-width:700px) {

.footer:before								{ top: 38px;}
.footer .bloc_footer 						{ width: 100%; padding: 0; font-size: 14px; line-height: 24px;}

.footer .bloc_footer .logo 					{ width: 140px;}
.footer .bloc_footer p						{ margin: 10px 0 0 0;}

.footer	.bloc_rs							{ position: static; margin-top: 7vw; text-align: center;}
.footer	.bloc_rs a							{ width: 46px; height: 46px; margin: 0 10px;}
.footer	.bloc_rs .scroll					{ float: none;}

.footer_bottom 	 							{ text-align: left; padding: 0 0 80px 0;}
.footer_bottom li 							{ display: block; margin: 0; font-size: 11px; line-height: 28px;}
.footer_bottom li:after						{ display: none;}
.toponweb									{ bottom: 80px;}
}

@media (max-width:600px) {
.footer .bloc_footer .infos 			    { display: grid; grid-template-columns: 1fr; grid-gap: 40px 0;}  
}


















