@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&family=Manrope:wght@400;600;700&display=swap');
/* ==========================================================================
   madcasino-jeux.com — feuille de style unique
   Namespace: mcj-  ·  lang: fr  ·  Archétype: strips (bandes pleine largeur)
   Thème: tinted (base sombre violacée) · Formes: moderate · Densité: moderate
   Persona: minimal — Far West nocturne, sobre. Or franc, peu de couleurs.
   ========================================================================== */



/* ---------- 1. Jetons ---------- */
:root{
  /* palette relevée sur le site de l'opérateur */
  --bg-base:#0a080b;
  --bg-surface-1:#121119;
  --bg-surface-2:#1C1B23;
  --bg-surface-3:#26252D;
  --border-base:#302F37;
  --surface-gradient:linear-gradient(180deg,#121119,#1C1B23);

  --accent:#F6B965;
  --accent-hover:#FFCD79;
  --accent-strong:#E2A551;
  --accent-deep:#BA7D29;
  --accent-on:#0A080B;
  --accent-soft:#FFE18D;

  /* niveaux de fidélité — usage exclusif: barres VIP */
  --vip-bronze:#bd7238;
  --vip-silver:#aaaaaa;
  --vip-gold:#ffbb3e;
  --vip-platinum:#b8c8ff;
  --vip-diamond:#b374ff;
  --vip-emerald:#00D377;

  --success:#00D377;
  --danger:#FF5C6C;
  --info:#b8c8ff;
  --muted:#8b93a1;

  --text-main:#EDEBF0;
  --text-soft:rgba(237,235,240,.80);
  --text-dim:rgba(237,235,240,.60);

  /* surfaces claires imposées par le ton du logo (wordmark sombre) */
  --bar-bg:#F7F5F2;
  --bar-bg-2:#EDE9E3;
  --bar-text:#1A1820;
  --bar-text-dim:#55505C;
  --bar-border:#DDD7CF;
  /* or assombri : --accent-deep ne passe qu'à 3,2:1 sur --bar-bg */
  --bar-accent:#8A5B18;

  --font-head:'Outfit',system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-body:'Manrope',system-ui,-apple-system,'Segoe UI',sans-serif;

  --wrap:1280px;              /* strips → large */
  --gutter:clamp(1rem,4vw,2rem);

  /* rythme vertical — 3 paliers, densité moderate */
  --sp-1:.75rem;
  --sp-2:1.25rem;
  --sp-3:2rem;
  --sp-section:clamp(3rem,6vw,4.5rem);

  --r-sm:6px;
  --r-md:10px;
  --r-lg:16px;                /* cartes, conformément à la carte design */
  --r-btn:12px;

  --shadow-1:0 1px 0 rgba(255,255,255,.03) inset,0 8px 24px rgba(0,0,0,.35);
  --shadow-2:0 18px 48px rgba(0,0,0,.5);
  --header-h:72px;
}

/* ---------- 2. Réinitialisation ---------- */
*{box-sizing:border-box}
*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--header-h) + 12px)}

body{
  margin:0;
  overflow-x:hidden;
  background:var(--bg-base);
  color:var(--text-main);
  font-family:var(--font-body);
  font-weight:400;
  font-size:clamp(1rem,.97rem + .16vw,1.0625rem);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

img,svg,video{max-width:100%}
img{border-style:none}

h1,h2,h3,h4,h5{
  font-family:var(--font-head);
  color:var(--text-main);
  line-height:1.15;
  margin:0 0 var(--sp-2);
  text-wrap:balance;
}
/* capitales : le crénage doit être positif, jamais négatif */
h1{font-weight:700;text-transform:uppercase;letter-spacing:.01em;font-size:clamp(2rem,1.4rem + 2.6vw,3.15rem)}
h2{font-weight:700;letter-spacing:-.01em;font-size:clamp(1.5rem,1.2rem + 1.35vw,2.15rem)}
h3{font-weight:600;font-size:clamp(1.15rem,1.05rem + .5vw,1.4rem)}
h4{font-weight:600;font-size:1.05rem}

p{margin:0 0 1.6rem}
p:last-child{margin-bottom:0}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-hover)}
strong,b{font-weight:700;color:var(--text-main)}
ul,ol{margin:0 0 var(--sp-2);padding-inline-start:1.35rem}
li{margin-bottom:.45rem}
li:last-child{margin-bottom:0}
small{font-size:.85em}
hr{border:0;border-top:1px solid var(--border-base);margin:var(--sp-3) 0}
::selection{background:var(--accent);color:var(--accent-on)}

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

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

/* mots très longs (URL, noms de licence) */
p,li,td,th,dd,dt,summary,h1,h2,h3{overflow-wrap:anywhere}

/* ---------- 3. Trame: strips ---------- */
.mcj-container{
  width:100%;
  max-width:var(--wrap);
  margin-inline:auto;
  padding-inline:var(--gutter);
}

.mcj-section{
  padding-block:var(--sp-section);
  background:var(--bg-base);
}
/* bandes alternées — rythme horizontal du modèle strips.
   #121119 contre #0a080b était indiscernable : l'alternance ne se voyait pas
   et les cartes, de la même couleur que la bande, disparaissaient dedans. */
.mcj-section--alt{background:#17161F}
.mcj-section--deep{background:var(--surface-gradient)}

/* le surtitre colle à son titre, le chapô respire : sans quoi surtitre,
   titre et chapô étaient à 12px les uns des autres, sans hiérarchie */
.mcj-section__head{
  display:flex;
  flex-direction:column;
  gap:.4rem;
  margin-bottom:var(--sp-3);
}
.mcj-section__head > *{margin:0}

.mcj-eyebrow{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.76rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--accent);
}
.mcj-section__lead{color:var(--text-soft);max-width:72ch;margin-top:.35rem}

/* ---------- 4. Boutons ---------- */
.mcj-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  padding:.85rem 1.6rem;
  border:1px solid transparent;
  border-radius:var(--r-btn);
  background:var(--accent);
  color:var(--accent-on);
  font-family:var(--font-head);
  font-weight:700;
  font-size:.95rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1.2;
  text-align:center;
  cursor:pointer;
  transition:background .18s ease,transform .18s ease;
}
.mcj-btn:hover{background:var(--accent-hover);color:var(--accent-on);transform:translateY(-1px)}
.mcj-btn:active{background:var(--accent-strong);transform:none}

