/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --main-color: #1d2a38;
    --second-color: #00aeff;
    --third-color: #174460;
    --fourth-color: #d9f3ff;
    --white: #fff;
    --gray: #F7F7F7;
    --black: #0D0D0D;

    --font-main: "Poppins", sans-serif;

    --body_font: 400 14px / 30px var(--font-main); 
    --body_font-mobile: 400 13px / 28px var(--font-main);

    --titre-main: 400 35px/45px var(--font-main); 
    --titre-main-mobile: 400 20px/30px var(--font-main);

    --sous-titre: 400 20px/30px var(--font-main);
    --sous-titre-mobile: 400 18px/34px var(--font-main);
}

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; box-sizing: border-box;}
strong, b							{ font-weight: 700;}
ul									{ list-style-type: none;}
body								{ font: var(--body_font);  letter-spacing: 0.4px; color: var(--main); background: var(--white); position: relative; overflow-x: hidden;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
a									{ text-decoration: none; color: var(--second-color); position: relative;}
img									{ border: none; }
main 								{ position: relative;}
#wrapper 							{ min-width: 320px; width: 100%;}
#wrapper *							{ box-sizing: border-box;}
#footer 							{ position: relative; z-index: 15;}

@media (max-width:600px) {
body								{ font-size: 14px; line-height: 28px;}
}


/***** scollbar *****/
::-webkit-scrollbar 				{ width: 6px; height: 6px; background-color: var(--white);}
::-webkit-scrollbar-thumb			{ background-color: var(--second-color);}


/***** transition *****/
@media (min-width:1201px) {
.link, :before, :after, a, a span, .logo, .header, .sub { transition: all 400ms ease-in-out;}
}


/***** class *****/
.wrapper 							{ width: 90vw; max-width: 1200px; margin: 0 auto; position: relative; clear: both;}
.wrapper_large						{ max-width: 1600px;}
.clear								{ clear: both; display: block;}

.titre_main	 						{ font: var(--titre-main); position: relative; color: var(--second-color); margin-bottom: 10px; letter-spacing: 0.5px;}
.titre_main::after                  { content: url(../images/picto.svg); line-height: 0; display: block; margin-top: 10px;}
.sous_titre 						{ font: var(--sous-titre); position: relative; color: var(--second-color); margin-bottom: 15px;}
.titre                              { font: 500 18px/25px var(--font-main); color: var(--main-color-light); margin-bottom: 10px;}
.titre span                         { color: var(--main-color);}
.chapo		 						{ font: 400 14px/30px var(--font-main); margin-bottom: 40px;}
.link 								{ font: 700 13px/60px var(--font-main); height: 60px; text-transform: uppercase; display: inline-block; vertical-align: top; color: var(--white); padding: 0 30px; background: var(--second-color); text-align: center; cursor: pointer; border: none; letter-spacing: 1px; position: relative;}
.link.tel                           { padding-left: 60px;}
.link.tel::before                   { content: url(../images/tel.svg); display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 30px; line-height: 0;}

.devis                              { margin-top: 20px; display: inline-block; vertical-align: top; font: 500 18px/60px var(--font-main); color: var(--main-color); padding-left: 50px; background: url(../images/icone_devis.svg) left center no-repeat;}
.devis span                         { text-transform: uppercase; color: var(--second-color);}

@media (min-width:1201px) {
.link:hover 						{ background-color: var(--main-color);}
}
@media (max-width:1200px) {
.wrapper 							{ min-width: inherit;}
}

@media (max-width:1000px) {
.wrapper 							{ max-width: 750px;}
}
@media (max-width:700px) {
#wrapper::before                    { display: none;}
.wrapper 							{ width: 85vw;}
.titre_main	 						{ font: var(--titre-main-mobile);}
.titre                              { font-size: 15px; line-height: 25px;}
.sous_titre 						{ font: var(--sous-titre-mobile); margin-bottom: 10px;}
.chapo		 						{ font: 400 13px/28px var(--font-main);}
.link 								{ font-size: 12px; width: 100%;}
.link.devis                         { padding-left: 30px; padding-right: 70px; text-align: left;}
.link.devis::before                 { left: auto; right: 30px;}
}


/***** header et menu *****/
.header 							{ width: 100%; font-size: 0; line-height: 0; text-align: right; position: fixed; left: 0; top: 0; z-index: 100; transition: all 400ms ease-in-out; background: transparent; z-index: 999; background: var(--white);}
.header_right                       { display: inline-block; vertical-align: middle; margin-left: 40px;}
.header a                           { display: inline-block; vertical-align: middle;}
.header .logo                       { position: absolute; left: 0;  line-height: 0; z-index: 90; transform-origin: left; display: inline-block; bottom: 0; transform-origin: bottom left; line-height: 0;}
.header_nav							{ display:inline-block; vertical-align: middle; position:relative; z-index:40; transition: all ease-in-out 400ms;}
.header_nav .menu       			{ display:inline-block;}
.header_nav .menu>li				{ display:inline-block; vertical-align:middle; margin-left: 40px; position: relative;}
.header_nav .menu li:first-child    { margin: 0;}
.header_nav .menu li a				{ font: 700 13px/120px var(--font-main); color: var(--black); letter-spacing: 1px; display: inline-block; transition-property: all; text-transform: uppercase;}
.header_nav .menu>li.active>a		{ color:var(--second-color);}
.header_nav .menu>li.active>a::after{ width: 30px;}
.header_nav .sub					{ width: 220px; margin-left: -110px; text-align: left; position: absolute; top: 70%; left: 50%; display: block; background: var(--second-color);opacity: 0; visibility: hidden; text-align: center; padding: 10px 0;}

.header_nav .sub li					{ width: 100%; margin: 0;}
.header_nav .sub li a				{ width: 100%; font: 400 14px/24px var(--font-main); letter-spacing: 0.4px; color: var(--white); display: block; padding: 10px 40px; background: none; text-transform: initial;}
.header_nav .menu .sub li.active a	{ color: #242d39;}
.sticky .header                     { box-shadow: 0 0 30px 0 rgba(32, 37, 43, 0.18);}

@media (min-width:1201px) {
.header_nav .menu .vue_mobile,
.menu_mobile 						{ display: none;}
.header_nav .menu>li:hover>a,
.link_top .tel:hover,
.header_nav li a:hover			    { color: var(--second-color);}
.header_nav .menu>li>a::after       { content: ""; display: block; position: absolute; left: 0; bottom: 33px; width: 0; height: 1px; background-color: var(--main-color-light);}
.header_nav .menu>li:hover>a::after { width: 30px;}
.header_nav .menu>li:hover>a		{ color: var(--second-color);}
.header_nav .sub li a:hover			{ color: #242d39;}
.header_nav .menu li:hover .sub		{ opacity: 1; visibility: visible; z-index: 999;}
.sticky .header_nav .menu           { padding-top: 0;}
.header .link-mobile                { display: none;}
.header_nav .sub:after 				{ width: 10px; height: 10px; position: absolute; left: 50%; top: -5px; margin: 0 0 0 -5px; transform: rotate(45deg); background: var(--second-color); content: ""; z-index: -1;}
.sticky .header                     { background: var(--white);}
.sticky .header .logo               { transform: scale(0.7); bottom: 15px;}
.sticky .header_nav .menu>li>a      { height: 90px; line-height: 90px;}
.header .facebook:hover             { background-color: var(--main-color-light);}
}

@media (max-width:1200px) {
.sticky .header                     { top: 0; background-color: var(--white);}
.header                             { z-index: 201; padding: 0;}
.header .logo                       { transform: translateY(-50%); transform-origin: left center; top: 50%; bottom: auto;}
.header .logo img                   { width: 115px;}
.header .link                       { margin-right: 10px;}
.menu_mobile						{ width:60px; height:60px; display:inline-block; vertical-align:middle; cursor:pointer; position:relative; z-index:60; margin: 20px -10px 20px 0; transition:height 400ms ease-in-out;}
.menu_mobile div					{ width:40px; height:2px; border-radius: 2px; background:var(--main-color); position:absolute; right:50%; top:50%; margin:-1px -20px 0 0;}
.menu_mobile div:before				{ width:100%; height:2px; border-radius: 2px; background:var(--main-color); position:absolute; right:0; top:7px; content:"";}
.menu_mobile div:after				{ width:100%; height:2px; border-radius: 2px; background:var(--main-color); 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_nav 	  					{ width:100%; height:100vh; background:var(--white); position:fixed; right:0; top:-120%; overflow-y:scroll; display: flex; flex-direction: column; padding: 180px 0 0; z-index:50; transition:top 400ms ease-in-out 400ms;}
.header_nav::-webkit-scrollbar		{ display:none;}
.header_nav .menu_top::after        { display: none; }
.header_nav .menu_top li 			{ display: block; margin: 0; padding: 0;}	
.header_nav .menu_top li:after		{ display:none;}
.menu_top                           { font-size: 0; display: inline-block; vertical-align: middle;}
.menu_top a                         { display: inline-block; width: 40px; height: 40px; background: url(../images/tel_rose.svg) no-repeat center;  z-index: 100;}
.header_nav .menu  					{ width:100%; max-width: 750px; margin: 0 auto; width: 90vw; text-align:left; padding:0; transition:opacity 400ms ease-in-out 0ms; opacity:0;}
.header_nav .menu li 				{ width:100%; display:block; margin:0; background: none; padding: 0;}
.header_nav .menu>li>a				{ line-height:50px; height: auto;}
.header_nav .menu li i.active:after	{ opacity:1;}
.header_nav .menu li i				{ width: 40px; background-color: var(--second-color); height: 40px; display: block; margin-top: 5px; position: relative; z-index: 5;float: right;}
.header_nav .menu li i::after       { content: ""; display: block; position: absolute;  transform-origin: center; transition: all ease 400ms; width: 100%; height: 100%; background: url(../images/arrow_down.svg) no-repeat center }
.header_nav .menu li a	            { background: none;}
.header_nav .menu li i.active::after{ transform: rotate(180deg);}
/* sous-menu simple */
.header_nav .menu .sub 				{ width: 100%; position: relative; left: auto; top: auto; padding: 15px 0; margin: 0;  opacity: 1; display: none; visibility: visible; z-index: 150;}
.header_nav .menu .sub li  			{ width: 100%;}
.header_nav .menu .sub li a			{ width: 100%;  text-align: left;}
.header_right                       { position: relative; z-index: 51; margin-left: 0;}
.header_nav.active					{ top:0; transition-delay: 0;}
.header_nav.active .menu			{ opacity:1; transition-delay:800ms;}

}

@media (max-width:1000px) {		
.header_nav .sub 					{ padding: 25px 40px;}
.header_nav .sub li a				{ border: none; line-height: 45px; height: 45px;}
}

@media (max-width:700px) {
.header                             { padding: 0;}
.header .link.tel                   { font-size: 0; padding: 0; line-height: 0; background: var(--second-color); width: 50px; height: 50px;}
.header .link.tel::before           { left: 18px;}
.header_nav                         { padding: 150px 7.5vw 0; align-content: baseline;}
.header_nav .menu                   { width: 100%;}
.header_nav .menu .sub li a 		{ padding: 0 30px;}
}



.ul_list						    { margin-bottom: 15px; padding: 5px 0 0 0;}
.ul_list li					        { padding: 5px 0 7px 30px; position: relative; background: url(../images/checklist.svg) left 13px no-repeat;}



.bandeau                            { text-align: center; color: var(--white); background: var(--main-color); padding: 35px 40px; margin: 110px 0;}
.bandeau a                          { color: var(--second-color); font-weight: 700;}

@media (min-width:1201px) {
.bandeau a:hover                    { color: var(--white);}
}
@media (max-width:1000px) {
.bandeau                            { margin: 80px 0;}
}
@media (max-width:700px) {
.bandeau                            { margin: 0; font-size: 15px; line-height: 25px; padding: 20px;}
.bandeau a                          { display: block; width: max-content; margin: 0 auto;}
}



/***** moving galerie *****/
.moving_galerie 				    { width: auto; position: relative; text-align: center; margin: 100px 0 30px; overflow: hidden;}
.moving_galerie .row 			    { width: auto; display: flex; align-items: center; gap: 30px;}
.moving_galerie .row .item 		    { width: auto; display: flex; align-items: center; animation: scroll_gallery 80s linear infinite; gap: 30px;}
.moving_galerie .row .item img 	    { width: auto; height: 440px; display: block; margin: 0 auto; transition: all 300ms ease-in-out;}

@keyframes scroll_gallery {
0%								    { transform: translate(0, 0);}
100% 							    { transform: translate(-100%, 0); }
}
@media (max-width:1000px) {
.moving_galerie                     { margin: 60px 0;}
.moving_galerie .row .item img 	    { height: 300px;}
}
@media (max-width:700px) {
.moving_galerie 				    { margin: 50px 0;}
.moving_galerie .row                { gap: 10px;}
.moving_galerie .row .item          { gap: 10px;}
.moving_galerie .row .item img      { width: 240px; object-fit: cover; height: 320px;}
}




/***** table plus *****/
.table_plus 						{ position: relative; margin: 90px 0 100px;}
.table_plus .titre_main             { font-size: 30px;}
.table_plus .item                   { text-align: left; margin-bottom: 10px;} 
.table_plus .item:not(:last-of-type){ border-bottom: none;}
.table_plus .hide 					{ padding: 20px 30px 10px; display: none;}
.table_plus .hide :last-child       { margin-bottom: 0;}
.table_plus .hide ul 				{ padding-left: 20px;}
.table_plus .titre_main             { margin-bottom: 30px;}
.titre_plus 						{ position: relative; letter-spacing: 0.4px; cursor: pointer; padding: 20px 80px 20px 30px; background: var(--fourth-color); color: var(--main-color); font: 500 14px/30px var(--font-main); transition: all 400ms ease-in-out;}
.titre_plus:before					{ position: absolute; right: 30px; top: 50%; transition: all 400ms ease-in-out; margin-top: -5px; content: url(../images/chevron_down.svg); line-height: 0;}
.titre_plus.active 			        { color: var(--white);  background: var(--main-color);}
.titre_plus.active:before 			{ transform: rotate(180deg);}

@media (max-width:1000px) {
.table_plus                         { margin: 70px 0 80px;}
}
@media (max-width:700px) {
.table_plus 						{ margin: 20px 0 50px;} 
.table_plus .titre_main             { margin-bottom: 20px; font-size: 20px;}
.table_plus .titre_main::after      { display: none;}
.table_plus .hide 					{ padding: 20px 0 10px;}
.titre_plus 						{ font-size: 14px; line-height: 20px; padding: 10px 55px 10px 20px; min-height: 60px; display: grid; align-items: center;}
.titre_plus:before                  { right: 20px;}
}


/***** footer*****/
.footer								{ width: 100%; position: relative; padding-top: 100px; color: var(--white); font-size: 0; background: url(../images/bg_services.svg) left calc(50% + 780px) bottom -265px no-repeat var(--main-color);}
.footer .logo_footer                { font: 700 25px/35px var(--font-main); color: var(--white); text-transform: uppercase; margin-bottom: 35px;}
.footer .bloc_footer.coordonnees    { margin-top: 0; margin-right: 65px;}
.footer .bloc_footer 				{ line-height: 30px; font-size: 16px; margin-top: 67px; margin-right: 100px; display: inline-block; vertical-align: top;}
.footer .bloc_footer p				{ font-size: 14px;}
.footer .bloc_footer p a			{ color: var(--white); text-transform: none; display: inline-block; border: none;}
.footer .bloc_footer li a           { color: var(--white); padding-left: 25px; background: url(../images/list.svg) left center no-repeat; font-size: 14px;}
.footer .bloc_footer li             { margin-bottom: 10px;}
.footer .bloc_footer .phone         { background: url(../images/tel_blue.svg) left center no-repeat; line-height: 30px; padding-left: 30px; margin-top: 0;}
.footer .bloc_footer .mail          { background: url(../images/mail.svg) left center no-repeat; line-height: 40px; padding-left: 30px; margin-bottom: 20px;}
.footer .bloc_footer .localisation  { background: url(../images/marker.svg) left 4px no-repeat; line-height: 26px; padding-left: 30px; margin-bottom: 20px;}
.footer	.rs							{ position: absolute; right: -15px; top: 5px;}
.footer	.rs a						{ display: inline-block; vertical-align: top; width: 50px; height: 50px;}
.footer	.rs .facebook			    { background: url(../images/facebook.svg) 50% no-repeat var(--second-color); margin-right: 10px;}
.footer	.rs .scroll					{ background: url(../images/scrolltop.svg) center no-repeat;}
.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top:55px;}
.footer_bottom li:not(:last-child)::after { width: 1px; height: 9px; content: ""; position: absolute; right: -17px; top: 12px; background: var(--second-color);}
.footer_bottom li 					{ display: inline-block; font-size: 11px; line-height: 32px; margin-right: 35px; position: relative;}
.footer_bottom li a 				{ color: var(--white);}
.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:  var(--white); 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:not(.link):hover,
.footer_bottom li a:hover,
.footer .bloc_footer li a:hover 	{ color: var(--second-color);}
.footer	.rs .scroll:hover		    { background-color:var(--second-color);}
.footer	.rs .facebook:hover		    { background: url(../images/facebook_blue.svg) 50% no-repeat var(--white);}
.toponweb img                       { transition: all ease-in-out 400ms;}
.toponweb:hover span				{ background-color:  var(--second-color);}
.toponweb:hover img                 { filter: brightness(0) invert(1);}
}
@media (max-width:1200px) {
.toponweb                           { position: absolute;}
}
@media (max-width:1000px) {
.footer                             { padding-top: 50px; border-radius: 0;}
.footer .wrapper                    { display: block; padding-right: 0;}
.footer .bloc_footer 				{ margin: 0 0 40px; display: none;}
.footer .bloc_footer.coordonnees    { display: block;}
.footer .encart                     { grid-template-columns: auto 1fr;}
.footer .bloc_footer p              { margin: 0;}
.footer_bottom   					{ margin-top: 50px;}
}
@media (max-width:700px) {
.footer                             { background: var(--main-color); text-align: center; padding-top: 45px;}
.footer .logo_footer                { font-size: 20px; line-height: 30px; margin-bottom: 20px;}
.footer .bloc_footer.coordonnees    { margin: 0 auto 40px;}

.footer .bloc_footer .localisation  { padding: 0; text-align: center; background: none; line-height: 30px;}
.footer .bloc_footer .mail          { color: var(--second-color); padding: 0; background: none; margin-bottom: 5px;}
.footer .bloc_footer .phone         { padding: 0 20px; background: var(--second-color); font: 700 12px/50px var(--font-main); letter-spacing: 1px; width: max-content; text-align: center; margin: 10px auto 0 auto; display: block; }

.footer	.rs							{ position: static; text-align: center;}
.footer .rs a                       { position: absolute;}
.footer .rs .facebook               { position: static; margin: 0;}
.footer .rs .scroll                 { right: 0; left: 0; top: auto; bottom: 10px; margin: auto;}
.footer_bottom 	 					{ margin-top: 30px; padding: 0 0 90px; text-align: center;}
.footer_bottom li 					{ display: block; margin-right: 0; line-height: 25px; font-size: 12px;}
.footer_bottom li:after				{ display: none;}
}


.link-moins,.link-plus              { cursor:pointer; color: var(--second-color);}
.textMore                           { display: none; margin-top: 40px;}
.textMore p:not(:first-of-type)     { margin-top: 15px;}
@media (min-width:1201px) {
.link-moins:hover,.link-plus:hover  { color: var(--second-color);}
}
@media (max-width:700px) {
.textMore                           { margin-top: 20px;}
}