/* ==========================================================
   chateaudelabarge.fr — Chicken Road France
   Palette « bonbon » tirée du visuel du jeu :
   nuit violette, or des pièces, violet acidulé.
   ========================================================== */

:root{
  --bg:#170e2e;
  --panel:#1e1338;
  --card-1:#241744;
  --card-2:#2f1d57;
  --line:#40296e;
  --line-hi:#5a3a91;
  --gold:#ffc93c;
  --gold-hi:#ffe36e;
  --gold-soft:#ffd75e;
  --violet:#8b34e8;
  --violet-hi:#7726d0;
  --ink:#1a0f2e;
  --text:#ffffff;
  --muted:#b0a3cc;
  --soft:#ddd4ec;
  --dim:#8477a8;
  --green:#00b67a;
}

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box;outline:none}
html{line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;min-height:100%;
  font-family:Arial,Helvetica,Verdana,sans-serif;
  line-height:1.6;
  background:var(--bg);
  color:var(--text);
}
img{max-width:100%;height:auto;vertical-align:top;border-style:none}
svg{transform:translateZ(0)}
a{background-color:transparent;cursor:pointer}
b,strong{font-weight:bolder}
button{margin:0;overflow:visible;text-transform:none;-webkit-appearance:button;font-family:inherit}
button::-moz-focus-inner{border-style:none;padding:0}
*{-webkit-tap-highlight-color:rgba(0,0,0,0)}
[hidden]{display:none}
[data-b64]{cursor:pointer}
h2[id]{scroll-margin-top:86px}

.shell{overflow:hidden;min-height:100vh;position:relative;padding:66px 0 0}
@media only screen and (max-width:767px){.shell{padding:54px 0 0}}

/* ---------- bouton or (CTA principal) ---------- */
@keyframes glare{0%{left:-16px}100%{left:calc(100% + 16px)}}

.cta-head,
.offers__btn.offers__btn--top,
.stickybar__btn,
.offerpop__btn{
  position:relative;overflow:hidden;border:none;border-radius:10px;
  background:linear-gradient(180deg,var(--gold) 0%,var(--gold-hi) 100%);
  font-weight:700;color:var(--ink);transition:.3s ease-in-out;
}
.cta-head>span,
.offers__btn.offers__btn--top>span,
.stickybar__btn>span,
.offerpop__btn>span{position:relative;z-index:1}
.cta-head::before,
.offers__btn.offers__btn--top::before,
.stickybar__btn::before,
.offerpop__btn::before{
  content:'';position:absolute;top:0;left:-16px;z-index:0;width:32px;height:100%;border-radius:10px;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.75) 50%,transparent 100%);
  animation:glare 2s infinite;
}
.cta-head:hover,
.offers__btn.offers__btn--top:hover,
.stickybar__btn:hover,
.offerpop__btn:hover{background:linear-gradient(180deg,var(--gold-hi) 0%,var(--gold) 100%);color:var(--ink)}

/* ---------- en-tête ---------- */
.topbar{position:fixed;top:0;left:0;right:0;height:66px;background:var(--panel);z-index:99}
@media only screen and (max-width:767px){.topbar{height:54px}}
.topbar__inner{
  max-width:1142px;width:100%;height:100%;margin:0 auto;padding:0 16px;
  display:flex;align-items:center;justify-content:space-between;position:relative;
}
@media only screen and (max-width:1023px){.topbar__inner{justify-content:flex-start}}
.brand img{max-height:40px;height:40px;width:auto}
@media only screen and (max-width:1023px){.brand{order:-2}}
@media only screen and (max-width:767px){.brand img{max-height:32px;height:32px;max-width:none}}

