/* ===================================================
   MboroActu — Style v2  |  Design éditorial chaud
   Playfair Display × Inter  |  Amber × Void × Bone
   =================================================== */

:root {
  /* Marque */
  --amber:       #C85805;
  --amber-mid:   #E06600;
  --amber-pale:  #FDF0E6;

  /* Neutres */
  --void:   #0B1528;   /* header, footer, sections sombres */
  --navy:   #142240;   /* secondaire sombre */
  --ink:    #1A1B22;   /* texte principal */
  --muted:  #5E6270;   /* texte secondaire */
  --rule:   #D4CEC5;   /* séparateurs, bordures */
  --stone:  #EDEADF;   /* sections alternées */
  --bone:   #F6F3EC;   /* fond de page */
  --paper:  #FFFFFF;   /* cartes */

  /* Couleurs de rubriques */
  --c-actu:    #2B4FA0;
  --c-culture: #7A3FA2;
  --c-sport:   #1C7A46;
  --c-eco:     #7A5200;
  --c-edu:     #B02828;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bone);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
}
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.2;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }
input, select, textarea { font-family: inherit; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }

/* === UTILITAIRES === */
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* === HEADER === */
header {
  background: var(--void);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 2px solid var(--amber);
  box-shadow: 0 2px 20px rgba(0,0,0,.35);
}

/* Ticker d'actualités dans le header */
.header-ticker {
  background: #fff;
  border-top: 1px solid var(--rule);
  overflow: hidden;
  height: 30px;
  display: flex;
  align-items: center;
}
.ht-label {
  background: var(--amber);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 0 14px;
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 6px;
}
.ht-label::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.85);
  animation: blink 1.2s infinite;
  flex-shrink: 0;
}
.ht-wrap { overflow: hidden; flex: 1; }
.ht-track {
  display: flex;
  animation: ticker 34s linear infinite;
  white-space: nowrap;
}
.ht-track:hover { animation-play-state: paused; }
.ht-item {
  font-size: 11.5px;
  font-weight: 500;
  padding: 0 26px;
  color: var(--ink);
  cursor: pointer;
  transition: color .15s;
}
.ht-item:hover { color: var(--amber); }
.ht-sep { color: var(--rule); font-size: 11px; }
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1160px;
  margin: 0 auto;
  gap: 12px;
}
.logo {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: -.01em;
}
.logo span { color: var(--amber); }

nav {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  align-items: center;
}
nav a {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 11px;
  border-radius: 4px;
  color: #8FABC8;
  transition: color .15s, background .15s;
  white-space: nowrap;
}
nav a:hover { color: #C8DCF0; background: rgba(255,255,255,.06); }
nav a.active { color: #E0EDF8; }
nav a.highlight {
  background: var(--amber);
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}
nav a.highlight:hover { background: var(--amber-mid); }

.hamburger {
  display: none;
  background: none;
  border: none;
  color: rgba(255,255,255,.8);
  font-size: 22px;
  padding: 4px;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 10px 0;
}
.mobile-nav a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  color: #8FABC8;
  display: block;
  transition: color .15s;
}
.mobile-nav a:hover, .mobile-nav a.active { color: var(--amber); }
.mobile-nav a.highlight { color: var(--amber); }
.mobile-nav.open { display: flex; }

/* === UTILITAIRES TEXTE === */
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--amber);
}

/* === SECTION UTILS === */
.section { padding: 56px 0; }
.section-sm { padding: 36px 0; }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.section-head > div > h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
}
.section-head .eyebrow { display: block; margin-bottom: 4px; }

.see-all {
  font-size: 13px;
  font-weight: 500;
  color: var(--amber);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  white-space: nowrap;
  transition: opacity .15s;
}
.see-all:hover { opacity: .7; }

/* === LAYOUT === */
.layout { display: grid; grid-template-columns: 2.1fr 1fr; gap: 44px; }
.layout-wide { display: grid; grid-template-columns: 1fr 340px; gap: 44px; }

/* === BOUTONS === */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--amber);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 6px;
  border: none;
  transition: background .15s;
  white-space: nowrap;
}
.btn-primary:hover { background: var(--amber-mid); }
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.28);
  transition: border-color .15s, color .15s;
}
.btn-outline:hover { border-color: var(--amber); color: var(--amber); }

