/*
Theme Name: TOP 80 Radio Modern
Theme URI: https://www.top80radio.com/
Author: TOP 80 Radio
Description: Thème WordPress moderne et sobre pour TOP 80 Radio.
Version: 2.00.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: top80-modern
*/

:root{
  --top80-bg:#090b0f;
  --top80-bg-soft:#0d1015;
  --top80-panel:#11151b;
  --top80-panel-2:#151a21;
  --top80-border:#272d35;
  --top80-text:#f4f5f7;
  --top80-muted:#949ba5;
  --top80-accent:#ff2f91;
  --top80-accent-soft:#ff5eaa;
  --top80-max:1400px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:radial-gradient(circle at 70% 0%,rgba(255,47,145,.07),transparent 32%),var(--top80-bg);
  color:var(--top80-text);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.45;
  padding-top:96px;
  padding-bottom:100px;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.top80-header{
  height:96px;
  background:rgba(7,9,12,.96);
  border-bottom:1px solid var(--top80-border);
  display:flex;
  align-items:center;
  position:fixed;
  left:0;
  right:0;
  top:0;
  z-index:10000;
  box-shadow:0 8px 30px rgba(0,0,0,.18);
}

/* Header fixe : il reste visible pendant tout le défilement. */
body.admin-bar .top80-header{top:32px}
@media(max-width:782px){body.admin-bar .top80-header{top:46px}}
.top80-header-inner{
  width:min(var(--top80-max),calc(100% - 70px));
  margin:auto;
  display:flex;
  align-items:center;
  gap:42px;
}
.top80-logo{width:145px;flex:none}
.top80-logo img{width:100%;height:auto}
.top80-nav{
  display:flex;
  align-items:center;
  gap:30px;
  margin-left:auto;
}
.top80-nav a{
  color:#bfc4cb;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.35px;
  padding:38px 0 34px;
  border-bottom:2px solid transparent;
}
.top80-nav a:hover,.top80-nav a.active{
  color:#fff;
  border-color:var(--top80-accent);
}
.top80-head-actions{display:flex;align-items:center;gap:12px;margin-left:12px}
.search-btn,.listen-btn{
  height:46px;
  border:1px solid #363d46;
  background:transparent;
  color:#fff;
  border-radius:24px;
}
.search-btn{width:46px;cursor:pointer}
.listen-btn{
  padding:0 8px 0 19px;
  border-color:var(--top80-accent);
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.listen-btn span{
  display:inline-flex;
  width:30px;height:30px;
  margin-left:9px;
  border-radius:50%;
  align-items:center;justify-content:center;
  background:var(--top80-accent);
}
.mobile-menu{display:none;font-size:25px}
.top80-main{width:min(var(--top80-max),calc(100% - 70px));margin:auto}
.top80-hero{
  min-height:350px;
  display:grid;
  grid-template-columns:330px 1fr;
  gap:62px;
  align-items:center;
  padding:42px 25px 35px;
}
.hero-cover{position:relative}
.hero-cover img{
  width:300px;height:300px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid #303640;
  box-shadow:0 25px 65px rgba(0,0,0,.45);
}
.hero-cover:after{
  content:"";
  position:absolute;
  width:282px;
  height:282px;
  right:-48px;
  top:9px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%,
      #d5d8dc 0 1.2%,
      #171a1f 1.5% 3.4%,
      #050609 3.7% 6.2%,
      transparent 6.5%),
    radial-gradient(circle at 50% 50%,
      transparent 0 7.2%,
      #252a30 7.4% 7.8%,
      transparent 8% 100%),
    repeating-radial-gradient(circle at 50% 50%,
      #07090c 0 1.3px,
      #1e2227 1.5px 2.2px,
      #090b0e 2.4px 3.8px);
  border:1px solid #454a50;
  box-shadow:
    0 20px 42px rgba(0,0,0,.58),
    inset 0 0 0 5px #090b0e,
    inset 0 0 0 6px #30353b;
  z-index:-1;
}
.live-badge{
  display:inline-block;
  padding:6px 13px;
  border-radius:20px;
  background:var(--top80-accent);
  color:#fff;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.4px;
}
.hero h1{font-size:39px;line-height:1.05;margin:18px 0 6px}
.hero .track{font-size:27px;color:var(--top80-accent-soft);font-weight:700}
.hero .station{color:var(--top80-muted);font-size:14px;margin-top:7px;text-transform:uppercase;letter-spacing:1px}
.hero-actions{display:flex;align-items:center;gap:16px;margin-top:24px}
.play-main{
  width:62px;height:62px;
  border:0;border-radius:50%;
  background:var(--top80-accent);
  color:transparent;font-size:0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

.play-main::before{
  content:"▶";
  color:#fff;
  font-size:23px;
  line-height:1;
  display:block;
  transform:translateX(2px);
}
.listen-large{
  border:1px solid #3b424c;
  border-radius:28px;
  padding:15px 24px;
  font-size:12px;
  font-weight:800;
}
.waveform{
  grid-column:1/-1;
  height:70px;
  margin-top:-80px;
  opacity:.25;
  background:repeating-linear-gradient(90deg,transparent 0 6px,#7a8089 7px 9px);
  mask-image:linear-gradient(90deg,transparent,#fff 12%,#fff 88%,transparent);
}
.quick-links{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  overflow:hidden;
  border:1px solid var(--top80-border);
  border-radius:11px;
  background:linear-gradient(180deg,#12161c,#0f1318);
}
.quick-link{
  min-height:80px;
  padding:17px 22px;
  display:flex;
  align-items:center;
  gap:14px;
  border-right:1px solid var(--top80-border);
}
.quick-link:last-child{border-right:0}
.quick-icon{font-size:23px;color:var(--top80-accent)}
.quick-link strong{display:block;font-size:12px;text-transform:uppercase}
.quick-link small{display:block;color:var(--top80-muted);font-size:11px;margin-top:4px}
.content-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:17px;
  margin-top:17px;
}
.card{
  position:relative;
  min-height:350px;
  padding:24px;
  overflow:hidden;
  border:1px solid var(--top80-border);
  border-radius:10px;
  background:linear-gradient(180deg,#12161c,#101419);
}
.card h2{
  margin:0 0 20px;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:.2px;
}
.card h2:after{
  content:"";
  display:block;
  width:29px;height:2px;
  margin-top:10px;
  background:var(--top80-accent);
}
.track-row,.program-row,.rank-row{
  border-top:1px solid #20262d;
  padding:12px 0;
}
.track-row{
  display:grid;
  grid-template-columns:43px 40px 1fr;
  align-items:center;
  gap:9px;
}
.track-row img{width:40px;height:40px;border-radius:5px;object-fit:cover}
.track-time,.muted{color:var(--top80-muted);font-size:11px}
.track-name{font-size:12px;font-weight:800}
.track-title{font-size:11px;color:var(--top80-muted);margin-top:2px}
.program-row{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:10px;
}
.program-row strong{font-size:11px}
.program-row small{display:block;color:var(--top80-muted);font-size:11px;margin-top:3px}
.rank-row{
  display:grid;
  grid-template-columns:38px 1fr auto;
  align-items:center;
  gap:8px;
}
.rank-number{color:var(--top80-accent);font-size:17px;font-weight:800}
.rank-row strong{font-size:12px;display:block}
.rank-track small{display:block;color:var(--top80-muted);font-size:11px;margin-top:2px}
.card-button{
  position:absolute;
  bottom:19px;
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap;
  border:1px solid #3c434d;
  border-radius:22px;
  padding:10px 20px;
  color:var(--top80-accent-soft);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}
.top50{text-align:center}
.top50 h2{text-align:left}
.top50-logo{
  margin:34px 0 21px;
  font-size:63px;
  font-weight:900;
  line-height:.78;
  font-style:italic;
}
.top50-logo span{display:block;color:var(--top80-accent)}
.top50 p{color:var(--top80-muted);font-size:11px;line-height:1.6}
.sticky-player{
  position:fixed;
  left:0;right:0;bottom:0;
  height:92px;
  z-index:100;
  background:rgba(9,12,16,.98);
  border-top:1px solid #303740;
  backdrop-filter:blur(12px);
}
.player-inner{
  width:min(var(--top80-max),calc(100% - 70px));
  height:100%;
  margin:auto;
  display:grid;
  grid-template-columns:330px 1fr 330px;
  gap:20px;
  align-items:center;
}
.player-track{display:flex;align-items:center;gap:13px}
.player-track img{width:65px;height:65px;border-radius:7px;object-fit:cover}
.player-track small{
  display:block;color:var(--top80-accent);
  font-size:9px;font-weight:800;text-transform:uppercase;
  margin-bottom:5px;
}
.player-track strong{display:block;font-size:13px}
.player-track span{display:block;color:var(--top80-muted);font-size:11px;margin-top:2px}
.player-controls{display:flex;justify-content:center;align-items:center;gap:26px}
.player-btn{border:0;background:none;color:#fff;font-size:19px;cursor:pointer}
.player-play{
  width:58px;height:58px;
  border:1px solid var(--top80-accent);
  border-radius:50%;
  background:transparent;color:#fff;
  cursor:pointer;
}
.player-right{display:flex;justify-content:flex-end;align-items:center;gap:18px}
.volume{width:135px;color:#aeb3bb;font-size:12px}
.volume input{width:100%;accent-color:var(--top80-accent)}
.webtv{
  border:1px solid #3b424b;
  border-radius:22px;
  padding:10px 16px;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}
.social{color:#9da3ab;font-size:13px}
@media(max-width:1120px){
  .top80-nav{gap:17px}
  .top80-nav a{font-size:11px}
  .content-grid{grid-template-columns:1fr 1fr}
  .quick-links{grid-template-columns:repeat(3,1fr)}
  .quick-link:nth-child(3){border-right:0}
  .player-inner{grid-template-columns:280px 1fr 270px}
}
@media(max-width:760px){
  body{padding-bottom:142px}
  .top80-header{height:75px}
  .top80-header-inner{width:calc(100% - 28px);justify-content:space-between}
  .top80-logo{width:125px}
  .top80-nav,.top80-head-actions{display:none}
  .mobile-menu{display:block}
  .top80-main{width:calc(100% - 22px)}
  .top80-hero{
    grid-template-columns:1fr;
    gap:24px;
    padding:25px 7px;
  }
  .hero-cover img{width:245px;height:245px;margin:auto}
  .hero-cover:after{display:none}
  .hero h1{font-size:30px}
  .hero .track{font-size:22px}
  .waveform{display:none}
  .quick-links{grid-template-columns:1fr 1fr}
  .quick-link{padding:15px 13px}
  .quick-link:nth-child(3){border-right:1px solid var(--top80-border)}
  .quick-link:nth-child(even){border-right:0}
  .content-grid{grid-template-columns:1fr}
  .card{min-height:315px}
  .sticky-player{height:132px}
  .player-inner{
    width:calc(100% - 18px);
    grid-template-columns:1fr;
    gap:6px;
    padding:8px 0;
  }
  .player-track img{width:52px;height:52px}
  .player-controls{
    position:absolute;
    right:8px;
    top:11px;
    gap:9px;
  }
  .player-play{width:50px;height:50px}
  .player-right{justify-content:flex-start;padding-left:65px}
  .volume{width:120px}
  .social{display:none}
}

/* Frontend live player states */
#top80-site-player .player-play{transition:transform .15s ease,background .15s ease}
body.top80-playing #top80-site-player .player-play{background:var(--top80-accent);transform:scale(1.04)}
body.top80-loading #top80-site-player .player-play{border-color:#d6aa56}
body.top80-error #top80-site-player .player-play{border-color:#d65b72}

#top80-site-player .player-track img{transition:opacity .18s ease}

/* TOP 80 Radio — actualité radio */
.radio-news{
  margin:30px 0 28px;
}
.radio-news-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:0 0 14px;
}
.radio-news-heading h2{
  margin:5px 0 0;
  font-size:20px;
}
.section-kicker{
  color:var(--top80-accent,#ff2f91);
  font-size:10px;
  font-weight:800;
  letter-spacing:1.2px;
}
.radio-news-more{
  color:#aeb5bd;
  font-size:11px;
  text-decoration:none;
}
.radio-news-more:hover{color:#fff}
.radio-news-feature{
  display:grid;
  grid-template-columns:40% 60%;
  min-height:245px;
  overflow:hidden;
  border:1px solid #262d35;
  border-radius:12px;
  background:linear-gradient(110deg,#11161c,#0d1116);
}
.radio-news-image{
  position:relative;
  min-height:245px;
  overflow:hidden;
  background:#0b0e12;
}
.radio-news-image img{
  width:100%;
  height:100%;
  min-height:245px;
  object-fit:cover;
  object-position:center;
  display:block;
}
.radio-news-tag{
  position:absolute;
  left:18px;
  bottom:18px;
  padding:7px 10px;
  border-radius:5px;
  background:var(--top80-accent);
  color:#fff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.5px;
}
.radio-news-content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:30px 38px;
}
.radio-news-date{
  color:#777f89;
  font-size:10px;
  margin-bottom:8px;
}
.radio-news-content h3{
  max-width:650px;
  margin:0 0 10px;
  color:#fff;
  font-size:24px;
  line-height:1.18;
}
.radio-news-content p{
  max-width:680px;
  margin:0 0 20px;
  color:#969ea8;
  font-size:12px;
  line-height:1.65;
}
.radio-news-button{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:10px 15px;
  border:1px solid #343b44;
  border-radius:7px;
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:700;
  background:#14191f;
}
.radio-news-button:hover{
  border-color:rgba(255,47,145,.55);
  background:#191e25;
}
.radio-news-button span{
  color:#ff2f91;
  font-size:15px;
}
@media(max-width:700px){
  .radio-news-feature{grid-template-columns:1fr}
  .radio-news-image{min-height:190px}
  .radio-news-image img{min-height:190px}
  .radio-news-content{padding:25px}
  .radio-news-content h3{font-size:20px}
}

/* V22 — vrai disque vinyle : sillons, reflet, centre et étiquette */
.hero-cover:before{
  content:"";
  position:absolute;
  width:282px;
  height:282px;
  right:-48px;
  top:9px;
  border-radius:50%;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(circle at 50% 50%,
      transparent 0 15%,
      rgba(255,255,255,.16) 15.2% 15.5%,
      transparent 15.8% 100%),
    radial-gradient(circle at 50% 50%,
      transparent 0 18%,
      rgba(255,255,255,.055) 18.2% 18.5%,
      transparent 18.8% 100%),
    conic-gradient(from 225deg at 50% 50%,
      transparent 0deg 32deg,
      rgba(255,255,255,.13) 48deg,
      rgba(255,255,255,.025) 70deg,
      transparent 104deg 360deg);
  transform:rotate(-12deg);
  mix-blend-mode:screen;
}
@media(max-width:800px){
  .hero-cover:after,.hero-cover:before{
    width:250px;height:250px;
    right:-38px;top:25px;
  }
}

/* V27 — actualité : infos en haut, bouton ancré en bas */
.radio-news-content{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  height:100%;
}
.radio-news-top{
  display:block;
}
.radio-news-bottom{
  margin-top:auto;
  padding-top:24px;
}
@media(max-width:700px){
  .radio-news-content{
    height:auto;
  }
  .radio-news-bottom{
    margin-top:0;
    padding-top:20px;
  }
}

/* V28 — accent discret sur le titre de l'actualité */
.radio-news-content .radio-news-top h3{
  position:relative;
  padding-bottom:10px;
  margin-bottom:12px;
}
.radio-news-content .radio-news-top h3:after{
  content:"";
  display:block;
  width:34px;
  height:2px;
  margin-top:10px;
  border-radius:2px;
  background:var(--top80-accent);
}

/* V36 — trois cartes horizontales programme */
.programme-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:30px 0 28px;
}
.programme-card{
  position:relative;
  min-height:88px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px 48px 18px 20px;
  border:1px solid #262d35;
  border-radius:10px;
  background:#0d1116;
  text-decoration:none;
  overflow:hidden;
  transition:border-color .15s ease, background .15s ease, transform .15s ease;
}
.programme-card:hover{
  border-color:#3b444e;
  background:#11161c;
  transform:translateY(-1px);
}
.programme-card-kicker{
  margin-bottom:7px;
  color:#727b85;
  font-size:9px;
  font-weight:800;
  letter-spacing:1px;
}
.programme-card strong{
  color:#fff;
  font-size:14px;
  line-height:1.2;
}
.programme-card-live .programme-card-kicker{
  color:var(--top80-accent);
}
.programme-card-arrow{
  position:absolute;
  right:19px;
  top:50%;
  transform:translateY(-50%);
  color:var(--top80-accent);
  font-size:19px;
}
@media(max-width:700px){
  .programme-cards{
    grid-template-columns:1fr;
    gap:9px;
  }
  .programme-card{
    min-height:72px;
  }
}

.top80-single-profile{max-width:1180px;margin:60px auto 140px;padding:0 24px}.top80-single-profile article{display:grid;grid-template-columns:360px 1fr;gap:42px}.top80-profile-media img{width:100%;border-radius:12px;display:block}.top80-profile-kicker{font-size:9px;letter-spacing:1.5px;color:var(--top80-accent);font-weight:800}.top80-profile-content h1{color:#fff}.top80-profile-text{color:#a2a9b1;line-height:1.7}.top80-profile-content h2{color:#fff;font-size:18px;margin-top:28px}.top80-profile-shows{list-style:none;padding:0}.top80-profile-shows a{color:#fff;text-decoration:none}.top80-profile-shows a:hover{color:var(--top80-accent)}@media(max-width:760px){.top80-single-profile article{grid-template-columns:1fr}}


/* V49 — les 3 cases utilisent maintenant la vraie grille des émissions */
.programme-card-show{display:flex;align-items:center;gap:11px;min-width:0;padding-right:10px}
.programme-card-show img{width:52px;height:52px;object-fit:cover;border-radius:7px;flex:0 0 52px;display:block}
.programme-card-info{display:flex;flex-direction:column;min-width:0;line-height:1.15}
.programme-card-info strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.programme-card-info small{margin-top:4px;color:#858d96;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.programme-card-info em{margin-top:4px;color:var(--top80-accent);font-size:9px;font-style:normal;font-weight:700}
.programme-card-empty{display:block;margin-top:5px;color:#737c86;font-size:10px;line-height:1.3}
.programme-card-next-list{display:flex;flex-direction:column;gap:7px;padding-right:8px}
.programme-card-show-next img{width:42px;height:42px;flex-basis:42px;border-radius:6px}
.programme-card-show-next .programme-card-info strong{font-size:11px}
.programme-card-show-next .programme-card-info small{font-size:9px;margin-top:2px}
.programme-card-show-next .programme-card-info em{font-size:8px;margin-top:2px}
@media(max-width:900px){.programme-card{min-height:100px}}


/* V50 — badge EN DIRECT / A SUIVRE aligné au-dessus du texte, jamais au-dessus de la pochette */
.programme-card-show{align-items:center}
.programme-card-info .programme-card-kicker{display:block;margin:0 0 6px;line-height:1}
.programme-card-next-list > .programme-card-kicker{display:block;margin:0 0 6px;line-height:1}
.programme-card-live .programme-card-show img{width:58px;height:58px;flex-basis:58px}
.programme-card-show-next img{width:42px;height:42px;flex-basis:42px}

/* V51 — trois cartes = direct, prochaine émission, émission suivante */
.programme-card-show{gap:13px}
.programme-card-show img{width:62px;height:62px;flex-basis:62px;border-radius:8px}
.programme-card-live .programme-card-show img,
.programme-card-next .programme-card-show img,
.programme-card-next-later .programme-card-show img{width:62px;height:62px;flex-basis:62px}
.programme-card-info .programme-card-kicker{display:block;margin:0 0 6px;line-height:1}
.programme-card-next-list > .programme-card-kicker{display:block;margin:0 0 6px;line-height:1}
.programme-card-show-next img{width:62px;height:62px;flex-basis:62px}
.programme-card-show-next .programme-card-info strong{font-size:12px}
.programme-card-show-next .programme-card-info small{font-size:9px;margin-top:3px}
.programme-card-show-next .programme-card-info em{font-size:8px;margin-top:3px}


/* V52 — vraies pochettes des fiches émissions, légèrement agrandies */
.programme-card-show img,
.programme-card-live .programme-card-show img,
.programme-card-next .programme-card-show img,
.programme-card-next-later .programme-card-show img {
  width: 72px;
  height: 72px;
  flex-basis: 72px;
  border-radius: 9px;
  object-fit: cover;
}


/* VOTE — ajouté sans modifier le design existant */
.top80-inline-vote{
  height:52px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:0 9px 0 7px;
  border:1px solid #3b424c;
  border-radius:28px;
  background:rgba(9,11,15,.35);
}
.top80-inline-vote-btn{
  width:44px;
  height:44px;
  border:0;
  background:transparent;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:transform .15s ease,background .15s ease,opacity .15s ease;
}
.top80-inline-vote-btn:hover{transform:scale(1.12);background:rgba(255,255,255,.05)}
.top80-inline-vote-btn:disabled{cursor:not-allowed}
.top80-inline-vote-btn span{font-size:30px;line-height:1}
.top80-vote-plus span{color:#ff315f;text-shadow:0 0 12px rgba(255,49,95,.22)}
.top80-vote-minus span{color:#3498ff;text-shadow:0 0 12px rgba(52,152,255,.22)}
.top80-broken-heart{
  display:block;
  position:relative;
  width:30px;
  height:30px;
  color:#3498ff !important;
  font-size:30px !important;
  transform:scaleX(.92);
}
.top80-broken-heart:after{
  content:"";
  position:absolute;
  left:14px;
  top:-1px;
  width:3px;
  height:32px;
  background:var(--top80-bg);
  transform:rotate(17deg);
}
.top80-inline-vote-count{
  color:var(--top80-muted);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.35px;
  white-space:nowrap;
  padding-left:4px;
}
.top80-inline-vote-count strong{color:#fff;font-size:11px}
.top80-inline-vote-btn.voted{background:transparent;transform:none;box-shadow:none;outline:none}
.top80-inline-vote-btn:focus,.top80-inline-vote-btn:focus-visible,.top80-inline-vote-btn:active{outline:none;box-shadow:none}
.top80-inline-vote-btn.is-disabled{opacity:.55;cursor:not-allowed}
.top80-vote-notification{
  position:absolute;
  z-index:20;
  left:50%;
  bottom:calc(100% + 10px);
  transform:translateX(-50%) translateY(6px);
  opacity:0;
  pointer-events:none;
  padding:9px 13px;
  border-radius:12px;
  background:rgba(10,12,17,.96);
  border:1px solid #3b424c;
  color:#fff;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
  transition:opacity .18s ease,transform .18s ease;
}
.top80-vote-notification.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:850px){
  .hero-actions{flex-wrap:wrap}
  .top80-inline-vote{height:48px}
}

/* V57 correction - tous les boutons des cartes sur la même ligne */
.content-grid .card-button {
  bottom: 8px;
}
#top80-recent-tracks #top80-recent-tracks-list {
  padding-bottom: 42px;
}


/* V58 - panier Amazon à droite des derniers titres */
#top80-recent-tracks .track-row {
  display:flex;
  align-items:center;
}
#top80-recent-tracks .track-row .track-info {
  min-width:0;
  flex:1;
}
#top80-recent-tracks .track-amazon {
  flex:0 0 34px;
  width:34px;
  height:34px;
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #303640;
  border-radius:50%;
  color:#ff2999;
  text-decoration:none;
  transition:border-color .18s ease, color .18s ease, transform .18s ease, background .18s ease;
}
#top80-recent-tracks .track-amazon svg {
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#top80-recent-tracks .track-amazon:hover {
  border-color:#ff2999;
  background:rgba(255,41,153,.08);
  transform:translateY(-1px);
}

/* V60 - Derniers ajouts : même présentation générale que les titres */
.top80-recent-additions {
  display:flex;
  flex-direction:column;
  gap:10px;
}
.top80-addition-row {
  display:flex;
  align-items:center;
  gap:12px;
  min-height:64px;
}
.top80-addition-cover {
  width:54px;
  height:54px;
  flex:0 0 54px;
  overflow:hidden;
  border-radius:10px;
}
.top80-addition-cover img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.top80-addition-info {
  flex:1;
  min-width:0;
  text-align:left;
}
.top80-addition-artist,
.top80-addition-title,

.top80-addition-artist {
  font-weight:400;
  text-align:left;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.top80-addition-title {
  font-weight:400;
  opacity:.9;
  text-align:left;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


.top80-recent-additions-loading,
.top80-recent-additions-empty {
  text-align:left;
  opacity:.65;
}

.top80-addition-year {
  font-size:.8em;
  font-weight:400;
  opacity:.6;
  text-align:left;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* V67 - Derniers ajouts : aucun trait séparateur */
.top80-recent-additions .top80-addition-row {
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Texte plus petit, comme dans Derniers titres */
.top80-recent-additions .top80-addition-artist,
.top80-recent-additions .top80-addition-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
.top80-recent-additions .top80-addition-year {
  font-size: 11px;
  font-weight: 400;
}



/* V70 - panier strictement identique à Derniers titres */
#top80-recent-additions .track-amazon {
  flex:0 0 34px;
  width:34px;
  height:34px;
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #303640;
  border-radius:50%;
  color:#ff2999;
  text-decoration:none;
  transition:border-color .18s ease, color .18s ease, transform .18s ease, background .18s ease;
}
#top80-recent-additions .track-amazon svg {
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#top80-recent-additions .track-amazon:hover {
  border-color:#ff2999;
  background:rgba(255,41,153,.08);
  transform:translateY(-1px);
}



/* V73 - aucun ancien titre visible pendant le chargement */
.top80-hero-loading {
  visibility:hidden;
}

/* V74 - plus d'espace entre les derniers ajouts et le bouton */




/* Quand les boutons sont positionnés en bas de leur carte,
   on les descend tous ensemble de façon identique. */
.top80-card .card-button,
.top80-card 



/* espace supplémentaire entre le contenu et les boutons */
.content-grid > .card > .top80-recent-additions,
.content-grid > .card > #top80-recent-tracks-list {
  margin-bottom:0 !important;
}

/* V79 - même ligne exacte pour les boutons des 4 cases */
.content-grid > .card {
  position:relative !important;
  min-height:400px !important;
  padding-bottom:50px !important;
}

.content-grid > .card > .card-button,
.content-grid > .card > .top80-additions-more {
  position:absolute !important;
  top:auto !important;
  bottom:24px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  margin:0 !important;
  align-self:auto !important;
  z-index:10;
}

/* espace propre entre le dernier contenu et le bouton */
#top80-recent-tracks-list,
.top80-recent-additions {
  padding-bottom:12px !important;
}


/* Top 5 : position, pochette, puis informations */
.top80-top5-home-list .rank-row {
  display: grid;
  grid-template-columns: 34px 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}
.top80-top5-home-list .rank-cover {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.top80-top5-home-list .rank-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top80-top5-home-list .rank-track { min-width: 0; }
@media (max-width: 600px) {
  .top80-top5-home-list .rank-row { grid-template-columns: 30px 44px minmax(0, 1fr) auto; gap: 9px; }
  .top80-top5-home-list .rank-cover { width: 44px; height: 44px; }
}


/* V83 - davantage de titres dans les deux cartes */
#top80-recent-tracks, #top80-recent-additions {
  min-height:400px !important;
}

/* V84 — espace réduit entre dernière donnée et bouton */
.top80-top5-more,
.top80-recent-more,
.top80-additions-more,
.top80-module-more {
    margin-top: 8px !important;
}

/* V86 — cartes plus compactes et boutons remontés */
.content-grid > .card {
  min-height:400px !important;
  padding-bottom:50px !important;
}
.content-grid > .card > .card-button,
.content-grid > .card > .top80-additions-more {
  bottom:24px !important;
}
#top80-recent-tracks,
#top80-recent-additions {
  min-height:400px !important;
}

/* V89 — boutons centrés dans l'espace restant sous les données */
.content-grid > .card > .card-button,
.content-grid > .card > .top80-additions-more {
  bottom:15px !important;
}


/* V90 — Applications : remplacement visuel de l'ancienne case Top 50 */
.content-grid > .top80-apps-card { overflow:hidden; }
.top80-apps-card .top80-apps-title {
  margin-top: 2px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .01em;
}
.top80-apps-card .top80-apps-subtitle {
  margin-top: 3px;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  opacity: .58;
}
.top80-apps-list { display:flex; flex-direction:column; gap:10px; }
.top80-app-item {
  min-height:62px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 18px;
  align-items:center;
  gap:11px;
  padding:7px 10px;
  border:1px solid #303640;
  border-radius:12px;
  background:rgba(255,255,255,.018);
  color:inherit;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.top80-app-item:hover {
  transform:translateY(-2px);
  border-color:#ff2999;
  background:rgba(255,41,153,.055);
}
.top80-app-image {
  width:46px;height:46px;border-radius:11px;display:grid;place-items:center;
  background:linear-gradient(145deg,#202631,#101318);
  border:1px solid rgba(255,255,255,.10);
  color:#ff2999;
}
.top80-app-image svg { width:29px;height:29px;display:block;fill:currentColor; }
.top80-app-android svg,.top80-app-tv svg { fill:none; }
.top80-app-item strong { display:block; font-size:13px; line-height:1.15; }
.top80-app-item small { display:block; margin-top:3px; font-size:10px; opacity:.55; }
.top80-app-item b { color:#ff2999; font-size:22px; font-weight:400; text-align:right; }


/* V91 — boutons applications plus grands */
.top80-app-buttons {
    gap: 12px;
    margin-top: 6px;
}

.top80-app-button {
    min-height: 72px;
    padding: 11px 15px;
    gap: 15px;
    border-radius: 14px;
}

.top80-app-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 12px;
    font-size: 26px;
}

.top80-app-button strong {
    font-size: 15px;
}

.top80-app-button small {
    margin-top: 4px;
    font-size: 10px;
}

.top80-app-button::after {
    font-size: 20px;
}

/* V92 — réseaux sociaux sous les applications */
.top80-social-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.top80-social-mini {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 5px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
    background: rgba(255,255,255,.025);
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.top80-social-mini:hover {
    transform: translateY(-2px);
    border-color: rgba(255,0,153,.7);
    background: rgba(255,0,153,.06);
}

.top80-social-mini svg {
    width: 24px;
    height: 24px;
    color: #ff0099;
    fill: currentColor;
    flex: 0 0 24px;
}

.top80-social-mini span {
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 700px) {
    .top80-social-mini span { display:none; }
}

/* V93 — agrandissement réel des boutons Applications et réseaux */
.top80-apps-card .top80-apps-list { gap: 12px; margin-top: 4px; }
.top80-apps-card .top80-app-item { min-height: 78px; padding: 10px 12px; grid-template-columns: 58px minmax(0,1fr) 20px; gap: 13px; border-radius: 14px; }
.top80-apps-card .top80-app-image { width: 58px; height: 58px; border-radius: 13px; }
.top80-apps-card .top80-app-image svg { width: 36px; height: 36px; }
.top80-apps-card .top80-app-item strong { font-size: 14px; }
.top80-apps-card .top80-app-item small { font-size: 10px; margin-top: 4px; }
.top80-apps-card .top80-app-item b { font-size: 25px; }
.top80-apps-card .top80-social-row { gap: 10px; margin-top: 14px; }
.top80-apps-card .top80-social-mini { min-height: 72px; border-radius: 13px; gap: 8px; padding: 10px 6px; }
.top80-apps-card .top80-social-mini svg { width: 30px; height: 30px; flex-basis: 30px; }
.top80-apps-card .top80-social-mini span { font-size: 11px; }


/* V94 — réseaux sociaux : logo au-dessus du texte, trois boutons strictement identiques */
.top80-apps-card .top80-social-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    align-items: stretch !important;
}

.top80-apps-card .top80-social-mini {
    width: 100% !important;
    height: 108px !important;
    min-height: 108px !important;
    box-sizing: border-box !important;
    padding: 10px 5px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.top80-apps-card .top80-social-mini svg {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    display: block !important;
    margin: 0 !important;
}

.top80-apps-card .top80-social-mini span {
    display: block !important;
    margin: 0 !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* V95 — année du titre sous l'artiste, à la place de TOP 80 RADIO */
.top80-hero-year {
    font-style: italic !important;
}

/* V96 — seule l'année est en italique */
.top80-hero-year {
    font-style: italic !important;
}

/* V111 — Biographies : grande fiche sur 3 colonnes + précédentes dans la 4e */
.top80-bio-section{margin:30px 0 28px}
.top80-bio-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 14px}
.top80-bio-heading h2{margin:5px 0 0;font-size:20px;text-transform:uppercase}
.top80-bio-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,1fr);gap:17px;align-items:stretch}
.top80-bio-feature{min-height:400px}
.top80-bio-image img{width:100%;height:100%;min-height:100%;object-fit:cover;display:block}
.top80-bio-feature .radio-news-content{padding:30px 38px}
.top80-bio-feature .radio-news-content h3{font-size:26px}
.top80-bio-previous{min-height:400px;padding:24px}
.top80-bio-previous h2{font-size:16px}
.top80-bio-list{display:flex;flex-direction:column}
.top80-bio-item{display:grid;grid-template-columns:52px minmax(0,1fr) 16px;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #20262d;transition:color .18s ease,transform .18s ease}
.top80-bio-item:first-child{border-top:1px solid #20262d}
.top80-bio-item:hover{color:#fff;transform:translateX(2px)}
.top80-bio-thumb{width:52px;height:52px;border-radius:8px;overflow:hidden;background:#0b0e12;border:1px solid #303640;display:block}
.top80-bio-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.top80-bio-item-info{min-width:0;display:flex;flex-direction:column}
.top80-bio-item-info strong{font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.top80-bio-item-info small{margin-top:4px;color:#858d96;font-size:9px}
.top80-bio-item b{color:var(--top80-accent);font-size:20px;font-weight:400;text-align:right}
.top80-bio-empty{color:#858d96;font-size:11px;padding:14px 0}
@media(max-width:900px){
  .top80-bio-grid{grid-template-columns:1fr}
  .top80-bio-feature{min-height:350px}
}
@media(max-width:700px){
  .top80-bio-heading{align-items:flex-start;flex-direction:column}
  .top80-bio-feature{grid-template-columns:1fr}
  .top80-bio-image{min-height:190px}
  .top80-bio-image img{min-height:190px}
  .top80-bio-feature .radio-news-content{padding:25px}
}

/* V116 — Trois rendez-vous du jour */
.top80-daily-section{margin:30px 0 34px}
.top80-daily-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 14px}
.top80-daily-heading h2{margin:5px 0 0;font-size:20px;text-transform:uppercase}
.top80-daily-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.top80-daily-card{padding:22px;min-height:330px;display:flex;flex-direction:column}
.top80-daily-card-head{display:flex;align-items:center;gap:11px;padding-bottom:14px;border-bottom:1px solid #20262d;margin-bottom:15px}
.top80-daily-icon{width:34px;height:34px;border:1px solid #303640;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--top80-accent);font-size:16px;flex:0 0 34px}
.top80-daily-kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#f3f5f7}
.top80-daily-card-head small{display:block;margin-top:4px;color:#858d96;font-size:9px}
.top80-daily-image{height:105px;border-radius:10px;overflow:hidden;background:#0b0e12;border:1px solid #2b3139;margin-bottom:14px}
.top80-daily-image img{width:100%;height:100%;object-fit:cover;display:block}
.top80-daily-card h3{font-size:17px;line-height:1.2;margin:0 0 8px;text-transform:uppercase}
.top80-daily-card p{font-size:11px;line-height:1.55;color:#929aa4;margin:0 0 16px}
.top80-daily-link{margin-top:auto;align-self:flex-start;border:1px solid #303640;border-radius:20px;padding:9px 13px;color:#f5f7f9;font-size:10px;font-weight:800;text-decoration:none;transition:.18s ease}
.top80-daily-link span{color:var(--top80-accent);margin-left:7px}
.top80-daily-link:hover{border-color:var(--top80-accent);color:#fff}
.top80-daily-history-list{display:flex;flex-direction:column;margin-bottom:10px}
.top80-daily-history-item{padding:9px 0;border-bottom:1px solid #20262d}
.top80-daily-history-item:first-child{padding-top:0}
.top80-daily-history-item strong{display:block;font-size:12px;line-height:1.35;color:#f0f2f5}
@media(max-width:900px){
  .top80-daily-grid{grid-template-columns:1fr}
  .top80-daily-card{min-height:0}
}


/* TOP 80 — plateformes : tout en bas de l'accueil */
.top80-support-section{
    margin:42px 0 45px;
    padding:0 0 10px;
}
.top80-support-heading{
    margin-bottom:18px;
}
.top80-support-heading h2{
    margin:5px 0 0;
}
.top80-support-track-wrap{
    overflow:hidden;
    width:100%;
}
.top80-support-track{
    display:flex;
    width:max-content;
    animation:none;
    gap:0;
    will-change:transform;
}
.top80-support-track.is-ready{
    animation:top80SupportScroll 32s linear infinite;
}
.top80-support-card{
    width:205px;
    min-height:155px;
    flex:0 0 205px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:20px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:22px;
    background:#fff;
    color:#151820;
    text-decoration:none;
    box-shadow:0 12px 30px rgba(0,0,0,.14);
    margin-right:18px;
    flex-shrink:0;
    transition:transform .2s ease,box-shadow .2s ease;
}
.top80-support-card:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 34px rgba(0,0,0,.20);
}
.top80-support-logo{
    width:100%;
    height:105px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.top80-support-logo img{
    display:block;
    width:auto;
    height:auto;
    max-width:175px;
    max-height:92px;
    object-fit:contain;
}

@keyframes top80SupportScroll{
    from{transform:translateX(0)}
    to{transform:translateX(-50%)}
}
@media(max-width:700px){
    .top80-support-section{margin:30px 0 35px}
    .top80-support-card{width:170px;min-height:135px;flex-basis:170px}
    .top80-support-logo{height:90px}
    .top80-support-logo img{max-width:145px;max-height:78px}
}
@media(prefers-reduced-motion:reduce){
    .top80-support-track{animation:none}
}

/* =========================================================
   FOOTER TOP 80 RADIO — V158
   Même fond sobre que le haut du site + barre de séparation
   ========================================================= */
.top80-site-footer{
  position:relative;
  margin-top:42px;
  border-top:0;
  background:#090b0f;
}
.top80-site-footer:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,transparent 0%,rgba(255,47,145,.55) 18%,var(--top80-accent) 50%,rgba(255,47,145,.55) 82%,transparent 100%);
}
.top80-footer-inner{
  width:min(var(--top80-max),calc(100% - 70px));
  margin:auto;
  padding:38px 0 30px;
  display:grid;
  grid-template-columns:1.2fr 1.05fr 1.05fr 1.15fr;
  gap:38px;
}
.top80-footer-brand{padding-right:20px}
.top80-footer-logo{
  width:150px;
  max-height:72px;
  object-fit:contain;
  object-position:left center;
  display:block;
  margin-bottom:18px;
}
.top80-footer-brand p{
  margin:0;
  color:#8f96a1;
  font-size:12px;
  line-height:1.7;
  max-width:270px;
}
.top80-footer-col h3{
  margin:2px 0 19px;
  color:#fff;
  font-size:12px;
  letter-spacing:1px;
  font-weight:800;
  display:flex;
  align-items:center;
  gap:12px;
}
.top80-footer-col h3:after{
  content:"";
  height:1px;
  flex:1;
  max-width:90px;
  background:linear-gradient(90deg,var(--top80-accent),transparent);
}
.top80-footer-links{
  display:grid;
  grid-template-columns:1fr;
  gap:11px;
}
.top80-footer-links a,
.top80-footer-contact-line{
  color:#bfc4cc;
  font-size:12px;
  line-height:1.35;
  transition:color .2s ease,transform .2s ease;
}
.top80-footer-links a:hover,
.top80-footer-contact-line:hover{
  color:#fff;
  transform:translateX(3px);
}
.top80-footer-services .top80-footer-links{grid-template-columns:1fr 1fr;column-gap:24px}
.top80-footer-contact{display:flex;flex-direction:column;align-items:flex-start}
.top80-footer-contact-line{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:13px;
  text-decoration:none;
}
.top80-footer-contact-icon{
  width:25px;
  height:25px;
  flex:0 0 25px;
  border:1px solid rgba(255,47,145,.5);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--top80-accent);
  font-size:11px;
}
.top80-footer-listen{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid #3a414a;
  border-radius:7px;
  padding:9px 14px;
  color:#e8ebef;
  background:#11161c;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.top80-footer-listen span{color:#cbd0d6;font-size:9px}
.top80-footer-listen:hover{
  background:#171d24;
  border-color:#59616b;
  color:#fff;
}
.top80-footer-bottom{
  width:min(var(--top80-max),calc(100% - 70px));
  margin:auto;
  padding:20px 0 12px;
  border-top:1px solid #252b33;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.top80-footer-social{display:flex;align-items:center;gap:9px}
.top80-footer-social>span{
  color:#858c97;
  font-size:10px;
  font-weight:800;
  letter-spacing:.8px;
  margin-right:5px;
}
.top80-footer-social a{
  width:30px;height:30px;
  border:1px solid #343942;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:11px;
  text-decoration:none;
  transition:border-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.top80-footer-social a:hover{
  border-color:var(--top80-accent);
  color:var(--top80-accent);
  box-shadow:0 0 12px rgba(255,47,145,.12);
}
.top80-footer-legal{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  color:#777f89;
  font-size:10px;
  text-align:right;
}
.top80-footer-legal a{color:#969da7;text-decoration:none}
.top80-footer-legal a:hover{color:#fff}
@media(max-width:1000px){
  .top80-footer-inner{grid-template-columns:1.2fr 1fr 1fr;gap:34px}
  .top80-footer-contact{grid-column:1/-1}
  .top80-footer-contact .top80-footer-listen{margin-top:3px}
}
@media(max-width:760px){
  .top80-site-footer{margin-top:55px}
  .top80-footer-inner{
    width:calc(100% - 28px);
    grid-template-columns:1fr 1fr;
    gap:34px 24px;
    padding:38px 0 34px;
  }
  .top80-footer-brand{grid-column:1/-1;padding-right:0}
  .top80-footer-logo{width:145px}
  .top80-footer-contact{grid-column:1/-1}
  .top80-footer-bottom{
    width:calc(100% - 28px);
    padding:20px 0 98px;
    align-items:flex-start;
    flex-direction:column;
  }
  .top80-footer-legal{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:10px 18px;text-align:left;line-height:1.5}
}
@media(max-width:480px){
  .top80-footer-inner{grid-template-columns:1fr}
  .top80-footer-brand,.top80-footer-contact{grid-column:auto}
  .top80-footer-services .top80-footer-links{grid-template-columns:1fr}
}

/* Boucle partenaires parfaitement continue */
.top80-support-track.is-ready{
  animation-name:top80SupportScrollExact;
}
@keyframes top80SupportScrollExact{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-1 * var(--top80-cycle-width, 50%)))}
}

/* V153 — commandes du player : votes + volume */
#top80-site-player .player-controls{gap:18px}
#top80-site-player .top80-player-vote{height:44px;padding:0 7px;gap:2px;border-color:#3b424c;background:rgba(9,11,15,.55)}
#top80-site-player .top80-player-vote .top80-inline-vote-btn{width:34px;height:34px}
#top80-site-player .top80-player-vote .top80-inline-vote-btn span{font-size:22px}
#top80-site-player .top80-player-vote .top80-broken-heart{width:22px;height:22px;font-size:22px!important}
#top80-site-player .top80-player-vote .top80-broken-heart:after{left:10px;height:24px;width:2px}
#top80-site-player .top80-player-vote .top80-inline-vote-count{font-size:9px;padding-left:2px}
#top80-site-player .top80-player-vote .top80-inline-vote-count strong{font-size:10px}
#top80-site-player .volume{display:flex;align-items:center;gap:8px}
#top80-site-player .volume-icon{font-size:16px;line-height:1;display:inline-flex;align-items:center}
#top80-site-player .volume input{margin:0}
@media(max-width:850px){
  #top80-site-player .player-controls{gap:8px}
  #top80-site-player .top80-player-vote{height:40px;padding:0 5px}
  #top80-site-player .top80-player-vote .top80-inline-vote-btn{width:30px;height:30px}
  #top80-site-player .top80-player-vote .top80-inline-vote-count{display:none}
}


/* V154 — bandeau secondaire sticky + player button */
body{padding-top:134px}
.top80-secondary-bar{position:fixed;left:0;right:0;top:0;height:38px;background:rgba(7,9,12,.98);border-bottom:1px solid #171b22;z-index:10001}
.top80-secondary-inner{width:min(var(--top80-max),calc(100% - 70px));height:100%;margin:auto;display:flex;align-items:center;justify-content:flex-end;gap:24px}
.top80-secondary-links{display:flex;align-items:center;justify-content:center;gap:25px;min-width:0;overflow:hidden}
.top80-secondary-links a{font-size:10px;font-weight:800;color:#d1d5da;text-transform:uppercase;letter-spacing:.35px;white-space:nowrap}
.top80-secondary-links a:hover{color:var(--top80-accent)}
.top80-secondary-socials{display:flex;align-items:center;gap:8px;flex:none}
.top80-secondary-socials a{width:25px;height:25px;border:1px solid #343a43;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e4e6e9;font-size:10px;font-weight:700}
.top80-secondary-socials a:hover{border-color:var(--top80-accent);color:var(--top80-accent)}
.top80-header{top:38px}
body.admin-bar .top80-secondary-bar{top:32px}
body.admin-bar .top80-header{top:70px}
.webtv{white-space:nowrap}
@media(max-width:782px){
 body{padding-top:109px}
 .top80-secondary-bar{height:34px}
 body.admin-bar .top80-secondary-bar{top:46px}
 .top80-header{top:34px}
 body.admin-bar .top80-header{top:80px}
 .top80-secondary-inner{width:calc(100% - 22px);gap:8px}
 .top80-secondary-links{gap:14px;overflow-x:auto;justify-content:flex-start;scrollbar-width:none}
 .top80-secondary-links::-webkit-scrollbar{display:none}
 .top80-secondary-links a{font-size:8px}
 .top80-secondary-socials{display:none}
}

/* =========================================================
   C'ÉTAIT QUOI ? — LAYOUT AVEC SIDEBAR
   ========================================================= */
.top80-ctkoi-layout{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:34px;
    align-items:start;
}
.top80-ctkoi-main{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:28px;
}
.top80-ctkoi-sidebar{
    position:sticky;
    top:105px;
}
@media(max-width:900px){
    .top80-ctkoi-layout{
        grid-template-columns:1fr;
    }
    .top80-ctkoi-sidebar{
        position:static;
    }
}

/* =========================================================
   BLOG / ACTUALITES
   ========================================================= */
.top80-blog-page{max-width:1280px;margin:0 auto;padding:56px 24px 150px}
.top80-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start}
.top80-section-heading{margin:0 0 28px}
.top80-blog-kicker{display:block;color:var(--top80-accent);font-size:11px;font-weight:800;letter-spacing:2px;margin-bottom:8px}
.top80-section-heading h1{margin:0;color:#fff;font-size:34px;line-height:1.12;font-weight:800}
.top80-section-heading p{margin:10px 0 0;color:#9da4ad;font-size:14px;line-height:1.6}
.top80-blog-list{display:flex;flex-direction:column;gap:20px}
.top80-blog-card{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:220px;background:#17191e;border:1px solid rgba(255,255,255,.07);border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.16)}
.top80-blog-thumb{display:block;height:100%;min-height:220px;background:#101217;overflow:hidden}
.top80-blog-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.top80-blog-card:hover .top80-blog-thumb img{transform:scale(1.035)}
.top80-blog-card-body{padding:23px 25px 22px;display:flex;flex-direction:column;align-items:flex-start}
.top80-blog-meta{display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:#8d949e;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.top80-blog-category{color:var(--top80-accent)}
.top80-blog-card h2{margin:9px 0 8px;font-size:22px;line-height:1.22}
.top80-blog-card h2 a{color:#fff;text-decoration:none}
.top80-blog-card h2 a:hover{color:var(--top80-accent)}
.top80-blog-card-body p{margin:0;color:#a6adb5;font-size:13px;line-height:1.65}
.top80-blog-read{margin-top:auto;padding-top:17px;color:var(--top80-accent);font-size:12px;font-weight:800;text-decoration:none}
.top80-blog-read span{display:inline-block;margin-left:5px;transition:transform .2s ease}
.top80-blog-read:hover span{transform:translateX(4px)}
.top80-blog-sidebar{display:flex;flex-direction:column;gap:18px;position:static}
.top80-sidebar-card{background:#17191e;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:20px;box-shadow:0 12px 35px rgba(0,0,0,.14)}
.top80-sidebar-title{display:flex;align-items:center;gap:9px;color:#fff;font-size:11px;font-weight:800;letter-spacing:1.5px;margin-bottom:16px}
.top80-sidebar-title span{width:7px;height:7px;border-radius:50%;background:var(--top80-accent);box-shadow:0 0 10px rgba(255,0,153,.35);flex:0 0 auto}
.top80-blog-sidebar .search-form{display:flex;gap:7px;margin:0}
.top80-blog-sidebar .search-form label{flex:1;min-width:0}
.top80-blog-sidebar .search-field{width:100%;box-sizing:border-box;height:42px;padding:0 12px;border-radius:10px;border:1px solid rgba(255,255,255,.09);background:#101217;color:#fff;outline:none;font-size:12px}
.top80-blog-sidebar .search-field:focus{border-color:var(--top80-accent)}
.top80-blog-sidebar .search-submit{height:42px;padding:0 14px;border:0;border-radius:10px;background:var(--top80-accent);color:#fff;font-size:12px;font-weight:800;cursor:pointer}
.top80-sidebar-posts{display:flex;flex-direction:column;gap:13px}
.top80-sidebar-post{display:grid;grid-template-columns:62px minmax(0,1fr);gap:11px;text-decoration:none;align-items:center}
.top80-sidebar-post-thumb{width:62px;height:62px;border-radius:10px;overflow:hidden;background:#101217}
.top80-sidebar-post-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.top80-sidebar-post strong{display:block;color:#fff;font-size:12px;line-height:1.35;font-weight:700}
.top80-sidebar-post:hover strong{color:var(--top80-accent)}
.top80-sidebar-post small{display:block;color:#7e858e;font-size:10px;margin-top:5px}
.top80-sidebar-categories ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px}
.top80-sidebar-categories li{border-bottom:1px solid rgba(255,255,255,.06)}
.top80-sidebar-categories li:last-child{border-bottom:0}
.top80-sidebar-categories a{display:flex;justify-content:space-between;gap:10px;padding:10px 0;color:#aeb4bc;text-decoration:none;font-size:12px}
.top80-sidebar-categories a:hover{color:var(--top80-accent)}
.top80-sidebar-categories .count{color:#666d76}
.top80-sidebar-empty,.top80-empty-card{color:#9da4ad;font-size:13px;line-height:1.6}
.top80-empty-card{background:#17191e;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:28px}
.top80-empty-card h2{color:#fff;margin:0 0 8px}
.top80-blog-pagination{margin-top:28px}
.top80-blog-pagination ul{display:flex;justify-content:flex-start;align-items:center;gap:7px;list-style:none;margin:0;padding:0}
.top80-blog-pagination a,.top80-blog-pagination span{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;box-sizing:border-box;border-radius:10px;background:#17191e;border:1px solid rgba(255,255,255,.07);color:#aeb4bc;text-decoration:none;font-size:12px;font-weight:700}
.top80-blog-pagination .current{background:var(--top80-accent);border-color:var(--top80-accent);color:#fff}
@media(max-width:900px){.top80-blog-layout{grid-template-columns:1fr}.top80-blog-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.top80-sidebar-card:first-child{grid-column:1/-1}}
@media(max-width:650px){.top80-blog-page{padding-left:16px;padding-right:16px}.top80-blog-card{grid-template-columns:1fr}.top80-blog-thumb{height:210px;min-height:210px}.top80-blog-sidebar{display:flex}.top80-section-heading h1{font-size:29px}}

/* V175 — pagination et liens de sidebar alignés à gauche */
.top80-blog-sidebar .top80-sidebar-cats ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1px}
.top80-blog-sidebar .top80-sidebar-cats li{margin:0;padding:0}
.top80-blog-sidebar .top80-sidebar-cats a{display:flex;justify-content:space-between;gap:10px;padding:8px 0;color:#aeb4bc;text-decoration:none;font-size:12px}
.top80-blog-sidebar .top80-sidebar-cats a:hover{color:var(--top80-accent)}
.top80-blog-sidebar .top80-sidebar-cats .count{color:#666d76}

/* V179 — blocs personnalisables de la sidebar */
.top80-sidebar-custom-block{overflow:hidden}
.top80-sidebar-nowplaying{display:grid;grid-template-columns:92px minmax(0,1fr);gap:13px;align-items:center}
.top80-sidebar-nowplaying img{width:92px;height:92px;object-fit:cover;border-radius:12px;background:#101217;border:1px solid rgba(255,255,255,.08)}
.top80-sidebar-nowplaying strong{display:block;color:#fff;font-size:12px;line-height:1.25;text-transform:uppercase}.top80-sidebar-nowplaying b{display:block;color:var(--top80-accent);font-size:13px;line-height:1.35;margin-top:4px}.top80-sidebar-nowplaying small{display:block;color:#7e858e;font-size:10px;margin-top:6px;font-style:italic}
.top80-sidebar-vote{display:flex;align-items:center;justify-content:center;gap:16px}.top80-sidebar-vote button{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#101217;cursor:pointer}.top80-sidebar-vote .top80-vote-plus{color:#ff315f;font-size:21px}.top80-sidebar-vote .top80-vote-minus{color:#3498ff;font-size:21px}.top80-sidebar-vote span{font-size:12px;color:#fff;font-weight:800;min-width:24px;text-align:center}
.top80-sidebar-current-show strong{display:block;color:#fff;font-size:14px}.top80-sidebar-current-show span{display:block;color:#8d949e;font-size:11px;margin-top:6px}.top80-sidebar-image{display:block;width:100%;height:auto;border-radius:12px}.top80-sidebar-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;text-decoration:none;font-size:12px;font-weight:700}.top80-sidebar-link:hover{border-color:var(--top80-accent);color:var(--top80-accent)}

/* V180 — Sidebar : dernières actualités plus lisibles */
.top80-blog-sidebar .top80-sidebar-posts{display:flex;flex-direction:column;gap:0}
.top80-blog-sidebar .top80-sidebar-post{display:block;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.07);text-decoration:none}
.top80-blog-sidebar .top80-sidebar-post:last-child{border-bottom:0;padding-bottom:0}
.top80-blog-sidebar .top80-sidebar-post:first-child{padding-top:0}
.top80-blog-sidebar .top80-sidebar-post-date{display:block;color:var(--top80-accent);font-size:10px;font-weight:700;letter-spacing:.4px;line-height:1.2;margin-bottom:5px}
.top80-blog-sidebar .top80-sidebar-post strong{display:block;color:#fff;font-size:12px;line-height:1.4;font-weight:700;margin:0;word-break:normal;overflow-wrap:anywhere}
.top80-blog-sidebar .top80-sidebar-post:hover strong{color:var(--top80-accent)}

/* V181 — Article de blog avec sidebar et vignette au-dessus du texte */
.top80-single-blog-page{max-width:1280px;margin:0 auto;padding:56px 24px 150px}
.top80-single-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start}
.top80-single-blog-main{min-width:0}
.top80-single-blog-card{background:#17191e;border:1px solid rgba(255,255,255,.07);border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.16)}
.top80-single-blog-head{padding:30px 32px 22px}
.top80-single-blog-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#8d949e;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}
.top80-single-blog-category{color:var(--top80-accent);font-weight:800}
.top80-single-blog-head h1{margin:0;color:#fff;font-size:34px;line-height:1.18;font-weight:800}
.top80-single-blog-content{padding:0 32px 34px}
.top80-single-blog-featured{width:100%;margin:0 0 30px;border-radius:14px;overflow:hidden;background:#101217;border:1px solid rgba(255,255,255,.06)}
.top80-single-blog-featured img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}
.top80-single-blog-text{color:#c5cbd2;font-size:15px;line-height:1.8}
.top80-single-blog-text p{margin:0 0 22px}
.top80-single-blog-text h2,.top80-single-blog-text h3,.top80-single-blog-text h4{color:#fff;line-height:1.3;margin:34px 0 14px}
.top80-single-blog-text h2:after,.top80-single-blog-text h3:after{content:'';display:block;width:25px;height:2px;background:var(--top80-accent);margin-top:9px}
.top80-single-blog-text a{color:var(--top80-accent)}
.top80-single-blog-text img{max-width:100%;height:auto;border-radius:12px}
.top80-single-blog-text ul,.top80-single-blog-text ol{padding-left:22px;margin-bottom:22px}
.top80-single-blog-sidebar{position:sticky;top:105px}
@media(max-width:900px){.top80-single-blog-layout{grid-template-columns:1fr}.top80-single-blog-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.top80-single-blog-sidebar .top80-sidebar-card:first-child{grid-column:1/-1}}
@media(max-width:650px){.top80-single-blog-page{padding:36px 16px 150px}.top80-single-blog-head{padding:24px 20px 18px}.top80-single-blog-head h1{font-size:27px}.top80-single-blog-content{padding:0 20px 26px}.top80-single-blog-featured{margin-bottom:23px}.top80-single-blog-text{font-size:14px}.top80-single-blog-sidebar{display:flex}}

/* Navigation AJAX : petit indicateur discret, sans déplacer le contenu. */
body.top80-ajax-loading{cursor:progress}
body.top80-ajax-loading main{opacity:.78;transition:opacity .15s ease}

/* V189 — YouTube reste dans le flux de la colonne texte. */
.top80-single-blog-text .wp-block-embed,
.top80-single-blog-text .wp-block-embed-youtube {
    display: block !important;
    position: static !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 28px 0 !important;
    padding: 0 !important;
}

.top80-single-blog-text .wp-block-embed__wrapper {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.top80-single-blog-text .wp-block-embed__wrapper iframe,
.top80-single-blog-text .wp-block-embed iframe,
.top80-single-blog-text iframe[src*="youtube.com"],
.top80-single-blog-text iframe[src*="youtu.be"] {
    position: relative !important;
    display: block !important;
    inset: auto !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Les réglages WordPress alignfull/alignwide ne doivent jamais sortir de la colonne. */
.top80-single-blog-text .alignwide,
.top80-single-blog-text .alignfull {
    position: static !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
}

/* Émissions — modèle sans sidebar */
.top80-emissions-page{max-width:1280px;margin:0 auto;padding:56px 24px 150px}
.top80-emissions-hero{margin-bottom:58px}
.top80-emission-current-card{margin-top:25px;background:#17191e;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;box-shadow:0 16px 45px rgba(0,0,0,.2);position:relative}
.top80-emission-current-badge{display:inline-flex;margin:22px 24px 0;padding:8px 13px;border-radius:999px;background:var(--top80-accent);color:#fff;font-size:10px;font-weight:900;letter-spacing:1px}
.top80-emission-current-inner{display:grid;grid-template-columns:360px minmax(0,1fr);gap:38px;align-items:center;padding:24px}
.top80-emission-current-cover{width:360px;height:250px;border-radius:15px;overflow:hidden;background:#101217}
.top80-emission-current-cover img{width:100%;height:100%;object-fit:cover;display:block}
.top80-emission-current-time{color:var(--top80-accent);font-size:12px;font-weight:800;letter-spacing:1px;margin-bottom:9px}
.top80-emission-current-info h2{margin:0 0 10px;color:#fff;font-size:36px;line-height:1.12}
.top80-emission-current-host{color:#aeb4bc;font-size:15px;margin-bottom:25px}
.top80-emission-current-link,.top80-emission-card-link{display:inline-flex;align-items:center;color:var(--top80-accent);font-size:13px;font-weight:800;text-decoration:none}
.top80-emission-current-link span,.top80-emission-card-link span{margin-left:6px;transition:transform .2s ease}
.top80-emission-current-link:hover span,.top80-emission-card-link:hover span{transform:translateX(4px)}
.top80-emission-current-empty{padding:45px 30px;color:#aeb4bc}.top80-emission-current-empty h2{color:#fff;margin:0 0 8px}
.top80-emissions-list-section{margin-top:10px}
.top80-emissions-list-heading{margin-bottom:25px}.top80-emissions-list-heading h2{color:#fff;font-size:30px;margin:0 0 8px}
.top80-emissions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.top80-emission-card{background:#17191e;border:1px solid rgba(255,255,255,.07);border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.16);display:flex;flex-direction:column}
.top80-emission-card-cover{display:block;height:220px;background:#101217;overflow:hidden}.top80-emission-card-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.top80-emission-card:hover .top80-emission-card-cover img{transform:scale(1.035)}
.top80-emission-card-body{padding:20px 22px 21px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.top80-emission-card-kicker{color:var(--top80-accent);font-size:10px;font-weight:800;letter-spacing:1.5px}.top80-emission-card h3{font-size:21px;line-height:1.25;margin:8px 0 7px}.top80-emission-card h3 a{color:#fff;text-decoration:none}.top80-emission-card h3 a:hover{color:var(--top80-accent)}.top80-emission-card-host{color:#aeb4bc;font-size:12px;font-weight:700;margin-bottom:9px}.top80-emission-card p{color:#a6adb5;font-size:13px;line-height:1.6;margin:0 0 17px}.top80-emission-card-link{margin-top:auto}
@media(max-width:950px){.top80-emission-current-inner{grid-template-columns:280px minmax(0,1fr)}.top80-emission-current-cover{width:280px;height:220px}.top80-emission-current-info h2{font-size:30px}.top80-emissions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.top80-emissions-page{padding-left:16px;padding-right:16px}.top80-emission-current-inner{grid-template-columns:1fr;padding:18px}.top80-emission-current-cover{width:100%;height:230px}.top80-emission-current-info h2{font-size:27px}.top80-emissions-grid{grid-template-columns:1fr}.top80-emission-card-cover{height:220px}}

/* V192 — Page Émissions inspirée du design BETA : émission en cours + grille hebdomadaire */
.top80-emissions-beta-page{max-width:1100px;margin:0 auto;padding:72px 24px 150px}
.top80-emissions-live{display:grid;grid-template-columns:370px minmax(0,1fr);min-height:270px;background:#17191e;border:1px solid rgba(255,0,153,.72);border-radius:22px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.22);margin-bottom:62px}
.top80-emissions-live-media{min-height:270px;background:#101217;border-right:1px solid rgba(255,0,153,.35)}
.top80-emissions-live-media img{display:block;width:100%;height:100%;min-height:270px;object-fit:cover}
.top80-emissions-live-content{display:flex;flex-direction:column;justify-content:center;padding:38px 42px}
.top80-emissions-live-badge{display:inline-flex;align-self:flex-start;border:1px solid var(--top80-accent);color:#fff;background:rgba(255,0,153,.08);border-radius:999px;padding:8px 13px;font-size:10px;font-weight:900;letter-spacing:1px;margin-bottom:25px}
.top80-emissions-live-badge:first-letter{color:var(--top80-accent)}
.top80-emissions-live-content h1{margin:0 0 10px;color:#fff;font-size:42px;line-height:1.05;text-transform:uppercase}
.top80-emissions-live-host{color:var(--top80-accent);font-size:18px;font-weight:900;text-transform:uppercase;margin-bottom:20px}
.top80-emissions-live-time{color:#fff;font-size:16px;font-weight:800}
.top80-week-grid{background:#17191e;border:1px solid rgba(255,0,153,.72);border-radius:22px;padding:28px 26px 32px;box-shadow:0 18px 50px rgba(0,0,0,.2)}
.top80-week-heading{display:flex;align-items:center;gap:16px;margin:0 0 28px}
.top80-week-icon{width:43px;height:43px;border:1px solid var(--top80-accent);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--top80-accent);font-size:23px}
.top80-week-heading span{display:block;color:var(--top80-accent);font-size:10px;font-weight:900;letter-spacing:1.5px;margin-bottom:5px}
.top80-week-heading h2{margin:0;color:#fff;font-size:28px;line-height:1.1}
.top80-week-tabs{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-bottom:30px}
.top80-week-tab{min-height:48px;background:#101217;border:1px solid rgba(255,0,153,.45);border-radius:9px;color:#fff;cursor:pointer;font:inherit;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:.2s ease}
.top80-week-tab strong{font-size:11px;letter-spacing:.6px}
.top80-week-tab small{font-size:8px;color:var(--top80-accent);font-weight:900;margin-top:3px}
.top80-week-tab:hover,.top80-week-tab.is-active{border-color:var(--top80-accent);background:rgba(255,0,153,.09);box-shadow:inset 0 -2px 0 var(--top80-accent)}
.top80-week-day{display:none}
.top80-week-day.is-visible{display:block}
.top80-week-day h3{margin:0 0 18px;color:#fff;font-size:19px;text-transform:uppercase}
.top80-week-day h3 span{color:#fff}
.top80-week-slots{display:flex;flex-direction:column;gap:10px}
.top80-week-slot{position:relative;display:flex;align-items:center;min-height:88px;padding:0 62px 0 0;background:#101217;border:1px solid rgba(255,0,153,.62);border-radius:13px;overflow:hidden;text-decoration:none;transition:.2s ease}
.top80-week-slot:hover{background:#151820;border-color:var(--top80-accent);transform:translateY(-1px)}
.top80-week-slot-cover{width:78px;height:88px;flex:0 0 78px;background:#0b0e12}
.top80-week-slot-cover img{width:100%;height:100%;object-fit:cover;display:block}
.top80-week-slot-info{padding:13px 18px;min-width:0}
.top80-week-slot-time{color:var(--top80-accent);font-size:11px;font-weight:900;margin-bottom:4px}
.top80-week-slot-info strong{display:block;color:#fff;font-size:16px;line-height:1.15;text-transform:uppercase}
.top80-week-slot-info span{display:block;color:#aeb4bc;font-size:11px;font-weight:700;margin-top:4px;text-transform:uppercase}
.top80-week-slot-plus{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:1px solid var(--top80-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:25px;line-height:1}
.top80-week-empty{padding:24px;color:#aeb4bc;border:1px dashed rgba(255,0,153,.35);border-radius:12px;text-align:center}
@media(max-width:850px){.top80-emissions-beta-page{padding-left:16px;padding-right:16px}.top80-emissions-live{grid-template-columns:300px minmax(0,1fr)}.top80-emissions-live-content{padding:30px}.top80-emissions-live-content h1{font-size:32px}.top80-week-tabs{grid-template-columns:repeat(4,1fr)}}
@media(max-width:620px){.top80-emissions-live{grid-template-columns:1fr}.top80-emissions-live-media{height:240px;min-height:240px;border-right:0;border-bottom:1px solid rgba(255,0,153,.35)}.top80-emissions-live-media img{min-height:240px}.top80-emissions-live-content{padding:25px}.top80-emissions-live-content h1{font-size:28px}.top80-week-grid{padding:22px 16px 25px}.top80-week-heading h2{font-size:23px}.top80-week-tabs{grid-template-columns:repeat(2,1fr);gap:8px}.top80-week-slot-cover{width:70px;flex-basis:70px;height:82px}.top80-week-slot{min-height:82px}.top80-week-slot-info strong{font-size:14px}.top80-week-slot-plus{right:11px;width:30px;height:30px;font-size:22px}}


/* V194 — Page Émissions : reproduction du modèle Programmes BETA */
.top80-emissions-beta-page{max-width:1100px!important;margin:0 auto!important;padding:70px 0 170px!important}
.top80-emissions-live{display:grid!important;grid-template-columns:375px minmax(0,1fr)!important;min-height:270px!important;background:#16000f!important;border:2px solid var(--top80-accent)!important;border-radius:22px!important;overflow:hidden!important;box-shadow:none!important;margin:0 0 62px!important}
.top80-emissions-live-media{height:270px!important;min-height:270px!important;background:#111!important;border-right:1px solid rgba(255,0,153,.8)!important}
.top80-emissions-live-media img{width:100%!important;height:270px!important;min-height:270px!important;object-fit:cover!important}
.top80-emissions-live-content{padding:34px 42px!important;justify-content:center!important;background:#16000f!important}
.top80-emissions-live-badge{border:1px solid var(--top80-accent)!important;background:transparent!important;padding:7px 13px!important;margin-bottom:22px!important}
.top80-emissions-live-content h1{font-size:42px!important;line-height:1.08!important;margin:0 0 8px!important}
.top80-emissions-live-host{font-size:18px!important;margin-bottom:22px!important;color:#ff62bd!important}
.top80-emissions-live-time{font-size:16px!important}
.top80-week-grid{background:#16000f!important;border:2px solid var(--top80-accent)!important;border-radius:22px!important;padding:28px 26px 32px!important;box-shadow:none!important}
.top80-week-heading{margin-bottom:28px!important}
.top80-week-tabs{gap:14px!important;margin-bottom:30px!important}
.top80-week-tab{background:#16000f!important;border:1px solid rgba(255,0,153,.65)!important}
.top80-week-tab:hover,.top80-week-tab.is-active{background:rgba(255,0,153,.08)!important}
.top80-week-slot{background:#16000f!important;border:1px solid rgba(255,0,153,.75)!important;min-height:88px!important}
.top80-week-slot:hover{background:#230018!important}
.top80-week-slot-cover{width:78px!important;height:88px!important}
.top80-week-slot-plus{border:1px solid var(--top80-accent)!important}
@media(max-width:1150px){.top80-emissions-beta-page{padding-left:24px!important;padding-right:24px!important}}
@media(max-width:850px){.top80-emissions-beta-page{padding-left:16px!important;padding-right:16px!important}.top80-emissions-live{grid-template-columns:300px minmax(0,1fr)!important}}

/* V195 — Grille des programmes inspirée de top80radio.com, adaptée au design BETA */
.top80-emissions-beta-page{max-width:1240px!important;margin:0 auto!important;padding:58px 28px 170px!important}
.top80-programmes-intro{text-align:center;margin:0 auto 34px;max-width:900px}
.top80-programmes-kicker{color:var(--top80-accent);font-size:11px;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}
.top80-programmes-intro h1{margin:0;color:#fff;font-size:42px;line-height:1.05;text-transform:uppercase}
.top80-programmes-intro p{margin:12px 0 0;color:#aeb4bc;font-size:15px}
.top80-emissions-live{grid-template-columns:430px minmax(0,1fr)!important;min-height:300px!important;margin-bottom:44px!important}
.top80-emissions-live-media{height:300px!important;min-height:300px!important}
.top80-emissions-live-media img{height:300px!important;min-height:300px!important}
.top80-emissions-live-content{padding:42px 50px!important}
.top80-emissions-live-content h1{font-size:46px!important}
.top80-week-grid{padding:30px 30px 34px!important}
.top80-week-heading{margin-bottom:24px!important}
.top80-week-tabs{margin-bottom:26px!important}
@media(max-width:900px){.top80-emissions-beta-page{padding-left:18px!important;padding-right:18px!important}.top80-emissions-live{grid-template-columns:340px minmax(0,1fr)!important}.top80-emissions-live-content h1{font-size:36px!important}}
@media(max-width:620px){.top80-programmes-intro h1{font-size:32px}.top80-emissions-live{grid-template-columns:1fr!important}.top80-emissions-live-media,.top80-emissions-live-media img{height:240px!important;min-height:240px!important}.top80-emissions-live-content h1{font-size:30px!important}}

/* V197 — vraie grille fixe LUNDI → DIMANCHE, design BETA conservé */
.top80-emissions-beta-page .top80-week-tabs{grid-template-columns:repeat(7,minmax(0,1fr))!important}
.top80-emissions-beta-page .top80-week-tab{min-height:56px!important}
.top80-emissions-beta-page .top80-week-tab.is-active{background:rgba(255,0,153,.12)!important;border-color:var(--top80-accent)!important}
.top80-emissions-beta-page .top80-week-day{display:none!important}
.top80-emissions-beta-page .top80-week-day.is-visible{display:block!important}
.top80-emissions-beta-page .top80-week-slots{gap:12px!important}
.top80-emissions-beta-page .top80-week-slot{min-height:96px!important}
.top80-emissions-beta-page .top80-week-slot-cover{width:90px!important;height:96px!important;flex-basis:90px!important}
.top80-emissions-beta-page .top80-week-slot-info strong{font-size:17px!important}
@media(max-width:850px){
  .top80-emissions-beta-page .top80-week-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .top80-emissions-beta-page .top80-week-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .top80-emissions-beta-page .top80-week-slot-cover{width:70px!important;flex-basis:70px!important;height:82px!important}
  .top80-emissions-beta-page .top80-week-slot{min-height:82px!important}
}


/* V198 — Grille des programmes : design BETA sobre
 * La structure LUNDI -> DIMANCHE est conservée.
 * Aucun habillage repris de l'ancien top80radio.com.
 */
.top80-emissions-beta-page{
  max-width:1180px!important;
  margin:0 auto!important;
  padding:48px 24px 170px!important;
}
.top80-programmes-intro{
  text-align:left!important;
  max-width:none!important;
  margin:0 0 28px!important;
  padding:0 4px;
}
.top80-programmes-kicker{
  color:var(--top80-accent)!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:1.5px!important;
  margin-bottom:7px!important;
}
.top80-programmes-intro h1{
  color:#f3f4f6!important;
  font-size:34px!important;
  font-weight:800!important;
  letter-spacing:-.3px;
}
.top80-programmes-intro p{
  color:#8f959d!important;
  font-size:14px!important;
  margin-top:8px!important;
}
.top80-emissions-live{
  grid-template-columns:300px minmax(0,1fr)!important;
  min-height:230px!important;
  margin:0 0 30px!important;
  background:#17191e!important;
  border:1px solid #2b2f35!important;
  border-radius:16px!important;
  box-shadow:0 10px 30px rgba(0,0,0,.16)!important;
}
.top80-emissions-live-media{
  height:230px!important;
  min-height:230px!important;
  background:#111318!important;
  border-right:1px solid #2b2f35!important;
}
.top80-emissions-live-media img{
  height:230px!important;
  min-height:230px!important;
}
.top80-emissions-live-content{
  padding:30px 34px!important;
  background:#17191e!important;
}
.top80-emissions-live-badge{
  border:1px solid #343941!important;
  background:#202329!important;
  color:#b8bdc5!important;
  padding:7px 11px!important;
  margin-bottom:17px!important;
}
.top80-emissions-live-badge:first-letter{color:var(--top80-accent)!important}
.top80-emissions-live-content h1{
  color:#f5f6f7!important;
  font-size:32px!important;
  font-weight:800!important;
  margin:0 0 7px!important;
}
.top80-emissions-live-host{
  color:var(--top80-accent)!important;
  font-size:15px!important;
  font-weight:700!important;
  margin-bottom:13px!important;
}
.top80-emissions-live-time{color:#b7bcc4!important;font-size:14px!important;font-weight:700!important}
.top80-week-grid{
  background:#17191e!important;
  border:1px solid #2b2f35!important;
  border-radius:16px!important;
  padding:25px!important;
  box-shadow:0 10px 30px rgba(0,0,0,.14)!important;
}
.top80-week-heading{margin-bottom:20px!important}
.top80-week-icon{
  width:42px!important;
  height:42px!important;
  flex-basis:42px!important;
  border:1px solid #30343b!important;
  border-radius:10px!important;
  color:var(--top80-accent)!important;
  background:#202329!important;
}
.top80-week-heading span{
  color:#8e949c!important;
  font-size:10px!important;
  letter-spacing:1.2px!important;
}
.top80-week-heading h2{
  color:#f0f1f3!important;
  font-size:25px!important;
  font-weight:800!important;
}
.top80-week-tabs{
  gap:8px!important;
  margin-bottom:22px!important;
}
.top80-emissions-beta-page .top80-week-tab{
  min-height:48px!important;
  border:1px solid #30343b!important;
  border-radius:10px!important;
  background:#1d2025!important;
  color:#aeb3bb!important;
  box-shadow:none!important;
}
.top80-emissions-beta-page .top80-week-tab:hover{
  border-color:#454a52!important;
  background:#23262c!important;
  color:#e7e9ec!important;
}
.top80-emissions-beta-page .top80-week-tab.is-active{
  border-color:var(--top80-accent)!important;
  background:rgba(255,0,153,.08)!important;
  color:#fff!important;
}
.top80-emissions-beta-page .top80-week-tab small{color:var(--top80-accent)!important}
.top80-week-day h3{
  margin:0 0 14px!important;
  color:#e9ebee!important;
  font-size:18px!important;
  font-weight:800!important;
}
.top80-week-day h3 span{color:#858b94!important;font-weight:500}
.top80-week-slots{gap:8px!important}
.top80-emissions-beta-page .top80-week-slot{
  min-height:82px!important;
  background:#1a1d22!important;
  border:1px solid #2d3138!important;
  border-radius:12px!important;
  box-shadow:none!important;
}
.top80-emissions-beta-page .top80-week-slot:hover{
  background:#202329!important;
  border-color:#454a52!important;
}
.top80-week-slot-cover{
  width:82px!important;
  height:82px!important;
  flex-basis:82px!important;
}
.top80-week-slot-info{padding:13px 16px!important}
.top80-week-slot-time{
  color:var(--top80-accent)!important;
  font-size:11px!important;
  font-weight:800!important;
}
.top80-week-slot-info strong{
  color:#eceef0!important;
  font-size:15px!important;
  font-weight:750!important;
}
.top80-week-slot-info span{color:#90969e!important;font-size:12px!important}
.top80-week-slot-plus{
  border:1px solid #363b43!important;
  background:#202329!important;
  color:#c4c8ce!important;
  width:34px!important;
  height:34px!important;
  font-size:21px!important;
}
.top80-week-slot:hover .top80-week-slot-plus{
  border-color:var(--top80-accent)!important;
  color:var(--top80-accent)!important;
  background:rgba(255,0,153,.06)!important;
}
.top80-week-empty{
  padding:30px!important;
  border:1px dashed #343941!important;
  border-radius:12px!important;
  color:#858b94!important;
  background:#1a1d22!important;
}
@media(max-width:900px){
  .top80-emissions-beta-page{padding-left:18px!important;padding-right:18px!important}
  .top80-emissions-live{grid-template-columns:280px minmax(0,1fr)!important}
}
@media(max-width:620px){
  .top80-emissions-beta-page{padding:34px 12px 150px!important}
  .top80-programmes-intro h1{font-size:29px!important}
  .top80-emissions-live{grid-template-columns:1fr!important}
  .top80-emissions-live-media,.top80-emissions-live-media img{height:220px!important;min-height:220px!important}
  .top80-emissions-live-content{padding:23px!important}
  .top80-week-grid{padding:18px 12px 22px!important}
  .top80-week-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .top80-week-slot-cover{width:68px!important;flex-basis:68px!important;height:78px!important}
  .top80-emissions-beta-page .top80-week-slot{min-height:78px!important}
}
@media(max-width:430px){
  .top80-week-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}


/* V199 — infos émission en popup, sans quitter la grille BETA */
.top80-emissions-beta-page .top80-week-slot{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  font:inherit!important;
  text-align:left!important;
  cursor:pointer!important;
}

.top80-emission-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:34px 24px;
}
.top80-emission-modal.is-open{display:flex}
.top80-emission-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,5,8,.82);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}
.top80-emission-modal-dialog{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100vw - 48px));
  max-height:calc(100vh - 48px);
  overflow:auto;
  border:1px solid #30343b;
  border-radius:18px;
  background:#111419;
  box-shadow:0 25px 80px rgba(0,0,0,.55);
}
.top80-emission-modal-close{
  position:absolute;
  top:14px;
  right:14px;
  z-index:5;
  width:38px;
  height:38px;
  border:1px solid #383d45;
  border-radius:50%;
  background:#191c21;
  color:#e5e7eb;
  font-size:27px;
  line-height:1;
  cursor:pointer;
}
.top80-emission-modal-close:hover{
  border-color:var(--top80-accent);
  color:var(--top80-accent);
}
.top80-emission-modal-content{padding:32px}
.top80-emission-modal-content .top80-single-profile{
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.top80-emission-modal-content .top80-single-profile article{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:34px;
  align-items:start;
}
.top80-emission-modal-content .top80-profile-media{
  width:320px;
  height:430px;
  overflow:hidden;
  border-radius:12px;
  background:#1a1d22;
}
.top80-emission-modal-content .top80-profile-media img{
  width:100%!important;
  height:100%!important;
  display:block;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
}
.top80-emission-modal-content .top80-profile-content h1{
  margin:10px 0 20px;
  color:#f1f2f4!important;
}
.top80-emission-modal-content .top80-profile-text{
  color:#aab0b8!important;
  line-height:1.7;
}
.top80-emission-modal-content .top80-profile-content h2{color:#f1f2f4!important}
.top80-emission-modal-content .top80-profile-shows a{color:#d4d8dd!important}
.top80-emission-modal-loading,
.top80-emission-modal-error{
  min-height:220px;
  display:grid;
  place-items:center;
  color:#969da6;
  font-size:15px;
}
body.top80-modal-open{overflow:hidden}

/* Même recadrage propre si la fiche émission est visitée directement. */
.top80-single-profile .top80-profile-media{
  overflow:hidden;
}
.top80-single-profile .top80-profile-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
@media(max-width:700px){
  .top80-emission-modal{padding:12px}
  .top80-emission-modal-dialog{max-height:calc(100vh - 24px);border-radius:14px}
  .top80-emission-modal-content{padding:28px 20px 24px}
  .top80-emission-modal-content .top80-single-profile article{grid-template-columns:1fr;gap:24px}
  .top80-emission-modal-content .top80-profile-media{width:100%;height:330px}
}


/* V200 — Grille des programmes : DESIGN BETA DEFINITIF
 * La structure de V199 est conservée (jours, créneaux, données, popup).
 * On supprime visuellement l'habillage rose/plum de l'ancien modèle
 * et on reprend uniquement les codes sobres du thème BETA.
 */
.top80-emissions-beta-page{
  width:min(1180px,calc(100% - 48px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:46px 0 160px!important;
  background:transparent!important;
}
.top80-emissions-beta-page .top80-programmes-intro{
  text-align:left!important;
  margin:0 0 28px!important;
  padding:0!important;
  max-width:none!important;
}
.top80-emissions-beta-page .top80-programmes-kicker{
  color:var(--top80-muted)!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:1.4px!important;
  margin:0 0 7px!important;
}
.top80-emissions-beta-page .top80-programmes-intro h1{
  margin:0!important;
  color:var(--top80-text)!important;
  font-size:30px!important;
  line-height:1.1!important;
  font-weight:800!important;
  letter-spacing:0!important;
}
.top80-emissions-beta-page .top80-programmes-intro p{
  margin:8px 0 0!important;
  color:var(--top80-muted)!important;
  font-size:13px!important;
}

/* Bloc émission en cours : même esprit que les cartes BETA. */
.top80-emissions-beta-page .top80-emissions-live{
  display:grid!important;
  grid-template-columns:250px minmax(0,1fr)!important;
  min-height:220px!important;
  margin:0 0 32px!important;
  overflow:hidden!important;
  background:var(--top80-panel)!important;
  border:1px solid var(--top80-border)!important;
  border-radius:12px!important;
  box-shadow:none!important;
}
.top80-emissions-beta-page .top80-emissions-live-media{
  height:220px!important;
  min-height:220px!important;
  background:var(--top80-bg-soft)!important;
  border-right:1px solid var(--top80-border)!important;
}
.top80-emissions-beta-page .top80-emissions-live-media img{
  width:100%!important;
  height:220px!important;
  min-height:220px!important;
  object-fit:cover!important;
}
.top80-emissions-beta-page .top80-emissions-live-content{
  padding:30px 34px!important;
  background:var(--top80-panel)!important;
}
.top80-emissions-beta-page .top80-emissions-live-badge{
  padding:5px 9px!important;
  margin:0 0 15px!important;
  border:1px solid var(--top80-border)!important;
  border-radius:5px!important;
  background:var(--top80-panel-2)!important;
  color:var(--top80-muted)!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.7px!important;
}
.top80-emissions-beta-page .top80-emissions-live-badge:first-letter{
  color:var(--top80-accent)!important;
}
.top80-emissions-beta-page .top80-emissions-live-content h2{
  margin:0 0 7px!important;
  color:var(--top80-text)!important;
  font-size:30px!important;
  line-height:1.1!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}
.top80-emissions-beta-page .top80-emissions-live-host{
  margin:0 0 13px!important;
  color:var(--top80-accent)!important;
  font-size:14px!important;
  font-weight:700!important;
  text-transform:none!important;
}
.top80-emissions-beta-page .top80-emissions-live-time{
  color:var(--top80-muted)!important;
  font-size:13px!important;
  font-weight:700!important;
}

/* Conteneur de grille : sobre, identique à l'esprit des panels BETA. */
.top80-emissions-beta-page .top80-week-grid{
  margin:0!important;
  padding:24px!important;
  background:var(--top80-panel)!important;
  border:1px solid var(--top80-border)!important;
  border-radius:12px!important;
  box-shadow:none!important;
}
.top80-emissions-beta-page .top80-week-heading{
  margin:0 0 22px!important;
  gap:12px!important;
}
.top80-emissions-beta-page .top80-week-icon{
  width:38px!important;
  height:38px!important;
  border:1px solid var(--top80-border)!important;
  border-radius:9px!important;
  color:var(--top80-accent)!important;
  background:var(--top80-panel-2)!important;
  font-size:17px!important;
}
.top80-emissions-beta-page .top80-week-heading span{
  color:var(--top80-muted)!important;
  font-size:9px!important;
  letter-spacing:1.2px!important;
  font-weight:800!important;
}
.top80-emissions-beta-page .top80-week-heading h2{
  color:var(--top80-text)!important;
  font-size:21px!important;
  font-weight:800!important;
}

/* Les 7 jours : vrais onglets, sans gros encadrement rose. */
.top80-emissions-beta-page .top80-week-tabs{
  display:grid!important;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:7px!important;
  margin:0 0 22px!important;
}
.top80-emissions-beta-page .top80-week-tab{
  min-height:46px!important;
  padding:7px 4px!important;
  border:1px solid var(--top80-border)!important;
  border-radius:7px!important;
  background:var(--top80-bg-soft)!important;
  color:var(--top80-muted)!important;
  box-shadow:none!important;
}
.top80-emissions-beta-page .top80-week-tab strong{
  color:inherit!important;
  font-size:10px!important;
  font-weight:800!important;
}
.top80-emissions-beta-page .top80-week-tab small{
  color:var(--top80-accent)!important;
  font-size:7px!important;
  font-weight:800!important;
}
.top80-emissions-beta-page .top80-week-tab:hover{
  background:var(--top80-panel-2)!important;
  border-color:#3a414b!important;
  box-shadow:none!important;
}
.top80-emissions-beta-page .top80-week-tab.is-active{
  color:var(--top80-text)!important;
  background:var(--top80-panel-2)!important;
  border-color:var(--top80-accent)!important;
  box-shadow:inset 0 -2px 0 var(--top80-accent)!important;
}

.top80-emissions-beta-page .top80-week-day h3{
  margin:0 0 15px!important;
  padding-bottom:11px!important;
  border-bottom:1px solid var(--top80-border)!important;
  color:var(--top80-text)!important;
  font-size:16px!important;
  font-weight:800!important;
}
.top80-emissions-beta-page .top80-week-day h3 span{
  color:var(--top80-muted)!important;
  font-weight:600!important;
}
.top80-emissions-beta-page .top80-week-slots{
  gap:7px!important;
}

/* Une ligne de programme, dans le style des listes de titres BETA. */
.top80-emissions-beta-page .top80-week-slot{
  width:100%!important;
  min-height:78px!important;
  padding:0 58px 0 0!important;
  display:flex!important;
  align-items:center!important;
  background:var(--top80-bg-soft)!important;
  border:1px solid var(--top80-border)!important;
  border-radius:9px!important;
  box-shadow:none!important;
  transform:none!important;
}
.top80-emissions-beta-page .top80-week-slot:hover{
  background:var(--top80-panel-2)!important;
  border-color:#3a414b!important;
  transform:none!important;
}
.top80-emissions-beta-page .top80-week-slot-cover{
  width:78px!important;
  height:78px!important;
  flex:0 0 78px!important;
  background:#0b0e12!important;
}
.top80-emissions-beta-page .top80-week-slot-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.top80-emissions-beta-page .top80-week-slot-info{
  padding:11px 15px!important;
}
.top80-emissions-beta-page .top80-week-slot-time{
  margin-bottom:3px!important;
  color:var(--top80-accent)!important;
  font-size:10px!important;
  font-weight:800!important;
}
.top80-emissions-beta-page .top80-week-slot-info strong{
  color:var(--top80-text)!important;
  font-size:14px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
}
.top80-emissions-beta-page .top80-week-slot-info span{
  margin-top:3px!important;
  color:var(--top80-muted)!important;
  font-size:10px!important;
  font-weight:600!important;
  text-transform:none!important;
}
.top80-emissions-beta-page .top80-week-slot-plus{
  right:14px!important;
  width:31px!important;
  height:31px!important;
  border:1px solid var(--top80-border)!important;
  border-radius:50%!important;
  color:var(--top80-muted)!important;
  background:transparent!important;
  font-size:20px!important;
}
.top80-emissions-beta-page .top80-week-slot:hover .top80-week-slot-plus{
  color:var(--top80-accent)!important;
  border-color:var(--top80-accent)!important;
}
.top80-emissions-beta-page .top80-week-empty{
  padding:20px!important;
  color:var(--top80-muted)!important;
  border:1px dashed var(--top80-border)!important;
  background:var(--top80-bg-soft)!important;
}

/* Popup d'information : même sobriété que le reste du BETA. */
.top80-emissions-beta-page ~ .top80-emission-modal,
.top80-emission-modal{
  background:transparent!important;
}
.top80-emission-modal-backdrop{
  background:rgba(4,6,9,.86)!important;
  backdrop-filter:blur(5px)!important;
}
.top80-emission-modal-dialog{
  border:1px solid var(--top80-border)!important;
  border-radius:12px!important;
  background:var(--top80-panel)!important;
  box-shadow:0 25px 70px rgba(0,0,0,.5)!important;
}
.top80-emission-modal-close{
  width:34px!important;height:34px!important;
  border:1px solid var(--top80-border)!important;
  background:var(--top80-panel-2)!important;
  color:var(--top80-muted)!important;
}
.top80-emission-modal-close:hover{
  border-color:var(--top80-accent)!important;
  color:var(--top80-accent)!important;
}

@media(max-width:850px){
  .top80-emissions-beta-page{width:calc(100% - 32px)!important;padding-top:35px!important}
  .top80-emissions-beta-page .top80-emissions-live{grid-template-columns:220px minmax(0,1fr)!important}
  .top80-emissions-beta-page .top80-emissions-live-media,
  .top80-emissions-beta-page .top80-emissions-live-media img{height:200px!important;min-height:200px!important}
  .top80-emissions-beta-page .top80-emissions-live-content{padding:25px!important}
  .top80-emissions-beta-page .top80-week-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .top80-emissions-beta-page{width:calc(100% - 24px)!important;padding-top:25px!important}
  .top80-emissions-beta-page .top80-programmes-intro h1{font-size:27px!important}
  .top80-emissions-beta-page .top80-emissions-live{grid-template-columns:1fr!important}
  .top80-emissions-beta-page .top80-emissions-live-media,
  .top80-emissions-beta-page .top80-emissions-live-media img{height:210px!important;min-height:210px!important}
  .top80-emissions-beta-page .top80-emissions-live-content{padding:22px!important}
  .top80-emissions-beta-page .top80-week-grid{padding:17px!important}
  .top80-emissions-beta-page .top80-week-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .top80-emissions-beta-page .top80-week-slot-cover{width:66px!important;height:74px!important;flex-basis:66px!important}
  .top80-emissions-beta-page .top80-week-slot{min-height:74px!important}
}


/* V201 — CORRECTION POPUP : le JS injecte directement le contenu de <article>
   dans #top80-emission-modal-content. Il faut donc cibler l'article directement. */
.top80-emission-modal-content > article{
  display:grid !important;
  grid-template-columns:320px minmax(0,1fr) !important;
  gap:34px !important;
  align-items:start !important;
  width:100% !important;
  margin:0 !important;
}
.top80-emission-modal-content > article > .top80-profile-media{
  grid-column:1 !important;
  grid-row:1 !important;
  width:320px !important;
  height:430px !important;
  min-width:320px !important;
  overflow:hidden !important;
  border-radius:12px !important;
}
.top80-emission-modal-content > article > .top80-profile-media img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:0 !important;
}
.top80-emission-modal-content > article > .top80-profile-content{
  grid-column:2 !important;
  grid-row:1 !important;
  min-width:0 !important;
  width:auto !important;
}
@media(max-width:700px){
  .top80-emission-modal-content > article{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .top80-emission-modal-content > article > .top80-profile-media{
    grid-column:1 !important;
    grid-row:1 !important;
    width:100% !important;
    min-width:0 !important;
    height:330px !important;
  }
  .top80-emission-modal-content > article > .top80-profile-content{
    grid-column:1 !important;
    grid-row:2 !important;
  }
}


/* V202 — POPUP PLUS LARGE POUR LIMITER LE SCROLL
 * Photo animateur à gauche, contenu à droite.
 */
.top80-emission-modal-dialog{
  width:min(1180px,calc(100vw - 48px)) !important;
  max-width:1180px !important;
  max-height:calc(100vh - 48px) !important;
}
.top80-emission-modal-content{
  padding:32px !important;
}
.top80-emission-modal-content > article{
  grid-template-columns:320px minmax(0,1fr) !important;
  gap:34px !important;
}
@media(max-width:700px){
  .top80-emission-modal-dialog{
    width:calc(100vw - 24px) !important;
    max-height:calc(100vh - 24px) !important;
  }
  .top80-emission-modal-content{
    padding:24px 20px !important;
  }
}

/* ===== CTKOI — C'ÉTAIT QUOI ? ===== */
.top80-ctkoi-page{
    --ctkoi-accent:#ff2f91;
    --ctkoi-accent-soft:#ff8fc4;
    --ctkoi-bg:#080a0e;
    --ctkoi-panel:#111419;
    --ctkoi-border:#272d35;
    color:#f4f5f7;
    overflow-x:hidden;
    background:linear-gradient(180deg,#080a0e 0%,#0d1015 55%,#080a0e 100%)!important;
}
.top80-ctkoi-page .top80-ctkoi-content{
    padding-top:56px!important;
    padding-bottom:150px!important;
    background:transparent!important;
}
.top80-ctkoi-page .top80-ctkoi-stack{
    width:min(1100px,calc(100% - 48px));
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:28px;
}
.top80-ctkoi-page .top80-ctkoi-hero{
    position:relative;
    min-height:220px;
    overflow:hidden;
    display:flex!important;
    align-items:center!important;
    border-bottom:2px solid var(--ctkoi-accent)!important;
    background:linear-gradient(145deg,#0d1015,#080a0e)!important;
}
.top80-ctkoi-page .top80-ctkoi-hero .top80-daily-hero-overlay{
    display:none!important;
}
.top80-ctkoi-page .top80-daily-hero-content{
    max-width:1100px!important;
    width:calc(100% - 48px)!important;
    margin:0 auto!important;
}
.top80-ctkoi-page .top80-daily-page-badge{
    border-color:var(--ctkoi-accent)!important;
    color:#fff!important;
    background:rgba(255,47,145,.12)!important;
}
.top80-ctkoi-page .top80-daily-hero-content h1{
    font-size:clamp(38px,6vw,68px)!important;
    letter-spacing:-1.5px!important;
}
.top80-ctkoi-page .top80-daily-hero-content p{color:#b7bdc5!important}
.top80-ctkoi-page .top80-ctkoi-card,
.top80-ctkoi-page .top80-ctkoi-search-card{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:26px!important;
    border:1px solid var(--ctkoi-border)!important;
    border-radius:18px!important;
    background:#111419!important;
    box-shadow:0 18px 45px rgba(0,0,0,.18)!important;
    text-align:left!important;
}
.top80-ctkoi-page .top80-ctkoi-search-card{background:#101318!important}
.top80-ctkoi-page .top80-module-heading{margin-bottom:20px!important}
.top80-ctkoi-page .top80-module-heading-icon{
    border-color:var(--ctkoi-border)!important;
    color:var(--ctkoi-accent)!important;
    background:#0b0d11!important;
}
.top80-ctkoi-page .top80-module-kicker{color:var(--ctkoi-accent)!important}
.top80-ctkoi-page .top80-module-heading h2{color:#fff!important}
.top80-ctkoi-page .top80-ctkoi-search{
    margin:0!important;
    padding:20px!important;
    border:1px solid var(--ctkoi-border)!important;
    border-radius:14px!important;
    background:#0b0e12!important;
}
.top80-ctkoi-page .top80-ctkoi-search h3{margin:0 0 6px!important;color:#fff!important;font-size:18px!important;font-weight:850!important}
.top80-ctkoi-page .top80-ctkoi-search>p{margin:0 0 18px!important;color:#858d96!important;font-size:13px!important}
.top80-ctkoi-page .top80-ctkoi-search-form{display:grid!important;grid-template-columns:minmax(180px,1fr) minmax(150px,.7fr) auto!important;align-items:end!important;gap:12px!important}
.top80-ctkoi-page .top80-ctkoi-search-field label{display:block!important;margin:0 0 7px!important;color:#858d96!important;font-size:10px!important;font-weight:800!important;letter-spacing:.8px!important;text-transform:uppercase}
.top80-ctkoi-page .top80-ctkoi-search-field input{width:100%!important;min-height:44px!important;padding:9px 12px!important;border:1px solid #303640!important;border-radius:9px!important;color:#fff!important;color-scheme:dark!important;background:#080a0e!important}
.top80-ctkoi-page button.top80-ctkoi-search-button{min-height:44px!important;margin:0!important;padding:0 18px!important;border:1px solid var(--ctkoi-accent)!important;border-radius:22px!important;color:#fff!important;background:var(--ctkoi-accent)!important;font-size:11px!important;font-weight:900!important;transform:none!important}
.top80-ctkoi-page button.top80-ctkoi-search-button:hover{filter:brightness(1.08);transform:none!important}
.top80-ctkoi-page .top80-ctkoi-search-status{min-height:20px!important;margin:12px 0 0!important;color:#8f969f!important;font-size:12px!important;font-weight:700!important}
.top80-ctkoi-page .top80-ctkoi-search-results{margin-top:14px!important;display:flex!important;flex-direction:column!important;gap:10px!important}
.top80-ctkoi-page .top80-ctkoi-list{width:100%!important;display:flex!important;flex-direction:column!important;gap:8px!important}
.top80-ctkoi-page .top80-ctkoi-item{width:100%!important;overflow:hidden!important;border:1px solid #272d35!important;border-radius:12px!important;background:#0d1014!important}
.top80-ctkoi-page button.top80-ctkoi-summary{appearance:none!important;width:100%!important;min-height:82px!important;margin:0!important;padding:9px 12px!important;display:grid!important;grid-template-columns:86px 62px minmax(0,1fr) auto 38px!important;align-items:center!important;gap:12px!important;border:0!important;border-radius:0!important;color:#fff!important;background:#0d1014!important;text-align:left!important;cursor:pointer!important;transform:none!important}
.top80-ctkoi-page button.top80-ctkoi-summary:hover{background:#13171d!important;transform:none!important}
.top80-ctkoi-page .top80-ctkoi-time{display:flex!important;align-items:center!important;gap:6px!important;color:#8e969f!important;font-size:12px!important;font-weight:800!important}
.top80-ctkoi-page .top80-ctkoi-cover{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;overflow:hidden!important;display:block!important;border:1px solid #303640!important;border-radius:9px!important;background:#080a0e!important}
.top80-ctkoi-page .top80-ctkoi-cover img{display:block!important;width:62px!important;height:62px!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:cover!important;border:0!important;border-radius:7px!important}
.top80-ctkoi-page .top80-ctkoi-track{min-width:0!important;display:block!important;text-align:left!important}
.top80-ctkoi-page .top80-ctkoi-track strong,.top80-ctkoi-page .top80-ctkoi-track small{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:left!important}
.top80-ctkoi-page .top80-ctkoi-track strong{color:#f4f5f7!important;font-size:15px!important;line-height:1.25!important;font-weight:850!important;text-transform:uppercase!important}
.top80-ctkoi-page .top80-ctkoi-track small{margin-top:5px!important;color:#858d96!important;font-size:12px!important;font-weight:650!important}
.top80-ctkoi-page .top80-ctkoi-votes{width:88px!important;min-width:88px!important;box-sizing:border-box!important;padding:7px 9px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;border:1px solid #303640!important;border-radius:999px!important;color:#aeb4bc!important;background:#101318!important;font-size:12px!important;font-weight:800!important}
.top80-ctkoi-page .top80-ctkoi-votes i{color:var(--ctkoi-accent)!important}
.top80-ctkoi-page .top80-ctkoi-votes small{font-size:9px!important;text-transform:uppercase!important}
.top80-ctkoi-page .top80-ctkoi-toggle{width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #303640!important;border-radius:50%!important;color:#fff!important;background:#101318!important;font-size:21px!important;font-weight:500!important}
.top80-ctkoi-page .top80-ctkoi-details{color:#fff!important;border-top:1px solid #272d35!important;background:#111419!important}
.top80-ctkoi-page .top80-ctkoi-details.is-open{padding:22px 24px 24px!important}
.top80-ctkoi-page .top80-ctkoi-details-heading{margin:0 0 20px!important;padding:0 0 16px!important;display:flex!important;align-items:center!important;gap:12px!important;border-bottom:1px solid #272d35!important}
.top80-ctkoi-page .top80-ctkoi-details-heading>span{width:42px!important;height:42px!important;flex:0 0 42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #303640!important;border-radius:10px!important;color:var(--ctkoi-accent)!important;background:#0b0e12!important}
.top80-ctkoi-page .top80-ctkoi-details-heading small{display:block!important;margin-bottom:5px!important;color:#858d96!important;font-size:9px!important;font-weight:800!important;letter-spacing:1px!important}
.top80-ctkoi-page .top80-ctkoi-details-heading h3{margin:0!important;color:#fff!important;font-size:17px!important;line-height:1.3!important;font-weight:850!important}
.top80-ctkoi-page .top80-ctkoi-details-heading h3 b{color:var(--ctkoi-accent)!important}
.top80-ctkoi-page .top80-ctkoi-biographies{margin-bottom:18px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;gap:12px!important}
.top80-ctkoi-page .top80-ctkoi-bio{padding:16px!important;border:1px solid #272d35!important;border-radius:11px!important;background:#0d1014!important}
.top80-ctkoi-page .top80-ctkoi-bio h4{margin:0 0 8px!important;color:#fff!important;font-size:14px!important;font-weight:850!important;text-transform:uppercase!important}
.top80-ctkoi-page .top80-ctkoi-bio p{margin:0!important;color:#929aa4!important;font-size:12px!important;line-height:1.6!important}
.top80-ctkoi-page .top80-ctkoi-bio a{display:inline-flex!important;margin-top:10px!important;color:var(--ctkoi-accent)!important;font-size:10px!important;font-weight:800!important;text-decoration:none!important}
.top80-ctkoi-page .top80-ctkoi-actions{margin:0!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important}
.top80-ctkoi-page .top80-ctkoi-actions button,.top80-ctkoi-page .top80-ctkoi-actions a{min-height:40px!important;margin:0!important;padding:0 15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border:1px solid #303640!important;border-radius:20px!important;color:#f5f7f9!important;background:#171a20!important;font-size:10px!important;font-weight:850!important;text-decoration:none!important;transform:none!important}
.top80-ctkoi-page .top80-ctkoi-actions button:hover,.top80-ctkoi-page .top80-ctkoi-actions a:hover{border-color:var(--ctkoi-accent)!important;color:#fff!important;background:#1b1f26!important}
.top80-ctkoi-page .top80-ctkoi-actions .is-plus{border-color:var(--ctkoi-accent)!important;color:#fff!important;background:var(--ctkoi-accent)!important}
.top80-ctkoi-page .top80-ctkoi-actions .is-minus{background:#111419!important}
.top80-ctkoi-page .top80-ctkoi-actions .top80-ctkoi-buy{background:#171a20!important}
.top80-ctkoi-page .top80-ctkoi-notice{margin:14px 0 0!important;color:#858d96!important;font-size:11px!important}
.top80-ctkoi-page .top80-ctkoi-back{border-color:#303640!important;color:#f5f7f9!important}
.top80-ctkoi-page .top80-ctkoi-back:hover{border-color:var(--ctkoi-accent)!important;color:#fff!important}
@media(max-width:760px){
    .top80-ctkoi-page .top80-daily-hero-content,.top80-ctkoi-page .top80-ctkoi-stack{width:calc(100% - 32px)!important}
    .top80-ctkoi-page .top80-ctkoi-content{padding-top:30px!important}
    .top80-ctkoi-page .top80-ctkoi-card,.top80-ctkoi-page .top80-ctkoi-search-card{padding:18px 12px!important}
    .top80-ctkoi-page .top80-ctkoi-search{padding:15px!important}
    .top80-ctkoi-page .top80-ctkoi-search-form{grid-template-columns:1fr 1fr!important}
    .top80-ctkoi-page button.top80-ctkoi-search-button{grid-column:1 / -1!important;width:100%!important}
    .top80-ctkoi-page button.top80-ctkoi-summary{min-height:74px!important;padding:8px!important;grid-template-columns:54px 54px minmax(0,1fr) 34px!important;gap:7px!important}
    .top80-ctkoi-page .top80-ctkoi-time{font-size:11px!important}
    .top80-ctkoi-page .top80-ctkoi-time i{display:none!important}
    .top80-ctkoi-page .top80-ctkoi-cover,.top80-ctkoi-page .top80-ctkoi-cover img{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important}
    .top80-ctkoi-page .top80-ctkoi-track strong{font-size:13px!important}
    .top80-ctkoi-page .top80-ctkoi-track small{font-size:11px!important}
    .top80-ctkoi-page .top80-ctkoi-votes{display:none!important}
    .top80-ctkoi-page .top80-ctkoi-toggle{width:31px!important;height:31px!important;font-size:19px!important}
}
@media(max-width:430px){
    .top80-ctkoi-page .top80-ctkoi-search-form{grid-template-columns:1fr!important}
    .top80-ctkoi-page button.top80-ctkoi-search-button{grid-column:auto!important}
}

/* C'ÉTAIT QUOI ? — même structure que la page ACTUS */
.top80-ctkoi-page.top80-blog-page{
    max-width:1280px!important;
    margin:0 auto!important;
    padding:56px 24px 150px!important;
}
.top80-ctkoi-page .top80-ctkoi-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 330px!important;
    gap:34px!important;
    align-items:start!important;
    width:100%!important;
}
.top80-ctkoi-page .top80-ctkoi-main{
    min-width:0!important;
    display:block!important;
}
.top80-ctkoi-page .top80-ctkoi-section-heading{
    margin:0 0 28px!important;
}
.top80-ctkoi-page .top80-ctkoi-section-heading h1{
    margin:0!important;
    color:#fff!important;
    font-size:clamp(34px,4vw,48px)!important;
    line-height:1.05!important;
}
.top80-ctkoi-page .top80-ctkoi-section-heading p{
    margin:12px 0 0!important;
    color:#aeb4bc!important;
}
.top80-ctkoi-page .top80-ctkoi-sidebar{
    position:sticky!important;
    top:105px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
}
@media(max-width:900px){
    .top80-ctkoi-page.top80-blog-page{padding:40px 16px 150px!important}
    .top80-ctkoi-page .top80-ctkoi-layout{grid-template-columns:1fr!important}
    .top80-ctkoi-page .top80-ctkoi-sidebar{position:static!important}
}


/* CTKOI — align sidebar with ACTUS and add breathing room before history */
.ctkoi-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 285px !important;
    gap: 28px !important;
    align-items: start !important;
}

.ctkoi-sidebar {
    align-self: start !important;
    margin-top: 0 !important;
}

/* The sidebar must start at the same vertical level as the main CTKOI content. */
.ctkoi-main,
.ctkoi-sidebar {
    margin-top: 0 !important;
}

/* More space between the search engine and the 30-title history. */
.ctkoi-history {
    margin-top: 28px !important;
}

@media (max-width: 900px) {
    .ctkoi-layout {
        grid-template-columns: 1fr !important;
    }

    .ctkoi-history {
        margin-top: 32px !important;
    }
}


/* CTKOI layout compatibility */
.ctkoi-page .content-with-sidebar,
.ctkoi-page .page-with-sidebar {
    align-items: start !important;
}

/* CTKOI — align sidebar with ACTUS and separate search/history clearly */
.top80-ctkoi-page .top80-ctkoi-layout{
    align-items:start !important;
}
.top80-ctkoi-page .top80-ctkoi-sidebar{
    align-self:start !important;
    margin-top:0 !important;
    padding-top:0 !important;
    position:sticky !important;
    top:105px !important;
}
.top80-ctkoi-page .top80-ctkoi-search-card + .top80-ctkoi-card,
.top80-ctkoi-page .top80-ctkoi-search-card ~ .top80-ctkoi-card{
    margin-top:46px !important;
}
@media(max-width:900px){
    .top80-ctkoi-page .top80-ctkoi-sidebar{position:static !important;}
}

/* CTKOI — final spacing/alignment */
.top80-ctkoi-page .top80-ctkoi-layout{align-items:start !important;}
.top80-ctkoi-page .top80-ctkoi-sidebar{align-self:start !important;margin-top:0 !important;padding-top:0 !important;}
.top80-ctkoi-page .top80-ctkoi-search-card + .top80-ctkoi-card{margin-top:52px !important;}
@media(max-width:900px){.top80-ctkoi-page .top80-ctkoi-sidebar{position:static !important;}}


/* CTKOI V7 — compact top spacing and no return link */
/* Reduce the excessive gap between the navigation/header and the CTKOI content. */
.ctkoi-page .ctkoi-layout {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.ctkoi-page .ctkoi-sidebar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove any legacy return-home element if present. */
.ctkoi-page .ctkoi-return,
.ctkoi-page .return-home,
.ctkoi-page .ctkoi-back-home {
    display: none !important;
}




/* CTKOI V9 — sidebar scrolls normally like ACTUS */
.top80-ctkoi-page .top80-ctkoi-sidebar {
    position: static !important;
    top: auto !important;
    align-self: start !important;
    margin-top: 0 !important;
}

/* Modèle de page TOP 50 — design sobre */
.top80-top50-page .top80-blog-main{
  min-width:0;
}

.top80-top50-heading{
  margin-bottom:24px;
}

.top80-top50-page-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.top80-top50-page-row{
  display:grid;
  grid-template-columns:68px 68px minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  min-height:82px;
  padding:9px 16px 9px 10px;
  box-sizing:border-box;
  background:#15171b;
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  box-shadow:0 7px 20px rgba(0,0,0,.12);
  transition:border-color .18s ease, background .18s ease, transform .18s ease;
}

.top80-top50-page-row:hover{
  background:#191c21;
  border-color:rgba(255,255,255,.14);
}

.top80-top50-page-row.top80-rank-gold{
  border-color:rgba(194,157,73,.42);
}

.top80-top50-page-row.top80-rank-silver{
  border-color:rgba(176,184,192,.30);
}

.top80-top50-page-row.top80-rank-bronze{
  border-color:rgba(145,96,61,.38);
}

.top80-top50-page-rank{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  line-height:1;
}

.top80-top50-crown{
  position:absolute;
  left:50%;
  top:-1px;
  transform:translateX(-50%);
  display:block;
  height:27px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  line-height:27px;
}

.top80-top50-number{
  display:block;
  font-size:27px;
  line-height:29px;
  font-weight:900;
  letter-spacing:-.5px;
  color:#d4d7db;
  transform:translateY(1px);
}

.top80-rank-gold .top80-top50-crown{
  color:#c6a04d;
}

.top80-rank-silver .top80-top50-crown{
  color:#b7bdc4;
}

.top80-rank-bronze .top80-top50-crown{
  color:#9a6948;
}

.top80-rank-gold .top80-top50-number{
  color:#d0ab59;
}

.top80-rank-silver .top80-top50-number{
  color:#c0c5ca;
}

.top80-rank-bronze .top80-top50-number{
  color:#a87957;
}

.top80-top50-page-cover{
  width:68px;
  height:68px;
  overflow:hidden;
  border-radius:9px;
  background:#0e1013;
  border:1px solid rgba(255,255,255,.07);
  box-sizing:border-box;
}

.top80-top50-page-cover img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.top80-top50-page-track{
  min-width:0;
}

.top80-top50-page-track strong,
.top80-top50-page-track span{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.top80-top50-page-track strong{
  color:#f0f1f2;
  font-size:15px;
  line-height:1.25;
  font-weight:800;
}

.top80-top50-page-track span{
  margin-top:5px;
  color:#8f969e;
  font-size:12px;
  line-height:1.3;
}

.top80-top50-page-votes{
  display:flex;
  align-items:baseline;
  gap:4px;
  min-width:72px;
  justify-content:flex-end;
  color:#c7cbd0;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}

.top80-top50-page-votes small{
  color:#777e86;
  font-size:10px;
  font-weight:600;
}

.top80-top50-heart{
  color:#8f959c;
  font-size:12px;
  margin-right:2px;
}

.top80-rank-gold .top80-top50-heart{
  color:#c6a04d;
}

.top80-rank-silver .top80-top50-heart{
  color:#aeb5bc;
}

.top80-rank-bronze .top80-top50-heart{
  color:#986a4d;
}

@media(max-width:650px){
  .top80-top50-page-row{
    grid-template-columns:50px 56px minmax(0,1fr);
    gap:11px;
    min-height:70px;
    padding:8px 10px;
  }

  .top80-top50-page-rank{
    min-height:54px;
  }

  .top80-top50-crown{
    top:-2px;
  }

  .top80-top50-crown{
    height:22px;
    font-size:22px;
    line-height:22px;
  }

  .top80-top50-number{
    font-size:23px;
    line-height:25px;
  }

  .top80-top50-page-cover{
    width:56px;
    height:56px;
  }

  .top80-top50-page-track strong{
    font-size:13px;
  }

  .top80-top50-page-track span{
    font-size:11px;
  }

  .top80-top50-page-votes{
    grid-column:3;
    justify-content:flex-start;
    margin-top:-3px;
  }
}

/* Demande de disque — modèle Beta sobre */
.top80-request-page .top80-blog-main{
  min-width:0;
}

.top80-request-page-heading{
  margin-bottom:24px;
}

.top80-request-card{
  width:100%;
  box-sizing:border-box;
  margin:0 0 20px;
  padding:26px;
  background:#15171b;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.14);
}

.top80-request-heading{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
}

.top80-request-heading-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:11px;
  color:#d6d9dd;
  background:#1b1e23;
}

.top80-request-kicker{
  display:block;
  margin-bottom:4px;
  color:#9aa1a9;
  font-size:10px;
  font-weight:800;
  letter-spacing:1.1px;
  text-transform:uppercase;
}

.top80-request-heading h2{
  margin:0;
  color:#f0f1f2;
  font-size:22px;
  line-height:1.15;
  font-weight:850;
}

.top80-request-count{
  margin:-4px 0 20px;
  color:#8f969e;
  font-size:12px;
}

.top80-request-list,
.top80-request-results{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.top80-request-item{
  overflow:hidden;
  background:#101216;
  border:1px solid rgba(255,255,255,.075);
  border-radius:11px;
}

.top80-current-request{
  min-height:78px;
  padding:9px 12px;
  display:grid;
  grid-template-columns:60px minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
}

.top80-request-cover,
.top80-request-cover img{
  width:60px;
  height:60px;
  display:block;
}

.top80-request-cover{
  overflow:hidden;
  border-radius:8px;
  background:#0b0d10;
}

.top80-request-cover img{
  object-fit:cover;
}

.top80-request-track{
  min-width:0;
}

.top80-request-track strong,
.top80-request-track small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.top80-request-track strong{
  color:#eceef0;
  font-size:14px;
  font-weight:800;
}

.top80-request-track small{
  margin-top:4px;
  color:#a0a6ad;
  font-size:12px;
}

.top80-current-request-meta{
  margin-top:6px;
  color:#727981;
  font-size:10px;
}

.top80-current-request-status{
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  color:#aeb4ba;
  background:#181b20;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  white-space:nowrap;
}

.top80-request-empty{
  margin:0;
  padding:22px;
  border:1px dashed rgba(255,255,255,.12);
  border-radius:10px;
  color:#888f97;
  text-align:center;
}

.top80-request-search-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}

.top80-request-field input,
.top80-request-field textarea,
.top80-request-search-form input{
  width:100%;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  color:#f0f1f2;
  background:#0f1115;
  outline:none;
}

.top80-request-search-form input{
  min-height:45px;
  padding:10px 13px;
}

.top80-request-field input,
.top80-request-field textarea{
  padding:10px 13px;
}

.top80-request-search-form input:focus,
.top80-request-field input:focus,
.top80-request-field textarea:focus{
  border-color:rgba(255,255,255,.28);
}

.top80-request-search-button,
.top80-request-send,
.top80-request-letter{
  border:1px solid rgba(255,255,255,.16)!important;
  color:#e9ebed!important;
  background:#1c2025!important;
  box-shadow:none!important;
  font-weight:800!important;
}

.top80-request-search-button{
  min-height:45px;
  padding:0 18px;
  border-radius:9px;
}

.top80-request-alpha{
  margin:18px 0 24px;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:6px;
}

.top80-request-letter{
  min-width:34px;
  min-height:34px;
  padding:0 8px;
  border-radius:8px;
  font-size:11px;
}

.top80-request-letter.is-latest{
  padding:0 12px;
}

.top80-request-results-heading{
  margin:0 0 12px;
  color:#e7e9eb;
  font-size:18px;
  text-transform:uppercase;
}

.top80-request-response{
  min-height:19px;
  margin:10px 0;
  color:#8f969e;
  font-size:12px;
  font-weight:700;
}

.top80-request-response.is-error{
  color:#c98b93;
}

.top80-request-response.is-success{
  color:#aeb6bd;
}

.top80-request-summary{
  width:100%;
  min-height:78px;
  padding:9px 12px!important;
  display:grid!important;
  grid-template-columns:60px minmax(0,1fr) 36px;
  align-items:center;
  gap:13px;
  border:0!important;
  border-radius:0!important;
  color:#fff!important;
  background:#101216!important;
  text-align:left;
  cursor:pointer;
}

.top80-request-summary:hover{
  background:#15181d!important;
}

.top80-request-summary .top80-request-cover,
.top80-request-summary .top80-request-cover img{
  width:60px;
  height:60px;
}

.top80-request-toggle{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  color:#c7cbd0;
  background:#191c21;
  font-size:20px;
  font-weight:800;
}

.top80-request-summary[aria-expanded="true"] .top80-request-toggle{
  transform:rotate(45deg);
}

.top80-request-panel{
  display:none;
  padding:20px;
  border-top:1px solid rgba(255,255,255,.08);
  background:#15181d;
}

.top80-request-panel.is-open{
  display:block;
}

.top80-request-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.top80-request-field.is-wide{
  grid-column:1 / -1;
}

.top80-request-field label{
  display:block;
  margin:0 0 6px;
  color:#a7adb4;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}

.top80-request-field textarea{
  min-height:100px;
  resize:vertical;
}

.top80-request-send{
  min-height:44px;
  padding:0 18px;
  border-radius:9px;
}

@media(max-width:900px){
  .top80-request-page .top80-blog-sidebar{
    position:static!important;
  }
}

@media(max-width:700px){
  .top80-request-card{
    padding:18px 12px;
  }

  .top80-request-heading h2{
    font-size:19px;
  }

  .top80-request-search-form{
    grid-template-columns:1fr;
  }

  .top80-request-form{
    grid-template-columns:1fr;
  }

  .top80-request-field.is-wide{
    grid-column:auto;
  }

  .top80-current-request{
    grid-template-columns:52px minmax(0,1fr);
    gap:10px;
  }

  .top80-request-cover,
  .top80-request-cover img{
    width:52px;
    height:52px;
  }

  .top80-current-request-status{
    grid-column:2;
    justify-self:start;
  }

  .top80-request-summary{
    grid-template-columns:52px minmax(0,1fr) 32px;
    gap:10px;
  }

  .top80-request-summary .top80-request-cover,
  .top80-request-summary .top80-request-cover img{
    width:52px;
    height:52px;
  }
}

/* Web TV — modèle sobre avec sidebar comme les pages de référence */
.top80-webtv-page .top80-blog-main{
  min-width:0;
}

.top80-webtv-content-card{
  width:100%;
  box-sizing:border-box;
  padding:0;
  background:#15171b;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.14);
}

.top80-webtv-content{
  width:100%;
}

.top80-webtv-content iframe{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16 / 9;
  border:0;
  border-radius:10px;
}

.top80-webtv-content .wp-block-embed{
  margin:0;
}

.top80-webtv-content .wp-block-embed__wrapper{
  position:relative;
}

.top80-webtv-empty{
  min-height:420px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px;
  box-sizing:border-box;
  border:1px dashed rgba(255,255,255,.12);
  border-radius:10px;
  background:#101216;
}

.top80-webtv-empty-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  color:#c9cdd1;
  background:#1a1d22;
  font-size:22px;
}

.top80-webtv-empty h2{
  margin:0 0 8px;
  color:#eceef0;
  font-size:22px;
}

.top80-webtv-empty p{
  margin:0;
  color:#8f969e;
  font-size:13px;
}

@media(max-width:700px){
  .top80-webtv-content-card{
    padding:0;
  }

  .top80-webtv-content iframe{
    min-height:0;
    aspect-ratio:16 / 9;
  }

  .top80-webtv-empty{
    min-height:300px;
  }
}


/* =========================================================
   CONTACT — page pleine largeur sans sidebar
   ========================================================= */
.top80-contact-page{
  max-width:1180px;
  margin:0 auto;
  padding:56px 24px 150px;
}
.top80-contact-wrap{width:100%;}
.top80-contact-heading{margin:0 0 30px;}
.top80-contact-heading h1{margin:0;color:#fff;font-size:34px;line-height:1.12;font-weight:800;}
.top80-contact-heading p{max-width:650px;margin:10px 0 0;color:#9da4ad;font-size:14px;line-height:1.7;}
.top80-contact-grid{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.45fr);
  gap:24px;
  align-items:stretch;
}
.top80-contact-info,
.top80-contact-form-card,
.top80-contact-success{
  background:#17191e;
  border:1px solid rgba(255,255,255,.07);
  border-radius:18px;
  box-shadow:0 12px 35px rgba(0,0,0,.16);
}
.top80-contact-info{padding:30px;display:flex;flex-direction:column;min-height:500px;box-sizing:border-box;}
.top80-contact-small{display:block;color:var(--top80-accent);font-size:10px;font-weight:800;letter-spacing:1.8px;margin-bottom:9px;}
.top80-contact-info h2{margin:0;color:#fff;font-size:27px;line-height:1.2;}
.top80-contact-info-top p{margin:13px 0 0;color:#a6adb5;font-size:13px;line-height:1.7;}
.top80-contact-info-items{display:flex;flex-direction:column;gap:18px;margin-top:34px;}
.top80-contact-info-item{display:flex;gap:14px;align-items:center;}
.top80-contact-info-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#101217;color:var(--top80-accent);}
.top80-contact-info-item strong{display:block;color:#fff;font-size:12px;margin-bottom:4px;}
.top80-contact-info-item a,.top80-contact-info-item span{display:block;color:#9da4ad;font-size:12px;line-height:1.4;text-decoration:none;}
.top80-contact-info-item a:hover{color:var(--top80-accent);}
.top80-contact-info-line{height:1px;background:rgba(255,255,255,.07);margin:30px 0 16px;}
.top80-contact-note{margin:auto 0 0;color:#707780;font-size:11px;line-height:1.6;}
.top80-contact-form-card{padding:30px;box-sizing:border-box;}
.top80-contact-form{display:flex;flex-direction:column;gap:18px;}
.top80-contact-form label{display:flex;flex-direction:column;gap:8px;color:#dce0e4;font-size:11px;font-weight:700;letter-spacing:.2px;}
.top80-contact-form label span{color:var(--top80-accent);}
.top80-contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.top80-contact-form input:not(.top80-contact-honeypot),
.top80-contact-form textarea{
  width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:#101217;color:#fff;outline:none;font-family:inherit;font-size:13px;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.top80-contact-form input:not(.top80-contact-honeypot){height:46px;padding:0 14px;}
.top80-contact-form textarea{min-height:180px;padding:13px 14px;resize:vertical;line-height:1.55;}
.top80-contact-form input:not(.top80-contact-honeypot)::placeholder,.top80-contact-form textarea::placeholder{color:#646b74;}
.top80-contact-form input:not(.top80-contact-honeypot):focus,.top80-contact-form textarea:focus{border-color:var(--top80-accent);box-shadow:0 0 0 3px rgba(255,0,153,.08);}
.top80-contact-submit{height:48px;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:2px;padding:0 20px;border:0;border-radius:12px;background:var(--top80-accent);color:#fff;font-family:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:transform .2s ease,filter .2s ease;}
.top80-contact-submit:hover{filter:brightness(1.06);transform:translateY(-1px);}
.top80-contact-submit i{font-size:11px;}
.top80-contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}
.top80-contact-error{display:flex;align-items:center;gap:9px;margin:0 0 18px;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#101217;color:#d8dce0;font-size:12px;line-height:1.4;}
.top80-contact-error i{color:var(--top80-accent);}
.top80-contact-success{min-height:300px;padding:45px;display:flex;align-items:center;justify-content:center;gap:22px;box-sizing:border-box;}
.top80-contact-success-icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:#101217;color:var(--top80-accent);font-size:20px;}
.top80-contact-success h2{margin:0 0 7px;color:#fff;font-size:24px;}
.top80-contact-success p{margin:0;color:#9da4ad;font-size:13px;line-height:1.6;}
@media(max-width:760px){
  .top80-contact-page{padding-left:16px;padding-right:16px;}
  .top80-contact-grid{grid-template-columns:1fr;}
  .top80-contact-info{min-height:0;}
  .top80-contact-form-row{grid-template-columns:1fr;}
}
@media(max-width:500px){
  .top80-contact-heading h1{font-size:29px;}
  .top80-contact-info,.top80-contact-form-card{padding:22px;}
  .top80-contact-success{padding:28px;flex-direction:column;text-align:center;}
}

/* TOP 80 Radio — popup de confirmation Contact */
.top80-contact-popup{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.top80-contact-popup.is-visible{opacity:1;visibility:visible}
.top80-contact-popup-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.76);backdrop-filter:blur(4px)}
.top80-contact-popup-dialog{position:relative;width:min(480px,calc(100vw - 34px));padding:34px 34px 30px;background:#15171b;border:1px solid #343942;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.55);text-align:center;transform:translateY(12px) scale(.98);transition:transform .18s ease}
.top80-contact-popup.is-visible .top80-contact-popup-dialog{transform:translateY(0) scale(1)}
.top80-contact-popup-close{position:absolute;right:14px;top:10px;width:32px;height:32px;border:0;background:transparent;color:#9da3ac;font-size:28px;line-height:1;cursor:pointer}
.top80-contact-popup-close:hover{color:#fff}
.top80-contact-popup-icon{width:62px;height:62px;margin:0 auto 17px;border:1px solid rgba(255,47,145,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--top80-accent);font-size:25px}
.top80-contact-popup-dialog h2{margin:8px 0 10px;color:#fff;font-size:25px}
.top80-contact-popup-dialog p{margin:0 auto 24px;max-width:380px;color:#bfc4cc;font-size:13px;line-height:1.6}
.top80-contact-popup-ok{min-width:110px;padding:11px 24px;border:1px solid var(--top80-accent);border-radius:24px;background:var(--top80-accent);color:#fff;font-size:12px;font-weight:800;cursor:pointer}
.top80-contact-popup-ok:hover{filter:brightness(1.08)}
.top80-contact-popup.is-error .top80-contact-popup-icon{border-color:#6b4a4a;color:#e88a8a}


/* Contact : cible invisible de secours pour garantir zéro rechargement du player */
.top80-contact-frame{position:absolute;width:1px;height:1px;border:0;opacity:0;pointer-events:none;overflow:hidden;}


/* CONTACT — petite vérification anti-robot */
.top80-contact-human{margin-top:2px;display:flex;align-items:center;gap:10px;min-height:24px;}
.top80-contact-human-label{color:#dce0e4;font-size:11px;font-weight:700;line-height:1.2;}
.top80-contact-toggle{position:relative;flex:0 0 auto;width:42px;height:22px;padding:0;border:1px solid #343942;border-radius:999px;background:#171a20;cursor:pointer;transition:background .18s ease,border-color .18s ease;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);}
.top80-contact-toggle-knob{position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:50%;background:#7a8089;transition:transform .18s ease,background .18s ease;box-shadow:0 1px 4px rgba(0,0,0,.35);}
.top80-contact-toggle:hover{border-color:#555c67;}
.top80-contact-toggle:focus-visible{outline:2px solid var(--top80-accent);outline-offset:3px;}
.top80-contact-human.is-verified .top80-contact-toggle{background:var(--top80-accent);border-color:var(--top80-accent);}
.top80-contact-human.is-verified .top80-contact-toggle-knob{transform:translateX(20px);background:#fff;}
.top80-contact-human.is-verified .top80-contact-human-label{color:#fff;}

/* TOP 80 Radio — pages quotidiennes avec sidebar */
.top80-daily-page .top80-blog-main{min-width:0}
.top80-daily-date{display:inline-flex;align-items:center;margin:0 0 18px;padding:8px 12px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:#15171b;color:#8d949e;font-size:11px;font-weight:700;letter-spacing:.4px}
.top80-daily-list{display:flex;flex-direction:column;gap:14px}
.top80-daily-card,.top80-saint-card{display:grid;grid-template-columns:62px minmax(0,1fr);gap:18px;align-items:start;background:#17191e;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:20px 22px;box-shadow:0 12px 35px rgba(0,0,0,.14)}
.top80-daily-page .top80-daily-card{min-height:0!important;height:auto!important;box-sizing:border-box!important;align-self:start!important;}
.top80-daily-icon,.top80-saint-icon{width:62px;height:62px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#101217;border:1px solid rgba(255,255,255,.07);color:var(--top80-accent);font-size:21px}
.top80-daily-body{min-width:0}
.top80-daily-body h2,.top80-saint-body h2{margin:0 0 8px;color:#fff;font-size:20px;line-height:1.25}
.top80-saint-body h2{color:var(--top80-accent) !important;}
.top80-daily-body p,.top80-saint-body p{margin:0;color:#a6adb5;font-size:13px;line-height:1.7}
.top80-world-description{white-space:normal;}
.top80-daily-label{display:block;margin-bottom:7px;color:var(--top80-accent);font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.top80-saint-card{grid-template-columns:82px minmax(0,1fr);padding:26px}
.top80-saint-icon{width:82px;height:82px;font-size:28px;border-radius:18px}
.top80-saint-body h2{font-size:28px;margin-bottom:10px}
.top80-daily-empty{padding:50px 30px;text-align:center;background:#17191e;border:1px solid rgba(255,255,255,.07);border-radius:18px;box-shadow:0 12px 35px rgba(0,0,0,.14)}
.top80-daily-empty>i{display:block;margin-bottom:16px;color:var(--top80-accent);font-size:30px}
.top80-daily-empty h2{margin:0 0 8px;color:#fff;font-size:20px}
.top80-daily-empty p{margin:0;color:#8d949e;font-size:13px}
@media(max-width:650px){
  .top80-daily-card{grid-template-columns:48px minmax(0,1fr);gap:13px;padding:16px}
  .top80-daily-icon{width:48px;height:48px;border-radius:11px;font-size:17px}
  .top80-daily-body h2{font-size:17px}
  .top80-saint-card{grid-template-columns:62px minmax(0,1fr);padding:20px;gap:14px}
  .top80-saint-icon{width:62px;height:62px;font-size:22px}
  .top80-saint-body h2{font-size:23px}
}

/* Sélecteur de date — Saint(e) du jour */
.top80-saint-date-picker{margin:0 0 18px;padding:14px 16px;background:#15171b;border:1px solid rgba(255,255,255,.07);border-radius:12px}
.top80-saint-date-picker label{display:block;margin:0 0 8px;color:#f4f5f7;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}
.top80-saint-date-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.top80-saint-date-picker input[type="date"]{height:38px;padding:0 11px;border:1px solid #303640;border-radius:9px;background:#0f1115;color:#f5f7f9;font:700 12px inherit;outline:none;accent-color:var(--top80-accent);color-scheme:dark}
.top80-saint-date-picker input[type="date"]:focus{border-color:var(--top80-accent);box-shadow:0 0 0 2px rgba(255,0,153,.12)}
.top80-saint-date-status{color:#8d949e;font-size:11px;font-weight:700}
#top80-saint-results{transition:opacity .15s ease}
#top80-saint-results.is-loading{opacity:.45;pointer-events:none}
@media(max-width:650px){.top80-saint-date-controls{align-items:stretch;flex-direction:column}.top80-saint-date-picker input[type="date"]{width:100%}}
.top80-daily-date-picker{margin-bottom:18px}
#top80-history-results,#top80-world-results{transition:opacity .15s ease}
#top80-history-results.is-loading,#top80-world-results.is-loading{opacity:.45;pointer-events:none}

/* Palette dynamique du thème — couleurs administrables */

/* V — Finalisation pages quotidiennes : couleurs et largeur des cartes */
.top80-daily-page .top80-daily-list{width:100%;}
.top80-daily-page .top80-daily-card{width:100%;box-sizing:border-box;}
.top80-daily-page .top80-daily-body h2{color:var(--top80-accent)!important;}
.top80-saint-page .top80-saint-card{width:100%;box-sizing:border-box;}
.top80-saint-page .top80-saint-body h2{color:var(--top80-accent)!important;}

/* Mentions légales : respiration du contenu dans le cadre */
.top80-mentions-content-card{
    padding:32px !important;
}
.top80-mentions-content-card > *:first-child{margin-top:0 !important;}
.top80-mentions-content-card > *:last-child{margin-bottom:0 !important;}
.top80-mentions-content-card h2,
.top80-mentions-content-card h3,
.top80-mentions-content-card h4{
    margin-left:0;
    margin-right:0;
}
@media(max-width:650px){
    .top80-mentions-content-card{padding:22px !important;}
}

/* Liens des pages légales : couleur d'accent du thème */
.top80-mentions-content-card a{
    color:var(--top80-accent) !important;
    text-decoration:none;
}
.top80-mentions-content-card a:hover{
    color:var(--top80-accent) !important;
    text-decoration:underline;
}

/* Réseaux sociaux : logos officiels au lieu des lettres */
.top80-secondary-socials .top80-social-icon-link,
.top80-footer-social .top80-social-icon-link{
  text-decoration:none;
}
.top80-secondary-socials .top80-social-icon-link img,
.top80-footer-social .top80-social-icon-link img{
  width:14px;
  height:14px;
  display:block;
  object-fit:contain;
}
.top80-secondary-socials .top80-social-icon-link img{filter:brightness(0) invert(1);}
.top80-secondary-socials .top80-social-icon-link:hover img{filter:none;}
.top80-footer-social .top80-social-icon-link img{filter:brightness(0) invert(1);}
.top80-footer-social .top80-social-icon-link:hover img{filter:none;}


/* Accueil — correction ciblée des 3 rendez-vous du jour.
   Ne pas appliquer les règles des pages quotidiennes à ces cartes. */
.top80-main .top80-daily-section .top80-daily-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:17px !important;
}
.top80-main .top80-daily-section .top80-daily-card{
  display:flex !important;
  flex-direction:column !important;
  grid-template-columns:none !important;
  min-height:330px !important;
  height:auto !important;
  width:auto !important;
  padding:22px !important;
  box-sizing:border-box !important;
}
.top80-main .top80-daily-section .top80-daily-card-head{
  display:flex !important;
  align-items:center !important;
  gap:11px !important;
  width:100% !important;
}
.top80-main .top80-daily-section .top80-daily-image{
  width:100% !important;
  height:105px !important;
  min-height:105px !important;
  margin-top:0 !important;
}
.top80-main .top80-daily-section .top80-daily-image img{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
}
.top80-main .top80-daily-section .top80-daily-card h3{
  margin-top:0 !important;
}
.top80-main .top80-daily-section .top80-daily-card p{
  margin-bottom:16px !important;
}
.top80-main .top80-daily-section .top80-daily-link{
  margin-top:auto !important;
  align-self:flex-start !important;
}
@media(max-width:900px){
  .top80-main .top80-daily-section .top80-daily-grid{grid-template-columns:1fr !important;}
}
