@layer socle, base, prose;
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; }
img, picture, svg, video { max-width: 100%; }
button { font: inherit; }
@layer base { ul, ol, dl, dd, figure { margin: 0; padding: 0; } }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300 800; font-display: swap;
  src: url(assets/fonts/inter-var.815d45a5.woff2) format("woff2"); }
@font-face { font-family: "Plex Mono"; font-style: normal; font-weight: 400; font-display: swap;
  src: url(assets/fonts/plex-mono-400-latin.507a2b7f.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215; }
@font-face { font-family: "Plex Mono"; font-style: normal; font-weight: 400; font-display: swap;
  src: url(assets/fonts/plex-mono-400-latin-ext.4092db71.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF; }
@font-face { font-family: "Plex Mono"; font-style: normal; font-weight: 600; font-display: swap;
  src: url(assets/fonts/plex-mono-600-latin.ddd214a7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215; }
@font-face { font-family: "Plex Mono"; font-style: normal; font-weight: 600; font-display: swap;
  src: url(assets/fonts/plex-mono-600-latin-ext.fefc7c2d.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF; }
@font-face {
  font-family: "Inter repli"; font-style: normal; font-weight: 300 500;
  src: local("Arial"), local("Helvetica Neue"), local("Liberation Sans");
  size-adjust: 99.24%; ascent-override: 90.2%; descent-override: 22.5%; line-gap-override: 0%;
}
@font-face {
  font-family: "Inter repli"; font-style: normal; font-weight: 600;
  src: local("Arial"), local("Helvetica Neue"), local("Liberation Sans");
  size-adjust: 103.1%; ascent-override: 90.2%; descent-override: 22.5%; line-gap-override: 0%;
}
@font-face {
  font-family: "Inter repli"; font-style: normal; font-weight: 700;
  src: local("Arial"), local("Helvetica Neue"), local("Liberation Sans");
  size-adjust: 105.1%; ascent-override: 90.2%; descent-override: 22.5%; line-gap-override: 0%;
}
@font-face {
  font-family: "Inter repli"; font-style: normal; font-weight: 800 900;
  src: local("Arial"), local("Helvetica Neue"), local("Liberation Sans");
  size-adjust: 107.6%; ascent-override: 90.2%; descent-override: 22.5%; line-gap-override: 0%;
}
@font-face {
  font-family: "Plex Mono repli"; font-style: normal; font-weight: 400 600;
  src: local("Consolas"), local("SF Mono"), local("DejaVu Sans Mono"), local("Liberation Mono");
  size-adjust: 109.13%; ascent-override: 78%; descent-override: 22%; line-gap-override: 0%;
}
:root {
  --sans: "Inter", "Inter repli", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "Plex Mono", "Plex Mono repli", ui-monospace, "SFMono-Regular", Consolas, monospace;
  --sol: #EEF1F6;
  --sol-2: #FFFFFF;
  --sol-3: #F7F9FC;
  --sol-rvb: 238, 241, 246;
  --verre: #FFFFFF;
  --verre-fort: #FFFFFF;
  --bord: #DCE2EC;
  --bord-fort: #AFC4D4;
  --encre-rvb: 17, 26, 43;
  --ombre-rvb: 11, 95, 118;
  --ombre-a: .16;
  --elev-ecran: 0 60px 120px -40px rgba(var(--ombre-rvb), .34), 0 0 0 1px rgba(var(--encre-rvb), .05), 0 0 140px -30px rgba(var(--mesure-rvb), .13);
  --elev-duo: 0 40px 80px -34px rgba(var(--ombre-rvb), .30), 0 0 90px -34px rgba(var(--mesure-rvb), .14);
  --elev-shot: 0 30px 60px -30px rgba(var(--ombre-rvb), .28);
  --texte:   #111A2B;
  --texte-2: #3A4763;
  --texte-3: #4E5C74;
  --mesure: #0B5F76;
  --mesure-2: #0A4C5E;
  --mesure-rvb: 11, 95, 118;
  --mesure-sourd: rgba(11, 95, 118, .07);
  --sur-mesure: #FFFFFF;
  --signal: #A63A06;
  --signal-plein: #F97316;
  --signal-rvb: 249, 115, 22;
  --signal-sourd: rgba(249, 115, 22, .10);
  --sur-signal: #24160A;
  --crit:   #B91C1C;
  --eleve:  #A63A06;
  --moyen:  #92400E;
  --faible: #166534;
  --r: 14px;
  --r-l: 20px;
  --wrap: 1320px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --sol: #070B14;
    --sol-2: #0B1120;
    --sol-3: #111A2C;
    --sol-rvb: 7, 11, 20;
    --verre: rgba(255, 255, 255, .035);
    --verre-fort: rgba(255, 255, 255, .055);
    --bord: rgba(255, 255, 255, .085);
    --bord-fort: rgba(255, 255, 255, .16);
    --encre-rvb: 255, 255, 255;
    --ombre-rvb: 0, 0, 0;
    --ombre-a: .8;
    --elev-ecran: 0 60px 120px -40px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.04), 0 0 140px -30px rgba(34,211,238,.26);
    --elev-duo: 0 40px 80px -34px rgba(0,0,0,.9), 0 0 90px -34px rgba(34,211,238,.28);
    --elev-shot: 0 30px 60px -30px rgba(0,0,0,.9);
    --texte:   #F2F6FC;
    --texte-2: #A8B6CE;
    --texte-3: #8B9AB4;
    --mesure: #22D3EE;
    --mesure-2: #67E8F9;
    --mesure-rvb: 34, 211, 238;
    --mesure-sourd: rgba(34, 211, 238, .09);
    --sur-mesure: #06222A;
    --signal: #FB923C;
    --signal-plein: #FB923C;
    --signal-rvb: 251, 146, 60;
    --signal-sourd: rgba(251, 146, 60, .09);
    --sur-signal: #24160A;
    --crit:   #FF7A7A;
    --eleve:  #FB923C;
    --moyen:  #FBBF24;
    --faible: #4ADE80;
  }
}
body {
  font-family: var(--sans); font-size: 17px; line-height: 1.62;
  color: var(--texte-2); background: var(--sol);
  background-image: radial-gradient(circle at 1px 1px, rgba(var(--encre-rvb), .045) 1px, transparent 0);
  background-size: 28px 28px;
  background-attachment: fixed;
}
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 28px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip { position: absolute; left: -9999px; top: 0; background: var(--mesure); color: var(--sur-mesure); padding: 12px 20px; z-index: 100; font-weight: 600; border-radius: 0 0 8px 0; }
.skip:focus { left: 0; top: 0; }
:focus-visible { outline: 2px solid var(--mesure); outline-offset: 3px; border-radius: 4px; }
@layer base { h1, h2, h3, h4 { font-weight: 700; color: var(--texte); margin: 0; letter-spacing: -.035em; line-height: 1.05; } }
h1 { font-size: clamp(40px, 6.4vw, 84px); font-weight: 800; letter-spacing: -.042em; line-height: 1.02; }
h2 { font-size: clamp(30px, 4.2vw, 54px); letter-spacing: -.038em; }
h3 { font-size: clamp(19px, 1.6vw, 22px); letter-spacing: -.022em; line-height: 1.25; }
h4 { font-size: 17px; letter-spacing: -.02em; }
@layer base { p { margin: 0 0 16px; }
  a { color: var(--mesure); } }
a:hover { color: var(--mesure-2); }
strong, b { color: var(--texte); font-weight: 600; }
em { font-style: italic; }
code { font-family: var(--mono); font-size: .88em; background: rgba(var(--encre-rvb), .06); border: 1px solid var(--bord); border-radius: 5px; padding: 1px 6px; color: var(--mesure-2); overflow-wrap: anywhere; }
.lueur, .hl { background: linear-gradient(100deg, var(--texte) 28%, var(--mesure-2) 62%, var(--mesure) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
@supports not ((background-clip: text) or (-webkit-background-clip: text)) { .lueur, .hl { color: var(--mesure-2); } }
.tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--mesure); margin: 0 0 22px; font-weight: 400;
}
.tag::before { content: ""; width: 26px; height: 1px; background: currentColor; flex: none; }
.tag--risque { color: var(--signal); }
.tag-center { justify-content: center; }
.btn, .b {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 11px; font-size: 15.5px; font-weight: 600;
  letter-spacing: -.012em; text-decoration: none; border: 1px solid transparent;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease, color .16s ease;
  min-height: 48px; cursor: pointer; text-align: center;
}
.btn-primary {
  background: linear-gradient(180deg, var(--signal-plein) 0%, var(--signal-plein) 55%, #EA7C22 100%);
  color: var(--sur-signal);
  box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 10px 30px -8px rgba(var(--signal-rvb), .5);
}
.btn-primary:hover { transform: translateY(-2px); color: var(--sur-signal);
  box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 16px 40px -8px rgba(var(--signal-rvb), .68); }
.btn-ghost-d, .btn-outline { background: var(--verre-fort); color: var(--texte); border-color: var(--bord-fort); }
.btn-ghost-d:hover, .btn-outline:hover { background: rgba(var(--encre-rvb), .09); border-color: var(--mesure); color: var(--texte); transform: translateY(-2px); }
.btn-lg { padding: 17px 30px; font-size: 16.5px; min-height: 56px; }
.btn-primary:focus-visible { outline: 3px solid var(--sol); outline-offset: 2px; box-shadow: 0 0 0 6px var(--mesure); }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(var(--sol-rvb), .86); backdrop-filter: blur(14px) saturate(1.4); border-bottom: 1px solid var(--bord); }
@supports not (backdrop-filter: blur(1px)) { .nav { background: var(--sol); } }
.nav-in { display: flex; align-items: center; gap: 28px; height: 66px; }
.brand, .marque { min-height: 44px; display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--texte); font-weight: 700; letter-spacing: -.025em; font-size: 17.5px; flex: none; }
.brand-name em, .marque em { font-style: normal; color: var(--signal); }
.nav-links { display: flex; gap: 26px; margin-left: 8px; }
.nav-links a { color: var(--texte-2); text-decoration: none; font-size: 14.5px; }
.nav-links a:hover { color: var(--texte); }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 11px; }
.nav .btn { padding: 10px 17px; min-height: 44px; font-size: 14.5px; }
.lang { display: flex; gap: 3px; font-family: var(--mono); font-size: 12px; }
.lang a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px;
  color: var(--texte-3); text-decoration: none; padding: 6px 8px; border-radius: 6px;
}
.lang a[aria-current="true"] { color: var(--texte); background: var(--verre-fort); }
.lang a:hover { color: var(--texte); }
.nav-burger { display: none; position: relative; width: 44px; height: 44px; flex: none; background: transparent; border: 1px solid var(--bord); border-radius: 9px; cursor: pointer; margin-left: 10px; }
.nav-burger span, .nav-burger::before, .nav-burger::after { content: ""; position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--texte); transition: transform .18s ease, opacity .18s ease; }
.nav-burger::before { top: 15px; }
.nav-burger span { top: 21px; }
.nav-burger::after { top: 27px; }
.nav.is-open .nav-burger::before { transform: translateY(6px) rotate(45deg); }
.nav.is-open .nav-burger span { opacity: 0; }
.nav.is-open .nav-burger::after { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 950px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .nav-cta .btn-ghost-d { display: none; }
  .nav-burger { display: block; }
  .nav.is-open .nav-in { flex-wrap: wrap; height: auto; padding-bottom: 16px; }
  .nav.is-open .nav-links { display: flex; flex-direction: column; gap: 2px; flex-basis: 100%; order: 2; margin-left: 0; padding-top: 14px; border-top: 1px solid var(--bord); }
  .nav.is-open .nav-links a { padding: 11px 0; min-height: 44px; display: flex; align-items: center; }
  .nav.is-open .nav-cta { flex-basis: 100%; order: 3; padding-top: 12px; }
  .nav.is-open .nav-cta .btn-ghost-d { display: inline-flex; }
  .nav .lang { display: none; }
}
@media (min-width: 951px) and (max-width: 1150px) {
  .nav-in { gap: 13px; }
  .nav-links { gap: 11px; margin-left: 0; }
  .nav-links a { font-size: 13.5px; }
  .nav-cta { gap: 7px; }
  .nav .btn { padding: 10px 11px; font-size: 13.5px; }
  .lang { font-size: 11.5px; }
  .lang a { padding: 6px 5px; }
}
@media (scripting: none) and (max-width: 950px) {
  .nav-in { flex-wrap: wrap; height: auto; padding-bottom: 12px; }
  .nav-links { display: flex; flex-wrap: wrap; gap: 4px 18px; flex-basis: 100%; order: 2; margin-left: 0; padding-top: 10px; border-top: 1px solid var(--bord); }
  .nav-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .nav-burger { display: none; }
}
.nav-secours { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 12px 20px; background: var(--sol-2); border-top: 1px solid var(--bord); }
.nav-secours a { color: var(--texte-2); text-decoration: underline; font-size: 14px; min-height: 44px; display: inline-flex; align-items: center; }
@media (min-width: 951px) { .nav-secours { display: none; } }
@media (scripting: none) { .nav-secours { display: none; } }
.s, .section { padding: clamp(70px, 7.5vw, 112px) 0; position: relative; }
.section-alt { background: var(--sol-2); border-top: 1px solid var(--bord); border-bottom: 1px solid var(--bord); }
.s-tete { margin-bottom: 56px; }
.s-tete h2 { max-width: 11.73em; }
@layer prose { .s-tete p{ color: var(--texte-2); font-size: 18px; margin: 20px 0 0; max-width: 34.56em; } }
.s-tete--centre { text-align: center; }
.s-tete--centre h2, .s-tete--centre p { margin-left: auto; margin-right: auto; }
.s-tete--centre .tag { justify-content: center; }
.hero { position: relative; padding: clamp(56px, 8vw, 110px) 0 0; overflow: hidden; }
.hero::before, .hero::after { content: ""; position: absolute; pointer-events: none; z-index: 0; }
.hero::before { width: 900px; height: 640px; left: -240px; top: -180px; background: radial-gradient(closest-side, rgba(var(--mesure-rvb), .16), transparent 72%); }
.hero::after  { width: 820px; height: 620px; right: -220px; top: 40px;  background: radial-gradient(closest-side, rgba(var(--signal-rvb), .13), transparent 72%); }
.hero .wrap { position: relative; z-index: 1; }
.hero h1 { max-width: 10.49em; margin-bottom: 24px; }
.hero-lede, .lede { font-size: clamp(17px, 1.4vw, 20px); color: var(--texte-2); max-width: 35.8em; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.hero-note { font-family: var(--mono); font-size: 12.5px; color: var(--texte-3); letter-spacing: .02em; }
.ecran { position: relative; margin-top: 52px; perspective: 2200px; }
.ecran-cadre {
  position: relative; border-radius: var(--r-l); overflow: hidden;
  border: 1px solid var(--bord-fort); background: var(--sol-2);
  transform: rotateX(4deg) scale(1.004); transform-origin: 50% 0;
  box-shadow: var(--elev-ecran);
}
.ecran-cadre::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--mesure), transparent); z-index: 2; }
.ecran-cadre::after, .duo-ecran::after, .shot-article picture::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 3;
  box-shadow: inset 0 0 90px 12px rgba(7, 11, 20, .5); border-radius: inherit;
}
.ecran-barre { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; background: rgba(255,255,255,.03); border-bottom: 1px solid var(--bord); }
.ecran-barre i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.14); display: block; }
.ecran-barre span { margin-left: 10px; font-family: var(--mono); font-size: 11.5px; color: var(--texte-3); }
.ecran img, .duo-ecran img { display: block; width: 100%; height: auto; }
.ecran::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 110px; background: linear-gradient(180deg, transparent, var(--sol)); pointer-events: none; }
.chiffres { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--bord); border: 1px solid var(--bord); border-radius: var(--r); overflow: hidden; margin-top: 70px; }
.chiffres > div { background: var(--sol-2); padding: 30px 26px; display: flex; flex-direction: column; }
.chiffres dt { font-size: clamp(32px, 3.6vw, 46px); font-weight: 700; letter-spacing: -.045em; color: var(--texte); line-height: 1; margin-bottom: 10px; font-variant-numeric: tabular-nums; }
.chiffres dt b { color: var(--mesure); font-weight: 700; }
.chiffres dd { margin: 0; font-size: 13.5px; color: var(--texte-3); line-height: 1.5; max-width: 19.75em; }
.grille { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; }
.c, .price-card, .p-c, .suite-liens a, .sommaire {
  position: relative; border-radius: var(--r-l);
  background: linear-gradient(180deg, var(--verre-fort), var(--verre));
  border: 1px solid var(--bord);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.c { padding: 32px 30px; overflow: hidden; }
.c:hover, .suite-liens a:hover, .p-c:hover, .price-card:hover { transform: translateY(-3px); border-color: var(--bord-fort); box-shadow: 0 24px 50px -24px rgba(var(--ombre-rvb), var(--ombre-a)); }
.c::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(var(--mesure-rvb), .55), transparent); }
.c--risque::before, .risque::before { background: linear-gradient(90deg, transparent, rgba(var(--signal-rvb), .55), transparent); }
.c-ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--mesure-sourd); border: 1px solid rgba(var(--mesure-rvb), .2); color: var(--mesure); margin-bottom: 20px; }
.c--risque .c-ico { background: var(--signal-sourd); border-color: rgba(var(--signal-rvb), .22); color: var(--signal); }
.c-ico svg, .ico { display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ico .pt, .pt { fill: currentColor; stroke: none; }
.c h3 { margin-bottom: 10px; }
@layer prose { .c p{ font-size: 15px; color: var(--texte-3); margin: 0; max-width: 32.09em; } }
.c-num, .b-num { font-size: clamp(38px, 3.6vw, 52px); font-weight: 700; letter-spacing: -.045em; color: var(--mesure); line-height: 1; margin: 0 0 14px; font-variant-numeric: tabular-nums; }
.c--risque .c-num, .risque .b-num { color: var(--signal); }
.b-num .v { font: inherit; }
.c-num .u, .b-num .u { font-size: .42em; letter-spacing: -.01em; color: var(--texte-3); margin-left: .3em; font-weight: 600; }
.c-palier { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--texte-3); margin: 12px 0 0; }
.duo { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.duo-ecran { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid var(--bord-fort); box-shadow: var(--elev-duo); margin: 0; }
.duo ul { list-style: none; margin: 24px 0 0; }
@layer prose { .duo li{ position: relative; padding-left: 30px; margin-bottom: 16px; color: var(--texte-2); font-size: 15.5px; } }
.duo li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--mesure); box-shadow: 0 0 12px rgba(var(--mesure-rvb), .8); }
.prix, .pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; align-items: start; }
.p-c, .price-card { padding: 30px 26px; display: flex; flex-direction: column; }
.price-card-hl { border-color: rgba(var(--signal-rvb), .38); background: linear-gradient(180deg, rgba(var(--signal-rvb), .09), rgba(var(--signal-rvb), .02)); box-shadow: 0 0 70px -24px rgba(var(--signal-rvb), .30); }
.p-c h3, .price-card h3 { font-size: 19px; margin-bottom: 6px; }
.price-sub { font-family: var(--mono); font-size: 12px; color: var(--texte-3); margin: 0 0 20px; min-height: 2.8em; }
.amount { font-size: 38px; font-weight: 700; letter-spacing: -.05em; color: var(--texte); line-height: 1; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-card-hl .amount { color: var(--signal); }
.per { font-size: 13px; color: var(--texte-3); margin: 8px 0 20px; display: inline-block; }
.price { margin-bottom: 18px; }
.p-c ul, .price-card ul { list-style: none; margin: 0 0 20px; flex: 1; }
.p-c li, .price-card li { font-size: 14.5px; color: var(--texte-2); padding: 8px 0 8px 26px; position: relative; border-bottom: 1px solid rgba(var(--encre-rvb), .05); }
.p-c li:last-child, .price-card li:last-child { border-bottom: 0; }
.p-c li::before, .price-card li::before { content: ""; position: absolute; left: 0; top: 14px; width: 9px; height: 5px; border-left: 2px solid var(--mesure); border-bottom: 2px solid var(--mesure); transform: rotate(-45deg); }
.price-flag { position: absolute; top: -11px; left: 24px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; background: var(--signal-plein); color: var(--sur-signal); padding: 4px 12px; border-radius: 6px; font-weight: 600; }
.price-note { font-family: var(--mono); font-size: 11.5px; color: var(--texte-3); margin: auto 0 0; font-style: normal;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pricing-lien { margin-top: 26px; }
.pricing-lien { text-align: center; }
.faq { counter-reset: question; }
@media (min-width: 1024px) { .faq { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; } }
.faq details { background: var(--verre); border: 1px solid var(--bord); border-radius: var(--r); padding: 0 22px; margin-bottom: 14px; }
.faq details[open] { background: var(--verre-fort); border-color: var(--bord-fort); }
@media (min-width: 1024px) { .faq details:last-child:nth-child(odd) { grid-column: 1 / -1; } }
.faq summary {
  list-style: none; cursor: pointer; display: flex; gap: 16px; align-items: flex-start;
  padding: 20px 0; font-weight: 600; color: var(--texte); font-size: 16px; letter-spacing: -.018em; text-align: left;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { counter-increment: question; content: counter(question, decimal-leading-zero); font-family: var(--mono); font-size: 13px; color: var(--mesure); flex: none; padding-top: 2px; }
.faq summary::after { content: "+"; margin-left: auto; font-family: var(--mono); color: var(--mesure); font-size: 19px; flex: none; line-height: 1.2; }
.faq details[open] summary::after { content: "–"; }
.faq summary h3 { font: inherit; margin: 0; }
@layer prose { .faq details p{ font-size: 15px; color: var(--texte-3); padding-bottom: 20px; margin: 0; max-width: 41.97em; } }
.fin, .section-cta { position: relative; padding: clamp(78px, 8.5vw, 126px) 0; text-align: center; overflow: hidden; border-top: 1px solid var(--bord); }
.fin::before, .section-cta::before { content: ""; position: absolute; width: 1100px; height: 620px; left: 50%; top: -160px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(var(--signal-rvb), .15), transparent 70%); pointer-events: none; }
.section-cta .wrap, .section-cta .wrap-narrow { position: relative; z-index: 1; }
.fin h2, .section-cta h2 { margin-bottom: 18px; }
@layer prose { .fin p, .section-cta p{ color: var(--texte-2); max-width: 32.09em; margin: 0 auto 32px; } }
.fin .hero-cta, .section-cta .hero-cta { justify-content: center; }
.on-dark { color: var(--texte-2); }
.footer, .pied { border-top: 1px solid var(--bord); padding: 56px 0 32px; background: var(--sol-2); }
.footer-in { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 36px; }
.footer-col h3, .pied h4 { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--texte-3); margin: 0 0 16px; font-weight: 400; }
.footer-col a, .pied a { display: block; color: var(--texte-2); text-decoration: none; font-size: 14.5px; padding: 10px 0; min-height: 44px; }
.footer-col a:hover, .pied a:hover { color: var(--texte); }
@layer prose { .footer-brand p{ font-size: 14.5px; color: var(--texte-3); max-width: 22.22em; margin: 14px 0 0; } }
.footer-lang { margin-top: 18px; }
.footer-lang .lang { display: inline-flex; }
.footer-legal { font-family: var(--mono); font-size: 11.5px; color: var(--texte-3); line-height: 1.7; margin-top: 14px; }
.footer-base { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--bord); font-size: 13px; color: var(--texte-3); }
.footer-base p { margin: 0 0 6px; }
.footer-fine { font-size: 12.5px; }
@media (min-width: 951px) { .footer-lang { display: none; } }
.page-tete {
  position: relative; overflow: hidden;
  background: var(--sol-2); border-bottom: 1px solid var(--bord);
  padding: clamp(38px, 4.4vw, 68px) 0 clamp(34px, 4vw, 58px);
  margin-bottom: 0;
}
.page-tete::before, .page-tete::after { content: ""; position: absolute; pointer-events: none; }
.page-tete::before { width: 760px; height: 460px; left: -200px; top: -170px; background: radial-gradient(closest-side, rgba(var(--mesure-rvb), .15), transparent 72%); }
.page-tete::after  { width: 640px; height: 420px; right: -180px; top: -40px;  background: radial-gradient(closest-side, rgba(var(--signal-rvb), .10), transparent 72%); }
.wrap-tete { position: relative; z-index: 1; max-width: 1040px; margin: 0 auto; padding: 0 28px; }
.page-tete h1 { max-width: 12.34em; margin: 0 0 20px; font-size: clamp(34px, 4.8vw, 62px); }
.page-tete .chapo { max-width: 38.27em; margin-bottom: 18px; }
.page-tete .meta-art, .page-tete .legal-date { margin: 0; }
.page-tete .fil-barre { margin-bottom: 22px; }
.page-tete .back { margin-bottom: 18px; }
.page-tete .note-lang { margin-bottom: 0; max-width: 38.27em; }
.bande-preuve { background: var(--sol); border-bottom: 1px solid var(--bord); }
.bande-preuve dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; }
.bande-preuve > .wrap { max-width: 1160px; }
.bande-preuve div { padding: 24px 24px 24px 0; }
.bande-preuve div + div { padding-left: 22px; border-left: 1px solid var(--bord); }
.bande-preuve dt { font-size: clamp(23px, 2.3vw, 33px); font-weight: 700; letter-spacing: -.04em; color: var(--texte); line-height: 1; margin-bottom: 5px; font-variant-numeric: tabular-nums; }
.bande-preuve dt b { color: var(--mesure); font-weight: 700; }
.bande-preuve dd { margin: 0; font-size: 13px; color: var(--texte-2); line-height: 1.4; }
.article, .legal { max-width: none; margin: 0; padding: 0; }
.article-corps { max-width: 880px; margin-left: auto; margin-right: auto; }
.article-corps { padding: clamp(38px, 3.8vw, 58px) 28px 100px; counter-reset: sect; }
.article-corps > h2 { counter-increment: sect; position: relative; }
.article-corps > h2::before {
  content: counter(sect, decimal-leading-zero) " · ";
  color: var(--mesure); font-weight: 700; opacity: .55;
}
@media (min-width: 1180px) {
  .article-corps > h2::before {
    content: counter(sect, decimal-leading-zero);
    position: absolute; left: -104px; top: -.12em; width: 84px; text-align: right;
    font-size: 46px; font-weight: 800; letter-spacing: -.05em; line-height: 1;
    color: rgba(var(--mesure-rvb), .30); opacity: 1; pointer-events: none;
  }
}
.chapo { font-size: clamp(17px, 1.4vw, 20px); color: var(--texte-2); margin-bottom: 20px; max-width: 38.27em; }
.meta-art, .legal-date { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--texte-3); margin: 0 0 34px; }
.fil-barre { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 24px; }
.fil { font-family: var(--mono); font-size: 12.5px; color: var(--texte-3); margin: 0; overflow-wrap: anywhere; max-width: 100%; }
.fil-barre { min-width: 0; }
.fil a { color: var(--mesure); text-decoration: none; }
.fil a:hover { text-decoration: underline; }
.fil > span { margin: 0 8px; color: var(--texte-3); }
.fil-barre .lang { margin-left: auto; }
.back { display: inline-flex; align-items: center; gap: 8px; color: var(--mesure); text-decoration: none; font-size: 14.5px; margin-bottom: 26px; }
.back::before { content: "\2039"; font-size: 18px; }
.back:hover { text-decoration: underline; }
.article h2 { margin: 52px 0 16px; max-width: 14.81em; }
.article h3 { margin: 34px 0 10px; }
@layer prose { .article p, .article li, .article dd{ font-size: 17px; line-height: 1.72; color: var(--texte-2); margin-bottom: 15px; max-width: 41.97em; } }
.article ul, .article ol { padding-left: 24px; }
.article li { margin-bottom: 10px; }
.article li::marker { color: var(--texte-3); }
.article a:not(.btn):not(.b) { color: var(--mesure); }
.article h2[id], .article h3[id] { scroll-margin-top: 88px; }
.sommaire { padding: 22px 26px; margin: 24px 0 36px; }
.sommaire-titre { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--texte-3); margin: 0 0 12px; }
.sommaire ol { margin: 0; padding-left: 22px; columns: 2; column-gap: 32px; }
@layer prose { .sommaire li{ font-size: 15px; margin: 4px 0; break-inside: avoid; color: var(--texte-2); } }
.sommaire a { color: var(--mesure); text-decoration: none; }
.sommaire a:hover { text-decoration: underline; }
.encart, .encart-mesure, .mesure-datee, .note-lang {
  background: linear-gradient(180deg, var(--verre-fort), var(--verre));
  border: 1px solid var(--bord); border-left: 3px solid var(--mesure);
  border-radius: 0 var(--r) var(--r) 0; padding: 22px 26px; margin: 26px 0;
}
.encart p:last-child, .encart ul:last-child, .encart-mesure p:last-child { margin-bottom: 0; }
.titre-encart { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--mesure); margin: 0 0 12px; }
.encart-mesure-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 0 !important; }
.note-lang { font-size: 15px; }
.lang-note { font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; border: 1px solid currentColor; border-radius: 3px; padding: 1px 5px; margin-left: 6px; vertical-align: 1px; color: var(--texte-3); }
.shot-article { margin: 32px 0; }
.shot-article picture { position: relative; display: block; border-radius: var(--r); overflow: hidden; border: 1px solid var(--bord-fort); box-shadow: var(--elev-shot); }
.shot-article img { display: block; width: 100%; height: auto; }
.shot-article figcaption { font-size: 14px; color: var(--texte-3); margin-top: 14px; max-width: 41.97em; }
.dx-ou {
  font-size: 15px; line-height: 1.65; color: var(--texte-2);
  background: rgba(var(--encre-rvb), .05); border: 1px solid var(--bord); border-bottom: 0;
  border-radius: var(--r) var(--r) 0 0; margin: 20px 0 0; padding: 16px 20px 12px; overflow-wrap: anywhere;
}
.dx-ou::before { content: "où le vérifier"; display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--mesure); margin-bottom: 9px; }
html[lang="en"] .dx-ou::before { content: "where to check"; }
.dx-ou a { color: var(--mesure); }
.dx-ou code { background: transparent; border: 0; padding: 0; color: var(--mesure-2); font-weight: 600; }
.dx-ou + .dx-src { background: rgba(var(--encre-rvb), .05); border: 1px solid var(--bord); border-top: 1px dashed var(--bord); border-radius: 0 0 var(--r) var(--r); margin: 0; padding: 12px 20px 15px; color: var(--texte-3); }
.dx-src { font-family: var(--mono); font-size: 12.5px; line-height: 1.6; color: var(--texte-3); margin: 0 0 18px; overflow-wrap: anywhere; }
.dx-src code { background: transparent; border: 0; padding: 0; color: var(--mesure-2); font-weight: 600; }
.src-tbl, .src-long { font-family: var(--sans); font-size: 14.5px; line-height: 1.6; color: var(--texte-3); margin: 14px 0 0; max-width: 45.67em; }
.src-tbl code, .src-long code { font-family: var(--mono); font-size: .92em; background: transparent; border: 0; padding: 0; color: var(--mesure-2); font-weight: 600; overflow-wrap: anywhere; }
.tbl-note { font-size: 14px; color: var(--texte-3); margin-top: 12px; max-width: 45.67em; }
.signature { display: flex; flex-direction: column; gap: 4px; margin: 46px 0 0; padding: 24px 26px; background: var(--verre); border: 1px solid var(--bord); border-radius: var(--r); }
.sig-k { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--texte-3); margin: 0; }
.sig-nom { font-weight: 700; color: var(--texte); font-size: 17px; margin: 0; letter-spacing: -.02em; }
@layer prose { .signature p{ font-size: 14.5px; color: var(--texte-3); margin: 8px 0 0; max-width: 38.27em; } }
.cta-article { display: flex; flex-wrap: wrap; gap: 14px; margin: 36px 0; }
.suite { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--bord); }
.suite h2 { margin-top: 0; }
.suite-liens { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.suite-liens a { display: block; padding: 20px 22px; text-decoration: none; color: var(--texte); font-weight: 600; letter-spacing: -.02em; }
.suite-liens a span, .suite-liens a small { display: block; font-weight: 400; font-size: 14px; color: var(--texte-3); margin-top: 6px; letter-spacing: 0; }
.legal h1 { font-size: clamp(32px, 4.2vw, 52px); margin-bottom: 18px; }
.legal h2 { font-size: clamp(22px, 2.2vw, 30px); margin: 44px 0 14px; }
@layer prose { .legal p, .legal li, .legal dd{ font-size: 16.5px; color: var(--texte-2); max-width: 43.2em; } }
.legal ul, .legal ol { padding-left: 24px; }
@layer prose { .legal dt{ font-weight: 600; color: var(--texte); margin-top: 16px; } }
.legal dd { margin: 4px 0 0; color: var(--texte-2); }
.pied-legal { border-top: 1px solid var(--bord); padding: 32px 0 44px; background: var(--sol-2); }
.pied-legal .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px; }
.pied-legal nav { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.pied-legal nav a { font-size: 13.5px; color: var(--texte-2); text-decoration: none; }
.pied-legal nav a:hover { color: var(--texte); text-decoration: underline; }
.pied-legal p { flex-basis: 100%; font-family: var(--mono); font-size: 11.5px; color: var(--texte-3); margin: 6px 0 0; }
.tbl { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.tbl th, .tbl td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--bord); vertical-align: top; color: var(--texte-2); }
.tbl thead th { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--texte-3); font-weight: 400; }
.tbl td code { background: transparent; border: 0; padding: 0; color: var(--mesure-2); font-weight: 600; }
.tbl caption { text-align: left; }
.tbl-boite { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 24px 0; position: relative; border: 1px solid var(--bord); border-radius: var(--r); }
.tbl-boite .tbl { margin: 0; min-width: 480px; }
.tbl-boite:focus-visible { outline: 2px solid var(--mesure); outline-offset: 2px; }
.tbl-fam th { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mesure); background: var(--mesure-sourd); border-left: 3px solid var(--mesure); padding-top: 15px; padding-bottom: 13px; }
.tbl-cap tbody th[scope="row"] { font-weight: 500; color: var(--texte-2); text-align: left; font-family: var(--sans); font-size: 14.5px; text-transform: none; letter-spacing: 0; line-height: 1.45; }
.tbl-cap td { text-align: center; }
.tbl-cap thead th:not(:first-child) { text-align: center; }
.tbl-cap .tbl-note, .tbl-cap .tbl-dets { display: block; font-family: var(--mono); font-size: 11.5px; color: var(--texte-3); font-weight: 400; margin-top: 4px; }
.tbl-cap td.oui span[aria-hidden] { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: var(--mesure); color: var(--sur-mesure); font-size: 12px; font-weight: 700; line-height: 1; }
.tbl-cap td.non { color: var(--texte-3); }
.tbl-cap td:nth-child(4), .tbl-cap thead th:nth-child(4) { background: rgba(var(--signal-rvb), .06); }
.tbl-cap thead th:nth-child(4) { border-top: 3px solid var(--signal-plein); }
.tbl-prix td strong { color: var(--texte); }
.full { color: var(--mesure); font-weight: 600; }
.part { color: var(--texte-3); }
.tbl-verdict .full,
.tbl-verdict .part,
.tbl-verdict td > code {
  display: inline-flex; align-items: baseline; gap: 9px;
  font-family: var(--sans); font-size: 14.5px; letter-spacing: -.01em;
  background: transparent; border: 0; padding: 0;
}
.tbl-verdict .full::before,
.tbl-verdict .part::before,
.tbl-verdict td > code::before {
  content: ""; flex: none; width: 10px; height: 10px; border-radius: 50%;
  border: 1.6px solid currentColor; transform: translateY(1px);
  print-color-adjust: exact; -webkit-print-color-adjust: exact;
}
.tbl-verdict .full        { color: var(--texte);   font-weight: 600; }
.tbl-verdict .full::before { background: currentColor; }
.tbl-verdict .part        { color: var(--texte-2); font-weight: 500; }
.tbl-verdict .part::before { background: linear-gradient(90deg, currentColor 50%, transparent 50%); }
.tbl-verdict td > code    { color: var(--texte-3); font-weight: 400; }
.tbl-verdict th:last-child,
.tbl-verdict td:last-child {
  background: rgba(var(--mesure-rvb), .055);
  box-shadow: inset 1px 0 0 rgba(var(--mesure-rvb), .16);
}
.tbl-verdict thead th:last-child { color: var(--mesure); font-weight: 600; }
.tbl-verdict tbody tr:hover td { background: rgba(var(--encre-rvb), .035); }
.tbl-verdict tbody tr:hover td:last-child { background: rgba(var(--mesure-rvb), .1); }
@media (prefers-reduced-motion: reduce) { .tbl-verdict tbody tr:hover td { transition: none; } }
.dx-form { margin: 32px 0; counter-reset: dxq; }
.dx-q { position: relative; margin: 0 0 22px; padding: 26px 28px 24px; background: var(--verre);
  border: 1px solid var(--bord); border-radius: var(--r-l); counter-increment: dxq; }
