/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Fp2ywxg089UriCZa4ET-DNl0.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: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Fp2ywxg089UriCZa4Hz-D.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: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Hp2ywxg089UriCZ2IHSeH.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: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Hp2ywxg089UriCZOIHQ.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: 'Gilda Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gildadisplay/v19/t5tmIRoYMoaYG0WEOh7HwMeR3TDPr6OH.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: 'Gilda Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gildadisplay/v19/t5tmIRoYMoaYG0WEOh7HwMeR3T7Prw.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: #d4b964;
	--mainColor2: #fff;
	--bgColorLight: #fff;
	--bgColorDark: #1a2026;
	--red: #D70000;
	--marginTB: clamp(20px, 10vw, 120px) auto;
	--gapSection: clamp(20px, 10vw, 120px);
	--maxWidthWrapper: 1200px;
	--maxWidthWrapperSmall: 1000px;
	--maxWidthWrapperLarge: 1600px;
	--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, 15px)/200% "DM Sans"; letter-spacing: 0.4px; color: var(--mainColor2); 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: var(--mainColor2); position: relative;}
img									{ border: none;}
strong, b							{ font-weight: 500; font-size: clamp(15px, 1.6vw, 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: 0; top: -140px;}
.titre_main	 						{ font: 400 clamp(28px, 5vw, 50px)/120% "Gilda Display"; color: var(--mainColor2); letter-spacing: 0; position: relative; margin-bottom: clamp(10px, 2vw, 15px);}
.titre_main span					{ color: var(--mainColor1);}

.titre_main.small					  { font-size: clamp(12px, 1.5vw, 20px); line-height: 1.2;}
.titre_main.small span			{ font-size: clamp(16px, 2vw, 28px);}

.sous_titre 						{ font: 400 clamp(18px, 2.6vw, 30px)/130% "DM Sans"; color: var(--mainColor1); letter-spacing: 0.6px; position: relative; margin-bottom: clamp(10px, 2vw, 15px);}
.sous_titre.color_2					{ color: var(--mainColor2);}
.chapo		 						{ font-size: clamp(14px, 2.4vw, 18px); font-weight: 400; margin-bottom: clamp(10px, 2vw, 15px);}
.chapo span	 						{ display: block; margin-top: clamp(10px, 2vw, 15px);}
.link 								{ font: 400 15px/54px "DM Sans"; letter-spacing: 0.6px; height: 60px; display: inline-block; padding: 0 30px; border: 1px solid var(--mainColor1); color: var(--mainColor1); cursor: pointer; border-radius: var(--linkRadius);}
.link_plus                      	{ width: 60px; height: 60px; border: 1px solid var(--mainColor1); display: block; font-size: 0;}
.link_plus:after          			{ width: 20px; height: 2px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--mainColor1); content: "";}
.link_plus:before          			{ width: 2px; height: 20px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--mainColor1); 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: 30px; margin-bottom: clamp(5px, 1.8vw, 10px); line-height: 170%;}
.ul_check li:before					{ width: 18px; height: 12px; position: absolute; left: 0; top: 12%; background: url("../images/check.svg") 0 0 / contain no-repeat; filter: invert(0); content: "";}
.ul_check 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: #000;}
.link_plus:hover                    { background-color: var(--mainColor1);}
.link_plus:hover:after,
.link_plus:hover:before          	{ background: #000;}
}
@media (max-width:700px) {
.link_plus                      	{ width: 50px; height: 50px;}
.link 								{ display: block; text-align: center;}
}




