/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&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: 800; font-size: 15px;}
ul									{ list-style-type: none;}
body								{ font: 400 14px/30px "Comfortaa"; letter-spacing: 0.5px; color: #00214D; background: #fff; position: relative;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
a									{ text-decoration: none; color: #00214D; position: relative;}
img									{ border: none;}
main 								{ position: relative;}
#wrapper 							{ min-width: 320px; overflow: hidden; position: relative;}
#wrapper *							{ box-sizing: border-box;}
#footer 							{ position: relative;}

@media (max-width:600px) {
strong, b							{ font-weight: 800; font-size: 13px;}
body		 						{ font-size: 12px; line-height: 24px;}
}

/***** scollbar *****/
::-webkit-scrollbar 				{ width: 6px; height: 6px; background-color: #fff;}
::-webkit-scrollbar-thumb			{ background-color: #ffc436; border-radius: 20px;}


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


/***** class *****/
.wrapper 							{ width: 90vw; max-width: 1200px; margin: 0 auto; position: relative;}
.clear								{ clear: both; display: block;}

.titre_main	 						{ font: 600 25px/35px "Comfortaa"; position: relative; margin-bottom: 15px; color: #1f1e34;}
.sous_titre 						{ font: 600 22px/32px "Comfortaa"; letter-spacing: 0.6px; position: relative; margin-bottom: 20px; color: #1f1e34;}
.titre         						{ font: 500 15px/26px "Comfortaa"; position: relative; margin-bottom: 8px; color: #01c7d4; letter-spacing: 0.4px;}
.chapo		 						{ font: 400 14px/30px "Comfortaa"; position: relative; }

.link 								{ font: 800 15px/58px "Comfortaa"; letter-spacing: 0.6px; height: 60px; margin-top: 15px; position: relative; display: inline-block; vertical-align: middle; color: #0c356a; padding: 0 80px 0 0; background: url("../images/arrow_dark.svg") calc(100% - 20px) 50% no-repeat; cursor: pointer; border: none; transition: all 300ms ease-in-out;}
.link:after							{ content: ""; width: 35px; height: 35px; background-color: #ffc436; border-radius: 8px; position: absolute; right: 7px; top: 50%; transform: translateY(-50%) rotate(45deg); z-index: -1; transform-origin: center;}
.link_arrow							{ font-size: 0; display: block; height: 50px; margin-top: 25px; margin-left: auto; background: url("../images/arrow.svg") calc(100% - 20px) 50% no-repeat transparent; position: relative;}
.link_arrow:before     				{ content: ""; display: block; width: 50px; height: 50px; border-radius: 12px; z-index: -1; transform: rotate(45deg); background-color: #ffc436; position: absolute; right: 0; top: 0;}

.shape                              { width: 500px; height: 500px; display: block; background: linear-gradient(120deg, #01c7d4, #003585); border-radius: 80px; transform: rotate(45deg); transform-origin: center; z-index: -1;}

.bloc_short 						{ max-width: 900px; margin: 0 auto; position: relative;}
.no_cursor                          { cursor: default;}
.ul_list							{ margin: -5px 0 20px 0;}
.ul_list li							{ padding: 5px 0 5px 25px; position: relative; background: url("../images/list.svg") left 14px no-repeat;}

.anchor                             { position: absolute; top: -150px; left: -100px; }

@media (min-width:1201px) {
.link:hover        					{ color: #01c7d4; }
.link:hover:after					{ background-color: #01c7d4; border-radius: 50%; transform: translateY(-50%) rotate(180deg); }
.link_arrow:hover:before     		{ background-color: #01c7d4; border-radius: 50%; transform: rotate(180deg);}

}
@media (max-width:1200px) {
.wrapper 							{ min-width: inherit;}
.titre_main	 						{ font-size: 22px; line-height: 32px;}
.sous_titre 						{ font-size: 20px; line-height: 30px;}
.titre 						        { font-size: 14px; line-height: 26px;}
}
@media (max-width:1000px) {
.wrapper 							{ max-width:750px;}
}
@media (max-width:700px) {
.wrapper 							{ width: 85vw;}
    
.titre_main	 						{ font-size: 18px; line-height: 30px;}
.sous_titre 						{ font-size: 16px; line-height: 28px;}
.titre 						        { font-size: 12px; line-height: 24px;}

.chapo                              { font-size: 12px; line-height: 24px;}
    
.link 								{ display: inline-flex; align-items: center; font-size: 13px; height: 50px; margin-top: 10px;}
.link:after							{ width: 30px; height: 30px; border-radius: 7px; right: 10px;}
    
.link_arrow							{ height: 40px; margin-top: 15px; background-position: calc(100% - 15px) 50%;}
.link_arrow:before     				{ width: 40px; height: 40px; border-radius: 10px; }

.ul_list li							{ background-position: 0 10px;}
}


.cadre                                  { margin: 100px auto; width: 100%; height: 100%; background: linear-gradient(120deg, #01c7d4, #003585); position: relative; padding: 2px; border-radius: 37px; z-index: 10;}
.cadre .border_gradient                 { width: 100%; background-color: #fff; padding: 50px 60px; border-radius: 35px; position: relative; z-index: 11; }
@media (max-width:1200px) {
.cadre                                  { margin: 80px auto; border-radius: 25px;}
.cadre .border_gradient                 { padding: 40px 50px; border-radius: 23px; }
}
@media (max-width:1000px) {
.cadre                                  { margin: 60px auto; border-radius: 20px;}
.cadre .border_gradient                 { padding: 40px 5vw; border-radius: 18px; }
}
@media (max-width:700px) {
.cadre                                  { margin: 40px auto; border-radius: 10px;}
.cadre .border_gradient                 { background: transparent; padding: 35px 7.5vw; border-radius: 8px; color: #fff;}
.cadre .border_gradient .link           { background-image: url("../images/arrow.svg");}
.cadre .border_gradient a,
.cadre .border_gradient .link,
.cadre .border_gradient .titre_main,
.cadre .border_gradient .titre, 
.cadre .border_gradient .sous_titre     { color: #fff; }
}



.bloc_ombre                             { box-shadow: 0 10px 25px 0px #1d8abd40; background-color: #fff; padding: 40px 60px; border-radius: 25px}
@media (max-width:1200px) {
.bloc_ombre                             { padding: 35px 50px; border-radius: 20px}
}
@media (max-width:1000px) {
.bloc_ombre                             { box-shadow: 0 5px 20px 0px #1d8abd40; padding: 35px 5vw; border-radius: 15px}
}
@media (max-width:700px) {
.bloc_ombre                             { box-shadow: 0 0 15px 0px #1d8abd40; padding: 35px 7.5vw; border-radius: 10px}
}



/***** header et menu *****/
.header 							{ width: 100%; font-size: 0; line-height: 0; letter-spacing: 0; position: fixed; left: 0; top: 0; z-index: 100; text-align: right; padding: 30px 0; background: transparent; transition: all 400ms ease-in-out;}
.header .logo						{ width: 133px; position: absolute; left: 0; top: 5px; z-index: 140; transition: all 400ms ease-in-out;}
.header .logo img					{ width: 100%; height: auto; display: block; position: relative; z-index: 5; transition: all 400ms ease-in-out;}
.header .logo img.power				{ position: absolute; left: 0; top: 0;}

.header .header_nav 				{ display: inline-block; position: relative; padding: 36px 0 0 0;}
.header .menu>li					{ position: relative; display: inline-block; vertical-align: top; margin-left: 45px;}
.header .menu>li a					{ font: 700 16px/48px "Comfortaa"; height: 44px; display: block; letter-spacing: 0.6px;}
.header .menu>li.active>a			{ color: #ffc436;}

.menu_small 						{ position: absolute; top: 0; right: 0; padding-right: 115px;}
.menu_small ul>li				    { position: relative; display: inline-block; vertical-align: top; margin-left: 41px;}
.menu_small ul>li:after 			{ width: 1px; height: 11px; background: #ccc; position: absolute; right: -21px; top: 13px; content: "";}
.menu_small ul>li a					{ font: 400 14px/36px "Comfortaa"; height: 36px; display: block; letter-spacing: 0.7px;}
.menu_small ul>li.active>a			{ color: #ffc436;}

.langues 							{ display: inline-flex; vertical-align: middle; margin-left: 35px; letter-spacing: 0.4px; text-transform: uppercase; color: #1f1e34; position: absolute; right: 0; top: 8px;}
.langues .choix						{ margin-left: 20px; border-bottom: 2px solid transparent; display: inline-block; font-size: 12px; line-height: 20px; font-weight: 800; }
.langues .choix.active 				{ border-color: #ffc436; }

.header .sub						{ width: 290px; text-align: left; position: absolute; top: 100%; left: -30px; display: block; visibility: hidden; opacity: 0; padding: 20px 0; background: #ffb600; border-radius: 0 0 15px 15px;}
.header .sub li						{ width: 100%; margin: 0;}
.header .sub li a					{ width: 100%; line-height: 33px; height: 35px; padding: 0 30px; text-transform: none; letter-spacing: 0.4px; font-size: 16px; font-weight: 500; background: url("../images/list_sub.svg") right+30px center no-repeat;}
.header .sub li.active a			{ opacity: 0.4;}


/* Pas de langues */
.menu_small 						{ padding-right: 0;}
.menu_small ul>li:last-child:after 	{ display: none;}


@media (min-width:1201px) {
.menu_mobile 						{ display: none;}
.header .menu>li:hover 				{ z-index: 999;}	
.langues .choix:hover,
.header .menu_small ul>li:hover>a,		
.header .menu>li:hover>a 			{ color: #ffb600;}
.header .menu>li:hover .sub			{ opacity: 1; visibility: visible; z-index: 999;}
.header_top a:hover,
.header .menu>li:hover>a 			{ color: #ffb600;}		
.header .sub li a:hover 			{ opacity: 0.4;}
    
.sticky .header 										{ background: #fff; box-shadow: 0 0 40px 0 rgba(16, 73, 70, 0.1);}
.sticky .header .logo									{ width: 100px; top: -15px;}
.sticky:not(.scrolling_top) .header						{ top: -36px; padding: 0;}
.sticky:not(.scrolling_top) .header .logo				{ width: 75px; top: 40px;}
.sticky:not(.scrolling_top) .header .logo img.power 	{ opacity: 0; visibility: hidden;}
.sticky:not(.scrolling_top) .header .menu>li>a 			{ line-height: 85px; height: 85px;}
.sticky:not(.scrolling_top) .header .devis 				{ top: 52px; height: 53px; line-height: 53px;}
}
@media (max-width:1200px) {
.menu_mobile						{ width: 70px; height: 100px; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; z-index: 250; margin: 0 -17px; transition: height 400ms ease-in-out;}
.menu_mobile div					{ width: 34px; height: 2px; background: #01c7d4; position: absolute; right: 50%; top: 50%; margin: -1px -17px 0 0;}
.menu_mobile div:before				{ width: 100%; height: 2px; background: #01c7d4; position: absolute; right: 0; top: 7px; content: "";}
.menu_mobile div:after				{ width: 100%; height: 2px; background: #01c7d4; position: absolute; right: 0; top: -7px; content: "";}
.menu_mobile.active div				{ height: 0;}
.menu_mobile.active div:before		{ top: 0; transform: rotate(45deg);}
.menu_mobile.active div:after		{ top: 0; transform: rotate(-45deg);}

.header 							{ padding: 0; background-color: transparent;}
.header ::-webkit-scrollbar			{ display: none;}
.header .logo						{ width: 70px; top: 15px; z-index: 250;}
    
.header .header_nav 				{ width: 100%; height: 100vh; position: fixed; right: -100%; top: 0; overflow-y: scroll; z-index: 200; background: #00204a; border-top: 100px solid #fff; padding: 60px 0 120px 0; transition: all 400ms ease-in-out 200ms;}
.header .menu  						{ display: block; width: auto; text-align: left; margin: 0 10vw 30px 10vw; position: relative; z-index: 100; opacity: 0; transition: all 300ms ease-in-out 0ms;}
.header .menu>li 					{ width: 100%; display: block; margin: 0;}
.header .menu>li>a					{ font-size: 17px; line-height: 55px; height: 55px; letter-spacing: 1.2px; transition: none; color: #fff;}
    
.header .menu>li>i					{ width: 75%; height: 56px; display: block; margin-top: -56px; position: relative; z-index: 5; float: right;}
.header .menu>li>i:after			{ width: 80px; height: 100%; background: url("../images/scrollbottom.svg") 50% no-repeat; float: right; content: "";}
.header .menu>li>i.active:after 	{ transform: rotate(180deg);}
.header .sub 						{ width: 100%; position: relative; left: auto; top: auto; margin: 10px 0; border-radius: 5px; background: #fff; visibility: visible; opacity: 1; display: none; z-index: 150;}
.header .sub li  					{ width: 100%;}
.header .sub li a					{ width: 100%; line-height: 40px; height: 40px; text-align: left;}
.header .sub li.active a			{ opacity: 1; color: #ffb600;}
    

.menu_small 						{ position: relative; top: auto; right: auto; text-align: left; margin: 0 10vw; padding-top: 30px; border-top: 1px solid #00938c50; opacity: 0; transition: all 300ms ease-in-out 0ms;}
.menu_small ul>li					{ display: block; margin: 0;}
.menu_small ul>li:after 			{ display: none;}
.menu_small ul>li a					{ font-size: 16px; font-weight: 500; height: 44px; line-height: 44px; color: #fff;}

.langues 							{ margin-top: 30px; margin-left: 0; color: #fff; position: relative; right: auto; top: auto;}
.langues .choix						{ margin-left: 0; margin-right: 20px; font-size: 14px; color: #fff;}

    
    
.header.active .logo				{ width: 70px; top: 15px;}
.header.active .header_nav 			{ right: 0; transition-delay: 150ms;}
.header.active .menu, 
.header.active .menu_small 			{ opacity: 1; transition-delay: 600ms;}

    
.sticky .header                     { background-color: #fff;}
}
@media (max-width:1000px) {
.header .menu  						{ margin: 0 5vw 30px 5vw;}
.menu_small 						{ margin: 0 5vw;}
}
@media (max-width:700px) {
.menu_mobile						{ height: 70px;}
.header 							{ padding: 0;}
.header .logo						{ width: 80px; top: 12px;}
.header .devis                      { right: calc(7vw + 34px); height: 50px; width: 80px; padding: 12px; line-height: 13px; font-size: 10px; top: 15px; transition: top 400ms ease-in-out;}
.header .header_nav 				{ border-width: 75px; padding: 40px 0 120px 0;}
.header .menu  						{ margin: 0 7vw 18px 7vw;}
.header .menu>li>a					{ font-size: 14px; line-height: 48px; height: 48px;}
.menu_small 						{ margin: 0 7vw; padding-top: 22px;}
.menu_small ul>li a					{ font-size: 13px; height: 38px; line-height: 38px;}

.header .header_nav 				{ border-width: 75px;}
.header .menu  						{ padding: 60px 7vw 100px 7vw;}
.header .menu>li>a					{ font-size: 14px; line-height: 48px; height: 48px; padding: 0 20px;}
.header .menu>li>i					{ width: 60%; height: 48px; margin-top: -48px;}
.header .menu>li>i:after			{ width: 60px;}
.header .menu>li>i.active:after 	{ transform: rotate(45deg);}
.header .sub 						{ padding: 12px 0;}
.header .sub li a					{ font-size: 14px; line-height: 32px; height: 32px; padding: 0 20px; background-position: right+20px center;}
    
.header.active .logo 				{ width: 50px; top: 12px;}
.sticky .header .logo 				{ width: 50px; top: 12px;}
}




/***** footer *****/
.footer								{ position: relative; background: #00204a; color: #fff; font-size: 0; padding-top: 80px;}
.footer .bloc_footer 				{ display: inline-block; vertical-align: top; position: relative;}
.footer .bloc_footer .nom     		{ font-size: 20px; color: #fff; display: grid; grid-template-columns: auto 1fr; grid-gap: 15px; align-items: center; margin-bottom: 25px}
.footer .bloc_footer .logo 			{ width: 180px; height: auto; display: block; margin: -20px 0 30px 0;}
.footer .bloc_footer.logo_partner	{ position: absolute; top: 100px; right: 0;}
.footer .bloc_footer.logo_partner img	{ max-width: 130px }
.footer .bloc_footer p				{ font-size: 14px; line-height: 30px; margin-top: 10px;}
.footer .bloc_footer p a			{ color: #fff;}

.footer .links 						{ display: grid; grid-template-columns: 180px 180px; grid-gap: 10px; margin-top: 30px;}
.footer .links .link 				{ text-align: center; padding: 0; background-image: linear-gradient(to top, #239e98 0% 50%, #46b6b1 50% 100%); cursor: url("../images/cursor_white.svg"), auto;}
.footer .links .tel 				{ padding: 0 0 0 62px; font-size: 14px; font-weight: 600; letter-spacing: 0.6px; line-height: 60px; text-align: left; background: #fff; color: #ae312e; cursor: url("../images/cursor_red.svg"), auto;}
.footer .links .tel:after 			{ width: 20px; height: 100%; position: absolute; left: 25px; top: 0; background: url("../images/tel_red.svg") 50% no-repeat; background-size: 20px auto; content: "";}

.footer ul.bloc_footer     			{ margin: 70px 0 0 100px;}
.footer ul.bloc_footer li   		{ margin-bottom: 5px;}
.footer ul.bloc_footer li a 		{ color: #fff; font-size: 14px; line-height: 34px; padding: 5px 0 5px 20px; background: url("../images/list_footer.svg") 0 50% no-repeat;}

.footer	.rs							{ position: absolute; right: 0; top: 15px; font-size: 0; line-height: 0; letter-spacing: 0;}
.footer	.rs a						{ width: 56px; height: 56px; border-radius: 50%; display: inline-block; vertical-align: top; margin-right: 10px;}
.footer	.rs .linkedin				{ background: url("../images/linkedin.svg") 50% no-repeat #ffc436;}
.footer	.rs .scroll 				{ background: url("../images/scrolltop.svg") 50% 48% no-repeat #ffc436; margin: 0;}

.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top: 80px;}
.footer_bottom li 					{ display: inline-block; font-size: 10px; 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: #ffc436;}
.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%, #ffc436 50% 100%); background-size: 200% 100%; background-position: 100% 0;}
.toponweb img						{ width: 76px; height: auto; display: block; margin: 0 auto; transition: all 300ms ease-in-out;}
.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: #ffc436;}
.footer	.rs a:hover  				{ background-color: #46b6b1;}
.toponweb:hover span				{ background-position: 0 0;}
}
@media (max-width:1200px) {
.footer								{ padding-top: 60px;}
.footer .bloc_footer .logo 			{ width: 140px; margin: -15px 0 20px 0;}
.footer .links .tel 				{ line-height: 53px;}
.footer ul.bloc_footer     			{ display: none;}
.footer_bottom   					{ margin-top: 60px;}
}
@media (max-width:700px) {
.footer								{ padding-top: 40px;}
.footer .bloc_footer 				{ width: 100%; padding: 0;}
.footer .bloc_footer .logo 			{ width: 112px; margin: -10px 0 15px 0;}
.footer .bloc_footer p				{ font-size: 12px; line-height: 22px;}
.footer .links 						{ grid-template-columns: auto auto 1fr; grid-gap: 0; margin-top: 20px;}
.footer .links .link 				{ padding: 0 25px;}
.footer .links .tel 				{ padding: 0 25px 0 50px; font-size: 13px; line-height: 48px; margin-right: 10px;}
.footer .links .tel:after 			{ width: 16px; left: 20px; top: 0; background-size: 16px auto;}
.footer	.rs							{ top: 0;}
.footer	.rs a						{ width: 46px; height: 46px; border-radius: 5px;}
.footer	.rs .facebook				{ background-size: auto 18px;}
.footer_bottom 	 					{ text-align: left; margin-top: 30px; padding: 0 0 20px 0;}
.footer_bottom li 					{ display: block; margin: 0; font-size: 10px; line-height: 26px;}
.footer_bottom li:after				{ display: none;}

}
@media (max-width:450px) {
.footer .links 						{ grid-template-columns: auto 1fr;}
.footer .links .link 				{ padding: 0;}
.footer .links .tel 				{ padding: 0 25px 0 50px;}
}
@media (max-width:370px) {
.footer .links .tel 				{ padding: 0 22px 0 48px;}
.footer .links .tel:after 			{ left: 18px;}
}