/* === TAGS RUBRIQUES === */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
}
.tag::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.tag.actu    { color: var(--c-actu);    background: #EDF1FA; }
.tag.actu::before    { background: var(--c-actu); }
.tag.culture { color: var(--c-culture); background: #F4EFF8; }
.tag.culture::before { background: var(--c-culture); }
.tag.sport   { color: var(--c-sport);   background: #E9F5EE; }
.tag.sport::before   { background: var(--c-sport); }
.tag.eco     { color: var(--c-eco);     background: #F7F0E3; }
.tag.eco::before     { background: var(--c-eco); }
.tag.edu     { color: var(--c-edu);     background: #FDEDED; }
.tag.edu::before     { background: var(--c-edu); }
.tag.sponsored { color: #7A5200; background: #FFF3D4; }
.tag.sponsored::before { background: #C89000; }

/* === NEWS CARDS === */
.news-grid   { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0,0,0,.09);
}

.card-img {
  height: 150px;
  background: linear-gradient(135deg, #1F2E52, #0D1B33);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A5A80;
  font-size: 10px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.card-img.culture-bg { background: linear-gradient(135deg, #3D1F52, #1F0D33); }
.card-img.sport-bg   { background: linear-gradient(135deg, #0F3320, #0D2010); }
.card-img.eco-bg     { background: linear-gradient(135deg, #3D2A0F, #1A1205); }
.card-img.edu-bg     { background: linear-gradient(135deg, #1A0F3D, #0D0A20); }

.card-img-real {
  height: 168px;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}
.card-img-real::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,.4), transparent);
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ink);
}
.card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}
.card-meta {
  font-size: 11px;
  color: #9AA0AC;
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.card-meta .dot { color: var(--rule); }

/* Carte éditée (large) */
.card-featured {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  margin-bottom: 28px;
  transition: box-shadow .2s;
}
.card-featured:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.card-featured .card-img-real { height: 100%; min-height: 200px; max-height: 240px; }
.card-featured .card-body { padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.card-featured h3 { font-size: 20px; line-height: 1.3; margin-bottom: 10px; }
.card-featured .card-body p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; line-height: 1.6; color: var(--muted); }

/* Compact news strip (replaces 2-col card grid) */
.news-strip { margin-bottom: 28px; border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; background: var(--paper); }
.news-strip-header { padding: 12px 18px; border-bottom: 1px solid var(--rule); font-size: 11px; font-weight: 700; letter-spacing: .06em; color: var(--muted); text-transform: uppercase; }
.nsi { display: flex; gap: 14px; align-items: center; padding: 13px 18px; border-bottom: 1px solid var(--rule); text-decoration: none; color: inherit; transition: background .15s; }
.nsi:last-child { border-bottom: none; }
.nsi:hover { background: var(--bone); }
.nsi-thumb { width: 76px; height: 52px; border-radius: 5px; background-size: cover; background-position: center; flex-shrink: 0; }
.nsi-body { flex: 1; }
.nsi-body h4 { font-size: 13.5px; font-weight: 600; line-height: 1.35; margin-bottom: 4px; color: var(--ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.nsi-body .card-meta { font-size: 11px; }
.nsi-arrow { font-size: 12px; color: var(--amber); flex-shrink: 0; }

/* Override card-img-real inside article-item (horizontal list layout) */
.article-item .card-img-real {
  width: 110px;
  height: 76px;
  border-radius: 5px;
  flex-shrink: 0;
}

/* Article en liste */
.article-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
}
.article-item:last-child { border: none; }
.article-thumb {
  width: 110px;
  height: 76px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #1F2E52, #0D1B33);
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.article-info { flex: 1; }
.article-info .tag { margin-bottom: 6px; }
.article-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--ink);
}
.article-info p { font-size: 13px; color: var(--muted); }
.article-info .card-meta { margin-top: 8px; padding-top: 0; }

/* === SIDEBAR === */
.sidebar > * { margin-bottom: 22px; }

.sidebar-box {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 20px;
}
.sidebar-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
}

.event-item {
  display: flex;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
}
.event-item:last-child { border: none; padding-bottom: 0; }
.event-date {
  background: var(--void);
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
  min-width: 42px;
  flex-shrink: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.event-date b {
  display: block;
  font-size: 19px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
  margin-top: 1px;
  letter-spacing: 0;
}
.event-item h4 { font-size: 13px; font-weight: 600; margin-bottom: 2px; line-height: 1.3; }
.event-item span { font-size: 11px; color: var(--muted); }

.most-read-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
}
.most-read-item:last-child { border: none; padding-bottom: 0; }
.mr-rank {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  color: var(--rule);
  min-width: 22px;
  line-height: 1;
  padding-top: 1px;
  flex-shrink: 0;
}
.most-read-item h4 { font-size: 13px; font-weight: 600; line-height: 1.35; flex: 1; color: var(--ink); }
.most-read-item span { font-size: 10px; color: var(--muted); display: block; margin-top: 3px; }

/* === PUBLICITÉ === */
.ad-box {
  border: 1.5px solid var(--amber);
  border-radius: 8px;
  padding: 16px;
  position: relative;
  background: var(--paper);
}
.ad-box::before {
  content: "Publicité";
  position: absolute;
  top: -9px;
  left: 12px;
  background: var(--paper);
  padding: 0 6px;
  font-size: 9px;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: .04em;
}
.annonceur-logo {
  width: 50px;
  height: 50px;
  background: var(--void);
  color: var(--amber);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.ad-box h4 { font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.ad-box p  { font-size: 12px; color: var(--muted); margin-bottom: 10px; line-height: 1.5; }
.btn-annonceur {
  display: inline-block;
  background: var(--amber);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 5px;
  transition: background .15s;
}
.btn-annonceur:hover { background: var(--amber-mid); }
.ad-contact { font-size: 10px; color: #aaa; margin-top: 10px; }

/* Bannière publicitaire horizontale */
.ad-banner {
  border: 1.5px solid var(--amber);
  border-radius: 8px;
  padding: 16px 22px;
  position: relative;
  background: var(--amber-pale);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 40px;
}
.ad-banner::before {
  content: "Publicité";
  position: absolute;
  top: -9px;
  left: 12px;
  background: var(--amber-pale);
  padding: 0 6px;
  font-size: 9px;
  font-weight: 600;
  color: var(--amber);
}
.ad-banner .ad-logo {
  width: 46px;
  height: 46px;
  background: var(--void);
  color: var(--amber);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.ad-banner-text h4 { font-size: 14px; margin-bottom: 3px; }
.ad-banner-text p  { font-size: 13px; color: var(--muted); }

/* === LOGO SLIDER (partenaires) === */
.logo-slider-band {
  overflow: hidden;
  background: var(--paper);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
}
/* Fade edges */
.logo-slider-band::before,
.logo-slider-band::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.logo-slider-band::before { left: 0; background: linear-gradient(to right, var(--paper), transparent); }
.logo-slider-band::after  { right: 0; background: linear-gradient(to left,  var(--paper), transparent); }

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: logoSlide 30s linear infinite;
  padding: 20px 0;
}
.logo-track:hover { animation-play-state: paused; }

.logo-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 44px;
  text-decoration: none;
  border-right: 1px solid var(--rule);
  transition: opacity .2s;
}
.logo-slide:hover { opacity: .75; }

.ls-img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--rule);
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  flex-shrink: 0;
}
.ls-name {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}
.ls-cat {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
}

@keyframes logoSlide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* === ESPACE VOYAGEUR — section teaser === */
.voy-section {
  background: var(--void);
  color: #fff;
  padding: 64px 0;
  border-top: 2px solid var(--amber);
  border-bottom: 2px solid var(--amber);
}
.voy-head { max-width: 640px; margin-bottom: 36px; }
.voy-head .eyebrow { color: var(--amber); display: block; margin-bottom: 8px; }
.voy-head h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-style: italic;
  color: #fff;
  margin-bottom: 12px;
}
.voy-head p { color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.65; }

.voy-modes { display: flex; gap: 16px; margin-bottom: 32px; }
.voy-mode {
  flex: 1;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 22px;
  transition: border-color .15s;
}
.voy-mode:hover { border-color: var(--amber); }
.voy-mode .icon { font-size: 24px; margin-bottom: 10px; display: block; }
.voy-mode h4 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #fff;
  margin-bottom: 6px;
}
.voy-mode p { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.55; }

/* === PAGE HÉROS (pages intérieures) === */
.page-hero {
  background: var(--void);
  color: #fff;
  padding: 52px 0 56px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--amber);
  min-height: 220px;
  display: flex;
  align-items: center;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(.25) saturate(1.2);
  z-index: 0;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(11,21,40,.96) 40%, rgba(11,21,40,.5));
  z-index: 1;
}
.page-hero-inner { position: relative; z-index: 2; width: 100%; }
.page-hero .eyebrow { margin-bottom: 8px; display: block; }
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.01em;
  margin-bottom: 10px;
  color: #fff;
}
.page-hero p { font-size: 15px; color: rgba(255,255,255,.65); max-width: 600px; line-height: 1.65; }

/* Héros grande version (pages catégories) */
.inner-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--void);
  border-bottom: 2px solid var(--amber);
}
.inner-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(.28) saturate(1.15);
  z-index: 0;
  transition: transform 10s ease;
}
.inner-hero:hover .inner-hero-bg { transform: scale(1.03); }
.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11,21,40,.97) 38%, rgba(11,21,40,.5) 100%);
  z-index: 1;
}
.inner-hero-body {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 52px 0;
}
.inner-hero-wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.inner-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin: 8px 0 12px;
  line-height: 1.1;
}
.inner-hero .eyebrow { display: block; margin-bottom: 4px; }
.inner-hero p { font-size: 15px; color: rgba(255,255,255,.62); max-width: 560px; line-height: 1.65; }
.inner-hero-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 18px 22px;
  backdrop-filter: blur(8px);
  min-width: 200px;
}
.ihs-item { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.ihs-label { font-size: 11px; color: rgba(255,255,255,.42); }
.ihs-val {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.ihs-val.orange { color: var(--amber); }

/* === VOYAGEUR — page complète === */
.voy-hero {
  background: var(--void);
  color: #fff;
  padding: 52px 0 60px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--amber);
}
.voy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, rgba(200,88,5,.05) 0 1px, transparent 1px 40px);
  pointer-events: none;
}
.voy-hero-inner { position: relative; }
.voy-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -.01em;
  margin: 10px 0 14px;
  color: #fff;
}
.voy-hero p { font-size: 16px; color: rgba(255,255,255,.58); max-width: 560px; line-height: 1.65; }
.how-it-works { margin-top: 36px; }
.how-steps { display: flex; gap: 0; position: relative; }
.how-steps::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 40px;
  right: 40px;
  height: 1px;
  background: repeating-linear-gradient(to right, var(--amber) 0 10px, transparent 10px 18px);
}

