/* ============================================================
   VAUTRIN ÉLECTRICITÉ — PREMIUM STYLESHEET v3.0
   Design : Artisan premium · SEO local · Conversion
   Palette : bleu nuit + accent orange (éclair) — d'après le logo
   NB : la variable d'accent conserve le nom "--rouge" (héritage
   template) mais porte désormais la couleur orange de la marque.
   ============================================================ */

/* 1. CUSTOM PROPERTIES
   ============================================================ */
:root {
  /* Accent principal = orange de l'éclair du logo (#f07539) */
  --rouge:       #f07539;
  --rouge-hover: #d9632b;
  --rouge-deep:  #b34f1f;
  --rouge-clair: #fff3ec;
  --rouge-mid:   rgba(240,117,57,.12);
  /* Bleu de marque (fond des sections sombres / logo) */
  --bleu:        #094f9b;
  --bleu-deep:   #073c75;
  --bleu-nuit:   #062a54;
  /* Jaune de marque (CTA principal) */
  --jaune:       #fcd84a;
  --jaune-hover: #f4cd2e;
  --jaune-texte: #0a3a70;
  --texte:       #0b1b30;
  --texte-soft:  #3a4a63;
  --texte-muted: #6a7690;
  --fond:        #ffffff;
  --fond-alt:    #f5f8fc;
  --fond-dark:   #094f9b;
  --border:      #e2e8f1;
  --border-light:#eef3f9;

  --ombre-xs:  0 1px 2px rgba(0,0,0,.04);
  --ombre-sm:  0 1px 4px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.05);
  --ombre:     0 2px 8px rgba(0,0,0,.06), 0 8px 28px rgba(0,0,0,.07);
  --ombre-md:  0 4px 16px rgba(0,0,0,.08), 0 20px 48px rgba(0,0,0,.09);
  --ombre-lg:  0 8px 32px rgba(0,0,0,.12), 0 40px 80px rgba(0,0,0,.10);
  --ombre-rouge: 0 4px 20px rgba(240,117,57,.38);

  --radius-sm: 6px;
  --radius:    10px;
  --radius-md: 16px;
  --radius-lg: 24px;

  --ease:     cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(0,0,.2,1);
  --ease-back:cubic-bezier(.34,1.56,.64,1);
  --t-fast:   .15s;
  --t-base:   .28s;
  --t-slow:   .45s;
  --t-xslow:  .65s;

  --max-w:    1200px;
  --header-h: 80px;
  --section-y: 6rem;
}

/* 2. RESET
   ============================================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}
body{
  font-family:'Manrope','Inter',system-ui,-apple-system,sans-serif;
  color:var(--texte);background:var(--fond);
  line-height:1.65;-webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font:inherit}
input,select,textarea{font:inherit}
svg{flex-shrink:0;display:block}

/* 3. TYPOGRAPHY
   ============================================================ */
h1,h2,h3,h4,h5{
  font-family:'Manrope','Inter',system-ui,sans-serif;
  font-weight:800;line-height:1.15;color:var(--texte);
  letter-spacing:-.025em;
}
h1{font-size:clamp(2rem,4.8vw,3.25rem)}
h2{font-size:clamp(1.625rem,3.2vw,2.375rem);font-weight:700}
h3{font-size:clamp(1.125rem,2.2vw,1.5rem);font-weight:700}
h4{font-size:1.0625rem;font-weight:600;letter-spacing:-.01em}
p{font-size:1rem;line-height:1.8;color:var(--texte-soft)}
.lead{font-size:1.125rem;line-height:1.75;color:var(--texte-soft)}
strong{font-weight:700;color:var(--texte)}

/* 4. LAYOUT
   ============================================================ */