.mcj-btn--ghost{
  background:transparent;
  color:var(--text-main);
  border-color:var(--border-base);
}
.mcj-btn--ghost:hover{background:var(--bg-surface-3);color:var(--text-main);border-color:var(--accent-deep)}

.mcj-btn--sm{padding:.6rem 1.05rem;font-size:.82rem}
.mcj-btn--wide{width:100%}

/* ---------- 5. Icônes (sprite SVG) ---------- */
.mcj-icon{
  width:1.5em;
  height:1.5em;
  display:inline-block;
  vertical-align:middle;
  flex-shrink:0;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.mcj-icon--lg{width:2rem;height:2rem}

/* ---------- 6. En-tête (surface claire — le logo est sombre) ---------- */
.mcj-header{
  position:sticky;
  top:0;
  z-index:900;
  background:var(--bar-bg);
  border-bottom:1px solid var(--bar-border);
}
.mcj-header__bar{
  max-width:var(--wrap);
  margin-inline:auto;
  padding:.6rem var(--gutter);
  min-height:var(--header-h);
  display:flex;
  align-items:center;
  gap:clamp(.6rem,2vw,1.75rem);
}
.mcj-header__bar > *{min-width:0}

.mcj-logo{
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
  line-height:0;
}
.mcj-logo__img{
  display:block;
  height:40px;
  width:auto;
  max-width:min(45vw,190px);
  object-fit:contain;
}

.mcj-nav{
  display:flex;
  align-items:center;
  gap:clamp(.4rem,1.4vw,1.4rem);
  margin-inline-start:auto;
}
.mcj-nav ul{
  display:flex;
  align-items:center;
  gap:clamp(.3rem,1.2vw,1.15rem);
  list-style:none;
  margin:0;
  padding:0;
}
.mcj-nav li{margin:0}
.mcj-nav a:not(.mcj-btn){
  display:block;
  padding:.55rem .3rem;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.94rem;
  color:var(--bar-text);
  white-space:nowrap;
  border-bottom:2px solid transparent;
  transition:color .15s ease,border-color .15s ease;
}
.mcj-nav a:not(.mcj-btn):hover{color:var(--bar-accent);border-bottom-color:var(--bar-accent)}
.mcj-nav a:not(.mcj-btn).is-active,
.mcj-nav a:not(.mcj-btn)[aria-current="page"]{color:var(--bar-accent);border-bottom-color:var(--bar-accent)}

/* menu groupé — présent si la configuration l'active */
.mcj-nav__group{position:relative;display:flex;align-items:center;gap:.15rem}
.mcj-nav__toggle{
  display:none;
  background:none;
  border:0;
  color:var(--bar-text);
  font-size:1rem;
  line-height:1;
  padding:.5rem;
  cursor:pointer;
}
.mcj-submenu{
  display:none;
  position:absolute;
  top:100%;
  inset-inline-start:0;
  min-width:230px;
  background:var(--bar-bg);
  border:1px solid var(--bar-border);
  border-radius:var(--r-md);
  box-shadow:0 16px 36px rgba(0,0,0,.22);
  padding:.4rem;
  z-index:1000;
}
.mcj-nav__group:hover .mcj-submenu,
.mcj-nav__group:focus-within .mcj-submenu{display:block}
.mcj-submenu li{width:100%}
.mcj-submenu a{padding:.55rem .7rem!important;border-radius:var(--r-sm);border-bottom:0!important}
.mcj-submenu a:hover{background:var(--bar-bg-2)}

/* le bouton d'inscription n'existe qu'une fois, hors <nav> */
.mcj-header__cta{flex-shrink:0}
.mcj-nav > .mcj-btn{display:none}

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

@media (max-width:960px){
  .mcj-burger{display:flex}
  /* la barre de nav sort du flux ici : son margin auto ne pousse plus rien,
     on le reporte sur le bloc CTA + burger pour qu'il reste à droite */
  .mcj-header__cta{margin-inline-start:auto}
  .mcj-nav{
    display:none;
    position:absolute;
    top:100%;
    inset-inline:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    margin:0;
    padding:.5rem var(--gutter) 1.1rem;
    background:var(--bar-bg);
    border-bottom:1px solid var(--bar-border);
    box-shadow:0 20px 34px rgba(0,0,0,.28);
    max-height:calc(100vh - var(--header-h));
    overflow-y:auto;
  }
  .mcj-header.is-open .mcj-nav{display:flex}
  .mcj-nav ul{flex-direction:column;align-items:stretch;gap:0;width:100%}
  .mcj-nav a:not(.mcj-btn){
    padding:.8rem .2rem;
    border-bottom:1px solid var(--bar-border);
  }
  .mcj-nav a:not(.mcj-btn):hover{border-bottom-color:var(--bar-border)}
  .mcj-nav > ul > li:last-child a:not(.mcj-btn){border-bottom:0}
  .mcj-nav__group{flex-wrap:wrap;justify-content:space-between}
  .mcj-nav__group > .mcj-nav__top{flex:1}
  .mcj-nav__toggle{display:block}
  .mcj-submenu{
    position:static;
    width:100%;
    box-shadow:none;
    border:0;
    border-radius:0;
    padding:0 0 0 .8rem;
  }
  .mcj-nav__group.is-open .mcj-submenu{display:block}
  .mcj-nav .mcj-btn{width:100%}
  .mcj-header__cta{padding:.6rem 1rem;font-size:.82rem}
}
@media (max-width:480px){
  .mcj-logo__img{height:32px;max-width:min(45vw,150px)}
  .mcj-header__cta{display:none}
  .mcj-burger{margin-inline-start:auto}
  .mcj-nav > .mcj-btn{display:block;width:100%;margin-top:.7rem}
}

/* ---------- 7. Fil d'Ariane ---------- */
.mcj-breadcrumb{
  font-family:var(--font-head);
  font-size:.8rem;
  font-weight:600;
  color:var(--text-dim);
  margin-bottom:var(--sp-1);
}
.mcj-breadcrumb ol{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}
.mcj-breadcrumb li{margin:0;display:flex;gap:.4rem;align-items:center}
.mcj-breadcrumb li + li::before{content:"/";color:var(--accent-deep)}
.mcj-breadcrumb a{color:var(--text-dim)}
.mcj-breadcrumb a:hover{color:var(--accent)}

/* ---------- 8. Bannière d'accueil — motif overlay ---------- */
.mcj-hero{position:relative;overflow:hidden;background:var(--bg-base)}
.mcj-hero__inner{
  position:relative;
  z-index:1;
  max-width:var(--wrap);
  margin-inline:auto;
  padding-inline:var(--gutter);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:var(--sp-2);
}
.mcj-hero__inner > *{margin:0;max-width:none}

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

/* — accueil : image en fond, texte par-dessus, voile sombre renforcé à gauche — */
.mcj-hero--home{min-height:clamp(420px,60vh,620px);display:flex;align-items:center}
.mcj-hero--home .mcj-hero__img{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  max-height:none;
  aspect-ratio:auto;
  border-radius:0;
}
.mcj-hero--home::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg,#3a2a14 0%,var(--bg-base) 100%);
}
.mcj-hero--home::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(90deg,rgba(10,8,11,.92) 0%,rgba(10,8,11,.76) 45%,rgba(10,8,11,.5) 100%);
}
.mcj-hero--home .mcj-hero__inner{
  width:100%;
  padding-block:clamp(3rem,7vw,4.75rem);
  max-width:var(--wrap);
  gap:var(--sp-2);
}
.mcj-hero--home h1{color:#fff}
.mcj-hero--home .mcj-hero__sub{color:rgba(255,255,255,.82);font-size:clamp(1.02rem,.98rem + .4vw,1.2rem);max-width:62ch}
.mcj-hero--home .mcj-hero__text{color:rgba(255,255,255,.82)}

/* le pourcentage de l'offre — seul chiffre autorisé au-dessus du H2 */
.mcj-hero__offer{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:var(--sp-1) var(--sp-2);
}
.mcj-offer-figure{
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(3.4rem,2rem + 7vw,6.5rem);
  line-height:.92;
  letter-spacing:-.03em;
  color:var(--accent);
  font-variant-numeric:tabular-nums;
}
.mcj-offer-figure small{
  display:block;
  font-family:var(--font-body);
  font-weight:600;
  font-size:.95rem;
  letter-spacing:0;
  color:rgba(255,255,255,.8);
  margin-top:.35rem;
}
/* pastille d'exigence de mise — toujours collée à son pourcentage */
.mcj-wager{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:.35rem .8rem;
  border-radius:999px;
  background:var(--bg-surface-3);
  color:var(--accent-soft);
  font-family:var(--font-body);
  font-weight:600;
  font-size:.85rem;
  white-space:nowrap;
}
.mcj-verified{
  font-family:var(--font-body);
  font-weight:600;
  font-size:.82rem;
  color:rgba(255,255,255,.6);
}
.mcj-hero__actions{display:flex;flex-wrap:wrap;gap:var(--sp-1) var(--sp-2);align-items:center;margin-top:.7rem}
/* le fil d'Ariane est un repère, pas un élément du titre : il se détache */
.mcj-hero__inner > .mcj-breadcrumb,
.mcj-page-header__inner > .mcj-breadcrumb{margin-bottom:.35rem}
.mcj-hero__inner > .mcj-verified,
.mcj-page-header__inner > .mcj-legal__meta{margin-top:.2rem}

@media (max-width:700px){
  .mcj-hero--home{min-height:auto}
  .mcj-hero--home .mcj-hero__inner{padding-block:clamp(2.5rem,9vw,3.5rem)}
  .mcj-hero--home::after{background:linear-gradient(180deg,rgba(10,8,11,.8) 0%,rgba(10,8,11,.9) 60%,rgba(10,8,11,.96) 100%)}
}
/* sur 320-400px, H1 en capitales + chiffre géant occupaient deux écrans */
@media (max-width:400px){
  h1{font-size:clamp(1.6rem,1.1rem + 2.6vw,2rem)}
  .mcj-offer-figure{font-size:clamp(2.6rem,1.6rem + 5vw,3.4rem)}
  .mcj-offer-figure small{font-size:.88rem}
}

/* — pages intérieures : bandeau compact — */
.mcj-hero--inner{
  position:relative;
  overflow:hidden;
  min-height:180px;
  display:flex;
  align-items:center;
  background:var(--bg-surface-2);
  border-bottom:1px solid var(--border-base);
}
.mcj-hero--inner .mcj-hero__inner{
  position:relative;
  width:100%;
  max-width:none;
  padding-block:clamp(1.9rem,4vw,2.6rem);
  padding-inline:max(var(--gutter),calc((100% - var(--wrap))/2 + var(--gutter)));
  gap:.5rem;
}
.mcj-hero--inner h1{font-size:clamp(1.7rem,1.3rem + 1.9vw,2.5rem)}
.mcj-hero--inner .mcj-hero__sub{color:var(--text-soft);max-width:70ch}
.mcj-hero--inner .mcj-hero__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-height:none;
  aspect-ratio:auto;
  object-fit:cover;
  border-radius:0;
  z-index:0;
}
.mcj-hero--inner .mcj-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,.74) 55%,rgba(10,8,11,.55) 100%);
}
:where(.mcj-hero--inner .mcj-hero__inner > :not(.mcj-hero__img)){position:relative;z-index:2}

