/***** fonts et reset *****/
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
:root {
    --main-color: #6b3b32;
    --second-color: #8bba3d;
    --third-color: #27802C;
    --main-color-light: #e0fafb;
    --white: #fff;
    --greylight: #f7f3eb;
    --greydark: #171717;
    --black: #000;
    
    --font-main: "Syne", sans-serif; 

    --body_font: 400 16px / 30px var(--font-main); 
    --body_font-mobile: 400 15px / 20px var(--font-main);

    --titre-main: 500 35px/45px var(--font-main); 
    --titre-main-mobile: 500 20px/30px var(--font-main);

    --sous-titre: 500 25px/35px var(--font-main);
    --sous-titre-mobile: 500 20px/30px var(--font-main);

    --titre: 700 12px/24px var(--font-main);
    --titre-mobile: 700 10px/20px 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(--black); 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:700px) {
body								{ font-size: 14px; line-height: 28px;}
}


/***** scollbar *****/
::-webkit-scrollbar 				{ width: 6px; height: 6px; background-color: var(--white);}
::-webkit-scrollbar-thumb			{ background-color: var(--main-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;}
.anchor                             { position: absolute; top: -100px; left: -100px; }
.titre_main	 						{ font: var(--titre-main); position: relative; color: var(--second-color); margin-bottom: 15px; letter-spacing: 0.5px;}
.sous_titre 						{ font: var(--sous-titre); letter-spacing: 0.5px; position: relative; color: var(--second-color); margin-bottom: 10px;}
.titre                              { font: var(--titre); color: var(--main-color); letter-spacing: 4px; text-transform: uppercase;}
.chapo		 						{ font: 400 16px/30px var(--font-main); margin-bottom: 0;}
.link 								{ font: 700 15px/50px var(--font-main); height: 50px; display: inline-block; vertical-align: top; color: var(--white); padding: 0 30px; background: var(--second-color); border-radius: 25px; border: none; letter-spacing: 0.2px; cursor: pointer; position: relative;}
.link.tel                           { padding-left: 60px; padding-right: 30px;}
.link.tel::before                   { content: url(../images/tel.svg); display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 30px; line-height: 0;}
.devis                              { width: 203px; height: 203px; border-radius: 50%; border: 3px solid var(--white); background: url(../images/arrow_right.svg) center bottom 50px no-repeat var(--second-color); text-align: center; overflow: hidden; color: var(--white); font: 700 20px/30px var(--font-main); padding: 42px 0 30px; position: absolute; left: 0; right: 0; margin: auto;}
.devis svg                          { display: block; width: max-content; margin: 0 auto 10px; fill: var(--third-color);}

@media (min-width:1201px) {
.link:hover 						{ background-color: var(--third-color); color: var(--white);}
.devis:hover                        { background-color: var(--third-color);}
.devis:hover svg                    { fill: var(--second-color);}
.devis svg                          { transition: all ease-in-out 400ms;}
}
@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); margin-bottom: 10px;}
.titre                              { font: var(--titre-mobile);}
.sous_titre 						{ font: var(--sous-titre-mobile); margin-bottom: 10px;}
.chapo		 						{ font: 400 15px/30px var(--font-main);}
.link 								{ width: 100%;}
}


/***** header et menu *****/
.header 							{ width: 100%; font-size: 0; line-height: 0; text-align: right; position: fixed; left: 0; top: 0; z-index: 200; transition: all 400ms ease-in-out; }
.header .wrapper                    { padding: 20px 50px 0; max-width: 1300px; border-radius: 0 0 30px 30px; background: var(--white);}
.header .link                       { position: absolute; right: 50px; top: 20px; z-index: 99; width: auto;}
.header .logo                       { position: absolute; left: 50px; bottom: 20px; line-height: 0; z-index: 90; transform-origin: left;}
.header .logo img                   { display: inline-block; vertical-align: top; width: 100%;}
.header_nav							{ width:100%; display:block; position:relative; z-index:40;}
.header_nav .menu_top				{ position: relative; transition:margin 400ms ease-in-out;}	
.header_nav .menu_top>*             { display: inline-block; vertical-align: top;}
.header_nav .menu_top li			{ display: inline-block; position: relative; top:0; padding-left: 35px;}	
.header_nav .menu_top li a			{ color: var(--main-color); font: 600 14px/50px var(--font-main); letter-spacing: 0.2px;}	
.header_nav .menu_top li:after     	{ content: ""; position: absolute; top: 50%; margin-top: -5px; left: 18px; width: 1px; height: 10px; background: var(--black);}
.header_nav .menu_top li:first-child::after { display:none;}