.voy-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 36px; align-items: start; }

.voy-form {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 24px;
}
.voy-form h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  margin-bottom: 4px;
}
.voy-form > p { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 18px; }

.type-toggle {
  display: flex;
  background: rgba(0,0,0,.3);
  border-radius: 7px;
  padding: 4px;
  margin-bottom: 18px;
}
.type-toggle button {
  flex: 1;
  padding: 9px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,.45);
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  transition: .15s;
}
.type-toggle button.active { background: var(--amber); color: #fff; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 5px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.5); }
.field input, .field select, .field textarea {
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  padding: 10px 11px;
  border-radius: 6px;
  font-size: 13px;
  transition: border-color .15s;
}
.field input::placeholder { color: rgba(255,255,255,.28); }
.field input:focus, .field select:focus { outline: none; border-color: var(--amber); }
.field select option { background: var(--navy); }

.voy-note {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  margin: 8px 0 16px;
  padding: 10px 12px;
  background: rgba(200,88,5,.1);
  border-left: 3px solid var(--amber);
  border-radius: 0 4px 4px 0;
  line-height: 1.55;
}
.voy-disclaimer { font-size: 11px; color: rgba(255,255,255,.3); margin-top: 10px; text-align: center; line-height: 1.55; }

.btn-submit {
  width: 100%;
  background: var(--amber);
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 14px;
  transition: background .15s;
  margin-bottom: 10px;
}
.btn-submit:hover { background: var(--amber-mid); }

.board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.board-head h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
}
.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #7FE3A0;
}
.live-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3FCB6E;
  display: inline-block;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 3px rgba(63,203,110,.2);
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(63,203,110,.2); }
  50%       { box-shadow: 0 0 0 6px rgba(63,203,110,.1); }
}