/* ---------- 9. En-tête de page (variante sans bannière) ---------- */
.mcj-page-header{
  position:relative;
  overflow:hidden;
  padding-block:clamp(1.9rem,4vw,2.6rem);
  background:var(--bg-surface-1);
  border-bottom:1px solid var(--border-base);
}
.mcj-page-header__inner{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
.mcj-page-header__inner > *{margin:0}
.mcj-page-header h1{font-size:clamp(1.7rem,1.3rem + 1.9vw,2.5rem)}
.mcj-page-header .mcj-hero__sub{color:var(--text-soft)}

/* ---------- 10. Bloc de texte ---------- */
/* Mesure : sans plafond, les paragraphes couraient sur toute la largeur du
   conteneur (1280px ≈ 145 signes par ligne). 72ch est la limite de confort. */
.mcj-overview__inner,
.mcj-prose,
.mcj-stack,
.mcj-two-cols__main,
.mcj-section > .mcj-container > p,
.mcj-page-header .mcj-hero__sub{max-width:72ch}

.mcj-overview__inner{display:flex;flex-direction:column;gap:1.6rem}
.mcj-overview__inner > *{margin:0}
/* interligne ≈28px : un blanc inter-paragraphes de 20px collait les blocs */
.mcj-prose > * + *{margin-top:1.6rem}
.mcj-prose h3{margin-top:var(--sp-3)}
.mcj-prose ul li::marker{color:var(--accent-deep)}

.mcj-note{
  padding:var(--sp-2);
  border-inline-start:3px solid var(--accent-deep);
  background:var(--bg-surface-2);
  border-radius:0 var(--r-md) var(--r-md) 0;
  color:var(--text-soft);
}
.mcj-source{
  font-family:var(--font-body);
  font-weight:600;
  font-size:.85rem;
  color:rgba(237,235,240,.6);
}

/* ---------- 11. Faits clés (quick-facts) ---------- */
.mcj-quick-facts{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(190px,100%),1fr));
  gap:var(--sp-2);
}
.mcj-quick-facts > *{min-width:0}
/* 4 cartes : auto-fit donnait 3 + 1 orpheline sur tablette */
@media (max-width:900px){.mcj-quick-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:420px){.mcj-quick-facts{grid-template-columns:1fr}}
.mcj-fact{
  display:flex;
  flex-direction:column;
  gap:.35rem;
  padding:var(--sp-2);
  background:var(--bg-surface-1);
  border:1px solid var(--border-base);
  border-radius:var(--r-lg);
}
.mcj-fact__label{
  order:-1;
  font-family:var(--font-body);
  font-weight:600;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
}
.mcj-fact__value{
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(1.25rem,1.1rem + .7vw,1.65rem);
  line-height:1.15;
  color:var(--accent);
  font-variant-numeric:tabular-nums;
}
.mcj-fact__note{font-size:.86rem;color:var(--text-dim)}

