/* 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: #f2f2f2;
	--bgColorDark: #202020;
	
	--maxWidthWrapper: 1200px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperMedium: 1400px;
	--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: 10px;
	--linkRadius: 12px;
}
@media (max-width:1000px) {
	:root {
		--marginTB: clamp(45px, 12vw, 70px) auto;
		--marginT: clamp(45px, 12vw, 70px);
		--marginB: clamp(45px, 12vw, 70px);
	}
}


/***** 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 clamp(14px, 1.45vw, 16px)/185% "Inter"; letter-spacing: 0.2px; color: #000; 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: #000; position: relative;}
img									{ border: none;}
strong, b							{ font-weight: 700; 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: 6px; height: 6px; 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						{ width: 90vw; max-width: var(--maxWidthWrapperSmall); margin: 0 auto; position: relative;}
.wrapper_medium						{ width: 90vw; max-width: var(--maxWidthWrapperMedium); margin: 0 auto; position: relative;}
.wrapper_large						{ width: 90vw; max-width: var(--maxWidthWrapperLarge); margin: 0 auto; position: relative;}
.wrapper_full						{ margin: 0 5vw; 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);}

.titre_main	 						{ font: 800 clamp(24px, 4.5vw, 50px)/120% "Inter"; letter-spacing: 0; position: relative; margin-bottom: clamp(10px, 2vw, 15px);}
.titre_main span					{ color: var(--mainColor1);}

.titre_main.bigger     				{ font-size: clamp(40px, 3.2vw, 70px);}

.titre_line 						{ position: relative; padding-right: 25px; padding-bottom: 15px; display: inline-block;}
.titre_line:before					{ width: 120px; height: 10px; position: absolute; right: 0; bottom: 0; background: var(--mainColor1); z-index: -1; transform: skewX(-20deg); content: "";}

.titre_cap 							{ letter-spacing: 0.8px; text-transform: uppercase; display: block; font: italic 800 18px/160% "Inter"; margin: 10px 0;}
.titre_cap.bigger					{ font-size: 20px;}

.sous_titre 						{ font: 600 clamp(18px, 2.6vw, 28px)/140% "Inter"; letter-spacing: 0.6px; position: relative; margin-bottom: clamp(10px, 2vw, 15px);}

.chapo		 						{ font-size: clamp(14px, 2.4vw, 17px); font-weight: 500; 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: inline-block; padding: 0 30px; border: none; background: var(--mainColor1); color: #fff; cursor: pointer; border-radius: var(--linkRadius);}
.link_text_arrow 					{ font: 600 18px/30px "Inter"; display: inline-block; padding-right: 35px; position: relative;}
.link_text_arrow:before 			{ width: 25px; height: 100%; position: absolute; right: 0; top: 0; background: url("../images/arrow_link.svg") 0 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: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: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) {
.link:hover 						{ background-color: var(--mainColor2);}
.link_text_arrow:hover				{ color: var(--mainColor1);}
}
@media (max-width:1200px) {
.titre_line 						{ padding-right: 20px; padding-bottom: 12px;}
.titre_line:before					{ width: 100px; height: 8px;}
.link_text_arrow 					{ font-size: 16px;}
}
@media (max-width:1000px) {
.titre_main	 						{ font-size: clamp(22px, 4.6vw, 30px);}
.titre_main.bigger     				{ font-size: clamp(28px, 5vw, 40px);}
}
@media (max-width:700px) {
.titre_cap 							{ font-size: 13px;}
.titre_cap.bigger					{ font-size: 15px;}
.titre_line 						{ padding-right: 15px; padding-bottom: 10px;}
.titre_line:before					{ width: 80px; height: 5px;}
.ul_check li:before					{ top: 3px;}
.ul_list li:before					{ top: 6px;}
.link_text_arrow 					{ font-size: 15px;}
.link 								{ width: 100%; text-align: center; padding: 0 20px; height: 46px; line-height: 44px;}
}


/***** header *****/
.header 									{ width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: relative; padding: 40px 0; z-index: 100; text-align: right;}
.header .logo								{ width: 220px; height: 54px; display: grid; align-items: center; z-index: 50;}
.header .logo img							{ width: 100%; height: auto; display: block;}
.header .header_fixed						{ position: fixed; right: calc(50% - 800px); top: 30px; padding: 10px 10px 10px 35px; border-radius: 20px; background: var(--bgColorLight); z-index: 850; transition: all 300ms ease-in-out;}
.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: 30px;}
.header .menu>li a							{ font-size: 16px; line-height: 48px; font-weight: 600; letter-spacing: 0.4px; height: 50px; display: block; color: #000;}
.header .menu>li.active>a					{ color: var(--mainColor1);}
.header .sub								{ width: 260px; position: absolute; top: 110%; left: 50%; margin-left: -130px; display: block; visibility: hidden; opacity: 0; padding: 20px 0; background: #000; border-radius: var(--imgRadius); z-index: 10;}
.header .sub li								{ width: 100%; margin: 0; text-align: center;}
.header .sub li a							{ width: 100%; font-size: 15px; letter-spacing: 0.8px; line-height: 35px; font-weight: 500; height: auto; color: #fff;}
.header .sub li.active a					{ color: var(--mainColor1);}
.header .link 								{ height: 54px; display: inline-block; vertical-align: middle; background: var(--mainColor1); color: #fff; font-size: 15px; line-height: 54px; padding: 0 28px 0 50px; z-index: 850;}
.header .link:before 						{ width: 18px; height: 100%; position: absolute; left: 22px; top: 0; background: url("../images/tel.svg") 50% / contain no-repeat; filter: brightness(200); content: "";}

@media (min-width:1201px) {
.header.sticky .header_fixed				{ top: 20px; right: clamp(40px, 3vw, 60px); background: #eeeeee65; backdrop-filter: blur(15px);}
.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; top: 100%;}
.header .menu>li:hover>a 					{ color: var(--mainColor1);}		
.header .sub li a:hover 					{ color: var(--mainColor1);}
}
@media (max-width:1800px) {
.header .header_fixed						{ right: 5vw;}
}
@media (max-width:1200px) {
.header .menu_mobile						{ width: 65px; height: 50px; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; z-index: 850;}
.header .menu_mobile div					{ width: 36px; height: 2px; background: var(--mainColor2); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.header .menu_mobile div:before				{ width: 100%; height: 2px; background: var(--mainColor2); position: absolute; left: 0; top: 8px; content: "";}
.header .menu_mobile div:after				{ width: 100%; height: 2px; background: var(--mainColor2); position: absolute; left: 0; top: -8px; content: "";}
.header .menu_mobile.active div				{ height: 0; width: 36px;}
.header .menu_mobile.active div:before		{ top: 0; transform: rotate(45deg);}
.header .menu_mobile.active div:after		{ top: 0; transform: rotate(-45deg);}

.header 									{ padding: 20px 0;}
.header ::-webkit-scrollbar					{ display: none;}
.header .header_fixed						{ top: 20px; right: 20px; padding: 10px; border-radius: 15px;}

.header .header_nav 						{ width: 100%; position: fixed; right: -120%; top: 0; bottom: 0; overflow-y: scroll; z-index: 800; padding: 0; background: #eeeeee95; backdrop-filter: blur(15px); display: grid; transition: right 300ms ease-in-out 450ms;}
.header .menu  								{ display: block; width: auto; text-align: center; margin: 5vw 10vw; position: relative; z-index: 100; align-self: center; 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(22px, 4.5vw, 40px); line-height: 180%; height: auto; font-weight: 700; letter-spacing: 1px; padding: 5px 0; color: #000; transition: none; display: inline-block; z-index: 10;}
.header .sub 								{ display: none;}

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

.header .link 								{ height: 50px; font-size: 14px; line-height: 50px; margin-right: 15px;}
.header .link:before 						{ left: 22px;}
}
@media (max-width:1000px) {
.header .menu  								{ margin: 5vw;}
.header .menu_small 						{ margin: 0 5vw 5vw 5vw;}
}
@media (max-width:700px) {
.header 									{ padding: 12px 0;}
.header .logo								{ width: 165px;}
.header .header_fixed						{ top: 12px; right: 12px; padding: 2px 8px; border-radius: 10px;}
.header .link 								{ height: 50px; width: 50px; padding: 0; font-size: 0; background: url("../images/tel.svg") 50% no-repeat transparent; background-size: 22px auto; margin: 0;}
.header .link:before 						{ display: none;}
}



/***** bloc txt img *****/
.bloc_txt_img 											{ position: relative;}
.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>.item							{ position: relative;}
.bloc_txt_img .container>.item :last-child 				{ margin-bottom: 0;}
.bloc_txt_img .container .txt .wrap						{ margin: 0 auto; 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: 10px;}

.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: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.align_top .container                		{ align-items: start;}

@media (max-width:1400px) { 
.bloc_txt_img .container .img.col_2  					{ padding-top: 80px;}
.bloc_txt_img .container .img.col_2 img:first-child		{ transform: translateY(-80px);}
}
@media (max-width:1200px) { 
.bloc_txt_img .container .img.col_2  					{ grid-gap: 20px;}
.bloc_txt_img .container	                        	{ grid-gap: 0 5vw;}
}
@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 .container .img.col_2  					{ padding-top: 0;}
.bloc_txt_img .container .img.col_2 img:first-child		{ transform: 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: 5px;}
.bloc_txt_img .container .img.col_2  					{ grid-gap: 2.5vw;}
}



/***** grid bloc *****/
.grid_bloc	 										{ position: relative;}
.grid_bloc:before									{ width: auto; height: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: var(--bgColorLight); transition: none; z-index: -1; visibility: hidden; content: "";}
.grid_bloc .container								{ display: grid; grid-gap: clamp(20px, 4vw, 40px) clamp(15px, 2vw, 40px);}
.grid_bloc .container img							{ width: 100%; height: auto; object-fit: cover; display: block; border-radius: var(--imgRadius);}

.grid_bloc .item :last-child						{ margin-bottom: 0;}

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

/* custom colums */
.grid_bloc.col_2 .container							{ grid-template-columns: repeat(2, 1fr);}
.grid_bloc.col_3 .container							{ grid-template-columns: repeat(3, 1fr);}
.grid_bloc.col_4 .container							{ grid-template-columns: repeat(4, 1fr);}
.grid_bloc.col_5 .container							{ grid-template-columns: repeat(5, 1fr);}
.grid_bloc.col_6 .container							{ grid-template-columns: repeat(6, 1fr);}
.grid_bloc.col_7 .container							{ grid-template-columns: repeat(7, 1fr);}
.grid_bloc.col_8 .container							{ grid-template-columns: repeat(8, 1fr);}

@media (max-width:1000px) {
.grid_bloc.col_4 .container							{ grid-template-columns: 1fr 1fr;}
}
@media (max-width:450px) {
.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(240px, 70vw, 340px);}
}



/***** moving img *****/
.moving_img												{ position: relative; overflow: hidden; padding: 10px 0;}
.moving_img .row 										{ width: auto; display: flex;}
.moving_img .row .grid 									{ width: auto; display: flex; animation: moving_img 80s linear infinite;}
.moving_img .row .grid div 								{ padding: 0 10px;}
.moving_img .row .grid img 								{ width: auto; height: clamp(160px, 30vw, 525px); display: block; border-radius: var(--imgRadius); object-fit: cover; transition: all 300ms ease-in-out;}

@keyframes moving_img {
0%														{ transform: translate(0, 0);}
100% 													{ transform: translate(-100%, 0);}
}
@media (max-width:700px) {
.moving_img .row .grid div 								{ padding: 0 5px;}
}



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

@media (max-width:700px){
.show_hide                        			{ margin: 15px 0 0 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;}
}



/***** zone intervention *****/
.zone 										{ position: relative; text-align: center;}
.zone .container							{ background: var(--bgColorLight); padding: clamp(20px, 3vw, 60px) clamp(20px, 3vw, 40px); border-radius: 20px;}
.zone .titre_cap							{ margin-bottom: 15px;}

@media (max-width:1200px) {
.zone .container							{ border-radius: 15px;}
}
@media (max-width:1200px) {
.zone .container							{ border-radius: 12px;}
}



/***** bloc faq *****/
.bloc_faq 									{ padding-bottom: calc(1vw + 5px);}



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

@media (max-width:700px) {
.bloc_rs a									{ width: 40px; height: 40px;}
}



/***** footer *****/
.footer										{ position: relative; line-height: 170%; background: var(--bgColorDark); color: #fff; letter-spacing: 0.4px; padding-top: clamp(55px, 10vw, 120px);}
.footer:before 								{ position: absolute; left: 10%; top: -12px; background: var(--mainColor1); width: 40%; height: 24px; transition: none; z-index: 5; transform: skewX(-20deg); content: "";}
.footer .bloc_footer 						{ display: inline-block; vertical-align: top; position: relative;}
.footer .bloc_footer.heading_top 			{ display: block; margin: -5px 0 5px 0;}

.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 .address a				{ font-size: 13px; color: var(--mainColor1); font-weight: 400; padding-bottom: 2px;}
.footer .bloc_footer .address a:after		{ width: 13px; height: 13px; background: url("../images/arrow_sup.svg") 100% 0 no-repeat; display: inline-block; margin: 0 2px -5px 0; content: "";}
.footer .bloc_footer .opening 				{ margin-top: 10px; padding-bottom: 5px;}
.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 .bloc_rs							{ position: absolute; right: 0; top: 0;}
.footer .bloc_rs a							{ display: inline-block; vertical-align: top; margin-right: 10px;}
.footer .bloc_rs .scroll 					{ margin: 0;}

.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: 20px; transition: bottom 300ms ease-in-out;}
.toponweb img								{ width: 80px; height: auto; display: block; margin: 0 auto; filter: invert(0); 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);}
.footer .bloc_footer .address a:hover		{ filter: none;}
}
@media (max-width:1200px) {
.footer:before 								{ top: -10px; height: 20px;}
.footer ul.bloc_footer     					{ display: none;}
}
@media (max-width:700px) {
.footer:before 								{ top: -7px; height: 14px; width: 50%; left: 12%;}
.footer .titre_main 						{ line-height: 40px;}
.footer_bottom 	 							{ margin: 0; padding: 10vw 0 6vw 0;}
.footer_bottom li 							{ display: block; margin: 0; font-size: 12px; line-height: 28px;}
.footer_bottom li:after						{ display: none;}
.toponweb img								{ width: 70px;}
}

