/* latin-ext */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmR-HY6EQ.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: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/onest/v9/gNMKW3F-SZuj7xmf-HY.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: #31a0ea;
	--mainColor1Hover: #08224d;
	--mainColor2: #08224d;
	--mainColor2Hover: #ffd532;
    --mainColor3: #ffd532;
	--bgColorLight: #e7f1ff;
	--bgColorDark: #08224d;
	--beigeColor: #fff;
	
	--marginTB: clamp(70px, 8vw, calc(120px + 2vw)) auto;
	--marginT: clamp(70px, 8vw, calc(120px + 2vw));
	--marginB: clamp(70px, 8vw, calc(120px + 2vw));

	--paddingTB: clamp(70px, 8vw, calc(120px + 2vw)) 0;
	--paddingT: clamp(70px, 8vw, calc(120px + 2vw));
	--paddingB: clamp(70px, 8vw, calc(120px + 2vw));
	
	--maxWidthWrapper: 1300px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperLarge: 1600px;

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

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

	--paddingTB: clamp(45px, 12vw, 70px) 0;
	--paddingT: clamp(45px, 12vw, 70px);
	--paddingB: 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 "Onest"; letter-spacing: 0.4px; color: #111; background:var(--beigeColor); position: relative; }
body.active_overflow				{ height: 100vh; overflow: hidden;}
main 								{ position: relative; z-index: 10; overflow: hidden;}
p 									{ margin-bottom: 15px;}
ul									{ list-style-type: none;}
a									{ text-decoration: none; color: #000; position: relative;}
img									{ border: none; }
strong, b							{ font-weight: 600; font-size: 16px;}

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

@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;}

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

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

.titre_main	 						{ font: 400 50px/60px "Onest"; color: var(--mainColor1); letter-spacing: 0.4pt; position: relative; margin-bottom: 15px;}


.sous_titre 						{ font: 400 30px/40px "Onest"; letter-spacing: 0.4pt; position: relative;  color: var(--mainColor1);}
.sous_titre span					{ color: var(--mainColor2);}


.chapo		 						{ font: 500 20px/30px "Onest";}
.chapo span	 						{ display: block; margin-top: 15px;}


@media (max-width:1400px) {
.titre_main	 						{ font-size: 40px; line-height: 48px;}
}
@media (max-width:1200px) {
.titre_main	 						{ font-size: 30px; line-height: 38px;}
}



/* link base */
.link 								{ font: 600 16px/60px "Onest"; 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, #fff 0% 50%, var(--bgColorDark) 50% 100%); color: var(--mainColor1)}


/* link cta v1 : icon + arrow */
.link.cta_v1						{ height: auto; padding: 0 80px 0 30px; text-align: left; border-radius: 10px;}
.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_red.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;}



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



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

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


.ul_bee 							{ margin-bottom: 20px;}
.ul_bee li 							{ position: relative; padding-left: 30px; margin-bottom: 12px;}
.ul_bee li:before					{ width: 20px; height: 16px; position: absolute; left: 0; top: 4px; content: "🐝";}
.ul_bee 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: 30px; line-height: 30px;}
}

@media (max-width:700px) {
/*.wrapper 							{ width: 88vw;}*/
.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: 38px; margin-bottom: 10px;}
.titre_main.bigger	 				{ font-size: 20px; line-height: 28px;}
.sous_titre 						{ font-size: 25px; line-height: 36px; margin-bottom: 10px;}
.chapo		 						{ font-size: 14px; line-height: 26px; margin-bottom: 10px;}
.chapo span	 						{ margin-top: 10px;}
.link 								{ font-size: 14px; line-height: 48px; height: 50px; padding: 0 25px;}
}

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




/***** header et menu *****/
.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: 0; transition: all 300ms ease-in-out;}
.header .logo								{ width: 220px; position: absolute; left: 0; top: 30px; transform-origin: left center; z-index: 850;}
.header .logo img							{ width: 100%; height: auto; display: block;}