.header_nav .menu_top li.active a	{ color:var(--second-color);}


.header_nav .menu       			{ display:inline-block;}	
.header_nav .menu>li				{ display:inline-block; vertical-align:middle; margin-left: 45px; position: relative;}
.header_nav .menu li:first-child    { margin: 0;}
.header_nav .menu li a				{ font: 700 18px/70px var(--font-main); color: var(--main-color); letter-spacing: 0.2px; height: 70px; display: block; transition-property: all;}
.header_nav .menu>li.active>a		{ color:var(--second-color);}
.header_nav .sub					{ width: 260px; margin-left: -130px; left: 50%; text-align: left; position: absolute; top: 100%; display: block; visibility: hidden; opacity: 0; background: var(--second-color); padding: 0; border-radius: 10px;}
.header_nav .sub li					{ width: 100%; margin: 0;}
.header_nav .sub li a				{ width: 100%; letter-spacing: 0.4px; height: 40px; color: var(--white); display: grid; align-items: center; padding: 0 40px; font: 500 14px/40px var(--font-main); text-align: center; text-transform: initial;}
.header_nav .menu li:hover .sub		{ opacity: 1; visibility: visible; z-index: 999;}
.header_nav .menu .sub li.active a	{ color: var(--main-color) !important;}
.sticky .header .wrapper            { box-shadow: 0 0 20px 0 rgba(9,57,9,0.05);}


@media (min-width:1201px) {
.header .wrapper                    { transition: all ease-in-out 400ms;}
.header_nav .menu .vue_mobile,
.menu_mobile 						{ display: none;}
.header_nav .menu>li:hover>a,
.header_nav li a:hover			    { color: var(--second-color);}
.header_nav .menu>li:hover>a		{ color: var(--second-color);}
.header_nav .menu>li:hover .sub	    { opacity: 1; visibility: visible; z-index: 10;}
.header_nav .menu_top li a:hover    { color: var(--second-color) !important;}
.header_nav .sub:after 			    { content: ""; position: absolute; background: var(--second-color); width:16px; height: 16px; top: 4px; left: 50%; transform: rotate(45deg) translateX(-50%); z-index: -1;}
.header_nav .sub li a:hover			{ color: var(--main-color);}
.sticky .header                     { top: -70px;}
.sticky .header .link               { top: 0;}
.sticky .header .logo               { transform: scale(0.6); bottom: -15px;}
.header .logo img                   { transition: all ease-in-out 400ms;}
.header_nav .menu li:hover .sub		{ opacity: 1; visibility: visible; z-index: 999;}
.sticky .header_nav .menu           { padding-top: 0;}
.sticky .header_nav .menu>li        { background-position: right center;}
.header_nav .menu_top               { padding-right: 220px;}
}
@media (max-width:1280px) {
.header_nav .menu>li                { margin-left: 35px;}
}
@media (max-width:1200px) {
.sticky .header                     { top: 0;}
.header .wrapper                    { padding: 0 40px;}
.header                             { z-index: 201; padding: 0;}
.header .logo                       { top: 50%; left: 40px; transform: translateY(-50%) scale(0.65); bottom: auto;}
.header .link                       { right: auto; top: auto; position: relative; vertical-align: middle; margin-right: 20px;}
.menu_mobile						{ width:60px; height:60px; display:inline-block; vertical-align:middle; cursor:pointer; position:relative; z-index:60; margin: 15px -10px; transition:height 400ms ease-in-out;}
.menu_mobile div					{ width:40px; height:2px; background:var(--greydark); position:absolute; right:50%; top:50%; margin:-1px -20px 0 0;}
.menu_mobile div:before				{ width:100%; height:2px; background:var(--greydark); position:absolute; right:0; top:9px; content:"";}
.menu_mobile div:after				{ width:100%; height:2px; background:var(--greydark); position:absolute; right:0; top:-9px; content:"";}
.menu_mobile.active div				{ height:0;}
.menu_mobile.active div:before		{ top:0; transform:rotate(45deg);  width: 100%;}
.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				{ text-align: left; display: table; padding: 40px 0 0 0; transition:opacity 400ms ease-in-out 0ms; opacity:0; position: relative; background: none; padding-bottom: 0; max-width:750px;margin:0 auto;width:90vw;}	
.header_nav .menu_top:before     	{ content: ""; width: 50px; height: 2px; top: 20px; left: 0; position: absolute; background-color: var(--white); }	
.header_nav .menu_top::after        { display: none; }
.header_nav .menu_top li 			{ display: block; margin: 0; padding: 0;}	
.header_nav .menu_top li a 			{ line-height: 40px;}	
.header_nav .menu_top li:after		{ display:none;}

.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: 50px; background-color: var(--main-color); height: 41px; display: block; margin-top: -46px; position: relative; z-index: 5;float: right; border-radius: 5px;}
.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/chevron_down_white.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%; line-height: 50px; height: 50px; text-align: left;}

