/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
    --main-color: #1F341E;
    --main-color-light: #91B358;
    --second-color: #3C6439;
    --second-color-light: #3C643966;
    --third-color: #1F341E;
    --white: #fff;
    --gray: #F7F7F7;
    --black: #0D0D0D;

    --body_font: 400 15px / 27px "DM Sans", sans-serif; 
    --body_font-mobile: 400 14px / 28px "DM Sans", sans-serif;

    --titre-main: 600 29px/52px "Libre Baskerville", serif; 
    --titre-main-mobile: 600 22px/35px "Libre Baskerville", serif;

    --sous-titre-home: 400 30px/36px "Libre Baskerville", serif;
    --sous-titre-home-mobile: 600 23px/36px "Libre Baskerville", serif;

    --sous-titre: 400 27px/42px "Libre Baskerville", serif;
    --sous-titre-mobile: 400 22px/34px "Libre Baskerville", serif;
}

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: 600;}
ul									{ list-style-type: none;}
body								{ font: var(--body_font); letter-spacing: 0.2px; color: var(--black); background: var(--white); position: relative; overflow-x: hidden;}
body.active_overflow				{ height: 100vh; overflow: hidden;}
a									{ text-decoration: none; color: var(--main-color-light); 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(--main-color); margin-bottom: 23px; letter-spacing: 0.5px;}
.titre_main + .sous_titre           { margin-top: -15px;}
.sous_titre 						{ font: var(--sous-titre); position: relative; color: var(--second-color); margin-bottom: 15px;}
.sous_titre span                    { color: var(--second-color);}
.titre                              { font: 500 18px/25px "DM Sans"; color: var(--main-color-light); margin-bottom: 10px;}
.titre span                         { color: var(--main-color);}
.chapo		 						{ font: 400 15px/30px "DM Sans"; margin-bottom: 40px;}
.link 								{ font: 500 14px/40px "DM Sans"; font-weight: 500; height: 40px; display: inline-block; vertical-align: top; color: var(--white); padding: 0 40px; background: var(--main-color-light); text-align: center; border-radius: 50px; border: none; letter-spacing: 3%; position: relative;}
.link.tel                           { padding-left: 60px; padding-right: 30px; font-size: 16px;}
.link.tel::before                   { content: url(../images/tel.svg); display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 30px; line-height: 0;}
.link.devis                         { padding-left: 60px; padding-right: 30px; font-size: 15px;}
.link.devis::before                 { content: url(../images/icone_devis_dark.svg); display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 30px; line-height: 0; filter: brightness(0) invert(1);}

@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: 13px; line-height: 25px;}
.sous_titre 						{ font: var(--sous-titre-mobile); margin-bottom: 10px;}
.chapo		 						{ font: 400 14px/26px "DM Sans";}
.link 								{ font-size: 14px; 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; transition: all 400ms ease-in-out; z-index: 200; background: var(--white);}
.header_right                       { display: inline-block; vertical-align: middle; margin-left: 40px;}
.header a                           { display: inline-block; vertical-align: middle;}
.header .link                       { margin-left: 25px;}
.header .facebook                   { width: 40px; height: 40px; border-radius: 50%; background: url(../images/facebook.svg) center no-repeat var(--second-color);}
.header .logo                       { position: absolute; left: 0; z-index: 90; display: inline-block; top: 25px; transform-origin: top left; line-height: 0; transition: all ease-in-out 400ms;}
.header.page .logo                  { transform: scale(0.6); top: 16px;}
.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: 500 16px/90px "DM Sans"; color: var(--black); letter-spacing: 3%; height:90px; display: inline-block; transition-property: all;}
.header_nav .menu>li.active>a		{ color:var(--second-color);}
.header_nav .menu>li.active>a::after{ width: 30px;}
.header_nav .sub					{ width: 330px; margin-left: -165px; padding: 10px 0; position: absolute; top: 100%; left: 50%; display: block; background: var(--main-color-light);opacity: 0; visibility: hidden; text-align: center;}

.header_nav .sub li					{ width: 100%; margin: 0;}
.header_nav .sub li a				{ width: 100%; font: 500 16px/40px "DM Sans"; height: 40px; color: var(--white); display: block; padding: 0 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);}
.sticky .header .logo               { transform: scale(0.6); top: 16px;}