/* ---------- 12. Sommaire ---------- */
.mcj-toc{
  padding:var(--sp-2);
  background:var(--bg-surface-1);
  border:1px solid var(--border-base);
  border-radius:var(--r-lg);
}
.mcj-toc__title{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.8rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:var(--sp-1);
}
.mcj-toc ul{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));
  gap:0 var(--sp-2);
  list-style:none;
  margin:0;
  padding:0;
}
.mcj-toc li{margin:0;min-width:0}
.mcj-toc a{
  display:block;
  padding:.6rem 0;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.95rem;
  color:var(--text-main);
  border-bottom:1px solid var(--border-base);
}
.mcj-toc a:hover{color:var(--accent)}

/* ---------- 13. Tableaux ---------- */
.mcj-table-wrap{
  position:relative;
  overflow-x:auto;
  max-width:100%;
  margin-block:1.5rem;
  border:1px solid var(--border-base);
  border-radius:var(--r-lg);
  -webkit-overflow-scrolling:touch;
}
/* région défilante rendue focalisable au clavier (tabindex dans le HTML) */
.mcj-table-wrap:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
/* indice visuel de défilement : rien ne signalait le débord horizontal */
.mcj-table-wrap{scrollbar-width:thin;scrollbar-color:var(--accent-deep) var(--bg-surface-3)}
.mcj-table-wrap::-webkit-scrollbar{height:8px}
.mcj-table-wrap::-webkit-scrollbar-track{background:var(--bg-surface-3)}
.mcj-table-wrap::-webkit-scrollbar-thumb{background:var(--accent-deep);border-radius:999px}
.mcj-table{
  width:100%;
  border-collapse:collapse;
  font-size:.95rem;
  min-width:520px;
}
/* un tableau à deux colonnes n'a aucune raison de forcer 520px : sur 320px
   il déclenchait un défilement horizontal pour rien */
.mcj-table:has(thead th:nth-child(2)):not(:has(thead th:nth-child(3))){min-width:0}
.mcj-table caption{
  caption-side:top;
  text-align:start;
  padding:var(--sp-2) var(--sp-2) .6rem;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.9rem;
  color:var(--muted);
}
.mcj-table th{
  white-space:nowrap;
  text-align:start;
  padding:.85rem 1rem;
  background:var(--bg-surface-3);
  font-family:var(--font-head);
  font-weight:700;
  font-size:.82rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--text-main);
  border-bottom:1px solid var(--border-base);
}
.mcj-table td{
  padding:.85rem 1rem;
  border-bottom:1px solid var(--border-base);
  color:var(--text-soft);
  vertical-align:top;
}
.mcj-table tbody tr:nth-child(odd){background:var(--bg-surface-1)}
.mcj-table tbody tr:nth-child(even){background:var(--bg-base)}
.mcj-table tbody tr:last-child td{border-bottom:0}
.mcj-table td:first-child{color:var(--text-main);font-weight:600}
/* montants: alignés à droite, chiffres tabulaires, valeurs déterminantes en or clair */
.mcj-table .mcj-num{
  text-align:end;
  font-family:var(--font-head);
  font-weight:700;
  font-variant-numeric:tabular-nums;
  color:var(--accent-soft);
  white-space:nowrap;
}

/* ---------- 14. Cartes d'offre (bonus-table) ---------- */
.mcj-bonus-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));
  gap:var(--sp-2);
}
.mcj-bonus-grid > *{min-width:0}
.mcj-bonus-card{
  display:flex;
  flex-direction:column;
  gap:var(--sp-1);
  padding:var(--sp-2);
  background:var(--bg-surface-2);
  border:1px solid var(--border-base);
  border-top:3px solid var(--accent);
  border-radius:var(--r-lg);
}
.mcj-bonus-card__step{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.76rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}
.mcj-bonus-card__pct{
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(1.9rem,1.5rem + 1.5vw,2.5rem);
  line-height:1;
  color:var(--accent);
  font-variant-numeric:tabular-nums;
}
.mcj-bonus-card__cap{font-family:var(--font-head);font-weight:600;font-size:1rem;color:var(--text-main)}
.mcj-bonus-card .mcj-wager{align-self:flex-start}
.mcj-bonus-card__note{font-size:.88rem;color:var(--text-dim)}
.mcj-bonus-card__media{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--bg-surface-3);
  color:var(--accent);
}