.route-track { position: relative; padding-left: 22px; }
.route-track::before {
  content: "";
  position: absolute;
  left: 6px; top: 6px; bottom: 6px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--amber) 0 6px, transparent 6px 12px);
}

.voy-entry {
  position: relative;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 14px;
  transition: border-color .15s;
}
.voy-entry:hover { border-color: var(--amber); }
.voy-entry::before {
  content: "";
  position: absolute;
  left: -22px; top: 20px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--amber);
  border: 2px solid var(--void);
}

.voy-entry-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.voy-kind {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.voy-kind.colis  { background: rgba(200,88,5,.22); color: #F0A93E; }
.voy-kind.covoit { background: rgba(28,122,70,.22); color: #5FDB8C; }
.voy-when { font-size: 11px; color: rgba(255,255,255,.45); }
.voy-route {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  color: #fff;
}
.voy-route .arrow { color: var(--amber); font-size: 13px; font-family: 'Inter', sans-serif; }
.voy-details { display: flex; flex-wrap: wrap; gap: 14px; font-size: 12px; color: rgba(255,255,255,.52); margin-bottom: 12px; }
.voy-details b { color: #fff; }
.voy-entry-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.voy-person { display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,.55); }
.avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--amber);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.btn-contact {
  background: transparent;
  border: 1px solid var(--amber);
  color: var(--amber);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 5px;
  transition: .15s;
}
.btn-contact:hover { background: var(--amber); color: #fff; }
.btn-report {
  background: none;
  border: none;
  color: rgba(255,255,255,.28);
  font-size: 10px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: color .15s;
}
.btn-report:hover { color: var(--amber); }
.board-empty { text-align: center; padding: 32px; color: rgba(255,255,255,.3); font-size: 13px; }
.mono { font-variant-numeric: tabular-nums; }

/* === ÉVÉNEMENTS === */
.month-nav { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.month-nav button {
  background: var(--paper);
  border: 1px solid var(--rule);
  color: var(--ink);
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 16px;
  transition: .15s;
}
.month-nav button:hover { border-color: var(--amber); color: var(--amber); }
.month-nav h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; font-style: italic; }

.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 32px; }
.cal-header {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  padding: 6px;
  letter-spacing: .04em;
}
.cal-day {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 5px;
  padding: 8px;
  min-height: 52px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  position: relative;
  transition: .15s;
}
.cal-day.empty { background: transparent; border: none; }
.cal-day.has-event { background: var(--amber-pale); border-color: var(--amber); cursor: pointer; }
.cal-day.has-event:hover { background: var(--amber); color: #fff; }
.cal-day.today { border-color: var(--void); border-width: 2px; }
.cal-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--amber); position: absolute; bottom: 6px; right: 6px; }

.event-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  transition: box-shadow .2s, transform .2s;
}
.event-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); transform: translateX(3px); }
.event-card-date {
  background: var(--void);
  color: #fff;
  border-radius: 7px;
  text-align: center;
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  min-width: 54px;
  flex-shrink: 0;
  line-height: 1.2;
}
.event-card-date b {
  display: block;
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin: 2px 0;
  letter-spacing: 0;
}
.event-card-body { flex: 1; }
.event-card-body h3 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; margin-bottom: 5px; color: var(--ink); }
.event-card-body p  { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.event-meta { display: flex; gap: 14px; font-size: 11px; color: var(--muted); }
.event-card-img {
  width: 120px;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  min-height: 90px;
}
@media(max-width:600px) { .event-card-img { display: none; } }

/* === SPORT SCORES === */
.score-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 32px; }
.score-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 8px; padding: 18px; text-align: center; }
.score-label { font-size: 10px; color: var(--muted); margin-bottom: 12px; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
.score-teams { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.score-team { flex: 1; }
.score-team span { font-size: 12px; font-weight: 700; display: block; }
.score-team small { font-size: 10px; color: var(--muted); }
.score-num { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; font-style: italic; color: var(--void); }

.match-item { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--rule); }
.match-item:last-child { border: none; }
.match-date { font-size: 11px; color: var(--muted); min-width: 100px; }
.match-teams { flex: 1; font-size: 14px; font-weight: 600; }
.match-lieu { font-size: 11px; color: var(--muted); }

/* === VIDÉO & GALERIE === */
.video-block {
  background: var(--void);
  border-radius: 10px;
  aspect-ratio: 16/7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-block:hover .play-btn { transform: scale(1.08); }
.play-btn {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transition: transform .2s;
  position: relative;
  z-index: 1;
}
.video-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 20px; }
.gallery.gallery-12 { grid-template-columns: repeat(4, 1fr); }
.gallery-item {
  aspect-ratio: 1;
  border-radius: 7px;
  background: linear-gradient(135deg, #1F2E52, #0D1B33);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.3);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  overflow: hidden;
}
.gallery-item:hover { transform: scale(1.03); box-shadow: 0 6px 20px rgba(0,0,0,.2); }
.gallery-item.culture-bg { background: linear-gradient(135deg, #3D1F52, #1F0D33); }
.gallery-item.sport-bg   { background: linear-gradient(135deg, #0F3320, #0D2010); }
.gallery-item.event-bg   { background: linear-gradient(135deg, #3D2010, #1A0D05); }

.filter-tabs { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.filter-tab {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid var(--rule);
  background: var(--paper);
  color: var(--muted);
  cursor: pointer;
  transition: .15s;
}
.filter-tab.active, .filter-tab:hover { background: var(--void); color: #fff; border-color: var(--void); }

/* === NEWSLETTER === */
.newsletter {
  background: var(--void);
  border-radius: 12px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.newsletter::before {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(200,88,5,.1);
  pointer-events: none;
}
.newsletter h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 6px;
  color: #fff;
}
.newsletter p { font-size: 14px; max-width: 380px; line-height: 1.6; color: rgba(255,255,255,.6); }
.nl-form { display: flex; gap: 8px; flex-wrap: wrap; }
.nl-form input {
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 13px;
  width: 220px;
  background: rgba(255,255,255,.08);
  color: #fff;
}
.nl-form input::placeholder { color: rgba(255,255,255,.38); }
.nl-form input:focus { outline: 2px solid var(--amber); border-color: transparent; }
.nl-form button {
  padding: 12px 20px;
  border-radius: 6px;
  border: none;
  background: var(--amber);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  transition: background .15s;
}
.nl-form button:hover { background: var(--amber-mid); }

/* === FOOTER === */
footer {
  background: var(--void);
  color: rgba(255,255,255,.45);
  padding: 52px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 20px;
}
.footer-grid h4 { color: rgba(255,255,255,.75); font-size: 13px; font-weight: 600; margin-bottom: 14px; }
.footer-grid p { font-size: 13px; line-height: 1.7; }
.footer-grid ul { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { font-size: 13px; transition: color .15s; }
.footer-grid a:hover { color: var(--amber); }
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
  color: #fff;
  display: block;
}
.footer-brand span { color: var(--amber); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255,255,255,.28);
}

/* === GALERIE VIDEO GRID === */
.video-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}
@media (max-width: 860px) {
  .video-grid { grid-template-columns: 1fr; }
}

/* === PAGINATION === */
.pagination { display: flex; gap: 6px; justify-content: center; margin-top: 32px; }
.page-btn {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--rule);
  border-radius: 5px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: .15s;
}
.page-btn:hover, .page-btn.active { background: var(--void); color: #fff; border-color: var(--void); }

/* === TOAST === */
.toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: var(--void);
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  border-left: 3px solid var(--amber);
  font-size: 13px;
  font-weight: 500;
  z-index: 999;
  transform: translateY(80px);
  opacity: 0;
  transition: .3s;
  max-width: 320px;
}
.toast.show { transform: translateY(0); opacity: 1; }

/* === PUB — styles spécifiques === */
.pub-badge {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ad-annonceur-mois {
  background: linear-gradient(140deg, var(--void) 0%, #1a2e5a 100%);
  border: 1.5px solid var(--amber);
  border-radius: 10px;
  overflow: hidden;
}
.aam-top {
  background: var(--amber);
  padding: 7px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aam-top span { font-size: 10px; font-weight: 700; color: #fff; letter-spacing: .04em; text-transform: uppercase; }
.aam-top .aam-crown { font-size: 14px; }
.aam-body { padding: 18px; }
.aam-logo-wrap {
  width: 58px; height: 58px;
  background: rgba(200,88,5,.14);
  border: 1.5px solid rgba(200,88,5,.38);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; color: var(--amber);
  margin-bottom: 12px;
}
.aam-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.aam-desc { font-size: 12px; color: rgba(255,255,255,.52); line-height: 1.55; margin-bottom: 14px; }
.aam-btn {
  display: block; width: 100%;
  background: var(--amber); color: #fff;
  text-align: center; font-weight: 600; font-size: 13px;
  padding: 10px; border-radius: 6px;
  transition: background .15s;
}
.aam-btn:hover { background: var(--amber-mid); }
.aam-contact { font-size: 10px; color: rgba(255,255,255,.28); text-align: center; margin-top: 10px; }

.ad-std { border: 1.5px solid var(--amber); border-radius: 8px; overflow: hidden; background: var(--paper); }
.ad-std-top { background: var(--amber); padding: 5px 12px; display: flex; align-items: center; justify-content: space-between; }
.ad-std-top span { font-size: 9px; font-weight: 700; color: #fff; letter-spacing: .06em; text-transform: uppercase; }
.ad-std-body { padding: 14px; }
.ad-std-logo {
  width: 40px; height: 40px;
  background: var(--void); color: var(--amber);
  border-radius: 6px; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px; margin-bottom: 10px;
}
.ad-std-body h4 { font-size: 13px; font-weight: 700; margin-bottom: 5px; }
.ad-std-body p  { font-size: 12px; color: var(--muted); margin-bottom: 10px; line-height: 1.5; }
.ad-std-cta {
  display: inline-block;
  background: var(--amber); color: #fff;
  font-size: 12px; font-weight: 600;
  padding: 7px 12px; border-radius: 5px;
  transition: background .15s;
}
.ad-std-cta:hover { background: var(--amber-mid); }
.ad-std-contact { font-size: 10px; color: #aaa; margin-top: 8px; }

/* === ESPACE PUBLICITAIRE DISPONIBLE === */
.ad-placeholder {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: linear-gradient(135deg, var(--void) 0%, #1a2e5a 100%);
  border: 1.5px dashed rgba(200,88,5,.5);
}
.ad-placeholder::before {
  content: "ESPACE DISPONIBLE";
  position: absolute;
  top: 0; left: 0; right: 0;
  background: var(--amber);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  padding: 5px;
}
.ph-icon {
  font-size: 32px;
  display: block;
  text-align: center;
  padding: 36px 20px 8px;
}
.ad-placeholder h4 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  padding: 0 20px;
}
.ad-placeholder p {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  text-align: center;
  line-height: 1.6;
  padding: 0 20px 16px;
}
.ad-placeholder a {
  display: block;
  margin: 0 16px 16px;
  background: var(--amber);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 11px;
  border-radius: 6px;
  transition: background .15s;
}
.ad-placeholder a:hover { background: var(--amber-mid); }
.ad-placeholder-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,.07);
  border-top: 1px solid rgba(255,255,255,.08);
  margin: 0 0 16px;
}
.aps-item {
  padding: 12px 10px;
  text-align: center;
  background: rgba(0,0,0,.15);
}
.aps-val {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  color: var(--amber);
}
.aps-label {
  display: block;
  font-size: 10px;
  color: rgba(255,255,255,.4);
  margin-top: 2px;
}

/* === GRILLE TARIFS PUB === */
.ad-tarifs {
  border-radius: 10px;
  overflow: hidden;
  background: var(--paper);
  border: 1.5px solid var(--rule);
  margin-bottom: 20px;
}
.ad-tarifs-title {
  display: block;
  background: linear-gradient(100deg, var(--void), #1a2e5a);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 10px 16px;
}
.tarif-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid var(--rule);
  font-size: 12px;
}
.tarif-row:last-of-type { border: none; }
.t-name { color: var(--ink); font-weight: 500; }
.t-price {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  color: var(--amber);
  white-space: nowrap;
}
.tarif-cta {
  display: block;
  margin: 0 12px 12px;
  background: var(--amber);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 11px;
  border-radius: 6px;
  transition: background .15s;
}
.tarif-cta:hover { background: var(--amber-mid); }

.ad-fullband {
  background: var(--amber-pale);
  border: 1.5px solid var(--amber);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 28px;
  position: relative;
}
.ad-fullband::before {
  content: "Publicité";
  position: absolute; top: -8px; left: 12px;
  background: var(--bone); padding: 0 6px;
  font-size: 9px; font-weight: 600; color: var(--amber);
}
.ad-fullband-inner { padding: 18px 24px; display: flex; align-items: center; gap: 20px; }
.afb-logo {
  width: 46px; height: 46px;
  background: var(--void); color: var(--amber);
  border-radius: 7px; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; flex-shrink: 0;
}
.afb-text { flex: 1; }
.afb-text .eyebrow { display: block; margin-bottom: 3px; }
.afb-text h3 { font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.afb-text p  { font-size: 13px; color: var(--muted); }
.afb-cta {
  background: var(--amber); color: #fff;
  font-size: 13px; font-weight: 600;
  padding: 9px 16px; border-radius: 6px;
  transition: background .15s; white-space: nowrap;
}
.afb-cta:hover { background: var(--amber-mid); }

/* Pub fullband avec image de fond */
.ad-fullband-hero {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 28px;
  position: relative;
  min-height: 130px;
  display: flex;
  align-items: center;
}
.ad-fullband-hero::before {
  content: "Publicité";
  position: absolute; top: 10px; left: 12px;
  font-size: 9px; font-weight: 600; color: rgba(255,255,255,.5);
  letter-spacing: .06em;
  z-index: 2;
}
.afh-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(.45);
}
.afh-inner {
  position: relative;
  z-index: 1;
  padding: 28px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.afh-logo {
  width: 52px; height: 52px;
  background: var(--amber); color: #fff;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; flex-shrink: 0;
}
.afh-text { flex: 1; }
.afh-text .eyebrow { display: block; margin-bottom: 4px; color: var(--amber); }
.afh-text h3 { font-size: 17px; font-weight: 700; margin-bottom: 4px; color: #fff; }
.afh-text p  { font-size: 13px; color: rgba(255,255,255,.7); }
.afh-cta {
  background: var(--amber); color: #fff;
  font-size: 13px; font-weight: 700;
  padding: 11px 20px; border-radius: 6px;
  transition: background .15s; white-space: nowrap;
  flex-shrink: 0;
}
.afh-cta:hover { background: var(--amber-mid); }

/* Bloc pub mid-article (inline dans la liste) */
.ad-inline {
  background: linear-gradient(100deg, var(--void) 0%, #1e3060 100%);
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 4px 0;
  position: relative;
}
.ad-inline::before {
  content: "Publicité";
  position: absolute; top: 8px; right: 12px;
  font-size: 9px; color: rgba(255,255,255,.3); letter-spacing: .06em;
}
.ai-logo {
  width: 46px; height: 46px;
  background: rgba(255,255,255,.1); color: #fff;
  border-radius: 7px; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px; flex-shrink: 0;
  border: 1px solid rgba(255,255,255,.15);
}
.ai-text { flex: 1; }
.ai-text h4 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.ai-text p  { font-size: 12px; color: rgba(255,255,255,.55); }
.ai-cta {
  background: var(--amber); color: #fff;
  font-size: 12px; font-weight: 600;
  padding: 8px 14px; border-radius: 5px;
  white-space: nowrap; flex-shrink: 0;
}

/* Sidebar annonceur premium (avec photo) */
.ad-annonceur-premium {
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid var(--amber);
  margin-bottom: 20px;
}
.aap-img {
  height: 120px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.aap-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,21,40,.85) 0%, transparent 60%);
}
.aap-badge {
  position: absolute;
  bottom: 10px; left: 12px;
  background: var(--amber); color: #fff;
  font-size: 9px; font-weight: 700; letter-spacing: .08em;
  padding: 3px 8px; border-radius: 3px;
  z-index: 1; text-transform: uppercase;
}
.aap-body {
  background: linear-gradient(140deg, var(--void), #1a2e5a);
  padding: 16px;
}
.aap-name { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.aap-desc { font-size: 12px; color: rgba(255,255,255,.55); margin-bottom: 14px; line-height: 1.5; }
.aap-btn {
  display: block;
  background: var(--amber); color: #fff;
  text-align: center; font-size: 12px; font-weight: 600;
  padding: 9px; border-radius: 6px;
  transition: background .15s;
}
.aap-btn:hover { background: var(--amber-mid); }

/* === RESPONSIVE === */
@media (max-width: 960px) {
  .news-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .score-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  nav { display: none; }
  .hamburger { display: block; }
  .layout { grid-template-columns: 1fr; }
  .layout-wide { grid-template-columns: 1fr; }
  .voy-layout { grid-template-columns: 1fr; }
  .voy-modes { flex-direction: column; }
  .card-featured { grid-template-columns: 1fr; }
  .card-featured .card-img-real { min-height: 200px; height: 200px; max-height: 200px; }
  .nsi-thumb { width: 64px; height: 44px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .newsletter { flex-direction: column; padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .inner-hero-wrap { grid-template-columns: 1fr; }
  .inner-hero-stats { display: none; }
  .inner-hero h1 { font-size: 30px; }
  .inner-hero { min-height: 260px; }
  .ad-fullband-inner { flex-wrap: wrap; }
  .afh-inner { flex-wrap: wrap; }
  .afh-cta { width: 100%; text-align: center; }
  .ad-inline { flex-wrap: wrap; }
  .ai-cta { width: 100%; text-align: center; margin-top: 8px; }
  .event-card { flex-wrap: wrap; }
  .news-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .resto-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-grid-2 { grid-template-columns: 1fr; }
  .news-grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .score-grid { grid-template-columns: 1fr; }
  .calendar-grid { display: none; }
  .wrap { padding: 0 16px; }
  .newsletter { padding: 28px 20px; }
  .nl-form input { width: 100%; }
  .nl-form { flex-direction: column; }
  .voy-hero h1 { font-size: 30px; }
  .inner-hero h1 { font-size: 26px; }
  .inner-hero { min-height: 220px; }
  .resto-grid { grid-template-columns: 1fr; }
  .aap-img { height: 80px; }
  .event-card { flex-direction: column; }
  .voy-section .wrap { flex-direction: column; }
  .afh-inner { flex-direction: column; align-items: flex-start; }
  .afh-cta { width: 100%; text-align: center; }
  .ad-inline { flex-direction: column; align-items: flex-start; }
  .ai-cta { width: 100%; text-align: center; }
}
@media (max-width: 480px) {
  .header-ticker { display: none; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-side { flex-direction: column; }
  .pharma-grid { grid-template-columns: 1fr; }
  .pharma-main { grid-template-columns: 1fr; }
}

/* ===================================================
   NOUVELLES SECTIONS — MboroActu v1.1
   =================================================== */

/* === FEATURED GRID (À LA UNE) === */
.featured-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 3px;
  margin-bottom: 3px;
}
.featured-main {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.featured-main-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  filter: brightness(.75);
}
.featured-main-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(11,21,40,.95) 0%, rgba(11,21,40,.4) 70%, transparent 100%);
}
.featured-main h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  margin: 8px 0 10px;
}
.featured-main .card-meta { color: rgba(255,255,255,.55); }
.featured-side {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.featured-side-item {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.featured-side-img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  background-size: cover;
  background-position: center;
  filter: brightness(.7);
}
.featured-side-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(11,21,40,.92), transparent);
}
.featured-side-body h3 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
  margin-top: 5px;
}

/* === PHARMACIE DE GARDE === */
.pharma-section {
  background: #0B3D1E;
  color: #fff;
  padding: 48px 0;
}
.pharma-section .eyebrow { color: #4AE07A; }
.pharma-section h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #fff;
  font-size: 28px;
  margin: 8px 0 28px;
}
.pharma-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pharma-main {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 200px 1fr;
}
.pharma-img {
  background-size: cover;
  background-position: center;
  min-height: 200px;
}
.pharma-body { padding: 24px; }
.pharma-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1A6B35;
  color: #4AE07A;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.pharma-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4AE07A;
  animation: pulse 2s infinite;
}
.pharma-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.pharma-body p {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
  margin-bottom: 6px;
}
.pharma-tel {
  font-size: 20px;
  font-weight: 700;
  color: #4AE07A;
  display: block;
  margin: 12px 0;
  font-family: 'Playfair Display', serif;
}
.pharma-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pharma-list-item {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pharma-list-item h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
}
.pharma-list-item p {
  font-size: 12px;
  color: rgba(255,255,255,.5);
}
.pharma-week {
  font-size: 11px;
  color: rgba(255,255,255,.35);
  text-align: right;
}

/* === RESTAURANTS & HÔTELS === */
.resto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.resto-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}
.resto-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,.1);
}
.resto-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.resto-type {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(11,21,40,.75);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 3px;
}
.resto-body { padding: 16px; }
.resto-body h4 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}
.resto-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 6px;
}
.resto-stars { color: #F59E0B; font-size: 13px; }
.resto-addr { font-size: 12px; color: var(--muted); }

/* === GRILLE 4 COLONNES === */
.news-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* === RESPONSIVE NOUVELLES SECTIONS === */
@media (max-width: 1024px) {
  .resto-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .featured-grid { grid-template-columns: 1fr; }
  .featured-side { flex-direction: row; gap: 3px; }
  .featured-side-img { min-height: 120px; }
  .pharma-grid { grid-template-columns: 1fr; }
  .pharma-main { grid-template-columns: 1fr; }
  .pharma-img { min-height: 160px; }
  .hero-v2 { height: 400px !important; }
}
@media (max-width: 600px) {
  .resto-grid { grid-template-columns: 1fr; }
  .news-grid-4 { grid-template-columns: 1fr; }
  .featured-side { flex-direction: column; }
  .hero-v2 { height: 300px !important; }
}
