/* ==========================================================================
   mad-enligne.com — guide MadCasino (fr)
   Namespace: men-
   Archétype de page : magazine (grilles asymétriques, titres décalés)
   Hero : mirror-split · Features : grid · Stats : counters · FAQ : boxed
   Thème : clair · Formes : arrondies · Densité : aérée · Persona : luxe
   Contrainte logo : logo sombre → barres header/footer CLAIRES
   ========================================================================== */

:root {
  /* --- Surfaces claires (thème light) — dérivées du sable/parchemin du décor --- */
  --bg-main: #F7F3EC;
  --bg-alt: #EFE8DC;
  --bg-card: #FFFFFF;
  --bg-bar: #FFFFFF;          /* header + footer : CLAIRS (logo sombre) */
  --bg-inset: #F2ECE1;

  /* --- Surfaces sombres (bandeaux d'accent, hero, tableaux) — valeurs opérateur --- */
  --dark-base: #0a080b;
  --dark-panel: #161319;
  --dark-surface-1: #201D23;
  --dark-surface-2: #343137;
  --dark-border: #302F37;

  /* --- Texte --- */
  --text-main: #1A1518;
  --text-body: #4A4340;
  --text-on-dark: #FFFFFF;
  --text-body-dark: #B4ABA6;   /* gris chaud taupe — signature, ne pas neutraliser */
  --muted: #6A625C;            /* AA sur fond clair (5.4:1) */
  --muted-on-dark: #ADA49E;    /* même rôle, mais posé sur les fonds sombres */
  --border: #DED4C4;

  /* --- Accent or --- */
  --accent: #F6B965;
  --accent-grad-top: #FFCD79;
  --accent-grad-bottom: #E2A551;
  --accent-deep: #BA7D29;
  --accent-text: #8A5A16;      /* variante lisible de l'or pour le TEXTE sur fond clair (5.4:1) */
  --accent-on: #0A080B;
  --accent-soft: #FFE18D;

  /* --- Cramoisi : encadré de définition UNIQUEMENT --- */
  --crimson: #e52e55;
  --crimson-soft: #F26B85;

  /* --- Fonctionnel --- */
  --success: #0E9E5F;
  --danger: #C6303E;
  --info: #3D5AA8;

  /* --- Type --- */
  --font-head: 'Outfit', 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
  --font-body: 'Outfit', 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;

  /* --- Rythme (densité aérée : 3 pas) --- */
  --sp-1: .75rem;
  --sp-2: 1.4rem;
  --sp-3: 2.6rem;
  --sec-pad: clamp(3.4rem, 7vw, 5.6rem);
  --gutter: 1.35rem;
  --wrap: 1280px;

  /* --- Formes (rounded) --- */
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-pill: 9999px;

  --shadow-sm: 0 1px 2px rgba(26, 21, 24, .06), 0 4px 14px rgba(26, 21, 24, .05);
  --shadow-md: 0 10px 34px rgba(26, 21, 24, .09);
}

/* ========================= RESET / BASE ========================= */
* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg-main);
  color: var(--text-body);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

img, svg, video { max-width: 100%; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--text-main);
  line-height: 1.18;
  margin: 0 0 var(--sp-1);
  text-wrap: balance;
}
h1 { font-weight: 800; font-size: clamp(2rem, 4.4vw, 3.05rem); letter-spacing: -.005em; }
h2 { font-weight: 800; font-size: clamp(1.5rem, 2.9vw, 2.1rem); }
h3 { font-weight: 700; font-size: clamp(1.15rem, 1.9vw, 1.35rem); }
h4 { font-weight: 700; font-size: 1.05rem; }

p { margin: 0 0 var(--sp-2); }
p:last-child { margin-bottom: 0; }

a { color: var(--accent-text); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--text-main); }
/* adresses longues : on n'autorise la coupure n'importe où que là où c'est utile */
a[href^="mailto:"], .men-footer__contact { overflow-wrap: anywhere; }

/* la barre collante ne doit plus masquer la cible d'une ancre */
[id] { scroll-margin-top: 90px; }

:focus-visible {
  outline: 3px solid var(--accent-text);
  outline-offset: 3px;
  border-radius: 4px;
}

strong, b { color: var(--text-main); font-weight: 700; }
hr { border: 0; border-top: 1px solid var(--border); margin: var(--sp-3) 0; }