.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}
.section{padding:var(--section-y) 0}
.section--alt{background:var(--fond-alt)}
.section--dark{background:var(--fond-dark);color:#fff}
.section--rouge{background:var(--rouge);color:#fff}
.section--border{border-top:1px solid var(--border)}

.section-header{margin-bottom:3.5rem}
.section-header.center{text-align:center}
.section-label{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;
  color:var(--rouge);margin-bottom:1rem;
}
.section-label::before{content:'';display:block;width:16px;height:2px;background:var(--rouge);border-radius:2px}
.section-header.center .section-label{justify-content:center}
.section-header.center .section-label::before{display:none}
.section-title{margin-bottom:.625rem}
.section-desc{color:var(--texte-muted);font-size:1.0625rem;max-width:600px;line-height:1.75}
.section-header.center .section-desc{margin:0 auto}

/* 5. UTILITIES
   ============================================================ */
.text-center{text-align:center}
.text-rouge{color:var(--rouge)}
.text-white{color:#fff}
.text-muted{color:var(--texte-muted)}
.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-6{margin-top:3rem}
.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}
.badge{
  display:inline-flex;align-items:center;gap:.4rem;
  background:var(--rouge-clair);color:var(--rouge);
  font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;
  padding:.3rem .9rem;border-radius:999px;
}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.link-rouge{color:var(--rouge);font-weight:600;transition:text-decoration var(--t-fast)}
.link-rouge:hover{text-decoration:underline}

/* 6. BUTTONS
   ============================================================ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.875rem 1.875rem;border-radius:var(--radius);
  font-family:'Manrope','Inter',sans-serif;
  font-weight:700;font-size:.9375rem;letter-spacing:-.01em;
  transition:all var(--t-base) var(--ease);
  cursor:pointer;text-decoration:none;white-space:nowrap;
  border:2px solid transparent;position:relative;
}
.btn svg{width:17px;height:17px}
.btn--primary{background:var(--jaune);color:var(--jaune-texte);border-color:var(--jaune);font-weight:800}
.btn--primary:hover{background:var(--jaune-hover);border-color:var(--jaune-hover);transform:translateY(-2px);box-shadow:0 4px 20px rgba(252,216,74,.45)}
.btn--primary svg{color:var(--jaune-texte)}
.btn--primary:active{transform:translateY(0)}
.btn--secondary{background:transparent;color:var(--rouge);border-color:var(--rouge)}
.btn--secondary:hover{background:var(--rouge);color:#fff;transform:translateY(-1px)}
.btn--white{background:#fff;color:var(--rouge);border-color:#fff}
.btn--white:hover{background:var(--rouge-clair);transform:translateY(-1px)}
.btn--white-outline{background:transparent;color:rgba(255,255,255,.9);border-color:rgba(255,255,255,.45)}
.btn--white-outline:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}
.btn--ghost{background:transparent;color:var(--texte);border-color:var(--border)}
.btn--ghost:hover{background:var(--fond-alt);border-color:var(--texte-muted)}
.btn--lg{padding:1.0625rem 2.375rem;font-size:1.0625rem}
.btn--sm{padding:.6rem 1.25rem;font-size:.875rem}
.btn--full{width:100%}

/* 7. HEADER — TRANSPARENT + SCROLLED
   ============================================================ */
.header{
  position:fixed;top:0;left:0;right:0;z-index:200;
  height:var(--header-h);
  display:flex;align-items:stretch;  /* header is itself a flex container */
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(229,231,235,.6);
  transition:background var(--t-slow) var(--ease),
             border-color var(--t-slow) var(--ease),
             box-shadow var(--t-base) var(--ease);
}
/* Container inside header must fill full height */
.header>.container{width:100%;display:flex;align-items:stretch}
.header.scrolled{
  box-shadow:0 1px 0 rgba(0,0,0,.04),0 4px 20px rgba(0,0,0,.08);
  background:rgba(255,255,255,.99);
}
/* Transparent state (on hero pages before scroll) */
.header--transparent{
  background:transparent;
  border-bottom-color:transparent;
  backdrop-filter:none;-webkit-backdrop-filter:none;
  box-shadow:none;
}
.header--transparent .header-nav a{color:rgba(255,255,255,.85)}
.header--transparent .header-nav a:hover{color:#fff;background:rgba(255,255,255,.1)}
.header--transparent .header-nav a.active{color:#fff;background:rgba(255,255,255,.12)}
.header--transparent .header-tel{color:rgba(255,255,255,.85)}
.header--transparent .header-tel:hover{color:#fff}
.header--transparent .header-burger span{background:rgba(255,255,255,.9)}
.header--transparent .header-logo img{filter:none;opacity:1}
/* Transition logo inversion smoothly */
.header-logo img{
  transition:filter var(--t-slow) var(--ease),opacity var(--t-slow) var(--ease);
}

.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  width:100%;gap:1.5rem;
  /* height:100% not needed — parent is already flex aligned */
}
.header-logo{display:flex;align-items:center}
.header-logo img{height:36px;width:auto}
.header-nav{display:none}
.header-nav ul{display:flex;gap:0;align-items:center}
.header-nav a{
  display:block;padding:.5rem .9375rem;
  font-size:.875rem;font-weight:600;letter-spacing:-.01em;
  border-radius:var(--radius-sm);color:var(--texte-soft);
  transition:color var(--t-fast),background var(--t-fast);white-space:nowrap;
}
.header-nav a:hover{color:var(--rouge);background:var(--rouge-clair)}
.header-nav a.active{color:var(--rouge);font-weight:700}
.header--transparent .header-nav a.active{color:#fff;background:rgba(255,255,255,.15)}

.header-actions{display:flex;align-items:center;gap:.75rem}
.header-tel{
  display:none;align-items:center;gap:.375rem;
  font-size:.875rem;font-weight:700;color:var(--texte);
  white-space:nowrap;transition:color var(--t-fast);
}
.header-tel:hover{color:var(--rouge)}
.header-tel svg{width:15px;height:15px;flex-shrink:0}

.header-burger{
  display:flex;flex-direction:column;justify-content:center;
  gap:5px;padding:.5rem;width:40px;height:40px;
  border-radius:var(--radius-sm);transition:background var(--t-fast);
}
.header-burger:hover{background:var(--fond-alt)}
.header-burger span{
  width:22px;height:2px;background:var(--texte);
  border-radius:2px;transition:all var(--t-base) var(--ease);display:block;
}
.header-burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.header-burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.header-burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
@media(min-width:1100px){
  .header-nav{display:flex}
  .header-tel{display:flex}
  .header-burger{display:none}
}

/* 8. MOBILE NAV
   ============================================================ */
.mobile-nav{
  position:fixed;top:var(--header-h);left:0;right:0;bottom:0;
  background:#fff;z-index:199;
  transform:translateX(110%);transition:transform var(--t-slow) var(--ease);
  overflow-y:auto;display:flex;flex-direction:column;
}
.mobile-nav.open{transform:translateX(0)}
.mobile-nav ul{padding:.5rem 0}
.mobile-nav li{border-bottom:1px solid var(--border-light)}
.mobile-nav a{
  display:block;padding:.9375rem 1.5rem;
  font-size:1rem;font-weight:600;letter-spacing:-.01em;
  transition:color var(--t-fast),background var(--t-fast);
}
.mobile-nav a:hover{color:var(--rouge);background:var(--rouge-clair)}
.mobile-nav .nav-label{
  padding:1.25rem 1.5rem .375rem;
  font-size:.65rem;font-weight:800;text-transform:uppercase;
  letter-spacing:.14em;color:var(--texte-muted);
}
.mobile-nav-cta{
  padding:1.5rem;display:flex;flex-direction:column;gap:.875rem;
  margin-top:auto;border-top:1px solid var(--border);
}

/* 9. CUSTOM CURSOR
   ============================================================ */
.cursor{
  position:fixed;z-index:9999;pointer-events:none;top:0;left:0;
  width:26px;height:26px;               /* Subtil — pas trop gros */
  border:1px solid rgba(240,117,57,.55); /* Fin et discret */
  border-radius:50%;
  transition:width var(--t-base) var(--ease),
             height var(--t-base) var(--ease),
             background var(--t-base) var(--ease),
             border-color var(--t-base) var(--ease),
             opacity var(--t-fast);
  will-change:transform;
}
.cursor-dot{
  position:fixed;z-index:10000;pointer-events:none;top:0;left:0;
  width:4px;height:4px;background:var(--rouge);border-radius:50%;
  will-change:transform;transition:opacity var(--t-fast);
}
.cursor--hover{
  width:42px;height:42px;                  /* Agrandissement modéré */
  background:rgba(240,117,57,.05);          /* Fond très subtil */
  border-color:rgba(240,117,57,.7);
}
.cursor--click{transform:scale(.8)!important}
@media(hover:none){.cursor,.cursor-dot{display:none}}
body.custom-cursor-active,
body.custom-cursor-active *{cursor:none!important}

/* 10. HERO — ACCUEIL (full-page, transparent header overlay)
   ============================================================ */
.hero{
  position:relative;
  min-height:100svh;display:flex;align-items:center;
  background:var(--fond-dark);overflow:hidden;
  /* No margin-top — header overlays transparently */
}
.hero-bg{
  position:absolute;inset:0;
  background-image:url('/assets/uploads/eclairage-exterieur-piscine-vautrin.jpg');
  background-size:cover;background-position:center;
  transform:scale(1.04);animation:heroZoom 14s ease-out forwards;
}
@keyframes heroZoom{from{transform:scale(1.04)}to{transform:scale(1)}}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(6,32,66,.92) 0%,rgba(9,79,155,.74) 55%,rgba(9,79,155,.42) 100%);
}
.hero-content{
  position:relative;z-index:1;color:#fff;max-width:760px;
  padding:calc(var(--header-h) + 4rem) 0 4rem;
  animation:heroFadeUp 1s var(--ease-out) .15s both;
}
@keyframes heroFadeUp{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}
.hero-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  background:rgba(240,117,57,.85);color:#fff;
  font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;
  padding:.4rem 1.0625rem;border-radius:999px;margin-bottom:1.75rem;
  border:1px solid rgba(255,255,255,.18);
}
.hero h1{color:#fff;margin-bottom:1.375rem;text-shadow:0 2px 16px rgba(0,0,0,.3)}
.hero-desc{
  font-size:1.125rem;color:rgba(255,255,255,.8);
  margin-bottom:2.5rem;max-width:560px;line-height:1.78;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:3.5rem}
.hero-tel{
  color:rgba(255,255,255,.85);font-weight:700;font-size:1rem;
  display:flex;align-items:center;gap:.5rem;
  transition:color var(--t-fast);
}
.hero-tel:hover{color:#fff}
.hero-tel svg{width:17px;height:17px}
.hero-stats{
  display:flex;flex-wrap:wrap;gap:2.5rem;
  padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.14);
}
.hero-stat{display:flex;flex-direction:column;gap:.25rem}
.hero-stat-number{font-size:1.875rem;font-weight:800;color:#fff;line-height:1;font-variant-numeric:tabular-nums}
.hero-stat-label{font-size:.8125rem;color:rgba(255,255,255,.55);font-weight:500}
.hero-scroll{
  position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:.5rem;
  color:rgba(255,255,255,.45);font-size:.75rem;font-weight:600;letter-spacing:.08em;
  text-transform:uppercase;animation:heroFadeUp .8s var(--ease-out) 1.2s both;
}
.hero-scroll-line{
  width:1.5px;height:44px;
  background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);
  animation:scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse{0%,100%{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.65)}}

/* 11. PAGE HERO (pages internes) — HEADER OVERLAY FIX
   ============================================================ */
.page-hero{
  position:relative;min-height:520px;overflow:hidden;
  background:var(--fond-dark);display:flex;align-items:flex-end;
  /* Starts at top=0, header overlays transparently */
}
.page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 30%}
.page-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(4,6,10,.9) 0%,rgba(4,6,10,.55) 55%,rgba(4,6,10,.25) 100%);
}
.page-hero-content{
  position:relative;z-index:1;color:#fff;width:100%;
  padding:calc(var(--header-h) + 3rem) 0 4rem;
  /* Extra top padding so H1 never touches header */
}
.page-hero-content h1{color:#fff;margin-bottom:.875rem}
.page-hero-content .lead{color:rgba(255,255,255,.78);max-width:620px}
.breadcrumb{
  display:flex;align-items:center;gap:.4rem;
  font-size:.8125rem;color:rgba(255,255,255,.48);
  margin-bottom:1.25rem;flex-wrap:wrap;
}
.breadcrumb a{color:rgba(255,255,255,.68);transition:color var(--t-fast)}
.breadcrumb a:hover{color:#fff}
.breadcrumb span{color:rgba(255,255,255,.32);font-size:.7rem}

/* 12. TRUST BAR
   ============================================================ */
.trust-bar{background:var(--fond-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.125rem 0}
.trust-bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem 2.5rem}
.trust-item{display:flex;align-items:center;gap:.5625rem;font-size:.875rem;font-weight:700;color:var(--texte-soft);white-space:nowrap}
.trust-item svg{width:17px;height:17px;color:var(--rouge);flex-shrink:0}

/* 13. EXPAND CARDS — Signature Component Premium
   ============================================================ */
.expand-cards{
  display:flex;gap:.75rem;height:520px;
}
.expand-card{
  flex:1.4;                             /* Cartes inactives plus larges */
  position:relative;overflow:hidden;
  border-radius:var(--radius-lg);cursor:pointer;
  transition:flex .65s cubic-bezier(.4,0,.2,1);
  min-width:80px;
}
.expand-card.active{flex:5}            /* Carte active bien plus large */
/* Hover = activation (géré côté JS) */

/* Image de fond */
.expand-card-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  transition:transform .8s cubic-bezier(.4,0,.2,1);
}
.expand-card.active .expand-card-bg{transform:scale(1.03)}

/* Overlay — subtil sur active, plus sombre sur inactive */
.expand-card-overlay{
  position:absolute;inset:0;
  background:linear-gradient(
    to top,
    rgba(4,6,10,.88) 0%,
    rgba(4,6,10,.45) 55%,
    rgba(4,6,10,.2) 100%
  );
  transition:background .5s ease;
}
.expand-card:not(.active) .expand-card-overlay{
  background:rgba(4,6,10,.6);
}

/* Numéro grand en haut à gauche */
.expand-card-number{
  position:absolute;top:1.5rem;left:1.75rem;z-index:2;
  font-size:3.5rem;font-weight:800;line-height:1;
  color:rgba(255,255,255,.12);
  transition:color .5s ease,font-size .5s ease;
  pointer-events:none;letter-spacing:-.04em;
}
.expand-card.active .expand-card-number{
  color:rgba(255,255,255,.5);
  font-size:4rem;
}

/* Contenu (titre + description + CTA) en bas */
.expand-card-content{
  position:absolute;bottom:0;left:0;right:0;
  padding:1.75rem 2rem 2rem;color:#fff;z-index:3;
  transition:opacity .4s ease,transform .4s ease;
}
.expand-card:not(.active) .expand-card-content{
  opacity:0;transform:translateY(10px);pointer-events:none;
}
.expand-card.active .expand-card-content{opacity:1;transform:translateY(0)}

.expand-card-content h3{
  margin-bottom:.625rem;font-size:1.5rem;color:#fff;
  font-weight:800;letter-spacing:-.025em;line-height:1.2;
}
.expand-card-content p{
  font-size:.9rem;color:rgba(255,255,255,.75);
  margin-bottom:1.375rem;line-height:1.68;
  max-width:400px;
}

/* Label vertical sur cartes inactives */
.expand-card-label{
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%) rotate(-90deg);
  white-space:nowrap;
  font-size:.7rem;font-weight:800;letter-spacing:.16em;
  text-transform:uppercase;color:rgba(255,255,255,.55);
  transition:opacity .3s ease;pointer-events:none;
}
.expand-card.active .expand-card-label{opacity:0}