/***** 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: #141a1e; border-radius: var(--linkRadius); transition: all 300ms ease-in-out;}
.header .wrapper:before						{ width: 200px; height: 46px; position: absolute; left: 0; top: -42px; background: url("../images/logo_deco.svg") 50% / contain no-repeat; content: "";}
.header .logo								{ width: 130px; position: absolute; left: 35px; top: 50%; transform: translateY(-50%); transform-origin: left center; z-index: 850;}
.header .logo img							{ width: 100%; height: auto; display: block;}
.header .logo img:first-child 				{ margin-bottom: 5px;}
.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: 45px;}
.header .menu>li a							{ font-size: 15px; line-height: 68px; font-weight: 400; height: 70px; display: block; letter-spacing: 0.8px;}
.header .menu>li.active>a					{ color: var(--mainColor1);}
.header .sub								{ width: 300px; text-align: left; position: absolute; top: 100%; left: -30px; display: block; visibility: hidden; opacity: 0; padding: 10px 30px 20px 30px; background: var(--mainColor2);}

.header .sub li								{ width: 100%; margin: 0 0 10px 0;}
.header .sub li.heading						{ color: #888; font: 400 19px/100% "Gilda Display"; margin: 25px 0 15px 0;}

.header .sub li a							{ width: 100%; font-size: 15px; line-height: 20px; height: auto; letter-spacing: 0.6px; color: #000; padding-left: 15px;}
.header .sub li a:after 					{ width: 5px; height: 100%; position: absolute; left: 0; top: 0; background: url("../images/arrow_next.svg") 50% / contain no-repeat; filter: invert(1); content: "";}

.header .sub li a span						{ display: block; font-size: 13px; color: #888; padding-left: 5px; display: none;}
.header .sub li a span:first-child			{ margin-top: 5px;}


.header .sub li.active a					{ color: var(--mainColor1);}

.header .langs 								{ position: absolute; right: 0; top: -45px; margin: 0; transition: all 200ms ease-in-out;}
.header .langs li							{ position: relative; display: inline-block; vertical-align: top; margin-left: 12px;}
.header .langs li:first-child				{ margin: 0;}
.header .langs a							{ font-size: 14px; line-height: 30px; font-weight: 500; height: 30px; display: block; letter-spacing: 0.6px; color: #000;}
.header .langs a.active						{ border-bottom: 1px solid #000;}

.header .tel 								{ text-align: left; padding: 0 0 0 30px; font-size: 14px; line-height: 30px; font-weight: 500; color: #000; position: absolute; right: 110px; top: -45px; z-index: 850;}
.header .tel:after 							{ width: 14px; height: 100%; position: absolute; left: 0; top: 0; background: url("../images/tel.svg") 50% / contain no-repeat; content: "";}

@media (min-width:1201px) {
.header.sticky								{ padding: 0;}

.header .menu_mobile 						{ display: none;}
.header .sub:after 							{ width: 10px; height: 10px; position: absolute; left: 55px; top: -4px; transform: rotate(45deg); background: var(--mainColor2); 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 .tel:hover							{ color: var(--mainColor1);}
.header .langs a:hover						{ color: var(--mainColor1);}
}
@media (max-width:1200px) {
.header .menu_mobile						{ width: 60px; height: 60px; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; z-index: 850; margin: 0 -10px 0 0;}
.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: #141a1e; border-top: 40px solid #fff;}
.header ::-webkit-scrollbar					{ display: none;}
.header .wrapper							{ padding: 0;}
.header .wrapper:before						{ width: 160px; left: -15px; top: -48px;}
.header .logo								{ left: 0;}

.header .header_nav 						{ width: 100%; position: fixed; right: -100%; top: 40px; bottom: 0; overflow-y: scroll; z-index: 800; padding: 0; background: #141a1e; border-top: 80px solid #141a1e; transition: all 300ms ease-in-out 450ms;}
.header .menu  								{ display: block; width: auto; text-align: left; margin: 5vw; position: relative; z-index: 100; align-self: start; opacity: 0; transform: translateY(40px); transition: all 300ms ease-in-out 150ms;}
.header .menu>li 							{ width: 100%; display: block; margin: 0;}
.header .menu>li>a							{ font-size: 20px; line-height: 30px; font-weight: 500; letter-spacing: 0.2px; height: auto; padding: 15px 0; 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; position: absolute; right: 0; top: 10px; content: "";}
.header .menu>li>i.active:after 			{ transform: rotate(180deg);}
.header .sub 								{ width: 100%; position: relative; left: auto; top: auto; padding: 15px 30px; margin: 15px 0; background: #fff; visibility: visible; opacity: 1; display: none; z-index: 150;}
.header .sub li  							{ width: 100%;}
.header .sub li a							{ width: 100%; font-size: 16px; line-height: 22px; height: auto; padding: 10px 0 10px 15px; text-align: left; display: block; background-position: center right;}
.header.active .header_nav 					{ right: 0; transition-delay: 150ms;}
.header.active .menu 						{ opacity: 1; transform: translateY(0); transition-delay: 450ms;}
.header .langs 								{ top: -40px;}
.header .langs li							{ margin-left: 15px;}
.header .langs a							{ line-height: 20px; height: 20px;}
.header .tel 								{ filter: invert(1) brightness(200); top: 15px; right: calc(40px + 5vw);}
.header.sticky								{ top: -40px;}
}
@media (max-width:1000px) {
.header .menu  								{ margin: 5vw;}
}
@media (max-width:700px) {
.header 									{ padding: 5px 0;}
.header .wrapper:before						{ width: 130px; left: -10px; top: -42px;}
.header .logo								{ width: 100px; left: 5px;}
.header .header_nav							{ border-top-width: 70px;}
.header .menu>li>a							{ font-size: 18px; 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; filter: invert(1);}
.header .sub 								{ padding: 12px 22px; margin: 10px 0;}
.header .sub li a							{ font-size: 14px; line-height: 18px; padding: 8px 0 8px 15px;}
.header .langs 								{ top: -35px;}
.header .langs a 							{ font-size: 13px;}
.header .tel 								{ font-size: 0; line-height: 0; height: 60px; width: 44px; padding: 0; top: 0;}
.header .tel:after 							{ left: 50%; transform: translateX(-50%);}
}




/***** 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>.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 .link							{ margin-top: 10px;}
.bloc_txt_img .container .multi_links					{ display: grid; grid-template-columns: 150px 150px; grid-gap: 10px; margin-top: 25px;}
.bloc_txt_img .container .multi_links .link				{ margin: 0; text-align: center; padding: 0;}

.bloc_txt_img .container.align_top	                    { align-items: start;}

.bloc_txt_img.reverse:before							{ left: 60%; right: 20px; top: 25%; bottom: -10%; background: var(--bgColorLight); border-radius: 20px; 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: 100%; grid-gap: 40px 0;}
.bloc_txt_img .container .txt .wrap						          { max-width: none;}
.bloc_txt_img.flotte .container                         { display: block;}
.bloc_txt_img.flotte .container .item:nth-child(1)      { margin-bottom: 40px;}
.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 .link							{ margin-top: 5vw;}
.bloc_txt_img .container .multi_links					{ grid-template-columns: 1fr 1fr; grid-gap: 10px; margin-top: 20px;}
}




/***** moving img *****/
.moving_img												{ position: relative; overflow: hidden; padding: 10px 0; margin: var(--marginTB);}
.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, 480px); 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: 25px 0;}
.show_hide .item:last-child 				{ border-bottom: 1px solid var(--mainColor1);}
.show_hide .item                  			{ border-top: 1px solid var(--mainColor1); overflow: hidden;}
.show_hide .titre                 			{ font-size: 15px; line-height: 24px; font-weight: 400; position: relative; cursor: pointer; letter-spacing: 0.8px; color: #fff; padding: 23px 60px 23px 0; margin: 0;}
.show_hide .hide                  			{ margin: 0; padding: 5px 0 20px 0; display: none;}
.show_hide .hide p a						{ color: var(--mainColor2); border-bottom: 2px solid var(--mainColor1); 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: 2px solid var(--mainColor1); }
}
@media (max-width:700px){
.show_hide                        			{ margin: 20px 0;}
.show_hide .titre                 			{ padding: 15px 65px 15px 0; font-size: 14px; line-height: 22px;}
}