.dx-q > legend { float: left; width: 100%; padding: 0; margin: 0;
  font-size: 17px; line-height: 1.45; font-weight: 600; letter-spacing: -.015em; color: var(--texte); }
.dx-num { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 400; color: var(--mesure); margin: 0 0 9px; }
@media (min-width: 1180px) {
  .dx-q::before { content: counter(dxq, decimal-leading-zero);
    position: absolute; left: -104px; top: 20px; width: 84px; text-align: right;
    font-family: var(--mono); font-size: 32px; font-weight: 600; letter-spacing: -.04em;
    line-height: 1; color: rgba(var(--mesure-rvb), .32); pointer-events: none; }
}
.dx-choix { clear: both; list-style: none; margin: 16px 0 0; padding: 0; }
.dx-opt { margin: 0 0 6px; }
.dx-opt label { display: flex; gap: 12px; align-items: flex-start; padding: 11px 13px;
  border-radius: 10px; cursor: pointer; font-size: 15.5px; line-height: 1.5; color: var(--texte-2);
  border: 1px solid transparent; transition: background-color .14s ease, border-color .14s ease; }
.dx-opt label:hover { background: var(--verre-fort); border-color: var(--bord); }
.dx-opt input { accent-color: var(--mesure); margin-top: 3px; flex: none; width: 17px; height: 17px; }
.dx-opt.est-choisi label { background: var(--mesure-sourd); border-color: rgba(var(--mesure-rvb), .3);
  color: var(--texte); font-weight: 500; }