/* Ligne séparatrice décorative */
.expand-card-line{
  position:absolute;bottom:0;left:0;right:0;height:3px;
  background:var(--rouge);transform:scaleX(0);transform-origin:left;
  transition:transform .5s ease;z-index:4;
}
.expand-card.active .expand-card-line{transform:scaleX(1)}

/* Mobile : colonne verticale */
@media(max-width:767px){
  .expand-cards{flex-direction:column;height:auto;gap:.625rem}
  .expand-card{min-height:80px;flex:1}
  .expand-card.active{flex:4;min-height:380px}
  .expand-card-label{transform:translate(-50%,-50%);writing-mode:horizontal-tb}
  .expand-card-number{font-size:2.5rem}
  .expand-card.active .expand-card-number{font-size:3rem}
}

/* 14. SERVICES CARDS (standard)
   ============================================================ */
.services-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}
.service-card{
  background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-md);
  overflow:hidden;transition:transform var(--t-base) var(--ease),box-shadow var(--t-base) var(--ease),border-color var(--t-base);
  box-shadow:var(--ombre-sm);
}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--ombre-md);border-color:rgba(240,117,57,.25)}
.service-card-img{
  height:220px;background-color:#e2e8f0;
  background-size:cover;background-position:center;
  position:relative;overflow:hidden;
}
.service-card-img::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.32),transparent 55%);
  transition:opacity var(--t-base);
}
.service-card:hover .service-card-img::after{opacity:.55}
.service-card-img--chape   {background-image:url('/assets/uploads/cablage-renovation-electrique-vautrin.jpg')}
.service-card-img--isolation{background-image:url('/assets/uploads/profile-led-lineaire-plafond-vautrin.jpg')}
.service-card-img--nettoyage{background-image:url('/assets/uploads/luminaires-design-sejour-vautrin.jpg')}
.service-card-img--plancher {background-image:url('/assets/uploads/installation-cuisine-ouverte-vautrin.jpg')}
.service-card-body{padding:1.875rem}
.service-card-icon{
  width:48px;height:48px;background:var(--rouge-clair);border-radius:var(--radius);
  display:flex;align-items:center;justify-content:center;margin-bottom:1.125rem;
  color:var(--rouge);transition:background var(--t-fast),color var(--t-fast),transform var(--t-base) var(--ease-back);
}
.service-card:hover .service-card-icon{background:var(--rouge);color:#fff;transform:scale(1.08)}
.service-card-icon svg{width:22px;height:22px}
.service-card h3{margin-bottom:.5rem}
.service-card p{font-size:.9375rem;margin-bottom:1.375rem}
.service-card-link{
  color:var(--rouge);font-weight:700;font-size:.9375rem;
  display:inline-flex;align-items:center;gap:.375rem;
  transition:gap var(--t-fast);
}
.service-card-link svg{width:15px;height:15px;transition:transform var(--t-fast)}
.service-card:hover .service-card-link{gap:.625rem}
.service-card:hover .service-card-link svg{transform:translateX(2px)}
@media(min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}}