.header .header_nav 						{ display: block; position: relative; padding: 30px 0 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: 40px;}
.header .menu>li:has(.sub_big)				{ position: static;}
.header .menu>li:last-child					{ margin: 0;}
.header .menu>li>a,
.header .menu>li>span							{ font-size: 14px; line-height: 80px; font-weight: 700; height: 80px; display: block; text-transform: uppercase; letter-spacing: 1.4px;}
.header .menu>li.active>a,
.header .menu>li.active>span					{ color: var(--mainColor1);}
.header .menu>li.active>a.link				{ color: #fff;}

.header .sub								{ width: max-content; text-align: left; position: absolute; top: 60px; left: 50%; transform: translateX(-50%); display: block; visibility: hidden; opacity: 0; padding: 20px 20px; 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; padding-right: 20px; background: url(../images/list_footer.svg) 100% 50% no-repeat; display: block;}
.header .sub li.active a					{ color: var(--mainColor1);}



.header .menu_small 						{ position: absolute; top: 0; right: 0; 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: 10px; background: #ccc; position: absolute; left: -20px; top: 24px; content: "";}
.header .menu_small>li:first-child:after,
.header .menu_small>li:last-child:after 	{ display: none;}
.header .menu_small>li:last-child  			{ margin: 0;}
.header .menu_small>li a:not(.link)			{ font-size: 14px; line-height: 40px; height: 40px; display: block; letter-spacing: 0.8px; margin: 10px 0;}
.header .menu_small>li a.tel				{ border-top-left-radius: 0; border-top-right-radius: 0; padding-left: 56px;}
.header .menu_small>li a.tel:after			{ width: 14px; height: 100%; background: url("../images/tel.svg") 50% / contain no-repeat; position: absolute; left: 28px; top: 0; content: "";}
.header .menu_small>li.active>a				{ color: var(--mainColor1);}


@media (min-width:1201px) {
.header .menu_mobile 						{ display: none;}

.header .has_sub>li:hover .sub 				{ opacity: 1; visibility: visible; z-index: 999; top: 85%;}
.header .menu>li:hover 						{ z-index: 999;}		
.header .menu_small>li:hover>a:not(.link),		
.header .menu>li:hover>a,
.header .menu>li:hover>span,		
.header .sub li a:hover,
.header .sub li span:hover 					{ color: var(--mainColor1);}

.header .sub li a:hover						{ background: url(../images/list_footer.svg) 105% 50% no-repeat; }

.sticky .header 							{ background: #fff; box-shadow: 0 0 40px 0 rgba(49, 160, 234, 20%);}
.sticky .header .header_nav 				{ padding: 0;}
.sticky .header  		                    { top: 0;}
.sticky .header .logo	                    { top: 15px; width:140px;}

.sticky .header .link						{ border-radius:0;}
}





@media (max-width:1200px) {
.header 						            { background: #fff }

.header .menu_mobile						{ width: 60px; height: 100px; 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(--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 ::-webkit-scrollbar					{ display: none;}
.header .logo								{ width: 140px; top: 20px;}

.header .header_nav 						{ width: 100%; position: fixed; right: -100%; top: 0; bottom: 0; overflow-y: scroll; z-index: 800; padding: 0; background: var(--bgColorDark); border-top: 100px solid var(--bgColorDark); transition: all 300ms ease-in-out 450ms; border-top: 100px solid #fff;}
.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,
.header .menu>li>span						{ 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 var(--mainColor1); border-radius: 5px; position: absolute; right: 0; top: 10px; content: "";}
.header .menu>li>i.active:after 			{ transform: rotate(180deg);}
.header .menu .link							{ margin-top: 20px; padding: 0 30px; font-size: 16px; height: 60px; line-height: 60px;}
    
.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; transform: inherit;}
.header .sub li  							{ width: 100%;}
.header .sub li a							{ width: 100%; font-size: 18px; color: var(--bgColorDark); line-height: 24px; height: auto; padding: 10px 0; text-align: left; display: block; background-position: center right;}

.header .menu_small>li a.tel				{ border-radius: var(--linkRadius); padding-left: 56px; margin-top: 40px;}

.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: 500; height: 50px; line-height: 48px; padding: 0 25px; }
.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 .sub li a							{  background: url(../images/list_footer_blue.svg) 100% 50% no-repeat;}



.header .gsm.cta 								{ position: absolute; right: 60px; top: 50%; transform: translateY(-50%); display: block; width: 54px; height: 54px; line-height: 54px; background: url("../images/gsm.svg") 50% 50% no-repeat #31a0ea; border-radius: 50%; }
}
@media (max-width:1000px) {
.header .menu  								{ margin: 5vw;}
.header .menu_small 						{ margin: 0 5vw 5vw 5vw;}
}
@media (max-width:700px) {	
.header .menu_mobile						{ margin-left: 15px; height: 60px;}
.header 									{ padding: 5px 0;}
.header .logo								{ width: 120px; top: 10px;} 
.header .header_nav							{ border-top: 70px solid #fff;}
.header .menu>li>a,
.header .menu>li>span						{ font-size: 15px; 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;}
.header .sub 								{ padding: 10px 20px; margin: 10px 0;}
.header .sub li a							{ font-size: 14px; line-height: 18px; padding:8px 15px 8px 0;}

.header .menu_small>li a					{ font-size: 13px; height: 44px; line-height: 44px; padding: 0 20px;}
.header .menu_small>li>i					{ width: 50px; height: 44px; margin-top: -44px;}
.header .menu_small>li>i:after				{ width: 50px; height: 44px;}
.header .menu_small .sub li a				{ background-position: right+20px center;}

}



/***** side btn fixed *****/
.side_btn 								{ position: fixed; right:15px; top: 50%; transform: translateY(-50%); z-index: 500; display: grid; grid-gap: 10px; /*background-color: #fff; padding: 10px; border-radius:20px 0 0 20px; box-shadow: 0 0 40px 0 rgba(49, 160, 234, 20%);*/}
.side_btn a								{ display: block; width: 54px; height: 54px; line-height: 54px; border-radius: 25em; position: relative; transition-duration: 0ms; transition-delay: 300ms; font-size:14px; }
.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: 20px; background-image: url("../images/tel.svg");}
.side_btn a.calendar:after				{ height: 22px; background-image: url("../images/calendar.svg");}
.side_btn a.gsm: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.facebook:after				{ height: 20px; background-image: url("../images/facebook.svg");}
.side_btn a.instagram:after				{ height: 22px; background-image: url("../images/instagram.svg");}
.side_btn a.location:after				{ height: 22px; background-image: url("../images/map.svg");}
.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:1200px) {
.side_btn   						    { display: none}
}



/***** bloc txt img *****/
.bloc_txt_img 											{ position: relative;}
.bloc_txt_img .container	                        	{ display: grid; grid-template-columns: 50% 1fr; grid-gap: 0 80px; align-items: center; position: relative;}
.bloc_txt_img:before { position: absolute; left: 20px;  right: 60%; top: 25%; bottom: 0; background: var(--bgColorDark); border-radius: 20px; visibility: hidden; transition: none; content: "";}
.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; max-width: 520px;}
.bloc_txt_img .container .img 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.reverse:before							{ left: 60%; right: 20px; top: 25%; bottom: -10%; background: url(../images/pattern.svg) 0 0 repeat; 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;}
.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;}
.show_hide.no_marge                        	{ margin: 0;}
.show_hide .item                  			{ background: var(--mainColor1); margin: 10px 0; border-radius:var(--linkRadius);}
.show_hide .titre                 			{ font-size: 16px; line-height: 24px; font-weight: 500; position: relative; cursor: pointer; letter-spacing: 0.6px; color: #fff; padding: 23px 80px 23px 30px; margin: 0;}
.show_hide .hide                  			{ margin: 0; padding: 30px 35px; background: var(--bgColorLight); display: none; border-radius: 0 0 var(--linkRadius) var(--linkRadius)}
.show_hide .hide :last-child 	 			{ margin-bottom: 0;}

@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 .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: ""; filter: invert(1)}
.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: #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;}
}

/***** 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: var(--mainColor1);}
.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;}


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

.cta_bloc .garanted 					{ grid-column: span 2; padding: 40px 20px; color: #ffd532; font-size: 24px; line-height: 30px; font-weight: 600; position: relative;  }
.cta_bloc .garanted span 				{ color: #ffffff; margin-top: 10px; display: block; font-size: 28px; position: relative;}
.cta_bloc .garanted div 				{position: relative; max-width: max-content; margin: 0 auto;}
.cta_bloc .garanted div:before          { content: ''; position: absolute; left: -100px; top: -30px; width: 84px; height: 123px; display: block; background: url(../images/garanted.svg); background-repeat: no-repeat; transform: rotate(338deg) scale(0.6);}
.cta_bloc .garanted div:after         	{ content: ''; position: absolute; right: -100px; top: -20px; width: 84px; height: 123px; display: block; background: url(../images/garanted.svg); background-repeat: no-repeat; transform: rotate(22deg) scale(0.8);}

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

.wrapper.bee .bee 		{ position: absolute; top: -120px; right: -120px; width: 250px; height: 250px; z-index: 200; transform: scaleX(-1);}

@media (max-width:1000px) {
.wrapper.bee .bee 		{ position: absolute; top: -120px; right: -120px; width: 200px; height: 200px;}	
}

@media (max-width:700px) {
.wrapper.bee .bee 		{ position: absolute; top: -70px; right: -70px; width: 150px; height: 150px;}	
}


/*** chiffres ***/
.bloc-chiffres 			{ width: 90vw; max-width: var(--maxWidthWrapperSmall); margin: 0 auto; background: #08224d; color: #ffffff; font: 400 18px / 30px "Onest"; padding: 60px; text-align: center; letter-spacing: 3px; border-radius: var(--allImgBR); position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; text-transform: uppercase; align-items: center;}

.bloc-chiffres .item span { display: block; font-weight: 600; font-size: 70px; color: #ffd532; margin-bottom: 25px;}
.bloc-chiffres .item .bee { margin-bottom: 20px;}

@media (max-width: 1200px){
.bloc-chiffres 						{  padding: 30px;}	
}
@media (max-width: 900px){
.bloc-chiffres 						{ font: 400 16px / 30px "Onest";}
.bloc-chiffres .item span 			{ font-size: 60px; margin-bottom: 20px;}
}
@media (max-width: 600px){
.bloc-chiffres 						{ grid-template-columns: 1fr;}
.bloc-chiffres .item:nth-child(1) 	{ order: 2; padding-bottom: 40px;}
.bloc-chiffres .item:nth-child(2) 	{ order: 1; padding-bottom: 40px;}
.bloc-chiffres .item:nth-child(3) 	{ order: 3;}
}

/***** footer *****/
.footer										{ position: relative; color: #fff; padding-top: clamp(20px, 10vw, 120px); background: var(--bgColorDark);}
.footer .bloc_footer 						{ display: inline-block; vertical-align: top; position: relative; font-size: 15px; line-height: 26px;}
.footer .bloc_footer.heading_top 			{ display: block; margin-bottom: clamp(20px, 7vw, 40px);}
.footer .bloc_footer.heading_float 			{ margin-right: 100px;}
.footer .bloc_footer .logo 					{ width: 200px; height: auto; display: block; }
.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: #fff; display: inline-block;}
.footer .bloc_footer .icon 					{ padding-left: 30px; position: relative;}
.footer .bloc_footer .icon:after 			{ width: 18px; height: 100%; position: absolute; left: 0; top: 0; content: "";}
.footer .bloc_footer .address:after 		{ background: url(../images/map.svg) 0 50% no-repeat;}
.footer .bloc_footer .tel a:after 			{ background: url(../images/tel.svg) 0 50% no-repeat;}
.footer .bloc_footer .gsm a:after 			{ background: url("../images/gsm_yellow.svg") 2px 60% no-repeat;}
.footer .bloc_footer .email a:after 		{ background: url("../images/email_yellow.svg") 0 50% no-repeat;}

.footer ul.bloc_footer     					{ margin: 0 0 0 100px;}
.footer ul.bloc_footer li   				{ margin-top: 15px;}
.footer ul.bloc_footer li a 				{ color: #fff; display: inline-block; padding: 0 0 0 20px;}
.footer ul.bloc_footer li a:after			{ width: 10px; height: 100%; background: url(../images/list.svg) 0 50% no-repeat; 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(--mainColor1);}
.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: 0; transition: bottom 300ms ease-in-out;}
.toponweb span								{ width: auto; height: 60px; display: block; padding: 20px; background: linear-gradient(to left, #fff 0% 50%, #fff 50% 100%); background-size: 200% 100%; background-position: 100% 0; border-top-left-radius: 10px;}
.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: var(--mainColor1);}
.toponweb:hover span						{ background-position: 0 0;}
}
@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;}
}