/* ---------- 15. Cartes de bénéfices — motif icon-rows ---------- */
.mcj-features{display:flex;flex-direction:column}
.mcj-feature{
  display:flex;
  align-items:flex-start;
  gap:var(--sp-2);
  padding-block:var(--sp-2);
  border-bottom:1px solid var(--border-base);
}
.mcj-feature:first-child{padding-top:0}
.mcj-feature:last-child{border-bottom:0;padding-bottom:0}
.mcj-feature > *{min-width:0}
.mcj-feature__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:clamp(44px,10vw,56px);
  height:clamp(44px,10vw,56px);
  border-radius:var(--r-md);
  background:var(--bg-surface-3);
  color:var(--accent-soft);
}
.mcj-feature__icon .mcj-icon{width:1.55rem;height:1.55rem}
.mcj-feature__body{display:flex;flex-direction:column;gap:.35rem}
.mcj-feature__body > *{margin:0}
.mcj-feature__title{font-family:var(--font-head);font-weight:600;font-size:1.08rem;color:var(--text-main)}
.mcj-feature__text{color:var(--text-soft);font-size:.96rem}

/* ---------- 16. Grille de cartes ---------- */
.mcj-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));
  gap:var(--sp-2);
}
.mcj-cards > *{min-width:0}
.mcj-card{
  display:flex;
  flex-direction:column;
  gap:var(--sp-1);
  padding:var(--sp-2);
  background:var(--bg-surface-1);
  border:1px solid var(--border-base);
  border-radius:var(--r-lg);
}
.mcj-card > *{margin:0}
.mcj-card__title{font-family:var(--font-head);font-weight:600;font-size:1.08rem;color:var(--text-main)}
.mcj-card__text{color:var(--text-soft);font-size:.96rem}
.mcj-card__meta{font-size:.84rem;color:var(--muted)}
.mcj-card__icon{color:var(--accent-soft)}
.mcj-card--link:hover{border-color:var(--accent-deep)}

/* ---------- 17. Deux colonnes + panneau de faits ---------- */
.mcj-two-cols{
  display:grid;
  grid-template-columns:1fr;
  gap:var(--sp-3);
  align-items:start;
}
.mcj-two-cols > *{min-width:0}
@media (min-width:900px){
  .mcj-two-cols{grid-template-columns:1.35fr .95fr}
}
.mcj-two-cols__main{display:flex;flex-direction:column;gap:1.6rem}
.mcj-two-cols__main > *{margin:0}

.mcj-panel{
  display:flex;
  flex-direction:column;
  gap:var(--sp-2);
  padding:var(--sp-2);
  background:var(--bg-surface-1);
  border:1px solid var(--border-base);
  border-radius:var(--r-lg);
  box-shadow:var(--shadow-1);
}
.mcj-panel > *{margin:0}
.mcj-panel__title{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.82rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--muted);
}

/* faits en liste de définitions */
.mcj-facts{margin:0;display:flex;flex-direction:column}
.mcj-facts__row{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:baseline;
  gap:.5rem var(--sp-1);
  padding-block:.7rem;
  border-bottom:1px solid var(--border-base);
}
.mcj-facts__row:first-child{padding-top:0}
.mcj-facts__row:last-child{border-bottom:0;padding-bottom:0}
.mcj-facts dt{font-size:.9rem;color:var(--muted);margin:0}
.mcj-facts dd{
  margin:0;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.98rem;
  color:var(--text-main);
  text-align:end;
  font-variant-numeric:tabular-nums;
}
.mcj-facts dd.mcj-num{color:var(--accent-soft);font-weight:700}

/* liste à coches */
.mcj-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}
.mcj-checklist li{
  display:flex;
  align-items:flex-start;
  gap:.65rem;
  margin:0;
  font-size:.95rem;
  color:var(--text-soft);
}
.mcj-checklist .mcj-icon{color:var(--accent-deep);width:1.2rem;height:1.2rem;margin-top:.18rem}

/* mini-tuiles chiffrées */
.mcj-mini-stats{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr));
  gap:.7rem;
}
.mcj-mini-stats > *{min-width:0}
.mcj-mini-stat{
  display:flex;
  flex-direction:column;
  gap:.2rem;
  padding:.8rem;
  background:var(--bg-surface-3);
  border-radius:var(--r-md);
}
.mcj-mini-stat__value{
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.25rem;
  color:var(--accent);
  font-variant-numeric:tabular-nums;
}
.mcj-mini-stat__label{font-size:.78rem;color:var(--muted)}

/* note globale */
.mcj-score{
  display:flex;
  flex-direction:column;
  gap:.4rem;
  align-items:flex-start;
}
.mcj-score__value{
  font-family:var(--font-head);
  font-weight:700;
  font-size:2.6rem;
  line-height:1;
  color:var(--accent);
  font-variant-numeric:tabular-nums;
}
.mcj-score__stars{display:flex;gap:.15rem;color:var(--accent)}
.mcj-score__stars .mcj-icon{width:1.1rem;height:1.1rem}
.mcj-score__label{font-size:.86rem;color:var(--muted)}

/* ---------- 18. Étapes numérotées ---------- */
.mcj-steps{
  counter-reset:mcj-step;
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:var(--sp-2);
}
.mcj-steps > li{
  counter-increment:mcj-step;
  position:relative;
  margin:0;
  padding-inline-start:3.6rem;
  min-height:2.6rem;
}
.mcj-steps > li::before{
  content:counter(mcj-step);
  position:absolute;
  inset-inline-start:0;
  top:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:2.6rem;
  height:2.6rem;
  border-radius:50%;
  background:var(--bg-surface-3);
  color:var(--text-main);
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.05rem;
  font-variant-numeric:tabular-nums;
}
.mcj-steps__title{
  display:block;
  font-family:var(--font-head);
  font-weight:600;
  font-size:1.05rem;
  color:var(--text-main);
  margin-bottom:.25rem;
  padding-top:.35rem;
}
.mcj-steps p{color:var(--text-soft);font-size:.96rem}

/* ---------- 19. Bandeau de chiffres — motif strip ---------- */
.mcj-stats{
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:0;
  padding-block:var(--sp-1);
}
.mcj-stat{
  flex:1 1 190px;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:.2rem;
  padding:var(--sp-1) var(--sp-2);
  border-inline-start:1px solid var(--border-base);
}
.mcj-stat:first-child{border-inline-start:0;padding-inline-start:0}
/* empilées, les barres verticales deviennent des traits orphelins :
   on passe au séparateur horizontal et on réaligne tous les blocs à gauche */