/* ========================= LAYOUT ========================= */
.men-container {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.men-section { padding-block: var(--sec-pad); }
.men-section--alt { background: var(--bg-alt); }
.men-section--tight { padding-block: clamp(2.2rem, 4vw, 3.2rem); }

/* magazine : intro de section décalée + grilles asymétriques */
.men-section__head {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  margin-bottom: var(--sp-3);
  max-width: 62ch;
}

.men-eyebrow {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-text);
  margin: 0;
}
.men-eyebrow--on-dark { color: var(--accent); }

.men-lead { font-size: 1.15rem; color: var(--text-body); }

.men-note,
.men-source {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .875rem;
  color: var(--muted);
  line-height: 1.6;
}

/* magazine : grille asymétrique générique */
.men-split {
  display: grid;
  gap: var(--sp-3);
  align-items: start;
}
.men-split > * { min-width: 0; }
@media (min-width: 960px) {
  .men-split { grid-template-columns: 2fr 1fr; gap: clamp(2rem, 4vw, 3.6rem); }
  .men-split--wide-right { grid-template-columns: 1fr 2fr; }
}

.men-pullquote {
  margin: var(--sp-3) 0;
  padding-inline-start: 1.4rem;
  border-inline-start: 3px solid var(--accent);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  line-height: 1.35;
  color: var(--text-main);
}

/* ========================= BOUTONS ========================= */
.men-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .95rem 1.6rem;
  min-height: 44px;
  border: 0;
  border-radius: var(--r-pill);
  background: linear-gradient(180deg, var(--accent-grad-top), var(--accent-grad-bottom));
  color: var(--accent-on);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: .8125rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  box-shadow: 0 2px 10px rgba(186, 125, 41, .28);
}
.men-btn:hover {
  color: var(--accent-on);
  transform: translateY(-1px);
  filter: saturate(1.05);
  box-shadow: 0 6px 18px rgba(186, 125, 41, .34);
}
.men-btn:active { transform: translateY(0); }

.men-btn--lg { padding: 1rem 2rem; font-size: .875rem; }

.men-btn--ghost {
  background: transparent;
  color: var(--text-main);
  border: 1px solid var(--border);
  box-shadow: none;
  font-weight: 700;
}
.men-btn--ghost:hover { background: var(--bg-inset); box-shadow: none; }

.men-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-1);
}

/* ========================= ICÔNES ========================= */
.men-icon {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.men-icon--lg { width: 2rem; height: 2rem; }
/* dans le fil du texte (liens externes), l'icône suit la taille des lettres */
a .men-icon { width: 1em; height: 1em; vertical-align: -.12em; }

/* ========================= HEADER ========================= */
.men-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--bg-bar);           /* CLAIR — logo sombre */
  border-bottom: 1px solid var(--border);
}

.men-header__bar {
  display: flex;
  align-items: center;
  gap: clamp(.6rem, 2vw, 1.75rem);
  min-height: 74px;
  padding-block: .6rem;
}
.men-header__bar > * { min-width: 0; }

.men-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}
.men-logo__img {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(45vw, 190px);
  object-fit: contain;
}
/* signature textuelle à côté du pictogramme — masquée sur les très petits écrans */
.men-logo__text {
  display: none;
  margin-inline-start: .6rem;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--text-main);
  white-space: nowrap;
}
.men-logo__text b { font-weight: 800; }
@media (min-width: 480px) {
  .men-header .men-logo__text { display: inline-block; }
}

.men-nav { margin-inline-start: auto; }
.men-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(.5rem, 1.6vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.men-nav a:not(.men-btn) {
  display: block;
  padding: .5rem .1rem;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .945rem;
  color: var(--text-main);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.men-nav a:not(.men-btn):hover,
.men-nav a:not(.men-btn):focus-visible { color: var(--accent-text); border-bottom-color: var(--accent); }

/* une seule CTA visible : la copie du nav est masquée par défaut */
.men-nav > .men-btn { display: none; }
.men-header__cta { flex-shrink: 0; }

.men-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-inline-start: auto;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  background: var(--bg-card);
  cursor: pointer;
}
.men-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-main);
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.men-header.is-open .men-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.men-header.is-open .men-burger span:nth-child(2) { opacity: 0; }
.men-header.is-open .men-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 959px) {
  .men-burger { display: flex; }
  .men-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    padding: var(--sp-1) var(--gutter) var(--sp-2);
    background: var(--bg-bar);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
  }
  .men-header.is-open .men-nav { display: flex; flex-direction: column; }
  .men-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .men-nav a:not(.men-btn) {
    padding: .85rem .25rem;
    border-bottom: 1px solid var(--border);
  }
  .men-nav a:not(.men-btn):hover { border-bottom-color: var(--border); }
  .men-header__cta { display: none; }
  .men-nav > .men-btn { display: flex; width: 100%; margin-top: var(--sp-1); }
}

