:root{--green: #3A5A40;--green-dark: #2D4832;--green-light: #EAF0EB;--charcoal: #2C3E34;--text: #1E1E1E;--text-mid: #4A4A4A;--text-soft: #7A7A7A;--bg: #F5F5F3;--white: #FFFFFF;--border: #D8D8D5;--border-light: #E8E8E5;--font-heading: "Merriweather", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text);line-height:1.6;background:var(--white);overflow-x:hidden}.container{max-width:1100px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.top-bar{background:var(--charcoal);color:#fffc;font-size:.8rem;padding:.55rem 0}.top-bar-inner{display:flex;justify-content:space-between;align-items:center}.top-bar a{color:#ffffffe6;text-decoration:none}.top-bar a:hover{color:#fff}.top-bar-right{display:flex;gap:1.2rem;align-items:center}.top-bar-right span{opacity:.5}nav{background:var(--white);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000a}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{width:38px;height:38px;background:var(--green);border-radius:6px;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:22px;height:22px}.logo-text{line-height:1.1}.logo-name{font-family:var(--font-heading);font-size:1.15rem;font-weight:900;color:var(--charcoal);letter-spacing:-.01em}.logo-sub{font-size:.68rem;font-weight:500;color:var(--green);letter-spacing:.1em;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:1.8rem;list-style:none}.nav-links a{font-size:.88rem;font-weight:500;color:var(--text-mid);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--green)}.nav-cta{background:var(--green)!important;color:#fff!important;padding:.6rem 1.3rem;border-radius:5px;font-weight:600!important;transition:background .2s}.nav-cta:hover{background:var(--green-dark)!important}.nav-cta-phone{display:none;align-items:center;gap:.4rem;background:#c8872b!important;color:#fff!important;padding:.6rem 1.3rem;border-radius:5px;font-weight:600!important;transition:background .2s;text-decoration:none}.nav-cta-phone:hover{background:#b0751f!important}.nav-cta-phone svg{flex-shrink:0}.hamburger{display:none;background:none;border:none;cursor:pointer;width:28px;height:22px;position:relative}.hamburger span{display:block;width:100%;height:2px;background:var(--text);position:absolute;left:0;transition:all .3s}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.hamburger.active span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.hero{background:var(--bg);padding:3.5rem 0 3rem;border-bottom:1px solid var(--border-light)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:start}.hero-badge{display:inline-block;background:var(--green);color:#fff;padding:.35rem 1rem;border-radius:4px;font-size:.78rem;font-weight:600;margin-bottom:1.3rem}.hero h1{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.1rem);font-weight:900;line-height:1.35;color:var(--text);margin-bottom:1rem}.hero-desc{font-size:.95rem;color:var(--text-mid);line-height:1.7;margin-bottom:1.8rem;max-width:460px}.hero-buttons{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:1.5rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;font-family:var(--font-body);font-size:.9rem;font-weight:600;border:none;border-radius:5px;cursor:pointer;text-decoration:none;transition:all .2s}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-dark)}.btn-outline{background:#c8872b;color:#fff;border:1.5px solid #C8872B}.btn-outline:hover{background:#b0751f;border-color:#b0751f}.hero-checks{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-check{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--text-mid);font-weight:500}.hero-check svg{width:16px;height:16px;color:var(--green);flex-shrink:0}.hero-form-card{background:var(--white);border:1.5px solid var(--border);border-radius:8px;padding:1.6rem;box-shadow:0 4px 16px #0000000f}.hero-form-card h3,.hero-form-card .hf-title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;margin-bottom:.3rem;color:var(--text)}.hero-form-card .hf-sub{font-size:.82rem;color:var(--text-mid);margin-bottom:1.1rem}.hero-form{display:flex;flex-direction:column;gap:.6rem}.hero-form .hf-row{display:flex;gap:.6rem}.hero-form .hf-row>*{flex:1}.hero-form input,.hero-form select,.hero-form textarea{width:100%;padding:.6rem .8rem;border:1.5px solid var(--border);border-radius:5px;font-family:var(--font-body);font-size:.85rem;color:var(--text);background:var(--bg);transition:border-color .2s}.hero-form input::placeholder,.hero-form textarea::placeholder{color:var(--text-soft)}.hero-form input:focus,.hero-form select:focus,.hero-form textarea:focus{outline:none;border-color:var(--green);background:var(--white)}.hero-form textarea{resize:vertical;min-height:60px}.hero-form .btn-green{width:100%;justify-content:center;padding:.7rem;font-size:.9rem}.stats{padding:2.5rem 0;border-bottom:1px solid var(--border-light)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.stat{padding:.5rem 1rem;border-right:1px solid var(--border-light)}.stat:last-child{border-right:none}.stat-number{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:900;color:var(--text);line-height:1.1}.stat-number span{font-weight:700}.stat-label{font-size:.82rem;color:var(--text-mid);margin-top:.2rem}section{padding:3.5rem 0}.section-title{font-family:var(--font-heading);font-size:clamp(1.2rem,2.5vw,1.55rem);font-weight:700;color:var(--text);margin-bottom:2.5rem}.section-title span{color:var(--green)}.centered{text-align:center}.section-intro{font-size:.95rem;color:var(--text-mid);line-height:1.75;max-width:780px;margin:-1.5rem auto 2.5rem;text-align:center}.prose{font-size:.93rem;color:var(--text-mid);line-height:1.8;max-width:860px}.prose p{margin-bottom:1rem}.prose h3{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--text);margin:1.8rem 0 .6rem}.faq-list{max-width:780px}.faq-item{border-bottom:1px solid var(--border-light);padding:1.2rem 0}.faq-item:first-child{border-top:1px solid var(--border-light)}.faq-q{font-size:.95rem;font-weight:700;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:none;border:none;width:100%;text-align:left;font-family:var(--font-body);padding:0;line-height:1.5}.faq-q svg{width:20px;height:20px;flex-shrink:0;color:var(--green);transition:transform .3s}.faq-q.open svg{transform:rotate(45deg)}.faq-a{font-size:.88rem;color:var(--text-mid);line-height:1.75;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding-top:0}.faq-a.open{max-height:300px;padding-top:.8rem}#prestations{border-bottom:1px solid var(--border-light)}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.5rem}.svc-full{display:flex;gap:1.2rem;align-items:flex-start;background:var(--bg);border-radius:12px;padding:1.5rem;border:1px solid var(--border-light);transition:box-shadow .3s,border-color .3s;text-decoration:none;color:inherit}.svc-full:hover{border-color:var(--green);box-shadow:0 4px 16px #3a5a401a}.svc-full:last-child:nth-child(odd){grid-column:1 / -1;max-width:calc(50% - .6rem);justify-self:center}.svc-icon{flex-shrink:0;width:52px;height:52px;background:var(--green);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.svc-icon svg{width:28px;height:28px}.svc-content h3{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.4rem}.svc-content h3 a{color:inherit;text-decoration:none}.svc-content h3 a:hover{text-decoration:underline}.svc-content p{font-size:.85rem;color:var(--text-mid);line-height:1.65}#methode{border-bottom:1px solid var(--border-light)}.method-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.method-step{background:var(--green);color:#fff;border-radius:6px;padding:1rem 1.2rem;display:flex;align-items:center;gap:.7rem}.method-num{font-family:var(--font-heading);font-size:1.8rem;font-weight:900;opacity:.5;line-height:1}.method-label{font-size:.85rem;font-weight:600;line-height:1.3}#avis{border-bottom:1px solid var(--border-light)}.avis-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.avis-header-left{display:flex;align-items:center;gap:1rem}.avis-google-icon{width:36px;height:36px;flex-shrink:0;display:block}.avis-header-info .avis-rating-big{font-family:var(--font-heading);font-size:1.5rem;font-weight:900;color:var(--text);display:flex;align-items:center;gap:.4rem}.avis-header-info .avis-rating-count{font-size:.82rem;color:var(--text-soft)}.avis-stars{display:flex;gap:2px;align-items:center}.avis-stars svg{width:18px;height:18px;min-width:18px;max-width:18px;display:block}.avis-gmb-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--green);text-decoration:none;transition:color .2s}.avis-gmb-link:hover{color:var(--green-dark)}.avis-gmb-link svg{width:16px;height:16px}.avis-carousel{position:relative;display:flex;align-items:stretch;gap:.5rem}.avis-carousel-viewport{overflow:hidden;flex:1}.avis-carousel-track{display:flex;transition:transform .4s ease}.avis-slide{min-width:calc(100% / 3);max-width:calc(100% / 3);flex-shrink:0;padding:0 .6rem;box-sizing:border-box}.avis-carousel-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1.5px solid var(--border);background:var(--white);cursor:pointer;flex-shrink:0;align-self:center;transition:background .2s,border-color .2s}.avis-carousel-btn:hover:not(:disabled){background:var(--green-light);border-color:var(--green)}.avis-carousel-btn:disabled{opacity:.3;cursor:default}.avis-carousel-btn svg{width:18px;height:18px;color:var(--green)}.avis-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.avis-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--border);cursor:pointer;padding:0;transition:background .2s}.avis-dot.active{background:var(--green)}.avis-card{border:1.5px solid var(--border);border-radius:8px;padding:1.6rem;background:var(--white)}.avis-card-top{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem}.avis-avatar{width:36px;height:36px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:.9rem;font-weight:700;color:var(--green)}.avis-card-meta{line-height:1.3}.avis-card-name{font-size:.88rem;font-weight:700;color:var(--text)}.avis-card-date{font-size:.75rem;color:var(--text-soft)}.avis-card-stars{margin-bottom:.5rem}.avis-card-stars svg{width:15px;height:15px;min-width:15px;max-width:15px;display:block}.avis-title{font-family:var(--font-heading);font-size:1rem;font-weight:700;margin-bottom:.1rem;color:var(--text);display:flex;align-items:center;gap:.5rem}.avis-title:after{content:"";flex:1;height:1.5px;background:var(--border)}.avis-author{font-size:.82rem;color:var(--text-soft);margin-bottom:.8rem}.avis-text{font-size:.88rem;color:var(--text-mid);line-height:1.65}.map-section{padding:3rem 0}.map-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.map-wrapper iframe{display:block;width:100%;height:420px;border:none}.widget-placeholder{background:var(--bg);border:2px dashed var(--border);border-radius:12px;padding:3rem 2rem;text-align:center;color:var(--text-soft);font-size:.95rem}.sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.sitemap-group{background:var(--bg);border-radius:12px;padding:1.5rem;border:1px solid var(--border-light)}.sitemap-group h3{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--green);display:flex;align-items:center;gap:.5rem}.sitemap-group h3 svg{color:var(--green);flex-shrink:0}.sitemap-group ul{list-style:none}.sitemap-group li{padding:.35rem 0}.sitemap-group a{color:var(--text-mid);text-decoration:none;font-size:.88rem;transition:color .2s}.sitemap-group a:hover{color:var(--green)}.sitemap-group--wide{grid-column:1 / -1}.sitemap-group--wide ul{columns:4;column-gap:2rem}.sitemap-group--wide li{break-inside:avoid}.ville-avantages{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.5rem}.ville-avantage{display:flex;gap:1.2rem;align-items:flex-start;background:var(--white);border-radius:12px;padding:1.5rem;border:1px solid var(--border-light);transition:box-shadow .3s,border-color .3s}.ville-avantage:hover{border-color:var(--green);box-shadow:0 4px 16px #3a5a401a}.zone-section{background:var(--charcoal);color:#fff;text-align:center;padding:3.5rem 0;position:relative;overflow:hidden}.zone-section:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--green)}.zone-section .section-title{color:#fff}.zone-section .section-title span{color:#ffffff80}.zone-section .section-intro{color:#ffffffb3}.zone-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;max-width:700px;margin:1.5rem auto 0}.zone-item{display:flex;align-items:center;gap:.5rem;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.7rem 1rem;font-size:.9rem;font-weight:500;color:#ffffffe6;transition:background .3s,border-color .3s;text-decoration:none}.zone-item:hover{background:#ffffff24;border-color:#ffffff40}.zone-item svg{color:var(--green);flex-shrink:0;opacity:.8}.zone-item a{color:#ffffffe6;text-decoration:none}.zone-item a:hover{color:#fff;text-decoration:underline}.zone-cta{margin-top:2rem}.zi-villes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;max-width:900px;margin:2rem auto 0}.zi-ville-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:var(--white);border:1px solid var(--border-light);border-radius:12px;padding:1.5rem 1rem;text-decoration:none;color:var(--charcoal);transition:border-color .3s,box-shadow .3s,transform .2s}.zi-ville-card:hover{border-color:var(--green);box-shadow:0 4px 16px #3a5a401f;transform:translateY(-2px)}.zi-ville-card svg{color:var(--green)}.zi-ville-name{font-weight:600;font-size:1rem;text-align:center}.zi-ville-cp{font-size:.8rem;color:var(--text-light)}.zi-communes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.6rem;max-width:900px;margin:1.5rem auto 0}.zi-commune{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.9rem;font-weight:500;background:var(--white);border:1px solid var(--border-light);border-radius:8px;color:var(--charcoal)}.zi-commune:before{content:"";display:block;width:6px;height:6px;background:var(--green);border-radius:50%;flex-shrink:0}.zi-note{text-align:center;font-size:.9rem;color:var(--text-light);margin-top:1.5rem;font-style:italic}.zi-avantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:900px;margin:2rem auto 0}.zi-avantage{text-align:center;padding:1.5rem;background:var(--white);border:1px solid var(--border-light);border-radius:12px}.zi-avantage svg{color:var(--green);margin-bottom:.8rem}.zi-avantage h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.zi-avantage p{font-size:.88rem;color:var(--text-light);line-height:1.5}@media(max-width:600px){.zi-villes-grid,.zi-communes-grid{grid-template-columns:repeat(2,1fr)}.zi-avantages-grid{grid-template-columns:1fr}}.cta-band{background:var(--charcoal);color:#fff;text-align:center;padding:3rem 0;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--green)}.cta-band h2{font-family:var(--font-heading);font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:700;margin-bottom:.6rem}.cta-band p{font-size:.95rem;opacity:.75;margin-bottom:1.5rem}.btn-white{background:var(--white);color:var(--charcoal);border:2px solid var(--white);font-weight:700}.btn-white:hover{background:transparent;color:#fff}#contact{padding:3.5rem 0 3rem}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:2.5rem;align-items:start}.contact-info h3{font-family:var(--font-heading);font-size:1rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.6rem;border-bottom:2px solid var(--green);display:inline-block}.c-item{display:flex;gap:.6rem;margin-bottom:1rem;align-items:flex-start}.c-item svg{width:18px;height:18px;color:var(--green);flex-shrink:0;margin-top:2px}.c-item-text{font-size:.88rem;color:var(--text-mid);line-height:1.5}.c-item-text strong{color:var(--text);font-weight:600}.c-item-text a{color:var(--text-mid);text-decoration:none}.c-item-text a:hover{color:var(--green)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.contact-form .full{grid-column:span 2}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.7rem .9rem;border:1.5px solid var(--border);border-radius:5px;font-family:var(--font-body);font-size:.88rem;color:var(--text);background:var(--white);transition:border-color .2s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-soft)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--green)}.contact-form textarea{resize:vertical;min-height:90px;grid-column:span 2}.contact-form .submit-row{grid-column:span 2;text-align:right}.btn-submit{background:var(--green);color:#fff;padding:.7rem 2rem;border:2px solid var(--green);border-radius:5px;font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-submit:hover{background:var(--green-dark);border-color:var(--green-dark)}.footer-inner{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.3rem 1.5rem}.footer-inner a{color:#fff9;text-decoration:none}.footer-inner a:hover{color:#fff}.footer-sep{opacity:.3}.reveal{opacity:0;transform:translateY(25px);transition:all .6s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-form-card{margin-top:1rem}.hero-form .hf-row{flex-direction:column}.services-grid{grid-template-columns:1fr}.svc-full:last-child{max-width:100%}.sitemap-grid{grid-template-columns:repeat(2,1fr)}.sitemap-group--wide ul{columns:3}.ville-avantages{grid-template-columns:1fr}.method-steps{grid-template-columns:repeat(2,1fr)}.avis-slide{min-width:50%;max-width:50%}.contact-grid{grid-template-columns:1fr}}@media(max-width:768px){.top-bar-inner{flex-direction:column;gap:.2rem;text-align:center}.nav-links{position:fixed;top:0;right:-100%;width:75%;height:100vh;background:var(--white);flex-direction:column;padding:4.5rem 1.5rem 2rem;gap:1rem;transition:right .35s;box-shadow:-8px 0 30px #0000001a}.nav-links.open{right:0}.hamburger{display:block;z-index:101}.nav-cta-phone{display:flex}.stats-grid,.zone-grid{grid-template-columns:repeat(2,1fr)}.stat{border-right:none;border-bottom:1px solid var(--border-light);padding:1rem}.stat:nth-child(odd){border-right:1px solid var(--border-light)}.stat:nth-last-child(-n+2){border-bottom:none}.services-grid,.method-steps,.contact-form{grid-template-columns:1fr}.contact-form .full,.contact-form textarea,.contact-form .submit-row{grid-column:span 1}.sitemap-grid{grid-template-columns:1fr}.sitemap-group--wide ul{columns:2}}@media(max-width:640px){.avis-slide{min-width:100%;max-width:100%}.avis-carousel-btn{width:32px;height:32px}.avis-carousel-btn svg{width:14px;height:14px}}@media(max-width:480px){.services-row{grid-template-columns:1fr 1fr}.hero-buttons{flex-direction:column}.hero-checks{flex-direction:column;gap:.5rem}}.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--charcoal);padding:.6rem 1rem;box-shadow:0 -2px 12px #00000026}.mobile-cta-bar a{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;border-radius:6px;text-decoration:none;font-family:var(--font-body);font-size:.95rem;font-weight:700;transition:background .2s}.mobile-cta-bar .mobile-cta-call{background:#c8872b;color:#fff}.mobile-cta-bar .mobile-cta-call:hover{background:#b0751f}.mobile-cta-bar .mobile-cta-devis{background:var(--white);color:var(--charcoal)}.mobile-cta-bar .mobile-cta-devis:hover{background:var(--bg)}.mobile-cta-bar svg{width:20px;height:20px;flex-shrink:0}@media(max-width:768px){.mobile-cta-bar{display:block}body{padding-bottom:70px}footer{padding-bottom:.5rem}}.desktop-phone-btn{position:fixed;bottom:2rem;right:2rem;z-index:190;display:flex;align-items:center;gap:.6rem;background:#c8872b;color:#fff;padding:.75rem 1.4rem .75rem 1.1rem;border-radius:50px;box-shadow:0 4px 20px #0000002e;text-decoration:none;font-family:var(--font-body);font-size:.92rem;font-weight:700;letter-spacing:.01em;transition:background .2s,transform .2s,box-shadow .2s}.desktop-phone-btn:hover{background:#b0751f;transform:translateY(-2px);box-shadow:0 6px 24px #00000038}.desktop-phone-btn svg{width:20px;height:20px;flex-shrink:0}.desktop-phone-btn .phone-label{white-space:nowrap}@media(max-width:768px){.desktop-phone-btn{display:none}}.breadcrumb{background:var(--white);padding:.6rem 0;border-bottom:1px solid var(--border-light);font-size:.8rem;color:var(--text-mid)}.breadcrumb a{color:var(--text-mid);text-decoration:none}.breadcrumb a:hover{color:var(--green)}.breadcrumb span{margin:0 .3rem}.nav-links a.active{color:var(--green)}.form-trust{font-size:.75rem;color:var(--text-mid);text-align:center;margin-top:.5rem;line-height:1.4}.form-success{display:flex;align-items:center;gap:.6rem;justify-content:center;background:var(--green-light);border:1.5px solid var(--green);border-radius:8px;padding:1.5rem 2rem;font-size:.95rem;font-weight:600;color:var(--green-dark)}.form-success svg{color:var(--green);flex-shrink:0}footer{background:var(--charcoal);color:#ffffffbf;padding:3.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:2.5rem;align-items:start}.footer-col{text-align:left}.footer-col h4{font-family:var(--font-heading);font-size:.85rem;font-weight:700;color:#fff;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.06em;position:relative;padding-bottom:.6rem}.footer-col h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--green)}.footer-col ul{list-style:none}.footer-col li{padding:.3rem 0}.footer-col li a{color:#ffffffbf;text-decoration:none;font-size:.85rem;transition:color .2s,padding-left .2s}.footer-col li a:hover{color:#fff;padding-left:.3rem}.footer-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem}.footer-logo .logo-icon{width:34px;height:34px;border-radius:5px}.footer-logo .logo-icon svg{width:20px;height:20px}.footer-logo .logo-name{font-size:1.05rem}.footer-logo .logo-sub{font-size:.62rem;letter-spacing:.08em}.footer-nap{font-size:.84rem;color:#ffffffbf;line-height:1.7;margin-bottom:.6rem}.footer-nap a{color:#fffc;text-decoration:none;transition:color .2s}.footer-nap a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:2.5rem;padding-top:1.2rem;text-align:center;font-size:.76rem;color:#fff9}.footer-legal{display:flex;justify-content:center;align-items:center;gap:.6rem;margin-top:.6rem}.footer-legal a{color:#ffffffa6;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#ffffffb3}.footer-legal span{color:#fff6}.footer-nap a,.footer-col li a,.footer-legal a,.footer-bottom a,.footer-zone-link{display:inline-block;min-height:44px;line-height:44px}.footer-bottom a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:#fffc}.footer-zone-text{font-size:.84rem;color:#ffffffbf;line-height:1.75}.footer-zone-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.8rem;font-size:.82rem;font-weight:600;color:var(--green);text-decoration:none;transition:color .2s}.footer-zone-link:hover{color:#fff}.footer-zone-link svg{width:14px;height:14px;flex-shrink:0}.mobile-cta-buttons{display:flex;gap:.5rem}.mobile-cta-buttons a{display:flex;align-items:center;justify-content:center;gap:.4rem;flex:1;padding:.65rem;border-radius:6px;text-decoration:none;font-family:var(--font-body);font-size:.88rem;font-weight:700;transition:background .2s}.mobile-cta-buttons svg{width:18px;height:18px;flex-shrink:0}.mobile-cta-call{background:#c8872b;color:#fff}.mobile-cta-call:hover{background:#b0751f}.mobile-cta-devis{background:var(--white);color:var(--charcoal)}.mobile-cta-devis:hover{background:var(--bg)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem 2.5rem}.footer-col:first-child{grid-column:1 / -1;text-align:center}.footer-col:first-child h4:after{left:50%;transform:translate(-50%)}.footer-col:first-child .footer-logo{justify-content:center}.footer-col:first-child .footer-nap{text-align:center}.footer-zone-link{justify-content:flex-start}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:1.8rem;text-align:center}.footer-col{text-align:center}.footer-col h4:after{left:50%;transform:translate(-50%)}.footer-logo{justify-content:center}.footer-col li a:hover{padding-left:0}.footer-zone-link{justify-content:center}.footer-legal{flex-wrap:wrap;gap:.4rem}}.real-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.real-card{display:flex;flex-direction:column;border:1.5px solid var(--border);border-radius:12px;overflow:hidden;background:var(--white);transition:box-shadow .3s,border-color .3s}.real-card:hover{border-color:var(--green);box-shadow:0 6px 24px #3a5a401a}.real-carousel{position:relative;background:var(--bg);min-height:220px;overflow:hidden}.real-slides{width:100%;height:100%;position:relative}.real-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.real-slide.active{opacity:1;position:relative}.real-slide img{width:100%;height:100%;object-fit:cover;display:block}.real-img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;width:100%;height:100%;min-height:220px;background:var(--bg);color:var(--text-soft);font-size:.85rem}.real-img-placeholder svg{opacity:.4}.real-prev,.real-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#ffffffe6;border:1px solid var(--border-light);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:var(--text);box-shadow:0 2px 8px #00000014}.real-prev{left:.8rem}.real-next{right:.8rem}.real-prev:hover,.real-next:hover{background:var(--green);color:#fff;border-color:var(--green)}.real-dots{position:absolute;bottom:.8rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:2}.real-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:1px solid rgba(0,0,0,.15);cursor:pointer;transition:all .2s}.real-dot.active{background:var(--green);border-color:var(--green);width:22px;border-radius:4px}.real-info{padding:1.2rem 1.4rem;display:flex;flex-direction:column;flex:1}.real-info h3{font-family:var(--font-heading);font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.6rem;line-height:1.4}.real-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.real-tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--green-light);color:var(--green-dark);padding:.3rem .7rem;border-radius:4px;font-size:.75rem;font-weight:600}.real-tag svg{flex-shrink:0;color:var(--green)}.real-desc{font-size:.84rem;color:var(--text-mid);line-height:1.65}@media(max-width:900px){.real-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.real-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.legal-content{max-width:860px}.legal-block{margin-bottom:1rem}.legal-block .section-title{font-size:clamp(1.05rem,2vw,1.25rem);margin-bottom:1.2rem}.legal-card{background:var(--bg);border:1.5px solid var(--border);border-radius:12px;padding:1.4rem 1.6rem;margin:1rem 0 .5rem}.legal-card .chantier-dl{gap:.6rem 1rem}.legal-card a{color:var(--green);text-decoration:none}.legal-card a:hover{color:var(--green-dark)}.prose a{color:var(--green);text-decoration:none;transition:color .2s}.prose a:hover{color:var(--green-dark)}.chantier-hero-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}.chantier-gallery-section{padding:2rem 0 1rem;border-bottom:1px solid var(--border-light)}.chantier-gallery{max-width:800px}.chantier-main-photo{position:relative;border-radius:12px;overflow:hidden;background:var(--bg);min-height:420px;border:1.5px solid var(--border)}.chantier-main-photo img{width:100%;height:420px;object-fit:cover;display:block}.chantier-nav-prev,.chantier-nav-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#ffffffeb;border:1px solid var(--border-light);border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:var(--text);box-shadow:0 2px 10px #0000001a}.chantier-nav-prev{left:1rem}.chantier-nav-next{right:1rem}.chantier-nav-prev:hover,.chantier-nav-next:hover{background:var(--green);color:#fff;border-color:var(--green)}.chantier-counter{position:absolute;bottom:1rem;right:1rem;background:#0000008c;color:#fff;padding:.3rem .8rem;border-radius:4px;font-size:.8rem;font-weight:600}.chantier-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin-top:.6rem}.chantier-thumb{border:2px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;background:none;padding:0;transition:border-color .2s,opacity .2s;aspect-ratio:4/3}.chantier-thumb img{width:100%;height:100%;object-fit:cover;display:block}.chantier-thumb:hover{border-color:var(--text-mid)}.chantier-thumb.active{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.chantier-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:2.5rem;align-items:start}.chantier-content{min-width:0}.chantier-sidebar{position:sticky;top:100px}.prose ul{list-style:none;padding:0;margin:1rem 0 1.5rem}.prose li{position:relative;padding:.45rem 0 .45rem 1.6rem;font-size:.9rem;color:var(--text-mid);line-height:1.65}.prose li:before{content:"";position:absolute;left:0;top:.85rem;width:8px;height:8px;border-radius:50%;background:var(--green);opacity:.7}.chantier-fiche{background:var(--bg);border:1.5px solid var(--border);border-radius:12px;padding:1.6rem;margin-bottom:1.2rem}.chantier-fiche h3{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--green)}.chantier-dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem .8rem}.chantier-dl dt{font-size:.84rem;font-weight:600;color:var(--text)}.chantier-dl dd{font-size:.84rem;color:var(--text-mid)}.chantier-cta-card{background:var(--charcoal);color:#fff;border-radius:12px;padding:1.6rem;text-align:center}.chantier-cta-card h3{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.chantier-cta-card p{font-size:.85rem;opacity:.7;margin-bottom:1.2rem;line-height:1.6}.real-link{color:var(--text);text-decoration:none;transition:color .2s}.real-link:hover{color:var(--green)}@media(max-width:900px){.chantier-layout{grid-template-columns:1fr;gap:2rem}.chantier-sidebar{position:static}}@media(max-width:600px){.chantier-thumbs{grid-template-columns:repeat(3,1fr)}.chantier-main-photo{min-height:260px}.chantier-main-photo img{height:260px}.chantier-nav-prev,.chantier-nav-next{width:36px;height:36px}.chantier-hero-meta{gap:.4rem}}