.header_nav.active					{ top:0; }
.header_nav.active .link		    { opacity:1; transition-delay:1200ms;}
.header_nav.active .menu_top		{ opacity:1; transition-delay:1000ms; background: none;}
.header_nav.active .menu			{ opacity:1; transition-delay:800ms;}
}

@media (max-width:700px) {
.header                             { padding: 0; box-shadow: 0 0 20px 0 rgba(14,43,16,0.15); background: var(--white);}
.sticky .header .wrapper,
.header .wrapper                    { box-shadow: none;}
.header .logo                       { left: 0;}
.header .tel                        { width: 50px; height: 50px; padding: 0; border-radius: 50%; background: url(../images/tel.svg) center no-repeat var(--second-color); font-size: 0; line-height: 0; border: none;}
.header .tel::before                { display: none;}
.header .wrapper                    { width: 85vw; padding: 0;}
.header_nav                         { padding: 150px 7.5vw 0; align-content: baseline;}
.header_nav .menu_top,
.header_nav .menu                   { width: 100%;}
.header_nav .menu_top li a 	        { font-size: 14px;}
.header_nav .menu .sub li a 		{ font-size: 14px; line-height: 32px; height: 34px;}
}


.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/pictolist.svg) left 8px no-repeat;}



/***** table_plus *****/
.table_plus 						{ position: relative; margin: 90px 0 100px;}
.table_plus>a                       { color: #cfb18c;}
.table_plus .item                   { text-align: left; margin-bottom: 10px;}
.table_plus .sous_titre             { margin-bottom: 15px;}
.table_plus .item:not(:last-of-type){ border-bottom: none;}
.table_plus .hide 					{ padding: 20px 30px 10px; display: none;}
.table_plus .hide ul 				{ padding-left: 20px;}
.titre_plus 						{ position: relative; letter-spacing: 0.4px; cursor: pointer; padding: 15px 80px 15px 30px; background: var(--greylight); color: var(--main-color); font-size: 16px; font-weight: 400; transition: all 400ms ease-in-out; border-radius: 35px;}
.titre_plus:before					{ width: 40px; height: 40px; background: url("../images/plus.svg") 50% no-repeat var(--second-color); border-radius: 50%; position: absolute; right: 10px; top: 50%; margin-top: -20px; transition: all 400ms ease-in-out; content: "";}
.titre_plus.active:before 			{ transform: rotate(135deg); background-color: var(--third-color);}
@media (min-width:1201px) {
.titre_plus:hover:before 			{ background-color: var(--third-color);}
}

@media (max-width:1000px) {
.table_plus .hide 					{ padding: 40px 0;}
}
@media (max-width:700px) {
.table_plus 						{ margin: 20px 0 50px;} 
.table_plus .sized					{ margin-bottom: 20px;} 
.table_plus .hide 					{ padding: 20px 0;}
.titre_plus 						{ font-size: 14px; line-height: 26px; padding: 16px 80px 16px 20px; border-radius: 5px;}
.titre_plus:before					{ right: 20px;}
}



/***** bandeau *****/
.bandeau                            { text-align: center; font: 500 25px/48px var(--font-main); color: var(--white); background: var(--second-color); border-radius: 20px; padding: 45px 40px; margin: 130px 0 120px; position: relative; z-index: 1;}
.bandeau .icone                     { width: 75px; height: 75px; border-radius: 50%; background: url(../images/feuille.svg) center / 35px no-repeat var(--white); border: 2px solid var(--second-color); position: absolute; top: -38px; left: 0; right: 0; margin: auto; display: block;}
.bandeau a                          { border-bottom: 2px solid var(--white); color: var(--white); display: inline-block;}

@media (min-width:1201px) {
.bandeau a:hover                    { border-color: transparent; color: var(--third-color);}
}
@media (max-width:1000px) {
.bandeau                            { margin: 80px 0;}
}
@media (max-width:700px) {
.bandeau                            { margin: 50px 0; background: none; display: grid; grid-template-columns: 1fr 1fr; padding: 0; gap: 10px;}
.bandeau .icone                     { display: none;}
.bandeau span                       { display: none;}
.bandeau a                          { font: 700 15px/50px var(--font-main); text-align: center; color: var(--white); background: var(--second-color); border-radius: 25px; padding: 0 20px; letter-spacing: 1px; text-transform: capitalize; border: none;}
}
@media (max-width:500px) {
.bandeau                            { grid-template-columns: 1fr;}
}



/***** footer*****/
.footer								{ width: 100%; position: relative; padding-top: 100px; color: var(--white); font-size: 0; background: url(../images/favicon.svg) right 105px bottom 35px no-repeat var(--third-color); border-radius: 80px 80px 0 0;}
.footer .logo_footer                { margin-bottom: 20px;}
.footer .bloc_footer.coordonnees    { margin-top: 0; margin-right: 150px;}
.footer .bloc_footer 				{ line-height: 30px; font-size: 16px; margin-top: 67px; margin-bottom: 35px; margin: 67px 40px 35px 0; display: inline-block; vertical-align: top;}
.footer .bloc_footer p				{ font-size: 16px;}
.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; margin-bottom: 20px;}
.footer .bloc_footer .localisation  { background: url(../images/marker.svg) left 4px no-repeat; line-height: 26px; padding-left: 35px; margin-bottom: 20px;}
.footer	.rs							{ position: absolute; right: -15px; top: 5px;}
.footer	.rs a						{ display: inline-block; vertical-align: top; width: 50px; height: 50px; border-radius: 50%;}
.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(--white);}
.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: absolute; right: 0; bottom: 0; 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 a:hover		            { background-color:var(--main-color);}
.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) {
.footer                             { border-radius: 40px 40px 0 0;}
.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(--third-color);}
.footer .logo_footer img            { margin: 0 auto; display: block; width: 190px;}
.footer .bloc_footer.coordonnees    { margin: 0 auto 25px;}

.footer .bloc_footer .localisation  { padding: 0; text-align: center; background: none;}
.footer .bloc_footer .localisation span     { margin-bottom: 30px;}
.footer .bloc_footer .phone,
.footer .bloc_footer .mail          { padding: 0 20px; border-radius: 25px; background: var(--second-color); font: 400 16px/50px var(--font-main); width: 100%; text-align: center; max-width: 300px; margin: 10px auto 0; 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: 20px; margin: auto;}
.footer_bottom 	 					{ margin-top: 30px; padding: 0 0 80px; 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); border-bottom: 1px solid transparent;}
.textMore                           { display: none; padding-top: 20px;}
.textMore p:not(:first-of-type)     { margin-top: 15px;}
@media (min-width:1201px) {
.link-moins:hover,.link-plus:hover  { color: var(--second-color); border-color: var(--second-color);}
}
@media (max-width:700px) {
.textMore                           { margin-top: 20px;}
}