/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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;}
strong, b							{ font-weight: 500;}
ul									{ list-style-type: none;}
body								{ font: 400 14px/30px "Poppins"; letter-spacing: 0.6px; color: #222; background: #fff; position: relative;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
a									{ text-decoration: none; color: #000; position: relative;}
img									{ border: none;}
main 								{ position: relative; z-index: 10;}
#wrapper 							{ min-width: 320px; overflow: hidden; position: relative;}
#wrapper *							{ box-sizing: border-box;}
#footer 							{ position: relative; z-index: 15;}
@media (max-width:600px) {
body								{ font: 400 12px/30px "Poppins"; }
}


/***** scollbar *****/
::-webkit-scrollbar 				{ width: 8px; height: 8px; background-color: #fff;}
::-webkit-scrollbar-thumb			{ background-color: #C6A55D;}


/***** transition *****/
@media (min-width:1201px) {
.link, .slick-arrow, :before, :after, a, a span, .sub { transition: all 400ms ease-in-out;}
}


/***** class *****/
.wrapper 							{ width: 90vw; min-width: 1080px; max-width: 1200px; margin: 0 auto; position: relative;}
.clear								{ clear: both; display: block;}
.titre_main	 						{ font: 700 28px/38px "Frank Ruhl Libre"; letter-spacing: 0.4px; color: #001A2D; margin-bottom: 10px; position: relative;}
.titre		 						{ font: 400 20px/38px "Poppins"; letter-spacing: 1.2px; color: #C6A55D; margin-bottom: 20px; position: relative; text-transform: uppercase;}
.sous_titre 						{ font: 500 14px/30px "Poppins"; position: relative;  letter-spacing: 1.2px; margin-bottom: 20px; color: #001A2D; text-transform: uppercase;}
.chapo		 						{ font: 400 14px/30px "Poppins"; color: #001a2d; position: relative; letter-spacing: 0.4px;}
.link 								{ font: 400 14px/58px "Poppins"; letter-spacing: 1px; height: 60px; border: none; display: inline-block; vertical-align: middle; color: #fff; padding: 0 30px; background-color: #001A2D; cursor: pointer;}
.s_titre							{ font: 600 22px/32px "Frank Ruhl Libre"; letter-spacing: 0.6px; color: #C6A55D; margin-bottom: 20px;}

.s_titre span						{ color: #c6a55d; text-transform: uppercase;}
.titre span,		
.titre_main span					{ color: #C6A55D;}

.tel 								{ border: none; color: #fff;letter-spacing: 0.4px}
.tel:before                    		{ content: ""; background: url("../images/tel_white.svg") left 50% / cover no-repeat; width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-right: 15px; position: relative;top: -2px; line-height: 0;}
.mail 								{ border: none; color: #fff; letter-spacing: 0.4px}
.mail:before                   		{ content: ""; background: url("../images/mail_white.svg") left 50% / cover no-repeat; width: 20px; height: 14px; display: inline-block; vertical-align: middle; margin-right: 15px; position: relative;top: -2px; line-height: 0;}

@media (min-width:1201px) {
/*.tel:hover,*/
.link:hover 						{ background-color: #c6a55d; color:#fff}
}
@media (max-width:1200px) {
.wrapper 							{ min-width: inherit;}
}
@media (max-width:1000px) {
.wrapper 							{ max-width:750px;}
}
@media (max-width:600px) {
.wrapper 							{ width: 85vw;}
.titre_main	 						{ font-size: 22px; line-height: 32px;  }
.titre		 						{ font-size: 16px; line-height: 30px;  }
.sous_titre 						{ font-size: 14px; line-height: 28px;  }
.s_titre							{ font-size: 18px; line-height: 30px;  }

.link 								{ font-size: 12px; line-height: 48px; height: 50px; }

}



/***** header *****/
.header 							{ width:100%; background-color: transparent; position: fixed; font-size:0; line-height:0; z-index:100; transition: all 300ms ease-in-out ;}
.header:after	  			  	 	{ content: ""; width: 40vw; height: 150px; background-color: #001A2D; position: absolute; top: 0; left: 0;}
.header .logo						{ width:280px; display:block; position:absolute; left:0; top: 20px; transition: all 400ms ease-in-out; z-index: 100;}
.header .logo img					{ width:100%; height:auto;}
.header_right 						{ top: 0; right: 90px; position: absolute; z-index: 100; font-size: 0; line-height: 0; }
.header_right .link 				{ background-color: #C6A55D; width: 80px; height: 80px; margin-left: 10px;}
.header_right .tel  				{ background: url("../images/tel_white.svg") 50% / cover no-repeat #C6A55D; background-size: auto;}
.header_right .mail  				{ background: url("../images/mail_white.svg") 50% / cover no-repeat #C6A55D; background-size: auto;}
.header_right .tel:before,
.header_right .mail:before			{ display: none;}

.header .tel						{ vertical-align:middle; margin: 0; cursor:pointer; text-transform: uppercase; transition: all 300ms ease-in-out;}
.header .tel.active 			    { background-color: #001A2D;}

.header .showTel 				    { width:205px; position:absolute; left: -125px; top:80px; text-align:center; background: #001A2D; padding-top:0; transition:top 400ms ease-in-out; display:none;}
.header .showTel a 				    { display:block; font-size:14px; letter-spacing: 0.6px; line-height:24px; color:#fff; padding:15px 0;}
.header .showTel a:last-child	    { border-top:1px solid #555; }


.open_menu							{ width:80px; height:80px; background-color: #C6A55D; position:absolute; top:0; right:0; cursor:pointer; z-index:120; transition:background 400ms ease-in-out;}
.open_menu:after					{ content: ""; background-color: #C6A55D; height: 80px; width: 800px; position: absolute; top: 0; left: 100%;}
.open_menu div						{ width:30px; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -15px;}
.open_menu div:before				{ width:30px; height:2px; background:#fff; position:absolute; right:0; top:-9px; transition:width 400ms ease-in-out; content:"";}
.open_menu div:after				{ width:20px; height:2px; background:#fff; position:absolute; right:0; top:9px; transition:width 400ms ease-in-out; content:"";}
.open_menu.active div				{ height:0;}
.open_menu.active div:before		{ width:100%; top:0; transform:rotate(-135deg); transition:none;}
.open_menu.active div:after			{ width:100%; top:0; transform:rotate(-45deg); transition:none;}

.open_menu p                        { font-size: 12px; text-transform: uppercase; letter-spacing: 0.8px; color: #fff; font-weight: 600; margin-top: 15px; text-align: center;}


.sticky .header .logo 	  			{ opacity: 0; top: -100px; }
.sticky .header:after	  			{ opacity: 0; top: -250px;}

.close_menu							{ width:100%; height:100%; position:fixed; top:0; left:0; background:#000; opacity:0.5; z-index:70; cursor:url(../images/close.svg), auto; display:none;}
.header_nav							{ display: grid; align-items: center; width: 40%; height: 100%; position:fixed; top:0; right:-100%; background: #001A2D; z-index:80; transition:right 800ms ease-in-out 400ms;}
.header_nav:after					{ width: 100%; height: 100%; position:absolute; top:0; left:0; opacity:0; transition:all 400ms ease-in-out 0ms; content:"";}
.header_nav .menu					{ position:relative; opacity:0; z-index:5; padding-top: 50px; transition:all 400ms ease-in-out 0ms;}	
.header_nav .menu li				{ display:block; position:relative; text-align:left; padding-left: 160px;}	
.header_nav .menu li a				{ font:400 18px/50px "Poppins"; letter-spacing:0.6px; display:inline-block; color:#fff;}
.header_nav .menu li.active>a 		{ color:#C6A55D;}

.header_nav.active					{ right:0; transition-delay:0ms;}
.header_nav.active:after			{ opacity:0.035; background-size:60%; transition-delay:400ms;}
.header_nav.active .menu 			{ opacity:1; transition-delay:800ms;}

.header .logo .mobile				{ display: none;}

@media (min-width:1201px) {
.open_menu:hover div:before			{ width:100%;}
.open_menu:hover div:after			{ width:100%;}
.menu li a:hover 					{ color:#C6A55D;}

}

@media (max-width:1200px) {
.header_nav							{ width: 60%;}
.header 							{ height: 150px; background-color: #001A2D;}
.header:after						{ display: none;}

.sticky .header 					{ height: 80px;}
 
.header .showTel 				    { background: #C6A55D;}
}

@media (max-width:1000px) {
.header_nav .menu li				{ padding-left: 100px;}	
.header 							{ height: 160px; background-color: #001A2D;}
}

@media (max-width:600px) {
.header 							{ height: 70px; background-color: #001A2D;}
.open_menu							{ width:70px; height:70px; right: -7.5vw;}
.open_menu:after					{ display: none;}
.header_right 						{ right: 35px;}
.header_right .mail					{ display: none;}
.header_right .link 				{ background-color: transparent; width: 70px; height: 70px; margin-left: 0;}
.header_nav							{ width: 100%;}

.header .logo						{ width:200px; height: auto; top: 24px;}
.header .logo .desktop				{ display: none;}
.header .logo .mobile				{ display: block;}
.header .logo img					{ width: 100%; height: auto;}
.header_nav .menu li a				{ font-size:16px; }
.header_nav .menu li				{ text-align: center; padding-left: 0;}	
    
.header .showTel 				    { top:70px;}

.sticky .header 					{ height: 70px;}
.sticky .header .logo				{ top: 24px; opacity: 1;}
}

/***** CTA *****/
.cta 								{ background-color: #001a2d; padding: 30px 40px; text-align: center; color: #fff; width: 100% }
.cta .s_titre						{ color: #fff;}
.cta .link							{ background-color: #c6a55d; display: inline-block; margin: 0 5px 10px; min-width: 240px; }
.cta .s_titre						{ color: #fff;}
.cta .s_titre span					{ text-transform: none;}

@media (min-width:1201px) {
.cta .link:hover					{ background-color: #fff; color: #001A2D;}
.cta .link.tel:hover:before			{ background-image: url("../images/tel_gold.svg")}
.cta .link.mail:hover:before		{ background-image: url("../images/mail_gold.svg")}
}
@media (max-width:600px) {
.cta 								{ margin: 50px -7.5vw; width: 100vw;}
.cta .link							{ text-align: center; padding: 0 28px;}
}

/***** tableaux *****/
th 									{ font-weight: 500; line-height: 24px;}
@media (max-width:1200px) {
.table_over							{ overflow-x: scroll;}
td  								{ padding: 0 40px;} 
}

.ul_list							{ margin: -5px 0 20px 0;}
.ul_list li							{ padding: 5px 0 5px 30px; position: relative; background: url("../images/list.svg") left top 14px no-repeat; font-size: 14px;}
@media (max-width:1200px) {
.ul_list li							{ font-size: 12px;}
}


/**** Process ****/
.process 								{ position: relative; text-align: center; margin: 120px auto 120px auto;}
.process .titre							{ margin-bottom: 60px; }
.process .steps 						{ display: grid; grid-template-columns: 1fr 1fr 1fr; max-width: 980px; margin: 0 auto; text-align: center; margin-top: -28px;}
.process.cinq .steps 					{ display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; max-width: inherit; }

.process .icone 						{ display: grid; justify-content: center; align-content: center; margin: 0 auto; width: 120px; height: 120px; border-radius: 50%; background-color: #eee;  position: relative;}
.process .icone .numero 				{ position: absolute; width: 46px; height: 46px; border-radius: 50%; background-color: #001A2D; color: #fff; padding-top: 9px; top: -10px; left: -10px; }
.process .etape 						{ font-weight: 500; text-transform: uppercase; margin-top: 10px; font-size: 14px;}

.process .ou 							{ position: absolute; top: 50%; right: 35%;}

@media (max-width: 1200px){
.process 								{ margin-bottom: 140px;}
.process .titre_main 					{ top: 60px;}
.process .steps 						{ margin-top: -23px;}

.process .ou 							{ position: absolute; top: 50%; right: 30vw;}
}
@media (max-width: 1000px){
.process.cinq .steps 					{ grid-template-columns: 1fr 1fr 1fr; grid-gap: 40px;}
.process .titre_main 					{ top: 30px;}
}
@media (max-width: 600px){
.process 								{ margin: 50px auto;}
.process .steps,
.process.cinq .steps 					{ grid-template-columns: 1fr; grid-gap: 15px; }
.process .titre_main 					{ position: static; margin-bottom: -10px;}

.process .icone 						{ justify-content: inherit; width: calc(100% - 24px); height: 80px; border-radius: 5px; padding: 0 30px; margin-left: 24px;}
.process .icone img						{ height: 46px;}

.process .icone .numero 				{ top: 50%; left: -24px; transform: translateY(-24px);}
.process .etape 						{ text-align: left; font-size: 12px; position: relative; left: 120px; transform: none; top: -65px;}
.process .cercle						{ display: block; height: 80px;}
.process .ou 							{ display: none;}
}



/***** footer*****/
.footer								{ width: 100%; position: relative; padding-top: 100px; background: #001A2D; color: #fff; font-size: 0;}
.footer img                         { margin-bottom: 30px}
.footer .bloc_footer 				{ display: inline-block; vertical-align: top; margin-right: 100px; line-height: 30px;}
.footer .bloc_footer p				{ font-size: 14px; margin-top: 15px;line-height: 24px}
.footer .agent p					{ font-size: 11px; line-height: 28px; margin-top: 40px;}
.footer .tel:before                 { background: url("../images/tel_gold.svg"); }
.footer .mail:before                { background: url("../images/mail_gold.svg"); }
.footer .tel                		{ line-height: 50px; }
.footer .mail                		{ line-height: 20px; }

.footer .club 						{ border: 2px solid #132a3b; padding: 30px; position: relative; margin-top: 150px;}
.footer .link_club					{ color: #fff; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0;}
.footer .club .titre				{ font-size: 18px; }
.footer .club .titre:after			{ content: ""; background: url("../images/arrow_long.svg") 50% / cover no-repeat; background-size: 100%; width: 40px; height: 14px; position: absolute; top: 40%; right: 0;}

.footer .bloc_footer p span			{ display: inline-block;}
.footer .bloc_footer ul				{ margin-top: 13px; display: inline-block;vertical-align: top; margin-right: 50px;}
.footer .bloc_footer li a			{ margin-bottom: 10px; font-size: 14px; color: #fff; background:url("../images/list.svg") 0 48% no-repeat; padding-left: 20px; display: inline-block;}
.footer	.rs							{ position: absolute; right: 0; top: 0;}
.footer	.rs a						{ width: 60px; height: 60px; display: inline-block; vertical-align: top; margin-right: 10px;}
.footer	.rs .facebook			    { background: url(../images/facebook.svg) 50% no-repeat #C6A55D;}
.footer	.rs .scroll					{ background: url(../images/scrolltop.svg) 50% 46% no-repeat #C6A55D; margin: 0;}
.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top: 45px;}
.footer_bottom li 					{ display: inline-block; font-size: 10px; line-height: 20px; margin-right: 35px; letter-spacing: 0.8px; position: relative;}
.footer_bottom li a 				{ color: #fff;}
.footer_bottom li:after				{ width: 1px; height: 9px; content: ""; position: absolute; right: -18px; top: 5px; background: #C6A55D;}
.footer_bottom li:last-child:after 	{ display: none;}
.toponweb							{ display: block; z-index: 85; position: fixed; right: 0; bottom: -65px; transition: bottom 400ms ease-in-out;}
.toponweb span						{ width: auto; height: 60px; display: block; padding: 20px; background: linear-gradient(to left, #ffffff 0%, #ffffff 50%, #C6A55D 50%, #C6A55D 100%); background-size: 200% 100%; background-position: 100% 0;}
.toponweb img						{ width: 74px; height: auto; display: block; margin: 0 auto;}
.toponweb.show						{ bottom: 0;}

@media (min-width:1201px) {
.footer .bloc_footer p a:hover,
.footer .bloc_footer li a:hover,
.footer_bottom li a:hover			{ color: #C6A55D;}
.footer	.rs .scroll:hover			{ background-color: #C6A55D;}
.toponweb:hover span				{ background-position: 0 0;}
.footer .club .titre:hover:after	{ right: 20px;}
}
@media (max-width:1200px) {
.footer .bloc_footer 				{ margin-right: 80px;}
.footer .bloc_footer.last			{ display: none;}
.toponweb                           { position: absolute;}
}
@media (max-width:1000px) {
.footer .bloc_footer 				{ display: block; margin: 0;}
.footer .bloc_footer p              { margin: 0 0 5px;}
.footer_bottom   					{ margin-top: 80px;}
.footer .club 						{ margin: 40px 0 40px 0;}
}
@media (max-width:600px) {
.footer								{ padding-top: 50px;}
.footer .rs                         { top: -10px; position: relative; margin-top: 40px;}
.footer .logo_f                     { width: 250px}
.footer .club 						{ padding: 30px 7.5vw; margin-top: 40px; margin-bottom: 40px;}
.footer .bloc_footer 				{ margin: 0;}
.footer .bloc_footer p b			{ font-size: 18px; line-height: 20px; margin-bottom: 20px;}
.footer_bottom 	 					{ text-align: left; margin-top: 40px; padding: 0 0 40px 0;}
.footer_bottom li 					{ display: block; margin-right: 0; line-height: 25px;}
.footer_bottom li:after				{ display: none;}
}