/* sous-menus (non utilisés ici, mais contractuels) */
.men-nav__group { position: relative; }
.men-nav__toggle { display: none; }
.men-submenu {
  display: none;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 230px;
  margin: 0;
  padding: .5rem;
  list-style: none;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  z-index: 1000;
}
.men-nav__group:hover .men-submenu,
.men-nav__group:focus-within .men-submenu { display: block; }
@media (max-width: 959px) {
  .men-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: var(--text-main);
    cursor: pointer;
  }
  .men-submenu { position: static; display: none; box-shadow: none; border: 0; padding-inline-start: 1rem; }
  .men-nav__group.is-open .men-submenu { display: block; }
}

/* ========================= HERO ========================= */
.men-hero { position: relative; background: var(--dark-base); color: var(--text-on-dark); }

.men-hero__inner { position: relative; }

.men-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70vh;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: var(--r-lg);
}

/* --- HOME : mirror-split (visuel à GAUCHE, texte à DROITE) --- */
.men-hero--home {
  padding-block: clamp(2.6rem, 6vw, 4.6rem);
  background:
    radial-gradient(120% 90% at 12% 0%, #2A2026 0%, transparent 60%),
    linear-gradient(180deg, #141014 0%, var(--dark-base) 100%);
  border-bottom: 1px solid var(--dark-border);
}
.men-hero--home .men-hero__inner {
  display: grid;
  gap: clamp(1.6rem, 4vw, 3.2rem);
  align-items: center;
}
.men-hero--home .men-hero__inner > * { min-width: 0; }
.men-hero--home .men-hero__media { order: -1; }
@media (min-width: 960px) {
  .men-hero--home .men-hero__inner { grid-template-columns: .95fr 1.05fr; }
  .men-hero--home .men-hero__media { order: 0; grid-column: 1; }
  .men-hero--home .men-hero__body { grid-column: 2; }
}
.men-hero--home .men-hero__body {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.men-hero--home h1 { color: var(--text-on-dark); margin: 0; }
.men-hero--home .men-hero__sub {
  margin: 0;
  font-size: 1.15rem;
  color: var(--text-body-dark);
  max-width: 46ch;
}
.men-hero--home .men-hero__meta {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .875rem;
  color: var(--muted-on-dark);
}
.men-hero--home .men-hero__img { aspect-ratio: 16/10; max-height: 56vh; }
@media (min-width: 960px) {
  .men-hero--home .men-hero__img { aspect-ratio: 4/3; }
}
.men-hero__media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(150deg, #3A2A1C 0%, #201D23 55%, var(--dark-base) 100%);
  aspect-ratio: 16/10;
}
.men-hero__media .men-hero__img { border-radius: 0; height: 100%; aspect-ratio: auto; }

/* --- INNER : bandeau compact (page-header) --- */
.men-hero--inner,
.men-page-header {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--dark-base) 0%, var(--dark-surface-1) 70%, var(--dark-surface-2) 100%);
  color: var(--text-on-dark);
  border-bottom: 3px solid var(--accent-deep);
}
.men-hero--inner .men-hero__inner,
.men-page-header__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  min-height: 200px;
  justify-content: center;
  padding-block: clamp(2rem, 4vw, 2.8rem);
  padding-inline: max(var(--gutter), calc((100% - var(--wrap)) / 2 + var(--gutter)));
}
.men-hero--inner h1,
.men-page-header h1 {
  color: var(--text-on-dark);
  margin: 0;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}
.men-hero--inner .men-hero__sub,
.men-page-header__sub { margin: 0; color: var(--text-body-dark); max-width: 62ch; }

.men-hero--inner .men-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
  max-height: none;
  border-radius: 0;
  z-index: 0;
}
.men-hero--inner .men-hero__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(10, 8, 11, .9) 0%, rgba(10, 8, 11, .78) 55%, rgba(10, 8, 11, .6) 100%);
}
:where(.men-hero--inner .men-hero__inner > :not(.men-hero__img)) { position: relative; z-index: 2; }