/* custom titre plus */
.show_hide .titre_plus:after          		{ width: 20px; height: 2px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: var(--mainColor1); transition: none; content: "";}
.show_hide .titre_plus:before          		{ width: 2px; height: 20px; position: absolute; right: 9px; top: 50%; transform: translateY(-50%); background: var(--mainColor1); transition: none; content: "";}
.show_hide .titre_plus.active:before   		{ display: none;}





/***** cta bloc v1 *****/
.cta_bloc.v1                           	{ position: relative; text-align: center; font-size: clamp(18px, 2.6vw, 25px); line-height: 120%;}
.cta_bloc.v1>div                        { display: inline-block;}
.cta_bloc.v1 a                         	{ color: var(--mainColor1);}
.cta_bloc.v1 a:last-of-type            	{ border-bottom: 1px solid var(--mainColor1);}
.cta_bloc.v1 b                         	{ font-size: clamp(18px, 2.6vw, 25px); font-weight: 400;}

@media (max-width:700px) {
.cta_bloc.v1                           	{ font-size: 0; line-height: 0; letter-spacing: 0;}
.cta_bloc.v1 b                         	{ margin-bottom: 4vw; line-height: 140%; letter-spacing: 0.4px; display: block;}
.cta_bloc.v1 a                         	{ width: calc(45vw - 5px); display: inline-block; font: 400 15px / 54px "DM Sans"; letter-spacing: 0.6px; height: 60px; border: 1px solid var(--mainColor1); color: var(--mainColor1); cursor: pointer; border-radius: var(--linkRadius);}
.cta_bloc.v1 a:first-child             	{ margin-right: 10px;}
}
@media (max-width:400px) {
.cta_bloc.v1 a                         	{ width: 90vw;}
.cta_bloc.v1 a:first-child             	{ margin: 0 0 10px 0;}
}


