:root{
  --ground:#f3f5f8; --surface:#ffffff; --surface-2:#eef1f6; --card-line:#e3e8ef;
  --ink:#152033; --muted:#5b6675; --faint:#93a0b1;
  --green:#0051D5; --green-2:#316BF3; --green-tint:#EFF4FF; --green-ink:#003EA8;
  --cta:#0051D5; --cta-strong:#316BF3; --cta-tint:#EFF4FF; --cta-ink:#FFFFFF;
  --tuile:#0051D5; --tuile-strong:#316BF3; --tuile-tint:#EFF4FF; --tuile-ink:#FFFFFF;
  --sc-good:#2f8f6b; --sc-mid:#d9992e; --sc-low:#d1603a;
  --radius:14px; --radius-sm:10px;
  --shadow:0 1px 2px rgba(21,32,51,.05),0 3px 14px rgba(21,32,51,.06);
  --shadow-lift:0 2px 6px rgba(21,32,51,.07),0 14px 34px rgba(21,32,51,.12);
  --maxw:1220px;
  --sans:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:clip}
body{font-family:var(--sans);color:var(--ink);background:var(--ground);line-height:1.6;
  max-width:100%;overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.x2897afac{font-variant-numeric:tabular-nums}
a{color:var(--green);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%}
.x7ae3f518{max-width:var(--maxw);margin:0 auto;padding:0 22px}
h1,h2,h3{letter-spacing:-.015em;line-height:1.18;text-wrap:balance;font-weight:700;overflow-wrap:break-word}
:focus-visible{outline:3px solid var(--green);outline-offset:2px;border-radius:4px}

/* HEADER STICKY */
.x167eafcd{position:sticky;top:0;z-index:970;border-bottom:1px solid var(--card-line)}
.x167eafcd::before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(255,255,255,.9);backdrop-filter:blur(10px)}
.x167eafcd .x7ae3f518{display:flex;align-items:center;justify-content:space-between;gap:14px;height:62px}
.xf654ab31{font-weight:700;color:var(--ink);display:inline-flex;flex-direction:column;align-items:stretch;gap:2px;line-height:1}
.xf654ab31:hover{text-decoration:none}
.xf654ab31 .x97e23c95{color:var(--green);height:10px}
.xf654ab31 .x97e23c95 svg{display:block;width:100%;height:100%}
.xf654ab31 .xceed06f4{font-size:1.18rem;letter-spacing:-.01em;text-align:center}
.xf654ab31 .xceed06f4 span{color:var(--green)}
/* Variante pastille : embleme a gauche du mot au lieu du filet au-dessus. */
.xf654ab31.x3709be36{flex-direction:row;align-items:center;gap:9px}
.xf654ab31.x3709be36 .xceed06f4{text-align:left}
.x3afcc396{width:30px;height:30px;border-radius:9px;background:var(--green);
  display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.x3afcc396 svg{display:block}
.x167eafcd .x1fb2775e{display:flex;align-items:center;gap:20px}
.x167eafcd .x1fb2775e a.xabab3c28{color:var(--muted);font-size:.92rem;font-weight:500}
.x167eafcd .x1fb2775e a.xabab3c28:hover{color:var(--ink);text-decoration:none}
/* Burger (mobile), sans contour */
.xb13e4de8{display:none;align-items:center;justify-content:center;width:42px;height:42px;padding:0;
  background:transparent;border:0;cursor:pointer;color:var(--ink);transition:opacity .16s}
.xb13e4de8:hover{opacity:.6}
.x790bc7f1{position:relative;display:block;width:22px;height:14px}
.x790bc7f1 span{position:absolute;left:0;width:100%;height:2px;background:currentColor;border-radius:2px}
.x790bc7f1 span:nth-child(1){top:0}
.x790bc7f1 span:nth-child(2){top:6px}
.x790bc7f1 span:nth-child(3){top:12px}
/* En-tete interne du drawer (logo + croix) : masque en desktop */
.x534db894{display:none}
.x8690c614{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;
  background:transparent;border:0;border-radius:10px;cursor:pointer;color:var(--muted);transition:background .16s,color .16s}
.x8690c614:hover{background:var(--surface-2);color:var(--ink)}
.x9cd4097f{position:fixed;inset:0;z-index:960;background:rgba(21,32,51,.44);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .34s ease,visibility .34s}
.x9ca6debb{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:inherit;font-weight:700;
  font-size:.95rem;border-radius:11px;padding:11px 18px;cursor:pointer;border:1.5px solid transparent;
  transition:background .16s,box-shadow .16s,transform .16s;text-align:center;min-height:42px;line-height:1.1}
.x9ca6debb:hover{text-decoration:none}
.xf9fbca79{background:var(--cta);color:var(--cta-ink);box-shadow:var(--shadow)}
.xf9fbca79:hover{background:var(--cta-strong);box-shadow:var(--shadow-lift)}
.x291bdfb7{background:transparent;color:var(--green-ink);border-color:var(--card-line)}
.x291bdfb7:hover{background:var(--green-tint);border-color:var(--green-2)}
.xe9f535f5{font-size:1.05rem;padding:15px 26px;min-height:52px;width:100%}
@media(max-width:760px){
  .xb13e4de8{display:inline-flex}
  .x167eafcd .x1fb2775e{position:fixed;top:0;left:0;right:auto;bottom:0;width:min(84vw,330px);z-index:965;
    flex-direction:column;align-items:stretch;gap:0;overflow-y:auto;
    padding:0 0 calc(16px + env(safe-area-inset-bottom));
    background:#fff;border-right:1px solid var(--card-line);box-shadow:22px 0 48px rgba(21,32,51,.20);
    transform:translateX(-100%);visibility:hidden;pointer-events:none;
    transition:transform .4s cubic-bezier(.22,1,.36,1),visibility .4s}
  .x167eafcd .x1fb2775e.x502c521f{transform:none;visibility:visible;pointer-events:auto}
  .x534db894{display:flex;align-items:center;justify-content:space-between;height:62px;padding:0 12px 0 18px;
    border-bottom:1px solid var(--card-line)}
  .x167eafcd .x1fb2775e a.xabab3c28{display:block;padding:16px 18px;font-size:1.05rem;color:var(--ink);border-bottom:1px solid var(--card-line)}
  .x167eafcd .x1fb2775e a.xabab3c28:hover{background:var(--green-tint)}
  .x0cb48cf2{margin:auto 16px 0;width:auto}
  .x9cd4097f.x502c521f{opacity:1;visibility:visible;pointer-events:auto}
}

/* FIL D'ARIANE */
.x0c549ed6{font-size:.82rem;color:var(--faint);padding:16px 0 4px;overflow-wrap:break-word}
.x0c549ed6 a{color:var(--muted)}
.x0c549ed6 b{color:var(--ink);font-weight:600}

/* LAYOUT */
.x6e718989{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:36px;align-items:start;padding:8px 0 60px}
@media(max-width:960px){.x6e718989{grid-template-columns:minmax(0,1fr);gap:26px}}
.x4d976a40>*+*{margin-top:clamp(30px,4.5vw,52px)}

/* HERO */
.x0efcfa0f{background:linear-gradient(160deg,var(--green) 0%,var(--green-ink) 100%);
  color:#fff;border-radius:var(--radius);padding:34px 32px;box-shadow:var(--shadow-lift);position:relative;overflow:hidden}
.x0efcfa0f::after{content:"";position:absolute;right:-70px;top:-70px;width:280px;height:280px;
  background:radial-gradient(circle,rgba(59,130,246,.35),transparent 70%);pointer-events:none}
.x0efcfa0f .x38d9b31d{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;
  letter-spacing:.02em;text-transform:uppercase;color:#bcd4f7;margin-bottom:12px}
.x0efcfa0f h1{font-size:clamp(1.65rem,3.5vw,2.3rem);margin-bottom:10px}
.x0efcfa0f .x508e3595{color:#d3e2fb;max-width:62ch;font-size:1.02rem}
.x0efcfa0f .x5b962151{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}
.xf2abe7f2{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);color:#e8f1fe;font-size:.85rem;font-weight:500;padding:6px 12px;border-radius:999px}
.x0efcfa0f .xfbc95f2e{margin-top:22px;display:flex;gap:12px;flex-wrap:wrap}
.x0efcfa0f .xf9fbca79{box-shadow:0 6px 20px rgba(180,120,0,.35)}
.x0efcfa0f .xf9fbca79:hover{box-shadow:0 8px 24px rgba(180,120,0,.42)}
.x0efcfa0f .x7ea5969b{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.28)}
.x0efcfa0f .x7ea5969b:hover{background:rgba(255,255,255,.18)}
.x0efcfa0f .xaff766d8{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}
.x102070bc{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:600;padding:6px 12px;border-radius:999px}
.x102070bc.x616c02e0,.x102070bc.x68a36f75{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);color:#eaf1fe}
.x102070bc.x7215ea9a{background:#fff;color:var(--green-ink)}
.xb5266bf9{margin-top:14px;max-width:640px;font-size:.82rem;line-height:1.5;color:#cfe0f8}
.xeaeb77e6{margin-top:18px;font-size:.82rem;color:#bcd4f7}
.xeaeb77e6 a{color:#dbe8fb;text-decoration:underline;text-underline-offset:2px}
.xeaeb77e6 a:hover{color:#fff}

/* TUILES */
.xe2c9751d{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
@media(max-width:760px){.xe2c9751d{grid-template-columns:repeat(2,minmax(0,1fr))}}
.x3e1088f9{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);padding:18px 18px 16px;box-shadow:var(--shadow)}
.x3e1088f9 .x53220203{width:34px;height:34px;border-radius:9px;background:var(--green-tint);color:var(--green);
  display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.x3e1088f9 .xa7dc404d{font-size:1.75rem;font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.05}
.x3e1088f9 .xa7dc404d.x98076763{font-size:1.12rem}
.x3e1088f9 .xa7dc404d small{font-size:.9rem;font-weight:600;color:var(--muted)}
.x3e1088f9 .x6160a375{font-size:.83rem;color:var(--muted);margin-top:5px}
.x471391ce{font-size:.76rem;color:var(--faint);margin-top:12px;display:flex;align-items:center;gap:6px}
.x471391ce svg{flex:0 0 auto}

/* SECTION HEADERS */
.x93be66ce{display:flex;align-items:center;gap:12px;margin-bottom:6px}
.x93be66ce .xfb0d2ee8{width:38px;height:38px;flex:0 0 auto;border-radius:10px;background:var(--green-tint);
  color:var(--green);display:flex;align-items:center;justify-content:center}
.x93be66ce h2{font-size:1.42rem;color:var(--ink)}
/* Le retrait de 50px aligne le sous-titre sous le h2, decale par la pastille
   d'icone (38px + 12px de gap). Il ne vaut donc QUE quand le .x18230324 suit un
   .x93be66ce : ailleurs (hub national, sous un h3 sans icone) il decale dans le vide. */
.x18230324{color:var(--muted);font-size:.96rem;margin:2px 0 18px}
.x93be66ce + .x18230324{margin-left:50px}
@media(max-width:520px){.x93be66ce + .x18230324{margin-left:0}}

/* .xcf68d1fe : bloc de densite RETIRE du rendu le 2026-08-04 (aucune page ne l'emet
   plus). Les regles restent volontairement ici : sur un metier a css_seed, le
   build randomise les noms de classes a partir de CE fichier, et en retirer une
   decale toute la map d'obfuscation, donc perime les index.x75f54106 de rollback.
   Cinq lignes mortes coutent moins qu'un rebuild des 4 sites. */
.xcf68d1fe{display:flex;align-items:flex-start;gap:8px;margin:-8px 0 18px;padding:10px 13px;
  border:1px solid var(--card-line);border-left:3px solid var(--green);border-radius:var(--radius-sm);
  font-size:.88rem;color:var(--muted);background:var(--surface)}
.xcf68d1fe svg{flex:0 0 auto;margin-top:2px}
.x93be66ce + .x18230324 + .xcf68d1fe{margin-left:50px}
@media(max-width:520px){.x93be66ce + .x18230324 + .xcf68d1fe{margin-left:0}}

/* CARTE ARTISAN (plate) */
.xa4d6d108{display:flex;flex-direction:column;gap:14px}
.x33e6ec4d{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px;transition:box-shadow .16s}
.x33e6ec4d:hover{box-shadow:0 2px 6px rgba(21,32,51,.07),0 8px 20px rgba(21,32,51,.08)}
.x91a4ee82{display:flex;align-items:center;gap:14px}
.x50108f69{flex:0 0 auto;width:34px;height:34px;border-radius:9px;background:var(--surface-2);color:var(--green-ink);
  font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center}
.x9c6fb904{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}
.xd5803b04{font-weight:700;font-size:1.08rem;color:var(--ink);margin-bottom:3px;overflow-wrap:break-word;line-height:1.25}
a.xd5803b04:hover{color:var(--green);text-decoration:none}
.xd7a0728e{font-size:.86rem;color:var(--muted);overflow-wrap:break-word}
.x388b6844{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}
.xdd50213d{font-size:.74rem;font-weight:600;padding:3px 9px;border-radius:7px;display:inline-flex;align-items:center;gap:4px}
.xdd50213d.xf19f9697{background:var(--green-tint);color:var(--green-ink)}
.xdd50213d.x054eec51{background:var(--surface-2);color:var(--muted)}
.xdd50213d.x7215ea9a{background:var(--green);color:#fff}
.x72cf7875{flex:0 0 auto;background:var(--surface-2);color:var(--green-ink);font-size:.8rem;font-weight:600;padding:4px 11px;border-radius:999px;white-space:nowrap}
.x7ea997d5{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:9px}
.x42ad2a54{background:var(--green);color:#fff;box-shadow:var(--shadow)}
.x42ad2a54:hover{background:var(--green-ink);color:#fff;box-shadow:var(--shadow-lift)}
.xae563162{padding:8px 14px;font-size:.86rem;border-radius:9px;white-space:nowrap}
@media(max-width:560px){
  .x91a4ee82{flex-wrap:wrap}
  .x7ea997d5{width:100%;flex-direction:row;justify-content:space-between;align-items:center;padding-left:48px;margin-top:4px}
  .x7ea997d5 .xae563162{flex:1;max-width:220px}
}
.xa0bc66cd{text-align:center;margin-top:4px}

/* MAP */
.x8b7f658c{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
#map{height:420px;width:100%;background:var(--surface-2)}
.xcf9be429{padding:40px 20px;text-align:center;color:var(--muted);font-size:.9rem}
.x87fcc9aa{font-family:var(--sans)}
.xd77ba496{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.xd817b34c{background:var(--surface);border:1px solid var(--card-line);border-radius:999px;padding:7px 14px;font-size:.88rem;color:var(--ink);box-shadow:var(--shadow)}
.xd817b34c b{color:var(--green-ink)}

/* GRAPHE ANCIENNETE */
.x6e55367c{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}
.x44723d67{display:flex;align-items:flex-end;gap:16px;height:180px;margin:18px 6px 8px}
.xec709664{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%;justify-content:flex-end}
.x840689a8{width:100%;max-width:64px;background:linear-gradient(180deg,var(--green-2),var(--green));
  border-radius:8px 8px 0 0;position:relative;min-height:4px;transition:height .6s cubic-bezier(.2,.7,.3,1)}
.x840689a8 .xe924f94b{position:absolute;top:-22px;left:0;right:0;text-align:center;font-weight:700;font-size:.9rem;color:var(--ink)}
.x74f08e3a{font-size:.78rem;color:var(--muted);text-align:center;line-height:1.25}

/* SERVICES */
.xf3af07bf{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:760px){.xf3af07bf{grid-template-columns:repeat(2,1fr)}}
@media(max-width:440px){.xf3af07bf{grid-template-columns:1fr}}
/* La carte de service est un LIEN vers le tunnel, prestation preselectionnee
   (P1.3). Elle doit rester visuellement une carte : couleur du texte heritee,
   pas de soulignement, et un survol qui la souleve comme les autres cartes. */
.x53af157f{display:block;color:inherit;background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius-sm);padding:15px;box-shadow:var(--shadow);transition:box-shadow .16s,border-color .16s,transform .16s}
a.x53af157f:hover{text-decoration:none;border-color:var(--green);box-shadow:var(--shadow-lift);transform:translateY(-2px)}
a.x53af157f:hover h3{color:var(--green)}
.x53af157f .x150cd84e{width:32px;height:32px;border-radius:8px;background:var(--green-tint);color:var(--green);display:flex;align-items:center;justify-content:center;margin-bottom:9px}
.x53af157f h3{font-size:1rem;margin-bottom:3px}
.x53af157f p{font-size:.85rem;color:var(--muted);line-height:1.5}
.x9e333f6b{background:var(--green-tint);border:1px solid #cfe1d6;border-radius:var(--radius-sm);padding:13px 15px;font-size:.9rem;color:var(--green-ink);margin-top:14px;display:flex;gap:10px}

/* RAYON / TAGS */
.xc0b757c7{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.x6c79e2b3{background:var(--surface);border:1px solid var(--card-line);border-radius:999px;padding:7px 14px;font-size:.88rem;color:var(--ink);box-shadow:var(--shadow)}
.x6c79e2b3 b{color:var(--green-ink)}
.x6c79e2b3 .x8eb3929c{color:var(--faint);font-size:.82rem}

/* AIDES */
.xd753f81f{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(max-width:640px){.xd753f81f{grid-template-columns:1fr}}
.x1b46d198{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius-sm);padding:16px;box-shadow:var(--shadow)}
.x1b46d198 h3{font-size:1rem;color:var(--green-ink);margin-bottom:4px}
.x1b46d198 p{font-size:.87rem;color:var(--muted)}
.x1b46d198 .x3857f7cf{font-size:1.15rem;font-weight:700;color:var(--ink);margin:4px 0}

/* STEPS */
.x5ac6ad66{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:640px){.x5ac6ad66{grid-template-columns:1fr}}
.xd1b41723{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);position:relative}
.xd1b41723 .xfbce7405{width:32px;height:32px;border-radius:999px;background:var(--green);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.xd1b41723 h3{font-size:1.05rem;margin-bottom:4px}
.xd1b41723 p{font-size:.88rem;color:var(--muted)}

/* AVIS */
.x550b165d{background:var(--surface);border:1.5px dashed var(--card-line);border-radius:var(--radius);padding:30px 24px;text-align:center}
.x550b165d .x635195cd{color:var(--card-line);font-size:1.5rem;letter-spacing:3px;margin-bottom:10px}
.x550b165d h3{font-size:1.1rem;margin-bottom:6px}
.x550b165d p{color:var(--muted);font-size:.92rem;max-width:46ch;margin:0 auto 16px}

/* PROSE + FAQ */
.x1b46b529{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}
.x1b46b529 p{color:var(--ink);margin-bottom:12px}
.x1b46b529 p:last-child{margin-bottom:0}
.xd851b503{margin-top:8px}
.xd851b503 details{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius-sm);padding:0;margin-bottom:10px;box-shadow:var(--shadow)}
.xd851b503 summary{padding:15px 18px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--ink)}
.xd851b503 summary::-webkit-details-marker{display:none}
.xd851b503 summary::after{content:"+";color:var(--green);font-size:1.3rem;font-weight:400;flex:0 0 auto}
.xd851b503 details[open] summary::after{content:"-"}
.xd851b503 details p{padding:0 18px 16px;color:var(--muted);font-size:.92rem;margin:0}

/* COMMUNES PROCHES */
/* Cartes en grille (et non columns:3) : le multi-colonnes CSS equilibre par
   HAUTEUR, donc un nom long qui passe sur 2 lignes remplit sa colonne plus vite
   et casse la repartition (4/3/3 ici, 4/4/2 la). En grid par ligne, les cartes
   d'une meme rangee partagent la hauteur, donc tout s'aligne au pixel.
   Le HTML reste <a><span>Nom</span><span class="km">valeur</span></a> : la mise
   en carte est 100% CSS (donc modifiable en -CssOnly), et l'icone est un masque
   CSS et non un SVG inline, ce qui evite de repeter 359 SVG sur un hub dept. */
.xfd6a73e8{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;font-size:.92rem}
@media(max-width:900px){.xfd6a73e8{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.xfd6a73e8{grid-template-columns:1fr}}
.xfd6a73e8 a{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center;
  background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius-sm);
  padding:12px 14px;color:var(--ink);transition:border-color .16s,box-shadow .16s}
.xfd6a73e8 a:hover{border-color:var(--green-2);box-shadow:var(--shadow);text-decoration:none}
.xfd6a73e8 a::before{content:"";grid-row:1/3;width:19px;height:19px;background-color:var(--faint);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
  transition:background-color .16s}
.xfd6a73e8 a:hover::before{background-color:var(--green)}
.xfd6a73e8 a>span:first-child{grid-column:2;font-weight:600;line-height:1.3}
.xfd6a73e8 .x8eb3929c{grid-column:2;color:var(--faint);font-size:.78rem;white-space:nowrap;font-weight:400}

/* HUB REGIONS / DEPARTEMENTS (cartes, bandeau bleu = calque du design inline de la home) */
.xf2ee7666{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
@media(max-width:760px){.xf2ee7666{grid-template-columns:1fr}}
.x6ce76488{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);box-shadow:var(--shadow);
  overflow:hidden;transition:box-shadow .16s,transform .16s;display:flex;flex-direction:column;color:var(--ink)}
.x6ce76488:hover{box-shadow:var(--shadow-lift);transform:translateY(-3px);text-decoration:none}
.x6ce76488 .xc4b8dea0{background:linear-gradient(160deg,var(--green) 0%,var(--green-ink) 100%);color:#fff;padding:22px 22px 18px}
.x6ce76488 .x1bd7910b{font-size:.8rem;font-weight:600;color:#bcd4f7;letter-spacing:.03em}
.x6ce76488 .x0faa5bd3{font-size:1.35rem;font-weight:700;margin-top:2px}
.x6ce76488 .xf9783385{padding:18px 22px 22px;flex:1 1 auto;display:flex;flex-direction:column;gap:12px}
.x6ce76488 .x45c2a4a9{display:flex;justify-content:space-between;font-size:.92rem;color:var(--muted);padding-bottom:10px;border-bottom:1px solid var(--card-line)}
.x6ce76488 .x45c2a4a9 b{color:var(--ink)}
.x6ce76488 .x76c8214b{margin-top:auto;font-weight:700;color:var(--green);display:inline-flex;align-items:center;gap:6px}

/* WIDGET BADGE */
.xf87db51d{background:linear-gradient(160deg,var(--green) 0%,var(--green-ink) 100%);color:#e8f1fe;border-radius:var(--radius);padding:22px 24px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.xf87db51d .xf1950d56{flex:0 0 auto;width:64px;height:64px;border-radius:14px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;color:#fff}
.xf87db51d .xf9fbca79{box-shadow:0 6px 20px rgba(180,120,0,.35)}
.xf87db51d h3{color:#fff;font-size:1.1rem;margin-bottom:3px}
.xf87db51d p{font-size:.88rem;color:#d3e2fb;max-width:52ch}

/* COORDONNEES LEGALES (fiche) */
.x40c17f78{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px 24px}
.x4136fd89{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 26px}
@media(max-width:520px){.x4136fd89{grid-template-columns:1fr}}
.x03282ad8 dt{font-size:.74rem;text-transform:uppercase;letter-spacing:.03em;color:var(--faint);font-weight:600;margin-bottom:3px}
.x03282ad8 dd{color:var(--ink);font-weight:500;font-size:.98rem}
.x03282ad8 dd.xbd48fce1{font-size:1.1rem;font-weight:700}

/* ENCART RGE (fiche) */
.x79d1a299{background:linear-gradient(160deg,var(--green-tint),#f4f9ff);border:1px solid #cfe1fb;border-radius:var(--radius);padding:20px 22px;display:flex;gap:16px;align-items:flex-start}
.x79d1a299 .x40d163aa{flex:0 0 auto;width:48px;height:48px;border-radius:12px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center}
.x79d1a299 h3{font-size:1.08rem;color:var(--green-ink);margin-bottom:4px}
.x79d1a299 p{font-size:.9rem;color:var(--muted);max-width:60ch}
.x79d1a299 a{font-weight:600}

/* MAILLAGE PEERS (fiche) */
.x83064af7{display:flex;flex-direction:column;gap:10px}
.xf3509a09{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 16px;transition:box-shadow .16s,transform .16s}
.xf3509a09:hover{box-shadow:var(--shadow-lift);text-decoration:none}
.xf3509a09 .x5a514ab7{flex:0 0 auto;width:34px;height:34px;border-radius:9px;background:var(--surface-2);color:var(--green-ink);font-weight:700;display:flex;align-items:center;justify-content:center}
.xf3509a09 .x692c96fc{flex:1 1 auto;min-width:0}
.xf3509a09 .x7f1c6ba7{display:block;font-weight:700;color:var(--ink);overflow-wrap:break-word}
.xf3509a09 .xf7e71f30{display:block;margin-top:2px;font-size:.84rem;color:var(--muted)}
.xf3509a09 .xd30b3c47{flex:0 0 auto;color:var(--green);font-size:.86rem;font-weight:600;white-space:nowrap}

/* ASIDE STICKY */
.xa4a0dcd8{position:sticky;top:82px;display:flex;flex-direction:column;gap:16px}
.x831d7f7b{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-lift)}
.x831d7f7b .xb72d3580{display:inline-flex;align-items:center;gap:6px;background:var(--cta-tint);color:#8a5a00;font-size:.78rem;font-weight:700;padding:4px 10px;border-radius:999px;margin-bottom:12px}
.x831d7f7b h3{font-size:1.2rem;margin-bottom:6px}
.x831d7f7b .xda77f8c6{font-size:.9rem;color:var(--muted);margin-bottom:16px}
.xa9a49209{list-style:none;margin:16px 0 4px;padding:0}
.xa9a49209 li{display:flex;align-items:center;gap:9px;font-size:.88rem;color:var(--ink);padding:5px 0}
.xa9a49209 svg{color:var(--green-2);flex:0 0 auto}
.x20582b22{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow)}
.x20582b22 h4{font-size:.9rem;color:var(--muted);font-weight:600;margin-bottom:10px}
.x20582b22 .x5c6e205d{display:flex;justify-content:space-between;gap:10px;font-size:.9rem;padding:4px 0}
.x20582b22 .x5c6e205d b{color:var(--ink);font-weight:700;text-align:right}
@media(max-width:960px){.xa4a0dcd8{position:static}.x831d7f7b,.x20582b22{display:none}}

/* FOOTER */
footer{background:var(--green-ink);color:#c3d6f5;padding:44px 0 30px;margin-top:20px;font-size:.9rem}
footer .x296a4a6c{display:grid;grid-template-columns:1.3fr 1.4fr 1fr;gap:30px;margin-bottom:26px}
/* Colonne "Departements" : liste sur 2 colonnes des que ca depasse ~8 liens.
   Cible en nth-child (et pas une classe) pour rester retouchable en -CssOnly :
   ajouter une classe imposerait une generation complete du HTML. */
footer .x296a4a6c>div:nth-child(2){column-count:2;column-gap:26px}
footer .x296a4a6c>div:nth-child(2) h4{column-span:all}
footer .x296a4a6c>div:nth-child(2) a{break-inside:avoid}
@media(max-width:640px){footer .x296a4a6c{grid-template-columns:1fr}}
footer h4{color:#fff;font-size:.95rem;margin-bottom:12px}
footer a{color:#9db4dc;display:block;padding:3px 0}
footer a:hover{color:#fff}
footer .x45512828{color:#fff;font-weight:700;font-size:1.15rem;margin-bottom:8px}
footer .x62f93f6b{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;font-size:.8rem;color:#7f9dc9;line-height:1.6}
footer .x62f93f6b a{display:inline;color:#dbe8fb;text-decoration:underline}

/* CONSEILS / BLOG (articles + index) */
.x9ddc425f{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(20px,3vw,38px)}
.x9ddc425f>*+*{margin-top:15px}
.x9ddc425f h2{font-size:1.45rem;color:var(--ink);margin-top:32px}
.x9ddc425f h2:first-child{margin-top:0}
.x9ddc425f h3{font-size:1.12rem;color:var(--ink);margin-top:22px}
.x9ddc425f p{color:var(--ink)}
.x9ddc425f ul,.x9ddc425f ol{padding-left:22px;color:var(--ink)}
.x9ddc425f li+li{margin-top:6px}
.x9ddc425f a{color:var(--green);text-decoration:underline;text-underline-offset:2px}
.x9ddc425f .xbd32a8db{overflow-x:auto;margin:8px 0}
.x9ddc425f table{width:100%;border-collapse:collapse;font-size:.92rem;min-width:420px}
.x9ddc425f th,.x9ddc425f td{border:1px solid var(--card-line);padding:9px 12px;text-align:left;vertical-align:top}
.x9ddc425f thead th{background:var(--surface-2);color:var(--ink);font-weight:700}
.x9ddc425f caption{caption-side:bottom;font-size:.78rem;color:var(--faint);padding-top:8px;text-align:left}
.x9ddc425f .xf2477f20{background:var(--green-tint);border:1px solid #cfe1fb;border-left:4px solid var(--green);border-radius:var(--radius-sm);padding:14px 18px}
.x9ddc425f .xf2477f20 strong{color:var(--green-ink)}
.x9ddc425f .xd6367052{background:var(--cta-tint);border:1px solid #f4d98a;border-radius:var(--radius);padding:16px 20px;display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.x9ddc425f .xd6367052 p{margin:0;font-weight:600;color:var(--cta-ink)}
.x99d6dad9{background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px 24px}
.x99d6dad9 h2{font-size:1.2rem;margin-bottom:4px}
.x99d6dad9 p{color:var(--muted);font-size:.92rem}
.x30d53d90{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.x30d53d90 a{background:var(--surface-2);border:1px solid var(--card-line);border-radius:999px;padding:8px 14px;font-size:.9rem;color:var(--green-ink);font-weight:600}
.x30d53d90 a:hover{background:var(--green-tint);text-decoration:none}
.x28c80d3c{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
@media(max-width:900px){.x28c80d3c{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.x28c80d3c{grid-template-columns:1fr}}
.xc568d973{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--card-line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;transition:box-shadow .16s,transform .16s}
.xc568d973:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px);text-decoration:none}
.xd5925d78{align-self:flex-start;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--green-ink);background:var(--green-tint);padding:4px 10px;border-radius:999px;margin-bottom:12px}
.xc568d973 h2{font-size:1.1rem;color:var(--ink);margin-bottom:8px}
.xc568d973 p{font-size:.9rem;color:var(--muted);flex:1 1 auto}
.x3bc603aa{margin-top:14px;font-size:.8rem;color:var(--faint);display:flex;gap:12px}
.x098d9da4{margin-top:10px;font-weight:600;color:var(--green);font-size:.9rem}

/* BARRE CTA MOBILE */
.xa91e3c04{position:fixed;left:0;right:0;bottom:0;z-index:950;padding:12px 16px calc(14px + env(safe-area-inset-bottom));display:none;pointer-events:none}
.xa91e3c04 .x9ca6debb{width:100%;min-height:50px;font-size:1rem;pointer-events:auto;box-shadow:0 8px 24px rgba(180,120,0,.45),0 3px 10px rgba(21,32,51,.18)}
@media(max-width:960px){
  .xa91e3c04{display:block;transform:translateY(140%);opacity:0;transition:transform .28s ease,opacity .28s ease}
  .xa91e3c04.x68879d27{transform:translateY(0);opacity:1}
  body{padding-bottom:84px}
}

/* FINITION MOBILE */
@media(max-width:640px){
  .x7ae3f518{padding:0 16px}
  .xf654ab31 .xceed06f4{font-size:1.06rem}
  .x167eafcd .x7ae3f518{gap:10px}
  .xf9fbca79{padding:10px 14px;font-size:.9rem}
  .x0efcfa0f{padding:24px 20px}
  .x0efcfa0f .x508e3595{font-size:.98rem}
  .x0efcfa0f .xfbc95f2e{flex-direction:column;gap:10px}
  .x0efcfa0f .xfbc95f2e .x9ca6debb{width:100%}
  .x3e1088f9{padding:15px 14px 13px}
  .x3e1088f9 .xa7dc404d{font-size:1.5rem}
  .x3e1088f9 .xa7dc404d.x98076763{font-size:1.05rem}
  .x93be66ce .xfb0d2ee8{width:34px;height:34px}
  .x93be66ce h2{font-size:1.22rem}
  .x93be66ce + .x18230324{margin-left:0}
  #map{height:300px}
  .x6e55367c{padding:16px}
  .x44723d67{height:150px;gap:8px;margin:14px 2px 6px}
  .x840689a8 .xe924f94b{font-size:.82rem}
  .x74f08e3a{font-size:.72rem}
  .x1b46b529{padding:18px}
  .xd1b41723{padding:16px}
  .x1b46d198{padding:14px}
  .x79d1a299{padding:16px}
  .x40c17f78{padding:18px}
  .x831d7f7b{padding:18px}
  .xf87db51d{padding:18px}
  .xf87db51d .xf9fbca79{width:auto;margin-left:auto}
}
@media(max-width:400px){
  .x7ae3f518{padding:0 12px}
  .x0efcfa0f{padding:20px 16px}
  .x0efcfa0f h1{font-size:1.5rem}
  .xe2c9751d{gap:10px}
  .x3e1088f9 .xa7dc404d{font-size:1.35rem}
  .xf2abe7f2{font-size:.8rem;padding:5px 10px}
  .xf654ab31 .xceed06f4{font-size:1rem}
  .xf654ab31 .x97e23c95{height:9px}
  .xf9fbca79{padding:9px 12px;font-size:.85rem}
  .xfd6a73e8{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
  html{scroll-behavior:auto}
}

/* ================================================================
   LOT 1 - REFONTE V2 : FONDATIONS (2026-09-06, refonte/portage-suivi.x2cc144a7)
   Shell seul : tokens, typo + fonts self-hospees, boutons, header
   (.x167eafcd restyle, pas de .x13545f5f), breadband, hero + hero-panel,
   layout duo/full, footer blanc, devis-float (cohabitation), reset
   des listes SCOPE, responsive 480/700/900/1100, a11y.
   Les regles marquees DORMANT visent du HTML des lots 2/4/5, elles
   n ont aucun effet tant que ces gabarits ne sont pas joues. Elles
   sont ici pour que la cls-map les connaisse au lot 6.
   Decisions validees : .x167eafcd restyle (pas de doublon), .xa91e3c04 garde
   vivant, reset scope (pas global), .x31892680 (pas .x72cb272b, collision
   avec la cls-map electricien, cf portage-suivi §1).
   Fin de fichier = prioritaire sur les 451 lignes historiques.
   ================================================================ */

/* --- 1. Fonts self-hospees (variable, latin + latin-ext) ---
   Fichiers : assets/fonts/*.xc99eba5d, servis en /fonts/*.xc99eba5d.
   Les url(...) ne sont jamais obfusquees (cf generate.xee290494). */
@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:400 800;font-display:swap;src:url("/fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:400 800;font-display:swap;src:url("/fonts/plus-jakarta-sans-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:500 700;font-display:swap;src:url("/fonts/space-grotesk-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:500 700;font-display:swap;src:url("/fonts/space-grotesk-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* --- 2. Tokens V2 (design-system §1) ---
   ATTENTION : --cta* et --green* ne sont PAS redeclares ici, leurs
   valeurs viennent de config/metiers/*.xe7f2dcf6 (substitution du build).
   --ink/--muted/--faint/--line/--surface-2/--radius/--shadow sont
   ecrases : les vieilles sections suivent, c est voulu (fondations).
   --ground/--card-line/--green* gardent leurs valeurs pour les
   vieilles sections le temps des lots 2 a 4. */
:root{
  --bg:#F8F9FF;
  --surface:#FFFFFF;
  --surface-2:#EFF4FF;
  --ink:#0B1C30;
  --muted:#45464D;
  --faint:#76777D;
  --line:#C6C6CD;
  --brand:#0051D5;
  --brand-ink:#003EA8;
  --cta-hover:#316BF3;
  --mapbg:#E5EEFF;
  --bar-1:#0051D5; --bar-2:#B4C5FF; --bar-3:#DBE1FF;
  --ff-d:"Space Grotesk","Avenir Next","Segoe UI",system-ui,sans-serif;
  --ff-t:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --display:var(--ff-d);
  --text:var(--ff-t);
  --radius:20px;
  --shadow-sm:0 8px 28px rgba(17,31,53,.055);
  --shadow:0 18px 55px rgba(17,31,53,.07);
}

/* --- 3. Base typo --- */
body{font-family:var(--ff-t);background:var(--bg);color:var(--ink);font-size:16px;line-height:1.65}
h1,h2,h3,h4{font-family:var(--ff-d)}
::selection{background:var(--brand);color:#fff}
.x7ae3f518{max-width:1280px;padding-inline:24px}
.xfbce7405,.x630516bb,.xd87fb361,.xfae308e7,.x9526ab06{font-variant-numeric:tabular-nums}
/* DORMANT (lot 4) : utilitaires a11y du header/gabarits V2. */
.x63e2f8d1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.xb54c9f05{position:absolute;left:16px;top:-60px;z-index:100;background:var(--surface);border:1px solid var(--brand);color:var(--brand);padding:10px 16px;border-radius:10px;font-weight:600;transition:top .2s}
.xb54c9f05:focus{top:12px}
:focus-visible{outline-color:var(--brand)}

/* --- 4. Boutons V2 (design-system §2) ---
   Secondaires = changement de fond seul au hover, pas de lisere,
   pas de deplacement. :active{transform:translateY(1px)}. */
.x9ca6debb{font-family:var(--ff-t);border-radius:8px;min-height:46px}
.xf9fbca79{background:var(--cta);color:var(--cta-ink);box-shadow:0 8px 20px rgba(0,81,213,.2)}
.xf9fbca79:hover{background:var(--cta-hover,#316BF3);box-shadow:0 8px 20px rgba(0,81,213,.2)}
.xf9fbca79:active{transform:translateY(1px)}
.xe9f535f5{min-height:56px;font-size:1rem}
/* DORMANT (lots 2/4) : secondaires sans bordure, blanc sur sombre. */
.x3d84c0c1{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 22px;border-radius:8px;background:#F8F9FF;color:var(--ink);font-weight:600;font-size:1rem;line-height:1.2;text-decoration:none;border:0}
.x3d84c0c1:hover{background:var(--surface-2);color:var(--ink);text-decoration:none}
.x3d84c0c1:active{transform:translateY(1px)}
.x69b0de6b{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 22px;border-radius:8px;background:#F8F9FF;color:var(--ink);font-weight:600;font-size:1rem;line-height:1.2;border:0}
.x69b0de6b:hover{background:var(--surface-2);color:var(--ink)}
.x69b0de6b:active{transform:translateY(1px)}
.xe02dad64{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 22px;border-radius:8px;background:#fff;color:var(--brand-ink);font-weight:700;font-size:1rem;line-height:1.2;text-decoration:none;border:0}
.xe02dad64:hover{text-decoration:none}

/* --- 5. Header : .x167eafcd PROD restyle au look V2 (design-system §3) ---
   Mecanique inchangee (.xb13e4de8 + #site-nav.x1fb2775e + .x9cd4097f
   + js-nav.xf4313cc4) : seul le skin change. Dessous 1100px : drawer. */
.x167eafcd{border-bottom:1px solid var(--line)}
.x167eafcd .x7ae3f518{height:70px}
.x167eafcd .x1fb2775e{gap:4px}
.x167eafcd .x1fb2775e a.xabab3c28{display:inline-flex;align-items:center;min-height:46px;padding:0 14px;border-radius:8px;color:var(--ink);font-size:.94rem;font-weight:600}
.x167eafcd .x1fb2775e a.xabab3c28:hover{color:var(--brand);background:var(--surface-2);text-decoration:none}
.x167eafcd .x1fb2775e .x9ca6debb.x0cb48cf2{min-height:42px;padding:9px 17px;border-radius:8px;font-size:.88rem;box-shadow:0 3px 10px rgba(0,81,213,.22);margin-left:10px}
@media(min-width:1100px){
  .xb13e4de8{display:none}
}
@media(max-width:1099px){
  .xb13e4de8{display:inline-flex}
  .x167eafcd .x1fb2775e{position:fixed;top:0;left:0;right:auto;bottom:0;width:min(84vw,330px);z-index:965;
    flex-direction:column;align-items:stretch;gap:0;overflow-y:auto;
    padding:0 0 calc(16px + env(safe-area-inset-bottom));
    background:#fff;border-right:1px solid var(--line);box-shadow:22px 0 48px rgba(21,32,51,.20);
    transform:translateX(-100%);visibility:hidden;pointer-events:none;
    transition:transform .4s cubic-bezier(.22,1,.36,1),visibility .4s}
  .x167eafcd .x1fb2775e.x502c521f{transform:none;visibility:visible;pointer-events:auto}
  .x167eafcd .x1fb2775e a.xabab3c28{display:flex;padding:16px 18px;font-size:1.05rem;border-bottom:1px solid var(--line);border-radius:0}
  .x167eafcd .x1fb2775e a.xabab3c28:hover{background:var(--surface-2)}
  .x167eafcd .x1fb2775e .x9ca6debb.x0cb48cf2{margin:auto 16px 0;width:auto}
  .x9cd4097f.x502c521f{opacity:1;visibility:visible;pointer-events:auto}
}
/* DORMANT (lot 4) : pastille du logo V2 (.x31892680, pas .x72cb272b). */
.x31892680{width:9px;height:9px;border-radius:50%;background:var(--brand);display:inline-block}

/* --- 6. Fil d ariane (design-system §4) ---
   DORMANT (lot 4) : le bandeau attend son wrapper HTML. */
.x366fef8d{background:var(--surface-2)}
.x366fef8d .x0c549ed6{padding-block:11px}

/* --- 7. Hero : carte PROD restylee au langage V2 (design-system §5) ---
   Structure inchangee (section.x0efcfa0f dans .x7ae3f518), seul le skin change :
   fond blanc, filet allege #E8EDF3, halo bleu, eyebrow en pilule,
   lede #4F6075 max 68ch, CTA + secondaire. */
.x0efcfa0f{background:#fff;border-bottom:1px solid #E8EDF3;color:var(--ink);position:relative;overflow:hidden}
.x0efcfa0f::after{background:radial-gradient(circle,rgba(0,81,213,.10),transparent 70%)}
.x0efcfa0f .x38d9b31d{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:4px 12px;border-radius:999px;background:var(--surface-2);color:var(--brand);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.x0efcfa0f .x38d9b31d svg{color:var(--brand);width:14px;height:14px}
.x0efcfa0f h1{font-size:clamp(2.2rem,4.6vw,3.4rem);line-height:1.02;letter-spacing:-.035em;color:var(--ink)}
.x0efcfa0f .x508e3595{color:#4F6075;max-width:68ch}
.x0efcfa0f .x508e3595 strong{color:var(--ink)}
.x0efcfa0f .x5b962151{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}
.xf2abe7f2{background:var(--surface-2);border:0;color:var(--ink)}
.xf2abe7f2 b{color:var(--brand)}
.x0efcfa0f .xfbc95f2e .x9ca6debb{min-height:54px}
.x0efcfa0f .xf9fbca79{box-shadow:0 8px 20px rgba(0,81,213,.2)}
.x0efcfa0f .xf9fbca79:hover{box-shadow:0 8px 20px rgba(0,81,213,.2)}
.x0efcfa0f .x7ea5969b{background:var(--surface-2);color:var(--ink);border:0}
.x0efcfa0f .x7ea5969b:hover{background:#E2EAFB}
.xb5266bf9{color:var(--muted)}
.xeaeb77e6{color:var(--muted)}
.xeaeb77e6 a{color:var(--brand)}
.x102070bc.x616c02e0,.x102070bc.x68a36f75{background:var(--surface-2);border:1px solid var(--line);color:var(--muted)}
.x102070bc.x7215ea9a{background:var(--brand);color:#fff}
/* DORMANT (lots 2/3) : panneau bleu + spans eyebrow du HTML V2. */
.x0efcfa0f .x38d9b31d .xdd6fc578{color:var(--brand);font-weight:700;font-variant-numeric:tabular-nums}
.x0efcfa0f .x38d9b31d .x1a2abfd2{color:var(--brand);opacity:.8}
.x663da3fe{position:relative;overflow:hidden;border:0;border-radius:24px;padding:27px;color:#fff;background:radial-gradient(circle at 90% 5%,rgba(255,255,255,.13),transparent 28%),linear-gradient(145deg,#063FAF 0%,#075BFF 100%);box-shadow:0 24px 55px rgba(4,53,145,.19)}
.x663da3fe:before{content:"";position:absolute;width:230px;height:230px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-112px;bottom:-112px;box-shadow:0 0 0 35px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.02)}
.xf43b42ba{position:relative;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:.68rem;letter-spacing:.11em;text-transform:uppercase;font-weight:750;color:#C8D8FF}
.x80a90090{display:inline-flex;align-items:center;gap:7px;letter-spacing:.04em;text-transform:none;font-weight:600}
.x80a90090 i{width:6px;height:6px;border-radius:50%;background:#AFC7FF;display:block}
.x02daa6a4{position:relative;padding:29px 0 24px;border-bottom:1px solid rgba(255,255,255,.16)}
.x02daa6a4 span{display:block;font-size:.82rem;color:#D7E3FF}
.x02daa6a4 strong{display:block;margin-top:5px;font-family:var(--ff-d);font-size:clamp(3.4rem,5vw,4.25rem);line-height:1;letter-spacing:-.06em;font-weight:700}
.x02daa6a4 small{display:block;margin-top:8px;color:#C5D5F6;font-size:.78rem}
.x49c0583c{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0 22px}
.x49c0583c>div{padding:18px 0 16px;border-bottom:1px solid rgba(255,255,255,.14)}
.x49c0583c>div:nth-child(3),.x49c0583c>div:nth-child(4){border-bottom:0;padding-bottom:5px}
.x49c0583c b{display:block;font-family:var(--ff-d);font-size:1.45rem;line-height:1.05;letter-spacing:-.035em}
.x49c0583c span{display:block;margin-top:5px;color:#C5D5F6;font-size:.76rem;line-height:1.35}

/* --- 8. Layout : duo zone 01 + full zones 02+ (design-system §6/§8) ---
   DORMANT (lot 2) : le HTML PROD (.x6e718989 + .x4d976a40) reste en place.
   Seule source d espacement V2 = le gap de .xeab3e8f3. */
.x7ae3f518.x6e718989.xced832c3{display:block}
.x7ae3f518.x6e718989.xced832c3>.xeab3e8f3{min-width:0}
.x7ae3f518.x6e718989.xd1655106{display:block;padding-top:0}
.x7ae3f518.x6e718989.xd1655106>.xeab3e8f3{width:100%;min-width:0}
.xeab3e8f3{display:flex;flex-direction:column;gap:clamp(48px,5vw,72px);min-width:0}
.x7ae3f518.x6e718989.xd1655106>.xeab3e8f3{gap:clamp(48px,5vw,72px)}
.x7ae3f518.x6e718989.xced832c3{padding-bottom:clamp(48px,5vw,72px)}
.x7ae3f518.x6e718989.xd1655106{padding-top:0}
@media(min-width:1100px){
  .x7ae3f518.x6e718989.xced832c3{display:grid;grid-template-columns:minmax(0,1fr) 372px;gap:clamp(40px,4.5vw,72px);align-items:start}
  .x7ae3f518.x6e718989.xced832c3>.x884fea65{align-self:start;position:sticky;top:96px}
}
/* PROD (visible de suite) : l aside passe a 372px comme en V2. */
.x6e718989{grid-template-columns:minmax(0,1fr) 372px;gap:clamp(28px,3.5vw,44px)}
/* DORMANT (lot 2) : aside devis V2. */
.x884fea65{display:block;min-width:0}
.x27b8c629{border:1px solid #fff;border-radius:20px;padding:24px;background:#fff;box-shadow:var(--shadow)}
.x27b8c629 h3{font-size:1.35rem;letter-spacing:-.025em}
.x27b8c629 .x57ceec20{font-size:.88rem;line-height:1.6;color:var(--muted)}
.xf52c3832{margin-top:18px;border-top:0;padding-top:2px;display:grid;gap:2px}
.xf52c3832 li{display:flex;gap:10px;align-items:flex-start;font-size:.84rem;color:var(--muted)}
@media(max-width:1099px){
  .x884fea65{display:none}
}

/* --- 9. Footer blanc (design-system §9, retouche 2026-09-06) --- */
footer{background:#fff;color:var(--ink);border-top:1px solid var(--line)}
footer .x296a4a6c>div:nth-child(2){column-count:2;column-gap:26px}
footer h4{color:var(--ink)}
footer a{color:var(--ink)}
footer a:hover{color:var(--brand)}
footer .x45512828{color:var(--ink)}
footer .x62f93f6b{border-top:1px solid var(--line);color:var(--muted)}
footer .x62f93f6b a{display:inline;color:var(--brand);text-decoration:underline}
/* DORMANT (lot 4) : structure V2 du footer. */
.x37d305c0{background:#fff;color:var(--ink);border-top:1px solid var(--line)}
.x37d305c0 h4{color:var(--ink)}
.x37d305c0 a{color:var(--ink)}
.x37d305c0 a:hover{color:var(--brand)}
.x37d305c0 .x9aa38050{color:var(--muted)}
.x37d305c0 .x9aa38050 a{color:var(--brand)}

/* --- 10. CTA flottant V2 (design-system §2, point dur §2.2) ---
   DORMANT (lot 5 : HTML + JS) : .xa91e3c04 PROD reste le seul flottant
   vivant. Desktop : pilule radius 999px apres zone 01. Mobile : langage
   .x9ca6debb.xf9fbca79 (radius 8px, 46px). Se range a l approche du footer. */
.x3630d2f4{position:fixed;right:clamp(14px,3vw,36px);bottom:clamp(14px,3.5vh,30px);z-index:65;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;max-width:calc(100vw - 2*clamp(14px,3vw,36px));padding:0 26px;border-radius:999px;background:var(--cta,#0051D5);color:#fff;font-family:var(--ff-t);font-size:1rem;font-weight:700;letter-spacing:.01em;text-decoration:none;white-space:nowrap;border:1px solid rgba(255,255,255,.16);box-shadow:0 14px 34px -10px rgba(0,55,166,.5),0 4px 12px rgba(0,81,213,.25);transform:translateY(calc(100% + 40px));opacity:0;visibility:hidden;transition:transform .34s cubic-bezier(.22,.68,0,1),opacity .28s ease,visibility .28s}
.x3630d2f4:hover{background:var(--cta-hover,#316BF3);color:#fff;text-decoration:none}
.x3630d2f4:active{transform:translateY(1px)}
body.xfde02332 .x3630d2f4{transform:translateY(0);opacity:1;visibility:visible}
body.xd1166222 .x3630d2f4{transform:translateY(calc(100% + 40px));opacity:0;visibility:hidden}
body.xfde02332{padding-bottom:calc(56px + clamp(28px,6vh,64px))}
@media(min-width:1100px){
  body.xfde02332{padding-bottom:0}
}
@media(max-width:1099px){
  .x3630d2f4{min-height:46px;padding:10px 22px;border-radius:8px;border:0;font-size:.92rem;font-weight:600;box-shadow:0 8px 20px rgba(0,81,213,.2)}
}
@media(max-width:480px){
  .x3630d2f4{right:16px;bottom:calc(14px + env(safe-area-inset-bottom));left:16px;width:auto;max-width:none}
}

/* --- 11. Reset des listes SCOPE (design-system §7, point dur §2.7) ---
   Le reset global ul,ol{margin:0;padding:0} + li{list-style:none} est
   VOLONTAIREMENT restreint aux zones V2 : devis/contact/conseils et
   les formulaires restent sous les regles historiques. Elargissement
   au lot 4 apres controle de ces pages. */
.x9ddc425f ul,.x9ddc425f ol,.x1b46b529 ul,.x1b46b529 ol,.xd851b503 ul,.xd851b503 ol,.xf52c3832,.xa9a49209{margin:0;padding:0}
.x9ddc425f li,.x1b46b529 li,.xd851b503 li,.xf52c3832 li,.xa9a49209 li{list-style:none}

/* --- 12. Responsive shell : 1100 / 900 / 700 / 480 --- */
@media(max-width:1100px){
  .x663da3fe{max-width:620px}
}
@media(max-width:900px){
  .x6e718989{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:700px){
  .x0efcfa0f h1{font-size:clamp(2.2rem,11vw,3rem)}
  .x0efcfa0f .x508e3595{font-size:1rem;line-height:1.7}
  .x0efcfa0f .xfbc95f2e{flex-direction:column;align-items:stretch}
  .x0efcfa0f .xfbc95f2e .x9ca6debb,.x758beb2a .x9ca6debb,.x758beb2a .x3d84c0c1{width:100%}
  .x758beb2a .x3d84c0c1{justify-content:center}
  .x7ae3f518.x6e718989.xd1655106>.xeab3e8f3{gap:48px}
  .x7ae3f518.x6e718989.xced832c3{padding-bottom:48px}
  footer .x296a4a6c{grid-template-columns:1fr}
  footer .x296a4a6c>div:nth-child(2){column-count:1}
}
@media(max-width:480px){
  .x7ae3f518{padding-inline:18px}
  .x663da3fe{padding:22px;border-radius:20px}
  .x02daa6a4{padding:25px 0 21px}
  .x02daa6a4 strong{font-size:3.2rem}
  .x49c0583c b{font-size:1.25rem}
}

/* ================================================================
   LOT 2 - PAGE COMMUNE V2 (2026-09-06, refonte/portage-suivi.x2cc144a7)
   Structure : php/templates/commune.xc3392a1c + carte-artisan.xc3392a1c +
   aside-devis.xc3392a1c + geo.xc3392a1c (pseo_zone_links) + blocs-config.xc3392a1c
   (pseo_cartes_aides_v2 / pseo_bloc_aides_v2). D'apres
   refonte/preview.x75f54106 fige + design-system-v2.x2cc144a7 §6/§7/§8.
   Fin de fichier = prioritaire sur les fondations LOT 1 et les
   451 lignes historiques. NEUTRALITE : scope aux seuls selecteurs
   V2 ci-dessous + conteneurs commune, jamais aux .x93be66ce/.x18230324/
   .x5ac6ad66/.xd1b41723/.xd851b503/.xf87db51d/.x1b46b529/.x53af157f/.xd753f81f nus (partages avec
   la fiche, la home et les hubs, lots 3/4).
   ================================================================ */

/* --- 1. Hero commune V2 : grille + panneau (fondations : .x0efcfa0f, .x663da3fe) --- */
.x9ca03c65{padding-block:clamp(54px,7vw,86px) clamp(56px,7vw,84px)}
.x53c1501c{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(24px,3vw,40px)}
.x46a3ea6a{min-width:0;padding-top:3px}
.x46a3ea6a .x38d9b31d{gap:10px}
.x0efcfa0f h1{max-width:10ch;margin:17px 0 24px}
.x0efcfa0f .x508e3595{font-size:clamp(1.03rem,1.5vw,1.15rem);line-height:1.75}
.x758beb2a{display:flex;flex-wrap:wrap;align-items:center;gap:18px 28px;margin-top:32px}
.x758beb2a .xe9f535f5{min-height:56px;padding-inline:28px}
@media(min-width:1100px){
  .x53c1501c{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:clamp(40px,5vw,72px);align-items:center}
}

/* --- 2. Zone 01 : section artisans (sec-band + section-head + cartes) --- */
#artisans .x09d8c222{margin-bottom:0}
#artisans .x09d8c222+.xf21bb4d1,#artisans .x09d8c222+.xa4d6d108,#data-sec .x09d8c222+.x3c6fc84f,#prose-sec .x09d8c222+.x1b46b529{margin-top:24px}
#artisans .xf21bb4d1{margin-top:24px}
.x29d16fd1 .xb72d3580,.x4045b47c .xb72d3580{display:inline-flex;align-items:center;gap:8px;margin-bottom:9px;color:#738197;font-size:.69rem;letter-spacing:.13em}
.x29d16fd1 .xb72d3580:before,.x4045b47c .xb72d3580:before{content:"";width:18px;height:2px;background:var(--brand);border-radius:2px}
.x29d16fd1 h2,.x4045b47c h2{font-size:clamp(1.65rem,2.8vw,2.15rem);line-height:1.12;letter-spacing:-.035em;font-weight:650}
.x29d16fd1 .x18230324,.x4045b47c .x18230324{margin-top:11px;color:#607085;max-width:68ch;font-size:.96rem;line-height:1.65}
.xa4d6d108{display:grid;gap:14px;margin-top:18px}
.x8d5bd560{background:#fff;border:1px solid #fff;border-radius:16px;margin:0;padding:20px 22px;box-shadow:var(--shadow-sm);transition:box-shadow .3s ease,transform .3s ease;display:grid;grid-template-columns:52px minmax(0,1fr) auto;grid-template-areas:"rank b m";align-items:center;gap:6px 20px}
.x8d5bd560:first-child{border-top:1px solid #fff}
.x8d5bd560:hover{background:#fff;border-color:#fff;box-shadow:0 20px 45px rgba(17,31,53,.10);transform:translateY(-3px)}
.x8d5bd560:hover .x082e081c{color:var(--ink);text-decoration:none}
.x082e081c:hover{color:var(--brand);text-decoration:none}
@media(prefers-reduced-motion:reduce){
  .x8d5bd560{transition:none}
  .x8d5bd560:hover{transform:none}
}
.x9137be68{grid-area:rank;align-self:center;justify-self:center;display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--surface-2);color:var(--brand);font-family:var(--ff-d);font-size:1.1rem;font-weight:650}
.x952df074{grid-area:b;min-width:0}
.x082e081c{display:inline-block;padding-block:2px;font-size:1rem;font-weight:650;color:var(--ink);text-decoration:none;line-height:1.35}
.x9c2f79b6{display:block;margin-top:2px;font-size:.88rem;color:var(--muted);overflow-wrap:anywhere}
.x3eed999b{display:block;margin-top:3px;font-size:.8rem;color:#7A889A}
.x3eed999b .xfbce7405{font-variant-numeric:tabular-nums}
.xfa987534{grid-area:m;align-self:center;display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.x630516bb{font-family:var(--ff-d);font-size:.82rem;font-weight:650;letter-spacing:0;line-height:1;background:var(--surface-2);border-radius:999px;padding:5px 12px;color:var(--brand)}
.x5f5c4917{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:10px 18px;border-radius:8px;border:0;background:#F8F9FF;color:var(--ink);font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap}
.x5f5c4917:hover{background:var(--surface-2,#EFF4FF);border:0;box-shadow:none;color:var(--ink);filter:none}
.x5f5c4917:active{transform:translateY(1px)}
.x16f1b084{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:22px;text-align:center}
@media(max-width:700px){
  .x8d5bd560{padding:18px;grid-template-columns:40px minmax(0,1fr);grid-template-areas:"rank b" "rank m"}
  .x9137be68{width:40px;height:40px;font-size:1rem}
  .xfa987534{flex-direction:row;align-items:center;gap:12px;justify-content:flex-start;margin-top:6px}
  .x5f5c4917{min-height:42px;padding:9px 16px;font-size:.82rem}
}

/* --- 3. Carte : cadre premium autour de la vraie Leaflet --- */
#map-sec .x5196d6f7{margin-top:22px}
#map-sec .xfa133321{position:relative;min-height:340px;border:1px solid #DDE5EF;border-radius:18px;box-shadow:var(--shadow-sm);background:#EEF3F8;overflow:hidden}
#map-sec .xfa133321 #map{height:340px;background:transparent}

/* --- 4. Donnees : barres horizontales (fondations LOT 1 : .xeab3e8f3 gap) --- */
#data-sec .x3c6fc84f{margin-top:24px;background:#fff;border:1px solid #fff;border-radius:22px;padding:clamp(24px,3vw,34px);box-shadow:var(--shadow-sm)}
.x286809ca{display:flex;justify-content:space-between;align-items:baseline;gap:12px}
.xe7bc5b44{font-family:var(--ff-d);font-weight:650;font-size:1.02rem;color:var(--ink)}
.xad4dfcc4{font-size:.78rem;color:var(--faint);font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.x77758eea{margin-top:20px;display:grid;gap:14px}
.x288409d4{display:grid;grid-template-columns:130px minmax(0,1fr) 44px;align-items:center;gap:14px}
.xfe9ec300{font-size:.88rem;color:var(--muted)}
.x205fbc75{height:12px;border-radius:999px;background:var(--surface-2);overflow:hidden}
.x1c7c7967{height:100%;width:0;border-radius:999px;background:var(--brand)}
.x46e57cb7{font-family:var(--ff-d);font-weight:650;color:var(--ink);text-align:right}
.x6bfcf421{margin-top:19px;padding-top:15px;border-top:1px solid var(--line);font-size:.94rem;line-height:1.65;color:var(--muted)}

/* --- 5. Metier : grille + pastille svg (prod conservee en .x150cd84e) --- */
.x29d16fd1 .xf3af07bf{gap:10px;margin-top:25px}
.x29d16fd1 .x53af157f{position:relative;min-height:150px;border:1px solid #fff;border-radius:15px;padding:19px;background:#fff;box-shadow:0 3px 14px rgba(17,31,53,.025)}
.x29d16fd1 .x53af157f:hover{border-color:#C8D8F7;background:#F8FAFD}
.x29d16fd1 .x53af157f svg{color:var(--brand)}
.x29d16fd1 .x53af157f h3{margin-top:15px;font-size:1rem}
.x29d16fd1 .x53af157f p{font-size:.86rem;line-height:1.55}

/* --- 6. Zone 4x4 : cartes separees + pin (validee 2026-09-06) --- */
#zone-sec .xae22097e{display:block}
#zone-sec .xb8dc982b{display:block;margin-top:10px;padding:0;border:0;background:none;border-radius:0;color:var(--faint);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
#zone-sec .x390ceba9{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;margin-top:22px}
#zone-sec .x4394e76c{display:grid;grid-template-columns:minmax(0,1fr) auto auto;column-gap:8px;row-gap:8px;align-items:center;min-height:0;padding:12px 14px;background:#fff;border:1px solid #fff;border-radius:16px;box-shadow:var(--shadow-sm);text-decoration:none;color:var(--ink);transition:background-color .12s ease,box-shadow .3s ease,transform .3s ease}
#zone-sec .x4394e76c::before{content:"";grid-column:2;grid-row:2;width:14px;height:14px;justify-self:end;background-color:var(--faint);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center/contain no-repeat;transition:background-color .16s ease}
#zone-sec .x4394e76c strong{grid-column:1 / -1;grid-row:1;font-size:.88rem;font-weight:600;line-height:1.35;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#zone-sec .x4394e76c span{grid-column:3;grid-row:2;justify-self:end;font-size:.78rem;color:var(--faint);white-space:nowrap;font-variant-numeric:tabular-nums}
#zone-sec .x4394e76c:hover{background:#F8FAFD;border-color:#fff;box-shadow:0 20px 45px rgba(17,31,53,.10);transform:translateY(-3px)}
#zone-sec .x4394e76c:hover strong{color:var(--brand)}
#zone-sec .x4394e76c:hover::before{background-color:var(--brand)}
#zone-sec .x4394e76c:active{transform:translateY(1px)}
@media(prefers-reduced-motion:reduce){
  #zone-sec .x4394e76c{transition:none}
  #zone-sec .x4394e76c:hover{transform:none}
}
@media(max-width:1099px){
  #zone-sec .x390ceba9{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  #zone-sec .x390ceba9{grid-template-columns:1fr}
  #zone-sec .x4394e76c{min-height:0}
}

/* --- 7. Aides V2 : 4 cartes separees (preview fige + §7-06) --- */
#aides .xae7b16bb{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px}
#aides .xd60a3fe1{background:#fff;border:1px solid #fff;border-radius:18px;box-shadow:var(--shadow-sm);padding:20px}
#aides .x4584835f{display:block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}
#aides .xd60a3fe1 h3{margin-top:6px;font-size:1.2rem;font-weight:650;color:var(--ink)}
#aides .xd60a3fe1 p{margin-top:10px;font-size:.9rem;color:var(--muted)}
@media(min-width:640px){
  #aides .xae7b16bb{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(min-width:1024px){
  #aides .xae7b16bb{grid-template-columns:repeat(4,minmax(0,1fr))}
}

/* --- 8. Steps V2 : pastilles 38px (scope commune, .x5ac6ad66 nus intacts) --- */
section[aria-labelledby="t-steps"] .x5ac6ad66{display:grid;grid-template-columns:1fr;gap:16px;margin-top:25px}
section[aria-labelledby="t-steps"] .xd1b41723{padding:0}
section[aria-labelledby="t-steps"] .x621d444b{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#DCE9FF;color:var(--brand);font-size:1rem;font-family:var(--ff-d);font-weight:650}
section[aria-labelledby="t-steps"] .xd1b41723 h3{font-size:1rem;margin-top:14px}
section[aria-labelledby="t-steps"] .xd1b41723 p{font-size:.87rem}
@media(min-width:760px){
  section[aria-labelledby="t-steps"] .x5ac6ad66{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* --- 9. Prose + FAQ V2 : pleine largeur, details en cartes --- */
#prose-sec .x1b46b529{max-width:none;margin-top:20px}
#prose-sec .x1b46b529 p{max-width:88ch}
#prose-sec .xd851b503{max-width:900px;margin-top:30px}
#prose-sec .xd851b503 details{background:#fff;border:1px solid #fff;border-radius:16px;box-shadow:var(--shadow-sm);padding:0 22px;margin-bottom:10px}
#prose-sec .xd851b503 summary{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:12px 0;cursor:pointer;list-style:none;font-weight:600;font-size:1rem;color:var(--ink)}
#prose-sec .xd851b503 summary::-webkit-details-marker{display:none}
#prose-sec .xd851b503 summary::after{content:"";flex:0 0 auto;width:10px;height:10px;margin-right:6px;border-right:2px solid #7A889A;border-bottom:2px solid #7A889A;transform:rotate(45deg);transition:transform .18s ease}
#prose-sec .xd851b503 details[open] summary::after{transform:rotate(225deg)}
#prose-sec .xd851b503 details p{padding:0 0 18px;color:var(--muted);font-size:.89rem;line-height:1.65;max-width:82ch}

/* --- 10. Verif V2 : bloc sombre + bouton blanc (scope commune, .xf87db51d nu intact) --- */
section.xf87db51d{position:relative;overflow:hidden;background:var(--ink);border-radius:22px;padding:clamp(25px,4vw,36px);box-shadow:0 16px 40px rgba(11,23,40,.12);color:#fff}
section.xf87db51d:before{content:"";position:absolute;width:250px;height:250px;right:-120px;top:-130px;border:1px solid rgba(255,255,255,.1);border-radius:50%}
section.xf87db51d:before{content:"";position:absolute;width:250px;height:250px;right:-120px;top:-130px;border:1px solid rgba(255,255,255,.1);border-radius:50%}
section.xf87db51d .x24fdf4d3{position:relative;display:flex;gap:16px}
section.xf87db51d svg{flex:0 0 auto;color:#A8C6FF}
section.xf87db51d h3{font-size:1.25rem;color:#fff}
section.xf87db51d p{margin-top:8px;font-size:.9rem;color:#C4CFDF}

/* --- 11. Aside V2 : devis-card (fondations : sticky + mobile masque) --- */
.x27b8c629{border-color:#fff}
.x8b27119b{display:flex;align-items:center;gap:8px;font-size:.78rem;letter-spacing:.04em;font-weight:600;color:var(--brand-ink)}
.x27b8c629 h3{margin-top:12px}
.x27b8c629 .x57ceec20{margin-top:8px}
.x27b8c629 .x9ca6debb{margin-top:16px;width:100%}
.x27b8c629 .xf52c3832{margin-top:18px}
.x27b8c629 .xf52c3832 li{font-size:.84rem}
.x27b8c629 .xf52c3832 svg{color:var(--brand)}

/* --- 12. Notes unifiees : info-note + source-note (scope commune) --- */
#artisans .x3ce68b73,#map-sec .x3ce68b73,#data-sec .x3ce68b73,#zone-sec .x3ce68b73,.x29d16fd1 .x3ce68b73{display:flex;align-items:flex-start;gap:8px;margin-top:18px;color:var(--muted);font-size:.86rem;line-height:1.55}
#artisans .x3ce68b73 svg,#map-sec .x3ce68b73 svg,#data-sec .x3ce68b73 svg,#zone-sec .x3ce68b73 svg,.x29d16fd1 .x3ce68b73 svg{flex:0 0 auto;margin-top:3px;color:var(--brand)}
#artisans .x2b650953,#map-sec .x2b650953,#data-sec .x2b650953,#zone-sec .x2b650953,#aides .x2b650953{display:block;color:var(--faint);font-size:.78rem;font-weight:400;margin-top:16px;padding-top:0;border-top:0}

/* --- 13. Responsive lot 2 --- */
@media(max-width:1099px){
  .x53c1501c{grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:45px}
}
@media(max-width:899px){
  .x53c1501c{grid-template-columns:minmax(0,1fr)}
  .x663da3fe{max-width:620px}
}
@media(max-width:700px){
  .x9ca03c65{padding-block:42px 50px}
  .x53c1501c>.x46a3ea6a,.x53c1501c>.x663da3fe{min-width:0;max-width:100%}
  .x0efcfa0f h1{font-size:clamp(2.55rem,12vw,3.7rem);max-width:none}
  .x758beb2a{align-items:stretch}
  .x758beb2a .x9ca6debb,.x758beb2a .x3d84c0c1{width:100%;justify-content:center}
  #artisans{padding:0}
  #data-sec .x3c6fc84f{padding:22px 18px}
  #data-sec .x288409d4{grid-template-columns:110px minmax(0,1fr) 40px;gap:10px}
  #prose-sec .xd851b503{margin-top:30px}
}
@media(max-width:480px){
  #map-sec .xfa133321{min-height:280px}
  #map-sec .xfa133321 #map{height:280px}
}

/* ================================================================
   LOT 3 - FICHE ARTISAN V2 + RGE (2026-09-06, refonte/portage-suivi.x2cc144a7)
   Structure : php/templates/fiche.xc3392a1c + carte-artisan.xc3392a1c
   (pseo_carte_voisin, sans pastille distance) + blocs-config.xc3392a1c
   (kicker/rge-note du bloc aides). D'apres
   refonte/preview-artisan.x75f54106 (V1) +
   refonte/preview-artisan-rge.x75f54106 (validee) + design-system-v2.x2cc144a7
   §12/§14. FICHE SEULE (choix lot 3) : pseo_carte_artisan est
   inchange, pas de banniere/filtre RGE commune avant le lot 5.
   Fin de fichier = prioritaire. NEUTRALITE : scope #fiche/#voisins/
   .x69e657ee/.xb24511f0* (fiche), jamais aux .x93be66ce/.x18230324/.x83064af7/
   .x40c17f78/.x4136fd89/.xe2c9751d/.xfd6a73e8/.xc0b757c7 nus (lots 4/prod).
   Nouvelles classes (map lot 6) : info-card, info-sub, info-table,
   contact-link, rge-badge, rge-callout, rge-note, hp-rge.
   ================================================================ */

:root{--rge:#1B7A43;--rge-bg:#E7F4EC;--rge-line:#BFE3CC}

/* --- 1. Hero fiche : H1 sur 2 lignes via <br> (.x0efcfa0f H1 prod n'a pas
   de nowrap, pas de regle ici), badge RGE dans l'eyebrow, rappel hero --- */
.x0efcfa0f .x38d9b31d .x4ee718fc{background:#fff}
.x46a3ea6a .x2b650953{display:block;color:var(--faint);font-size:.78rem;line-height:1.55;margin-top:18px}
.x3088094d{position:relative;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.16);display:flex;gap:10px;align-items:flex-start;font-size:.82rem;line-height:1.55;color:#D7E3FF}
.x3088094d svg{flex:0 0 auto;margin-top:3px;color:#9BE7B8}
.x3088094d a{color:#fff;font-weight:650}

/* --- 2. Fiche 01 : prose pleine page + carte infos SIRENE --- */
#fiche .x1b46b529{margin-top:24px;background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}
#fiche .x1b46b529 p{margin-top:14px;color:var(--ink);font-size:.96rem;line-height:1.78}
#fiche .x1b46b529 p:first-child{margin-top:0}
#fiche .x1b46b529 strong{font-weight:650}
.x69e657ee{margin-top:24px;background:#fff;border:1px solid #fff;border-radius:22px;padding:clamp(24px,3vw,34px);box-shadow:var(--shadow-sm)}
.x69e657ee h3{font-size:1.12rem;font-weight:650;letter-spacing:-.02em}
.x69e657ee .xd06e87b9{margin-top:8px;font-size:.88rem;color:var(--muted)}
.x0fd767f1{margin-top:18px;border-top:1px solid #E9EDF3}
.x0fd767f1>div{display:grid;grid-template-columns:200px minmax(0,1fr);gap:6px 18px;padding:11px 2px;border-bottom:1px solid #E9EDF3;font-size:.92rem}
.x0fd767f1 dt{color:var(--muted)}
.x0fd767f1 dd{margin:0;color:var(--ink);font-weight:550;overflow-wrap:anywhere}
.x69e657ee .x2b650953{margin-top:16px}
.xaa62811b{margin-top:12px;font-size:.88rem}
.x0fd767f1 .x4ee718fc{font-size:.8rem}

/* --- 3. RGE unifie (design-system §13-14, choix lot 3 : badge vert
   seul, sans lisere vert permanent sur les cartes) --- */
.x4ee718fc{display:inline-flex;align-items:center;gap:6px;padding:3px 11px;border-radius:999px;background:var(--rge-bg);border:1px solid var(--rge-line);color:var(--rge);font-family:var(--ff-t);font-size:.78rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}
.x4ee718fc svg{flex:0 0 auto}
/* Voisins 04 Comparer : meme langage que les cartes commune, badge a
   droite du nom avec icone, uppercase compacte, sans bordure */
#voisins .x4ee718fc{gap:5px;vertical-align:2px;margin-left:8px;padding:2px 10px;border:0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}
.x0ba9ee41{margin-top:18px;background:#F2FAF5;border:1px solid #fff;border-radius:18px;box-shadow:var(--shadow-sm);padding:clamp(20px,2.4vw,28px);display:flex;gap:14px}
.x0ba9ee41>svg{flex:0 0 auto;margin-top:3px;color:var(--rge)}
.x0ba9ee41 h3{font-size:1.02rem;font-weight:650;letter-spacing:-.015em;color:var(--ink)}
.x0ba9ee41 p{margin-top:8px;font-size:.9rem;line-height:1.65;color:var(--muted)}
.x0ba9ee41 a{color:var(--rge);font-weight:650}
.xd7482243{display:flex;gap:10px;align-items:flex-start;margin-top:18px;padding:13px 16px;background:#F2FAF5;border-radius:12px;font-size:.86rem;line-height:1.6;color:var(--muted)}
.xd7482243 svg{flex:0 0 auto;margin-top:3px;color:var(--rge)}
.xd7482243 strong{color:var(--ink)}

/* --- 4. Zone fiche 02 : cadre carte + grille (zone-grid lot 2 reuse,
   la carte vit ici dans #zone-sec, pas #map-sec) --- */
#zone-sec .xfa133321{position:relative;min-height:340px;margin-top:22px;border:1px solid #DDE5EF;border-radius:18px;box-shadow:var(--shadow-sm);background:#EEF3F8;overflow:hidden}
#zone-sec .xfa133321 #map{height:340px;background:transparent}

/* --- 5. Comparer 04 : conteneur transparent, les cartes sont les lignes --- */
#voisins .xf21bb4d1{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;margin-top:18px}

/* --- 6. Responsive lot 3 --- */
@media(max-width:700px){
  .x0fd767f1>div{grid-template-columns:1fr;gap:2px}
  #zone-sec .xfa133321{min-height:280px}
  #zone-sec .xfa133321 #map{height:280px}
}

/* ================================================================
   LOT 4 - HUBS + CONSEILS LIGHT (2026-09-06, refonte/portage-suivi.x2cc144a7)
   Home : CSS inline seul (pseo_home_css), HTML prod conserve.
   Hubs (hub-dept, hub-national, region) : breadband + hero-in +
   kicker, d'apres previews light. Conseils : post-grid/card,
   article non encarte, callout sans bordure, table-card, maillage
   en pastilles. Frags : tbl -> table-card, cta-inline -> callout
   (electricien seul, les autres metiers gardent les regles prod
   .xbd32a8db/.xd6367052 ci-dessus jusqu'au lot 7).
   Fin de fichier = prioritaire. NEUTRALITE : .x4d976a40/.xfd6a73e8/.x6ce76488/
   .xf2ee7666/.xd851b503/.x99d6dad9/.x9ddc425f ne sont plus employes que par ces
   gabarits (commune/fiche lots 2/3 utilisent col-main, zone-grid,
   art-row, info-card) ; .x9ca03c65> scope enfant direct (le hero-copy
   commune/fiche est imbrique plus bas, donc intouche) ; pas de
   .xf87db51d global (le section.xf87db51d commune/fiche garde son habillage
   lots 2/3, la home porte le sien en inline).
   Nouvelles classes (map lot 6) : posts-zone, table-card.
   ================================================================ */

/* --- 1. Coquille hubs + conseils : layout imbrique + stack ---
   (.x7ae3f518>.x6e718989 : la commune/fiche portent .x6e718989 SUR .x7ae3f518,
   pas dedans, donc intouchees) */
.x7ae3f518>.x6e718989{display:grid;grid-template-columns:minmax(0,1fr) 372px;gap:clamp(40px,4.5vw,72px);align-items:start;padding:clamp(44px,6vw,76px) 0 clamp(58px,7vw,90px)}
.x7ae3f518>.x6e718989>.x4d976a40{display:flex;flex-direction:column;gap:clamp(48px,5vw,72px);min-width:0}
.x7ae3f518>.x6e718989>.x4d976a40>*+*{margin-top:0}
.x7ae3f518>.x6e718989>.x884fea65{align-self:start;min-width:0}
@media(min-width:1100px){
  .x7ae3f518>.x6e718989>.x884fea65{position:sticky;top:96px}
}
@media(max-width:1099px){
  .x7ae3f518>.x6e718989{grid-template-columns:minmax(0,1fr)}
}

/* --- 2. Kicker + titres + sec-sub des hubs ---
   (scope .x4d976a40 : la commune/fiche n'ont pas de .x4d976a40, leurs
   kickers restent sous .x29d16fd1/.x4045b47c lots 2/3) */
.x4d976a40 .xb72d3580{display:inline-flex;align-items:center;gap:8px;margin:0 0 9px;color:var(--brand);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.x4d976a40 .xb72d3580::before{content:"";width:18px;height:2px;background:var(--brand);border-radius:2px}
.x4d976a40 .xb72d3580+h2{font-size:clamp(1.65rem,2.8vw,2.15rem);letter-spacing:-.035em;line-height:1.12}
.x4d976a40 .x18230324{margin-top:11px;color:var(--muted);font-size:.96rem;max-width:68ch;line-height:1.65}
#sec-villes .x18230324 a{font-weight:600}

/* --- 3. Fil d'ariane en ol/li dans le bandeau --- */
.x366fef8d .x0c549ed6{font-size:.88rem;color:var(--muted)}
.x366fef8d .x0c549ed6 ol{display:flex;flex-wrap:wrap;align-items:center;column-gap:8px;row-gap:4px;margin:0;padding:0;list-style:none}
.x366fef8d .x0c549ed6 a{color:var(--muted);text-decoration:none}
.x366fef8d .x0c549ed6 a:hover{color:var(--brand);text-decoration:underline}

/* --- 4. Hero hors .x7ae3f518 : .x9ca03c65, enfant direct ---
   (le h1/lede/cta commune/fiche vivent dans .x46a3ea6a, donc
   ces regles ne les touchent pas ; max-width:none contre le
   10ch du lot 2) */
.x0efcfa0f>.x9ca03c65{position:relative;z-index:1;max-width:1280px;margin-inline:auto;padding:clamp(54px,7vw,86px) 24px clamp(56px,7vw,84px)}
.x9ca03c65>h1{font-size:clamp(2.4rem,5vw,3.4rem);letter-spacing:-.045em;line-height:1.05;margin:18px 0 0;max-width:none}
.x9ca03c65>h1:has(+.xeaeb77e6){font-size:clamp(2rem,4.4vw,3rem);max-width:22ch}
.x9ca03c65>.x508e3595{margin-top:18px;color:#4F6075;font-size:clamp(1.03rem,1.5vw,1.15rem);max-width:68ch;line-height:1.7}
.x9ca03c65>.xfbc95f2e{margin-top:32px;display:flex;gap:12px;flex-wrap:wrap}
.x9ca03c65>.xeaeb77e6{margin-top:14px;color:var(--muted);font-size:.95rem}

/* --- 5. Communes et villes : cartes blanches soulevees --- */
.xfd6a73e8{font-size:.92rem}
.xfd6a73e8 a{background:#fff;border:1px solid #fff;border-radius:16px;box-shadow:var(--shadow-sm);padding:12px 14px;transition:box-shadow .3s,transform .3s}
.xfd6a73e8 a:hover{border-color:#fff;box-shadow:0 20px 45px rgba(17,31,53,.10);transform:translateY(-3px)}
.xfd6a73e8 a:hover>span:first-child{color:var(--brand)}
.xfd6a73e8 a:hover::before{background-color:var(--brand)}
@media(prefers-reduced-motion:reduce){
  .xfd6a73e8 a{transition:none}
  .xfd6a73e8 a:hover{transform:none}
}

/* --- 6. Cartes departement/region : 2 colonnes, dtop blanc --- */
.xf2ee7666{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
@media(max-width:760px){.xf2ee7666{grid-template-columns:1fr}}
.x6ce76488{border:1px solid #fff;box-shadow:var(--shadow-sm);transition:box-shadow .3s,transform .3s}
.x6ce76488:hover{box-shadow:0 20px 45px rgba(17,31,53,.10);transform:translateY(-3px)}
.x6ce76488 .xc4b8dea0{background:#fff;padding:18px 20px 14px;border-bottom:1px solid #EEF2F7}
.x6ce76488 .x1bd7910b{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand)}
.x6ce76488 .x0faa5bd3{font-family:var(--ff-d);font-weight:700;font-size:1.22rem;letter-spacing:-.02em;margin-top:4px;color:var(--ink)}
.x6ce76488 .xf9783385{padding:14px 20px 18px;gap:8px}
.x6ce76488 .x45c2a4a9{font-size:.9rem;padding-bottom:0;border-bottom:0}
.x6ce76488 .x45c2a4a9 b{font-weight:700}
.x6ce76488 .x76c8214b{margin-top:4px;font-weight:600;font-size:.92rem}
@media(prefers-reduced-motion:reduce){
  .x6ce76488{transition:none}
  .x6ce76488:hover{transform:none}
}

/* --- 7. Region : titres de blocs departement nus --- */
#sec-villes h3{font-size:1.28rem;margin:30px 0 0;letter-spacing:-.02em}
#sec-villes h3:first-of-type{margin-top:24px}
#sec-villes h3 a{color:var(--ink);text-decoration:none}
#sec-villes h3 a:hover{color:var(--brand)}
#sec-villes .xfd6a73e8{margin-top:22px}

/* --- 8. Index conseils : zone + grille + cartes --- */
.x64780f8e{padding:clamp(40px,5vw,60px) 0 clamp(58px,7vw,90px)}
.x28c80d3c{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media(max-width:960px){.x28c80d3c{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.x28c80d3c{grid-template-columns:1fr}}
.xc568d973{gap:10px;border:1px solid #fff;border-radius:18px;box-shadow:var(--shadow-sm);padding:clamp(20px,2.4vw,26px);color:var(--ink);transition:box-shadow .3s,transform .3s}
.xc568d973:hover{box-shadow:0 20px 45px rgba(17,31,53,.10);transform:translateY(-3px)}
.xd5925d78{background:var(--surface-2);color:var(--brand);font-size:.7rem;letter-spacing:.1em;padding:4px 11px}
.xc568d973 h2{font-size:1.12rem;letter-spacing:-.02em;line-height:1.3;margin-bottom:0}
.xc568d973:hover h2{color:var(--brand)}
.xc568d973 p{font-size:.9rem;line-height:1.6}
.x3bc603aa{margin-top:auto;padding-top:8px;color:var(--faint)}
.x098d9da4{color:var(--brand);margin-top:0}
@media(prefers-reduced-motion:reduce){
  .xc568d973{transition:none}
  .xc568d973:hover{transform:none}
}

/* --- 9. Article : corps non encarte + listes a coches/pastilles --- */
.x9ddc425f{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;max-width:78ch;font-size:1.02rem;line-height:1.75;color:#26313F}
.x9ddc425f>*+*{margin-top:18px}
.x9ddc425f h2{font-size:clamp(1.4rem,2.6vw,1.8rem);margin-top:38px;color:var(--ink)}
.x9ddc425f h3{font-size:1.15rem;margin-top:28px;color:var(--ink)}
.x9ddc425f p{color:#26313F}
.x9ddc425f strong{color:var(--ink)}
.x9ddc425f ul,.x9ddc425f ol{display:grid;gap:10px;margin-top:14px;padding-left:0}
.x9ddc425f li+li{margin-top:0}
.x9ddc425f ul li{position:relative;padding-left:26px}
.x9ddc425f ul li::before{content:"";position:absolute;left:2px;top:.62em;width:12px;height:8px;border-left:2.5px solid var(--brand);border-bottom:2.5px solid var(--brand);transform:rotate(-45deg) translateY(-4px)}
.x9ddc425f ol{counter-reset:artn}
.x9ddc425f ol li{position:relative;padding-left:40px;counter-increment:artn}
.x9ddc425f ol li::before{content:counter(artn);position:absolute;left:0;top:2px;display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#DCE9FF;color:var(--brand);font-family:var(--ff-d);font-weight:700;font-size:.85rem}
.x9ddc425f .xf2477f20{background:var(--surface-2);border:0;border-radius:14px;padding:18px 22px;font-size:.96rem;color:var(--ink)}
.x9ddc425f .xf2477f20 strong{color:var(--brand-ink)}

/* --- 10. Article : tableaux en cartes + FAQ en chevron --- */
.x6b6f77ee{background:#fff;border:1px solid #fff;border-radius:18px;box-shadow:var(--shadow-sm);padding:8px;overflow-x:auto;margin-top:18px}
.x6b6f77ee table{width:100%;min-width:560px;border-collapse:collapse;font-size:.9rem}
.x6b6f77ee caption{text-align:left;font-weight:600;color:var(--muted);font-size:.85rem;padding:12px 14px 8px}
.x6b6f77ee th{text-align:left;font-family:var(--ff-d);font-size:.85rem;color:var(--brand-ink);background:var(--surface-2);padding:10px 14px}
.x6b6f77ee th:first-child{border-radius:10px 0 0 10px}
.x6b6f77ee th:last-child{border-radius:0 10px 10px 0}
.x6b6f77ee td{padding:11px 14px;border-top:1px solid #EEF2F7;color:#26313F;vertical-align:top}
.x9ddc425f details{background:#fff;border:1px solid #fff;border-radius:16px;box-shadow:var(--shadow-sm);padding:0 22px}
.x9ddc425f details summary{padding:18px 0;font-weight:600;font-size:.98rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink)}
.x9ddc425f details summary::-webkit-details-marker{display:none}
.x9ddc425f details summary::after{content:"";flex:0 0 auto;width:10px;height:10px;margin-right:6px;border-right:2px solid #7A889A;border-bottom:2px solid #7A889A;transform:rotate(45deg);transition:transform .18s ease}
.x9ddc425f details[open] summary::after{transform:rotate(225deg)}
.x9ddc425f details p{padding:0 0 20px;color:var(--muted);font-size:.94rem;max-width:82ch}

/* --- 11. Maillage : carte blanche + liens en pastilles --- */
.x99d6dad9{background:#fff;border:1px solid #fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:clamp(22px,3vw,30px)}
.x99d6dad9 h2{font-size:clamp(1.3rem,2.4vw,1.6rem);margin-bottom:0}
.x99d6dad9 p{margin-top:10px;font-size:.95rem}
.x30d53d90{margin-top:18px;gap:8px}
.x30d53d90 a{background:var(--surface-2);border:0;border-radius:999px;padding:6px 13px;font-size:.86rem;font-weight:600;color:var(--ink);text-decoration:none}
.x30d53d90 a:hover{background:#DCE9FF;text-decoration:none}

/* --- 12. FAQ globale en chevron (la commune garde ses regles
   #prose-sec, plus specifiques, validees lot 2) --- */
.xd851b503{display:flex;flex-direction:column;gap:12px}
.xd851b503 details{background:#fff;border:1px solid #fff;border-radius:16px;box-shadow:var(--shadow-sm);padding:0 22px;margin-bottom:0}
.xd851b503 summary{padding:18px 0;font-weight:600;font-size:.98rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--ink)}
.xd851b503 summary::-webkit-details-marker{display:none}
.xd851b503 summary::after{content:"";flex:0 0 auto;width:10px;height:10px;margin-right:6px;border-right:2px solid #7A889A;border-bottom:2px solid #7A889A;transform:rotate(45deg);transition:transform .18s ease}
.xd851b503 details[open] summary::after{transform:rotate(225deg)}
.xd851b503 details p{padding:0 0 20px;color:var(--muted);font-size:.94rem;line-height:1.7;max-width:82ch;margin:0}

/* --- 13. Responsive lot 4 --- */
@media(max-width:700px){
  .x0efcfa0f>.x9ca03c65{padding:42px 24px 50px}
  .x9ca03c65>h1{font-size:clamp(2.2rem,11vw,3rem)}
  .x9ca03c65>.xfbc95f2e{flex-direction:column;align-items:stretch}
  .x9ca03c65>.xfbc95f2e .x9ca6debb{width:100%}
  .x64780f8e{padding:40px 0 56px}
  .x6b6f77ee{padding:4px}
}
@media(max-width:480px){
  .x6b6f77ee table{min-width:520px}
}

/* ================================================================
   LOT 5 - JS + RGE COMMUNE (2026-09-06, refonte/portage-suivi.x2cc144a7)
   Flottant .x3630d2f4 DEJA VIVANT (lot 1 actif, layout.xc3392a1c lot 5) :
   ici = banniere + filtre + etat filtre de la variante RGE commune,
   d'apres refonte/preview-toulouse-rge.x75f54106 + design-system-v2.x2cc144a7 §13.
   Badge seul, sans lisere vert permanent (meme lecon que la fiche lot 3).
   Nouvelles classes (map lot 6) : rge-banner, rge-filter, cnt, rge-only.
   .x4ee718fc/.x3088094d/.xd7482243/.xfe6e7dcb existent deja (lot 3, fiche).
   Scope #artisans/.x0efcfa0f (commune) : la fiche garde ses regles lot 3.
   Fin de fichier = prioritaire.
   ================================================================ */

/* --- 1. Badge RGE en liste commune : meme langage que les voisins
   (#voisins lot 3) : pilule verte compacte a droite du nom --- */
#artisans .x4ee718fc{gap:5px;vertical-align:2px;margin-left:8px;padding:2px 10px;border:0;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}

/* --- 2. Banniere RGE sous l'intro 01 (conditionnelle : rgeCount > 0) --- */
#artisans .x93bc462d{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:20px;padding:14px 18px;border:1px solid var(--rge-line);border-radius:14px;background:#F2FAF5}
#artisans .x93bc462d svg{flex:0 0 auto;color:var(--rge)}
#artisans .x93bc462d p{flex:1 1 220px;margin:0;font-size:.9rem;color:var(--ink);line-height:1.55}
#artisans .x93bc462d p strong{font-weight:700}
#artisans .x93bc462d p .xfbce7405{font-variant-numeric:tabular-nums}

/* --- 3. Bouton filtre : langage .x3d84c0c1/.x69b0de6b teinte en vert RGE ---
   (radius 8px, pas de pilule ; fond durci pour se detacher de #F2FAF5). */
#artisans .x7feb45d5{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 22px;border-radius:8px;border:0;background:var(--rge-bg);color:var(--rge);font-weight:600;font-size:1rem;line-height:1.2;white-space:nowrap;cursor:pointer;font-family:var(--ff-t)}
#artisans .x7feb45d5:hover{background:#D8ECDF}
#artisans .x7feb45d5:active{transform:translateY(1px)}
#artisans .x7feb45d5[aria-pressed="true"]{background:var(--rge);color:#fff}
#artisans .x7feb45d5 .x4302f833{display:inline-grid;place-items:center;min-width:24px;height:24px;padding-inline:6px;border-radius:999px;background:var(--rge-bg);color:var(--rge);font-size:.8rem;font-weight:700}
#artisans .x7feb45d5[aria-pressed="true"] .x4302f833{background:rgba(255,255,255,.22);color:#fff}

/* --- 4. Filtre actif : masque les non-RGE, l'ordre par distance est conserve.
   Les cartes RGE restent au repos (souleve au survol seul), sans lisere. --- */
body.xa91fccf9 #art-list .x8d5bd560:not(.xfe6e7dcb){display:none}
body.xa91fccf9 #art-list .x8d5bd560.xfe6e7dcb{background:#fff;border-color:#fff;box-shadow:var(--shadow-sm);transform:none}
body.xa91fccf9 #art-list .x8d5bd560.xfe6e7dcb:hover{box-shadow:0 20px 45px rgba(17,31,53,.10);transform:translateY(-3px)}
@media(prefers-reduced-motion:reduce){
  body.xa91fccf9 #art-list .x8d5bd560.xfe6e7dcb:hover{transform:none}
}

/* --- 5. Rappel hero commune : bandeau sous les stats du panneau --- */
.x663da3fe .x3088094d{position:relative;display:flex;align-items:center;gap:10px;margin-top:16px;padding:11px 14px;border-radius:12px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);font-size:.82rem;line-height:1.45;color:#fff}
.x663da3fe .x3088094d svg{flex:0 0 auto;color:#CFF0DA}
.x663da3fe .x3088094d b{font-weight:750}

/* --- 6. Rappel aides commune : cite les RGE par leur nom --- */
#aides .xd7482243 a{color:var(--rge);font-weight:700}

/* --- 7. Responsive lot 5 --- */
@media(max-width:700px){
  #artisans .x93bc462d{padding:13px 15px}
  #artisans .x7feb45d5{width:100%;justify-content:center}
}

/* ================================================================
   LOT 6 - MAP + CONTROLE (2026-09-07, refonte/portage-suivi.x2cc144a7)
   Deux classes utilisees en PHP n'avaient aucune regle dans ce
   fichier (trous silencieux reperes a l'audit lot 6 : sans regle
   ici, la map les ignorait et le style tombait en silence).
   Regles reprises a l'identique des previews figees :
   .x522d5010 (refonte/preview.x75f54106, variante 2 stats du panneau),
   .x6fe80eaa (refonte/preview-artisan.x75f54106, note fond de carte).
   Fin de fichier = prioritaire.
   ================================================================ */
.x522d5010>div{border-bottom:0;padding-bottom:5px}
.x6fe80eaa{margin-top:14px;color:#7A889A;font-size:.78rem}

/* ================================================================
   LOT 7 - POLISH VISUEL (2026-09-07)
   Retouches ciblees d'apres captures headless locales
   (captures-polish/) + previews figees. Fin de fichier =
   prioritaire sur les lots 1 a 6 et les 451 lignes historiques.
   ================================================================ */

/* --- F1 (defaut a) : CTA hero compact, cote a cote sur desktop.
   Cause : .xe9f535f5 historique (l.68) impose width:100%, jamais
   surcharge par les lots 1/2. Preview : preview.x75f54106 l.745-747.
   Les captures prod 1723px montraient les 2 liens empiles pleine
   largeur : la regle 700px (l.695) gagnait car la F1 arrivait sans
   garde desktop. --- */
@media(min-width:701px){
  .x758beb2a{flex-wrap:nowrap}
  .x758beb2a .xe9f535f5,.x758beb2a .x9ca6debb{width:auto;max-width:max-content;flex:0 0 auto}
  .x758beb2a .x3d84c0c1{flex:0 0 auto;width:auto;min-height:56px}
}
@media(max-width:700px){
  .x758beb2a{flex-direction:column;align-items:stretch}
  .x758beb2a .xe9f535f5,.x758beb2a .x9ca6debb,.x758beb2a .x3d84c0c1{width:100%;max-width:100%;justify-content:center;white-space:normal}
}
/* Garde mobile : le hero commune/fiche tient dans 390px.
   Cause : .x0efcfa0f .x508e3595 lot 1 (l.578) garde max-width:68ch, plus large
   que la colonne (cf fix4 : texte sortait malgre hero-copy a 100 %).
   On le verrouille a la colonne + cesures auto. --- */
@media(max-width:700px){
  .x0efcfa0f .x7ae3f518{padding-inline:18px}
  .x9ca03c65{padding-inline:18px}
  .x53c1501c{min-width:0}
  .x53c1501c>*{min-width:0}
  .x0efcfa0f .x46a3ea6a{max-width:100%}
  .x0efcfa0f .x46a3ea6a h1,.x0efcfa0f .x46a3ea6a .x508e3595{max-width:100%}
  .x0efcfa0f .x46a3ea6a .x508e3595{overflow-wrap:anywhere;hyphens:auto}
  .x0efcfa0f .x38d9b31d{flex-wrap:wrap;max-width:100%;row-gap:4px}
}

/* --- F2 (defaut b) : H1 hero au gabarit preview, sans compression.
   Cause : .x0efcfa0f h1 lot 1 (l.577) trop petit + max-width:10ch lot 2
   (l.728). Preview : preview.x75f54106 l.730-736.
   Les captures prod 1723px montraient le H1 fiche tout compresse a
   gauche : hero-copy etait reduit par la 2e colonne fixe + le H1 ne
   pouvait pas respirer. On rend sa largeur a hero-copy (minmax(0,1fr)
   + min-width:0), on laisse le H1 s'equilibrer (balance) avec cesures
   auto pour les noms composes type "Arnaud Ceysson (Voltis
   Electricite)". Garde mobile : le H1 redescend sous 700px
   (l.891, clamp 2.55rem/12vw/3.7rem), et sous 400px l'historique
   (l.439, 1.5rem) reste prioritaire en fin de cascade. --- */
.x0efcfa0f .x46a3ea6a{min-width:0;max-width:100%;overflow-wrap:break-word;overflow:visible}
.x0efcfa0f .x46a3ea6a>*{min-width:0;max-width:100%}
.x0efcfa0f .x46a3ea6a h1{font-size:clamp(2.5rem,5.2vw,4.65rem);line-height:1.04;letter-spacing:-.055em;font-weight:680;max-width:22ch;text-wrap:balance;overflow-wrap:break-word;hyphens:auto}
@media(min-width:1100px){
  .x53c1501c{grid-template-columns:minmax(0,1.35fr) minmax(340px,.9fr)}
}
/* Grille intermediaire : display:grid manquant aux media lot 2
   (l.882-888). Preview : preview.x75f54106 l.1077-1082. */
@media(max-width:1099px){
  .x53c1501c{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:45px}
}
@media(max-width:899px){
  .x53c1501c{grid-template-columns:minmax(0,1fr)}
}

/* --- F4 (defaut d) : cartes 07 pleines, pastilles 38px.
   Cause : section[t-steps] .xd1b41723{padding:0} (lot 2, l.838) sans
   fond ni padding. Preview : preview.x75f54106 l.1432-1464. --- */
section[aria-labelledby="t-steps"] .xd1b41723{display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid #fff;border-radius:18px;box-shadow:var(--shadow-sm);padding:clamp(20px,2.2vw,26px)}
section[aria-labelledby="t-steps"] .xd1b41723+.xd1b41723{border-left:1px solid #fff}
section[aria-labelledby="t-steps"] .xd1b41723:last-child{border-bottom:1px solid #fff}
section[aria-labelledby="t-steps"] .x621d444b{font-size:1.02rem}
section[aria-labelledby="t-steps"] .xd1b41723 h3{margin-top:0}
section[aria-labelledby="t-steps"] .xd1b41723 p{margin-top:0;line-height:1.6}
@media(max-width:700px){
  section[aria-labelledby="t-steps"] .xd1b41723{padding:clamp(20px,2.2vw,26px)!important;border-left:0!important;border-bottom:1px solid #fff!important}
  section[aria-labelledby="t-steps"] .xd1b41723:last-child{border-bottom:1px solid #fff!important}
}

/* --- S7 : h3 aides 1.12rem comme la preview (l.1421). --- */
#aides .xd60a3fe1 h3{font-size:1.12rem}

/* --- S11 : flottant immobile si reduce-motion. --- */
@media(prefers-reduced-motion:reduce){
  .x3630d2f4{transition:none}
  body.xfde02332 .x3630d2f4{transform:none}
}

/* ================================================================
   LOT 7 - CORRECTION 1 PAGE COMMUNE (2026-09-07)
   Reset fuites V1 mesurees vs refonte/preview.x75f54106 (Lyon, 1440px).
   Cf refonte/correction1.x2cc144a7. Fin de fichier = prioritaire.
   ================================================================ */

/* --- A. Hero encore une carte V1.
   Cause : padding 34px 32px, radius 20px, shadow-lift historiques
   (l.97-98) jamais annules par le lot 1. Preview : bandeau blanc
   pleine largeur (preview.x75f54106 l.692-712 + l.1526-1527).
   Scope :has(.x9ca03c65) : commune, fiche, hubs, articles. La home
   (section.x0efcfa0f > .x7ae3f518, sans .x9ca03c65) reste intacte. --- */
.x0efcfa0f:has(.x9ca03c65){padding:0;border-radius:0;box-shadow:none}
.x0efcfa0f:has(.x9ca03c65)::before{
  content:"";
  position:absolute;
  width:520px;height:520px;
  right:-250px;top:-250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(7,91,255,.085),rgba(7,91,255,0) 68%);
  pointer-events:none;
}
.x0efcfa0f:has(.x9ca03c65)::after{
  content:"";
  position:absolute;
  left:0;right:0;top:auto;bottom:0;
  width:auto;height:1px;
  background:linear-gradient(90deg,transparent 0%,#E8EDF3 25%,#E8EDF3 75%,transparent 100%);
  pointer-events:none;
}

/* --- B. Padding interne du hero encore trop fort.
   Cause : .x9ca03c65 lot 2 (l.724) et .x0efcfa0f>.x9ca03c65 lot 4 (l.1030)
   gardent padding-top 86px ; .x0efcfa0f .x38d9b31d historique (l.102)
   margin-bottom 12px ; .x508e3595 sans margin-top. Preview :
   .x0efcfa0f .x9ca03c65 clamp(38px,5.5vw,68px) (l.394), eyebrow 0,
   lede 18px (l.129). H1 max-width 22ch inchange (cf correction1 §0). --- */
.x0efcfa0f:has(.x9ca03c65) .x9ca03c65{padding-top:clamp(38px,5.5vw,68px)}
.x0efcfa0f:has(.x9ca03c65) .x38d9b31d{margin-bottom:0}
.x0efcfa0f:has(.x9ca03c65) .x508e3595{margin-top:18px}

/* --- C. Bandeau fil d'ariane trop bleu.
   Cause : lot 1 (l.566) pose background:var(--surface-2) = #EFF4FF.
   Preview (l.1384) : #F8F9FF, invisible sur le fond de page.
   HTML du fil inchange (cf correction1 §0). --- */
.x366fef8d{background:var(--bg,#F8F9FF)}

/* --- D. Kicker 01 pas en capitales.
   Cause : lot 2 (l.740) copie couleur/taille/filet mais oublie
   text-transform et font-weight du 1er bloc preview.
   Scope .x29d16fd1/.x4045b47c : ne pas toucher .x4d976a40 .xb72d3580
   des hubs (deja uppercase). --- */
.x29d16fd1 .xb72d3580,.x4045b47c .xb72d3580{text-transform:uppercase;font-weight:700}

/* --- E. Chapo .x18230324 : marge basse V1.
   Cause : historique l.143 .x18230324{margin:2px 0 18px}. Lot 2
   pose margin-top:11px sans reset du bottom. Preview : 0. --- */
.x29d16fd1 .x18230324,.x4045b47c .x18230324{margin-bottom:0}

/* --- F. Zone 01 trop colle sous le hero.
   Cause : historique .x6e718989{padding:8px 0 60px} (l.92). Lot 1
   ne surcharge que padding-bottom. Preview : clamp(44px,6vw,76px). --- */
.x7ae3f518.x6e718989.xced832c3{padding-top:clamp(44px,6vw,76px)}

/* --- G. Bloc prose 08 encore une carte V1.
   Cause : #prose-sec .x1b46b529 lot 2 (l.847) ne reset que max-width
   et margin-top. .x1b46b529 nu (l.249) garde fond, bordure, radius,
   padding 24px, ombre. Preview : transparent, padding 0.
   FAQ (#prose-sec .xd851b503 details) deja en cartes : intacte. --- */
#prose-sec .x1b46b529{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}

/* --- H. CTA devis un peu trop gras.
   Cause : .x9ca6debb historique (l.60) font-weight:700. Preview : 600.
   Scope hero-ctas + devis-card : le CTA header reste 700. --- */
.x758beb2a .x9ca6debb,.x27b8c629 .x9ca6debb{font-weight:600}

/* ================================================================
   LOT 7 - CORRECTION 1b (2026-09-07)
   Fil d'ariane, FAQ pleine largeur, CTA verif. Cf preview.x75f54106.
   Fin de fichier = prioritaire.
   ================================================================ */

/* --- Fil d'ariane : 1 li = 1 echelon, chevron CSS, page courante plus sombre.
   Cause : region+dept etaient colles dans un seul li avec &rsaquo; HTML,
   donc pas de chevron apres Accueil, et [aria-current] herite --muted
   comme les liens. Preview : preview.x75f54106 l.117-122 + l.1720-1725. --- */
.x366fef8d .x0c549ed6 ol > li{display:inline-flex;align-items:center}
.x366fef8d .x0c549ed6 ol > li + li::before{
  content:"";
  display:inline-block;
  width:5px;height:5px;
  border-top:1.5px solid #A9B6C6;
  border-right:1.5px solid #A9B6C6;
  transform:rotate(45deg);
  margin-right:8px;
}
.x366fef8d .x0c549ed6 a{color:#68778A}
.x366fef8d .x0c549ed6 a:hover{color:var(--brand);text-decoration:underline}
.x366fef8d .x0c549ed6 [aria-current]{color:var(--ink);font-weight:600}

/* --- FAQ 08 pleine largeur.
   Cause : lot 2 (l.849) pose max-width:900px, plus etroit que le prose.
   Preview (l.1490) : max-width:none, cartes en colonne gap 12. --- */
#prose-sec .xd851b503{display:flex;flex-direction:column;gap:12px;border-top:0;margin-top:34px;max-width:none}
#prose-sec .xd851b503 details{margin-bottom:0;overflow:hidden;cursor:pointer}
#prose-sec .xd851b503 summary{min-height:auto;padding:18px 0;font-size:.98rem}

/* --- CTA "Obtenir mon badge" du bandeau verif.
   Cause : .xf87db51d historique (l.298) display:flex, le bouton se colle
   au texte au milieu du bandeau. Preview (l.250 + l.308) : grille
   1fr / auto, bouton a droite. --- */
section.xf87db51d{display:grid;gap:18px}
section.xf87db51d > a.x9ca6debb{align-self:center;width:auto;margin:0;flex:0 0 auto}
section.xf87db51d p{max-width:60ch}
@media(min-width:900px){
  section.xf87db51d{grid-template-columns:minmax(0,1fr) auto;align-items:center}
}

/* ================================================================
   LOT 7 - CORRECTION 2 (2026-09-07)
   H1 commune/fiche, fil d ariane, eyebrow mobile.
   Fin de fichier = prioritaire.
   ================================================================ */

/* --- H1 pages ville + artisan : plafond desktop 4rem.
   Cause : lot 7 F2 (l.1271) clamp max 4.65rem. Scope .x46a3ea6a :
   hubs/articles (h1 direct de .x9ca03c65) inchanges. --- */
.x0efcfa0f .x46a3ea6a h1{font-size:clamp(2.5rem,5.2vw,4rem)}

/* --- Fil d ariane : .80rem desktop, .59rem mobile.
   Cause : lot 4 (l.1021) pose .88rem. --- */
.x366fef8d .x0c549ed6{font-size:.80rem}
@media(max-width:700px){
  .x366fef8d .x0c549ed6{font-size:.59rem}
}

/* --- Eyebrow mobile : 10px.
   Cause : lot 1 (l.575) fige 11px a toutes les largeurs. --- */
@media(max-width:700px){
  .x0efcfa0f .x38d9b31d{font-size:10px}
}

/* ================================================================
   NAF secondaire (couvreur 43.91A) : suite de la zone 01
   2026-09-08. Selecteurs existants, pas de classe nouvelle.
   Le bloc vit dans .xced832c3 .xeab3e8f3, juste apres #artisans
   (php/templates/commune.xc3392a1c). Le gap de .xeab3e8f3 (48-72px)
   en ferait une section separee : on l'annule, filet + padding.
   Autres metiers : naf_alt vide, le selecteur ne matche pas.
   ================================================================ */
#artisans + section{
  margin-top:calc(18px - clamp(48px,5vw,72px));
  padding-top:28px;
  border-top:1px solid var(--line);
}
#artisans + section h2{
  font-size:clamp(1.38rem,2.3vw,1.78rem);
  letter-spacing:-.03em;
}
#artisans + section .xf21bb4d1{margin-top:16px}
#artisans + section .x2b650953{
  display:block;color:var(--faint);font-size:.78rem;font-weight:400;margin-top:16px
}
@media(max-width:700px){
  #artisans + section{
    margin-top:calc(20px - clamp(48px,5vw,72px));
    padding-top:24px;
  }
}