/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofIO-aBXso.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: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaB.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: #17428c;
	--mainColor2: #a61c0e;
    --mainColor3: #487ec9;
    --mainColor4: #e7ecf3;
	--bgColorLight: #fff;
    --bgColorDark: #0b224b;

    --fontBody: "Nunito";
	
	--maxWidthWrapper: 1300px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperLarge: 1600px;

	--marginTB: clamp(70px, 8vw, calc(110px + 2vw)) auto;
	--marginT: clamp(70px, 8vw, calc(110px + 2vw));
	--marginB: clamp(70px, 8vw, calc(110px + 2vw));
	
	--imgRadius: 20px;
	--linkRadius: 8px;
}

@media (max-width:1000px) {
	:root {
		--marginTB: clamp(45px, 12vw, 70px) auto;
		--marginT: clamp(45px, 12vw, 70px);
		--marginB: clamp(45px, 12vw, 70px);
        --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[type="text"],
input[type="email"],
input[type="date"], textarea		{ -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-appearance: none; -o-appearance: none; border-radius: 0;}
*          							{ outline: none;}
body								{ font: 600 18px/30px "Nunito"; letter-spacing: 0.4px; color: var(--mainColor1); background: #fff; position: relative;  overflow-x: hidden}
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(--mainColor1); position: relative;}
img									{ border: none;}
strong, b							{ font-weight: 800; font-size: 20px;}

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

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



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

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


.anchor 							{ position: absolute; left: 0; top: -140px;}

.titre_main	 						{ font: 700 60px/68px "Nunito"; position: relative; margin-bottom: 5px; letter-spacing: 0;}
.sous_titre 						{ font-size: 28px; line-height: 36px; position: relative; margin-bottom: 15px; color:var(--mainColor2)}
h4           						{ font: 600 18px/30px "Nunito"; letter-spacing: 0.4px; color: var(--mainColor1); display: block; margin-bottom: 10px;}


@media (max-width:1200px) {
.titre_main	 						{ font-size: 34px; line-height: 42px;}
.sous_titre 						{ font-size: 22px; line-height: 30px;}
}
@media (max-width:700px) {
.titre_main	 						{ font-size: 24px; line-height: 30px; margin-bottom: 10px;}
.sous_titre 						{ font-size: 16px; line-height: 22px; margin-bottom: 10px;}
}



/* link base */
.link 								{ font: 600 16px/60px "Nunito"; letter-spacing: 0.6px; height: 60px; display: inline-block; color: #fff; padding: 0 30px; background: linear-gradient(to top, var(--mainColor2) 0% 50%, var(--mainColor1) 50% 100%); background-size: 100% 200%; background-position: 0 100%; cursor: pointer; border-radius: var(--linkRadius);}

@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 30px 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 10px 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 20px; width: 100%}
.link.cta_v1:after 					{ right: 20px;}
.link.cta_v1>span 					{ height: 60px; padding: 0 0 0 40px; font-size: 16px; line-height: 18px; text-align: center}
.link.cta_v1>span:after				{ width: 24px;}
}

.link_light							{ background-image: linear-gradient(to top, var(--mainColor2) 0% 50%, var(--mainColor1) 50% 100%);}
.link_dark							{ background-image: linear-gradient(to top, var(--mainColor1) 0% 50%, var(--mainColor2) 50% 100%);}

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


.ul_check li 						{ position: relative; padding-left: 40px; line-height: 26px; margin-bottom: 10px;}
.ul_check li:before					{ width: 26px; height: 20px; 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;}

/***** Link a *****/
p a		                             { border-bottom: 1px solid var(--mainColor4); }
.footer p a                          { border-bottom: none; }

@media (min-width:1201px) {
p a:hover, .chapo a:hover           { color: var(--mainColor2); border-color: var(--mainColor2); }
}

@media (min-width:1201px) {
.link:hover 						{ background-position: 0 0; color: #fff;}
}
@media (max-width:1400px) {
.titre_main	 						{ font-size: 35px; line-height: 45px;}
}
@media (max-width:1200px) {
.titre_main	 						{ font-size: 28px; line-height: 38px;}
.sous_titre 						{ font-size: 25px; line-height: 35px;}
}
@media (max-width:1000px) {
.sous_titre 						{ font-size: 22px; line-height: 30px;}
}
@media (max-width:700px) {
/*.wrapper 							{ width: 88vw;}*/
.titre_main	 						{ font-size: 25px; line-height: 32px; margin-bottom: 20px;}
.sous_titre 						{ font-size: 18px; line-height: 26px; margin-bottom: 10px;}
}


/***** header *****/
.header 									{ width: 100%; font-size: 0; line-height: 0; position: fixed; left: 0; top: 0; padding: 10px 0; z-index: 100;  color:#fff; transition: all 300ms ease-in-out; width: 100%; text-transform: uppercase; text-align: right}
.header a									{color:#fff; font-size: 15px; line-height: 70px; height: 70px; display: inline-block; vertical-align: middle; letter-spacing: 1.5px; font-weight: 800}

.header .logo								{ width: 160px; position: absolute; left: 0; top: 0; transform-origin: left center; z-index: 850;}
.header .logo img							{ width: 100%; height: auto; display: block;}
.header .container 							{ padding: 0; margin: 20px 0; display: block; transition: all 300ms ease-in-out;}

.header .header_nav 						{ vertical-align: middle; position: relative; display: flex; justify-content: flex-end; }
.header .menu 								{ padding: 0 60px; background: var(--mainColor1); border-radius: var(--linkRadius);}
.header .menu>li							{ position: relative; display: inline-block; margin-right: 35px;}
.header .menu>li:last-child					{ margin-right: 0;}
.header .link 								{ margin: 0 0 0 10px;}

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


@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(--mainColor1);  content: "";}
.header .has_sub>li:hover .sub 				{ opacity: 1; visibility: visible; z-index: 999; top: 100%;}
.header .menu>li:hover 						{ z-index: 999;}		
.header li a:hover 					        { color: var(--mainColor3);}	
.header .sub li a:hover 					{ color: var(--mainColor3);}

.header.sticky .container 					{ margin: 0; transition: all 300ms ease-in-out;}
.header.sticky								{ background: #fff; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);}
.header.sticky .logo						{ transform: translateY(-30%) scale(0.5);}
.header.sticky .logo img					{ margin-top:0;}
}


@media (max-width:1200px) {
.header .logo img							{ margin-top: 0;}
.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 .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: 250;}
.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; background-position: center right; color: var(--mainColor1);}
    
.header 									{ padding:0;}
.header ::-webkit-scrollbar					{ display: none;}
.header .logo								{ width: 120px;}
.header .header_nav 						{ width: 100%; position: fixed; right: -100%; top: 0; bottom: 0; overflow-y: scroll; display: grid; gap: 10px; z-index: 800; background: var(--bgColorDark); border-top: 100px solid #fff; transition: all 300ms ease-in-out 450ms; border-radius: 0; justify-content: inherit; justify-items: left; align-content: center;}
.header .header_nav .link					{ background: var(--mainColor2); margin: 0 5vw; }
.header .menu  								{ display: block; width: 100%; text-align: left; padding: 50px 5vw 0 5vw; position: relative; z-index: 100; align-self: start; opacity: 0; transform: translateY(40px); transition: all 300ms ease-in-out 150ms; margin: 0; background-color: transparent;}

.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: 50%; position: absolute; right: 0; top: 8px; content: "";}
.header .menu>li>i.active:after 			{ transform: rotate(180deg);}
.header .menu>li.active>a					{ color: var(--mainColor4);}
.header.active .header_nav 					{ right: 0; transition-delay: 150ms;}
.header.active .menu						{ opacity: 1; transform: translateY(0); transition-delay: 450ms;}

.header.sticky 							    { background: #fff; }
}
@media (max-width:700px) {
.header .menu_mobile						{ margin-left: 15px;}
.header.sticky 							    { margin: 0; padding: 0; background: #0b224b; transition: all 300ms ease-in-out 150ms;}
.header.sticky .menu_mobile div,
.header.sticky .menu_mobile div:before,      
.header.sticky .menu_mobile div:after		{ background: #fff; transition: all 300ms ease-in-out 150ms;}
.header 									{ padding: 5px 0;}
.header .container 							{ margin: 0;}
.header .logo								{ position: absolute; margin: 10px 0 0 0; left: 50%; transform: translateX(-50%); width: 100px; transition: all 300ms ease-in-out 150ms;}
.header .header_nav							{ border-top-width: 70px;}


.header.sticky .logo						{ top: -80px; transition: all 300ms ease-in-out 150ms; opacity: 0}
.header.sticky .header_nav 					{ border-top: 70px solid var(--bgColorDark); transition: all 300ms ease-in-out 450ms;}
    
}





/***** show hide *****/
.show_hide                        			{ position: relative;}
.show_hide .item                  			{ border-radius: var(--linkRadius); margin: 10px 0; background: var(--mainColor4)}
.show_hide .titre                 			{ position: relative; cursor: pointer; padding: 23px 80px 23px 30px; margin: 0;}
.show_hide .hide                  			{ margin: 0; padding: 0 30px 35px 30px; display: none}
.show_hide .hide p a						{ border-bottom: 1px solid var(--bgColorDark);}
.show_hide .hide :last-child 	 			{ margin-bottom: 0;}

@media (min-width:1201px){
.show_hide .hide p a:hover     				{ color: var(--mainColor2); border-bottom: 1px solid 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-radius: var(--linkRadius); background: var(--mainColor4)}
.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(--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;}
}



/***** bloc CTA *****/
.bloc_cta .container 								{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; }
.bloc_cta .link										{ display: block; height: auto; min-height: 310px; padding: clamp(20px, 3vw, 50px);}
.bloc_cta .link div								    { display: block;}
.bloc_cta .link .sous_titre							{ margin: 0 0 clamp(40px, 6vw, 75px) 0;}
.bloc_cta .link .link_text_arrow					{ position: absolute; right: clamp(20px, 2.4vw, 40px); bottom: clamp(20px, 2.4vw, 40px); padding-right: 50px; margin-bottom: -8px;}
.bloc_cta .link .link_text_arrow:before				{ background-image: url("../images/arrow.svg"); width: 32px; content: ""; height: 25px; position: absolute; right: 0; top:18px}
.bloc_cta .container .titre	 				        { font-size:40px}
.bloc_cta .container .sous_titre	 				{ color: #fff; display: block; text-transform: none}
.bloc_cta .link_dark 			                    { border-radius:var(--imgRadius)}
.bloc_cta .link_light 			                    { border-radius:var(--imgRadius)}


@media (max-width:1000px) {
.bloc_cta .container 								{ grid-template-columns: 1fr; grid-gap: clamp(10px, 2vw, 15px);}
.bloc_cta .link_dark 			                    { border-radius: var(--linkRadius);}
.bloc_cta .link_light 			                    { border-radius: var(--linkRadius);}
.bloc_cta .link										{ min-height: inherit;}
}

@media (max-width:700px) {
.bloc_cta .container .titre	 				        { font-size: 25px;}
.bloc_cta .link .link_text_arrow					{ font-size: 0; right: clamp(20px, 4vw, 25px); bottom: clamp(20px, 4vw, 25px);}
.bloc_cta .link .titre_main							{ margin: 0;}
}


/***** 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 .container>.item							{ position: relative;}
.bloc_txt_img .container>.item :last-child 				{ margin-bottom: 0;}
.bloc_txt_img .txt						                { display: block; text-align: left;}
.bloc_txt_img .txt.center					            { text-align: center; margin-bottom:50px}
.bloc_txt_img .container .item .txt.bkg					{ background: var(--mainColor4); margin: 0 0 20px 0; border-radius: var(--imgRadius); padding: 40px; text-align: left}
.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 .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.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;}
.bloc_txt_img .container img 							{ width: 100%; height: 60vw;}
}


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




/***** grid bloc *****/
.grid_bloc	 								    { position: relative;}
.grid_bloc .container						    { display: grid; grid-gap: clamp(10px, 5vw, 20px); text-align: center;}


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


/* swipe mobile */ 
@media (max-width:700px) {
.swipe_mobile .container 								{ display: flex; gap: 10px; width: 100vw; margin-left: -5vw; overflow-x: auto; padding: 0 5vw;}
.swipe_mobile .container::-webkit-scrollbar 			{ display: none;}
.swipe_mobile .container .item 							{ min-width: clamp(280px, 75vw, 360px);}
}


/***** card item : img + txt */
.card_item_v1								{ overflow: hidden; position: relative; border-radius: var(--imgRadius); height: 100% }
.card_item_v1 .wrap							{ padding: 40px; background: var(--mainColor4); height: 100%}
.card_item_v1 .secteur						{ position: absolute; bottom: 30px; left:50%; transform: translateX(-50%); color:#fff; line-height: 25px; text-align: center; margin: 0; padding: 0; font-weight: 700; text-transform: uppercase}
.card_item_v1 .wrap	.micron					{ width: 140px; height: 140px; margin:0 auto 30px auto; position: relative; display: block; background: #fff; border-radius: var(--linkRadius); padding: 20px; line-height: 20px}
.card_item_v1 .wrap	.micron.green			{ color: green}
.card_item_v1 .wrap	.micron.orange			{ color: orange}
.card_item_v1 .wrap	.micron.red			    { color: var(--mainColor2)}
.card_item_v1 .wrap	.micron span			{ display: block; font-size: 60px; margin: 20px 0}
.card_item_v1 img				            { width: 100%; height: auto; object-fit: cover; filter: brightness(0.9); display: block;}



@media (max-width:1200px) {
.card_item_v1								{ box-shadow: none;}
.card_item_v1 .wrap							{ padding: 30px;}
.card_item_v1 .sous_titre 					{ font-size: 20px;}
.card_item_v1 .wrap	.micron span			{ font-size: 55px;}
}
@media (max-width:1000px) {
.card_item_v1 .wrap							{ padding: 20px;}
.card_item_v1 img				            { max-height: 450px}
.card_item_v1 .sous_titre 					{ font-size: 16px; line-height: 22px;}
}
@media (max-width:700px) {
.card_item_v1 .wrap	.micron					{ width: 120px; height: 120px; padding: 10px; text-align: center; }
.card_item_v1 .wrap	.micron span			{ font-size: 45px;}
}




.bg_light                                   { background-color: var(--mainColor4); margin: clamp(40px, 4vw, 120px) 0; padding: clamp(40px, 4vw, 120px) 0 clamp(40px, 4vw, 120px);}



/***** 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: 50%}
.bloc_rs a:hover							{ background: var(--mainColor3);}
.bloc_rs a:after							{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: "";}
.bloc_rs .scroll:after 						{ background: url("../images/scrolltop.svg") 50% 46% no-repeat; filter: invert(1);}


/***** footer *****/
.footer										{ position: relative; color: #fff; overflow: hidden}
.footer:before                              { position: absolute; left: 0; right: 0; top: 90px; bottom: 0; background: var(--bgColorDark); content: "";}
.footer .bloc_footer 						{ display: inline-block; vertical-align: top; position: relative; font-size: 18px; line-height: 26px; margin: 20px 0; padding: 0; text-align: center; width: 100%}
.footer .bloc_footer.cta .link	            { display: inline-block; width: auto; margin-inline: auto; }

.footer .bloc_footer.heading_top 			{ display: block; margin-bottom: clamp(20px, 5vw, 20px); margin-left: 0}
.footer .bloc_footer .logo 					{ width: 180px; height: auto; display: block; margin: 0 auto}
.footer .bloc_footer .titre_footer			{ font-size: 25px; line-height: 35px; margin: 0; padding-bottom: 10px; text-transform: uppercase}
.footer .bloc_footer p						{ margin: 20px 0 0 0;}
.footer .bloc_footer p a					{ color: #fff; display: inline-block;}
.footer .bloc_footer .icon 					{ padding:10px 0 10px 60px; position: relative;}
.footer .bloc_footer .icon:after 			{ display: block; width: 50px; height: 50px; background: 50% no-repeat #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ""; border-radius: 50%}

.footer .bloc_footer a.address:after        { background-image: url(../images/map.svg); }
.footer .bloc_footer a.tel:after            { background-image: url(../images/tel.svg); }
.footer .bloc_footer a.email:after          { background-image: url(../images/email.svg); }

.footer ul.bloc_footer li   				{ margin-top: 15px;}
.footer ul.bloc_footer li a 				{ display: inline-block; padding: 0 0 0 20px; color:#fff}
.footer ul.bloc_footer li a:after			{ width: 6px; 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: 150px;}
.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, 6vw, 40px) 0 0 0; text-align: center}
.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(--mainColor3);}
.footer_bottom li:last-child:after 			{ display: none;}
.footer_bottom li:last-child 			    { margin-right: 0}
.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;}
.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(--mainColor3);}
.toponweb:hover span						{ background-position: 0 0;}
}

@media (max-width:1200px) {
.footer .bloc_footer.cta 					{ margin: 0;}
}

@media (max-width:700px) {
.footer										{ margin-top:50px;}
.footer .bloc_footer 						{ width: 100%; padding: 0; font-size: 14px; line-height: 24px; margin: 30px 0 0 0;}
.footer:before                              { top: 50px;}
.footer .bloc_footer.heading_top 			{ margin: 0 0 10px 0;}
.footer .bloc_footer.cta 					{ margin-top:30px;}
.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: 30px;}
.footer_bottom 	 							{ padding: 0 0 20px 0;}
.footer_bottom li 							{ display: block; margin: 0; font-size: 11px; line-height: 28px;}
.footer_bottom li:after						{ display: none;}
.footer ul.bloc_footer     					{ display: none;}

}