/* 15. STATS PREMIUM
   ============================================================ */
.stats-bar{padding:4.5rem 0;background:var(--fond-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.stat-item{text-align:center}
.stat-number{
  font-size:clamp(2.5rem,6vw,4rem);font-weight:800;
  color:var(--rouge);line-height:1;margin-bottom:.375rem;
  font-variant-numeric:tabular-nums;letter-spacing:-.04em;
}
.stat-label{font-size:.9375rem;color:var(--texte-muted);font-weight:600}
@media(min-width:640px){.stats-grid{grid-template-columns:repeat(4,1fr)}}

/* 16. PARTENAIRES
   ============================================================ */
.partenaires-section{padding:2.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.partenaires-label{
  text-align:center;font-size:.65rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.16em;
  color:var(--texte-muted);margin-bottom:1.875rem;
}
.partenaires-track{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem 4.5rem}
.partenaire-item{
  font-size:1.125rem;font-weight:800;color:var(--texte);
  opacity:.35;transition:opacity var(--t-fast);text-transform:uppercase;letter-spacing:.04em;
}
.partenaire-item:hover{opacity:.9}

/* 17. RÉALISATIONS GALERIE
   ============================================================ */
.realisations-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.realisation-item{
  border-radius:var(--radius-md);overflow:hidden;
  aspect-ratio:4/3;background:var(--fond-alt);position:relative;
}
.realisation-item img{
  width:100%;height:100%;object-fit:cover;
  transition:transform var(--t-xslow) var(--ease);
}
.realisation-item:hover img{transform:scale(1.05)}
.realisation-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 55%);
  opacity:0;transition:opacity var(--t-base);
  display:flex;align-items:flex-end;padding:1.125rem;
}
.realisation-item:hover .realisation-overlay{opacity:1}
.realisation-overlay figcaption{color:#fff;font-size:.8125rem;font-weight:700}

/* Slide-in animations — alternance directions */
.realisation-item.reveal{
  opacity:0;transform:translateY(36px);
}
.realisation-item:nth-child(3n+1).reveal{transform:translateX(-28px)}
.realisation-item:nth-child(3n+2).reveal{transform:translateY(36px)}
.realisation-item:nth-child(3n+3).reveal{transform:translateX(28px)}
.realisation-item.reveal.visible{opacity:1;transform:none}

@media(min-width:768px){.realisations-grid{grid-template-columns:repeat(3,1fr)}}

/* 18. ABOUT / ÉQUIPE
   ============================================================ */
.about-grid{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:start}
.about-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--fond-alt);box-shadow:var(--ombre-md)}
.about-img img{width:100%;height:100%;object-fit:cover}
.about-tag{
  display:inline-block;background:var(--rouge-clair);color:var(--rouge);
  font-size:.7rem;font-weight:800;padding:.3rem .9rem;
  border-radius:999px;margin-bottom:1.125rem;text-transform:uppercase;letter-spacing:.1em;
}
.about-features{display:flex;flex-direction:column;gap:.875rem;margin:1.875rem 0}
.about-feature{
  display:flex;align-items:center;gap:.875rem;
  font-size:.9375rem;font-weight:600;color:var(--texte-soft);
}
.about-feature-icon{
  width:34px;height:34px;min-width:34px;
  background:var(--rouge-clair);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:var(--rouge);
}
.about-feature-icon svg{width:15px;height:15px}
@media(min-width:1024px){
  .about-grid{grid-template-columns:1fr 1fr;align-items:start}
  /* Image sticky pour que le texte ne dépasse jamais l'image */
  .about-img{position:sticky;top:calc(var(--header-h) + 2rem)}
}

/* 19. ZONES
   ============================================================ */
.zones-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
.zone-tag{
  background:#fff;border:1.5px solid var(--border);border-radius:var(--radius);
  padding:.8125rem 1rem;font-size:.9375rem;font-weight:600;
  text-align:center;transition:all var(--t-fast) var(--ease);
}
.zone-tag a{display:block;transition:color var(--t-fast)}
.zone-tag:hover{border-color:var(--rouge);background:var(--rouge-clair);transform:translateY(-1px)}
.zone-tag:hover a{color:var(--rouge)}
@media(min-width:480px){.zones-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:768px){.zones-grid{grid-template-columns:repeat(4,1fr)}}

/* 20. FAQ
   ============================================================ */
