:root{--color-bg: #fafaf7;--color-bg-alt: #ffffff;--color-surface: #f3efe7;--color-text: #1a1614;--color-text-muted: #5e5853;--color-text-soft: #8a847e;--color-accent: #b85c2a;--color-accent-dark: #8f4520;--color-accent-light: #e88e5b;--color-border: #e5e0d6;--color-success: #2f7d4f;--color-error: #b3261e;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Fraunces", "Playfair Display", Georgia, serif;--text-xs: .8rem;--text-sm: .9rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.4rem;--text-2xl: 1.75rem;--text-3xl: 2.25rem;--text-4xl: 3rem;--text-5xl: 3.75rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-8: 3rem;--space-10: 4rem;--space-12: 6rem;--space-16: 8rem;--container: 1200px;--container-narrow: 800px;--radius-sm: 4px;--radius: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(26, 22, 20, .06);--shadow: 0 4px 12px rgba(26, 22, 20, .08);--shadow-lg: 0 12px 32px rgba(26, 22, 20, .12);--sticky-cta-height: 64px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.15;letter-spacing:-.01em;color:var(--color-text)}h1{font-size:clamp(2rem,5vw,var(--text-5xl))}h2{font-size:clamp(1.5rem,3.5vw,var(--text-3xl))}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{margin-bottom:var(--space-4)}p:last-child{margin-bottom:0}a{color:inherit;text-decoration:none}a:not(.btn):hover{color:var(--color-accent)}ul,ol{list-style-position:inside}.container{width:100%;max-width:var(--container);margin:0 auto;padding-inline:var(--space-4)}.container--narrow{max-width:var(--container-narrow)}@media(min-width:768px){.container{padding-inline:var(--space-6)}}.section{padding-block:var(--space-10)}@media(min-width:768px){.section{padding-block:var(--space-12)}}.section--alt{background:var(--color-bg-alt)}.section--surface{background:var(--color-surface)}.section--dark{background:var(--color-text);color:var(--color-bg)}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}.eyebrow{display:inline-block;font-size:var(--text-xs);font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-3)}.lead{font-size:var(--text-lg);color:var(--color-text-muted);max-width:60ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:.85rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:var(--text-base);line-height:1;text-decoration:none;transition:transform .15s ease,background .2s ease,color .2s ease,border-color .2s ease;cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-dark);color:#fff}.btn--secondary{background:var(--color-text);color:#fff}.btn--secondary:hover{background:#000;color:#fff}.btn--outline{background:transparent;color:var(--color-text);border-color:currentColor}.btn--outline:hover{background:var(--color-text);color:var(--color-bg)}.btn--ghost{background:transparent;color:var(--color-text);padding:.5rem .8rem}.btn--ghost:hover{color:var(--color-accent)}.btn--lg{padding:1.1rem 2rem;font-size:var(--text-lg)}.btn--block{width:100%}.badge{display:inline-block;padding:.3rem .7rem;border-radius:999px;font-size:var(--text-xs);font-weight:600;background:var(--color-surface);color:var(--color-text-muted);letter-spacing:.04em}.badge--accent{background:#b85c2a1a;color:var(--color-accent-dark)}.card{background:var(--color-bg-alt);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.grid{display:grid;gap:var(--space-5)}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}@media(min-width:640px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid--4{grid-template-columns:repeat(4,1fr)}}.form-field{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-5)}.form-field label{font-weight:600;font-size:var(--text-sm)}.form-field .hint{font-size:var(--text-xs);color:var(--color-text-soft)}.input,.textarea,.select{width:100%;padding:.85rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-alt);font:inherit;color:var(--color-text);transition:border-color .2s ease,box-shadow .2s ease}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #b85c2a26}.textarea{resize:vertical;min-height:140px}.form-field--required label:after{content:"*";color:var(--color-accent);margin-left:.25rem}@media(max-width:767px){body{padding-bottom:var(--sticky-cta-height)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s cubic-bezier(.21,.61,.35,1) both}.fade-in-up--delay-1{animation-delay:.1s}.fade-in-up--delay-2{animation-delay:.2s}.fade-in-up--delay-3{animation-delay:.3s}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-text);color:var(--color-bg);padding:var(--space-2) var(--space-4);z-index:1000;text-decoration:none}.skip-link:focus{top:0}.text-center{text-align:center}.mx-auto{margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:#fafaf7f2;backdrop-filter:saturate(180%) blur(8px);-webkit-backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--color-border)}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-3)}.header__brand[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:var(--space-3);line-height:1;text-decoration:none;color:var(--color-text);transition:color .2s ease}.header__brand[data-astro-cid-3ef6ksr2]:hover{color:var(--color-accent)}.header__logo[data-astro-cid-3ef6ksr2]{flex-shrink:0;display:inline-flex}.header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:48px;height:48px;display:block}@media(min-width:768px){.header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:56px;height:56px}}.header__brand-text[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;line-height:1}.header__brand-name[data-astro-cid-3ef6ksr2]{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;letter-spacing:-.01em;white-space:nowrap}.header__brand-tagline[data-astro-cid-3ef6ksr2]{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:.25rem;letter-spacing:.02em}@media(max-width:380px){.header__brand-tagline[data-astro-cid-3ef6ksr2]{display:none}}@media(min-width:768px){.header__brand-name[data-astro-cid-3ef6ksr2]{font-size:var(--text-xl)}}.header__burger[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:0;width:44px;height:44px;padding:10px;cursor:pointer;border-radius:var(--radius-sm)}.header__burger[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:2px;width:100%;background:var(--color-text);transition:transform .25s ease,opacity .2s ease}.header__burger[data-astro-cid-3ef6ksr2][aria-expanded=true] span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger[data-astro-cid-3ef6ksr2][aria-expanded=true] span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.header__burger[data-astro-cid-3ef6ksr2][aria-expanded=true] span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__nav[data-astro-cid-3ef6ksr2]{display:none}.header__nav[data-astro-cid-3ef6ksr2][data-open=true]{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--color-bg-alt);padding:var(--space-5) var(--space-4);box-shadow:var(--shadow-lg);gap:var(--space-4);border-bottom:1px solid var(--color-border)}.header__list[data-astro-cid-3ef6ksr2]{list-style:none;display:flex;flex-direction:column;gap:var(--space-2)}.header__link[data-astro-cid-3ef6ksr2]{display:block;padding:var(--space-3);border-radius:var(--radius);font-weight:500;color:var(--color-text);text-decoration:none;transition:background .2s ease,color .2s ease}.header__link[data-astro-cid-3ef6ksr2]:hover{background:var(--color-surface);color:var(--color-accent)}.header__link--active[data-astro-cid-3ef6ksr2]{color:var(--color-accent);font-weight:600}.header__cta-group[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--color-border)}.header__phone[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3);font-weight:600;color:var(--color-accent);text-decoration:none;border-radius:var(--radius);background:#b85c2a14}@media(min-width:1024px){.header__burger[data-astro-cid-3ef6ksr2]{display:none}.header__nav[data-astro-cid-3ef6ksr2]{display:flex!important;align-items:center;gap:var(--space-6);position:static;flex-direction:row;padding:0;background:transparent;box-shadow:none;border:0}.header__list[data-astro-cid-3ef6ksr2]{flex-direction:row;gap:var(--space-2)}.header__cta-group[data-astro-cid-3ef6ksr2]{flex-direction:row;align-items:center;padding-top:0;border:0}.header__link[data-astro-cid-3ef6ksr2]{padding:var(--space-2) var(--space-3)}}.footer[data-astro-cid-sz7xmlte]{background:var(--color-text);color:#d8d3cc;padding-block:var(--space-10) var(--space-6);margin-top:var(--space-12)}.footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:var(--space-8)}@media(min-width:640px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1.4fr 1fr 1fr 1fr}}.footer__logo[data-astro-cid-sz7xmlte]{display:inline-flex;margin-bottom:var(--space-3)}.footer__logo[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:64px;height:64px;display:block;filter:invert(1) brightness(1.1)}.footer__brand[data-astro-cid-sz7xmlte]{font-family:var(--font-display);font-size:var(--text-2xl);color:#fff;font-weight:700;margin-bottom:var(--space-2)}.footer__tagline[data-astro-cid-sz7xmlte]{font-size:var(--text-sm);color:#b9b3aa;margin-bottom:var(--space-4)}.footer__certifs[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:var(--space-2)}.footer__title[data-astro-cid-sz7xmlte]{color:#fff;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-4)}.footer__list[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:var(--space-2)}.footer__link[data-astro-cid-sz7xmlte]{color:#d8d3cc;text-decoration:none;transition:color .2s ease;display:inline-flex;gap:var(--space-2);align-items:baseline}.footer__link[data-astro-cid-sz7xmlte]:hover{color:var(--color-accent-light)}.footer__address[data-astro-cid-sz7xmlte]{color:#b9b3aa;font-size:var(--text-sm);line-height:1.6}.footer__indent[data-astro-cid-sz7xmlte]{display:inline-block;padding-left:1.4em}.footer__text[data-astro-cid-sz7xmlte]{color:#b9b3aa;font-size:var(--text-sm);margin-bottom:var(--space-4)}.footer__socials[data-astro-cid-sz7xmlte]{display:flex;gap:var(--space-3)}.footer__social[data-astro-cid-sz7xmlte]{color:#d8d3cc;padding:var(--space-2) var(--space-3);border:1px solid #3a342f;border-radius:var(--radius);text-decoration:none;font-size:var(--text-sm);transition:all .2s ease}.footer__social[data-astro-cid-sz7xmlte]:hover{background:#fff;color:var(--color-text);border-color:#fff}.footer__bottom[data-astro-cid-sz7xmlte]{margin-top:var(--space-8);padding-top:var(--space-5);border-top:1px solid #3a342f;display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:space-between;align-items:center;color:#8a847e;font-size:var(--text-xs)}.footer__legal[data-astro-cid-sz7xmlte]{font-style:italic}.sticky-cta[data-astro-cid-qff7fdmd]{position:fixed;bottom:0;left:0;right:0;z-index:40;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-top:1px solid var(--color-border);box-shadow:0 -4px 16px #1a161414;height:var(--sticky-cta-height)}.sticky-cta__btn[data-astro-cid-qff7fdmd]{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-weight:600;text-decoration:none;transition:background .2s ease}.sticky-cta__btn--call[data-astro-cid-qff7fdmd]{background:var(--color-text);color:#fff}.sticky-cta__btn--call[data-astro-cid-qff7fdmd]:hover{background:#000}.sticky-cta__btn--devis[data-astro-cid-qff7fdmd]{background:var(--color-accent);color:#fff}.sticky-cta__btn--devis[data-astro-cid-qff7fdmd]:hover{background:var(--color-accent-dark)}@media(min-width:768px){.sticky-cta[data-astro-cid-qff7fdmd]{display:none}}
