@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);:root{--jaune:#F2D60D;--gris:#717272;--gris-fonce:#4a4a4a;--blanc:#ffffff;--texte:#333333;--texte-clair:#777777;--max:1100px;--font:"Manrope",sans-serif}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:0;font-family:var(--font)}body{font-family:inherit;color:var(--texte);line-height:1.55;background:var(--blanc)}body.nav-open{overflow:hidden}button,input,select,textarea{font-family:inherit}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.wrap{width:min(100% - 2rem,var(--max));margin-inline:auto}.site-top{position:sticky;top:0;z-index:900}.site-header{background:var(--blanc);border-bottom:1px solid #e8e8e8;overflow:visible}.header-inner{width:min(100% - 1.5rem,1200px);margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.5rem 0;min-height:80px}.brand-left{justify-self:start;display:flex;align-items:center;gap:.5rem;overflow:visible}.brand-left img.island{height:50px;width:auto;flex-shrink:0}.brand-left img:not(.island){height:40px;width:auto;flex-shrink:0;transform:scale(3.2);transform-origin:left center}.brand-center{justify-self:center}.brand-center img{height:80px;width:auto}.header-cta{justify-self:end;display:flex;flex-direction:column;align-items:stretch;gap:.45rem;flex-shrink:0}.header-cta .btn-devis,.header-cta .btn-phone{min-height:42px;height:42px;width:100%;min-width:180px;padding:0 1rem;font-size:.8rem;line-height:1;gap:.4rem;border-radius:6px;box-sizing:border-box;justify-content:center}.header-cta .btn-devis img,.header-cta .btn-phone img{width:16px;height:16px;flex-shrink:0}.header-cta .btn-devis{border-color:#d8d8d8;color:var(--gris-fonce);font-weight:600;background:#fafafa}.header-cta .btn-devis:hover{background:var(--gris);border-color:var(--gris);color:var(--blanc)}.header-cta .btn-phone{font-weight:700}.btn-devis{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1.1rem;border:2px solid var(--gris);background:var(--blanc);color:var(--gris);font-size:.82rem;font-weight:600;white-space:nowrap;border-radius:6px;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.btn-devis:hover{background:var(--gris);color:var(--blanc);box-shadow:0 3px 10px rgba(0,0,0,.1)}.btn-phone{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem 1.25rem;background:var(--jaune);border:2px solid var(--jaune);border-radius:6px;color:var(--gris-fonce);font-size:.88rem;font-weight:700;white-space:nowrap;transition:background .2s,border-color .2s,box-shadow .2s,transform .15s}.btn-hero-secondary img.btn-icon,.btn-phone img.btn-icon{width:18px;height:18px;flex-shrink:0;display:block}.btn-phone:hover{background:#e5c80a;border-color:#e5c80a;box-shadow:0 4px 14px rgba(242,214,13,.45);transform:translateY(-1px)}.nav-bar{background:var(--gris)}.nav-inner{width:min(100% - 1rem,1200px);margin:0 auto;position:relative}.nav-menu{list-style:none;display:flex;justify-content:center;flex-wrap:wrap}.nav-menu>li{position:relative}.nav-menu>li>a{display:block;padding:.85rem 1.1rem;color:var(--blanc);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.nav-menu>li>a.active,.nav-menu>li>a:hover{color:var(--jaune)}.sub-menu{position:absolute;top:100%;left:0;min-width:280px;background:var(--blanc);box-shadow:0 8px 24px rgba(0,0,0,.15);list-style:none;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s;z-index:100}.has-sub:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.sub-menu a{display:block;padding:.65rem 1.1rem;color:var(--texte);font-size:.85rem;font-weight:400;text-transform:none;letter-spacing:0;border-bottom:1px solid #eee}.sub-menu a:hover{background:#f5f5f5;color:var(--gris)}.nav-toggle{display:none;position:absolute;right:0;top:50%;transform:translateY(-50%);background:0 0;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--blanc);margin:5px 0;transition:transform .25s,opacity .2s}.nav-bar.open .nav-toggle span:first-child,body.nav-open .nav-toggle span:first-child{transform:translateY(7px) rotate(45deg)}.nav-bar.open .nav-toggle span:nth-child(2),body.nav-open .nav-toggle span:nth-child(2){opacity:0}.nav-bar.open .nav-toggle span:nth-child(3),body.nav-open .nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sub-toggle{display:none}.home-carousel-section{background:var(--blanc)}.home-carousel{overflow:hidden;width:100%}.home-carousel-track{display:flex;gap:3px;will-change:transform}.home-carousel-track img{flex:0 0 calc(100% / 7);height:240px;object-fit:cover;display:block}.carousel-bar-wrap{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:var(--gris)}.carousel-btn{background:0 0;border:none;color:var(--blanc);font-size:1.1rem;cursor:pointer;padding:.25rem .5rem;opacity:.85;flex-shrink:0}.carousel-btn:hover{opacity:1}.carousel-bar{flex:1;height:5px;background:rgba(255,255,255,.25);border-radius:3px;overflow:hidden;position:relative}.carousel-bar-thumb{height:100%;background:var(--blanc);border-radius:3px;transition:transform .55s;will-change:transform}.home-hero-band{padding:3rem 0 2.5rem;text-align:center;background:var(--blanc);border-bottom:1px solid #eee}.home-hero .slider{height:clamp(480px,68vh,650px)}.home-hero .slide::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.45) 0,rgba(0,0,0,.55) 50%,rgba(0,0,0,.65) 100%);z-index:1}.home-hero .slide img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;pointer-events:none}.hero-content{pointer-events:auto;max-width:640px}.hero-overlay h1{font-size:clamp(2rem, 5.5vw, 3.25rem);font-weight:800;color:var(--blanc);line-height:1.15;margin-bottom:.75rem;text-shadow:0 2px 20px rgba(0,0,0,.4)}.hero-overlay p{font-size:clamp(.95rem, 2vw, 1.15rem);color:rgba(255,255,255,.92);margin-bottom:1.75rem;font-weight:500;letter-spacing:.02em}.hero-overlay .hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center}.home-hero .btn-hero-secondary{background:0 0;color:var(--blanc);border-color:rgba(255,255,255,.75)}.home-hero .btn-hero-secondary:hover{background:rgba(255,255,255,.12);border-color:var(--blanc);box-shadow:0 4px 14px rgba(0,0,0,.2)}.home-hero .btn-hero-secondary img.btn-icon{filter:brightness(0) invert(1)}.home-hero-band h1{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:800;color:var(--gris-fonce);margin-bottom:.4rem}.home-hero-band p{font-size:.95rem;color:var(--texte-clair);margin-bottom:1.25rem}.home-hero-band .hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.btn-hero-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;background:var(--jaune);color:var(--gris-fonce);font-weight:700;font-size:.9rem;border:2px solid var(--jaune);border-radius:6px;transition:background .2s,box-shadow .2s,transform .15s}.btn-hero-primary:hover{background:#e5c80a;border-color:#e5c80a;box-shadow:0 4px 14px rgba(242,214,13,.4);transform:translateY(-1px)}.btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.75rem 1.75rem;background:var(--blanc);color:var(--gris-fonce);font-weight:600;font-size:.9rem;border:2px solid #ddd;border-radius:6px;transition:background .2s,border-color .2s,box-shadow .2s,transform .15s}.btn-hero-secondary:hover{border-color:var(--gris);box-shadow:0 3px 10px rgba(0,0,0,.08);transform:translateY(-1px)}.slider{position:relative;height:420px;overflow:hidden;background:#333}.slides{height:100%;position:relative}.slide{position:absolute;inset:0;opacity:0;transition:opacity .6s}.slide.active{opacity:1;z-index:1}.slide img{width:100%;height:100%;object-fit:cover}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:6;background:0 0;border:none;color:var(--blanc);font-size:2rem;cursor:pointer;padding:.5rem 1rem;opacity:.8}.slider-btn:hover{opacity:1}.slider-btn.prev{left:.5rem}.slider-btn.next{right:.5rem}.slider-dots{position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:6}.slider-dots .dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.5);cursor:pointer;padding:0}.slider-dots .dot.active{background:var(--blanc)}.trust-bar{background:var(--blanc);border-bottom:1px solid #eee;padding:2.5rem 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .75rem;border-right:1px solid #eee}.trust-item:last-child{border-right:none}.trust-item img{width:80px;height:80px;object-fit:contain;margin-bottom:1rem}.trust-title{font-size:.78rem;font-weight:700;color:var(--gris-fonce);text-transform:uppercase;letter-spacing:.05em;line-height:1.4;margin:0}.home-intro{padding:4rem 0 2rem;background:var(--blanc)}.home-intro-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:start}.home-intro-text h2{font-size:clamp(1.3rem, 2.5vw, 1.75rem);font-weight:700;color:var(--gris-fonce);margin-bottom:1.25rem;line-height:1.3}.home-intro-text p{font-size:.95rem;color:var(--texte);line-height:1.75;margin-bottom:1rem;text-align:justify}.home-intro-text a{color:var(--gris);font-weight:600;border-bottom:1px solid var(--jaune);transition:color .2s}.home-intro-text a:hover{color:var(--gris-fonce)}.stat-card{background:#f7f7f7;border:1px solid #eee;padding:1.5rem;margin-bottom:1rem;text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:var(--gris);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.85rem;color:var(--texte-clair);line-height:1.4}.stat-card--icon{display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-icon{width:56px;height:56px;margin-bottom:.75rem;object-fit:contain}.stat-card-accent{background:var(--gris);border-color:var(--gris);color:var(--blanc)}.stat-card-accent p{font-size:.95rem;font-weight:600;margin-bottom:1rem;color:var(--blanc)}.stat-card-accent .btn-devis-inline{color:var(--gris-fonce);background:var(--jaune);border-color:var(--jaune)}.stat-card-accent .btn-devis-inline:hover{background:var(--blanc);border-color:var(--blanc)}.section-header{text-align:center;max-width:680px;margin:0 auto 2.5rem}.section-header-light .section-lead,.section-header-light .section-title{color:var(--blanc)}.section-header-light .section-lead{opacity:.85}.section-title{font-size:clamp(1.3rem, 2.5vw, 1.7rem);font-weight:700;color:var(--gris-fonce);text-transform:uppercase;letter-spacing:.03em;margin:0 auto 1rem;display:block;width:fit-content;max-width:100%;padding-bottom:.65rem;border-bottom:4px solid var(--jaune);line-height:1.35;text-align:center}.section-header-light .section-title{color:var(--blanc);border-bottom-color:var(--jaune)}.section-lead{font-size:.95rem;color:var(--texte-clair);line-height:1.65}.section-cta{text-align:center;margin-top:2rem}.home-services{padding:4rem 0;background:#f9f9f9}.home-services-alt{background:var(--blanc)}.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.service-grid-4{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.service-card{background:var(--blanc);border:1px solid #e8e8e8;padding:0;overflow:hidden;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column}.service-card-img{width:100%;height:160px;object-fit:cover;display:block}.service-card-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.home-services-alt .service-card{background:#f9f9f9}.service-card:hover{border-color:var(--jaune);box-shadow:0 6px 20px rgba(0,0,0,.07)}.service-card h3{font-size:1rem;font-weight:700;margin-bottom:.65rem;color:var(--gris-fonce)}.service-card h3 a{transition:color .2s}.service-card h3 a:hover{color:var(--gris)}.service-card p{font-size:.88rem;color:var(--texte-clair);line-height:1.65;flex:1;margin-bottom:1rem}.service-link{font-size:.82rem;font-weight:700;color:var(--gris);transition:color .2s}.service-link:hover{color:var(--gris-fonce)}.home-why{padding:4rem 0;background:var(--gris)}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.why-item{padding:1.5rem;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05)}.why-num{display:block;font-size:2rem;font-weight:800;color:var(--jaune);line-height:1;margin-bottom:.75rem;opacity:.9}.why-item h3{font-size:1rem;font-weight:700;color:var(--blanc);margin-bottom:.5rem}.why-item p{font-size:.88rem;color:rgba(255,255,255,.78);line-height:1.65}.home-process{padding:4rem 0;background:var(--blanc)}.process-steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;counter-reset:steps}.process-step{text-align:center;padding:0 1rem}.process-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto 1.25rem;background:var(--jaune);color:var(--gris-fonce);font-size:1.25rem;font-weight:800;border-radius:50%}.process-step h3{font-size:1rem;font-weight:700;color:var(--gris-fonce);margin-bottom:.5rem}.process-step p{font-size:.88rem;color:var(--texte-clair);line-height:1.65}.home-faq{padding:4rem 0;background:#f9f9f9}.faq-list{max-width:760px;margin:0 auto}.faq-item{background:var(--blanc);border:1px solid #e8e8e8;margin-bottom:.65rem}.faq-item summary{padding:1rem 1.25rem;font-size:.92rem;font-weight:700;color:var(--gris-fonce);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";font-size:1.25rem;font-weight:400;color:var(--gris);flex-shrink:0;margin-left:1rem}.faq-item[open] summary::after{content:"−"}.faq-item p{padding:0 1.25rem 1.25rem;font-size:.88rem;color:var(--texte-clair);line-height:1.7}.faq-item a{color:var(--gris);font-weight:600;border-bottom:1px solid var(--jaune)}.about-txt h2,.about-txt h3{font-size:1.4rem;margin-bottom:1rem;text-align:left;font-weight:700}.about-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem;align-items:stretch}.about-actions .btn-about-outline,.about-actions .btn-phone{padding:.75rem 1.5rem;font-size:.88rem;font-weight:600;min-width:200px;min-height:48px;box-sizing:border-box;line-height:1.2}.btn-about-outline{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:2px solid var(--blanc);color:var(--blanc);background:0 0;border-radius:6px;font-size:.88rem;font-weight:600;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .15s}.btn-about-outline:hover{background:var(--blanc);color:var(--gris-fonce);border-color:var(--blanc);box-shadow:0 4px 14px rgba(0,0,0,.15);transform:translateY(-1px)}.devis-section{padding:4rem 0;background:var(--blanc);border-top:1px solid #eee}.devis-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start;max-width:960px;margin:0 auto}.devis-info{padding-top:.5rem}.devis-info-title{font-size:clamp(1.4rem, 2.5vw, 1.85rem);font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:4px solid var(--jaune);display:block;width:fit-content;max-width:100%;line-height:1.35;color:var(--gris-fonce)}.devis-info-text{font-size:.95rem;line-height:1.7;color:var(--texte-clair);margin-bottom:1.5rem}.devis-perks{list-style:none;margin-bottom:2rem}.devis-perks li{font-size:.9rem;padding:.45rem 0 .45rem 1.5rem;position:relative;color:var(--texte)}.devis-perks li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:var(--jaune);border-radius:50%}.devis-info-phone{font-size:.88rem;color:var(--texte-clair);line-height:1.6}.devis-info-phone a{font-size:1.35rem;font-weight:700;color:var(--gris);transition:color .2s}.devis-info-phone a:hover{color:var(--gris-fonce)}.features-section{background:var(--blanc);padding:2.5rem 0 3rem;text-align:center}.features-title{font-size:clamp(1rem, 2.2vw, 1.25rem);font-weight:400;color:var(--texte-clair);letter-spacing:.02em;max-width:720px;margin:0 auto 2.5rem;line-height:1.5}.features-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e8e8e8}.feature{padding:2rem 1.25rem 1.5rem;text-align:center;border-right:1px solid #e8e8e8}.feature:last-child{border-right:none}.feature img{width:80px;height:80px;object-fit:contain;margin:0 auto 1.25rem;display:block}.feature p{font-size:.75rem;font-weight:600;color:var(--gris-fonce);text-transform:uppercase;letter-spacing:.04em;line-height:1.5;margin:0}.about-band{background:var(--gris);color:var(--blanc);padding:3rem 0}.about-flex{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.about-img img{width:100%;border-radius:2px}.about-txt h3{font-size:1.6rem;margin-bottom:1rem;text-align:center}.about-txt p{text-align:justify;margin-bottom:.75rem;font-size:.95rem}.about-txt .btn-phone{display:inline-flex}.assurances-home{padding:3.5rem 0;background:#f9f9f9}.title-dark{font-size:1.6rem;color:var(--gris-fonce);text-align:center;text-transform:uppercase;margin-bottom:2rem;font-weight:700}.assur-title-wrap{text-align:center;margin-bottom:2.5rem}.title-assurances{display:inline-block;font-size:clamp(1.4rem, 3vw, 1.75rem);font-weight:700;color:var(--gris-fonce);text-transform:uppercase;letter-spacing:.04em;position:relative;isolation:isolate;padding:0 .1em .15em}.title-assurances::after{content:"";position:absolute;left:-.05em;right:-.05em;bottom:.05em;height:.38em;background:var(--jaune);z-index:-1}.assur-cols{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:900px;margin:0 auto}.assur-col-head{background:var(--gris);color:var(--blanc);text-align:center;padding:.9rem 1rem;font-size:.92rem;font-weight:700;letter-spacing:.02em}.assur-list{list-style:none;position:relative;display:flex;flex-direction:column;gap:.7rem;padding:1.25rem 0 .5rem}.assur-list::before{content:"";position:absolute;left:50%;top:.5rem;bottom:.5rem;border-left:2px dashed var(--jaune);transform:translateX(-50%);z-index:0}.assur-item{position:relative;z-index:1;display:block;background:var(--blanc);border:1px solid #e0e0e0;box-shadow:0 2px 6px rgba(0,0,0,.06);padding:.85rem 1.25rem;text-align:center;color:var(--gris);font-size:.88rem;font-weight:600;transition:border-color .2s,box-shadow .2s,color .2s}.assur-item:hover{border-color:var(--jaune);color:var(--gris-fonce);box-shadow:0 4px 12px rgba(0,0,0,.1)}.gallery-strip{background:var(--blanc);padding:0 0 3rem}.gallery-strip-row{display:flex;gap:3px;width:100%;max-width:100%}.gallery-strip-row img{flex:1 1 0;min-width:0;height:clamp(150px,20vw,240px);object-fit:cover;display:block}.gallery-band{padding:1.5rem 0;background:var(--blanc);overflow:hidden}.gallery-scroll{display:flex;gap:.35rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1rem}.gallery-scroll img{flex:0 0 220px;height:160px;object-fit:cover;scroll-snap-align:start}.page-hero{height:280px;background-color:#333;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center}.page-hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35)}.page-hero h1{position:relative;z-index:1;color:var(--blanc);font-size:clamp(1.4rem, 4vw, 2.2rem);font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.4);padding:0 1rem;margin:0}.page-hero-rich{height:auto;min-height:340px;padding:4.5rem 1.25rem}.page-hero-inner{position:relative;z-index:1;text-align:center;max-width:760px;width:100%}.page-hero-lead{color:rgba(255,255,255,.95);font-size:clamp(.95rem, 2vw, 1.1rem);line-height:1.65;margin:0 0 1.5rem;text-shadow:0 1px 4px rgba(0,0,0,.35)}.page-hero .hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center}.page-hero .btn-hero-secondary{background:0 0;color:var(--blanc);border-color:rgba(255,255,255,.75)}.page-hero .btn-hero-secondary:hover{background:rgba(255,255,255,.12);border-color:var(--blanc);box-shadow:0 4px 14px rgba(0,0,0,.2)}.page-hero .btn-hero-secondary img.btn-icon{filter:brightness(0) invert(1)}.page-offers-list{padding:4rem 0;background:#f9f9f9}.offer-row{display:grid;grid-template-columns:1fr 1.15fr;gap:0;align-items:stretch;margin-bottom:2rem;background:var(--blanc);border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.offer-row:hover{border-color:var(--jaune);box-shadow:0 10px 30px rgba(0,0,0,.06)}.offer-row-reverse{grid-template-columns:1.15fr 1fr}.offer-row-reverse .offer-row-img{order:2}.offer-row-reverse .offer-row-body{order:1}.offer-row-img{min-height:280px;max-height:320px;overflow:hidden;background:#eee}.offer-row-img img{width:100%;height:100%;min-height:280px;max-height:320px;object-fit:cover;object-position:center;display:block}.offer-row-body{padding:2rem 2.25rem;display:flex;flex-direction:column;justify-content:center}.offer-tag{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gris-fonce);background:var(--jaune);padding:.3rem .65rem;margin-bottom:.85rem;width:fit-content}.offer-row-body h3{font-size:clamp(1.1rem, 2vw, 1.35rem);font-weight:700;color:var(--gris-fonce);margin-bottom:.85rem;line-height:1.3}.offer-row-body p{font-size:.92rem;line-height:1.7;color:var(--texte-clair);margin-bottom:.75rem}.offer-row-body ul{margin:.5rem 0 0;padding-left:1.15rem}.offer-row-body li{font-size:.9rem;line-height:1.65;color:var(--texte-clair);margin-bottom:.35rem}.page-garanties{padding:4rem 0;background:var(--blanc)}.page-offers-list .section-header{margin-bottom:2rem}.page-intro{background:var(--blanc)}.page-intro-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:2.5rem;align-items:start}.page-intro-grid--reverse>.page-intro-panel{order:-1}.page-intro-copy h2{font-size:clamp(1.3rem, 2.5vw, 1.75rem);font-weight:700;color:var(--gris-fonce);margin-bottom:1.25rem;line-height:1.3}.page-intro-copy p{font-size:.95rem;color:var(--texte);line-height:1.75;margin-bottom:1rem;text-align:justify}.page-intro-copy p:last-child{margin-bottom:0}.page-intro-panel{display:flex;flex-direction:column;gap:0}.page-intro-panel .stat-card{margin-bottom:1rem}.page-intro-panel .stat-card:last-child{margin-bottom:0}.page-intro--auto .page-intro-copy{border-left:5px solid var(--jaune);padding-left:1.5rem}.page-intro--moto{background:#f9f9f9}.page-intro-visual img{width:100%;height:200px;object-fit:cover;display:block;margin-bottom:1rem;border-radius:4px}.page-intro--habitation .page-intro-stack{max-width:820px;margin:0 auto;text-align:center}.page-intro--habitation .page-intro-copy p{text-align:center}.page-intro-stats-bar{display:grid;grid-template-columns:1fr 1fr auto;margin-top:2rem;border:1px solid #e8e8e8;background:var(--blanc)}.page-intro-stats-bar .stat-card{margin:0;border:none;border-right:1px solid #e8e8e8;border-radius:0}.page-intro-stats-bar .stat-card-accent{border-right:none;min-width:200px}.page-intro-tax-box{background:var(--jaune);padding:2rem 1.5rem;text-align:center;margin-bottom:1rem}.page-intro-tax-box .tax-big{display:block;font-size:2.75rem;font-weight:800;color:var(--gris-fonce);line-height:1}.page-intro-tax-box .tax-label{display:block;font-size:.85rem;font-weight:600;color:var(--gris-fonce);margin-top:.5rem;line-height:1.4}.page-intro--pj-part{background:linear-gradient(180deg,#f9f9f9 0,var(--blanc) 100%)}.page-intro--pj-part .page-intro-stack{max-width:720px;margin:0 auto;text-align:center}.page-intro--pj-part .page-intro-copy p{text-align:center}.page-intro--pj-part .page-intro-cta-center{max-width:420px;margin:0 auto}.page-intro-pills{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin:1.5rem 0}.page-intro-pill{background:var(--blanc);border:2px solid var(--jaune);padding:1rem 1.5rem;min-width:130px;text-align:center}.page-intro-pill strong{display:block;font-size:1.5rem;font-weight:800;color:var(--gris)}.page-intro-pill span{font-size:.8rem;color:var(--texte-clair)}.page-intro-per-badge{background:var(--gris);color:var(--blanc);text-align:center;padding:1.75rem 1.25rem;margin-bottom:1rem}.page-intro-per-badge strong{display:block;font-size:2.75rem;font-weight:800;color:var(--jaune);line-height:1}.page-intro-per-badge span{font-size:.82rem;opacity:.9}.page-intro--epargne{background:#faf8f5;border-top:4px solid var(--jaune)}.page-intro-price-box{background:var(--gris);color:var(--blanc);padding:2rem 1.5rem;text-align:center;margin-bottom:1rem}.page-intro-price-box .price-num{display:block;font-size:3rem;font-weight:800;color:var(--jaune);line-height:1}.page-intro-price-box .price-label{font-size:.85rem;opacity:.9;margin-top:.35rem}.page-intro--tns .page-intro-panel{background:var(--gris-fonce);padding:1.5rem}.page-intro--tns .page-intro-panel .stat-card{background:0 0;border-color:rgba(255,255,255,.15)}.page-intro--tns .page-intro-panel .stat-number{color:var(--jaune)}.page-intro--tns .page-intro-panel .stat-label{color:rgba(255,255,255,.85)}.page-intro--tns .page-intro-panel .stat-card-accent{background:var(--gris);border-color:var(--gris)}.page-intro-alert{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;background:#f5f5f5;border-left:5px solid var(--jaune);padding:1.25rem 1.5rem;margin-bottom:2rem}.page-intro-alert strong{font-size:2.5rem;font-weight:800;color:var(--gris);line-height:1;flex-shrink:0}.page-intro-alert span{font-size:.88rem;color:var(--texte-clair);line-height:1.45}.page-intro--particuliers{background:#f9f9f9}.page-intro-univers{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.page-intro-univers span{background:var(--blanc);border:1px solid #e8e8e8;padding:.6rem .5rem;font-size:.78rem;font-weight:600;color:var(--gris-fonce);text-align:center}.page-intro--pro{background:#f3f3f3;padding:3.5rem 0}.page-intro-pro-card{background:var(--blanc);border:1px solid #e8e8e8;padding:2.5rem;box-shadow:0 4px 24px rgba(0,0,0,.04)}.page-intro-pro-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin:1.75rem 0}.page-intro-pro-pillar{background:#f9f9f9;border-top:3px solid var(--jaune);padding:1rem .75rem;text-align:center}.page-intro-pro-pillar strong{display:block;font-size:1.5rem;font-weight:800;color:var(--gris)}.page-intro-pro-pillar span{font-size:.72rem;color:var(--texte-clair);line-height:1.35}.page-intro-pro-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.25rem;border-top:1px solid #eee}.page-intro-pro-cta p{margin:0;font-weight:600;color:var(--gris-fonce)}.page-garanties--timeline{background:#f9f9f9;padding:4rem 0}.garanties-timeline{list-style:none;margin:0;padding:0;max-width:720px;margin-inline:auto;position:relative}.garanties-timeline::before{content:"";position:absolute;left:1.35rem;top:0;bottom:0;width:3px;background:var(--jaune)}.garanties-timeline-item{position:relative;padding:0 0 2rem 4rem}.garanties-timeline-item:last-child{padding-bottom:0}.garanties-timeline-num{position:absolute;left:0;top:0;width:2.75rem;height:2.75rem;background:var(--gris-fonce);color:var(--jaune);font-size:.95rem;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:1}.garanties-timeline-item h3{font-size:1.05rem;font-weight:700;color:var(--gris-fonce);margin-bottom:.45rem}.garanties-timeline-item p{font-size:.9rem;color:var(--texte-clair);line-height:1.65;margin:0}.page-garanties--columns{background:var(--blanc)}.garanties-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.garanties-col-item{padding:1.75rem 1.25rem 1.5rem;background:#fafafa;border-top:5px solid var(--jaune);position:relative}.garanties-col-num{font-size:2.5rem;font-weight:800;color:rgba(113,114,114,.12);line-height:1;margin-bottom:.5rem}.garanties-col-item h3{font-size:.95rem;font-weight:700;color:var(--gris-fonce);margin-bottom:.5rem}.garanties-col-item p{font-size:.86rem;color:var(--texte-clair);line-height:1.6;margin:0}.page-garanties--bento{background:var(--gris-fonce);color:var(--blanc)}.page-garanties--bento .section-title{color:var(--blanc)}.page-garanties--bento .section-lead{color:rgba(255,255,255,.8)}.garanties-bento{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1.25rem}.garanties-bento-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:2rem 1.75rem;position:relative}.garanties-bento-item:first-child{grid-row:span 2;display:flex;flex-direction:column;justify-content:center;background:rgba(255,213,0,.12);border-color:rgba(255,213,0,.35)}.garanties-bento-item:last-child{grid-column:1/-1}.garanties-bento-num{font-size:3rem;font-weight:800;color:var(--jaune);line-height:1;margin-bottom:.75rem;opacity:.9}.garanties-bento-item h3{font-size:1.05rem;font-weight:700;color:var(--blanc);margin-bottom:.5rem}.garanties-bento-item p{font-size:.88rem;color:rgba(255,255,255,.82);line-height:1.65;margin:0}.page-garanties--steps{background:var(--blanc)}.garanties-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.garanties-steps::before{content:"";position:absolute;top:1.75rem;left:12.5%;right:12.5%;height:3px;background:#e8e8e8;z-index:0}.garanties-step{text-align:center;padding:0 .75rem;position:relative;z-index:1}.garanties-step-num{width:3.5rem;height:3.5rem;margin:0 auto 1.25rem;background:var(--jaune);color:var(--gris-fonce);font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:50%}.garanties-step h3{font-size:.92rem;font-weight:700;color:var(--gris-fonce);margin-bottom:.45rem}.garanties-step p{font-size:.84rem;color:var(--texte-clair);line-height:1.55;margin:0}.page-garanties--legal{background:#f9f9f9;padding:4rem 0}.garanties-legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.garanties-legal-card{background:var(--blanc);padding:2rem 1.75rem;border-left:5px solid var(--jaune);box-shadow:0 2px 16px rgba(0,0,0,.04);display:flex;gap:1.25rem;align-items:flex-start}.garanties-legal-icon{flex-shrink:0;width:3rem;height:3rem;background:var(--gris);color:var(--jaune);font-size:.9rem;font-weight:800;display:flex;align-items:center;justify-content:center;border-radius:50%}.garanties-legal-card h3{font-size:1rem;font-weight:700;color:var(--gris-fonce);margin-bottom:.4rem}.garanties-legal-card p{font-size:.88rem;color:var(--texte-clair);line-height:1.6;margin:0}.page-garanties--rows{background:var(--blanc)}.garanties-rows{display:flex;flex-direction:column;gap:0}.garanties-row{display:grid;grid-template-columns:80px 1fr;gap:2rem;align-items:center;padding:1.75rem 0;border-bottom:1px solid #eee}.garanties-row:last-child{border-bottom:none}.garanties-row:nth-child(2n){background:#fafafa;margin:0 -1.5rem;padding-left:1.5rem;padding-right:1.5rem}.garanties-row-num{font-size:2.25rem;font-weight:800;color:var(--jaune);text-align:center}.garanties-row h3{font-size:1rem;font-weight:700;color:var(--gris-fonce);margin-bottom:.35rem}.garanties-row p{font-size:.88rem;color:var(--texte-clair);line-height:1.6;margin:0}.page-icons{padding:3.5rem 0;background:#f9f9f9}.icons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.15rem}.icons-grid--3{grid-template-columns:repeat(3,minmax(220px,1fr));max-width:960px;margin:0 auto}.icon-block{background:var(--blanc);border:1px solid #e8e8e8;border-radius:8px;padding:1.5rem 1.25rem;text-align:center;transition:border-color .2s,box-shadow .2s}.icon-block:hover{border-color:var(--jaune);box-shadow:0 6px 20px rgba(0,0,0,.05)}.icon-block img{width:72px;height:72px;object-fit:contain;margin:0 auto .85rem;display:block}.icon-block h3{font-size:.92rem;font-weight:700;color:var(--gris-fonce);margin-bottom:.5rem;line-height:1.35}.icon-block p{font-size:.86rem;line-height:1.6;color:var(--texte-clair);margin:0}.page-checklist{padding:3.5rem 0;background:var(--blanc)}.checklist-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 2.5rem}.checklist-col h3{font-size:1rem;font-weight:700;color:var(--gris-fonce);margin-bottom:.85rem;padding-bottom:.45rem;border-bottom:3px solid var(--jaune);display:inline-block}.checklist-col ul{list-style:none;padding:0;margin:0}.checklist-col li{position:relative;padding-left:1.35rem;margin-bottom:.55rem;font-size:.9rem;line-height:1.55;color:var(--texte-clair)}.checklist-col li::before{content:"✓";position:absolute;left:0;color:var(--gris);font-weight:700}.page-split{padding:3.5rem 0;background:var(--blanc)}.page-split-alt{background:#f9f9f9}.page-split .split-flex{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.page-split .split-img img{width:100%;border-radius:8px;display:block;object-fit:cover;min-height:280px;max-height:360px}.page-split .split-txt h2{font-size:clamp(1.2rem, 2.2vw, 1.5rem);font-weight:700;color:var(--gris-fonce);margin-bottom:1rem;line-height:1.3}.page-split .split-txt p{font-size:.92rem;line-height:1.7;color:var(--texte-clair);margin-bottom:.75rem}.page-split .split-txt ul{margin:.75rem 0 0;padding-left:1.15rem}.page-split .split-txt li{font-size:.9rem;line-height:1.6;color:var(--texte-clair);margin-bottom:.4rem}.page-faq-compact .faq-list{max-width:800px;margin:0 auto}.page-contact{padding:3.5rem 0 4rem;background:var(--blanc)}.contact-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start;max-width:960px;margin:0 auto}.contact-info-title{font-size:clamp(1.4rem, 2.5vw, 1.85rem);font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:4px solid var(--jaune);display:block;width:fit-content;max-width:100%;line-height:1.35;color:var(--gris-fonce)}.contact-info-text{font-size:.95rem;line-height:1.7;color:var(--texte-clair);margin-bottom:1.75rem}.contact-details{display:grid;gap:1.25rem;margin-bottom:1.75rem}.contact-detail{display:flex;gap:1rem;align-items:flex-start}.contact-detail-icon{flex-shrink:0;width:42px;height:42px;border-radius:50%;background:#f5f5f5;color:var(--gris);display:flex;align-items:center;justify-content:center}.contact-detail-icon svg{width:20px;height:20px}.contact-detail h3{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gris-fonce);margin-bottom:.35rem}.contact-detail p{font-size:.92rem;line-height:1.6;color:var(--texte-clair);margin:0}.contact-detail a{color:var(--gris-fonce);font-weight:600;transition:color .2s}.contact-detail a:hover{color:var(--gris)}.contact-actions{display:flex;flex-wrap:wrap;gap:.75rem}.page-intro{padding:3rem 0 1rem;background:var(--blanc)}.page-offers{padding:1rem 0 3.5rem;background:#f9f9f9}.page-offers.page-offers-light{background:var(--blanc)}.page-offers+.page-offers{padding-top:0}.offer-section-title{font-size:1.15rem;font-weight:700;color:var(--gris-fonce);margin:0 0 1.25rem;padding-bottom:.5rem;border-bottom:3px solid var(--jaune);display:inline-block}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.detail-card{background:var(--blanc);border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.detail-card:hover{border-color:var(--jaune);box-shadow:0 8px 24px rgba(0,0,0,.07)}.detail-card-media img{width:100%;height:150px;object-fit:cover;display:block}.detail-card-head{display:flex;align-items:center;gap:.85rem;padding:1.15rem 1.25rem .5rem}.detail-card-icon{width:44px;height:44px;object-fit:contain;flex-shrink:0}.detail-card-head h3{font-size:1rem;font-weight:700;color:var(--gris-fonce);line-height:1.3;margin:0}.detail-card-body{padding:0 1.25rem 1.25rem;flex:1}.detail-card-body p{font-size:.9rem;line-height:1.65;color:var(--texte-clair);margin-bottom:.65rem}.detail-card-body ul{margin:.5rem 0 0;padding-left:1.15rem}.detail-card-body li{font-size:.88rem;line-height:1.6;color:var(--texte-clair);margin-bottom:.35rem}.page-perks{padding:0 0 3rem;background:#f9f9f9}.perks-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.perk-item{background:var(--blanc);border:1px solid #e8e8e8;border-radius:8px;padding:1.25rem;text-align:center}.perk-item svg{width:32px;height:32px;color:var(--gris);margin-bottom:.65rem}.perk-item h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gris-fonce);margin-bottom:.35rem}.perk-item p{font-size:.84rem;color:var(--texte-clair);line-height:1.5;margin:0}.page-legal{padding:3rem 0 4rem;background:var(--blanc)}.legal-box{max-width:760px;margin:0 auto}.legal-box h2{font-size:clamp(1.3rem, 2.5vw, 1.75rem);font-weight:700;color:var(--gris-fonce);margin-bottom:1.25rem;padding-bottom:.65rem;border-bottom:4px solid var(--jaune);display:inline-block}.legal-box h3{font-size:1rem;font-weight:700;color:var(--gris-fonce);margin:1.75rem 0 .65rem}.legal-box li,.legal-box p{font-size:.92rem;line-height:1.7;color:var(--texte-clair);margin-bottom:.65rem}.legal-box ul{padding-left:1.2rem;margin-bottom:1rem}.page-content{padding:3rem 0;background:var(--blanc)}.sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem 2rem}.info-card{text-align:center}.card-icon{margin:0 auto 1rem;width:64px;height:64px;object-fit:contain}.info-card h3{font-size:1.05rem;font-weight:700;color:var(--texte);border-bottom:3px solid var(--jaune);display:inline-block;padding-bottom:.35rem;margin-bottom:1rem}.info-card h4.sub-title{font-size:.95rem;font-weight:700;color:var(--gris);margin:1.25rem 0 .5rem;text-align:left}.info-card p,.info-card ul{text-align:justify;font-size:.9rem;color:var(--texte-clair);margin-bottom:.5rem}.info-card ul{padding-left:1.1rem;text-align:left}.info-card li{margin-bottom:.35rem}.cta-center{text-align:center;margin-top:2rem}.btn-devis-inline{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;border:2px solid var(--gris);color:var(--gris-fonce);font-size:.88rem;font-weight:600;border-radius:6px;background:var(--blanc);transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .15s}.btn-devis-inline:hover{background:var(--jaune);border-color:var(--jaune);color:var(--gris-fonce);box-shadow:0 3px 10px rgba(242,214,13,.35);transform:translateY(-1px)}.devis-intro{text-align:center;color:var(--texte-clair);font-size:.9rem;max-width:560px;margin:0 auto 1.5rem}.devis-form{background:#f9f9f9;padding:2rem;border:1px solid #e8e8e8;border-radius:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.form-row{margin-bottom:1rem}.form-row label{display:block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gris);margin-bottom:.35rem}.form-row input,.form-row select,.form-row textarea{width:100%;padding:.7rem .85rem;border:1px solid #ddd;font-family:inherit;font-size:.92rem;background:#fafafa;transition:border-color .2s,background .2s;border-radius:4px;box-sizing:border-box;color:var(--texte)}.form-row select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fafafa;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23717272' d='M1 1.5 6 6.5 11 1.5' stroke='%23717272' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:12px 8px;padding-right:2.35rem;cursor:pointer;line-height:1.35;color-scheme:light}.form-row select:focus{background-color:var(--blanc)}.form-row textarea{resize:vertical;min-height:120px}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:0;border-color:var(--gris);background:var(--blanc)}.btn-submit{width:100%;padding:.9rem;background:var(--jaune);border:2px solid var(--jaune);font-weight:700;font-size:.95rem;cursor:pointer;color:var(--gris-fonce);border-radius:6px;margin-top:.25rem;transition:background .2s,box-shadow .2s,transform .15s}.btn-submit:hover{background:#e5c80a;border-color:#e5c80a;box-shadow:0 4px 14px rgba(242,214,13,.4);transform:translateY(-1px)}.form-ok{display:none;text-align:center;color:green;margin-top:.75rem;font-size:.9rem}.hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer{background:var(--gris);color:var(--blanc);position:relative}.footer-accent{height:4px;background:linear-gradient(90deg,var(--jaune) 0,#f5e04a 50%,var(--jaune) 100%)}.footer-wrap{width:min(100% - 2rem,1200px);margin:0 auto;padding:3rem 0 2.5rem}.footer-head{text-align:center;margin-bottom:2.75rem}.footer-brand{display:inline-block;margin-bottom:.75rem}.footer-brand img{height:72px;width:auto;margin:0 auto;filter:brightness(0) invert(1);opacity:.95;transition:opacity .2s}.footer-brand:hover img{opacity:1}.footer-tagline{font-size:.9rem;color:rgba(255,255,255,.7);letter-spacing:.03em;font-weight:400}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}.footer-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem 1.25rem;text-align:center;transition:background .2s,border-color .2s}.footer-card:hover{background:rgba(255,255,255,.09);border-color:rgba(242,214,13,.3)}.footer-card-icon{width:44px;height:44px;margin:0 auto 1rem;background:var(--jaune);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gris-fonce)}.footer-card-icon svg{width:20px;height:20px}.footer-card h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.65rem;color:var(--jaune)}.footer-card p{font-size:.85rem;line-height:1.65;color:rgba(255,255,255,.88)}.footer-card a{color:var(--blanc);border-bottom:1px solid rgba(242,214,13,.4);transition:color .2s,border-color .2s}.footer-card a:hover{color:var(--jaune);border-color:var(--jaune)}.footer-mid{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12)}.footer-about h4{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem;color:var(--jaune)}.footer-about p{font-size:.85rem;line-height:1.7;color:rgba(255,255,255,.75);max-width:520px}.footer-actions{display:flex;flex-direction:column;gap:.65rem;align-items:stretch;min-width:240px}.btn-footer{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;background:var(--jaune);color:var(--gris-fonce);border-radius:6px;font-size:.82rem;font-weight:700;text-align:center;border:2px solid var(--jaune);transition:background .2s,border-color .2s,box-shadow .2s,transform .15s;white-space:nowrap}.btn-footer:hover{background:#e5c80a;border-color:#e5c80a;box-shadow:0 3px 10px rgba(242,214,13,.35);transform:translateY(-1px)}.btn-footer-outline{background:0 0;color:var(--blanc);border-color:rgba(255,255,255,.55)}.btn-footer-outline:hover{border-color:var(--blanc);color:var(--gris-fonce);background:var(--blanc);box-shadow:0 3px 10px rgba(0,0,0,.12)}.btn-footer-devis{background:var(--blanc);color:var(--gris-fonce);border-color:var(--blanc)}.btn-footer-devis:hover{background:var(--jaune);border-color:var(--jaune)}.footer-legal{background:var(--gris);border-top:1px solid rgba(255,255,255,.15)}.footer-legal-inner{width:min(100% - 2rem,1200px);margin:0 auto;padding:1rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:rgba(255,255,255,.5)}.footer-legal-inner a{color:rgba(255,255,255,.6);transition:color .2s}.footer-legal-inner a:hover{color:var(--jaune)}@media (max-width:1100px){:root{--header-bar-h:52px}.site-top{position:fixed;top:0;left:0;right:0;width:100%;z-index:910}body{padding-top:calc(var(--header-bar-h) + env(safe-area-inset-top,0px))}.site-header{--header-bar-h:52px;position:relative;z-index:911;background:var(--blanc);padding-top:env(safe-area-inset-top,0)}body.nav-open{overflow:hidden}html.nav-open{overflow:hidden;height:100%}body.nav-open .site-header{box-shadow:0 2px 12px rgba(0,0,0,.08);background:var(--blanc)}.header-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;max-width:1200px;margin:0 auto;min-height:var(--header-bar-h);padding:.35rem 3rem .35rem 1rem;box-sizing:border-box}.brand-left{display:none}.brand-center{order:0;width:auto;flex:1;min-width:0;text-align:left;justify-self:start}.brand-center img{height:40px;width:auto;max-width:150px;object-fit:contain;object-position:left center}.header-inner>.header-cta{display:none}.header-inner>.nav-toggle{display:block;position:absolute;right:.25rem;top:50%;transform:translateY(-50%);z-index:12;pointer-events:auto;padding:.5rem;min-width:44px;min-height:44px}.header-inner>.nav-toggle span{background:var(--gris-fonce)}body.nav-open .header-inner>.nav-toggle{transform:translateY(-50%);z-index:12}.nav-bar{position:fixed;top:0;left:0;width:0;height:0;background:0 0;pointer-events:none;z-index:901;overflow:hidden;visibility:hidden}.nav-bar.open{top:var(--nav-panel-top,calc(var(--header-bar-h) + env(safe-area-inset-top,0px)));left:0;right:0;bottom:0;width:auto;height:auto;z-index:905;pointer-events:auto;background:var(--gris);overflow:hidden;visibility:visible}.nav-inner{position:static;width:100%;margin:0;height:0;pointer-events:none}.nav-menu{display:none;flex-direction:column;list-style:none;margin:0;padding:0;justify-content:flex-start}.nav-bar.open .nav-inner{position:static;display:flex;flex-direction:column;height:100%;min-height:0;width:100%;max-width:none;background:0 0;pointer-events:auto;overflow:hidden}.nav-bar.open .nav-menu{display:flex;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding:.25rem 0}.nav-menu>li{width:100%}.nav-menu>li>a{padding:.95rem 1.5rem;font-size:.82rem;border-bottom:1px solid rgba(255,255,255,.1)}.nav-menu>li:last-child>a{border-bottom:none}.has-sub>a{position:relative;padding-right:3.5rem}.has-sub>a::after{display:none}.sub-toggle{position:absolute;right:0;top:0;z-index:2;display:flex;align-items:center;justify-content:center;width:3.25rem;height:3rem;margin:0;padding:0;border:none;border-left:1px solid rgba(255,255,255,.12);background:0 0;color:var(--blanc);font-size:1.2rem;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent;display:flex}.sub-toggle:focus-visible,.sub-toggle:hover{background:rgba(0,0,0,.12);outline:0}.has-sub{position:relative}.sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(0,0,0,.18);display:none;list-style:none;margin:0;padding:0}.has-sub.open .sub-menu{display:block}.sub-menu a{color:rgba(255,255,255,.92);border-color:rgba(255,255,255,.08);padding:.75rem 1.5rem .75rem 2rem;font-size:.8rem}.sub-menu a:hover{background:rgba(0,0,0,.12);color:var(--blanc)}.nav-inner>.header-cta{display:none;flex-direction:column;gap:.6rem;flex-shrink:0;width:100%;padding:1rem 1.25rem calc(1.15rem + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(255,255,255,.2);background:var(--gris);pointer-events:auto}.nav-bar.open .nav-inner>.header-cta{display:flex;position:static}.nav-inner>.header-cta .btn-devis,.nav-inner>.header-cta .btn-phone{min-width:0;width:100%;max-width:none;min-height:42px;height:auto;padding:.55rem 1rem;font-size:.82rem}.nav-inner>.header-cta .btn-devis{background:var(--blanc);border-color:var(--blanc);color:var(--gris-fonce)}.nav-inner>.header-cta .btn-devis:hover{background:#f0f0f0;border-color:#f0f0f0;color:var(--gris-fonce)}}@media (max-width:900px){.contact-layout,.devis-layout,.home-intro-grid,.page-intro-grid,.page-intro-pro-pillars,.page-intro-stats-bar,.page-intro-univers,.process-steps,.why-grid{grid-template-columns:1fr}.icons-grid--3{grid-template-columns:repeat(2,1fr);max-width:none}.garanties-columns,.garanties-legal-grid,.garanties-steps{grid-template-columns:repeat(2,1fr)}.garanties-steps::before{display:none}.garanties-bento{grid-template-columns:1fr}.garanties-bento-item:first-child{grid-row:auto}.page-intro-grid--reverse>.page-intro-panel{order:unset}.page-intro-stats-bar .stat-card{border-right:none;border-bottom:1px solid #e8e8e8}.about-flex,.assur-cols,.footer-grid,.footer-mid{grid-template-columns:1fr}.footer-actions{min-width:0}.footer-legal-inner{justify-content:center;text-align:center}.features-bar,.trust-grid{grid-template-columns:repeat(2,1fr)}.feature:nth-child(2),.trust-item:nth-child(2){border-right:none}.gallery-strip-row img{height:clamp(120px,18vw,180px)}.service-grid,.service-grid-4{grid-template-columns:repeat(2,1fr)}.about-actions .btn-about-outline,.about-actions .btn-phone{min-width:0;flex:0 1 auto}}@media (max-width:700px){:root{--header-bar-h:48px}.wrap{width:min(100% - 1.25rem,var(--max))}body{overflow-x:clip}.brand-center img{height:36px;max-width:130px}.site-header{--header-bar-h:48px}.header-inner{padding-right:2.75rem;padding-left:.85rem}.home-hero .slider{height:clamp(360px,58vh,480px)}.hero-overlay{padding:1.5rem 1rem}.hero-overlay h1{font-size:clamp(1.6rem, 7vw, 2.25rem)}.hero-overlay .hero-actions{flex-direction:column;align-items:stretch}.hero-overlay .btn-hero-primary,.hero-overlay .btn-hero-secondary{width:100%;max-width:300px;margin:0 auto}.features-bar,.trust-grid{grid-template-columns:1fr}.trust-item{border-right:none;border-bottom:1px solid #eee}.feature{border-right:none;border-bottom:1px solid #e8e8e8}.feature:last-child,.trust-item:last-child{border-bottom:none}.gallery-strip-row{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.gallery-strip-row img{flex:0 0 42%;height:150px;scroll-snap-align:start}.detail-grid,.perks-row,.service-grid,.service-grid-4{grid-template-columns:1fr}.home-intro{padding:2.5rem 0 1.5rem}.about-band,.devis-section,.home-faq,.home-process,.home-services,.home-why{padding:2.5rem 0}.about-flex{gap:1.5rem}.about-actions{flex-direction:column;align-items:center;gap:.55rem;width:100%;max-width:none;margin-top:1.25rem}.about-actions .btn-about-outline,.about-actions .btn-phone{flex:0 0 auto;width:auto;max-width:100%;min-width:0;min-height:0;height:auto;padding:.5rem .9rem;font-size:.8rem;line-height:1.2;align-self:center}.about-actions .btn-phone img{width:16px;height:16px}.devis-form{padding:1.25rem}.btn-submit{padding:.7rem 1rem;font-size:.88rem}.back-to-top{width:42px;height:42px;right:1rem;bottom:4.75rem}.back-to-top svg{width:20px;height:20px}.devis-section{padding-bottom:3.5rem}.page-hero:not(.page-hero-rich){height:200px}.page-hero-rich{height:auto;min-height:0;padding:3rem 1rem 2.5rem}.page-hero-rich h1{margin-bottom:.75rem}.page-hero .hero-actions{flex-direction:column;align-items:stretch;max-width:300px;margin:0 auto}.page-hero .btn-hero-primary,.page-hero .btn-hero-secondary{width:100%}.page-hero h1{font-size:clamp(1.1rem, 5vw, 1.5rem)}.offer-row,.offer-row-reverse{grid-template-columns:1fr}.offer-row-reverse .offer-row-body,.offer-row-reverse .offer-row-img{order:unset}.offer-row-img img{min-height:200px}.offer-row-body{padding:1.5rem}.checklist-grid,.icons-grid,.page-split .split-flex{grid-template-columns:1fr}.icons-grid--3{grid-template-columns:1fr;max-width:360px;margin:0 auto}.page-intro{padding:2.5rem 0 2rem}.page-intro-copy p{text-align:left}.page-intro--habitation .page-intro-copy p,.page-intro--pj-part .page-intro-copy p{text-align:center}.page-intro-pro-card{padding:1.5rem}.page-intro-alert{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem}.page-intro-pro-cta{flex-direction:column;align-items:stretch;text-align:center}.page-intro-pro-cta .btn-devis-inline{width:100%;text-align:center}.page-intro--tns .page-intro-panel{padding:1.25rem}.page-intro-price-box .price-num{font-size:2.5rem}.page-intro-pills{flex-direction:column;align-items:center}.page-intro-cta-center{max-width:100%}.page-intro-stats-bar{grid-template-columns:1fr}.page-intro-stats-bar .stat-card-accent{min-width:0}.stat-number{font-size:2rem}.stat-card-accent .btn-devis-inline{display:block;width:100%;text-align:center;box-sizing:border-box}.intro-moto-cta{flex-direction:column;align-items:stretch;text-align:center}.intro-moto-cta .btn-devis-inline{width:100%;text-align:center}.garanties-bento,.garanties-columns,.garanties-legal-grid,.garanties-steps,.page-intro-grid,.page-intro-pro-pillars,.page-intro-stats-bar{grid-template-columns:1fr}.garanties-row{grid-template-columns:52px 1fr;gap:1rem}.garanties-row-num{font-size:1.75rem}.page-checklist,.page-garanties,.page-icons,.page-offers-list{padding:2.5rem 0}.garanties-bento-item:first-child{grid-row:auto}.garanties-steps::before{display:none}.garanties-row:nth-child(2n){margin:0;padding-left:0;padding-right:0}.intro-pro-pillar{border-right:none;border-bottom:1px solid rgba(255,255,255,.15)}.intro-part-univers{grid-template-columns:1fr 1fr}.page-content{padding:2rem 0}.sections-grid{grid-template-columns:1fr;gap:2rem}.form-grid{grid-template-columns:1fr}.slider-btn{font-size:1.5rem;padding:.35rem .6rem}.footer-wrap{padding:2rem 0 1.5rem}.footer-grid{gap:.85rem}}@media (max-width:400px){.nav-inner>.header-cta .btn-phone{font-size:.78rem}.page-intro-univers{grid-template-columns:1fr}.stat-number{font-size:1.75rem}.page-intro-tax-box .tax-big{font-size:2.25rem}.devis-layout{gap:1.5rem}}.back-to-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:850;width:48px;height:48px;border:none;border-radius:50%;background:var(--jaune);color:var(--gris-fonce);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .3s,visibility .3s,transform .3s,background .2s}.back-to-top svg{width:22px;height:22px;display:block}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#e5ca0c}.back-to-top:focus-visible{outline:2px solid var(--gris-fonce);outline-offset:3px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.back-to-top{transition:none}}