/* ========================= FIL D'ARIANE ========================= */
.men-breadcrumb {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .8125rem;
  color: var(--muted);
}
.men-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.men-breadcrumb li + li::before { content: "/"; margin-inline-end: .45rem; color: var(--accent-deep); }
.men-breadcrumb a { color: inherit; text-decoration: none; display: inline-block; padding: .4rem .1rem; }
.men-breadcrumb li[aria-current] { padding-block: .4rem; }
.men-breadcrumb a:hover { color: var(--accent); text-decoration: underline; }
.men-hero--inner .men-breadcrumb,
.men-page-header .men-breadcrumb { color: var(--muted-on-dark); }
.men-hero--inner .men-breadcrumb a:hover,
.men-page-header .men-breadcrumb a:hover { color: var(--accent); }

/* ========================= SOMMAIRE ANCRÉ (navigation du site) ========================= */
.men-toc {
  background: var(--dark-panel);
  color: var(--text-body-dark);
  border-radius: var(--r-md);
  padding: clamp(1.2rem, 2.4vw, 1.75rem);
}
.men-toc__title {
  margin: 0 0 var(--sp-1);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
}
.men-toc ol, .men-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.men-toc li + li { border-top: 1px solid var(--dark-border); }
.men-toc a {
  display: block;
  padding: .6rem 0;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .95rem;
  color: var(--text-body-dark);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.men-toc a:hover,
.men-toc a:focus-visible,
.men-toc a.is-active { color: #fff; border-bottom-color: var(--accent); }

/* desktop : plusieurs colonnes plutôt qu'une seule bande de 14 lignes */
@media (min-width: 700px) {
  .men-toc ol, .men-toc ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    column-gap: clamp(1.2rem, 3vw, 2.6rem);
  }
  .men-toc li + li { border-top: 0; }
  .men-toc li { border-bottom: 1px solid var(--dark-border); }
}
/* mobile : pastilles qui s'enroulent, au lieu de 14 lignes pleine largeur */
@media (max-width: 699px) {
  .men-toc ol, .men-toc ul { flex-direction: row; flex-wrap: wrap; gap: .5rem; }
  .men-toc li + li { border-top: 0; }
  .men-toc a {
    padding: .7rem .95rem;
    font-size: .85rem;
    border: 1px solid var(--dark-border);
    border-radius: var(--r-pill);
    background: var(--dark-surface-1);
  }
  .men-toc a:hover,
  .men-toc a:focus-visible,
  .men-toc a.is-active { border-color: var(--accent); }
}

/* ========================= APERÇU / PROSE ========================= */
/* longueur de ligne lisible : sans cette limite, un paragraphe fait ~150 signes */
.men-prose { max-width: 68ch; }
.men-prose > * + * { margin-top: var(--sp-2); }
.men-prose h2 { margin-top: 3.2rem; margin-bottom: .5rem; }
.men-prose h3 { margin-top: 2.2rem; margin-bottom: .4rem; }
/* un titre doit coller à SON paragraphe, pas flotter à égale distance des deux */
.men-prose h2 + *, .men-prose h3 + *, .men-prose h4 + * { margin-top: .45rem; }
.men-prose > :first-child { margin-top: 0; }
.men-prose ul, .men-prose ol { padding-inline-start: 1.3rem; margin-block: 0; }
.men-prose li { margin-bottom: .5rem; }
.men-prose li::marker { color: var(--accent-deep); }

/* ========================= DEUX COLONNES + PANNEAU ========================= */
.men-two-cols {
  display: grid;
  gap: var(--sp-3);
  align-items: start;
}
.men-two-cols > * { min-width: 0; }
@media (min-width: 960px) {
  .men-two-cols { grid-template-columns: 1.6fr 1fr; gap: clamp(2rem, 4vw, 3.4rem); }
}

.men-panel {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: clamp(1.2rem, 2.4vw, 1.75rem);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}
.men-panel__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-main);
}

.men-facts { margin: 0; }
.men-facts__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: .5rem;
  padding: .65rem 0;
  border-bottom: 1px solid var(--border);
}
.men-facts__row:last-child { border-bottom: 0; padding-bottom: 0; }
.men-facts dt {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .8125rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}
.men-facts dd {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--text-main);
  font-variant-numeric: tabular-nums;
  text-align: end;
}

