/* ⚠ FICHIER GÉNÉRÉ — la source commentée est sources/assets/styles.css.
   Éditer ici ne sert à rien : la prochaine exécution de
   scripts/construire-assets.mjs écrase ce fichier. */
@layer socle, page;
:root {
  --aubergine:#170C24;
  --creme:#F2EEE3;
  --or:#E8B923;
  --or-lisere:#7A560A;
  --teal:#3FA6A0;
  --teal-vif:#7FD4CE;
  --teal-clair:#20605C;
  --rose:#E23FA0;
  --succes:#34D399;
  --erreur:#F43F5E;
  --rose-clair:#B02C7D;
  color-scheme: dark;
  --bg:var(--aubergine);
  --carte:#271738;
  --fg:var(--creme);
  --fg2:#9B9798;
  --or-doux-fond:rgba(232,185,35,.15);
  --or-doux-bord:rgba(232,185,35,.47);
  --surf:var(--carte);
  --surf-haute:#2F1D44;
  --bord-controle:#6E727C;
  --bord-forme:#635E64;
  --e-titre:12px;
  --e-tete:22px;
  --teal-doux:rgba(63,166,160,.14);
  --rose-doux:rgba(226,63,160,.18);
  --track-micro:.14em;
  --track-meta:.05em;
  --accent-text:var(--or);
  --btn-bg:var(--or);
  --btn-fg:var(--aubergine);
  --btn-ombre:0 16px 38px -18px rgba(0,0,0,.75);
  --nav-bg:rgba(23,12,36,.88);
  --halo:rgba(232,185,35,.14);
  --halo-focus:rgba(232,185,35,.16);
  --sel:rgba(232,185,35,.28);
  --rampe:linear-gradient(
      to top,#8A6109 0%,#B98B12 16%,#E8B923 34%,#FFF7DC 47%,
      #F0C62E 60%,#C99413 78%,#FFE47A 100%);
  --aff-soleil:block;
  --aff-lune:none;
  --max:1240px;
  --gouttiere:clamp(20px,4.6vw,40px);
  --rythme:clamp(56px,6vw,92px);
  --r:16px;
  --r-md:12px;
  --r-in:4px;
  --m-lede:50ch;
  --i-note:1.5;
  --i-courant:1.55;
  --i-lecture:1.6;
  --i-long:1.65;
  --t-logo-etroit:clamp(11px,3.6vw,15px);
  --t-logo:clamp(13px,4.3vw,17px);
  --t-cite:clamp(13px,1.5vw,17px);
  --t-fort:clamp(17px,1.7vw,20px);
  --t-intro:clamp(16px,1.6vw,18px);
  --t-micro:11px;
  --t-note:13px;
  --t-lede:clamp(20px,1.9vw,24px);
  --t-suite:clamp(20px,2.4vw,28px);
  --t-h3:clamp(24px,2.1vw,28px);
  --t-chiffre:clamp(24px,2.8vw,32px);
  --t-accent:clamp(24px,3.2vw,36px);
  --t-h2:clamp(28px,2.6vw,32px);
  --t-mantra:clamp(24px,3.6vw,44px);
  --t-affiche:clamp(32px,3.5vw,44px);
  --t-h1:clamp(36px,4.3vw,56px);
  --e-fin:clamp(14px,1.6vw,20px);
  --e-petit:clamp(18px,2.4vw,34px);
  --e-moyen:clamp(26px,3vw,38px);
  --e-bloc:clamp(30px,3.4vw,46px);
  --e-large:clamp(34px,4vw,52px);
  --e-page:clamp(48px,6vw,80px);
  --col-large:clamp(30px,5vw,76px);
  --sans:"Hanken Grotesk",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --titre:"Archivo Expanded","Archivo",var(--sans);
  --titre-2:"Archivo",var(--sans);
  --ease:cubic-bezier(.22,.8,.24,1);
}
@media (prefers-color-scheme:light) {
  :root:not([data-theme=nuit]) {
    color-scheme: light;
    --bg:var(--creme);
    --carte:#E5E0D0;
    --fg:var(--aubergine);
    --fg2:#5F5A64;
    --or-doux-fond:rgba(122,86,10,.19);
    --or-doux-bord:rgba(122,86,10,.69);
    --surf-haute:var(--creme);
    --teal:var(--teal-clair);
    --teal-vif:var(--teal-clair);
    --rose:var(--rose-clair);
    --erreur:#C2183B;
    --succes:#0F7A4D;
    --teal-doux:rgba(32,96,92,.14);
    --rose-doux:rgba(176,44,125,.18);
    --bord-forme:#9B96A0;
    --accent-text:#7A560A;
    --btn-ombre:0 16px 38px -18px rgba(23,12,36,.4);
    --nav-bg:rgba(242,238,227,.88);
    --halo:rgba(232,185,35,.18);
    --halo-focus:rgba(122,86,10,.16);
    --sel:rgba(232,185,35,.35);
    --rampe:linear-gradient(var(--aubergine),var(--aubergine));
    --aff-soleil:none;
    --aff-lune:block;
  }
}
:root[data-theme=jour] {
  color-scheme: light;
  --bg:var(--creme);
  --carte:#E5E0D0;
  --fg:var(--aubergine);
  --fg2:#5F5A64;
  --or-doux-fond:rgba(122,86,10,.19);
  --or-doux-bord:rgba(122,86,10,.69);
  --surf-haute:var(--creme);
  --teal:var(--teal-clair);
  --teal-vif:var(--teal-clair);
  --rose:var(--rose-clair);
  --erreur:#C2183B;
  --succes:#0F7A4D;
  --teal-doux:rgba(32,96,92,.14);
  --rose-doux:rgba(176,44,125,.18);
  --bord-forme:#9B96A0;
  --accent-text:#7A560A;
  --btn-ombre:0 16px 38px -18px rgba(23,12,36,.4);
  --nav-bg:rgba(242,238,227,.88);
  --halo:rgba(232,185,35,.18);
  --halo-focus:rgba(122,86,10,.16);
  --sel:rgba(232,185,35,.35);
  --rampe:linear-gradient(var(--aubergine),var(--aubergine));
  --aff-soleil:none;
  --aff-lune:block;
}
.or {
  background: var(--rampe);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--h-nav) + 8px);
}
:root {
  --h-nav:112px;
}
@media (max-width:959px) {
  :root {
    --h-nav:153px;
  }
}
@media (max-width:767px) {
  :root {
    --h-nav:161px;
  }
}
@media (max-width:479px) {
  :root {
    --h-nav:0px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans);
  font-size: 17px;
  line-height: var(--i-lecture);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img,
svg,
video {
  max-width: 100%;
  display: block;
}
@layer socle {
  a {
    color: inherit;
  }
}
::selection {
  background: var(--sel);
  color: var(--fg);
}
section,
footer {
  background: var(--bg);
  color: var(--fg);
  position: relative;
  padding-block: var(--rythme);
}
.clair {
  --bg:var(--carte);
  --surf:var(--surf-haute);
}
.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gouttiere);
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  opacity: .055;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
@layer socle {
  h1 {
    font-family: var(--titre);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
  }
  h2 {
    letter-spacing: 0;
    margin: 0;
  }
  h1,
  h2,
  h3,
  .vision-mantra {
    text-wrap: balance;
  }
  .hero h1 {
    text-wrap: pretty;
  }
  p,
  li,
  figcaption {
    text-wrap: pretty;
  }
}
h1,
.entete.affirme h2,
.final h2,
.vision-mantra {
  text-transform: uppercase;
}
@layer socle {
  h1 {
    font-size: var(--t-h1);
    line-height: 1;
  }
}
@layer socle {
  h2 {
    font-family: var(--titre-2);
    font-weight: 700;
    font-size: var(--t-h2);
    line-height: 1.2;
  }
}
@layer socle {
  h3 {
    font-family: var(--titre-2);
    font-weight: 700;
    margin: 0;
    letter-spacing: 0;
    font-size: var(--t-h3);
    line-height: 1.25;
  }
  p {
    margin: 0 0 .9em;
  }
  p:last-child {
    margin-bottom: 0;
  }
}
.lede,
.chapo {
  text-wrap: pretty;
}
.lede {
  font-size: var(--t-lede);
  line-height: var(--i-courant);
  color: var(--fg);
  max-width: var(--m-lede);
}
.note {
  font-size: var(--t-note);
  line-height: var(--i-note);
  color: var(--fg2);
}
.note a {
  color: inherit;
  text-underline-offset: 2px;
}
.etiquette {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  font-weight: 700;
  font-size: var(--t-micro);
  letter-spacing: var(--track-micro);
  text-transform: uppercase;
  color: var(--teal-vif);
}
.etiquette::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--teal-vif);
  border-radius: 2px;
  flex: none;
}
.entete {
  max-width: min(100%, 560px);
  margin-bottom: var(--e-large);
}
.entete h2 {
  margin-bottom: var(--e-tete);
}
.entete.affirme {
  max-width: min(100%, 620px);
}
.entete.affirme h2 {
  font-size: var(--t-affiche);
  line-height: 1.06;
  margin-bottom: var(--e-tete);
}
.entete.affirme .lede {
  color: var(--fg);
}
@media (min-width:900px) {
  .entete.duo {
    display: grid;
    max-width: none;
    align-items: end;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
    column-gap: var(--col-large);
  }
  .entete.duo .etiquette {
    grid-column: 1;
    grid-row: 1;
  }
  .entete.duo h2 {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 0;
    max-width: 20ch;
  }
  .entete.duo .lede {
    grid-column: 2;
    grid-row: 2;
    max-width: 44ch;
    padding-left: var(--e-fin);
    border-left: 2px solid var(--teal-vif);
  }
}
.lockup {
  display: inline-flex;
  align-items: center;
  gap: .57em;
  text-decoration: none;
  color: var(--fg);
}
.lockup .sym {
  height: 1.4em;
  width: auto;
  flex: none;
  transform: translateY(-.13em);
}
.lockup .mot {
  font-family: var(--titre);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
  letter-spacing: .048em;
  white-space: nowrap;
  color: var(--fg);
  transform: translateY(.06em);
}
.lockup .mot i {
  font-style: normal;
  margin-left: .022em;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .4s var(--ease), border-color .4s var(--ease);
}
.nav.pose {
  background: var(--nav-bg);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border-bottom-color: var(--bord-forme);
}
.nav .wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 8px 16px;
  min-height: 86px;
  padding-block: 8px;
}
.nav .lockup {
  font-size: 20px;
  margin-right: auto;
  min-width: 0;
  min-height: 24px;
  display: flex;
  align-items: center;
}
.liens {
  display: flex;
  gap: 2px;
  flex: 0 1 auto;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.liens::-webkit-scrollbar {
  display: none;
}
.liens.langue .mot-court {
  display: none;
}
.liens a {
  flex: none;
  position: relative;
  text-decoration: none;
  color: var(--fg2);
  font-size: 15px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 99px;
  transition: color .25s;
  white-space: nowrap;
}
.liens a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 1px;
  background: var(--accent-text);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
@media (hover:hover) {
  .liens a:hover {
    color: var(--fg);
  }
}
@media (hover:hover) {
  .liens a:hover::after {
    transform: scaleX(1);
  }
}
.liens a[aria-current=page] {
  color: var(--fg);
}
.liens a[aria-current=page]::after {
  transform: scaleX(1);
  opacity: 1;
  height: 2px;
  background: var(--accent-text);
}
@media (max-width:1360px) {
  .nav .lockup {
    margin-right: 0;
  }
  .liens:not(.retour) {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
    flex: 1 1 0;
    min-width: max-content;
    margin-right: auto;
    -webkit-overflow-scrolling: touch;
  }
  .liens a {
    white-space: nowrap;
    font-size: var(--t-note);
  }
}
@media (max-width:700px) {
  .liens {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    max-width: 100%;
    order: 1;
    flex-basis: 100%;
    padding-bottom: 2px;
  }
  .liens:not(.retour) {
    order: 1;
    flex: 1 0 100%;
    margin-right: 0;
  }
  .liens:not(.retour) {
    order: 1;
    flex: 1 0 100%;
    margin-right: 0;
    padding-bottom: 2px;
    min-width: 0;
  }
  .liens.retour {
    order: 0;
    flex: none;
    flex-basis: auto;
  }
}
@media (max-width:479px) {
  .nav {
    position: static;
  }
  .liens:not(.retour) {
    order: 1;
    flex: 1 0 100%;
    margin: 0;
    gap: 14px;
    padding-bottom: 2px;
    margin-right: 0;
    min-width: 0;
    flex-wrap: wrap;
  }
  .liens {
    order: 1;
    flex: 1 0 100%;
    margin: 0;
    gap: 14px;
    padding-bottom: 2px;
  }
  .liens:not(.retour) {
    order: 1;
    flex: 1 0 100%;
    margin-right: 0;
  }
  .liens a {
    font-size: var(--t-note);
    padding: 6px 0;
  }
  .nav.pose .liens:not(.retour) {
    border-top: 1px solid var(--bord-forme);
  }
  .liens.retour {
    order: 0;
    flex: none;
  }
}
.mode,
.lang button,
.lien-langue,
.liens.langue a,
.liens a {
  position: relative;
}
.mode::after,
.lang button::after,
.lien-langue::after {
  content: "";
  position: absolute;
  inset: -5px;
}
.liens a::before {
  content: "";
  position: absolute;
  inset: -6px -2px;
}
.lien-langue {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--bord-controle);
  border-radius: 99px;
  flex: none;
  text-decoration: none;
  color: var(--fg2);
  font-size: var(--t-note);
  font-weight: 700;
  letter-spacing: var(--track-meta);
  transition: color .25s, border-color .25s;
}
@media (hover:hover) {
  .lien-langue:hover {
    color: var(--fg);
    border-color: var(--fg2);
  }
}
.lang {
  display: flex;
  border: 1px solid var(--bord-controle);
  border-radius: 99px;
  padding: 3px;
  gap: 2px;
  flex: none;
}
.lang button {
  appearance: none;
  border: 1px solid transparent;
  background: none;
  color: var(--fg2);
  font: inherit;
  font-size: var(--t-note);
  font-weight: 700;
  letter-spacing: var(--track-meta);
  padding: 5px 11px;
  border-radius: 99px;
  cursor: pointer;
  transition:
    color .25s,
    background-color .25s,
    border-color .25s;
}
.lang button[aria-pressed=true] {
  background: var(--teal-doux);
  border-color: var(--teal);
  color: var(--fg);
}
.mode {
  appearance: none;
  border: 1px solid var(--bord-controle);
  background: none;
  color: var(--fg2);
  width: 38px;
  height: 38px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex: none;
  transition:
    color .25s,
    background-color .25s,
    border-color .25s;
}
@media (hover:hover) {
  .mode:hover {
    color: var(--fg);
    background: var(--surf);
  }
}
.mode svg {
  width: 17px;
  height: 17px;
}
.mode .ic-jour {
  display: var(--aff-soleil);
}
.mode .ic-nuit {
  display: var(--aff-lune);
}
.nav .btn {
  padding: 12px 20px;
  font-size: 15px;
  border-radius: var(--r-md);
}
@media (max-width:860px) {
  .nav .btn span {
    font-size: var(--t-note);
  }
  .nav .btn {
    padding: 11px 13px;
    min-height: 44px;
  }
}
@media (max-width:700px) {
  .nav .wrap {
    min-height: 72px;
    gap: 8px;
  }
  .nav .lockup {
    font-size: var(--t-logo);
  }
  .lang {
    padding: 2px;
  }
  .lang button {
    padding: 5px 9px;
    font-size: var(--t-micro);
  }
  .mode {
    width: 34px;
    height: 34px;
  }
  .lang button::after {
    inset: -10px -1px;
  }
}
.nav .btn .court,
.liens.retour a .court {
  display: none;
}
@media (max-width:479px) {
  .nav .wrap {
    gap: 8px 6px;
  }
  .liens.retour a {
    position: relative;
    padding: 10px 0;
    white-space: nowrap;
  }
  .liens.retour a .long {
    display: none;
  }
  .liens.retour a .court {
    display: inline;
  }
  .liens.langue a {
    width: auto;
    padding: 6px 8px;
    text-indent: 0;
    overflow: visible;
    font-size: var(--t-micro);
    letter-spacing: var(--track-micro);
  }
  .liens.langue a::before {
    content: none;
  }
  .liens.langue .mot-court {
    display: inline;
  }
  .liens.langue .mot-long {
    display: none;
  }
  .nav .lockup {
    font-size: var(--t-logo-etroit);
    overflow: hidden;
  }
  .nav .btn {
    padding: 12px;
    white-space: nowrap;
  }
  .nav .btn .long {
    display: none;
  }
  .nav .btn .court {
    display: inline;
    font-size: var(--t-note);
  }
  .lang {
    border: 0;
    padding: 0;
  }
  .lang button {
    display: none;
    border-color: var(--bord-controle);
    padding: 6px 9px;
  }
  .lang button[aria-pressed=false] {
    display: block;
    background: none;
    color: var(--fg2);
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  padding: 16px 24px;
  border-radius: var(--r);
  border: 0;
  cursor: pointer;
  transition:
    transform .3s var(--ease),
    box-shadow .3s var(--ease),
    background .25s;
}
.btn svg {
  width: 16px;
  height: 16px;
  flex: none;
  transition: transform .35s var(--ease);
}
@media (hover:hover) {
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--btn-ombre);
  }
}
@media (hover:hover) {
  .btn:hover svg {
    transform: translateX(4px);
  }
}
.btn.creux {
  background: var(--surf);
  color: var(--fg);
  border: 1px solid var(--bord-controle);
  padding: 15px 23px;
}
@media (hover:hover) {
  .btn.creux:hover {
    border-color: var(--fg2);
    box-shadow: var(--btn-ombre);
  }
}
:is(a, button, input, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--accent-text);
  outline-offset: 3px;
}
.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: calc(var(--h-nav) + 32px) 72px;
  overflow: hidden;
}
.hero .grille {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .86fr);
  gap: var(--col-large);
  align-items: center;
}
@media (max-width:1000px) {
  .hero {
    min-height: 0;
    padding-block: calc(var(--h-nav) + 24px) 48px;
  }
  .hero .grille {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: -26%;
  right: -8%;
  width: min(900px, 94vw);
  aspect-ratio: 1;
  background:
    radial-gradient(
      circle,
      var(--halo) 0%,
      rgba(232, 185, 35, 0) 62%);
  pointer-events: none;
}
.hero .wrap {
  position: relative;
  z-index: 1;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--bord-forme);
  border-radius: 99px;
  padding: 8px 16px 8px 12px;
  font-size: var(--t-note);
  font-weight: 400;
  color: var(--fg);
  margin-bottom: 26px;
  background: var(--surf);
}
.pastille {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
  background:
    radial-gradient(
      circle at 34% 28%,
      #FFF7DC 0%,
      #E8B923 45%,
      #9C6E10 100%);
  box-shadow: 0 0 0 .9px var(--or-lisere);
}
.hero .lede {
  margin: 24px 0 32px;
  max-width: 44ch;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.rassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--bord-forme);
  list-style: none;
}
.rassurance li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: var(--t-note);
  color: var(--fg2);
}
.rassurance li svg {
  margin-top: .28em;
}
.rassurance svg {
  width: 14px;
  height: 14px;
  flex: none;
  color: var(--fg2);
}
.marque-ia {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 99px;
  border: 1px solid var(--teal);
  color: var(--teal);
  font-size: var(--t-micro);
  font-weight: 700;
  letter-spacing: var(--track-micro);
  text-transform: uppercase;
}
.microcopy a,
.note a,
.doc li a,
.fiche a {
  display: inline-block;
  padding-block: 4px;
  min-height: 24px;
  min-width: 24px;
}
.microcopy a,
.note a,
.fiche a {
  text-align: center;
}
.doc li a {
  text-align: inherit;
}
.doc .art-carte a,
.doc .art-suite a {
  display: flex;
  min-width: 0;
  padding-block: 0;
}
.microcopy a {
  color: var(--fg2);
  text-underline-offset: 3px;
}
@media (hover:hover) {
  .microcopy a:hover {
    color: var(--fg);
  }
}
.chute.lede {
  max-width: 44ch;
}
.chute {
  margin-top: var(--e-bloc);
  max-width: 44ch;
  padding-left: 18px;
  border-left: 2px solid var(--rose);
}
@media (max-width:760px) {
  .chute {
    padding-left: 14px;
  }
}
.moments {
  list-style: none;
  margin: var(--e-large) 0 0;
  padding: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.moments::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 2px;
  border-radius: 2px;
  background:
    linear-gradient(
      90deg,
      var(--rose),
      var(--rose-doux));
}
.moments li {
  position: relative;
  padding: 0 var(--e-petit) 0 0;
}
.moments li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--rose);
  border: 2px solid var(--bg);
}
.moments li + li {
  padding-left: var(--e-petit);
}
.moments .q {
  display: block;
  font-family: var(--titre);
  font-weight: 900;
  text-transform: uppercase;
  font-size: var(--t-cite);
  letter-spacing: var(--track-micro);
  color: var(--rose);
  margin-bottom: 12px;
}
.moments p {
  font-size: var(--t-fort);
  line-height: var(--i-courant);
  color: var(--fg);
  margin: 0;
  max-width: 26ch;
}
@media (max-width:760px) {
  .moments {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 0 0 0 24px;
  }
  .moments::before {
    left: 5px;
    right: auto;
    top: 6px;
    bottom: 6px;
    width: 2px;
    height: auto;
    background:
      linear-gradient(
        180deg,
        var(--rose),
        var(--rose-doux));
  }
  .moments li {
    padding: 0;
  }
  .moments li::before {
    left: -24px;
    top: 4px;
  }
  .moments li + li {
    padding: 0;
    border-left: 0;
  }
  .moments p {
    max-width: none;
  }
}
.demo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  gap: var(--col-large);
  margin-top: var(--e-bloc);
  align-items: start;
}
.pas {
  position: relative;
  min-height: 44vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 18px;
  transition: color .5s var(--ease);
}
.pas .n {
  font-family: var(--sans);
  font-weight: 700;
  font-size: var(--t-note);
  font-variant-numeric: tabular-nums;
  color: var(--fg2);
  margin-bottom: 14px;
  display: block;
  transition: color .5s var(--ease);
}
.pas h3 {
  margin-bottom: var(--e-titre);
  font-family: var(--titre-2);
  font-weight: 700;
  line-height: 1.2;
  font-size: var(--t-lede);
  color: var(--fg);
  transition: color .5s var(--ease);
}
.pas::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--e-fin));
  top: 6px;
  bottom: 6px;
  width: 2px;
  border-radius: 2px;
  background: var(--teal-vif);
  opacity: 0;
  transition: opacity .5s var(--ease);
}
.pas.actif::before {
  opacity: 1;
}
.pas.actif .n {
  color: var(--teal);
}
@layer page {
  .pas p {
    font-size: 17px;
    color: var(--fg);
    margin: 0;
    max-width: 36ch;
  }
}
.scene {
  position: sticky;
  top: max(104px, calc(50vh - 348px));
  display: grid;
  place-items: center;
  padding-block: 18px;
}
@media (max-width:960px) {
  .demo {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .scene {
    order: -1;
    position: sticky;
    top: 80px;
    padding: 6px 0 20px;
    z-index: 5;
    background:
      linear-gradient(
        180deg,
        var(--bg) 78%,
        transparent);
  }
  .pas {
    min-height: 36vh;
    padding-block: 12px;
  }
}
.pas-ecran {
  display: none;
}
@media (max-width:700px) {
  .scene {
    display: none;
  }
  .pas-ecran {
    display: block;
    margin-top: 18px;
  }
  .pas-ecran .phone-hold {
    width: 190px;
  }
  .pas-ecran .phone {
    transform: scale(.4835);
  }
  .pas {
    min-height: 0;
    padding-block: 18px;
  }
}
.phone-hold {
  position: relative;
  width: min(330px, 80vw);
}
.phone-hold::after {
  content: "";
  display: block;
  padding-top: 216.79%;
}
.phone {
  position: absolute;
  inset: 0;
  width: 393px;
  height: 852px;
  transform: scale(.84);
  transform-origin: top left;
  border-radius: 56px;
  background: #170C24;
  border: 1px solid rgba(242, 238, 227, .14);
  box-shadow:
    0 0 0 10px #1C1622,
    0 0 0 11px rgba(242, 238, 227, .1),
    0 60px 110px -40px rgba(0, 0, 0, .95);
  overflow: hidden;
  font-size: 16px;
  color: #F2EEE3;
}
@media (max-width:960px) {
  .phone-hold {
    width: min(240px, 56vw);
  }
}
.phone * {
  box-sizing: border-box;
}
.island {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 124px;
  height: 36px;
  border-radius: 99px;
  background: #000;
  z-index: 9;
}
.statut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px 0;
  font-size: 14px;
  font-weight: 700;
  height: 54px;
  color: #F2EEE3;
}
.statut .ico {
  display: flex;
  gap: 5px;
  align-items: center;
}
.statut .ico svg {
  width: 16px;
  height: 16px;
}
.appview {
  position: absolute;
  inset: 54px 0 84px;
  overflow: hidden;
  padding: 0 20px;
}
.appview.plein {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.appview.plein .c-zone {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.appview.plein .c-cmd {
  padding-bottom: 18px;
}
.tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 84px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #302A35;
  background: rgba(23, 12, 36, .94);
  padding-top: 10px;
}
.tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #9B9798;
}
.tab svg {
  width: 22px;
  height: 22px;
}
.tab.on {
  color: #E8B923;
}
.home-ind {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 138px;
  height: 5px;
  border-radius: 99px;
  background: rgba(242, 238, 227, .3);
  z-index: 5;
}
.a-h {
  font-family: var(--titre-2);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 12px 0 4px;
  color: #F2EEE3;
}
.a-sub {
  font-size: 13.5px;
  color: #9B9798;
  margin: 0 0 16px;
  line-height: 1.4;
}
.card {
  background: #221D28;
  border: 1px solid #302A35;
  border-radius: 16px;
  padding: 16px;
}
.card + .card {
  margin-top: 10px;
}
.card .t {
  font-size: 14.5px;
  font-weight: 700;
  color: #F2EEE3;
  margin: 0 0 3px;
}
.card .d {
  font-size: 12.5px;
  color: #9B9798;
  margin: 0;
  line-height: 1.4;
}
.a-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
}
.a-head .txt {
  flex: 1;
  min-width: 0;
}
.a-h2 {
  font-family: var(--titre-2);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: #F2EEE3;
}
.a-head .a-sub {
  margin: 2px 0 0;
}
.a-head .mz {
  height: 52px;
  width: auto;
  flex: none;
  color: #F2EEE3;
}
.a-orbe-zone {
  position: relative;
  display: grid;
  place-items: center;
  margin: 26px 0 18px;
}
.a-ring {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #E8B923;
  animation: a-onde 3.2s ease-in-out infinite;
}
@keyframes a-onde {
  0%, 100% {
    transform: scale(1);
    opacity: .3;
  }
  50% {
    transform: scale(1.18);
    opacity: 0;
  }
}
.a-grand {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #E8B923;
  color: #170C24;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 0 16px;
}
.a-grand svg {
  width: 32px;
  height: 32px;
}
.a-grand b {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}
.a-past {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 22px;
  padding: 9px 15px;
  border-radius: 99px;
  border: 1.5px solid #E8B923;
  background: #2E231D;
  color: #F2EEE3;
  font-size: 11px;
  font-weight: 700;
}
.a-past svg {
  width: 13px;
  height: 13px;
  flex: none;
}
.a-past svg:first-child {
  color: #E8B923;
}
.a-past svg:last-child {
  color: #9B9798;
}
.a-sec {
  font-size: 16px;
  font-weight: 700;
  color: #F2EEE3;
  margin: 2px 0 8px;
}
.a-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
.a-qc {
  position: relative;
  overflow: hidden;
  border: 1px solid #302A35;
  border-radius: 16px;
  padding: 14px;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
}
.a-qc img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.a-qc .voile {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(23, 12, 36, .55) 0%,
      rgba(23, 12, 36, .82) 55%,
      rgba(23, 12, 36, .95) 100%);
}
.a-qc b {
  font-size: 14px;
  font-weight: 700;
  color: #F2EEE3;
}
.a-qc .d {
  font-size: 12px;
  color: #9B9798;
  line-height: 1.3;
  margin-top: 2px;
}
.a-cit {
  background: #1F1925;
  border: 1px solid #302A35;
  border-left: 3px solid #E23FA0;
  border-radius: 16px;
  padding: 11px 13px;
  margin: 10px 0 12px;
}
.a-cit .q {
  font-size: 15px;
  line-height: 24px;
  color: #F2EEE3;
  margin: 0 0 5px;
  font-weight: 700;
}
.a-cit .w {
  font-size: 12px;
  color: #9B9798;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--track-micro);
}
.a-arts {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
  margin-bottom: 11px;
}
.a-arts::-webkit-scrollbar {
  display: none;
}
.a-art {
  flex: none;
  width: 210px;
  background: #221D28;
  border: 1px solid #302A35;
  border-radius: 16px;
  overflow: hidden;
}
.a-art .cv {
  position: relative;
  display: block;
  height: 116px;
}
.a-art .cv img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a-art .cv .voile {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(23, 12, 36, 0) 38%,
      rgba(23, 12, 36, .88) 100%);
}
.a-art .cv em {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 6px;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: #F2EEE3;
  letter-spacing: var(--track-micro);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.a-art b {
  display: block;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.32;
  color: #F2EEE3;
}
.r-bar {
  display: flex;
  justify-content: flex-end;
  padding: 14px 16px 0;
}
.r-close {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #302A35;
}
.r-close svg {
  width: 14px;
  height: 14px;
  color: #9B9798;
}
.r-titre {
  text-align: center;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: var(--track-meta);
  text-transform: uppercase;
  color: #9B9798;
  margin: 8px 0 0;
}
.r-cercle {
  position: relative;
  display: grid;
  place-items: center;
  margin: 22px auto 0;
  width: 300px;
  height: 300px;
}
.r-halo {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  border: 1px solid rgba(232, 185, 35, .20);
  animation: r-souffle 5.2s ease-in-out infinite;
}
.r-halo.b {
  inset: -40px;
  border-color: rgba(232, 185, 35, .12);
  animation-delay: .5s;
}
@keyframes r-souffle {
  0%, 100% {
    transform: scale(.94);
  }
  50% {
    transform: scale(1.06);
  }
}
.r-disque {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #E8B923;
  display: grid;
  place-content: center;
  text-align: center;
  color: #170C24;
  animation: r-souffle 5.2s ease-in-out infinite;
}
.r-disque b {
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: var(--track-meta);
}
.r-disque i {
  display: block;
  font-style: normal;
  font-family: var(--titre-2);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  margin-top: 2px;
}
.r-cercle.reduit {
  width: 150px;
  height: 150px;
  margin-top: 14px;
}
.r-cercle.reduit .r-disque {
  width: 110px;
  height: 110px;
}
.r-cercle.reduit .r-disque b {
  font-size: 13px;
}
.r-cercle.reduit .r-disque i {
  font-size: 16px;
}
.r-chrono {
  text-align: center;
  font-size: 18px;
  color: #9B9798;
  margin: 20px 0 0;
  font-variant-numeric: tabular-nums;
}
.r-pause {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 16px auto 0;
  padding: 9px 18px;
  border-radius: 99px;
  background: rgba(232, 185, 35, .13);
  border: 1px solid #E8B923;
  font-size: 12.5px;
  font-weight: 700;
  color: #E8B923;
}
.r-pause svg {
  width: 13px;
  height: 13px;
}
.r-points {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
.r-points i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #302A35;
}
.r-points i.on {
  background: #E8B923;
}
.f-bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 26px;
}
.f-check {
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}
.f-check svg {
  width: 56px;
  height: 56px;
  color: #E8B923;
}
.f-titre {
  font-family: var(--titre-2);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #F2EEE3;
  margin: 0;
}
.f-sub {
  font-size: 12.5px;
  color: #9B9798;
  margin: 5px 0 0;
}
.f-q {
  font-size: 14px;
  font-weight: 700;
  color: #F2EEE3;
  margin: 26px 0 12px;
}
.f-etoiles {
  display: flex;
  gap: 8px;
  color: #E8B923;
}
.f-etoiles svg {
  width: 26px;
  height: 26px;
}
.f-etoiles svg:not(.on) {
  color: #9B9798;
}
.f-note {
  font-size: 11px;
  color: #9B9798;
  margin: 16px 22px 0;
  line-height: 1.45;
}
.c-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 16px 0;
}
.c-titre {
  font-size: 16px;
  font-weight: 700;
  color: #F2EEE3;
  white-space: nowrap;
}
.a-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 99px;
  background: #2A201D;
  font-size: 10px;
  font-weight: 700;
  color: #E8B923;
  letter-spacing: var(--track-micro);
}
.a-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E8B923;
  flex: none;
  animation: a-bat 2s ease-in-out infinite;
}
@keyframes a-bat {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .35;
  }
}
.c-timer {
  font-size: 14px;
  color: #9B9798;
  font-variant-numeric: tabular-nums;
  margin-left: auto;
}
.c-reg {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #302A35;
  display: grid;
  place-items: center;
  flex: none;
}
.c-reg svg {
  width: 13px;
  height: 13px;
  color: #9B9798;
}
.c-scene {
  text-align: center;
  padding: 0 18px;
}
.c-ia {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 16px 0;
  font-size: 11.5px;
  line-height: 1.35;
  color: #9B9798;
  text-align: center;
}
.c-ia svg {
  width: 13px;
  height: 13px;
  flex: none;
}
.c-etat {
  font-weight: 700;
  font-size: 15px;
  margin: 14px 0 0;
  color: #9B9798;
}
.c-zone {
  padding: 16px 20px 0;
}
.c-toi {
  font-size: 13px;
  color: #9B9798;
  margin: 0 0 10px;
}
.c-coach {
  font-size: 17px;
  line-height: 26px;
  color: #F2EEE3;
  margin: 0;
}
.c-cmd {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px 0;
}
.c-vide {
  width: 52px;
  flex: none;
}
.c-etat-pill {
  flex: 1;
  min-width: 0;
  height: 52px;
  border-radius: 26px;
  background: #221D28;
  border: 1px solid #302A35;
  display: grid;
  place-items: center;
  font-size: 11.5px;
  color: #F2EEE3;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-talkie {
  margin: 12px 16px 16px;
  height: 76px;
  border-radius: 38px;
  background: #221D28;
  border: 2px solid #E8B923;
  display: grid;
  place-items: center;
}
.c-talkie svg {
  width: 26px;
  height: 26px;
  color: #E8B923;
}
.c-rond {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #221D28;
  border: 1px solid #302A35;
  display: grid;
  place-items: center;
}
.c-rond svg {
  width: 19px;
  height: 19px;
  color: #F2EEE3;
}
.c-rond.raccroche {
  background: #F43F5E;
  border-color: #F43F5E;
}
.c-rond.raccroche svg {
  color: #F2EEE3;
  transform: rotate(134deg);
}
.a-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 9px;
}
.a-st {
  background: #221D28;
  border: 1px solid #302A35;
  border-radius: 16px;
  padding: 13px 10px;
  text-align: center;
}
.a-st b {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #F2EEE3;
  line-height: 1.2;
}
.a-st b.rythme {
  color: #3FA6A0;
}
.a-st b.ressenti {
  color: #E23FA0;
}
.a-st span {
  font-size: 12px;
  color: #9B9798;
}
.orbe {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 16px auto 0;
  position: relative;
  display: grid;
  place-items: center;
  background: #1C1622;
  border: 2px solid #E8B923;
}
.orbe svg {
  color: #E8B923;
}
.orbe::before,
.orbe::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #E8B923;
  animation: onde 3.4s ease-in-out infinite;
  z-index: -1;
}
.orbe::after {
  animation-delay: 1.7s;
}
@keyframes onde {
  0% {
    transform: scale(.9);
    opacity: .9;
  }
  100% {
    transform: scale(1.42);
    opacity: 0;
  }
}
.bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 88px;
  margin-top: 8px;
}
.bars i {
  flex: 1;
  border-radius: 4px 4px 2px 2px;
  background: #34D399;
}
.bars i.moyen {
  background: #C99413;
}
.bars i.bas {
  background: #F43F5E;
}
.jours {
  display: flex;
  gap: 5px;
  margin-top: 8px;
}
.jours span {
  flex: 1;
  text-align: center;
  font-size: 9.5px;
  color: #9B9798;
}
.stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 11px;
}
.stat-b {
  background: #221D28;
  border: 1px solid #302A35;
  border-radius: 16px;
  padding: 13px;
}
.stat-b b {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #F2EEE3;
  font-variant-numeric: tabular-nums;
  margin-bottom: 4px;
}
.stat-b span {
  font-size: 11px;
  color: #9B9798;
}
.cas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: var(--e-bloc);
}
@media (max-width:820px) {
  .cas {
    grid-template-columns: 1fr;
  }
}
.cas-c {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--bord-forme);
  border-radius: var(--r);
  padding: 24px;
  background: var(--surf);
  transition:
    border-color .3s var(--ease),
    transform .3s var(--ease),
    background .3s var(--ease);
}
@media (hover:hover) {
  .cas-c:hover {
    border-color: var(--fg2);
    transform: translateY(-3px);
  }
}
.cas-c h3 {
  margin-bottom: var(--e-titre);
  font-weight: 700;
}
@layer page {
  .cas-c p {
    font-size: 15px;
    line-height: var(--i-courant);
    color: var(--fg2);
    margin: 0;
  }
}
@media (max-width:520px) {
  .cas-c {
    grid-template-columns: 1fr;
  }
  .mini {
    justify-self: start;
  }
}
.mini {
  width: 168px;
  height: 236px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #170C24;
  border: 1px solid #302A35;
  flex: none;
}
.mini .in {
  position: absolute;
  inset: 0;
  width: 255px;
  transform: scale(.659);
  transform-origin: top left;
  padding: 18px 16px 0;
  color: #F2EEE3;
}
.mini .in .a-h {
  margin-top: 0;
}
.mini::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 52px;
  background:
    linear-gradient(
      180deg,
      rgba(23, 12, 36, 0),
      rgba(23, 12, 36, .95));
}
.bascule {
  display: inline-flex;
  border: 1px solid var(--bord-controle);
  border-radius: 99px;
  padding: 4px;
  gap: 3px;
  margin-bottom: var(--e-moyen);
}
.bascule button {
  appearance: none;
  border: 1px solid transparent;
  background: none;
  color: var(--fg2);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 99px;
  cursor: pointer;
  transition:
    color .3s var(--ease),
    background-color .3s var(--ease),
    border-color .3s var(--ease);
}
.bascule button[aria-pressed=true] {
  background: var(--teal-doux);
  border-color: var(--teal);
  color: var(--fg);
}
@media (hover:hover) {
  .bascule button:hover:not([aria-pressed=true]) {
    color: var(--fg);
  }
}
.terrains {
  margin-top: var(--col-large);
  border-top: 1px solid var(--bord-forme);
  padding-top: var(--e-bloc);
}
.terrains .etiquette {
  margin-bottom: 14px;
}
.terrains h3 {
  margin-bottom: var(--e-titre);
  max-width: 24ch;
}
.terrains .declaratif {
  font-size: var(--t-fort);
  line-height: var(--i-courant);
  color: var(--fg);
  max-width: var(--m-lede);
  margin: 0 0 var(--e-tete);
}
.terrains .situations {
  margin-top: 26px;
  columns: 2;
  column-gap: var(--e-moyen);
}
@media (max-width:700px) {
  .terrains .situations {
    columns: 1;
  }
}
.terrains .situations {
  border-left: 0;
  border-top: 0;
  padding-left: 0;
}
.terrains .situations li {
  break-inside: avoid;
  position: relative;
  padding: 17px 0 17px var(--e-fin);
  border-bottom: 0;
  border-top: 1px solid var(--bord-forme);
}
.terrains .situations li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--rose);
}
.confiance {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: var(--col-large);
  align-items: start;
}
@media (max-width:900px) {
  .confiance {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.etapes-acces {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--e-moyen);
}
.etapes-acces li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 18px;
  align-items: baseline;
}
.etapes-acces .n {
  grid-row: 1 / span 2;
  font-family: var(--sans);
  font-weight: 700;
  font-size: var(--t-note);
  font-variant-numeric: tabular-nums;
  color: var(--teal);
  letter-spacing: var(--track-meta);
  padding-top: 4px;
}
.etapes-acces h3 {
  margin-bottom: var(--e-titre);
}
.etapes-acces p {
  color: var(--fg);
  font-size: 17px;
  margin: 0;
  max-width: 44ch;
}
.garanties {
  background: var(--surf);
  border: 1px solid var(--bord-forme);
  border-radius: var(--r);
  box-shadow: 0 18px 40px -28px rgba(0, 0, 0, .8);
  padding: clamp(24px, 2.6vw, 34px);
}
.garanties h3 {
  margin-bottom: var(--e-tete);
}
.garanties ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 15px;
}
.garanties li {
  display: flex;
  gap: 12px;
  font-size: 15px;
  line-height: var(--i-courant);
  color: var(--fg);
}
.garanties li svg {
  color: var(--fg2);
}
.garanties li::before {
  content: "";
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--fg2);
  margin-top: .55em;
}
.garanties .note {
  margin: 22px 0 0;
}
.garanties .note a {
  color: var(--accent-text);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.dedans {
  list-style: none;
  margin: var(--e-large) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  border-top: 1px solid var(--bord-forme);
  padding-top: var(--e-moyen);
}
@media (max-width:640px) {
  .dedans {
    grid-template-columns: 1fr 1fr;
    gap: 22px 14px;
  }
}
.dedans li {
  text-align: center;
}
.dedans b {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: var(--t-accent);
  line-height: 1;
  color: var(--teal);
  font-variant-numeric: tabular-nums;
}
.dedans span {
  display: block;
  margin-top: 8px;
  font-size: var(--t-note);
  line-height: 1.35;
  color: var(--fg2);
}
.cta-milieu {
  margin: clamp(40px, 4.4vw, 64px) 0 0;
  text-align: center;
}
.terrains-fin {
  margin-top: var(--e-moyen);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--e-petit);
  justify-content: space-between;
}
.terrains-fin p {
  font-size: var(--t-fort);
  line-height: var(--i-courant);
  color: var(--fg);
  margin: 0;
  max-width: 46ch;
  flex: 1 1 340px;
}
.terrains-fin .btn {
  flex: none;
}
.situations {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bord-forme);
  border-left: 2px solid var(--rose);
  padding-left: var(--e-fin);
}
.situations li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--bord-forme);
  font-size: var(--t-fort);
  font-weight: 700;
  color: var(--fg);
}
.situations li svg {
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--fg2);
}
.methodes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: var(--e-bloc);
  border-top: 1px solid var(--bord-forme);
}
@media (max-width:820px) {
  .methodes {
    grid-template-columns: 1fr;
  }
}
.methode {
  padding: 28px 26px 30px;
  border-left: 1px solid var(--bord-forme);
}
.methode:first-child {
  border-left: 0;
  padding-left: 0;
}
@media (max-width:820px) {
  .methode {
    border-left: 0;
    border-top: 1px solid var(--bord-forme);
    padding-inline: 0;
  }
  .methode:first-child {
    border-top: 0;
  }
}
.methode h3 {
  margin-bottom: var(--e-titre);
  font-weight: 700;
}
.methode p {
  font-size: 15px;
  line-height: var(--i-courant);
  color: var(--fg2);
  margin: 0;
}
.rail {
  list-style: none;
  margin: var(--e-bloc) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.rail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      var(--teal-vif),
      var(--teal-vif) 33%,
      var(--bord-forme) 33%);
  border-radius: 2px;
}
.rail-e {
  position: relative;
  padding: 38px clamp(14px, 1.8vw, 26px) 0 0;
}
.rail-e::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--bord-forme);
  z-index: 1;
}
.rail-e.ici::before {
  background: var(--teal-vif);
  border-color: var(--teal-vif);
}
.rail-n {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: var(--t-micro);
  font-variant-numeric: tabular-nums;
  letter-spacing: var(--track-micro);
  color: var(--fg2);
  margin-bottom: 10px;
}
.rail-e.ici .rail-n {
  color: var(--teal-vif);
}
.rail-e h3 {
  margin-block: 0 var(--e-titre);
}
.rail-e p {
  font-size: 15px;
  line-height: var(--i-courant);
  color: var(--fg2);
  margin: 0;
  max-width: 34ch;
}
.rail-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  padding: 5px 12px;
  border-radius: 99px;
  background: var(--teal-doux);
  border: 1px solid var(--teal);
  color: var(--teal-vif);
  font-size: var(--t-micro);
  font-weight: 700;
}
.rail-pied {
  margin: var(--e-moyen) 0 26px;
  font-size: var(--t-note);
  line-height: var(--i-note);
  color: var(--fg2);
  padding-left: 16px;
  border-left: 2px solid var(--bord-forme);
  max-width: 62ch;
}
@media (max-width:820px) {
  .rail {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .rail::before {
    left: 7px;
    right: auto;
    top: 6px;
    bottom: 6px;
    width: 2px;
    height: auto;
    background:
      linear-gradient(
        180deg,
        var(--teal-vif),
        var(--teal-vif) 33%,
        var(--bord-forme) 33%);
  }
  .rail-e {
    padding: 0 0 0 34px;
  }
  .rail-e::before {
    top: 2px;
  }
}
#vision {
  padding-block: calc(var(--rythme) * 1.5);
}
.vision-grille {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--col-large);
  align-items: center;
}
@media (max-width:820px) {
  .vision-grille {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.vision-sym {
  width: clamp(96px, 13vw, 190px);
  height: auto;
  flex: none;
  color: var(--fg);
  opacity: .92;
}
.vision-mantra {
  font-family: var(--titre);
  font-weight: 900;
  text-transform: uppercase;
  font-size: var(--t-mantra);
  line-height: 1;
  letter-spacing: 0;
  color: var(--fg);
  margin: 16px 0 0;
}
.vision-suite {
  font-family: var(--titre-2);
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--t-suite);
  line-height: 1.15;
  color: var(--accent-text);
  margin: 10px 0 22px;
}
#vision .lede {
  color: var(--fg);
}
.r-carte {
  background: #221D28;
  border: 1px solid #302A35;
  border-radius: 16px;
  padding: 14px;
}
.r-tete {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.r-tete b {
  font-size: 16px;
  font-weight: 700;
  color: #F2EEE3;
  flex: 1;
  line-height: 1.25;
}
.r-duree {
  flex: none;
  padding: 2px 8px;
  border-radius: 99px;
  background: rgba(232, 185, 35, .13);
  color: #E8B923;
  font-size: 11px;
  font-weight: 700;
}
.r-carte p {
  font-size: 13px;
  line-height: 18px;
  color: #9B9798;
  margin: 0;
}
.cap {
  background: #221D28;
  border: 1px solid #302A35;
  border-radius: 16px;
  padding: 14px;
}
.cap-tete {
  font-size: 11.5px;
  color: #9B9798;
  margin: 0 0 10px;
  font-weight: 700;
}
.cap-jauge {
  height: 5px;
  border-radius: 99px;
  background: #302A35;
  overflow: hidden;
  margin-bottom: 12px;
}
.cap-jauge i {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: #3FA6A0;
}
.cap-etapes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  counter-reset: cap;
}
.cap-etapes li {
  position: relative;
  padding-left: 24px;
  font-size: 12px;
  line-height: 1.4;
  color: #9B9798;
}
.cap-etapes li::before {
  counter-increment: cap;
  content: counter(cap);
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #302A35;
  color: #9B9798;
  font-size: 9px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.cap-etapes li.ok {
  color: #F2EEE3;
}
.cap-etapes li.ok::before {
  background: #3FA6A0;
  color: #170C24;
}
.final {
  text-align: center;
}
.final .wrap {
  max-width: 760px;
}
.final h2 {
  margin-bottom: var(--e-tete);
  font-size: var(--t-affiche);
  line-height: 1.06;
}
.final .lede {
  margin: 0 auto 30px;
  text-align: center;
  color: var(--fg);
}
.final .pastille {
  display: block;
  margin: 0 auto 22px;
}
form.wl {
  display: flex;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
  flex-wrap: wrap;
}
form.wl input {
  flex: 1 1 250px;
  min-width: 0;
  background: var(--surf);
  border: 1px solid var(--bord-controle);
  color: var(--fg);
  font: inherit;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: var(--r);
  transition:
    color .25s,
    background-color .25s,
    border-color .25s;
}
form.wl input::placeholder {
  color: var(--fg2);
}
form.wl input:focus-visible {
  outline: 2px solid var(--accent-text);
  outline-offset: 3px;
}
form.wl input:focus {
  border-color: var(--accent-text);
  box-shadow: 0 0 0 3px var(--halo-focus);
}
.wl-msg {
  margin-top: 18px;
  font-size: 15px;
  min-height: 1.4em;
  color: var(--fg2);
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  justify-content: center;
}
.wl-msg::before {
  font-weight: 700;
  flex: none;
}
.wl-msg.ok {
  color: var(--succes);
}
.wl-msg.ok::before {
  content: "✓";
}
.wl-msg.ko {
  color: var(--erreur);
}
.wl-msg.ko::before {
  content: "⚠";
}
.wl-msg a {
  color: inherit;
}
.evite {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -140%);
  z-index: 200;
  background: var(--or);
  color: var(--aubergine);
  font-weight: 700;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 0 0 var(--r-md) var(--r-md);
  text-decoration: none;
  transition: transform .2s var(--ease);
}
.evite:focus {
  transform: translate(-50%, 0);
}
.microcopy {
  margin-top: 20px;
  font-size: var(--t-note);
  line-height: var(--i-note);
  color: var(--fg2);
}
footer {
  padding-block: 60px 38px;
  font-size: var(--t-note);
  color: var(--fg2);
  border-top: 1px solid var(--bord-forme);
}
.pied {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 36px;
  align-items: start;
}
@media (max-width:760px) {
  .pied {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.pied {
  --t-pied:17px;
}
.pied .lockup {
  font-size: var(--t-pied);
  margin-bottom: 16px;
}
.pied .signature {
  font-family: var(--titre-2);
  font-weight: 700;
  font-size: var(--t-pied);
  line-height: 1.25;
  color: var(--fg);
  margin: 0 0 6px;
  max-width: 26ch;
}
.pied h3 {
  font-family: var(--sans);
  font-size: var(--t-micro);
  letter-spacing: var(--track-micro);
  text-transform: uppercase;
  color: var(--fg2);
  margin: 0 0 var(--e-titre);
  font-weight: 700;
}
.pied ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.pied a {
  text-decoration: none;
  color: var(--fg2);
  transition: color .25s;
  display: inline-block;
  padding-block: 4px;
}
@media (hover:hover) {
  .pied a:hover {
    color: var(--fg);
  }
}
.bornes {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid var(--bord-forme);
  font-size: var(--t-note);
  line-height: var(--i-note);
  color: var(--fg2);
  max-width: none;
  padding-right: max(0px, calc(100% - 80ch));
}
.rev {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.rev.affiche {
  opacity: 1;
  transform: none;
}
.btn.rev {
  transition:
    opacity .8s var(--ease),
    transform .3s var(--ease),
    box-shadow .3s var(--ease),
    background .25s;
}
.cas-c.rev {
  transition:
    opacity .8s var(--ease),
    transform .3s var(--ease),
    border-color .25s var(--ease);
}
.vision-sym.rev {
  opacity: 0;
}
.vision-sym.rev.affiche {
  opacity: .92;
}
@media (prefers-reduced-motion:reduce) {
  .rev {
    opacity: 1;
    transform: none;
  }
}
.doc.wrap {
  max-width: 78ch;
}
.doc {
  max-width: 78ch;
  padding-block: calc(var(--h-nav) + 40px) clamp(56px, 7vw, 96px);
}
.doc h1 {
  margin-bottom: 24px;
  font-size: var(--t-affiche);
  line-height: 1.1;
  hyphens: auto;
  overflow-wrap: break-word;
}
.doc .chapo {
  font-size: var(--t-lede);
  line-height: var(--i-courant);
  color: var(--fg);
  margin-bottom: 44px;
  max-width: 60ch;
}
.doc h1,
.doc h2,
.article h1,
.art-corps h2,
.art-carte h2,
.art-fin h2 {
  text-transform: none;
  letter-spacing: 0;
}
.doc h2 {
  margin: 52px 0 var(--e-tete);
}
@layer page {
  .doc :where(em) {
    font-style: normal;
    font-weight: 700;
    color: var(--fg);
  }
}
@layer page {
  .doc :where(h3) {
    margin: 34px 0 10px;
    color: var(--fg);
  }
}
@layer page {
  .doc :where(p, li) {
    color: var(--fg);
    font-size: 17px;
    line-height: var(--i-long);
    max-width: 66ch;
    overflow-wrap: break-word;
  }
}
@layer page {
  .doc :where(ul) {
    padding-left: 20px;
  }
}
@layer page {
  .doc :where(li) {
    margin-bottom: 9px;
  }
}
@layer page {
  .doc :where(a) {
    color: var(--fg);
  }
}
.doc :where(a).btn {
  color: var(--btn-fg);
}
.doc :where(a).btn.creux {
  color: var(--fg);
}
@media (max-width:960px) {
  .demo.demo-eq {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .scene-eq {
    order: -1;
  }
}
.pas-eq {
  display: grid;
  gap: var(--e-moyen);
}
.eq-p h3 {
  margin-bottom: var(--e-titre);
}
.eq-p p {
  font-size: 17px;
  line-height: var(--i-lecture);
  color: var(--fg);
  margin: 0;
  max-width: 42ch;
}
.scene-eq {
  display: grid;
  place-items: center;
  padding-block: 18px;
}
@media (max-width:700px) {
  .scene-eq .phone-hold {
    width: min(260px, 68vw);
  }
}
.k-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 16px 12px;
}
.k-fleche {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}
.k-fleche svg {
  width: 16px;
  height: 16px;
  color: #F2EEE3;
}
.k-titre {
  font-family: var(--titre-2);
  font-weight: 700;
  font-size: 24px;
  color: #F2EEE3;
  flex: 1;
}
.k-bar .mz {
  height: 46.9px;
  width: auto;
  flex: none;
  color: #F2EEE3;
}
.k-code {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 16px 0;
  padding: 12px 13px;
  border-radius: 16px;
  background: #221D28;
  border: 1px solid #302A35;
}
.k-code > div {
  flex: 1;
  min-width: 0;
}
@layer page {
  .k-code span {
    display: block;
    font-size: 11px;
    color: #9B9798;
  }
}
.k-code b {
  display: block;
  font-family: var(--titre);
  font-weight: 900;
  font-size: 17px;
  color: #F2EEE3;
  letter-spacing: var(--track-meta);
  margin-top: 2px;
}
.k-partager {
  flex: none;
  padding: 8px 14px;
  border-radius: 99px;
  background: #E8B923;
  color: #170C24;
  font-size: 12px;
  font-weight: 700;
}
.k-priv {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 16px 14px;
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(52, 211, 153, .10);
  border: 1px solid rgba(52, 211, 153, .28);
}
.k-priv svg {
  width: 14px;
  height: 14px;
  flex: none;
  color: #34D399;
  margin-top: 2px;
}
.k-priv span {
  font-size: 11.5px;
  line-height: 16.5px;
  color: #34D399;
}
.k-demandes {
  margin: 0 16px 16px;
  padding: 12px;
  border-radius: 16px;
  background: #221D28;
  border: 1px solid #3FA6A0;
}
.k-dtitre {
  font-family: var(--titre-2);
  font-weight: 700;
  font-size: 15px;
  color: #3FA6A0;
  margin: 0 0 10px;
}
.k-d {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.k-d b {
  display: block;
  font-size: 15px;
  color: #F2EEE3;
}
@layer page {
  .k-d span {
    display: block;
    font-size: 11px;
    color: #9B9798;
    margin-top: 1px;
  }
}
.k-d > div {
  flex: 1;
  min-width: 0;
}
.k-fait {
  flex: none;
  padding: 6px 10px;
  border-radius: 99px;
  border: 1px solid #302A35;
  background: #170C24;
  font-size: 10.5px;
  font-weight: 700;
  color: #F2EEE3;
}
.k-liste {
  padding: 0 16px;
  display: grid;
  gap: 9px;
}
.k-a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px;
  border-radius: 14px;
  background: #221D28;
  border: 1px solid #302A35;
}
.k-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: none;
  display: grid;
  place-items: center;
  background: rgba(232, 185, 35, .15);
  color: #E8B923;
  font-weight: 700;
  font-size: 13px;
}
.k-a b {
  display: block;
  font-size: 13.5px;
  color: #F2EEE3;
}
@layer page {
  .k-a span {
    display: block;
    font-size: 11px;
    color: #9B9798;
    margin-top: 1px;
  }
}
.lecture {
  margin: 26px 0 22px;
  padding: 20px 22px;
  border-radius: var(--r);
  background: var(--surf);
  border: 1px solid var(--bord-forme);
  border-left: 3px solid var(--teal-vif);
}
.lecture-cle {
  font-size: var(--t-fort);
  line-height: var(--i-courant);
  color: var(--fg);
  margin: 0 0 14px;
  max-width: 60ch;
}
.lecture .note {
  margin: 0;
}
.avert {
  margin: 0 0 34px;
  padding: 16px 18px;
  border-radius: var(--r-md);
  max-width: none;
  background: var(--or-doux-fond);
  border: 1px solid var(--or-doux-bord);
  font-size: 15px;
  line-height: var(--i-courant);
  color: var(--fg);
}
.revision {
  margin-top: 22px;
  opacity: .85;
}
.article .art-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--t-note);
  color: var(--fg2);
  margin: 0 0 14px;
  letter-spacing: var(--track-meta);
  text-transform: uppercase;
  font-weight: 700;
}
.article .chapo {
  color: var(--fg);
  font-weight: 700;
}
.art-corps {
  margin-top: 38px;
}
.art-corps h2 {
  font-size: var(--t-lede);
  margin: 44px 0 var(--e-titre);
}
.art-corps p {
  margin: 0 0 1.15em;
  max-width: 66ch;
}
.art-corps strong {
  color: var(--fg);
}
.art-suite {
  margin-top: var(--e-bloc);
  padding-top: var(--e-petit);
  border-top: 1px solid var(--bord-forme);
}
.art-suite h2 {
  margin-block: 0 var(--e-titre);
  font-size: var(--t-fort);
}
.art-suite ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}
.art-suite a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  padding: 13px 0;
  text-decoration: none;
  border-bottom: 1px solid var(--bord-forme);
}
.art-suite-t {
  font-weight: 700;
  color: var(--fg);
  font-size: var(--t-fort);
  flex: 1 1 16ch;
}
.art-suite-m {
  font-size: var(--t-micro);
  letter-spacing: var(--track-micro);
  text-transform: uppercase;
  color: var(--fg2);
  flex: none;
  font-variant-numeric: tabular-nums;
}
@media (hover:hover) {
  .art-suite a:hover .art-suite-t {
    color: var(--accent-text);
  }
}
.art-fin {
  margin-top: var(--e-page);
  padding: var(--e-moyen);
  border-radius: var(--r);
  background: var(--surf);
  border: 1px solid var(--bord-forme);
  border-left: 3px solid var(--or);
}
.art-fin h2 {
  margin-block: 0 var(--e-tete);
  font-size: var(--t-intro);
}
.art-fin p {
  margin: 0 0 20px;
  max-width: 52ch;
}
.art-liste > li,
.jamais > li {
  margin-bottom: 0;
}
.art-liste.large {
  width: min(100vw - 2*var(--gouttiere), 1100px);
  margin-left: calc((min(100vw - 2*var(--gouttiere), 1100px) - 100%) / -2);
}
@media (max-width:820px) {
  .art-liste.large {
    width: 100%;
    margin-left: 0;
  }
}
.art-cv {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--r-in);
  margin-bottom: 14px;
}
.art-cv img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-cv i {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(23, 12, 36, 0) 40%,
      rgba(23, 12, 36, .55) 100%);
}
.art-corps-carte {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.art-bandeau {
  margin: 0 0 26px;
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
.art-bandeau img,
.art-cv img {
  filter: saturate(.72) contrast(1.04);
}
.art-bandeau::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(23, 12, 36, 0) 45%,
      rgba(23, 12, 36, .42) 100%);
}
.art-bandeau img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-liste {
  list-style: none;
  margin: 38px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.art-carte a {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 8px;
  padding: 22px;
  border-radius: var(--r);
  background: var(--surf);
  border: 1px solid var(--bord-forme);
  text-decoration: none;
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}
@media (hover:hover) {
  .art-carte a:hover {
    border-color: var(--fg2);
    transform: translateY(-2px);
  }
}
.art-carte h2 {
  font-size: 17px;
  margin: 0;
  line-height: 1.28;
}
.art-carte p {
  font-size: var(--t-note);
  line-height: var(--i-note);
  color: var(--fg2);
  margin: 0;
  flex: 1;
}
.art-lire {
  font-size: var(--t-micro);
  font-weight: 700;
  letter-spacing: var(--track-micro);
  text-transform: uppercase;
  color: var(--fg2);
}
.doc .rail-doc {
  margin: 26px 0 8px;
  width: min(100vw - 2*var(--gouttiere), 1040px);
  margin-left: calc((min(100vw - 2*var(--gouttiere), 1040px) - 100%) / -2);
}
@media (max-width:820px) {
  .doc .rail-doc {
    width: 100%;
    margin-left: 0;
  }
}
.doc .rail-e p {
  max-width: none;
}
.bornage {
  margin: 26px 0 24px;
  padding: 26px 28px;
  border-radius: var(--r);
  background: var(--surf);
  border: 1px solid var(--bord-forme);
  border-left: 3px solid var(--bord-forme);
}
.bornage p {
  font-family: var(--titre-2);
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--t-intro);
  line-height: 1.25;
  color: var(--fg);
  margin: 0;
}
.jamais {
  list-style: none;
  padding: 0;
  margin: 20px 0 22px;
  display: grid;
  gap: 12px;
}
.jamais li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--bord-forme);
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bord-controle);
}
@media (max-width:700px) {
  .jamais li {
    grid-template-columns: 1fr;
  }
}
.jamais .non,
.jamais .oui {
  padding: 14px 16px;
  font-size: 15px;
  line-height: var(--i-courant);
  background: var(--surf);
}
.jamais .non {
  color: var(--fg2);
  text-decoration: line-through;
  text-decoration-color: var(--erreur);
  text-decoration-thickness: 1px;
}
.jamais .oui {
  color: var(--fg);
}
.jamais .oui::before,
.jamais .non::before {
  display: block;
  font-size: var(--t-micro);
  font-weight: 700;
  letter-spacing: var(--track-micro);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.jamais .non::before {
  content: "Jamais";
  color: var(--erreur);
}
.jamais .oui::before {
  content: "À la place";
  color: var(--teal);
}
:root[lang=en] .jamais .non::before {
  content: "Never";
}
:root[lang=en] .jamais .oui::before {
  content: "Instead";
}
.chiffres {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin: 22px 0 26px;
}
.chiffre {
  border: 1px solid var(--bord-forme);
  border-radius: var(--r);
  padding: 22px;
  background: var(--surf);
  display: flex;
  flex-direction: column;
}
.chiffre .val {
  font-family: var(--sans);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: var(--t-chiffre);
  line-height: 1.05;
  color: var(--fg);
  display: block;
  margin-bottom: 6px;
}
.chiffre .lab {
  display: block;
  font-size: var(--t-micro);
  font-weight: 700;
  letter-spacing: var(--track-micro);
  text-transform: uppercase;
  color: var(--fg2);
  margin-bottom: 14px;
}
.chiffre p {
  font-size: 15px;
  line-height: var(--i-courant);
  margin: 0 0 10px;
}
.chiffre .note {
  margin-top: auto;
  font-size: var(--t-micro);
  line-height: var(--i-note);
}
.doc .fiche {
  border: 1px solid var(--bord-forme);
  border-radius: var(--r);
  padding: 24px;
  background: var(--surf);
  margin: 20px 0;
}
.doc .fiche .val {
  font-family: var(--sans);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: 28px;
  margin-bottom: 6px;
  display: block;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: var(--accent-text);
  -webkit-text-fill-color: var(--accent-text);
}
.doc .fiche .lab {
  font-size: var(--t-micro);
  letter-spacing: var(--track-micro);
  text-transform: uppercase;
  color: var(--fg2);
  font-weight: 700;
  display: block;
  margin-bottom: 14px;
}
.doc .retour {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--t-note);
  color: var(--fg2);
  text-decoration: none;
  margin-bottom: 28px;
}
@media (hover:hover) {
  .doc .retour:hover {
    color: var(--fg);
  }
}
.scene-hero {
  display: grid;
  place-items: center;
}
.ecran-note.note {
  font-size: 11px;
}
.ecran-note {
  order: 2;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  letter-spacing: var(--track-meta);
  text-transform: uppercase;
}
.card.espace {
  margin-top: 11px;
}
.a-h.sans-air,
.a-sec.sans-air {
  margin-top: 0;
}
.cap-jauge i.moitie {
  width: 50%;
}
.defs-mz {
  position: absolute;
}
.pied-bas {
  margin-top: 14px;
}
.cta-fin {
  margin-top: 40px;
}
.note.maj {
  margin-top: 48px;
}
.bornes.bornes-page {
  margin-top: var(--e-page);
}
.liens.retour {
  margin-left: auto;
}
.avert-brouillon {
  color: var(--accent-text);
  font-size: var(--t-note);
}
.suite-section {
  margin-top: var(--e-bloc);
}
.hors-ecran {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.entete .lede {
  max-width: var(--m-lede);
}
[hidden] {
  display: none !important;
}
span.l {
  display: inline;
}
.piege {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