.faq-list{display:flex;flex-direction:column;gap:.625rem;max-width:860px;margin:0 auto}
.faq-item{border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--t-fast)}
.faq-item:has(.faq-question.open){border-color:rgba(240,117,57,.3)}
.faq-question{
  display:flex;align-items:center;justify-content:space-between;
  padding:1.25rem 1.5rem;font-weight:700;font-size:.9375rem;letter-spacing:-.01em;
  cursor:pointer;gap:1rem;width:100%;text-align:left;
  transition:background var(--t-fast),color var(--t-fast);user-select:none;
}
.faq-question:hover{background:var(--fond-alt)}
.faq-question.open{color:var(--rouge);background:var(--rouge-clair);border-bottom:1.5px solid rgba(240,117,57,.15)}
.faq-chevron{flex-shrink:0;color:var(--texte-muted);transition:transform var(--t-base) var(--ease),color var(--t-fast)}
.faq-question.open .faq-chevron{transform:rotate(180deg);color:var(--rouge)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.faq-answer.open{max-height:700px}
.faq-answer-inner{padding:1.125rem 1.5rem 1.5rem;font-size:.9375rem;color:var(--texte-soft);line-height:1.8}
.faq-answer-inner p+p{margin-top:.75rem}
.faq-answer-inner a{color:var(--rouge);font-weight:600}
.faq-answer-inner a:hover{text-decoration:underline}

/* 21. CTA SECTIONS
   ============================================================ */
.cta-section{text-align:center}
.cta-section h2{margin-bottom:1rem}
.cta-section p{margin-bottom:2.25rem;max-width:580px;margin-left:auto;margin-right:auto}
.cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}
.section--rouge .cta-section h2{color:#fff}
.section--rouge .cta-section p{color:rgba(255,255,255,.8)}

/* 22. CONTENT LAYOUT (pages service)
   ============================================================ */
.content-layout{display:grid;grid-template-columns:1fr;gap:3.5rem}
.content-body h2{
  margin:2.75rem 0 1.25rem;font-size:1.625rem;
  padding-top:.5rem;border-top:1px solid var(--border-light);
}
.content-body h2:first-child{margin-top:0;border-top:none;padding-top:0}
.content-body h3{margin:2.25rem 0 .75rem}
.content-body p{margin-bottom:1.25rem}
.content-body ul{margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}
.content-body ul li{
  padding-left:1.5rem;position:relative;
  font-size:.9375rem;color:var(--texte-soft);line-height:1.75;
}
.content-body ul li::before{
  content:'';position:absolute;left:0;top:.66rem;
  width:7px;height:7px;background:var(--rouge);border-radius:50%;
}
.content-body a:not(.btn){color:var(--rouge);font-weight:600}
.content-body a:not(.btn):hover{text-decoration:underline}
@media(min-width:1024px){.content-layout{grid-template-columns:1fr 360px}}

/* 23. SIDEBAR
   ============================================================ */
.sidebar-card{
  background:var(--fond-alt);border:1.5px solid var(--border);
  border-radius:var(--radius-lg);padding:2rem;
}
.sidebar-card-sticky{position:sticky;top:calc(var(--header-h) + 1.5rem)}
.sidebar-card h3{margin-bottom:.75rem;font-size:1.25rem}
.sidebar-card>p{font-size:.9375rem;margin-bottom:1.5rem;color:var(--texte-muted)}
.sidebar-card .btn{width:100%;margin-bottom:.75rem}
.sidebar-tel{
  display:flex;align-items:center;justify-content:center;gap:.5rem;
  font-weight:700;font-size:1rem;color:var(--texte);
  transition:color var(--t-fast),background var(--t-fast);
  padding:.5rem;border-radius:var(--radius-sm);
}
.sidebar-tel:hover{color:var(--rouge);background:var(--rouge-clair)}
.sidebar-tel svg{width:15px;height:15px}
.sidebar-reassurance{margin-top:1.5rem;border-top:1px solid var(--border);padding-top:1.25rem}
.sidebar-reassurance li{
  display:flex;align-items:center;gap:.5rem;
  font-size:.875rem;color:var(--texte-muted);padding:.2rem 0;
}
.sidebar-reassurance li::before{content:'✓';color:#16a34a;font-weight:800;flex-shrink:0}

/* 24. TIMELINE — Scroll-driven vertical immersive
   ============================================================ */
.timeline{
  display:flex;flex-direction:column;gap:0;
  position:relative;max-width:720px;
}
/* Ligne verticale de fond (gris clair) */
.timeline::before{
  content:'';position:absolute;left:22px;top:10px;
  bottom:10px;width:2px;
  background:var(--border);
  border-radius:2px;z-index:0;
}
/* Ligne de progression rouge (remplie par JS au scroll) */
.timeline-progress-line{
  position:absolute;left:22px;top:10px;
  width:2px;height:0%;
  background:linear-gradient(to bottom,var(--rouge),rgba(240,117,57,.4));
  border-radius:2px;z-index:1;
  transition:height .3s linear;
}
.timeline-item{
  display:flex;gap:1.75rem;align-items:flex-start;
  padding:0 0 2.75rem;position:relative;z-index:2;
}
.timeline-item:last-child{padding-bottom:0}

/* Numéro en cercle */
.timeline-number{
  width:46px;height:46px;min-width:46px;
  background:#fff;color:var(--texte-muted);
  border:2px solid var(--border);
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:.9375rem;
  transition:background var(--t-base),color var(--t-base),
             border-color var(--t-base),box-shadow var(--t-base);
  flex-shrink:0;position:relative;z-index:2;
}
.timeline-item.timeline-active .timeline-number,
.timeline-item:hover .timeline-number{
  background:var(--rouge);color:#fff;
  border-color:var(--rouge);
  box-shadow:0 0 0 4px rgba(240,117,57,.15);
}

/* Corps de l'étape */
.timeline-body{
  background:#fff;border:1.5px solid var(--border);
  border-radius:var(--radius-md);padding:1.5rem 1.75rem;flex:1;
  transition:box-shadow var(--t-base),border-color var(--t-base),transform var(--t-base);
}
.timeline-body:hover,
.timeline-item.timeline-active .timeline-body{
  box-shadow:var(--ombre-sm);
  border-color:rgba(240,117,57,.3);
  transform:translateX(4px);
}
.timeline-body h4{margin-bottom:.4rem;font-size:1.0625rem}
.timeline-body p{font-size:.9rem;margin:0;line-height:1.7}

/* Desktop : toujours vertical (pas de 2 colonnes — meilleure lecture) */
@media(min-width:768px){
  .timeline{max-width:760px}
  .timeline-number{width:48px;height:48px;font-size:1rem}
}

/* 25. AVANTAGES
   ============================================================ */
.avantages-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.avantage-item{
  display:flex;align-items:flex-start;gap:1.125rem;
  padding:1.375rem;background:#fff;border:1.5px solid var(--border);
  border-radius:var(--radius-md);
  transition:box-shadow var(--t-base),border-color var(--t-base),transform var(--t-base);
}
.avantage-item:hover{box-shadow:var(--ombre-sm);border-color:rgba(240,117,57,.25);transform:translateY(-1px)}
.avantage-icon{
  width:44px;height:44px;min-width:44px;
  background:var(--rouge-clair);border-radius:var(--radius);
  display:flex;align-items:center;justify-content:center;color:var(--rouge);
  transition:background var(--t-fast),color var(--t-fast);
}
.avantage-item:hover .avantage-icon{background:var(--rouge);color:#fff}
.avantage-icon svg{width:20px;height:20px}
.avantage-body h4{margin-bottom:.2rem;font-size:1rem}
.avantage-body p{font-size:.875rem}
@media(min-width:768px){.avantages-grid{grid-template-columns:repeat(2,1fr)}}

/* 26. HIGHLIGHT BOX
   ============================================================ */
.highlight-box{
  background:var(--rouge-clair);border-left:4px solid var(--rouge);
  padding:1.375rem 1.75rem;border-radius:0 var(--radius-md) var(--radius-md) 0;margin:2.5rem 0;
}
.highlight-box p{color:var(--texte);margin:0;font-size:.9375rem;font-weight:500}

/* 27. MAILLAGE INTERNE CONTEXTUEL
   ============================================================ */
.internal-links-section{
  background:var(--fond-alt);border-radius:var(--radius-md);
  padding:1.75rem 2rem;margin:2.75rem 0;border:1px solid var(--border);
}
.internal-links-section h4{
  font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;
  color:var(--texte-muted);margin-bottom:1rem;font-weight:800;
}
.internal-links-grid{display:flex;flex-wrap:wrap;gap:.625rem}
.internal-link{
  display:inline-flex;align-items:center;gap:.375rem;
  padding:.5rem 1rem;background:#fff;border:1.5px solid var(--border);
  border-radius:999px;font-size:.875rem;font-weight:600;color:var(--texte-soft);
  transition:all var(--t-fast);
}
.internal-link:hover{border-color:var(--rouge);color:var(--rouge);background:var(--rouge-clair)}
.internal-link svg{width:13px;height:13px}

/* 28. PRESTATIONS COMPLÉMENTAIRES (cartes visuelles premium)
   ============================================================ */
.prestations-section{padding:var(--section-y) 0;background:var(--fond-alt)}
.prestations-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
.prestation-card{
  display:flex;gap:1.25rem;align-items:stretch;
  background:#fff;border:1.5px solid var(--border);
  border-radius:var(--radius-md);overflow:hidden;
  text-decoration:none;color:inherit;
  transition:all var(--t-base) var(--ease);
  box-shadow:var(--ombre-xs);
}
.prestation-card:hover{border-color:rgba(240,117,57,.3);box-shadow:var(--ombre-sm);transform:translateX(4px)}
.prestation-card-img{
  width:100px;min-width:100px;
  background-size:cover;background-position:center;
  flex-shrink:0;
}
.prestation-card-body{flex:1;padding:1.375rem 1.375rem 1.375rem 0}
.prestation-card-body h4{margin-bottom:.25rem;color:var(--texte);font-size:1rem}
.prestation-card-body p{font-size:.875rem;color:var(--texte-muted);margin:0}
.prestation-card-arrow{
  color:var(--rouge);flex-shrink:0;align-self:center;margin-right:1.25rem;
  transition:transform var(--t-fast);
}
.prestation-card:hover .prestation-card-arrow{transform:translateX(4px)}
@media(min-width:768px){.prestations-grid{grid-template-columns:repeat(2,1fr)}}

/* 29. IMAGE CONTENU
   ============================================================ */
.img-content-grid{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:start}
.img-content-img{
  border-radius:var(--radius-lg);overflow:hidden;
  aspect-ratio:4/3;background:var(--fond-alt);box-shadow:var(--ombre);
}
.img-content-img img{width:100%;height:100%;object-fit:cover}
@media(min-width:768px){
  .img-content-grid{grid-template-columns:1fr 1fr;align-items:start}
  .img-content-grid.reverse .img-content-img{order:2}
  .img-content-grid.reverse .img-content-text{order:1}
  /* Image sticky pour équilibre avec le texte */
  .img-content-img{position:sticky;top:calc(var(--header-h) + 1.5rem)}
}

/* 30. FORMULAIRE
   ============================================================ */
.form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
.form-group{display:flex;flex-direction:column;gap:.4rem}
.form-group label{font-size:.9375rem;font-weight:700;color:var(--texte)}
.form-group input,.form-group select,.form-group textarea{
  border:1.5px solid var(--border);border-radius:var(--radius);
  padding:.875rem 1rem;font-size:.9375rem;
  transition:border-color var(--t-fast),box-shadow var(--t-fast);
  background:#fff;color:var(--texte);width:100%;
}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{
  outline:none;border-color:var(--rouge);box-shadow:0 0 0 3.5px rgba(240,117,57,.12);
}
.form-group textarea{resize:vertical;min-height:130px}
.form-group--full{grid-column:1/-1}
.form-note{font-size:.8125rem;color:var(--texte-muted);margin-top:.5rem}
.form-success{
  display:none;background:#f0fdf4;border:1.5px solid #86efac;
  border-radius:var(--radius);padding:1.25rem 1.5rem;
  color:#15803d;font-weight:700;text-align:center;
}
.form-success.show{display:block}
@media(min-width:640px){.form-grid{grid-template-columns:1fr 1fr}}

/* 31. GALERIE
   ============================================================ */
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.gallery-item{
  border-radius:var(--radius-md);overflow:hidden;
  aspect-ratio:3/2;background:var(--fond-alt);position:relative;
}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform var(--t-xslow) var(--ease)}
.gallery-item:hover img{transform:scale(1.07)}
.gallery-item figcaption{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(to top,rgba(0,0,0,.72),transparent);
  color:#fff;padding:.875rem 1rem;font-size:.8125rem;font-weight:700;
  opacity:0;transition:opacity var(--t-base);
}
.gallery-item:hover figcaption{opacity:1}
@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}

/* 32. CONTACT
   ============================================================ */
.contact-cards{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem}
.contact-card{
  background:var(--fond-alt);border:1.5px solid var(--border);
  border-radius:var(--radius-lg);padding:1.75rem;
  display:flex;gap:1.25rem;align-items:flex-start;
  transition:box-shadow var(--t-base),border-color var(--t-base);
}
.contact-card:hover{box-shadow:var(--ombre-sm);border-color:rgba(240,117,57,.25)}
.contact-card-icon{
  width:48px;height:48px;min-width:48px;
  background:var(--rouge-clair);border-radius:var(--radius);
  display:flex;align-items:center;justify-content:center;color:var(--rouge);
}
.contact-card-icon svg{width:22px;height:22px}
.contact-card h3{font-size:1rem;margin-bottom:.375rem}
.contact-card p,.contact-card a{font-size:.9375rem;color:var(--texte-soft);line-height:1.7}
.contact-card a:hover{color:var(--rouge)}
.map-embed{border-radius:var(--radius-lg);overflow:hidden;height:380px;border:1px solid var(--border)}
.map-embed iframe{width:100%;height:100%;border:none;display:block}
@media(min-width:768px){.contact-cards{grid-template-columns:repeat(2,1fr)}}

/* 33. FOOTER
   ============================================================ */
.footer{background:var(--fond-dark);color:rgba(255,255,255,.6)}
.footer-top{padding:5.5rem 0 3.5rem}
.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem}
.footer-brand img{height:34px;width:auto;filter:brightness(0) invert(1);margin-bottom:1.125rem}
.footer-brand p{font-size:.9375rem;line-height:1.75}
.footer-title{
  color:#fff;font-size:.7rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.25rem;
}
.footer-links{display:flex;flex-direction:column;gap:.5rem}
.footer-links a{font-size:.9375rem;transition:color var(--t-fast)}
.footer-links a:hover{color:#fff}
.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;margin-bottom:.875rem}
.footer-contact svg{width:16px;height:16px;color:var(--rouge);flex-shrink:0;margin-top:.2rem}
.footer-contact a:hover{color:#fff}
.footer-social{display:flex;gap:.625rem;margin-top:1.25rem}
.footer-social a{
  width:38px;height:38px;border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius);display:flex;align-items:center;justify-content:center;
  transition:all var(--t-fast);
}
.footer-social a:hover{border-color:var(--rouge);background:var(--rouge)}
.footer-social svg{width:16px;height:16px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;
  display:flex;flex-direction:column;align-items:center;
  text-align:center;gap:.75rem;font-size:.8125rem;
}
.footer-bottom-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}
.footer-bottom a:hover{color:#fff}
@media(min-width:768px){
  .footer-grid{grid-template-columns:2fr 1fr 1fr 1.25fr}
  .footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}
  .footer-bottom-links{justify-content:flex-start}
}