@media (max-width:760px){
  .mcj-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
  .mcj-stat{padding-inline:0;border-inline-start:0;border-top:1px solid var(--border-base);padding-block:var(--sp-1)}
  .mcj-stat:nth-child(even){padding-inline-start:var(--sp-2);border-inline-start:1px solid var(--border-base)}
  .mcj-stat:nth-child(1),.mcj-stat:nth-child(2){border-top:0;padding-top:0}
}
@media (max-width:420px){
  .mcj-stats{grid-template-columns:1fr}
  .mcj-stat:nth-child(even){padding-inline-start:0;border-inline-start:0}
  .mcj-stat:nth-child(2){border-top:1px solid var(--border-base);padding-top:var(--sp-1)}
}
.mcj-stat__value{
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(1.5rem,1.2rem + 1.2vw,2.05rem);
  line-height:1.05;
  color:var(--accent);
  font-variant-numeric:tabular-nums;
}
.mcj-stat__label{
  font-size:.8rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--muted);
}

/* ---------- 20. Pastilles de catégories ---------- */
.mcj-cats{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  list-style:none;
  margin:0;
  padding:0;
}
.mcj-cats li{margin:0;min-width:0}
.mcj-cat{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  min-height:44px;
  padding:.5rem 1rem;
  border-radius:999px;
  background:var(--bg-surface-3);
  border:1px solid var(--border-base);
  color:var(--text-main);
  font-family:var(--font-head);
  font-weight:600;
  font-size:.9rem;
  white-space:nowrap;
}
/* seules les pastilles réellement cliquables réagissent au survol */
a.mcj-cat:hover{border-color:var(--accent-deep);color:var(--accent)}
.mcj-cat__count{color:var(--muted);font-weight:400;font-variant-numeric:tabular-nums}
.mcj-tag{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.3rem .7rem;
  border-radius:999px;
  background:var(--bg-surface-3);
  color:var(--accent-soft);
  font-size:.8rem;
  font-weight:600;
}

/* ---------- 21. Pour et contre ---------- */
.mcj-proscons{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));
  gap:var(--sp-2);
  align-items:stretch;
}
.mcj-proscons > *{min-width:0}
.mcj-proscons__col{
  display:flex;
  flex-direction:column;
  gap:var(--sp-1);
  padding:var(--sp-2);
  background:var(--bg-surface-1);
  border:1px solid var(--border-base);
  border-radius:var(--r-lg);
}
.mcj-proscons__title{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.85rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
  margin:0;
}
.mcj-proscons ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}
.mcj-proscons li{display:flex;gap:.65rem;align-items:flex-start;margin:0;font-size:.96rem;color:var(--text-soft)}
.mcj-proscons li .mcj-icon{width:1.2rem;height:1.2rem;margin-top:.2rem}
.mcj-proscons--pro li .mcj-icon{color:var(--success)}
/* ce sont des réserves à connaître, pas des erreurs : le rouge était trompeur */
.mcj-proscons--con li .mcj-icon{color:var(--muted)}

/* ---------- 22. Paiements ---------- */
.mcj-payments{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));
  gap:var(--sp-1);
}
.mcj-payments > *{min-width:0}
.mcj-payment{
  display:flex;
  align-items:center;
  gap:.7rem;
  padding:.85rem var(--sp-1);
  background:var(--bg-surface-1);
  border:1px solid var(--border-base);
  border-radius:var(--r-md);
}
.mcj-payment .mcj-icon{color:var(--text-soft)}
.mcj-payment__name{font-family:var(--font-head);font-weight:600;font-size:.95rem;color:var(--text-main)}
.mcj-payment__meta{font-size:.8rem;color:var(--muted)}
.mcj-payments-table .mcj-num{color:var(--accent-soft)}

/* ---------- 23. Barres VIP (seul usage des couleurs de niveau) ---------- */
.mcj-vip{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr));
  gap:var(--sp-1);
}
.mcj-vip > *{min-width:0}
.mcj-vip__item{display:flex;flex-direction:column;gap:.45rem}
.mcj-vip__bar{height:8px;border-radius:999px;background:var(--bg-surface-3)}
.mcj-vip__label{font-size:.8rem;color:var(--muted)}
.mcj-vip__item--bronze .mcj-vip__bar{background:var(--vip-bronze)}
.mcj-vip__item--silver .mcj-vip__bar{background:var(--vip-silver)}
.mcj-vip__item--gold .mcj-vip__bar{background:var(--vip-gold)}
.mcj-vip__item--platinum .mcj-vip__bar{background:var(--vip-platinum)}
.mcj-vip__item--diamond .mcj-vip__bar{background:var(--vip-diamond)}
.mcj-vip__item--emerald .mcj-vip__bar{background:var(--vip-emerald)}