.men-checklist { list-style: none; margin: 0; padding: 0; }
.men-checklist li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  padding: .5rem 0;
  line-height: 1.6;
}
.men-checklist .men-icon { color: var(--accent-deep); margin-top: .18em; }

.men-stat-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: .8rem;
}
.men-stat-tiles > * { min-width: 0; }
.men-tile {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: .9rem 1rem;
  box-shadow: var(--shadow-sm);
}
.men-tile__value {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  color: var(--text-main);
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
}
/* la légende précède la valeur dans le HTML : l'écart va donc EN DESSOUS d'elle */
.men-tile__label {
  display: block;
  margin-bottom: .3rem;
  font-size: .8rem;
  line-height: 1.4;
  color: var(--muted);
}

.men-score {
  display: flex;
  align-items: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.men-score__value {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--accent-deep);
  font-variant-numeric: tabular-nums;
}
.men-score__stars { display: inline-flex; gap: .15rem; color: var(--accent); }
.men-score__label { font-size: .875rem; color: var(--muted); }

/* ========================= ENCADRÉ DE DÉFINITION (signature) ========================= */
.men-def {
  max-width: 68ch;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-inline-start: 3px solid var(--accent-deep);
  border-radius: var(--r-md);
  padding: clamp(1.1rem, 2.2vw, 1.6rem) clamp(1.2rem, 2.4vw, 1.8rem);
  margin-block: var(--sp-3);
  display: flex;
  flex-direction: column;
  gap: .4rem;
  box-shadow: var(--shadow-sm);
}
.men-def__term {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-main);
}
.men-def__text { margin: 0; font-weight: 400; color: var(--text-body); }

/* ========================= PASTILLE DE MISE ========================= */
.men-wager {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .3rem .8rem;
  border-radius: var(--r-pill);
  background: var(--dark-surface-2);
  color: var(--accent-soft);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ========================= CARTES / FEATURE-CARDS (pattern : grid) ========================= */
.men-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: clamp(1rem, 2.2vw, 1.6rem);
}
.men-cards > * { min-width: 0; }

.men-card {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  box-shadow: var(--shadow-sm);
}
.men-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--bg-inset);
  color: var(--accent-deep);
}
.men-card__title { margin: 0; font-size: 1.1rem; }
.men-card__text { margin: 0; font-size: .98rem; }
.men-card__meta { margin: 0; font-size: .85rem; color: var(--muted); }

