/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwoT9nA2.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: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCm3FwrK3iLTcvnUwQT9g.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: '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;
}



/***** variables *****/
:root {
	--mainColor1: #e42828;
	--mainColor2: #202020;
	--bgColorLight: #fff;
	--bgColorDark: #202020;
	--marginTB: clamp(20px, 10vw, 130px) auto;
	--gapSection: clamp(20px, 10vw, 130px);
	--maxWidthWrapper: 1200px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperLarge: 1640px;
	--imgRadius: 0;
	--linkRadius: 0;
}



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

@media (max-width:700px) {
body								{ line-height: 180%;}
}






/***** scollbar *****/
::-webkit-scrollbar 				{ width: 8px; height: 8px; background-color: var(--bgColorDark);}
::-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						{ max-width: var(--maxWidthWrapperSmall);}
.wrapper_large						{ max-width: var(--maxWidthWrapperLarge);}
.no_wrapper							{ max-width: none;}
.clear								{ clear: both; display: block;}
.anchor								{ position: absolute; left: -120px; top: -140px;}
.titre_main	 						{ font: 400 clamp(24px, 4.5vw, 50px)/120% "Inter"; color: #fff; letter-spacing: 0; position: relative; margin-bottom: clamp(10px, 2vw, 15px);}
.titre_main span					{ color: var(--mainColor1);}
.titre_line 						{ position: relative; padding-left: 40px;}
.titre_line:before					{ width: 10px; position: absolute; left: 0; top: 10%; bottom: 10%; background: var(--mainColor1); content: "";}
.sous_titre 						{ font: 400 clamp(18px, 2.6vw, 28px)/130% "Inter"; color: #fff; letter-spacing: 0.6px; position: relative; margin-bottom: clamp(10px, 2vw, 15px);}
.sous_titre.color_1					{ color: var(--mainColor1);}
.chapo		 						{ font-size: clamp(14px, 2.2vw, 16px); font-weight: 400; margin-bottom: clamp(10px, 2vw, 15px);}
.chapo span	 						{ display: block; margin-top: clamp(10px, 2vw, 15px);}

.link 								{ font: 700 clamp(14px, 2.2vw, 16px)/56px "Inter"; letter-spacing: 0.6px; height: 60px; display: block; padding: 0 30px; border: none; background: #fff; color: var(--mainColor2); cursor: pointer; border-radius: var(--linkRadius);}
.link:after          				{ width: 13px; height: 100%; position: absolute; right: 20px; top: 0; background: url("../images/arrow_link.svg") 50% / contain no-repeat; content: "";}

.read_more							{ font-style: normal; display: inline-block; color: var(--mainColor1); cursor: pointer; transition: color 300ms ease-in-out;}

.ul_check   						{ padding: clamp(3px, 1vw, 5px) 0;}
.ul_check li 						{ position: relative; padding-left: 28px; margin-bottom: clamp(5px, 1.8vw, 10px); line-height: 170%;}
.ul_check li a 						{ border-bottom: 1px solid #555;}
.ul_check li:before					{ width: 18px; height: 14px; position: absolute; left: 0; top: 5px; background: url("../images/check.svg") 0 0 / contain no-repeat; filter: invert(0); content: "";}
.ul_check li:last-child				{ margin-bottom: 0;}

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

.hide 								{ display: none;}

@media (min-width:1201px) {
.titre_main.bigger	 				{ font-size:  clamp(100px, 15vw, 200px); line-height: 100%; color: #4d5862; opacity: 25%; margin-bottom: clamp(12px, 2.2vw, 20px);}
.link:hover 						{ background-color: var(--mainColor1); color: #fff;}
.link:hover:after					{ background-image: url("../images/arrow_link_white.svg"); color: #fff;}
.link_plus:hover                    { background-color: var(--mainColor1);}
.link_plus:hover:after,
.link_plus:hover:before          	{ background: #000;}
.ul_list li a:hover,
.ul_check li a:hover					{ color: var(--mainColor1); border-bottom: 1px solid var(--mainColor1);}
}

@media (max-width:700px) {
.titre_main	 						{ letter-spacing: 0.4px;}
.titre_line 						{ padding-left: 25px;}
.titre_line:before					{ width: 5px;}

.ul_check li:before					{ top: 3px;}
.ul_list li:before					{ top: 6px;}

.link 								{ padding: 0 20px; line-height: 54px; height: 56px;}
}




/***** header *****/
.header 									{ width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: fixed; left: 0; top: 0; padding: 60px 0 0 0; z-index: 100; text-align: right; transition: all 300ms ease-in-out;}
.header .wrapper							{ background: #fff; padding: 10px; border-radius: var(--linkRadius); transition: all 300ms ease-in-out;}
.header .logo								{ width: 230px; position: absolute; left: 40px; top: 50%; transform: translateY(-50%); transform-origin: left center; z-index: 850;}
.header .logo img							{ width: 100%; height: auto; display: block;}
.header .header_nav 						{ display: inline-block; vertical-align: middle;}
.header .menu 								{ margin: 0;}
.header .menu>li							{ position: relative; display: inline-block; vertical-align: top; margin-right: 40px;}
.header .menu>li a							{ font-size: 16px; line-height: 58px; font-weight: 600; height: 60px; display: block; color: var(--mainColor2);}
.header .menu>li.active>a					{ color: var(--mainColor1);}
.header .sub								{ width: 320px; text-align: center; position: absolute; top: 60px; left: 50%; margin-left: -160px; display: block; visibility: hidden; opacity: 0; padding: 15px 0; background: #000; z-index: 10;}
.header .sub li								{ width: 100%; margin: 0;}
.header .sub li a							{ width: 100%; font-size: 15px; letter-spacing: 0.8px; line-height: 38px; font-weight: 400; height: 40px; color: #fff;}
.header .sub li.active a					{ color: var(--mainColor1);}

.header .menu_small 						{ position: absolute; top: -50px; right: 0; margin: 0; transition: all 200ms ease-in-out;}
.header .menu_small>li						{ position: relative; display: inline-block; vertical-align: top; margin-left: 35px;}
.header .menu_small>li:after 				{ width: 1px; height: 10px; background: #fff; position: absolute; left: -20px; top: 15px; content: "";}
.header .menu_small>li:first-child:after 	{ display: none;}
.header .menu_small>li a					{ font-size: 14px; line-height: 40px; height: 40px; font-weight: 300; display: block; letter-spacing: 0.8px; color: #fff;}
.header .menu_small>li.active>a				{ color: #fff;}

.header .link 								{ height: 80px; display: inline-block; vertical-align: middle; background: var(--mainColor1); color: #fff; font-size: 15px; line-height: 80px;}
.header .link:after 		       			{ display: none;}

@media (min-width:1201px) {
.header.sticky								{ padding: 0;}
.header.sticky .wrapper						{ border-top-left-radius: 0; border-top-right-radius: 0; box-shadow: 0 0 40px 0 rgba(0,0,0,8%);}

.header .menu_mobile 						{ display: none;}
.header .sub:after 							{ width: 10px; height: 10px; position: absolute; left: 50%; margin-left: -5px; top: -4px; transform: rotate(45deg); background: #000; content: "";}
.header .menu>li:hover .sub					{ opacity: 1; visibility: visible; z-index: 999;}
.header .menu>li:hover>a 					{ color: var(--mainColor1);}		
.header .sub li a:hover 					{ color: var(--mainColor1);}
.header .link:hover							{ background: #000;}
}
@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;}
.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: 10px 0; background: #fff;}
.header ::-webkit-scrollbar					{ display: none;}
.header .wrapper							{ padding: 0;}
.header .logo								{ width: 220px; left: 0;}

.header .header_nav 						{ width: 100%; position: fixed; right: -100%; top: 0; bottom: 0; overflow-y: scroll; z-index: 800; padding: 0; background: var(--mainColor2); border-top: 90px 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 0ms;}
.header .menu>li 							{ width: 100%; display: block; margin: 0;}
.header .menu>li>a							{ font-size: clamp(16px, 4.5vw, 30px); line-height: 70px; height: auto; font-weight: 500; letter-spacing: 1px; padding: 0; color: #fff; transition: none; display: inline-block; z-index: 10;}

.header .menu>li>i							{ width: 100%; height: 70px; display: block; margin-top: -70px; position: relative; z-index: 5; float: right;}
.header .menu>li>i:after					{ width: 44px; height: 44px; background: url("../images/scrolltop.svg") 50% 48% no-repeat #fff; transform: rotate(180deg) translateY(50%); position: absolute; right: 0; top: 58%; content: "";}
.header .menu>li>i.active:after 			{ transform: rotate(0deg) translateY(-50%);}
.header .sub 								{ width: 100%; position: relative; left: auto; top: auto; padding: 15px 25px; margin: 10px 0 20px 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: clamp(14px, 2.2vw, 16px); line-height: 140%; letter-spacing: 0.2px; height: auto; padding: 10px 0; text-align: left; display: block; color: #000;}

.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: 15px; font-weight: 400; height: 50px; line-height: 50px; padding: 0 25px; border-radius: var(--linkRadius); background: #ffffff15; color: #fff;}
.header .menu_small>li.active>a				{ background-color: var(--mainColor1);}

.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: 450ms;}

.header .link 								{ height: 70px; line-height: 70px; margin-right: 5vw; z-index: 850;}
}
@media (max-width:1000px) {
.header .menu  								{ margin: 5vw;}
.header .menu_small 						{ margin: 0 5vw 5vw 5vw;}
}
@media (max-width:700px) {
.header 									{ padding: 2px 0;}
.header .logo								{ width: 150px;}
.header .header_nav							{ border-top-width: 64px;}
.header .menu>li>a							{ line-height: 14vw;}
.header .menu>li>i							{ height: 14vw; margin-top: -14vw;}
.header .menu>li>i:after					{ height: 100%; background-color: transparent; top: 0; transform: rotate(180deg);}
.header .menu>li>i.active:after 			{ transform: rotate(0deg);}
.header .sub 								{ padding: 10px 20px; margin: 5px 0 15px 0;}
.header .sub li a							{ padding: 8px 0;}
.header .menu_small>li a					{ font-size: 14px; height: 44px; line-height: 42px; padding: 0 20px;}
.header .link 								{ height: 50px; width: 50px; padding: 0; font-size: 0; background: url("../images/tel.svg") 50% no-repeat transparent; background-size: 20px auto;}
}




/***** bloc txt img *****/
.bloc_txt_img 											{ position: relative; margin: var(--marginTB);}
/*
.bloc_txt_img:before									{ position: absolute; left: 20px; right: 60%; top: 25%; bottom: 0; background: var(--bgColorLight); border-radius: 20px; visibility: hidden; transition: none; content: "";}
*/
.bloc_txt_img .container	                        	{ display: grid; grid-template-columns: 50% 1fr; grid-gap: 0 80px; align-items: center; position: relative;}
.bloc_txt_img .container p a                        	{ border-bottom: 1px solid #555;}
.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(--imgRadius);}
.bloc_txt_img .container .link							{ margin-top: clamp(20px, 3.4vw, 25px);}

.bloc_txt_img .container .img.col_2  					{ display: grid; grid-template-columns: 1fr 1fr; grid-gap: 60px; padding-top: 100px;}
.bloc_txt_img .container .img.col_2 img:first-child		{ transform: translateY(-100px);}

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

@media (max-width:1400px) { 
.bloc_txt_img .container .img.col_2  					{ grid-gap: 40px; padding-top: 80px;}
.bloc_txt_img .container .img.col_2 img:first-child		{ transform: translateY(-80px);}
}
@media (min-width:1201px) { 
.bloc_txt_img .container p a:hover                     	{ color: var(--mainColor1); border-bottom: 1px solid #555;}
}
@media (max-width:1200px) { 
.bloc_txt_img .container	                        	{ grid-gap: 0 60px;}
}
@media (max-width:1000px) { 
.bloc_txt_img .container 								{ grid-template-columns: 1fr; grid-gap: clamp(30px, 7vw, 40px);}
.bloc_txt_img .container .txt .wrap						{ max-width: none;}

.bloc_txt_img.reverse .container 						{ grid-template-columns: 1fr;}
.bloc_txt_img.reverse .container>.item:last-child		{ grid-area: 2;}
.bloc_txt_img.reverse .container>.item:first-child      { grid-area: 1;}
}
@media (max-width:700px) { 
.bloc_txt_img .container .link							{ margin-top: 5vw;}
.bloc_txt_img .container .img.col_2  					{ display: block; padding: 0;}
.bloc_txt_img .container .img.col_2 img:first-child		{ display: none;}
}




/***** show hide *****/
.show_hide                        			{ position: relative; z-index: 5; margin: 25px 0;}
.show_hide .item                  			{ background: #fff; overflow: hidden; margin: 10px 0 0 0;}
.show_hide .titre                 			{ font-size: clamp(14px, 2.2vw, 16px); line-height: 160%; font-weight: 600; position: relative; cursor: pointer; color: var(--mainColor2); padding: 20px 60px 22px 30px; margin: 0;}
.show_hide .hide                  			{ margin: 0; padding: 0 30px 25px 30px; letter-spacing: 0; line-height: 180%; color: var(--mainColor2); display: none;}
.show_hide .hide p a						{ color: var(--mainColor2); border-bottom: 1px solid #555; padding-bottom: 1px;}
.show_hide .hide :last-child 	 			{ margin-bottom: 0;}

@media (min-width:1201px){
.show_hide .hide p a:hover     				{ color: var(--mainColor1); border-bottom: 1px solid var(--mainColor1);}
}
@media (max-width:700px){
.show_hide                        			{ margin: 20px 0;}
.show_hide .titre                 			{ padding: 12px 55px 12px 20px;}
.show_hide .hide                  			{ padding: 0 20px 15px 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: 15px;}
.show_hide .titre_plus:before          		{ right: 24px;}
}


/***** cta bloc v2 *****/
.cta_bloc.v2 								{ position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: #fff; overflow: hidden; text-align: center; margin: 25px 0;}
.cta_bloc.v2 .titre							{ color: var(--mainColor2); font-size: clamp(16px, 3.4vw, 20px); line-height: 140%; font-weight: 600; letter-spacing: 0.4px; padding: 0 30px 4px 30px;}
.cta_bloc.v2 .titre span					{ color: var(--mainColor1); text-transform: uppercase;}
.cta_bloc.v2 .row     						{ padding: 30px; font-size: 0; line-height: 0; letter-spacing: 0; background: var(--mainColor1); position: relative;}
.cta_bloc.v2 .row:after          			{ width: 18px; height: 18px; position: absolute; left: -9px; top: 50%; transform: translateY(-50%) rotate(45deg); background: #fff; transition: none; content: "";}
.cta_bloc.v2 .row .link    					{ display: inline-block; vertical-align: middle; line-height: 60px;}
.cta_bloc.v2 .row .tel   					{ padding-left: 54px; margin-right: 10px; font-size: 14px;}
.cta_bloc.v2 .row .tel:after				{ width: 18px; background-image: url("../images/tel.svg"); right: auto; left: 22px;}
.cta_bloc.v2 .row .email   					{ padding-left: 58px;}
.cta_bloc.v2 .row .email:after				{ width: 16px; background-image: url("../images/email.svg"); right: auto; left: 24px;}

@media (min-width: 1201px){
.cta_bloc.v2 .row .tel:hover   				{ background-color: #000; color: #fff; }
.cta_bloc.v2 .row .tel:hover:after			{ background-image: url("../images/tel_white.svg");}
.cta_bloc.v2 .row .email:hover   			{ background-color: #000; color: #fff;}
.cta_bloc.v2 .row .email:hover:after		{ background-image: url("../images/email_white.svg");}
}
@media (max-width: 1200px){
.cta_bloc.v2 .titre span					{ display: block;}
.cta_bloc.v2 .row:after          			{ width: 14px; height: 14px; left: -7px;}
}
@media (max-width: 1000px){
.cta_bloc.v2 								{ grid-template-columns: 1fr; }
.cta_bloc.v2 .titre							{ padding: 20px;}
.cta_bloc.v2 .row:after          			{ left: 50%; top: -7px; transform: translateX(-50%) rotate(45deg);}
}
@media (max-width: 700px){
.cta_bloc.v2  								{ padding: 6vw;}
.cta_bloc.v2 .titre							{ padding: 0 0 3.5vw 0;}
.cta_bloc.v2 .row     						{ padding: 0 0 5px 0; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; width: 110px; margin: 0 auto; background: none;}
.cta_bloc.v2 .row:after          			{ display: none;}
.cta_bloc.v2 .row .link    					{ width: 50px; height: 50px; font-size: 0; display: block; border: 1px solid var(--mainColor1);}
.cta_bloc.v2 .row .tel   					{ padding: 0; margin: 0;}
.cta_bloc.v2 .row .email   					{ padding: 0;}
.cta_bloc.v2 .row .tel:after				{ width: 20px; left: 50%; margin-left: -10px;}
.cta_bloc.v2 .row .email:after				{ width: 18px; left: 50%; margin-left: -9px;}
}



/***** footer *****/
.footer										{ position: relative; font-size: clamp(14px, 2.2vw, 15px); line-height: 180%;}
.footer	.wrapper							{ border-top: 1px solid #636363; padding-top: clamp(20px, 10vw, 100px);}
.footer .bloc_footer 						{ display: inline-block; vertical-align: top; position: relative;}
.footer .bloc_footer.heading_top 			{ display: block; margin-bottom: 5px;}
.footer .bloc_footer .sous_titre			{ text-transform: uppercase; font-weight: 700; letter-spacing: 2px;}
.footer .bloc_footer p						{ margin: clamp(10px, 2vw, 15px) 0 0 0;}
.footer .bloc_footer p a					{ color: #fff; display: inline-block;}
.footer .bloc_footer .icon 					{ padding-left: 35px; 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) 1px 5px no-repeat;}
.footer .bloc_footer .tel a:after 			{ background: url(../images/tel.svg) 0 50% no-repeat;}
.footer .bloc_footer .email a:after 		{ background: url(../images/email.svg) 1px 50% no-repeat;}
.footer ul.bloc_footer     					{ margin-left: clamp(20px, 8vw, 80px);}
.footer ul.bloc_footer li   				{ margin-top: 12px;}
.footer ul.bloc_footer li a 				{ color: #fff; display: inline-block; padding: 0 0 0 20px; background: url("../images/arrow_list.svg") 0 50% no-repeat;}
.footer .scroll 							{ position: absolute; right: -11px; top: clamp(20px, 10vw, 100px); width: 40px; height: 40px; display: block; overflow: hidden; border-radius: 0; background: url("../images/scrolltop.svg") 50% no-repeat;}
.footer_bottom   							{ padding: 20px 0; line-height: 0; margin: clamp(20px, 8vw, 80px) 0 0 0;}
.footer_bottom li 							{ display: inline-block; font-size: 12px; line-height: 20px; margin-right: 30px; letter-spacing: 0.8px; position: relative;}
.footer_bottom li:after						{ width: 1px; height: 10px; content: ""; position: absolute; right: -18px; top: 4px; background: #fff;}
.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;}
.toponweb img								{ width: 76px; height: auto; display: block; margin: 0 auto; filter: invert(1); transition: all 300ms ease-in-out;}

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