/* ---------- 24. Vignettes de jeux ---------- */
.mcj-rtp{
  display:grid;
  gap:clamp(.6rem,1.5vw,1rem);
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (min-width:640px){.mcj-rtp{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:960px){.mcj-rtp{grid-template-columns:repeat(4,minmax(0,1fr))}}
.mcj-rtp-item{
  position:relative;
  overflow:hidden;
  min-width:0;
  border:1px solid var(--border-base);
  border-radius:12px;
  background:var(--bg-surface-1);
}
.mcj-rtp-item__thumb{
  display:block;
  aspect-ratio:3/2;
  position:relative;
  background:linear-gradient(140deg,var(--bg-surface-3),var(--bg-surface-1));
}
.mcj-rtp-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.mcj-rtp-item__body{display:block;padding:.6rem .7rem}
.mcj-rtp-item__name{
  display:block;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.9rem;
  color:var(--text-main);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mcj-rtp-item__studio{display:block;font-size:.78rem;color:var(--muted)}
.mcj-rtp-tooltip{
  position:absolute;
  bottom:0;
  inset-inline:0;
  opacity:0;
  transition:opacity .2s ease;
  padding:.55rem .7rem;
  background:rgba(10,8,11,.92);
  color:var(--accent-soft);
  font-size:.8rem;
  font-weight:600;
}
.mcj-rtp-item:hover .mcj-rtp-tooltip,
.mcj-rtp-item:focus-within .mcj-rtp-tooltip{opacity:1}

/* ---------- 25. FAQ — motif two-col ---------- */
/* une seule colonne : en deux colonnes les filets ne s'alignaient pas d'une
   colonne à l'autre et l'ouverture d'une question creusait un trou en face */
.mcj-faq{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:0;
  align-items:start;
  max-width:78ch;
}
.mcj-faq > *{min-width:0}
.mcj-faq details{border-bottom:1px solid var(--border-base)}
.mcj-faq summary{
  cursor:pointer;
  padding:1rem 0;
  font-weight:600;
  list-style:none;
  font-family:var(--font-head);
  font-size:1.02rem;
  color:var(--text-main);
  display:flex;
  align-items:flex-start;
  gap:.5rem;
}
.mcj-faq summary::-webkit-details-marker{display:none}
/* largeur fixe : '+' et '−' n'ont pas la même chasse, le titre sautait
   à chaque ouverture ; le margin faisait en plus doublon avec le gap */
.mcj-faq summary::before{
  content:'+';
  flex:0 0 1em;
  text-align:center;
  color:var(--accent);
  font-family:var(--font-head);
  font-weight:700;
}
.mcj-faq details[open] summary::before{content:'−'}
.mcj-faq details > :not(summary){padding:.5rem 0 1rem;color:var(--text-soft)}
.mcj-faq details > :not(summary) p{margin-bottom:var(--sp-1)}

/* ---------- 26. Bloc légal ---------- */
.mcj-legal{background:var(--bg-base)}
.mcj-legal__body{counter-reset:mcj-legal;display:flex;flex-direction:column;gap:var(--sp-3)}
.mcj-legal__body > section{display:flex;flex-direction:column;gap:1rem;max-width:72ch}
.mcj-legal__body > section > *{margin:0}
.mcj-legal__body h2{
  counter-increment:mcj-legal;
  font-size:clamp(1.2rem,1.1rem + .6vw,1.5rem);
  color:var(--text-main);
  display:flex;
  gap:.7rem;
  align-items:baseline;
}
.mcj-legal__body h2::before{
  content:counter(mcj-legal) ".";
  color:var(--muted);
  font-variant-numeric:tabular-nums;
  font-weight:600;
}
.mcj-legal__body h3{font-size:1.05rem;margin-top:var(--sp-1)}
.mcj-legal__body p,.mcj-legal__body li{color:var(--text-soft)}
.mcj-legal__body a{color:var(--text-main);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--border-base)}
.mcj-legal__body a:hover{text-decoration-color:var(--muted)}
.mcj-legal__meta{font-size:.86rem;color:var(--muted)}

/* ---------- 27. Bloc d'appel à l'action ---------- */
.mcj-cta{
  padding-block:var(--sp-section);
  background:var(--bg-surface-2);
  border-block:1px solid var(--accent-deep);
}
.mcj-cta__inner{
  display:flex;
  flex-direction:column;
  gap:var(--sp-2);
  align-items:flex-start;
  text-align:start;
}
.mcj-cta__inner > *{margin:0}
.mcj-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:var(--sp-1) var(--sp-2);
  align-items:center;
}
.mcj-cta__fine{font-size:.85rem;color:var(--text-dim)}
.mcj-cta--center .mcj-cta__inner{align-items:center;text-align:center}
.mcj-cta--center .mcj-cta__actions{justify-content:center}

/* ---------- 28. Rappel jeu responsable ---------- */
.mcj-ry{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:var(--sp-1) var(--sp-2);
  padding:var(--sp-2);
  background:var(--bg-surface-1);
  border:1px solid var(--border-base);
  border-radius:var(--r-lg);
  font-size:.9rem;
  color:var(--text-soft);
}
.mcj-ry > *{min-width:0;margin:0}
.mcj-age{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:2.4rem;
  height:2.4rem;
  border-radius:50%;
  border:2px solid var(--text-soft);
  font-family:var(--font-head);
  font-weight:700;
  font-size:.85rem;
  color:var(--text-main);
}

/* ---------- 29. Barre fixe mobile ---------- */
.mcj-sticky-nav{display:none}
@media (max-width:767px){
  .mcj-sticky-nav{
    position:fixed;
    inset-inline:0;
    bottom:0;
    z-index:880;
    display:flex;
    align-items:stretch;
    background:var(--bg-surface-2);
    border-top:1px solid var(--border-base);
    padding:.4rem .5rem calc(.4rem + env(safe-area-inset-bottom));
  }
  .mcj-sticky-nav > *{flex:1 1 0;min-width:0}
  .mcj-sticky-nav a{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:.2rem;
    padding:.4rem .2rem;
    font-family:var(--font-head);
    font-size:.7rem;
    font-weight:600;
    color:var(--text-soft);
    text-align:center;
  }
  .mcj-sticky-nav a .mcj-icon{width:1.25rem;height:1.25rem}
  .mcj-sticky-nav .mcj-btn{border-radius:var(--r-sm);font-size:.72rem;padding:.5rem .4rem}
  body:has(.mcj-sticky-nav){padding-bottom:4.5rem}
}

/* ---------- 30. Assistance (widget) ---------- */
.mcj-chat-btn{
  position:fixed;
  inset-inline-end:1rem;
  bottom:1rem;
  z-index:890;
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.75rem 1.1rem;
  border:1px solid var(--accent-deep);
  border-radius:var(--r-btn);
  background:var(--bg-surface-3);
  color:var(--accent);
  font-family:var(--font-head);
  font-weight:600;
  font-size:.88rem;
  cursor:pointer;
  box-shadow:var(--shadow-2);
}
.mcj-chat-btn:hover{background:var(--bg-surface-2)}
@media (max-width:767px){.mcj-chat-btn{bottom:5rem}}

.mcj-chat{
  display:none;
  position:fixed;
  inset:0;
  z-index:1200;
  background:rgba(10,8,11,.72);
  padding:var(--sp-2);
  align-items:center;
  justify-content:center;
}
.mcj-chat.is-open{display:flex}
.mcj-chat__dialog{
  width:min(420px,100%);
  display:flex;
  flex-direction:column;
  gap:var(--sp-1);
  padding:var(--sp-3);
  background:var(--bg-surface-1);
  border:1px solid var(--border-base);
  border-radius:var(--r-lg);
  box-shadow:var(--shadow-2);
}
.mcj-chat__dialog > *{margin:0}

/* ---------- 31. Pied de page (surface claire — logo sombre) ---------- */
.mcj-footer{
  background:var(--bar-bg);
  color:var(--bar-text);
  border-top:3px solid var(--accent);
}
.mcj-footer a{color:var(--bar-text)}
.mcj-footer a:hover{color:var(--bar-accent)}
.mcj-footer__top{
  display:grid;
  grid-template-columns:1fr;
  gap:var(--sp-3);
  padding-block:clamp(2.5rem,5vw,3.5rem);
}
.mcj-footer__top > *{min-width:0}
@media (min-width:760px){
  .mcj-footer__top{grid-template-columns:1.4fr 1fr 1fr}
}
.mcj-footer__brand{display:flex;flex-direction:column;gap:var(--sp-1);align-items:flex-start}
.mcj-footer__brand > *{margin:0}
.mcj-footer__tagline{font-size:.92rem;color:var(--bar-text-dim);max-width:44ch}
.mcj-footer__col{display:flex;flex-direction:column;gap:.7rem}
.mcj-footer__title{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--bar-text-dim);
  margin:0;
}
.mcj-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.1rem}
.mcj-footer__col li{margin:0}
/* cibles tactiles : les liens du pied faisaient 25px de haut */
.mcj-footer__col a{display:inline-block;padding-block:.6rem;font-family:var(--font-head);font-weight:600;font-size:.94rem}