@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 .sub.large:after 		{ display: none}
.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(--main-color-light); content: ""; z-index: -1;}
.sticky .header                     { background: var(--white);}
.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 img                   { width: 190px;}
.header.page .logo                  { transform: none; top: 8px;}
.header .link                       { margin-right: 30px;}
.menu_mobile						{ width:60px; height:60px; display:inline-block; vertical-align:middle; cursor:pointer; position:relative; z-index:60; margin: 15px -18px; transition:height 400ms ease-in-out;}
.menu_mobile div					{ width:25px; height:2px; border-radius: 2px; background:var(--main-color-light); position:absolute; right:50%; top:50%; margin:-1px -12px 0 0;}
.menu_mobile div:before				{ width:100%; height:2px; border-radius: 2px; background:var(--main-color-light); position:absolute; right:0; top:7px; content:"";}
.menu_mobile div:after				{ width:100%; height:2px; border-radius: 2px; background:var(--main-color-light); 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  					{ 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; font-size: 18px; letter-spacing:0.4px; height:auto; background-position:100% 50%;}
.header_nav .menu li i.active:after	{ opacity:1;}
.header_nav .menu li i				{ width: 40px; background-color: var(--main-color-light); height: 40px; border-radius: 50%; 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%; font-size: 16px; line-height: 50px; height: 50px; font-weight: 500; text-align: left; color: var(--white);}

.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;}
.header .logo                       { top: -5px;}
.header .logo img                   { width: 110px;}
.sticky .header .logo               { transform: none; top: -5px;}
}