.topnav__list{display:flex;align-items:center;list-style:none;margin:0;padding:0}
.topnav__list li{font-size:16px;margin:0 20px;color:var(--text)}
@media only screen and (min-width:1024px){
  .topnav__list li{margin:0 2px;font-size:15px}
  .topnav__list li [data-b64]{display:block;padding:8px 12px;border-radius:8px;font-weight:600;transition:background .2s ease,color .2s ease}
  .topnav__list li [data-b64]:hover{background:rgba(255,255,255,.08);color:#fff}
}
@media only screen and (max-width:1023px){
  .topnav{
    position:fixed;top:66px;left:0;right:0;bottom:0;
    background:var(--panel);border-top:1px solid var(--line);
    padding:20px 16px;overflow-y:auto;z-index:40;
    opacity:0;visibility:hidden;transform:translateY(-10px);
    transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s;
  }
  .topnav__list{display:flex;flex-direction:column;width:100%;gap:4px}
  .topnav__list li{margin:0;font-size:16px}
  .topnav__list li [data-b64]{display:block;padding:14px 16px;font-size:18px;font-weight:600;border-radius:10px;color:var(--text);transition:background .2s ease,color .2s ease}
  .topnav__list li [data-b64]:hover,.topnav__list li [data-b64]:active{background:var(--card-2);color:var(--gold)}
  .navcheck:checked ~ .topnav{opacity:1;visibility:visible;transform:none;transition:opacity .22s ease,transform .22s ease}
  .navcheck:checked + .navburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .navcheck:checked + .navburger span:nth-child(2){opacity:0}
  .navcheck:checked + .navburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}
@media only screen and (max-width:767px){.topnav{top:54px}}
body.menu-open{overflow:hidden}
.navcheck{display:none}
.navburger{width:42px;height:42px;display:none;cursor:pointer;border-radius:10px;background:var(--card-2);border:1px solid var(--line);padding:13px 12px;z-index:99;margin-left:8px}
@media only screen and (max-width:1023px){.navburger{display:flex;flex-direction:column;align-items:center;justify-content:space-between}}
.navburger span{display:block;height:2px;border-radius:2px;width:18px;background:#fff;transition:transform .25s ease,opacity .25s ease}

.topbar__cta{display:flex;align-items:center;margin-right:0}
@media only screen and (max-width:1023px){.topbar__cta{order:-1;margin-left:auto}}
@media only screen and (max-width:767px){.topbar__cta{max-width:230px;justify-content:flex-end}}
.cta-head{
  display:flex;align-items:center;justify-content:center;height:38px;padding:0 14px;
  white-space:nowrap;font-size:14px;text-decoration:none;cursor:pointer;margin-left:10px;
}
@media only screen and (max-width:767px){.cta-head{height:36px;padding:0 12px;font-size:13px;white-space:normal;text-align:center}}

/* ---------- premier écran ---------- */
.hero-zone{width:100%;margin:0 0 56px}
@media only screen and (max-width:767px){.hero-zone{margin:0 0 40px}}
.hero-zone__inner{position:relative}
.hero-canvas{
  display:block;cursor:pointer;width:100%;
  height:calc(100vh - 66px);height:calc(100dvh - 66px);
  position:relative;overflow:hidden;
}
.hero-canvas picture{display:contents}
.hero-canvas img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-canvas:focus-visible{outline:2px solid var(--gold);outline-offset:-4px}
@media only screen and (max-width:767px){
  .hero-canvas{
    height:calc(100vh - 54px);height:calc(100dvh - 54px);
  }
}
.hero-panel{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;
  position:absolute;left:50%;transform:translateX(-50%);bottom:28px;
  max-width:760px;width:100%;padding:36px 32px;border-radius:16px;
  background:var(--card-1);border:1px solid var(--line);text-align:center;
  margin-bottom:env(safe-area-inset-bottom,0px);
}
.hero-copy{width:100%}
.hero-title{font-weight:800;font-size:44px;line-height:1.2;color:var(--text);margin:0;white-space:nowrap}
.hero-text{max-width:520px;margin:12px auto 0;font-size:17px;font-weight:400;line-height:1.6;color:var(--soft)}
.hero-actions{display:flex;align-items:center;gap:14px;justify-content:center}
@media only screen and (max-width:991px){
  .hero-panel{bottom:28px;padding:30px 24px;max-width:min(760px,calc(100% - 32px))}
}
@media only screen and (max-width:767px){
  .hero-panel{bottom:16px;padding:26px 18px;max-width:calc(100% - 24px);gap:14px}
  .hero-title{font-size:clamp(20px,7.2vw,32px);white-space:normal}
  .hero-text{font-size:15px;margin-top:10px}
  .hero-actions{width:100%;flex-direction:column-reverse}
}

.cta-ghost{
  border-radius:10px;padding:12px 28px;width:200px;height:46px;background:#c6b9e0;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:16px;line-height:140%;color:var(--ink);cursor:pointer;transition:.3s ease-in-out;
}
.cta-ghost:hover{background:#d9d0ec}
.cta-gold{
  gap:10px;display:flex;align-items:center;justify-content:center;border-radius:10px;padding:10px;
  width:274px;height:46px;background:linear-gradient(180deg,var(--gold) 0%,var(--gold-hi) 100%);
  font-weight:700;font-size:16px;line-height:160%;color:var(--ink);cursor:pointer;position:relative;
  transition:.3s ease-in-out;overflow:hidden;
}
.cta-gold span{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px}
.cta-gold::before{
  content:'';border-radius:10px;position:absolute;height:100%;width:32px;top:0;left:-16px;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.75) 50%,transparent 100%);
  z-index:0;animation:glare 2s infinite;
}
.cta-gold:hover{background:linear-gradient(180deg,var(--gold-hi) 0%,var(--gold) 100%)}
@media only screen and (max-width:767px){.cta-ghost,.cta-gold{width:100%}}

/* ---------- démo plein écran ---------- */
body.is-locked{overflow:hidden}
.playbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;background:var(--bg)}
.playbox.active{display:block}
.playbox iframe{display:block;width:100%;height:calc(100% - 72px);border:none;background:var(--bg)}
.playbox__close{
  position:absolute;top:15px;right:15px;width:40px;height:40px;border-radius:10px;
  background:linear-gradient(180deg,var(--gold) 0%,var(--gold-hi) 100%);
  color:#000;border:1px solid #000;font-size:20px;line-height:30px;text-align:center;cursor:pointer;z-index:10000;
}
.playbox__bar{height:72px;padding:8px 16px 18px}
@media only screen and (min-width:768px){
  .playbox__bar{display:flex;justify-content:center}
  .playbox .cta-gold{width:360px}
}