/* 34. MOBILE CTA BAR
   ============================================================ */
.mobile-cta-bar{
  position:fixed;bottom:0;left:0;right:0;z-index:198;
  display:grid;grid-template-columns:1fr 1fr;
  box-shadow:0 -2px 24px rgba(0,0,0,.2);
}
.mobile-cta-bar a{
  display:flex;align-items:center;justify-content:center;
  gap:.5rem;color:#fff;font-weight:700;font-size:.9375rem;
  padding:1.0625rem .75rem;transition:background var(--t-fast);
}
.mobile-cta-bar a:first-child{background:#962626}
.mobile-cta-bar a:first-child:hover{background:#7a1e1e}
.mobile-cta-bar a:last-child{background:var(--rouge)}
.mobile-cta-bar a:last-child:hover{background:var(--rouge-hover)}
.mobile-cta-bar svg{width:18px;height:18px;flex-shrink:0}
@media(min-width:1100px){.mobile-cta-bar{display:none}}
@media(max-width:1099px){body{padding-bottom:64px}}

/* 35. DEVIS
   ============================================================ */
.devis-hero{background:var(--fond-alt);border-bottom:1px solid var(--border);padding:4rem 0;text-align:center;margin-top:var(--header-h)}
.devis-hero h1{margin-bottom:1rem}
.devis-hero p{font-size:1.125rem;color:var(--texte-muted);max-width:560px;margin:0 auto}
.devis-reassurance{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem 3rem;margin-top:2rem}
.devis-reassurance-item{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700}
.devis-reassurance-item .check{color:#16a34a;font-size:1.125rem}
.devis-layout{display:grid;grid-template-columns:1fr;gap:3.5rem;padding:5rem 0}
@media(min-width:1024px){.devis-layout{grid-template-columns:1.4fr 1fr}}

/* 36. MENTIONS
   ============================================================ */
.mentions-content{max-width:840px;margin:0 auto;padding:5rem 0}
.mentions-content h1{margin-bottom:3rem}
.mentions-content h2{font-size:1.25rem;margin:3rem 0 1rem}
.mentions-content p,.mentions-content li{font-size:.9375rem;color:var(--texte-soft);line-height:1.8;margin-bottom:.875rem}
.mentions-content ul{padding-left:1.5rem;list-style:disc}

/* 37. ANIMATIONS — SCROLL REVEAL + STAGGER
   ============================================================ */
.reveal{
  opacity:0;transform:translateY(30px);
  transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);
}
.reveal.visible{opacity:1;transform:translateY(0)}
.stagger>.reveal:nth-child(1){transition-delay:.04s}
.stagger>.reveal:nth-child(2){transition-delay:.1s}
.stagger>.reveal:nth-child(3){transition-delay:.16s}
.stagger>.reveal:nth-child(4){transition-delay:.22s}
.stagger>.reveal:nth-child(5){transition-delay:.28s}
.stagger>.reveal:nth-child(6){transition-delay:.34s}

/* 38. READING PROGRESS
   ============================================================ */
.reading-progress{position:fixed;top:var(--header-h);left:0;right:0;z-index:199;height:2.5px}
.reading-progress-bar{height:100%;background:var(--rouge);width:0%;transition:width .1s linear;border-radius:0 2px 2px 0}

/* 39. MISC
   ============================================================ */
.divider{border:none;border-top:1px solid var(--border);margin:2.5rem 0}
.link-rouge:hover{text-decoration:underline}

/* 40. SLIDER SERVICES
   ============================================================ */
.services-slider{position:relative;overflow:hidden}
.slider-track{
  display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1);
  will-change:transform;
}
.slider-slide{
  flex:0 0 100%;padding:0 .25rem;
}
@media(min-width:640px){
  .slider-slide{flex:0 0 50%}
}
@media(min-width:1024px){
  .slider-slide{flex:0 0 33.333%}
}
.slider-controls{
  display:flex;align-items:center;justify-content:space-between;
  margin-top:1.5rem;
}
.slider-dots{display:flex;gap:.5rem;align-items:center}
.slider-dot{
  width:8px;height:8px;border-radius:999px;
  background:var(--border);cursor:pointer;
  transition:all var(--t-base);border:none;padding:0;
}
.slider-dot.active{background:var(--rouge);width:20px}
.slider-arrows{display:flex;gap:.625rem}
.slider-btn{
  width:42px;height:42px;border-radius:50%;
  background:#fff;border:1.5px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  color:var(--texte);cursor:pointer;
  transition:all var(--t-fast);
}
.slider-btn:hover{border-color:var(--rouge);color:var(--rouge);background:var(--rouge-clair)}
.slider-btn svg{width:18px;height:18px}

/* 41. PARTNER LOGOS (placeholder premium)
   ============================================================ */
.partenaires-grid{
  display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;
}
.partner-logo{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:1.125rem 2rem;min-width:140px;
  background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-md);
  box-shadow:var(--ombre-xs);
  transition:box-shadow var(--t-base),border-color var(--t-base),transform var(--t-base);
}
.partner-logo:hover{
  box-shadow:var(--ombre-sm);border-color:rgba(240,117,57,.3);transform:translateY(-2px);
}
.partner-logo-name{
  font-size:1rem;font-weight:800;color:var(--texte);
  letter-spacing:-.01em;text-transform:uppercase;
}
.partner-logo-sub{
  font-size:.6875rem;color:var(--texte-muted);margin-top:.2rem;
  font-weight:500;text-align:center;
}