.mcj-footer__legal{
  display:flex;
  flex-direction:column;
  gap:var(--sp-1);
  padding-block:var(--sp-2);
  border-top:1px solid var(--bar-border);
  font-size:.85rem;
  line-height:1.6;
  color:var(--bar-text-dim);
}
.mcj-footer__legal > *{margin:0}
.mcj-footer__legal a{text-decoration:underline;text-underline-offset:2px}
.mcj-footer__ry{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.7rem var(--sp-1)}
.mcj-footer__ry .mcj-age{border-color:var(--bar-text-dim);color:var(--bar-text)}
.mcj-footer__bottom{
  padding-block:var(--sp-2);
  border-top:1px solid var(--bar-border);
  font-size:.83rem;
  color:var(--bar-text-dim);
}

/* ---------- 32. Aides ---------- */
.mcj-visually-hidden{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
  border:0;
}
.mcj-stack{display:flex;flex-direction:column;gap:1.6rem}
.mcj-stack > *{margin:0}
.mcj-center{text-align:center}

/* lien d'évitement — .mcj-visually-hidden était défini mais jamais employé */
.mcj-skip{
  position:absolute;
  inset-inline-start:var(--gutter);
  top:.5rem;
  z-index:1000;
  transform:translateY(-250%);
  transition:transform .15s ease;
  padding:.6rem 1rem;
  border-radius:var(--r-sm);
  background:var(--accent);
  color:var(--accent-on);
  font-family:var(--font-head);
  font-weight:700;
  font-size:.85rem;
}
.mcj-skip:focus{transform:none;color:var(--accent-on)}

/* le logo est une simple lettre : le nom du site l'accompagne en toutes lettres */
.mcj-logo{gap:.55rem}
.mcj-logo__text{
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.05rem;
  line-height:1.1;
  letter-spacing:-.01em;
  color:var(--bar-text);
  white-space:nowrap;
}
.mcj-footer__brand .mcj-logo__text{font-size:1.15rem}

/* liste de titres : 15 cartes quasi vides tenaient la largeur de 4 colonnes */
.mcj-cards--compact{grid-template-columns:repeat(auto-fit,minmax(min(170px,100%),1fr));gap:var(--sp-1)}
.mcj-cards--compact .mcj-card{gap:.15rem;padding:.85rem 1rem}
.mcj-num-strong{font-family:var(--font-head);font-weight:700;color:var(--accent-soft);font-variant-numeric:tabular-nums}
/* sa-responsive-net */
table th{white-space:nowrap}
figure,blockquote,dl,dd,fieldset{margin:0}
/* sa-logo-chip */
.mcj-footer .mcj-logo__img{filter:none;background:transparent;padding:0}
.mcj-footer .mcj-footer__logo-chip{background:transparent;padding:0}
/* sa-logo-fit */
.mcj-logo__img{object-fit:contain}
/* sa-ph-media */
.mcj-page-header:has(.mcj-hero__img){position:relative;overflow:hidden;isolation:isolate;min-height:clamp(200px,30vh,300px);display:flex;flex-direction:column;justify-content:center}
.mcj-page-header:has(.mcj-hero__img) .mcj-hero__img{position:absolute;inset:0;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover;margin:0;z-index:0}
.mcj-page-header:has(.mcj-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(.mcj-page-header:has(.mcj-hero__img)>:not(.mcj-hero__img)){position:relative}
.mcj-page-header:has(.mcj-hero__img)>:not(.mcj-hero__img){z-index:2}
.mcj-page-header:has(.mcj-hero__img),.mcj-page-header:has(.mcj-hero__img) h1,.mcj-page-header:has(.mcj-hero__img) a,.mcj-page-header:has(.mcj-hero__img) p,.mcj-page-header:has(.mcj-hero__img) li,.mcj-page-header:has(.mcj-hero__img) span{color:#fff}
/* sa-hero-media */
.mcj-hero:has(>.mcj-hero__img){position:relative;isolation:isolate}
.mcj-hero:has(>.mcj-hero__img)>.mcj-hero__img{z-index:0}
.mcj-hero:has(>.mcj-hero__img)::after{z-index:1}
:where(.mcj-hero:has(>.mcj-hero__img)>:not(.mcj-hero__img)){position:relative}
.mcj-hero:has(>.mcj-hero__img)>:not(.mcj-hero__img){z-index:2}
/* sa-rhythm */
:where(.mcj-table-wrap){margin-block:1.5rem}
:where(main) :where(ul,ol,table,.mcj-table-wrap)+p{margin-block-start:1rem}
/* sa-slot-link */
.mcj-rtp-item,.mcj-rtp-item:hover,.mcj-rtp-item:focus{color:inherit;text-decoration:none;cursor:pointer}
/* sa-rtp-touch */
.mcj-rtp-item__thumb{display:block}
@media (hover:none){.mcj-rtp-item__thumb{aspect-ratio:auto;overflow:visible}.mcj-rtp-item__thumb img{height:auto}.mcj-rtp-tooltip{position:static;opacity:1;background:transparent;border-top:0;padding:.4rem .7rem 0;font-size:.74rem;line-height:1.35}.mcj-rtp-item__name{padding-top:.35rem}}
/* sa-sticky-pad */