@media (max-width:700px) {
.header                             { padding: 0;}
.header .logo                       { top: -15px;}
.header .logo img                   { width: 80px;}
.menu_mobile                        { margin: 5px -18px;}
.header .link.tel                   { font-size: 0; display: inline-block; padding: 0; line-height: 0; background: var(--main-color-light); width: 40px; height: 40px; margin-left: 20px;}
.header .link.tel::before           { left: 12px;}
.header_nav                         { padding: 150px 7.5vw 0; align-content: baseline;}
.header_nav .menu                   { width: 100%;}
.header_nav .menu li a 	        	{ font-size: 14px;}
.header_nav .menu_top li a 	        { font-size: 14px;}
.header_nav .menu .sub li a 		{ font-size: 14px; line-height: 32px; height: 34px;}
.header .info-plus                  { display: none;}
.info-mobile      { display: block; width:100%; background-color: #1e596a; padding:25px 7.5vw; margin: 0; color: var(--white); transition: all ease-in-out 400ms; top: 80px; position: absolute; left: 0;}
.header .content_logo               { top:15px}
.info-mobile span                   { max-width: 340px; display: block; font-size: 16px; line-height: 25px;}
.menu_top a                         { width: 35px; height: 35px;}
.page_interne .info-plus.info-mobile{ display: none;}
.sticky .header .logo               { top: -15px;}
.header.page .logo                  { top: -15px;}
}


.ul_list						    { margin: 20px 0; padding: 5px 0 0 0;}
.ul_list li					        { padding: 5px 0 5px 30px; position: relative; line-height: 30px; background: url(../images/checklist.svg) left 8px no-repeat;}



/***** table plus *****/
.faq                                { margin: 80px 0;}
.faq .sous_titre                    { text-align: center;}
.table_plus 						{ position: relative; margin-top: 30px;}
.table_plus .item                   { border: 1px solid var(--second-color-light); margin-bottom: 15px; border-radius: 10px;}
.table_plus .hide 					{ padding: 0 20px 17px; display: none;}
.table_plus .hide ul 				{ padding-left: 20px;}
.titre_plus 						{ position: relative; letter-spacing: 0.3px; cursor: pointer; padding: 17px 80px 17px 20px; color: var(--second-color); font: 600 18px/26px "DM Sans"; margin-bottom: 0; transition: all 400ms ease-in-out;}
.titre_plus:before					{ width: 20px; height: 2px; background: var(--second-color); position: absolute; right: 30px; top: 50%; margin-top: -1px; transition: all 400ms ease-in-out; content: "";}
.titre_plus:after					{ width: 2px; height: 20px; background: var(--second-color); position: absolute; right: 39px; top: 50%; margin-top: -10px; transition: all 400ms ease-in-out; content: "";}
.titre_plus.active:after 			{ transform: rotate(90deg); }
@media (max-width:700px) {
.faq                                { margin: 40px 0;}
.faq .sous_titre                    { margin-bottom: 15px;}
.table_plus 						{ margin: 20px 0 50px;} 
.table_plus .hide 					{ padding: 0 20px 30px;}
.titre_plus 						{ font-size: 14px; line-height: 18px; padding: 11px 55px 11px 20px;}
.titre_plus:before					{ right: 20px;}
.titre_plus:after					{ right: 29px;}
}



/***** footer*****/
.footer								{ width: 100%; position: relative; padding-top: 70px; color: var(--white); font-size: 0; background-color: var(--third-color);}
.footer .wrapper                    { padding-right: 160px; display: grid; grid-template-columns: auto auto auto; justify-content: space-between; align-items: start;}
.footer .bloc_footer.coordonnees    { margin-top: 0;}
.footer .bloc_footer 				{ display: inline-block; vertical-align: top; line-height: 30px; margin-right: 60px; font-size: 14px; margin-top: 140px;}
.footer .logo_footer                { margin-bottom: 40px; display: block; line-height: 0;}
.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: 20px; background: url(../images/list.svg) left center no-repeat;}
.footer .bloc_footer li             { margin-bottom: 10px;}
.footer .bloc_footer .phone         { background: url(../images/tel_green.svg) left center no-repeat; line-height: 30px; padding-left: 35px; margin-top: 0;}
.footer .bloc_footer .mail          { background: url(../images/mail.svg) left center no-repeat; line-height: 40px; padding-left: 35px;}
.footer .bloc_footer .localisation  { background: url(../images/marker.svg) left center no-repeat; line-height: 26px; padding-left: 35px; margin-bottom: 10px;}
.footer	.encart                     { border-radius: 10px; padding: 20px; background-color: var(--second-color); color: var(--white); font-size: 12px; line-height: 26px; display: grid; grid-template-columns: auto 165px; align-items: center; gap: 25px;}
.footer	.encart span                { display: block;}
.footer	.encart strong              { display: block; line-height: 19px;}
.footer	.rs							{ position: absolute; right: 0; top: 5px;}
.footer	.rs a						{ display: inline-block; vertical-align: top; margin-right: 10px; width: 50px; height: 50px; border-radius: 50%;}
.footer	.rs .facebook			    { background: url(../images/facebook.svg) 50% no-repeat var(--main-color-light);}
.footer	.rs .scroll					{ background: url(../images/scrolltop.svg) center no-repeat var(--second-color); margin: 0;}
.footer_bottom   					{ padding: 20px 0; line-height: 0; margin-top:55px; grid-column: 1 / -1;}
.footer_bottom li 					{ display: inline-block; font-size: 13px; 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(--second-color); 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(--main-color-light);}
.footer .rs .scroll:hover			{ background-color:var(--main-color-light)}
.footer .rs .facebook:hover			{ background-color:var(--second-color)}
.toponweb:hover span				{ background-color:  var(--main-color-light);}
.footer	.encart:hover               { border-radius: 15px; background-color: var(--main-color-light); }
}
@media (max-width:1200px) {
.toponweb                           { position: absolute;}
}
@media (max-width:1000px) {
.footer                             { padding-top: 35px;}
.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 .logo_footer                { margin-bottom: 0;}
.footer .logo_footer img            { max-width: 230px; margin: 0 auto; display: block;}
.footer .bloc_footer.coordonnees    { max-width: 300px; margin: 0 auto 25px;}

.footer	.rs							{ position: static; margin: 10px 0 30px; text-align: center;}
.footer .bloc_footer p              { font-size: 13px;}
.footer_bottom 	 					{ margin-top: 30px; padding: 0 0 20px;}
.footer_bottom li 					{ display: block; margin-right: 0; line-height: 25px; font-size: 11px;}
.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;}
}