/* 42. TITLE WORD ANIMATION
   ============================================================ */
/* Masked line reveal — chaque mot est masqué (overflow) et son
   contenu glisse depuis le bas au passage du scroll. */
.word-reveal{
  display:inline-block;
  overflow:hidden;
  vertical-align:top;
  padding-bottom:.12em;   /* évite le rognage des jambages (g, j, p, y) */
  margin-bottom:-.12em;
}
.word-reveal-inner{
  display:inline-block;
  transform:translateY(115%);
}
/* La révélation est pilotée par une animation (plus fiable qu'une
   transition quand le titre est déjà dans le viewport au chargement). */
.title-animate.heading-animated .word-reveal-inner{
  animation:wordRise .82s cubic-bezier(.19,1,.22,1) both;
  animation-delay:calc(var(--word-i,0) * .07s);
}
@keyframes wordRise{from{transform:translateY(115%)}to{transform:translateY(0)}}

/* Text emphasis — contraste typographique dans les titres */
.text-strong{font-weight:800;color:var(--texte)}
.text-strong-rouge{font-weight:800;color:var(--rouge)}

/* 43. SECTION H2 SEPARATOR — espacement corrigé
   ============================================================ */
.content-body h2{
  margin:3rem 0 1.375rem;font-size:1.625rem;
  padding-top:.625rem;border-top:1px solid var(--border-light);
  /* Assure un gap suffisant entre le trait et le titre */
}
.content-body h2:first-child{margin-top:0;border-top:none;padding-top:0}