.dx-appareil { border-left-color: var(--mesure); }
.dx-form .dx-choix { padding-left: 0; margin-left: 0; }
.dx-form .dx-q p, .dx-form .dx-opt { max-width: none; }
.dx-form .dx-ou { margin-bottom: 0; }
.dx-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.dx-vide, .dx-nojs, .dx-inconnu { font-size: 15px; color: var(--texte-3); background: var(--verre); border: 1px solid var(--bord); border-radius: var(--r); padding: 18px 22px; }
.dx-nul { color: var(--texte-3); }
.scan { position: relative; margin-top: 34px; border: 1px solid var(--bord); border-radius: var(--r-l); background: linear-gradient(180deg, rgba(var(--encre-rvb), .04), rgba(var(--encre-rvb), .03)); overflow: hidden; box-shadow: 0 30px 70px -34px rgba(var(--ombre-rvb), var(--ombre-a)); }
.scan-arete { position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--mesure), transparent); }
.scan-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 18px; padding: 18px 22px; border-bottom: 1px solid var(--bord); font-size: 14px; color: var(--texte-3); }
.scan-head .live { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--mesure); }
.scan-head .meta { margin-left: auto; font-family: var(--mono); font-size: 11.5px; }
.scan-corps { padding: 6px 0; }
.constat { display: grid; grid-template-columns: auto 1fr auto; gap: 6px 16px; align-items: baseline; padding: 14px 22px; border-bottom: 1px solid rgba(var(--encre-rvb), .05); }
.constat:last-child { border-bottom: 0; }
.sev { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 7px; }
.jauge rect { fill: var(--texte-3); }
.c-crit .sev { color: var(--crit); } .c-crit .jauge rect { fill: var(--crit); }
.c-elev .sev { color: var(--eleve); } .c-elev .jauge rect { fill: var(--eleve); }
.c-moy  .sev { color: var(--moyen); } .c-moy  .jauge rect { fill: var(--moyen); }
.c-faib .sev { color: var(--texte-3); }
.c-info .sev { color: var(--texte-3); }
.c-info .jauge rect { fill: rgba(var(--encre-rvb), .32); }
.cible { font-family: var(--mono); font-size: 13.5px; color: var(--texte); overflow-wrap: anywhere; }
.euro { font-family: var(--mono); font-size: 15px; font-weight: 600; color: var(--signal); white-space: nowrap; font-variant-numeric: tabular-nums; }
.euro.nul { color: var(--texte-3); font-weight: 400; }
.phrase { grid-column: 1 / -1; font-size: 14.5px; color: var(--texte-3); margin: 0; }
.scan-foot { display: flex; flex-wrap: wrap; gap: 10px 0; padding: 16px 22px; border-top: 1px solid var(--bord); font-size: 14px; color: var(--texte-3); }
.scan-foot span { padding: 0 22px; border-left: 1px solid var(--bord); }
.scan-foot span:first-child { padding-left: 0; border-left: 0; }
.scan-foot strong { color: var(--texte); }
.scan-foot .sain { color: var(--faible); }
.demande { max-width: 660px; margin: 30px auto 0; text-align: left; }
.demande-grille { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.demande label { display: block; font-size: 14px; font-weight: 500; color: var(--texte-2); margin-bottom: 14px; }
.demande input, .demande select, .demande textarea {
  display: block; width: 100%; margin-top: 7px; padding: 12px 14px; font: inherit; font-size: 15.5px;
  color: var(--texte); background: rgba(var(--encre-rvb), .05); border: 1px solid var(--bord-fort); border-radius: 10px; min-height: 48px;
}
.demande input::placeholder, .demande textarea::placeholder { color: var(--texte-3); }
.demande select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--texte-3) 50%), linear-gradient(135deg, var(--texte-3) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 34px; }
.demande select option { color: var(--texte); background: var(--sol-2); }
.demande :is(input, select, textarea):focus-visible { outline: 2px solid var(--mesure); outline-offset: 2px; border-color: var(--mesure); }
.demande .req { color: var(--signal); }
.demande .opt { font-weight: 400; color: var(--texte-3); }
.demande-pot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.demande-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 8px; }
.demande-repli { margin: 0; font-size: 14px; color: var(--texte-3); }
.demande-repli a { color: var(--texte); }
.demande-legal { font-size: 12.5px; color: var(--texte-3); margin: 16px 0 0; }
.note-install { font-size: 13.5px; color: var(--texte-3); max-width: 39.5em; margin: 20px auto 0; }
.print-entete { display: none; }
.essai { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: rgba(var(--sol-rvb), .94); backdrop-filter: blur(12px); border-top: 1px solid var(--mesure); padding: 12px 0; }
.essai b { color: var(--mesure); font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 1024px) {
  .footer-in { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (max-width: 900px) {
  .duo, .suite-liens, .demande-grille { grid-template-columns: 1fr; gap: 32px; }
  .demande-grille { gap: 0; }
  .chiffres { grid-template-columns: 1fr 1fr; }
  .ecran-cadre { transform: none; }
  .sommaire ol { columns: 1; }
  .article h2 { margin-top: 42px; }
}
@media (max-width: 720px) {
  .footer-in { grid-template-columns: 1fr 1fr; }
  .footer-col a, .pied a, .fil a, .pied-legal nav a { display: inline-flex; align-items: center; min-height: 44px; }
  .dx-opt label { min-height: 44px; padding: 13px 14px; }
  .dx-src, .tbl-note { font-size: 13.5px; }
  .scan-foot span { padding-left: 0; border-left: 0; }
  .constat { grid-template-columns: 1fr auto; }
  .cta-article .btn, .dx-actions .btn, .encart-mesure-actions .btn { width: 100%; }
}
@media (max-width: 560px) {
  .wrap, .wrap-narrow, .article-corps, .wrap-tete { padding-left: 20px; padding-right: 20px; }
  .chiffres { grid-template-columns: 1fr; }
  .footer-in { grid-template-columns: 1fr; gap: 28px; }
  .hero-cta .btn, .hero-cta .b { width: 100%; }
}
@media (max-width: 420px) {
  .nav .btn-ghost-d { display: none; }
  .nav .btn { padding: 9px 12px; font-size: 13px; }
  .brand, .marque { font-size: 15px; }
  .brand, .marque { min-width: 0; overflow: hidden; }
  .brand-name, .marque { white-space: nowrap; }
  .nav-in { gap: 10px; }
  .nav-burger { margin-left: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .btn:hover, .b:hover, .c:hover, .price-card:hover, .p-c:hover, .suite-liens a:hover { transform: none; }
}
@media (forced-colors: active) {
  .c,
.price-card,
.p-c,
.faq details,
.sommaire,
.ecran-cadre,
.duo-ecran,
.dx-q,
.scan,
.encart,
.encart-mesure,
.signature,
.tbl-boite { border: 1px solid CanvasText; }
  .lueur, .hl { -webkit-text-fill-color: CanvasText; color: CanvasText; background: none; }
  .c-ico, .lang-note { border: 1px solid CanvasText; }
  .tbl-cap td.oui span[aria-hidden] { border: 1px solid CanvasText; }
}
@media print {
  @page { margin: 16mm 14mm; }
  html, body { background: #fff !important; background-image: none !important; color: #111 !important; font-size: 11pt; }
  .nav,
.nav-secours,
.essai,
.skip,
.footer,
.pied,
.pied-legal,
.fil-barre .lang,
.hero-cta,
.cta-article,
.dx-actions,
.demande,
.encart-mesure,
.suite,
.sommaire,
.fin,
.section-cta,
.ecran-barre { display: none !important; }
  .hero::before, .hero::after, .fin::before, .section-cta::before,
  .ecran-cadre::after, .duo-ecran::after, .shot-article picture::after { display: none !important; }
  h1, h2, h3, h4, strong, b, .sig-nom, .cible, .scan-foot strong { color: #000 !important; }
  .lueur, .hl { -webkit-text-fill-color: #000; color: #000 !important; background: none; }
  p, li, dd, .chapo, .article p, .article li, .legal p, .legal li, .c p, .dx-src { color: #222 !important; }
  .c,
.price-card,
.p-c,
.faq details,
.sommaire,
.dx-q,
.scan,
.encart,
.encart-mesure,
.signature,
.tbl-boite,
.chiffres > div,
.note-lang,
.mesure-datee {
    background: #fff !important; border: 1px solid #999 !important; box-shadow: none !important; color: #222 !important;
  }
  .s, .section, .section-alt, .hero {
    background: #fff !important; padding: 12pt 0 !important; border: 0 !important;
  }
  .tag, .titre-encart, .dx-num, .sig-k, .meta-art, .legal-date, .sommaire-titre { color: #555 !important; }
  .tag::before { background: #555 !important; }
  .dx-ou, .dx-ou + .dx-src { background: #fff !important; color: #222 !important; border: 1px solid #999 !important; border-left: 3px solid #555 !important; border-radius: 0; }
  .dx-ou::before { color: #555 !important; }
  code, .dx-ou code, .dx-src code, .tbl td code { color: #000 !important; background: #f2f2f2 !important; border: 0; }
  .euro { color: #000 !important; }
  .chiffres { grid-template-columns: 1fr 1fr; }
  .faq { display: block; }
  .tbl-boite { overflow: visible !important; border: 0 !important; }
  .tbl-boite .tbl { min-width: 0 !important; font-size: 9pt; }
  .tbl th, .tbl td { color: #222 !important; border-bottom: 1px solid #bbb; }
  .tbl-fam th { color: #000 !important; background: #eee !important; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .tbl-cap td.oui span[aria-hidden] { background: #000 !important; color: #fff !important; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .print-entete { display: block !important; font-family: var(--mono); font-size: 8.5pt; color: #444 !important; border-bottom: 1px solid #bbb; padding-bottom: 6pt; margin-bottom: 14pt; }
  .article, .legal, .wrap, .wrap-narrow { max-width: none; padding: 0; }
  .article p, .article li, .legal p, .legal li { max-width: none; }
  a { color: #000 !important; text-decoration: underline; }
  .shot-article img, .ecran img, .duo-ecran img { display: none !important; }
  .shot-article figcaption { font-style: italic; }
}
.cta-fixe {
  position: sticky; bottom: 0; z-index: 60;
  background: rgba(var(--sol-rvb), .92); backdrop-filter: blur(14px);
  border-top: 1px solid var(--bord);
}
@supports not (backdrop-filter: blur(1px)) { .cta-fixe { background: var(--sol-2); } }
.cta-fixe-in { display: flex; align-items: center; gap: 14px; padding: 11px 28px; max-width: 1040px; }
.cta-fixe-txt { margin: 0 auto 0 0; font-size: 15px; font-weight: 600; color: var(--texte); letter-spacing: -.02em; }
.cta-fixe .btn { min-height: 44px; padding: 10px 18px; font-size: 14.5px; }
@media (max-width: 720px) {
  .cta-fixe-txt { display: none; }
  .cta-fixe-in { padding: 10px 20px; gap: 10px; }
  .cta-fixe .btn { flex: 1; }
}
.exergue {
  margin: 44px 0; padding: 0 0 0 26px; border-left: 3px solid var(--mesure);
  font-size: clamp(20px, 2vw, 27px); font-weight: 600; letter-spacing: -.028em;
  line-height: 1.32; color: var(--texte); max-width: 18.52em;
}
.reveal { opacity: 0; transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: calc(var(--rang, 0) * 70ms); }
.reveal.is-in { opacity: 1; transform: none; }
.palier .jauge.a-remplir rect { fill: rgba(var(--encre-rvb), .28); transition: fill .45s ease; }
.palier .jauge.a-remplir rect:nth-of-type(2) { transition-delay: .12s; }
.palier .jauge.a-remplir rect:nth-of-type(3) { transition-delay: .24s; }
.palier[data-cran="1"] .jauge.est-rempli rect:nth-of-type(-n+1),
.palier[data-cran="2"] .jauge.est-rempli rect:nth-of-type(-n+2),
.palier[data-cran="3"] .jauge.est-rempli rect:nth-of-type(-n+3) { fill: var(--mesure); }
.repart-barre.a-remplir { clip-path: inset(0 100% 0 0); transition: clip-path .9s cubic-bezier(.22, .8, .3, 1); }
.repart-barre.est-rempli { clip-path: inset(0 0 0 0); }
.cta-fixe--attend { transform: translateY(110%); transition: transform .34s cubic-bezier(.22, .8, .3, 1); }
.cta-fixe--attend.cta-fixe--visible { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; transition-delay: 0s; }
  .palier .jauge.a-remplir rect { transition: none; }
  .palier[data-cran="1"] .jauge.a-remplir rect:nth-of-type(-n+1),
  .palier[data-cran="2"] .jauge.a-remplir rect:nth-of-type(-n+2),
  .palier[data-cran="3"] .jauge.a-remplir rect:nth-of-type(-n+3) { fill: var(--mesure); }
  .repart-barre.a-remplir { clip-path: none; transition: none; }
  .cta-fixe--attend { transform: none; transition: none; }
}
@media print {
  .reveal { opacity: 1 !important; transform: none !important; }
  .palier .jauge.a-remplir rect { transition: none; }
  .palier[data-cran="1"] .jauge.a-remplir rect:nth-of-type(-n+1),
  .palier[data-cran="2"] .jauge.a-remplir rect:nth-of-type(-n+2),
  .palier[data-cran="3"] .jauge.a-remplir rect:nth-of-type(-n+3) { fill: #0B5F76 !important; }
  .repart-barre.a-remplir { clip-path: none !important; }
}
@media (max-width: 900px) {
  .bande-preuve dl { grid-template-columns: 1fr 1fr; }
  .bande-preuve div:nth-child(3) { border-left: 0; padding-left: 0; }
  .bande-preuve div:nth-child(n+3) { border-top: 1px solid var(--bord); }
}
@media (max-width: 520px) {
  .bande-preuve dl { grid-template-columns: 1fr; }
  .bande-preuve div + div { border-left: 0; padding-left: 0; border-top: 1px solid var(--bord); }
}
@media print {
  .cta-fixe, .bande-preuve { display: none !important; }
  .page-tete { background: #fff !important; border: 0; padding: 0 0 10pt; }
  .page-tete::before, .page-tete::after { display: none !important; }
  .wrap-tete { max-width: none; padding: 0; }
  .article > h2::before { display: none; }
  .exergue { border-left: 3px solid #555; color: #000 !important; }
}
.etapes { counter-reset: etape; display: grid; gap: 18px; margin: 8px 0 40px; }
.etape {
  counter-increment: etape; position: relative;
  background: linear-gradient(180deg, var(--verre-fort), var(--verre));
  border: 1px solid var(--bord); border-radius: var(--r-l);
  padding: 30px 32px 26px 92px;
}
.etape::before {
  content: counter(etape, decimal-leading-zero);
  position: absolute; left: 26px; top: 28px;
  font-size: 34px; font-weight: 800; letter-spacing: -.05em; line-height: 1;
  color: var(--mesure); opacity: .38; font-variant-numeric: tabular-nums;
}
.etape::after {
  content: ""; position: absolute; left: 41px; top: 74px; bottom: -18px; width: 1px;
  background: linear-gradient(180deg, rgba(var(--mesure-rvb), .3), transparent);
}
.etape:last-child::after { display: none; }
.etape > h2 { margin: 0 0 14px; font-size: clamp(21px, 1.9vw, 26px); max-width: 16.05em; }
.etape > h2::before { display: none; }
.etape p:last-child, .etape ul:last-child { margin-bottom: 0; }
.sla-grille { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin: 26px 0 34px; }
.sla {
  position: relative; padding: 26px 26px 22px; border-radius: var(--r-l);
  background: linear-gradient(180deg, var(--verre-fort), var(--verre)); border: 1px solid var(--bord);
}
.sla::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; border-radius: var(--r-l) var(--r-l) 0 0; }
.sla--crit::before { background: var(--crit); }
.sla--elev::before { background: var(--eleve); }
.sla--moy::before  { background: var(--moyen); }
.sla-niv { font-family: var(--mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 10px; }
.sla--crit .sla-niv { color: var(--crit); }
.sla--elev .sla-niv { color: var(--eleve); }
.sla--moy  .sla-niv { color: var(--moyen); }
.sla-def { font-size: 15.5px; color: var(--texte); font-weight: 600; letter-spacing: -.015em; margin: 0 0 18px; min-height: 3.6em; }
@media (max-width: 720px) { .sla-def { min-height: 0; } }
.sla dl { margin: 0; display: grid; gap: 10px; }
.sla dl > div { display: block; padding-bottom: 11px; border-bottom: 1px solid rgba(var(--encre-rvb), .06); }
.sla dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.sla dt { font-size: 12.5px; color: var(--texte-3); margin: 0 0 3px; }
.sla dd { margin: 0; font-family: var(--mono); font-size: 14.5px; font-weight: 600; color: var(--texte); }
.liste-cochee { list-style: none; padding-left: 0 !important; }
.liste-cochee li { position: relative; padding-left: 30px; }
.liste-cochee li::before {
  content: ""; position: absolute; left: 2px; top: 11px; width: 10px; height: 6px;
  border-left: 2px solid var(--mesure); border-bottom: 2px solid var(--mesure); transform: rotate(-45deg);
}
.ecran-cadre, .duo-ecran, .shot-article picture {
  --lueur-ecran: 0 0 0 1px rgba(255,255,255,.10), 0 30px 90px -30px rgba(0,0,0,.95), 0 0 120px -20px rgba(120, 190, 255, .18);
}
.shot-article picture { box-shadow: var(--lueur-ecran); }
@media (max-width: 720px) {
  .etape { padding: 24px 22px 22px 22px; }
  .etape::before { position: static; display: block; margin-bottom: 10px; font-size: 28px; }
  .etape::after { display: none; }
}
@media print {
  .etapes { display: block; }
  .etape { background: #fff !important; border: 1px solid #999 !important; padding: 12pt !important; margin-bottom: 10pt; break-inside: avoid; }
  .etape::before { color: #555 !important; position: static; display: block; }
  .etape::after { display: none; }
  .sla { background: #fff !important; border: 1px solid #999 !important; break-inside: avoid; }
  .sla-def, .sla dd { color: #000 !important; }
  .sla dt { color: #444 !important; }
  .liste-cochee li::before { border-color: #555 !important; }
}
.offres { display: grid; grid-template-columns: repeat(auto-fit, minmax(228px, 1fr)); gap: 18px; margin: 26px 0 30px; align-items: stretch; }
@media (min-width: 1240px) {
  .article-corps > .offres,
  .article-corps > .tbl-boite,
  .article-corps > .sla-grille,
  .article-corps > .etapes,
  .article-corps > .tbl-boite + .tbl-legende,
  .article-corps > .tbl-boite + .src-tbl { margin-inline: -168px; }
  .offres { grid-template-columns: repeat(5, 1fr); }
}
@media (min-width: 1440px) {
  .article-corps > .offres,
  .article-corps > .tbl-boite,
  .article-corps > .sla-grille,
  .article-corps > .etapes,
  .article-corps > .tbl-boite + .tbl-legende,
  .article-corps > .tbl-boite + .src-tbl { margin-inline: -248px; }
}
.offre {
  position: relative; display: flex; flex-direction: column;
  padding: 28px 24px 22px; border-radius: var(--r-l);
  background: linear-gradient(180deg, var(--verre-fort), var(--verre));
  border: 1px solid var(--bord);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.offre:hover { transform: translateY(-3px); border-color: var(--bord-fort); box-shadow: 0 22px 46px -24px rgba(var(--ombre-rvb), var(--ombre-a)); }
.offre--hl { border-color: rgba(var(--signal-rvb), .4); background: linear-gradient(180deg, rgba(var(--signal-rvb), .10), rgba(var(--signal-rvb), .02)); box-shadow: 0 0 60px -22px rgba(var(--signal-rvb), .30); }
.offre-flag { position: absolute; top: -11px; left: 20px; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; background: var(--signal-plein); color: var(--sur-signal); padding: 4px 11px; border-radius: 6px; font-weight: 600; white-space: nowrap; }
.offre h2 { font-size: 19.5px; margin: 0 0 5px; letter-spacing: -.025em; }
.offre-base { font-family: var(--mono); font-size: 11.5px; color: var(--texte-3); margin: 0 0 18px; min-height: 3.2em; }
.offre-mt { font-size: clamp(30px, 2.5vw, 39px); font-weight: 700; letter-spacing: -.05em; color: var(--texte); line-height: 1; margin: 0; font-variant-numeric: tabular-nums; white-space: nowrap; }
.offre--hl .offre-mt { color: var(--signal); }
.offre-per { font-size: 12.5px; color: var(--texte-3); margin: 7px 0 11px; }
.offre-pas {
  margin: 0 0 20px; min-height: 3em;
  padding-left: 11px; border-left: 2px solid var(--bord);
  font-family: var(--mono); font-size: 11.5px; line-height: 1.5; letter-spacing: -.01em;
  color: var(--texte-3); font-variant-numeric: tabular-nums; white-space: pre-line;
}
.offre-plus {
  margin: 0 0 11px; padding-top: 2px; min-height: 2.7em;
  font-size: 12.5px; line-height: 1.35; font-weight: 600;
  letter-spacing: -.01em; color: var(--texte-3);
}
.offre-plus::after { content: "\A0:"; }
.offre--hl .offre-plus { color: var(--signal); }
.offre-li { list-style: none; margin: 0 0 18px; padding: 0; }
.offre-li li { position: relative; padding: 6px 0 6px 21px; font-size: 14px; color: var(--texte-2); }
.offre-li li::before { content: ""; position: absolute; left: 0; top: 12px; width: 8px; height: 5px; border-left: 2px solid var(--mesure); border-bottom: 2px solid var(--mesure); transform: rotate(-45deg); }
.offre-pied { margin: auto 0 0; padding-top: 14px; border-top: 1px solid var(--bord); display: grid; gap: 8px; }
.offre-pied > div { display: block; }
.offre-pied dd code { white-space: nowrap; }
.offre-pied dt { font-size: 11.5px; color: var(--texte-3); margin: 0; }
.offre-pied dd { margin: 3px 0 0; font-size: 12.5px; color: var(--texte-2); text-align: left; font-family: var(--mono); }
.offre-pied code { background: transparent; border: 0; padding: 0; font-size: 11px; letter-spacing: .04em; color: var(--mesure-2); }
@media print {
  .offres { display: grid; grid-template-columns: 1fr 1fr; }
  .offre { background: #fff !important; border: 1px solid #999 !important; box-shadow: none !important; break-inside: avoid; }
  .offre-mt, .offre h3 { color: #000 !important; }
  .offre-base, .offre-per, .offre-pied dt, .offre-pied dd { color: #444 !important; }
  .offre-flag { background: #000 !important; color: #fff !important; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
.palier { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.palier .jauge { flex: none; }
.palier .jauge rect { fill: rgba(var(--encre-rvb), .28); }
.palier[data-cran="1"] .jauge rect:nth-of-type(-n+1),
.palier[data-cran="2"] .jauge rect:nth-of-type(-n+2),
.palier[data-cran="3"] .jauge rect:nth-of-type(-n+3) { fill: var(--mesure); }
.cartouche { display: flex; flex-wrap: wrap; gap: 0; margin: 30px 0 0; }
.cartouche > div { padding: 0 30px; border-left: 1px solid rgba(var(--mesure-rvb), .28); min-width: 0; }
.cartouche > div:first-child { padding-left: 0; border-left: 0; }
.cartouche dt { font-family: var(--mono); font-size: clamp(28px, 3.2vw, 42px); font-weight: 600;
  color: var(--texte); line-height: 1.05; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.cartouche dd { margin: 10px 0 0; font-size: 13px; line-height: 1.45; color: var(--texte-2); max-width: 16.05em; }
.cartouche .val-mesure { color: var(--mesure); }
.cartouche .palier { font-size: 22px; gap: 12px; letter-spacing: -.01em; white-space: normal; color: var(--texte); }
.cartouche .palier .jauge { width: 22px; height: 19px; }
@media (max-width: 720px) {
  .cartouche { gap: 22px 0; }
  .cartouche > div { flex: 1 1 100%; padding: 0 0 0 18px; border-left: 1px solid rgba(var(--mesure-rvb), .28); }
  .cartouche > div:first-child { padding-left: 18px; border-left: 1px solid rgba(var(--mesure-rvb), .28); }
}
.fam-grille { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 30px 0 38px; }
@media (max-width: 980px) { .fam-grille { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .fam-grille { grid-template-columns: 1fr; } }
.fam { position: relative; display: grid; grid-template-rows: auto auto auto auto 1fr; min-width: 0;
  padding: 22px 22px 0; background: var(--verre); border: 1px solid var(--bord); border-radius: var(--r);
  text-decoration: none; overflow: hidden;
  transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.fam::after { content: ""; position: absolute; top: 0; left: 0; width: 62px; height: 3px; background: var(--mesure); }
.fam:hover { border-color: var(--bord-fort); background: var(--verre-fort); transform: translateY(-3px); }
.fam:focus-visible { outline: 3px solid var(--mesure); outline-offset: 2px; }
.fam-head { grid-row: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.fam-head .palier { font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--texte-3); }
.fam-ico { color: var(--mesure); flex: none; display: block; }
.fam-num { grid-row: 2; font-family: var(--mono); display: flex; align-items: baseline; flex-wrap: wrap;
  gap: 0 10px; margin-top: 16px; }
.fam-num .v { font-size: clamp(28px, 3vw, 36px); font-weight: 600; letter-spacing: -.03em;
  font-variant-numeric: tabular-nums; line-height: 1.05; color: var(--texte); }
.fam-lib { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--texte-3); }
.fam > strong { grid-row: 3; display: block; font-size: 20px; font-weight: 700; color: var(--texte);
  letter-spacing: -.02em; margin-top: 8px; }
.fam-j1 { grid-row: 4; align-self: start; display: block; font-family: var(--mono); font-size: 11.5px;
  letter-spacing: .03em; line-height: 1.45; color: var(--mesure); margin-top: 8px; }
.fam-j1.est-nulle { color: var(--texte-3); }
.fam-res { grid-row: 5; display: block; font-size: 14px; line-height: 1.6; color: var(--texte-2);
  margin-top: 12px; padding-bottom: 26px; }
.fam-regle { grid-row: 5; align-self: end; height: 8px; }
.tbl-portes { table-layout: fixed; }
.tbl-portes td, .tbl-portes thead th:not(:first-child) { text-align: left; }
.tbl-portes tbody th[scope="row"] { padding-right: 26px; }
.tbl-portes--cap-offre-etat col.c-cap { width: 58%; }
.tbl-portes--cap-offre-etat col.c-offre { width: 20%; }
.tbl-portes--cap-offre-etat col.c-etat { width: 22%; }
.tbl-portes--cap-offre col.c-cap { width: 70%; }
.tbl-portes--cap-offre col.c-offre { width: 30%; }
.tbl-portes--cap-etat col.c-cap { width: 70%; }
.tbl-portes--cap-etat col.c-etat { width: 30%; }
.tbl-portes .tbl-note code { font-family: var(--mono); font-size: 12px; font-weight: 600;
  background: transparent; border: 0; padding: 0; color: var(--mesure-2); }
.tbl-portes .etat-ouverte { color: var(--mesure); font-weight: 600; }
.tbl-portes .palier { font-family: var(--mono); font-size: 11.5px; letter-spacing: .06em; color: var(--texte-2); }
.tbl-boite--moyen .tbl { min-width: 620px; }
.tbl-boite--court .tbl { min-width: 420px; }
.tbl-chiffres td, .tbl-chiffres thead th:not(:first-child) { text-align: right; font-variant-numeric: tabular-nums; }
.tbl-titre { display: block; font-family: var(--mono); font-size: 12px; letter-spacing: .08em;
  text-transform: uppercase; color: var(--texte-3); margin-bottom: 10px; }
.tbl-legende { font-size: 13px; line-height: 1.55; color: var(--texte-3); max-width: 48.14em; margin: -10px 0 26px; }
.tbl-legende-m { color: var(--texte-2); font-weight: 600; }
.tbl-cle { margin: 22px 0 30px; }
.tbl-cle dl { margin: 0; }
.tbl-cle dl > div, .angles > div { display: grid; grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  gap: 0 26px; padding: 16px 0; border-top: 1px solid var(--bord); }
.tbl-cle dl > div:last-child, .angles > div:last-child { border-bottom: 1px solid var(--bord); }
.tbl-cle dt, .angles dt { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--texte-3); margin: 0; }
.tbl-cle dd { margin: 0; font-size: 15px; line-height: 1.5; color: var(--texte-2); font-weight: 500; }
.tbl-cle-portee { font-weight: 400; color: var(--texte-3); }
.angles { margin: 26px 0 36px; }
.angles dd { margin: 0; font-size: 15.5px; line-height: 1.62; color: var(--texte-2); }
.angles-trio { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 34px; margin: 26px 0 36px; }
.angles-trio > div { display: block; min-width: 0; padding: 18px 0 20px;
  border-top: 1px solid var(--bord); border-bottom: 1px solid var(--bord); }
.angles-trio dt { margin-bottom: 9px; }
.angles-trio dd { font-size: 15px; line-height: 1.6; }
@media (max-width: 760px) {
  .tbl-cle dl > div, .angles > div { grid-template-columns: 1fr; gap: 8px; }
  .angles-trio { grid-template-columns: 1fr; gap: 0; }
}
.repart { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 46px; margin: 26px 0 36px; }
@media (max-width: 860px) { .repart { grid-template-columns: 1fr; } }
.repart-b { min-width: 0; }
.repart-k { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--texte-3); margin: 0 0 12px; }
.repart-barre { display: block; width: 100%; height: 12px; margin-bottom: 18px; border-radius: 3px; }
.repart-barre .s1 { fill: var(--mesure); }
.repart-barre .s2 { fill: rgba(var(--encre-rvb), .28); }
.repart-barre .s3 { fill: rgba(var(--mesure-rvb), .45); }
.repart-leg { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; }
.repart-leg > div { min-width: 0; padding-top: 11px; border-top: 3px solid rgba(var(--encre-rvb), .28); }
.repart-leg > div.s1 { border-top-color: var(--mesure); }
.repart-leg > div.s3 { border-top-color: rgba(var(--mesure-rvb), .45); }
.repart-leg dt { font-family: var(--mono); font-size: 24px; font-weight: 600; color: var(--texte);
  font-variant-numeric: tabular-nums; line-height: 1.05; letter-spacing: -.03em; }
.repart-leg dd { margin: 8px 0 0; font-size: 12.5px; line-height: 1.45; color: var(--texte-2); }
.repart-leg .palier { font-size: 13px; gap: 7px; }
@media (max-width: 560px) { .repart-leg { grid-template-columns: 1fr; } }
.pointille { stroke-dasharray: 3 3; opacity: .55; }
.suggest-lang {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px;
  padding: 11px clamp(20px, 4vw, 40px);
  background: var(--mesure-sourd);
  border-bottom: 1px solid rgba(var(--mesure-rvb), .28);
  font-size: 14.5px; line-height: 1.45; color: var(--texte-2);
}
.suggest-lang a {
  color: var(--mesure); font-weight: 600;
  text-decoration-thickness: 1px; text-underline-offset: 3px;
  transition: text-decoration-thickness .18s ease, text-underline-offset .18s ease;
}
.suggest-lang a:hover { text-decoration-thickness: 2px; text-underline-offset: 4px; }
.suggest-lang button {
  margin-left: auto; min-height: 34px; padding: 6px 13px;
  font: inherit; font-size: 13.5px;
  color: var(--texte-3); background: transparent;
  border: 1px solid var(--bord); border-radius: 8px; cursor: pointer;
  transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}
.suggest-lang button:hover { color: var(--texte); border-color: var(--bord-fort); background: var(--verre-fort); }
.suggest-lang button:focus-visible { outline: 2px solid var(--mesure); outline-offset: 2px; }
@media (max-width: 620px) {
  .suggest-lang { padding: 10px 20px; }
  .suggest-lang button { margin-left: 0; min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .suggest-lang a, .suggest-lang button { transition: none; }
}
@media print { .suggest-lang { display: none !important; } }
h1,
h2,
h3,
.chapo,
.lede,
.hero-lede,
.offre h2,
.fam > strong,
.sla-niv,
.dx-q > legend { text-wrap: balance; }
@layer base { p, li, dd, figcaption { text-wrap: pretty; } }
::selection { background: rgba(var(--mesure-rvb), .22); color: var(--texte); }
.demande :is(input, textarea) { caret-color: var(--mesure); }
html { scrollbar-color: var(--bord-fort) transparent; }
.tbl-boite { scrollbar-width: thin; scrollbar-color: var(--bord-fort) transparent; }
.article a:not(.btn):not(.b), .legal a:not(.btn) {
  text-decoration-thickness: 1px; text-underline-offset: 3px;
  transition: text-decoration-thickness .18s ease, text-underline-offset .18s ease, color .18s ease;
}
.article a:not(.btn):not(.b):hover, .legal a:not(.btn):hover {
  text-decoration-thickness: 2px; text-underline-offset: 4px;
}
@keyframes og-pouls {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .35; transform: scale(.82); }
}
.scan-head .live { display: inline-flex; align-items: center; gap: 9px; }
.scan-head .live::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; flex: none;
  background: var(--mesure); box-shadow: 0 0 0 3px rgba(var(--mesure-rvb), .18);
  animation: og-pouls 2.2s ease-in-out infinite;
}
@keyframes og-balayage {
  from { transform: translateX(-100%); }
  to   { transform: translateX(100%); }
}
.scan { overflow: hidden; }
.scan-arete { overflow: hidden; background: rgba(var(--mesure-rvb), .22); }
.scan.is-scanning .scan-arete::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, var(--mesure), transparent);
  animation: og-balayage 1.5s cubic-bezier(.4, 0, .2, 1) both;
}
@supports (interpolate-size: allow-keywords) {
  :root { interpolate-size: allow-keywords; }
  .faq details::details-content {
    block-size: 0; overflow: hidden;
    transition: block-size .32s cubic-bezier(.22, .8, .3, 1), content-visibility .32s allow-discrete;
  }
  .faq details[open]::details-content { block-size: auto; }
}
.faq summary::after { transition: transform .22s cubic-bezier(.22, .8, .3, 1); }
.faq details[open] summary::after { transform: rotate(180deg); }
@media (prefers-reduced-motion: reduce) {
  .scan-head .live::before { animation: none; }
  .scan.is-scanning .scan-arete::after { animation: none; opacity: 0; }
  .faq details::details-content { transition: none; }
  .faq summary::after { transition: none; }
  .article a:not(.btn):not(.b), .legal a:not(.btn) { transition: none; }
}
@media print {
  .scan-head .live::before { animation: none; }
  .scan.is-scanning .scan-arete::after { display: none; }
  .faq details::details-content { block-size: auto; overflow: visible; }
}
:root {
  --grad-pas: 9px;
  --grad-haut: 8px;
  --grad-haut-l: 14px;
  --grad-encre: rgba(var(--mesure-rvb), .55);
  --grad-encre-l: rgba(var(--mesure-rvb), .92);
  --trame-pas: 34px;
  --trame-encre: rgba(var(--mesure-rvb), .085);
  --repere: 9px;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --grad-encre: rgba(var(--mesure-rvb), .46);
    --grad-encre-l: rgba(var(--mesure-rvb), .82);
    --trame-encre: rgba(var(--mesure-rvb), .07);
  }
}
:root[data-theme="dark"] {
  --grad-encre: rgba(var(--mesure-rvb), .46);
  --grad-encre-l: rgba(var(--mesure-rvb), .82);
  --trame-encre: rgba(var(--mesure-rvb), .07);
}
.tag::before {
  width: 64px; height: var(--grad-haut-l);
  background:
    repeating-linear-gradient(90deg, var(--grad-encre-l) 0 1px, transparent 1px calc(var(--grad-pas) * 5)),
    repeating-linear-gradient(90deg, var(--grad-encre) 0 1px, transparent 1px var(--grad-pas));
  background-repeat: repeat-x;
  background-position: 0 100%, 0 100%;
  background-size: 100% var(--grad-haut-l), 100% var(--grad-haut);
  align-self: center;
}
.tag--risque::before {
  --grad-encre: rgba(var(--signal-rvb), .5);
  --grad-encre-l: rgba(var(--signal-rvb), .78);
}
.tag-center::after {
  content: ""; width: 64px; height: var(--grad-haut-l); flex: none; align-self: center;
  background:
    repeating-linear-gradient(90deg, var(--grad-encre-l) 0 1px, transparent 1px calc(var(--grad-pas) * 5)),
    repeating-linear-gradient(90deg, var(--grad-encre) 0 1px, transparent 1px var(--grad-pas));
  background-repeat: repeat-x;
  background-position: 0 100%, 0 100%;
  background-size: 100% var(--grad-haut-l), 100% var(--grad-haut);
}
.section-alt, .hero, .section-cta { position: relative; }
.section-alt::before, .section-cta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    repeating-linear-gradient(90deg, var(--trame-encre) 0 1px, transparent 1px var(--trame-pas)),
    repeating-linear-gradient(0deg,  var(--trame-encre) 0 1px, transparent 1px var(--trame-pas));
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 45%, #000 40%, transparent 100%);
          mask-image: radial-gradient(ellipse 90% 80% at 50% 45%, #000 40%, transparent 100%);
}
.section-alt > .wrap, .section-alt > .wrap-narrow,
.section-cta > .wrap, .section-cta > .wrap-narrow { position: relative; z-index: 1; }
.hero h1 { position: relative; padding-bottom: 22px; }
.hero h1::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: var(--grad-haut-l);
  background:
    linear-gradient(90deg, var(--grad-encre-l), transparent) 0 100% / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, var(--grad-encre-l) 0 1px, transparent 1px calc(var(--grad-pas) * 5)),
    repeating-linear-gradient(90deg, var(--grad-encre) 0 1px, transparent 1px var(--grad-pas));
  background-repeat: no-repeat, repeat-x, repeat-x;
  background-position: 0 100%, 0 100%, 0 100%;
  background-size: 100% 1px, 100% var(--grad-haut-l), 100% var(--grad-haut);
  -webkit-mask-image: linear-gradient(90deg, #000 74%, transparent 100%);
          mask-image: linear-gradient(90deg, #000 74%, transparent 100%);
}
.chiffres > div, .bande-preuve div { position: relative; }
.chiffres dt, .bande-preuve dt { position: relative; padding-bottom: 12px; }
.chiffres dt::after, .bande-preuve dt::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 84px; height: var(--grad-haut);
  background:
    linear-gradient(90deg, var(--grad-encre-l), transparent) 0 100% / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, var(--grad-encre) 0 1px, transparent 1px var(--grad-pas));
  background-repeat: no-repeat, repeat-x;
  background-position: 0 100%, 0 100%;
  background-size: 100% 1px, 100% var(--grad-haut);
}
.c, .sla, .offre, .fam { position: relative; }
.c::after, .sla::after, .offre::after, .fam::after {
  content: ""; position: absolute; inset: 9px; pointer-events: none; z-index: 0;
  background:
     linear-gradient(90deg, var(--grad-encre-l) 0 var(--repere), transparent 0) 0 0 / 100% 1px no-repeat,
    linear-gradient(180deg, var(--grad-encre-l) 0 var(--repere), transparent 0) 0 0 / 1px 100% no-repeat,
     linear-gradient(270deg, var(--grad-encre-l) 0 var(--repere), transparent 0) 100% 100% / 100% 1px no-repeat,
    linear-gradient(0deg, var(--grad-encre-l) 0 var(--repere), transparent 0) 100% 100% / 1px 100% no-repeat;
  opacity: .75;
  transition: opacity .18s ease, inset .18s ease;
}
.c:hover::after, .offre:hover::after, .fam:hover::after { opacity: 1; inset: 6px; }
@layer socle { .c > *, .sla > *, .offre > *, .fam > *{ position: relative; z-index: 1; } }
.offre-flag { z-index: 2; }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .tag::before, .tag-center::after, .hero h1::after,
    .chiffres dt::after, .bande-preuve dt::after {
      animation: trace-echelle linear both;
      animation-timeline: view();
      animation-range: entry 6% cover 26%;
    }
    .hero h1::after { animation: trace-echelle .9s cubic-bezier(.16, 1, .3, 1) .25s both; animation-timeline: auto; }
  }
}
@keyframes trace-echelle {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0 0 0); }
}
@media print {
  .section-alt::before, .section-cta::before,
  .c::after, .sla::after, .offre::after, .fam::after,
  .chiffres dt::after, .bande-preuve dt::after,
  .tag-center::after { display: none !important; }
  .tag::before { background: #000 !important; height: 1px !important; width: 26px !important; }
  .hero h1::after { background: #000 !important; height: 1px !important;
                    -webkit-mask-image: none !important; mask-image: none !important; }
}
a, button, summary, label, [role="button"], input, select, textarea { touch-action: manipulation; }
a, button, summary, label, [role="button"] { -webkit-tap-highlight-color: transparent; }
.btn:active { transform: translateY(1px); }
@media (prefers-reduced-motion: reduce) { .btn:active { transform: none; } }
.nav { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.cta-fixe {
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  padding-left: calc(clamp(20px, 4vw, 40px) + env(safe-area-inset-left));
  padding-right: calc(clamp(20px, 4vw, 40px) + env(safe-area-inset-right));
}
.tbl-boite { overscroll-behavior-x: contain; }
@layer socle { h1[id], h2[id], h3[id], h4[id], [id] > h1, [id] > h2, [id] > h3, [id] > h4{ scroll-margin-top: 88px; } }
@view-transition { navigation: auto; }
.nav { view-transition-name: entete; }
.footer { view-transition-name: pied; }
.cta-fixe { view-transition-name: barre-cta; }
::view-transition-group(entete),
::view-transition-group(pied),
::view-transition-group(barre-cta) { animation-duration: .001s; }
::view-transition-old(root) { animation: fondu-sortie .16s cubic-bezier(.16, 1, .3, 1) both; }
::view-transition-new(root) { animation: fondu-entree .22s cubic-bezier(.16, 1, .3, 1) both; }
@keyframes fondu-sortie { to { opacity: 0; } }
@keyframes fondu-entree { from { opacity: 0; transform: translateY(6px); } }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-new(root) { animation: fondu-entree .18s linear both; transform: none; }
  @keyframes fondu-entree { from { opacity: 0; } }
}
.offres, .grille, .sla-grille, .fam-grille { container-type: inline-size; }
.offre, .c, .sla, .fam { container-type: inline-size; }
@container (max-width: 180px) {
  .offre-pas { font-size: 11px; min-height: 0; margin-bottom: 14px; }
  .offre-plus { font-size: 11.5px; min-height: 0; }
  .offre-li li { font-size: 13px; padding-block: 4px; }
}
.demande textarea { field-sizing: content; min-height: 5lh; max-height: 18lh; }
@media print {
  .fam-grille { grid-template-columns: repeat(2, 1fr); }
  .fam { background: #fff !important; border: 1px solid #999 !important; break-inside: avoid; }
  .cartouche, .repart, .angles-trio, .sla-grille { break-inside: avoid; }
  .fam > strong, .fam-num .v, .cartouche dt, .repart-leg dt,
  .cartouche .palier { color: #000 !important; }
  .fam-res, .cartouche dd, .angles dd, .tbl-cle dd, .repart-leg dd,
  .tbl-legende-m { color: #333 !important; }
  .fam-lib, .fam-head .palier, .fam-j1.est-nulle, .tbl-titre, .tbl-legende,
  .tbl-cle dt, .angles dt, .tbl-cle-portee, .repart-k,
  .tbl-portes .palier { color: #555 !important; }
  .cartouche .val-mesure, .fam-ico, .fam-j1,
  .tbl-portes .etat-ouverte, .tbl-portes .tbl-note code { color: #0B5F76 !important; }
  .fam::after, .repart-barre, .palier .jauge rect,
  .repart-leg > div { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .fam::after { background: #0B5F76 !important; }
  .palier .jauge rect { fill: #8A8A8A !important; }
  .palier[data-cran="1"] .jauge rect:nth-of-type(-n+1),
  .palier[data-cran="2"] .jauge rect:nth-of-type(-n+2),
  .palier[data-cran="3"] .jauge rect:nth-of-type(-n+3) { fill: #0B5F76 !important; }
  .repart-barre .s1 { fill: #0B5F76 !important; }
  .repart-barre .s2 { fill: #8A8A8A !important; }
  .repart-barre .s3 { fill: #4A8C9E !important; }
  .repart-leg > div { border-top-color: #8A8A8A !important; }
  .repart-leg > div.s1 { border-top-color: #0B5F76 !important; }
  .repart-leg > div.s3 { border-top-color: #4A8C9E !important; }
  .cartouche > div { border-left-color: #999 !important; }
  .tbl-cle dl > div, .angles > div, .angles-trio > div { border-color: #999 !important; }
}
@media (prefers-reduced-motion: reduce) {
  .fam { transition: none; }
  .fam:hover { transform: none; }
}