/* magazine : première carte plus large sur large écran */
@media (min-width: 1040px) {
  .men-cards--feature { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .men-cards--feature > :first-child { grid-column: span 2; }
}

/* ========================= BLOC DE FAITS / STATS (pattern : counters) ========================= */
.men-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
  gap: clamp(1.4rem, 3.5vw, 2.8rem);
}
.men-stats > * { min-width: 0; }
.men-stat {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.men-stat__label {
  order: -1;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.men-stat__value {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.05;
  color: var(--accent-deep);
  font-variant-numeric: tabular-nums;
}
.men-stat__note { font-size: .875rem; color: var(--text-body); }

/* ========================= TABLEAUX ========================= */
.men-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  margin-block: 1.5rem;
  border-radius: var(--r-md);
  border: 1px solid var(--dark-border);
  background: var(--dark-base);
  -webkit-overflow-scrolling: touch;
}
/* le tableau défile latéralement sur petit écran : on le dit au lieu de le laisser deviner */
@media (max-width: 700px) {
  .men-table-wrap::after {
    content: "↔ Faites glisser le tableau pour voir toutes les colonnes";
    display: block;
    position: sticky;
    inset-inline-start: 0;
    width: fit-content;
    padding: 0 1rem .8rem;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .78rem;
    color: var(--muted-on-dark);
  }
}
.men-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
  color: var(--text-body-dark);
  min-width: 520px;
}
.men-table caption {
  caption-side: bottom;
  padding: .75rem 1rem;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .8125rem;
  color: var(--muted-on-dark);
  text-align: start;
}
.men-table th, .men-table td {
  padding: .85rem 1rem;
  text-align: start;
  border-bottom: 1px solid var(--dark-border);
  vertical-align: top;
}
.men-table thead th {
  white-space: nowrap;
  background: var(--dark-surface-2);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.men-table tbody tr:nth-child(odd) { background: var(--dark-surface-1); }
.men-table tbody tr:last-child td { border-bottom: 0; }
.men-table td.men-num,
.men-table th.men-num { text-align: end; font-variant-numeric: tabular-nums; }
.men-table .men-key { color: var(--accent-soft); font-weight: 800; font-variant-numeric: tabular-nums; }
.men-table th[scope="row"] { color: #fff; font-weight: 700; }

/* tableau des paiements */
.men-pay td:first-child { display: flex; align-items: center; gap: .6rem; }
.men-pay .men-icon { color: var(--text-body-dark); }

/* ========================= LISTE NUMÉROTÉE (étapes) ========================= */
.men-steps {
  list-style: none;
  counter-reset: men-step;
  margin: var(--sp-2) 0 0;
  padding: 0;
}
.men-steps li {
  counter-increment: men-step;
  position: relative;
  padding-inline-start: 4rem;
  padding-bottom: var(--sp-2);
  border-inline-start: 1px solid var(--border);
  margin-inline-start: 1.35rem;
}
.men-steps li:last-child { border-inline-start-color: transparent; padding-bottom: 0; }
.men-steps li::before {
  content: counter(men-step);
  position: absolute;
  inset-inline-start: -1.35rem;
  top: -.15rem;
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: var(--dark-surface-2);
  color: var(--accent);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
}
.men-steps h3 { margin-bottom: .35rem; }
.men-steps p { margin-bottom: 0; max-width: 68ch; }
/* 320px : 4rem de retrait mangeaient un tiers de la largeur utile */
@media (max-width: 600px) {
  .men-steps li { padding-inline-start: 3.1rem; margin-inline-start: 1.1rem; }
  .men-steps li::before { inset-inline-start: -1.1rem; width: 2.2rem; height: 2.2rem; font-size: .95rem; }
}

/* ========================= POUR ET CONTRE ========================= */
.men-proscons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: stretch;
}
.men-proscons > * { min-width: 0; }
.men-proscons__col {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.men-proscons__title {
  margin: 0 0 .3rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.men-proscons ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .7rem; }
.men-proscons li { display: flex; align-items: flex-start; gap: .7rem; line-height: 1.6; }
.men-proscons--pro .men-icon { color: var(--success); margin-top: .18em; }
.men-proscons--con .men-icon { color: var(--danger); margin-top: .18em; }

/* ========================= PASTILLES / CATÉGORIES ========================= */
.men-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.men-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .95rem;
  border-radius: var(--r-pill);
  border: 1px solid var(--border);
  background: var(--bg-card);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .875rem;
  color: var(--text-main);
  text-decoration: none;
}
.men-pill:hover { border-color: var(--accent-text); color: var(--accent-text); }

/* ========================= FAQ (pattern : boxed) ========================= */
.men-faq {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.men-faq details {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: .2rem clamp(1rem, 2.2vw, 1.5rem);
  box-shadow: var(--shadow-sm);
}
.men-faq summary { cursor: pointer; padding: 1rem 0; font-weight: 600; list-style: none; }
.men-faq summary::-webkit-details-marker { display: none; }
.men-faq summary {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--text-main);
  display: flex;
  gap: .5rem;
  align-items: baseline;
}
.men-faq summary::before {
  content: '+';
  transition: transform .2s;
  color: var(--accent-text);
  font-weight: 800;
}
.men-faq details[open] summary::before { content: '−'; }
.men-faq details > :not(summary) { padding: .5rem 0 1rem; max-width: 72ch; }
.men-faq details[open] { border-color: var(--accent); }

/* ========================= GRILLE DE JEUX (rtp-grid) ========================= */
.men-rtp {
  display: grid;
  gap: clamp(.6rem, 1.5vw, 1rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) { .men-rtp { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 960px) { .men-rtp { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.men-rtp-item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: var(--r-md);
  border: 1px solid var(--dark-border);
  background: var(--dark-surface-1);
}
.men-rtp-item__thumb {
  display: block;
  aspect-ratio: 3/2;
  position: relative;
  background: linear-gradient(150deg, #3A2A1C, #201D23);
}
.men-rtp-item__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.men-rtp-item__name {
  display: block;
  padding: .6rem .75rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .875rem;
  color: #fff;
  line-height: 1.3;
}
.men-rtp-tooltip {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  opacity: 0;
  transition: opacity .2s;
  padding: .55rem .75rem;
  background: rgba(10, 8, 11, .92);
  color: var(--accent-soft);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .8rem;
}
.men-rtp-item:hover .men-rtp-tooltip,
.men-rtp-item:focus-within .men-rtp-tooltip { opacity: 1; }

/* ========================= CTA BLOCK ========================= */
.men-cta {
  padding-block: var(--sec-pad);
  background: linear-gradient(120deg, var(--dark-base) 0%, var(--dark-surface-1) 100%);
  color: var(--text-body-dark);
  border-block: 1px solid var(--dark-border);
}
.men-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--sp-2);
  max-width: 46rem;
  margin-inline: auto;
}
.men-cta h2 { color: #fff; margin: 0; }
.men-cta p { margin: 0; }
.men-cta .men-actions { justify-content: center; }
.men-cta__fine {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .8125rem;
  color: var(--muted-on-dark);
  line-height: 1.6;
}
/* sur fond sombre, le survol ne doit pas ramener le texte au quasi-noir */
.men-cta a:not(.men-btn), .men-hero--home a:not(.men-btn) { color: var(--accent); }
.men-cta a:not(.men-btn):hover, .men-hero--home a:not(.men-btn):hover { color: var(--accent-soft); }

/* ========================= BLOC LÉGAL ========================= */
.men-legal {
  background: var(--bg-main);
  counter-reset: men-legal;
}
.men-legal__head {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .875rem;
  color: var(--muted);
  margin-bottom: var(--sp-2);
}
.men-legal h2 {
  counter-increment: men-legal;
  margin-top: var(--sp-3);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}
.men-legal h2::before {
  content: counter(men-legal) ". ";
  color: var(--muted);
  font-weight: 700;
}
.men-legal h3 { margin-top: var(--sp-2); }
.men-legal p, .men-legal li { color: var(--text-body); }
.men-legal ul, .men-legal ol { padding-inline-start: 1.3rem; }
.men-legal li { margin-bottom: .5rem; }
.men-legal li::marker { color: var(--muted); }
.men-legal a { color: var(--text-main); }
.men-legal a:hover { color: var(--accent-text); }

/* jeu responsable : aucun or */
.men-responsible { background: var(--bg-alt); }
.men-responsible .men-panel { border-color: var(--border); }
/* numéro d'aide : en ligne dans un paragraphe, 1.35rem cassait l'interlignage */
.men-responsible .men-help {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text-main);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* ========================= STICKY NAV (mobile) ========================= */
.men-sticky-nav { display: none; }
@media (max-width: 767px) {
  .men-sticky-nav {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 950;
    align-items: center;
    justify-content: space-around;
    gap: .4rem;
    padding: .5rem .6rem calc(.5rem + env(safe-area-inset-bottom));
    background: var(--bg-bar);
    border-top: 1px solid var(--border);
    box-shadow: 0 -6px 20px rgba(26, 21, 24, .1);
  }
  .men-sticky-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .15rem;
    flex: 1 1 0;
    min-width: 0;
    font-family: var(--font-head);
    font-weight: 600;
    font-size: .7rem;
    color: var(--text-main);
    text-decoration: none;
  }
  .men-sticky-nav .men-icon { width: 1.25rem; height: 1.25rem; }
  body:has(.men-sticky-nav){ padding-bottom: 4.5rem; }
}

/* ========================= CHAT WIDGET ========================= */
.men-chat-btn {
  position: fixed;
  inset-inline-end: 1rem;
  bottom: 1rem;
  z-index: 940;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent-grad-top), var(--accent-grad-bottom));
  color: var(--accent-on);
  box-shadow: var(--shadow-md);
  cursor: pointer;
}
@media (max-width: 767px) { .men-chat-btn { bottom: 5rem; } }
.men-chat {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 960;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(10, 8, 11, .6);
}
.men-chat.is-open { display: flex; }
.men-chat__dialog {
  width: min(420px, 100%);
  background: var(--bg-card);
  border-radius: var(--r-lg);
  padding: clamp(1.2rem, 3vw, 1.8rem);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}

/* ========================= FOOTER ========================= */
.men-footer {
  background: var(--bg-bar);            /* CLAIR — logo sombre */
  color: var(--text-body);
  border-top: 3px solid var(--accent);
}
.men-footer__top {
  display: grid;
  gap: var(--sp-3);
  padding-block: clamp(2.6rem, 5vw, 3.6rem);
}
.men-footer__top > * { min-width: 0; }
@media (min-width: 860px) {
  .men-footer__top { grid-template-columns: 1.6fr 1fr 1.2fr; gap: clamp(1.6rem, 4vw, 3.4rem); }
}

.men-footer__brand { display: flex; flex-direction: column; gap: var(--sp-1); }
.men-footer__tagline { margin: 0; font-size: .95rem; max-width: 40ch; }

.men-footer__col-title {
  margin: 0 0 .8rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}
.men-footer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .15rem; }
.men-footer__list a {
  display: block;
  padding: .45rem 0;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .95rem;
  color: var(--text-main);
  text-decoration: none;
}
.men-footer__list a:hover { color: var(--accent-text); text-decoration: underline; }