/***** Slider *****/
.sliderFlotte                       { margin-bottom: 20px;}
.sliderFlotte img                   { width: 100%; display: block;}
.slick-dots                         { display: flex; margin: 0; padding: 20px 0; list-style-type: none; position: absolute; right: 0; z-index: 10;}
.slick-dots li                      { margin: 0 4px;}
.slick-dots button                  { display: block;  width: 40px;  height: 8px;  padding: 0;  border: none; border-radius: 50rem 50rem 50rem 50rem;  background-color: #ffffff;  text-indent: -9999px;  cursor: pointer;}
.slick-dots li.slick-active button  { background-color: #d4b964;}



/***** bloc rs *****/
.bloc_rs									{ font-size: 0; line-height: 0; letter-spacing: 0;}
.bloc_rs a									{ width: 40px; height: 40px; display: block; overflow: hidden; border-radius: 0; background: none;}
.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; border: 1px solid var(--mainColor1); box-sizing: border-box;}



/***** footer *****/
.footer										{ position: relative; color: #fff; padding-top: clamp(20px, 12vw, 120px);}
.footer:before								{ position: absolute; left: 0; bottom: 0; width: 100%; height: 80vh; background: url("../images/bg_footer.webp") 50% 100% / contain no-repeat; opacity: 0.25; z-index: -1; transition: none; content: "";}
.footer .bloc_footer 						{ display: inline-block; vertical-align: top; position: relative;}
.footer .bloc_footer.heading_top 			{ display: block; margin-bottom: 5px;}
.footer .bloc_footer .logo img				{ width: auto; height: 20px;}
.footer .bloc_footer .logo img:first-child 	{ margin-right: 8px;}
.footer .bloc_footer p						{ margin: clamp(10px, 2vw, 15px) 0 0 0; line-height: 170%;}
.footer .bloc_footer p a					{ color: var(--mainColor1); display: inline-block;}
.footer .bloc_footer span.address a  { color: #ffffff;}
.footer .bloc_footer .multi_links			{ display: grid; grid-template-columns: 180px 180px; grid-gap: 10px; margin-top: 25px;}
.footer .bloc_footer .multi_links .link		{ margin: 0; text-align: center; padding: 0;}
.footer ul.bloc_footer     					{ margin: 0 80px;}
.footer ul.bloc_footer li   				{ margin-top: clamp(10px, 2vw, 15px);}
.footer ul.bloc_footer li a 				{ color: #fff; display: inline-block; padding: 0 0 0 30px;}
.footer ul.bloc_footer li a:after			{ width: 15px; height: 1px; background: var(--mainColor1); position: absolute; left: 0; top: 48%; content: "";}
.footer .bloc_footer img.logo_paiement		{ display: inline-block; vertical-align: middle; margin: clamp(10px, 3vw, 15px) 15px 0 0;}

.footer .bloc_rs							{ position: absolute; right: 0; top: 0;}
.footer .bloc_rs a							{ display: inline-block; vertical-align: top; margin-right: 15px;}
.footer .bloc_rs a:after					{ filter: invert(0);}
.footer .bloc_rs .scroll 					{ margin: 0 0 0 10px;}

.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: -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;}
.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:1600px) {
.footer ul.bloc_footer     					{ column-count: 1;}
.footer ul.bloc_footer li:nth-child(8),
.footer ul.bloc_footer li:nth-child(9),
.footer ul.bloc_footer li:nth-child(10) 	{ display: none;}
}
@media (max-width:1200px) {
.footer ul.bloc_footer     					{ display: none;}
.footer .bloc_footer 						{ margin-right: 5vw;}
}
@media (max-width:1000px) {
.footer .bloc_footer 						{ margin-right: 0; margin-top: 5vw; display: block;}
}
@media (max-width:700px) {
.footer:before								{ display: none;}
.footer .bloc_footer 						{ text-align: center; margin-top: 6vw;}
.footer .bloc_footer.heading_top 			{ margin: 0;}
.footer .bloc_footer .logo img				{ height: 15px;}
.footer .bloc_footer .multi_links			{ grid-template-columns: 1fr; margin-top: 6vw;}
.footer .bloc_footer .multi_links .link		{ margin: 0; text-align: center; padding: 0;}
.footer .bloc_footer img.logo_paiement		{ transform: scale(0.7); margin: 5px 0 0 0;}
.footer	.bloc_rs							{ position: static; margin-top: 8vw; text-align: center;}
.footer	.bloc_rs a							{ width: 36px; height: 36px;}
.footer	.bloc_rs a img						{ width: 100%; height: auto; display: block;}
.footer	.bloc_rs .scroll					{ position: absolute; right: 0; bottom: 10px; z-index: 50;}
.footer	.bloc_rs .scroll:after				{ border: none;}
.footer_bottom 	 							{ text-align: center; padding: 0 0 20px 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: #242d35;}
.toponweb img								{ width: 70px; filter: invert(0);}
}