/* 44. PRESTATIONS COMPLÉMENTAIRES — design premium
   ============================================================ */
.prestations-section{padding:var(--section-y) 0;background:var(--fond-alt)}
.prestations-grid{display:grid;grid-template-columns:1fr;gap:1rem}

/* Card premium avec image grande */
.prestation-card{
  display:grid;grid-template-columns:120px 1fr auto;align-items:center;
  gap:1.25rem;background:#fff;border:1.5px solid var(--border);
  border-radius:var(--radius-md);overflow:hidden;
  text-decoration:none;color:inherit;
  transition:all var(--t-base) var(--ease);
  box-shadow:var(--ombre-xs);
}
.prestation-card:hover{
  border-color:rgba(240,117,57,.35);box-shadow:var(--ombre-sm);
  transform:translateX(4px);
}
.prestation-card-img{
  height:100px;min-height:100px;
  background-size:cover;background-position:center;
}
.prestation-card-body{padding:.875rem 0}
.prestation-card-body h4{
  margin-bottom:.25rem;color:var(--texte);font-size:1.0625rem;font-weight:700;
}
.prestation-card-body p{font-size:.875rem;color:var(--texte-muted);margin:0;line-height:1.55}
.prestation-card-cta{
  display:flex;align-items:center;gap:.375rem;
  padding:.75rem 1.25rem;margin-right:1rem;
  color:var(--rouge);font-weight:700;font-size:.875rem;white-space:nowrap;
  transition:gap var(--t-fast);
}
.prestation-card:hover .prestation-card-cta{gap:.625rem}
.prestation-card-cta svg{width:15px;height:15px;transition:transform var(--t-fast)}
.prestation-card:hover .prestation-card-cta svg{transform:translateX(3px)}

@media(min-width:640px){.prestations-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:479px){
  .prestation-card{grid-template-columns:80px 1fr}
  .prestation-card-cta{display:none}
  .prestation-card-img{height:80px;min-height:80px}
}

/* 45. PARTENAIRES LOGOS SECTION
   ============================================================ */
.partenaires-section{
  padding:3rem 0;
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
}

/* 46. GALLERY — slide animation overrides
   ============================================================ */
/* déjà défini dans règle 17 RÉALISATIONS */

/* 47. HERO PAGE — espacement H1 / header corrigé
   ============================================================ */
.page-hero-content{
  position:relative;z-index:1;color:#fff;width:100%;
  padding:calc(var(--header-h) + 4rem) 0 4.5rem;
  /* Extra top padding généreux — H1 jamais collé au header */
}
@media(max-width:767px){
  .page-hero-content{
    padding:calc(var(--header-h) + 3rem) 0 3.5rem;
  }
}

/* 48. prefers-reduced-motion
   ============================================================ */
@media(prefers-reduced-motion:reduce){
  .reveal,.stagger>.reveal{opacity:1;transform:none;transition:none}
  .realisation-item.reveal{opacity:1;transform:none}
  .word-reveal-inner{transform:none;transition:none}
  .hero-bg{animation:none}
  .hero-content{animation:none}
  .hero-scroll-line{animation:none}
  .expand-card,.expand-card-bg,.expand-card-content,.expand-card-line{transition:none}
  .timeline-progress-line{transition:none}
  *{scroll-behavior:auto!important}
}


/* ============================================================
   HOTFIX UI — lisibilité cards + overlays + cursor discret
   Ajouté manuellement pour corriger les problèmes visuels repérés.
   ============================================================ */

/* 1) Cartes prestations expansives : supprimer les gros numéros */
.expand-card-number{
  display:none !important;
}

/* 2) Cartes prestations : overlay moins noir + dégradé rouge subtil */
.expand-card-overlay{
  background:
    linear-gradient(
      135deg,
      rgba(240,117,57,.34) 0%,
      rgba(20,8,8,.38) 42%,
      rgba(4,6,10,.64) 100%
    ) !important;
}
.expand-card:not(.active) .expand-card-overlay{
  background:
    linear-gradient(
      135deg,
      rgba(240,117,57,.24) 0%,
      rgba(4,6,10,.56) 100%
    ) !important;
}

/* 3) Images moins sombres : active plus lumineuse, inactive lisible */
.expand-card-bg{
  filter:brightness(.86) contrast(1.04) saturate(1.04);
}
.expand-card.active .expand-card-bg{
  filter:brightness(.95) contrast(1.04) saturate(1.05);
}

/* 4) Texte des cards plus gros et plus lisible */
.expand-card-content{
  padding:2.1rem 2.25rem 2.25rem !important;
  max-width:760px;
}
.expand-card-content h3{
  font-size:clamp(2rem,3vw,3rem) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  margin-bottom:.8rem !important;
  text-shadow:0 2px 18px rgba(0,0,0,.36);
}
.expand-card-content p{
  font-size:clamp(1rem,1.35vw,1.18rem) !important;
  line-height:1.62 !important;
  color:rgba(255,255,255,.9) !important;
  max-width:600px !important;
  text-shadow:0 1px 12px rgba(0,0,0,.35);
}

/* 5) Labels verticaux des cartes fermées plus lisibles */
.expand-card-label{
  font-size:.78rem !important;
  color:rgba(255,255,255,.82) !important;
  text-shadow:0 2px 14px rgba(0,0,0,.4);
}

/* 6) CTA carte plus premium */
.expand-card .btn--white{
  color:var(--rouge) !important;
  box-shadow:0 14px 42px rgba(0,0,0,.18);
}
.expand-card .btn--white:hover{
  background:#fff;
  transform:translateY(-2px);
}

/* 7) Tous les textes sur image : éviter texte noir illisible */
.section--dark p,
.page-hero p,
.hero p,
.hero .lead,
.page-hero .lead{
  color:rgba(255,255,255,.86);
}
.section--dark strong,
.hero strong,
.page-hero strong{
  color:#fff;
}

/* 8) Bloc texte sur image si utilisé : lisibilité garantie */
.text-over-image,
.image-text-overlay,
.hero-text-panel{
  color:#fff;
  background:linear-gradient(135deg,rgba(4,6,10,.54),rgba(240,117,57,.14));
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius-lg);
  padding:clamp(1.5rem,3vw,2.5rem);
}
.text-over-image p,
.image-text-overlay p,
.hero-text-panel p{
  color:rgba(255,255,255,.86);
}
.text-over-image strong,
.image-text-overlay strong,
.hero-text-panel strong{
  color:#fff;
}

/* 9) Curseur custom plus discret */
.cursor{
  width:22px !important;
  height:22px !important;
  border-color:rgba(240,117,57,.45) !important;
}
.cursor-dot{
  width:4px !important;
  height:4px !important;
}
.cursor--hover{
  width:34px !important;
  height:34px !important;
  background:rgba(240,117,57,.04) !important;
}

/* 10) Mobile : textes cards confortables */
@media(max-width:767px){
  .expand-card-content{
    padding:1.5rem !important;
  }
  .expand-card-content h3{
    font-size:1.85rem !important;
  }
  .expand-card-content p{
    font-size:1rem !important;
  }
}