.men-footer__contact { font-size: .95rem; margin: 0; }
.men-footer__contact a { color: var(--text-main); }

.men-footer__disclaimer {
  border-top: 1px solid var(--border);
  padding-block: var(--sp-2);
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}
.men-footer__age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--text-main);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: .82rem;
  color: var(--text-main);
}
.men-footer__disclaimer p {
  margin: 0;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--text-body);
}
.men-footer__help {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--text-main);
  font-variant-numeric: tabular-nums;
}
.men-footer__bottom {
  border-top: 1px solid var(--border);
  padding-block: var(--sp-2);
  font-size: .8125rem;
  color: var(--muted);
}
.men-footer__bottom p { margin: 0; }

/* ========================= UTILITAIRES ========================= */
.men-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.men-skip {
  position: absolute;
  inset-inline-start: -9999px;
  top: 0;
  z-index: 1000;
  padding: .75rem 1.2rem;
  background: var(--accent);
  color: var(--accent-on);
  font-weight: 700;
  border-radius: 0 0 var(--r-sm) 0;
}
.men-skip:focus { inset-inline-start: 0; }
/* sa-responsive-net */
.men-table thead th{white-space:nowrap}
figure,blockquote,dl,dd,fieldset{margin:0}
/* sa-logo-chip */
.men-footer .men-logo__img{filter:none;background:transparent;padding:0}
.men-footer .men-footer__logo-chip{background:transparent;padding:0}
/* sa-logo-fit */
.men-logo__img{object-fit:contain}
/* sa-ph-media */
.men-page-header:has(.men-hero__img){position:relative;overflow:hidden;isolation:isolate;min-height:clamp(200px,30vh,300px);display:flex;flex-direction:column;justify-content:center}
.men-page-header:has(.men-hero__img) .men-hero__img{position:absolute;inset:0;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover;margin:0;z-index:0}
.men-page-header:has(.men-hero__img)::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,12,18,.72),rgba(10,12,18,.5))}
:where(.men-page-header:has(.men-hero__img)>:not(.men-hero__img)){position:relative}
.men-page-header:has(.men-hero__img)>:not(.men-hero__img){z-index:2}
.men-page-header:has(.men-hero__img),.men-page-header:has(.men-hero__img) h1,.men-page-header:has(.men-hero__img) a,.men-page-header:has(.men-hero__img) p,.men-page-header:has(.men-hero__img) li,.men-page-header:has(.men-hero__img) span{color:#fff}
/* sa-hero-media */
.men-hero:has(>.men-hero__img){position:relative;isolation:isolate}
.men-hero:has(>.men-hero__img)>.men-hero__img{z-index:0}
.men-hero:has(>.men-hero__img)::after{z-index:1}
:where(.men-hero:has(>.men-hero__img)>:not(.men-hero__img)){position:relative}
.men-hero:has(>.men-hero__img)>:not(.men-hero__img){z-index:2}
/* sa-rhythm */
:where(.men-table-wrap){margin-block:1.5rem}
:where(main) :where(ul,ol,table,.men-table-wrap)+p{margin-block-start:1rem}
/* sa-slot-link */
.men-rtp-item,.men-rtp-item:hover,.men-rtp-item:focus{color:inherit;text-decoration:none;cursor:pointer}
/* sa-rtp-touch */
.men-rtp-item__thumb{display:block}
@media (hover:none){.men-rtp-item__thumb{aspect-ratio:auto;overflow:visible}.men-rtp-item__thumb img{height:auto}.men-rtp-tooltip{position:static;opacity:1;background:transparent;border-top:0;padding:.4rem .7rem 0;font-size:.74rem;line-height:1.35}.men-rtp-item__name{padding-top:.35rem}}
/* sa-sticky-pad */