/* ---------- offre affichée pendant la démo ---------- */
.offerpop{
  position:absolute;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;
  background:rgba(23,14,46,.86);opacity:0;visibility:hidden;
  transition:opacity .3s ease-in-out,visibility .3s ease-in-out;
}
.offerpop.is-visible{opacity:1;visibility:visible}
.offerpop__card{
  position:relative;width:100%;max-width:440px;padding:28px 24px 22px;border-radius:14px;
  border:1px solid var(--gold);background:var(--card-1);
  box-shadow:0 0 0 1px rgba(255,201,60,.25),0 20px 60px rgba(0,0,0,.6);
  text-align:center;transform:translateY(12px) scale(.97);transition:transform .3s ease-in-out;
}
.offerpop.is-visible .offerpop__card{transform:none}
.offerpop__close{
  position:absolute;top:10px;right:10px;width:32px;height:32px;padding:0;border-radius:8px;
  border:1px solid var(--line);background:var(--card-2);font-size:20px;line-height:1;color:var(--muted);cursor:pointer;
}
.offerpop__close:hover{color:#fff}
.offerpop__logo{display:block;width:120px;height:79px;margin:0 auto 14px;border-radius:8px;border:1px solid var(--line);object-fit:cover}
.offerpop__label{
  display:inline-block;padding:4px 10px;border-radius:20px;border:1px solid var(--line);background:var(--card-2);
  font-size:11px;font-weight:700;line-height:140%;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);
}
.offerpop__title{margin:12px 0 8px;font-size:22px;font-weight:700;line-height:130%;color:#fff}
.offerpop__text{margin:0;font-size:15px;line-height:155%;color:var(--soft)}
.offerpop__bonus{margin:12px 0 18px;font-size:16px;font-weight:700;line-height:140%;color:var(--gold-soft)}
.offerpop__btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;font-size:16px;line-height:160%;text-decoration:none;cursor:pointer;user-select:none}
.offerpop__continue{margin-top:14px;padding:4px 8px;border:0;background:none;font:inherit;font-size:14px;text-decoration:underline;color:var(--muted);cursor:pointer}
.offerpop__continue:hover{color:#fff}
@media only screen and (max-width:767px){
  .offerpop__card{padding:22px 16px 18px}
  .offerpop__logo{width:96px;height:63px}
  .offerpop__title{font-size:19px}
}

/* ---------- classement des casinos ---------- */
.offers{max-width:1110px;width:100%;margin:0 auto;padding:40px 0 0}
@media only screen and (max-width:1200px){.offers{padding:40px 16px 0}}
@media only screen and (max-width:767px){.offers{padding:32px 16px 0}}
.offers__title{margin:0 0 8px;font-weight:800;font-size:32px;line-height:1.2;letter-spacing:-.01em;color:var(--text)}
.offers__intro{margin:0 0 20px;font-size:15px;line-height:150%;color:var(--muted)}
.offers__list{display:flex;flex-direction:column;gap:12px}
.offers__row{
  display:flex;align-items:center;gap:20px;padding:16px 20px;border-radius:12px;
  border:1px solid var(--line);background:var(--card-1);
  transition:background .3s ease-in-out,border-color .3s ease-in-out;
}
.offers__row:hover{background:var(--card-2);border-color:var(--line-hi)}
.offers__row--1{border-color:var(--gold);box-shadow:0 0 0 1px rgba(255,201,60,.35),0 4px 24px rgba(255,201,60,.12)}
.offers__row--1:hover{border-color:var(--gold-hi)}
.offers__rank{
  flex:0 0 44px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;
  border:1px solid var(--line);background:var(--card-2);font-weight:700;font-size:18px;color:var(--text);
}
.offers__row--1 .offers__rank{background:linear-gradient(180deg,var(--gold) 0%,var(--gold-hi) 100%);border-color:transparent;color:var(--ink)}
.offers__row--2 .offers__rank{background:linear-gradient(180deg,#e0d5f5 0%,#b0a3cc 100%);border-color:transparent;color:var(--ink)}
.offers__row--3 .offers__rank{background:linear-gradient(180deg,#e09a52 0%,#b86a2a 100%);border-color:transparent;color:var(--ink)}
.offers__logo{flex:0 0 150px;width:150px;height:99px;border-radius:8px;border:1px solid var(--line);object-fit:cover;background:var(--bg)}
.offers__info{flex:1 1 auto;min-width:0}
.offers__name{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-weight:700;font-size:18px;line-height:140%;color:var(--text)}
.offers__medal{
  display:inline-block;padding:3px 10px;border-radius:20px;border:1px solid var(--line);background:var(--card-2);
  font-size:11px;font-weight:700;line-height:140%;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);
}
.offers__row--1 .offers__medal{background:linear-gradient(180deg,var(--gold) 0%,var(--gold-hi) 100%);border-color:transparent;color:var(--ink)}
.offers__bonus{margin-top:6px;font-weight:600;font-size:16px;line-height:140%;color:var(--gold-soft)}
.offers__flag{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:13px;line-height:140%;color:var(--muted)}
.offers__flag svg{flex:0 0 auto;width:20px;height:15px;border-radius:2px}
.offers__btn{
  flex:0 0 200px;width:200px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:10px;
  background:var(--violet);color:#fff;font-weight:700;font-size:16px;line-height:160%;
  text-decoration:none;cursor:pointer;user-select:none;transition:.3s ease-in-out;
}
.offers__btn:hover{background:var(--violet-hi)}
.offers__btn:focus-visible{outline:2px solid var(--gold-hi);outline-offset:3px}
.offers__terms{margin:16px 0 0;font-size:12px;line-height:150%;text-align:center;color:var(--dim)}
@media only screen and (max-width:767px){
  .offers__title{font-size:26px}
  .offers__intro{font-size:14px}
  .offers__row{flex-wrap:wrap;gap:12px 14px;padding:14px}
  .offers__rank{flex-basis:36px;width:36px;height:36px;font-size:16px}
  .offers__logo{flex-basis:104px;width:104px;height:69px}
  .offers__info{flex:1 1 140px}
  .offers__name{font-size:16px}
  .offers__bonus{font-size:14px}
  .offers__btn{flex-basis:100%;width:100%}
}

/* ---------- historique des gains ---------- */
.livewins{max-width:1110px;width:100%;margin:0 auto;padding:24px 0 0}
@media only screen and (max-width:1200px){.livewins{padding:24px 16px 0}}
.livewins__box{border-radius:12px;border:1px solid var(--line);background:var(--card-1);overflow:hidden}
.livewins__head{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--line);background:var(--card-2)}
.livewins__live{
  display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 8px;border-radius:20px;
  background:rgba(0,182,122,.15);border:1px solid rgba(0,182,122,.4);
  font-size:11px;font-weight:700;line-height:140%;letter-spacing:.06em;text-transform:uppercase;color:var(--green);
}
.livewins__dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(0,182,122,.6);animation:winsPulse 1.6s ease-out infinite}
@keyframes winsPulse{0%{box-shadow:0 0 0 0 rgba(0,182,122,.6)}100%{box-shadow:0 0 0 7px rgba(0,182,122,0)}}
.livewins__title{font-size:16px;font-weight:700;line-height:140%;color:var(--text)}
.livewins__list{margin:0;padding:0;list-style:none}
.livewins__item{display:flex;align-items:center;gap:14px;padding:11px 20px;border-bottom:1px solid var(--line)}
.livewins__item:last-child{border-bottom:none}
.livewins__item.is-new{animation:winIn .5s ease-out}
@keyframes winIn{
  0%{opacity:0;transform:translateY(-10px);background:rgba(255,201,60,.12)}
  60%{background:rgba(255,201,60,.12)}
  100%{opacity:1;transform:none;background:transparent}
}
.livewins__avatar{
  flex:0 0 34px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;
  font-size:14px;font-weight:700;color:#fff;background:linear-gradient(135deg,#8b34e8 0%,#5a2bb8 100%);
}
.livewins__avatar--2{background:linear-gradient(135deg,#1f8a70 0%,#00b67a 100%)}
.livewins__avatar--3{background:linear-gradient(135deg,#b86a2a 0%,#e09a52 100%)}
.livewins__avatar--4{background:linear-gradient(135deg,#c72fa0 0%,#8b34e8 100%)}
.livewins__body{flex:1 1 auto;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:4px 16px;font-size:14px;line-height:140%;color:var(--muted)}
.livewins__nick{color:#fff}
.livewins__amount{color:var(--gold-soft);font-size:15px}
.livewins__meta{display:inline-flex;align-items:center;gap:6px;font-size:13px}
.livewins__casino{
  display:inline-flex;align-items:center;gap:6px;color:#fff;font-weight:600;text-decoration:none;cursor:pointer;
  border-bottom:1px solid transparent;transition:color .2s ease-in-out,border-color .2s ease-in-out;
}
.livewins__casino:hover{color:var(--gold-hi);border-bottom-color:rgba(255,227,110,.5)}
.livewins__casino img{width:28px;height:18px;border-radius:4px;object-fit:cover;border:1px solid var(--line)}
.livewins__time{flex:0 0 auto;font-size:12px;line-height:140%;color:var(--dim);white-space:nowrap}
@media only screen and (max-width:767px){
  .livewins__head{padding:12px 14px}
  .livewins__title{font-size:15px}
  .livewins__item{flex-wrap:wrap;gap:8px 12px;padding:10px 14px}
  .livewins__body{flex:1 1 0;flex-direction:column;align-items:flex-start;gap:2px}
  .livewins__time{flex-basis:auto;margin-left:auto;align-self:flex-start}
}

/* ---------- sommaire ---------- */
.contents{max-width:1110px;width:100%;margin:0 auto;padding:32px 0 0}
@media only screen and (max-width:1200px){.contents{padding:32px 16px 0}}
.contents__box{padding:20px 24px;border-radius:12px;border:1px solid var(--line);background:var(--card-1)}
.contents__head{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin:0;padding:0;border:0;background:none;font:inherit;text-align:left;color:var(--text);cursor:pointer;
}
.contents__title{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;line-height:140%}
.contents__title svg{width:20px;height:20px;color:var(--gold-soft)}
.contents__toggle{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);transition:color .2s ease-in-out}
.contents__head:hover .contents__toggle{color:var(--gold-hi)}
.contents__toggle svg{width:14px;height:14px;transform:rotate(180deg);transition:transform .35s ease-in-out}
.contents.is-collapsed .contents__toggle svg{transform:rotate(0)}
.contents__body{display:grid;grid-template-rows:1fr;transition:grid-template-rows .35s ease-in-out}
.contents.is-collapsed .contents__body{grid-template-rows:0fr}
.contents__list{
  min-height:0;overflow:hidden;padding:14px 0 0;margin:0;list-style:none;
  display:grid;grid-template-columns:1fr 1fr;gap:8px 32px;counter-reset:toc;
}
.contents__list li{display:flex;align-items:baseline;gap:10px;counter-increment:toc}
.contents__list li::before{content:counter(toc,decimal-leading-zero);flex:0 0 auto;font-weight:700;font-size:13px;color:var(--gold-soft)}
.contents__list a{
  font-size:16px;line-height:140%;color:var(--text);text-decoration:none;border-bottom:1px solid transparent;
  transition:color .2s ease-in-out,border-color .2s ease-in-out;
}
.contents__list a:hover{color:var(--gold-hi);border-bottom-color:rgba(255,227,110,.5)}
@media only screen and (max-width:767px){
  .contents__box{padding:16px}
  .contents__list{grid-template-columns:1fr}
  .contents__list a{font-size:15px}
}

/* ---------- tableaux ---------- */
.datagrid{width:100%;margin:0 0 32px;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid var(--line)}
.datagrid table{width:100%;margin:0;border-collapse:collapse;border:0;overflow:hidden;background:var(--card-1)}
.datagrid th,.datagrid td{
  padding:12px 16px;font-size:15px;font-weight:400;line-height:1.6;text-align:left;vertical-align:top;
  color:var(--text);border:1px solid var(--line);border-top:none;background:var(--card-1);
}
.datagrid th{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:var(--card-2)}
.datagrid td:first-child{font-weight:600;color:#fff}
.datagrid tbody tr:hover td{background:var(--card-2)}
.datagrid tr:last-child td{border-bottom:none}
@media only screen and (max-width:767px){
  .datagrid th,.datagrid td{padding:10px 12px;font-size:14px}
  .datagrid table.datagrid--wide{min-width:640px}
}

/* ---------- fiche technique (dans le hero) ---------- */
.spec{max-width:1110px;width:100%;margin:0 auto;padding:24px 0 0}
@media only screen and (max-width:1200px){.spec{padding:24px 16px 0}}
.spec__title{font-weight:800;font-size:32px;line-height:1.2;letter-spacing:-.01em;color:var(--text);margin:0 0 14px}
@media only screen and (max-width:767px){.spec__title{font-size:26px;margin-bottom:20px}}

/* ---------- blocs de contenu ---------- */
.block{max-width:1110px;width:100%;margin:0 auto 56px}
@media only screen and (max-width:1200px){.block{padding:0 16px}}
@media only screen and (max-width:767px){.block{margin-bottom:40px}}
.block h2{font-size:32px;font-weight:800;line-height:1.2;letter-spacing:-.01em;color:var(--text);margin:0 0 16px}
.block h3{font-size:22px;font-weight:800;line-height:1.2;margin:0 0 12px}
.block h4{font-size:18px;font-weight:800;line-height:1.25;margin:26px 0 12px}
.block h2 + p,.block h3 + p{margin-top:14px}
.block p{font-size:16px;line-height:1.6;color:var(--text);margin:0 0 16px}
.block li{font-size:16px;line-height:1.6}
.block ul,.block ol{padding:0 0 0 20px;margin:0 0 16px}
.block li + li{margin-top:8px}
.block strong{color:#fff}
@media only screen and (max-width:767px){
  .block h2{font-size:26px;margin-bottom:18px}
  .block h3{font-size:20px}
}

/* ---------- encadré astuce ---------- */
.tipbox{
  margin:0 0 16px;padding:16px 18px;border-radius:12px;background:var(--card-1);
  border:1px solid var(--line);border-left:3px solid var(--gold);
}
.tipbox p{margin:0;font-size:15px;line-height:1.6;color:var(--soft)}
.tipbox strong{color:var(--gold-soft)}

/* ---------- autres épisodes ---------- */
.series{max-width:1110px;width:100%;margin:0 auto 56px}
@media only screen and (max-width:1200px){.series{padding:0 16px}}
@media only screen and (max-width:767px){.series{margin-bottom:40px}}
.series h2{font-size:32px;font-weight:800;line-height:1.2;letter-spacing:-.01em;margin:0 0 16px}
@media only screen and (max-width:767px){.series h2{font-size:26px}}
.series__intro{margin:0 0 20px;font-size:16px;line-height:150%;color:var(--muted)}
.series__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.series__tile{
  display:flex;flex-direction:column;border-radius:12px;border:1px solid var(--line);
  background:var(--card-1);overflow:hidden;transition:border-color .3s ease-in-out;
}
.series__tile:hover{border-color:var(--line-hi)}
.series__media{position:relative}
.series__media img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}
.series__badge{
  position:absolute;top:12px;right:12px;padding:5px 10px;border-radius:20px;
  border:1px solid rgba(255,201,60,.5);background:rgba(23,14,46,.85);
  font-size:11px;font-weight:700;line-height:140%;letter-spacing:.04em;text-transform:uppercase;color:var(--gold-soft);
}
.series__body{flex:1 1 auto;display:flex;flex-direction:column;padding:20px}
.series__title{margin:0 0 8px;font-size:20px;font-weight:700;line-height:140%;color:var(--text)}
.series__text{flex:1 1 auto;margin:0 0 18px;font-size:15px;line-height:150%;color:var(--soft)}
.series__actions{display:flex;gap:10px}
.series__play,.series__demo{
  flex:1 1 0;height:44px;display:flex;align-items:center;justify-content:center;padding:0 12px;
  border:none;border-radius:10px;font:inherit;font-weight:700;font-size:15px;line-height:140%;
  text-decoration:none;cursor:pointer;transition:.3s ease-in-out;
}
.series__play{background:var(--violet);color:#fff}
.series__play:hover{background:var(--violet-hi)}
.series__demo{background:#c6b9e0;color:var(--ink)}
.series__demo:hover{background:#d9d0ec}
@media only screen and (max-width:1024px){.series__grid{gap:14px}.series__body{padding:16px}}
@media only screen and (max-width:767px){.series__grid{grid-template-columns:1fr}}

/* ---------- avantages / inconvénients ---------- */
.verdict{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}
.verdict__col{padding:20px 22px;border-radius:12px;background:var(--card-1);border:1px solid var(--line)}
.verdict__col h3{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-size:18px}
.verdict__col h3::before{content:"";width:22px;height:22px;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:13px}
.verdict__col--pros h3::before{background-color:rgba(0,182,122,.18);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5l3 3 6-6.5' fill='none' stroke='%2300b67a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.verdict__col--cons h3::before{background-color:rgba(224,82,82,.16);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4l8 8M12 4l-8 8' stroke='%23e05a5a' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E")}
.verdict__col ul{margin:0;padding-left:20px}
.verdict__col li{margin-bottom:8px;font-size:15px;line-height:1.55;color:var(--soft)}
@media only screen and (max-width:767px){.verdict{grid-template-columns:1fr}}

/* ---------- avis joueurs ---------- */
.voices{max-width:1110px;width:100%;margin:0 auto 56px}
@media only screen and (max-width:1200px){.voices{padding:0 16px}}
@media only screen and (max-width:767px){.voices{margin-bottom:40px}}
.voices h2{font-size:32px;font-weight:800;line-height:1.2;letter-spacing:-.01em;margin:0 0 16px}
@media only screen and (max-width:767px){.voices h2{font-size:26px}}
.voices__summary{
  display:flex;align-items:center;flex-wrap:wrap;gap:12px 20px;margin:0 0 24px;padding:16px 20px;
  border-radius:12px;border:1px solid var(--line);background:var(--card-1);
}
.voices__word{font-size:22px;font-weight:700;line-height:130%;color:#fff}
.voices__text{font-size:14px;line-height:140%;color:var(--muted)}
.voices__text strong{color:#fff}
.stars{display:inline-flex;gap:3px}
.star{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:var(--green);border-radius:3px}
.star.is-empty{background:#392a5c}
.star.is-half{background:linear-gradient(90deg,#00b67a 50%,#392a5c 50%)}
.star svg{width:17px;height:17px;fill:#fff}
.stars--sm{gap:2px}
.stars--sm .star{width:20px;height:20px}
.stars--sm .star svg{width:13px;height:13px}
.voices__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.voice{
  display:flex;flex-direction:column;gap:10px;padding:20px;border-radius:12px;
  border:1px solid var(--line);background:var(--card-1);transition:border-color .3s ease-in-out;
}
.voice:hover{border-color:var(--line-hi)}
.voice__head{display:flex;align-items:center;gap:12px}
.voice__avatar{flex:0 0 48px;width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid var(--line)}
.voice__meta{display:flex;flex-direction:column;min-width:0}
.voice__name{font-weight:700;font-size:15px;line-height:140%;color:#fff}
.voice__sub{font-size:12px;line-height:140%;color:var(--dim)}
.voice__rating{display:flex;align-items:center;justify-content:space-between;gap:10px}
.voice__date{font-size:12px;color:var(--dim)}
.voice__title{margin:0;font-weight:700;font-size:16px;line-height:140%;color:#fff}
.voice__text{flex:1 1 auto;margin:0;font-size:14px;line-height:150%;color:var(--soft)}
.voice__verified{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--green)}
.voice__verified svg{width:14px;height:14px}
@media only screen and (max-width:1024px){.voices__grid{grid-template-columns:repeat(2,1fr)}}
@media only screen and (max-width:767px){
  .voices__grid{grid-template-columns:1fr;gap:12px}
  .voices__summary{padding:14px 16px}
  .voices__word{font-size:18px}
  .voice{padding:16px}
}

/* ---------- questions fréquentes ---------- */
.questions{max-width:1110px;width:100%;margin:0 auto 40px}
@media only screen and (max-width:1200px){.questions{padding:0 16px}}
@media only screen and (max-width:767px){.questions{margin-bottom:32px}}
.questions h2{font-size:32px;font-weight:800;line-height:1.2;letter-spacing:-.01em;margin:0 0 16px}
@media only screen and (max-width:767px){.questions h2{font-size:26px}}
.questions__list{display:flex;flex-direction:column;gap:10px}
.questions__item{border-radius:12px;border:1px solid var(--line);background:var(--card-1);overflow:hidden;padding:0;transition:border-color .3s ease-in-out}
.questions__item.is-open{border-color:rgba(255,201,60,.6)}
.questions__q{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;
  border:0;background:none;font:inherit;font-weight:700;font-size:16px;line-height:1.4;
  text-align:left;color:var(--text);cursor:pointer;transition:color .2s ease-in-out;
}
.questions__q:hover{color:var(--gold-hi)}
.questions__q:focus-visible{outline:2px solid var(--gold-hi);outline-offset:-2px;border-radius:12px}
.questions__icon{
  flex:0 0 auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;
  border:1px solid var(--line);background:var(--card-2);color:#fff;
  transition:transform .35s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out;
}
.questions__icon svg{width:14px;height:14px}
.questions__item.is-open .questions__icon{transform:rotate(180deg);background:linear-gradient(180deg,var(--gold) 0%,var(--gold-hi) 100%);border-color:transparent;color:var(--ink)}
.questions__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease-in-out}
.questions__item.is-open .questions__a{grid-template-rows:1fr}
.questions__a-inner{overflow:hidden}
.questions__a p{margin:0;padding:0 20px 18px;font-size:16px;line-height:1.6;color:var(--soft)}
@media only screen and (max-width:767px){
  .questions__q{padding:14px 16px;font-size:16px}
  .questions__a p{padding:0 16px 16px;font-size:15px}
}

/* ---------- avis d'expert ---------- */
.expert-block{max-width:1110px;width:100%;margin:0 auto 56px}
@media only screen and (max-width:1200px){.expert-block{padding:0 16px}}
@media only screen and (max-width:767px){.expert-block{margin-bottom:40px}}
.expert-block h2{font-size:32px;font-weight:800;line-height:1.2;letter-spacing:-.01em;margin:0 0 16px}
@media only screen and (max-width:767px){.expert-block h2{font-size:26px}}
.expert{display:flex;gap:22px;padding:24px;border-radius:12px;background:var(--card-1);border:1px solid var(--line);margin-top:20px}
.expert__photo{flex:0 0 120px;width:120px;height:118px;border-radius:12px;object-fit:cover;border:1px solid var(--line)}
.expert__body{flex:1 1 auto;min-width:0}
.expert__name{display:block;font-size:20px;font-weight:800;color:#fff}
.expert__role{display:block;margin:2px 0 12px;font-size:13px;color:var(--dim)}
.expert__body p{font-size:15px;line-height:1.6;color:var(--muted);margin:0 0 12px}
.expert__badges{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:0}
.expert__badges li{padding:5px 12px;border-radius:20px;background:var(--card-2);border:1px solid var(--line);font-size:12px;font-weight:600;color:var(--muted)}
.expert__quote{
  margin:0;padding:14px 16px;border-left:3px solid var(--gold);border-radius:0 10px 10px 0;
  background:rgba(255,201,60,.06);color:var(--soft);font-style:italic;
}
@media only screen and (max-width:639px){
  .expert{flex-direction:column;padding:18px;gap:14px}
  .expert__photo{width:96px;height:94px}
}

/* ---------- date de mise à jour ---------- */
.refresh-block{max-width:1110px;width:100%;margin:0 auto 64px}
@media only screen and (max-width:1200px){.refresh-block{padding:0 16px}}
@media only screen and (max-width:767px){.refresh-block{margin-bottom:48px}}
.refresh{
  display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;
  background:var(--card-1);border:1px solid var(--line);border-left:3px solid var(--gold);
}
.refresh__icon{flex:0 0 44px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(255,201,60,.12);color:var(--gold)}
.refresh__icon svg{width:24px;height:24px}
.refresh__body{flex:1 1 auto;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 10px}
.refresh__label{color:var(--dim);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.refresh__date{font-size:17px;font-weight:800;color:#fff}
.refresh__note{flex-basis:100%;color:var(--muted);font-size:13px;line-height:1.5}
.refresh__badge{
  flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;
  background:rgba(0,182,122,.12);border:1px solid rgba(0,182,122,.35);color:var(--green);font-size:12px;font-weight:700;
}
.refresh__badge svg{width:16px;height:16px}
@media only screen and (max-width:639px){
  .refresh{display:grid;grid-template-columns:44px 1fr;gap:10px 12px;padding:14px 16px}
  .refresh__badge{grid-column:2;justify-self:start}
}

/* ---------- pied de page ---------- */
.sitefoot{padding:56px 0 0;background:var(--panel);border-top:1px solid rgba(255,255,255,.1)}
@media only screen and (max-width:1200px){.sitefoot{padding:56px 16px 0}}
@media only screen and (max-width:767px){.sitefoot{padding:36px 16px 0}}
.sitefoot__main{margin-bottom:32px}
.sitefoot__inner{max-width:1110px;width:100%;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between}
@media only screen and (max-width:767px){.sitefoot__inner{flex-direction:column}}
.sitefoot__info .brand{margin-bottom:0}
.sitefoot__info .brand img{max-height:100px;max-width:230px;height:auto;width:auto}
.sitefoot__links{display:flex;align-items:flex-start;margin-left:20px}
@media only screen and (max-width:767px){.sitefoot__links{margin:24px 0 0;flex-direction:row;gap:32px}}
.footnav + .footnav{margin-left:120px}
@media only screen and (max-width:767px){.footnav + .footnav{margin:0}}
.footnav__list{list-style:none;margin:0;padding:0}
.footnav__list li{font-size:16px}
.footnav__list li + li{margin-top:16px}
.footnav__list li a,.footnav__list li [data-b64]{color:#fff;text-decoration:none;transition:color .2s ease}
.footnav__list li a:hover,.footnav__list li [data-b64]:hover{color:var(--gold)}
@media only screen and (max-width:767px){.footnav__list li{margin-bottom:10px;font-size:15px}.footnav__list li + li{margin-top:0}}

.sitefoot__social-row{max-width:1110px;width:100%;margin:28px auto 0;display:flex;align-items:center;flex-wrap:wrap;gap:14px 24px}
@media only screen and (max-width:767px){.sitefoot__social-row{margin-top:24px;gap:16px 20px}}
.soclinks{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0 -4px;padding:0;row-gap:10px}
.soclinks li{display:flex;margin:0 4px}
.soclinks li a{display:flex;transition:transform .3s ease-in-out,opacity .3s ease-in-out}
.soclinks li a:hover{transform:scale(1.1)}
.soclinks li img{width:36px;height:36px;border-radius:8px}
.sitefoot__apps{display:flex;flex-wrap:wrap;gap:10px}
.sitefoot__apps [data-b64]{display:inline-flex;border-radius:7px;transition:transform .3s ease-in-out,opacity .3s ease-in-out;cursor:pointer}
.sitefoot__apps [data-b64]:hover{transform:translateY(-2px);opacity:.9}
.sitefoot__apps img{height:40px;width:auto;border-radius:7px;border:1px solid var(--line-hi)}
.sitefoot__badges{max-width:1110px;width:100%;margin:40px auto 0;padding:28px 0 0;border-top:1px solid var(--line)}
.sitefoot__images{display:flex;align-items:center;flex-wrap:wrap;gap:20px 32px}
.sitefoot__images a{display:flex;align-items:center;opacity:.85;transition:opacity .3s ease-in-out}
.sitefoot__images a:hover{opacity:1}
.sitefoot__images img{height:auto;max-height:56px;width:auto}
@media only screen and (max-width:767px){
  .sitefoot__badges{margin-top:24px;padding-top:20px}
  .sitefoot__images{gap:14px 18px}
  .sitefoot__images img{max-height:36px}
  .sitefoot__images img[width="96"]{width:72px}
  .sitefoot__images img[width="102"]{width:86px}
  .sitefoot__info .brand img{max-width:119px;max-height:52px}
}
.sitefoot__bottom{display:flex;align-items:center;justify-content:center;padding:0 0 32px}
@media only screen and (max-width:767px){.sitefoot__bottom{padding:0 0 24px;justify-content:flex-start}}
.copyright{color:#fff;font-size:12px;text-align:center}

/* ---------- barre collante avec l'offre n°1 ---------- */
.stickybar{position:fixed;left:0;right:0;bottom:0;z-index:98;padding:0 16px 12px;transform:translateY(115%);transition:transform .4s ease-in-out;pointer-events:none}
.stickybar.is-visible{transform:translateY(0);pointer-events:auto}
.stickybar__inner{
  position:relative;max-width:1110px;margin:0 auto;display:flex;align-items:center;gap:16px;
  padding:12px 16px;border-radius:12px;border:1px solid var(--gold);background:var(--card-1);
  box-shadow:0 -6px 28px rgba(0,0,0,.5),0 0 0 1px rgba(255,201,60,.25);
}
.stickybar__logo{flex:0 0 84px;width:84px;height:55px;border-radius:6px;border:1px solid var(--line);object-fit:cover}
.stickybar__info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}
.stickybar__label{font-size:11px;font-weight:700;line-height:140%;letter-spacing:.04em;text-transform:uppercase;color:var(--gold-soft)}
.stickybar__name{font-size:16px;font-weight:700;line-height:140%;color:var(--text)}
.stickybar__bonus{font-size:14px;line-height:140%;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stickybar__btn{flex:0 0 auto;width:180px;height:44px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:160%;text-decoration:none;cursor:pointer;user-select:none}
.stickybar__close{
  flex:0 0 auto;width:32px;height:32px;padding:0;border-radius:8px;border:1px solid var(--line);
  background:var(--card-2);font-size:20px;line-height:1;color:var(--muted);cursor:pointer;transition:.2s ease-in-out;
}
.stickybar__close:hover{color:#fff;border-color:var(--line-hi)}
body.has-stickybar .sitefoot__bottom{padding-bottom:108px}
@media only screen and (max-width:767px){
  .stickybar{padding:0 8px 8px}
  .stickybar__inner{gap:10px;padding:10px 12px}
  .stickybar__logo{flex-basis:56px;width:56px;height:37px}
  .stickybar__label{display:none}
  .stickybar__name{font-size:14px}
  .stickybar__bonus{font-size:12px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .stickybar__btn{width:96px;height:40px;font-size:14px}
  .stickybar__close{position:absolute;top:-12px;right:-2px;width:26px;height:26px;font-size:16px}
  body.has-stickybar .sitefoot__bottom{padding-bottom:100px}
}

/* ---------- retour en haut ---------- */
.backtop{
  position:fixed;right:20px;bottom:24px;z-index:70;width:46px;height:46px;
  display:flex;align-items:center;justify-content:center;border-radius:50%;
  border:1px solid var(--line);background:var(--card-1);color:var(--gold);
  box-shadow:0 10px 26px rgba(0,0,0,.45);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);
  transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s,background .2s ease,color .2s ease,bottom .3s ease;
}
.backtop.is-visible{opacity:1;visibility:visible;transform:none;transition:opacity .25s ease,transform .25s ease,background .2s ease,color .2s ease,bottom .3s ease}
.backtop:hover{background:var(--gold);color:var(--ink)}
.backtop svg{width:22px;height:22px}
@media only screen and (max-width:1199px){body.has-stickybar .backtop{bottom:112px}}
@media only screen and (max-width:767px){
  .backtop{right:12px;bottom:16px;width:42px;height:42px}
  body.has-stickybar .backtop{bottom:108px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .questions__a,.questions__icon,.stickybar,.backtop{transition:none!important}
  .livewins__dot,.livewins__item.is-new,.cta-gold::before,.cta-head::before,
  .offers__btn--top::before,.stickybar__btn::before,.offerpop__btn::before{animation:none}
}
