/*
Theme Name: Pouls Afrique
Theme URI: https://poulsafrique.com
Author: Pouls Afrique Media
Author URI: https://poulsafrique.com
Description: Portail d'actualite africaine - Cote d'Ivoire, Afrique et Monde. Compatible Elementor Page Builder.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pouls-afrique
Tags: news, blog, custom-menu, featured-images, full-width-template, threaded-comments
*/

:root {
  --rouge: #e8001c;
  --rouge-fonce: #b50016;
  --noir: #0d0d0d;
  --noir-doux: #1a1a1a;
  --gris-fonce: #2c2c2c;
  --gris: #555;
  --gris-clair: #999;
  --gris-bg: #f4f4f4;
  --blanc: #ffffff;
  --or: #c9a227;
  --or-clair: #f0d060;
  --bleu-lien: #1a5fb4;
  --vert: #1a8a3a;
  --font-titre: 'Georgia', 'Times New Roman', serif;
  --font-corps: 'Arial', 'Helvetica Neue', sans-serif;
  --ombre: 0 2px 8px rgba(0,0,0,0.12);
  --ombre-forte: 0 4px 20px rgba(0,0,0,0.2);
  --rayon: 4px;
  --transition: 0.2s ease;
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--font-corps);
  background: var(--gris-bg);
  color: var(--noir);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rouge); }
img { display: block; width: 100%; height: auto; object-fit: cover; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* === UTILITAIRES === */
.container { max-width: 1280px; margin: 0 auto; padding: 0 16px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.rouge { color: var(--rouge); }
.or { color: var(--or); }
.bold { font-weight: 700; }
.tag {
  display: inline-block;
  background: var(--rouge);
  color: var(--blanc);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 2px 7px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.tag.or { background: var(--or); color: var(--noir); }
.tag.vert { background: var(--vert); }
.badge-live {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--rouge); color: var(--blanc);
  font-size: 0.7rem; font-weight: 700; padding: 3px 8px;
  border-radius: 2px; text-transform: uppercase; letter-spacing: 0.05em;
  animation: pulse-badge 1.5s infinite;
}
.badge-live::before {
  content: ''; width: 7px; height: 7px;
  background: var(--blanc); border-radius: 50%;
  animation: blink 1s infinite;
}
@keyframes pulse-badge { 0%,100%{opacity:1} 50%{opacity:.85} }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

/* =====================================================
   BARRE SUPÉRIEURE (date, météo, réseaux)
   ===================================================== */
.topbar {
  background: var(--noir);
  color: var(--gris-clair);
  font-size: 0.75rem;
  padding: 6px 0;
  border-bottom: 1px solid #222;
}
.topbar .container {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.topbar-left { display: flex; align-items: center; gap: 16px; }
.topbar-date { color: #aaa; }
.topbar-meteo { color: var(--or); font-weight: 600; }
.topbar-right { display: flex; align-items: center; gap: 12px; }
.topbar-social { display: flex; align-items: center; gap: 4px; }
.topbar-social a {
  color: #aaa; font-size: 0.85rem; padding: 4px 7px;
  border: 1px solid #333; border-radius: 3px; transition: var(--transition);
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 22px;
}
.topbar-social a:hover { color: var(--blanc); border-color: var(--rouge); background: var(--rouge); }
/* Couleurs réseau au survol */
.topbar-social a[aria-label="Facebook"]:hover  { background: #1877f2; border-color: #1877f2; }
.topbar-social a[aria-label="Twitter/X"]:hover { background: #000; border-color: #000; }
.topbar-social a[aria-label="YouTube"]:hover   { background: #ff0000; border-color: #ff0000; }
.topbar-social a[aria-label="Instagram"]:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); border-color: #dc2743; }
.topbar-social a[aria-label="TikTok"]:hover    { background: #010101; border-color: #010101; }
.topbar-social a[aria-label="WhatsApp"]:hover  { background: #25d366; border-color: #25d366; }
.topbar-auth a {
  color: var(--blanc); font-size: 0.72rem; padding: 2px 10px;
  border: 1px solid var(--rouge); border-radius: 2px; transition: var(--transition);
}
.topbar-auth a:hover { background: var(--rouge); }

/* =====================================================
   EN-TÊTE / LOGO
   ===================================================== */
.site-header {
  background: var(--noir);
  padding: 14px 0 10px;
  border-bottom: 3px solid var(--rouge);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.logo-wrap { display: flex; flex-direction: column; }
.logo-nom {
  font-family: var(--font-titre);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--blanc);
  letter-spacing: -1px;
  line-height: 1;
}
.logo-nom span { color: var(--rouge); }
.logo-slogan {
  font-size: 0.72rem;
  color: var(--gris-clair);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 3px;
}
.header-search {
  display: flex; align-items: center;
  background: #1e1e1e; border: 1px solid #333; border-radius: 4px; overflow: hidden;
  max-width: 300px; flex: 1;
}
.header-search input {
  flex: 1; padding: 9px 14px;
  background: transparent; border: none; color: var(--blanc);
  font-size: 0.85rem; outline: none;
}
.header-search input::placeholder { color: #666; }
.header-search button {
  padding: 9px 14px; background: var(--rouge); color: var(--blanc);
  font-size: 1rem; transition: var(--transition);
}
.header-search button:hover { background: var(--rouge-fonce); }

/* =====================================================
   NAVIGATION PRINCIPALE
   ===================================================== */
.nav-principale {
  background: var(--gris-fonce);
  border-bottom: 1px solid #444;
  position: sticky; top: 0; z-index: 1000;
  box-shadow: var(--ombre-forte);
}
.nav-principale .container {
  display: flex; align-items: stretch; overflow-x: auto;
  scrollbar-width: none;
}
.nav-principale .container::-webkit-scrollbar { display: none; }
.nav-item {
  display: flex; align-items: center;
  padding: 0 18px; height: 46px;
  color: #ddd; font-size: 0.82rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  white-space: nowrap; border-bottom: 3px solid transparent;
  transition: var(--transition); cursor: pointer; position: relative;
}
.nav-item:hover, .nav-item.actif {
  color: var(--blanc); border-bottom-color: var(--rouge); background: #383838;
}
.nav-item.accueil { color: var(--blanc); border-bottom-color: var(--rouge); }
.nav-item.sport { border-bottom-color: transparent; }
.nav-item.sport:hover { border-bottom-color: var(--rouge); }
.nav-item.lifestyle:hover, .nav-item.lifestyle.actif { border-bottom-color: var(--or); }
.nav-dropdown {
  position: absolute; top: 100%; left: 0;
  background: var(--noir-doux); border-top: 2px solid var(--rouge);
  min-width: 200px; z-index: 999; display: none;
  box-shadow: var(--ombre-forte);
}
.nav-item:hover .nav-dropdown { display: block; }
.nav-dropdown a {
  display: block; padding: 10px 18px;
  color: #ccc; font-size: 0.8rem; font-weight: 400;
  text-transform: none; letter-spacing: 0;
  border-bottom: 1px solid #2a2a2a; transition: var(--transition);
}
.nav-dropdown a:hover { color: var(--blanc); background: #222; padding-left: 24px; }
.nav-burger {
  display: none; margin-left: auto; padding: 10px 16px;
  color: var(--blanc); font-size: 1.4rem; cursor: pointer;
}

/* =====================================================
   BANDEAU DÉFILANT (Breaking News)
   ===================================================== */
.breaking {
  background: var(--rouge);
  color: var(--blanc);
  display: flex; align-items: stretch;
  overflow: hidden; height: 36px;
}
.breaking-label {
  background: var(--noir);
  color: var(--blanc);
  font-size: 0.72rem; font-weight: 900;
  text-transform: uppercase; letter-spacing: 0.1em;
  padding: 0 16px; display: flex; align-items: center;
  white-space: nowrap; flex-shrink: 0; gap: 6px;
}
.breaking-label span { color: var(--rouge); font-size: 1rem; }
.ticker-wrap {
  flex: 1; overflow: hidden;
  display: flex; align-items: center;
}
.ticker-content {
  display: flex; gap: 60px;
  white-space: nowrap;
  animation: ticker-scroll 90s linear infinite;
}
.ticker-content:hover { animation-play-state: paused; }
.ticker-item { font-size: 0.8rem; font-weight: 600; cursor: pointer; }
.ticker-item::before { content: '●'; margin-right: 10px; opacity: 0.7; }
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =====================================================
   LAYOUT GÉNÉRAL
   ===================================================== */
.page-body { background: var(--gris-bg); padding: 20px 0; }
.layout-principale {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
}
.colonne-principale { display: flex; flex-direction: column; gap: 24px; }
.colonne-laterale { display: flex; flex-direction: column; gap: 20px; }

/* =====================================================
   HERO / UNE
   ===================================================== */
.hero {
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
}
.hero-principal {
  grid-column: 1; grid-row: 1 / 3;
  position: relative; overflow: hidden;
  min-height: 380px;
}
.hero-principal img { height: 100%; min-height: 380px; object-fit: cover; }
.hero-principal .overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.9));
  padding: 30px 20px 20px;
}
.hero-principal h2 {
  font-family: var(--font-titre);
  font-size: 1.5rem; font-weight: 700;
  color: var(--blanc); line-height: 1.3;
  margin-top: 6px; margin-bottom: 8px;
}
.hero-principal h2:hover { color: #eee; }
.hero-chapeau { font-size: 0.82rem; color: #ddd; line-height: 1.4; }
.hero-meta { font-size: 0.7rem; color: #bbb; margin-top: 8px; }
.hero-secondaire {
  border-bottom: 1px solid #eee; overflow: hidden;
  display: flex; flex-direction: column;
}
.hero-secondaire:last-child { border-bottom: none; }
.hero-secondaire img { height: 145px; object-fit: cover; }
.hero-secondaire-body { padding: 12px 14px; flex: 1; }
.hero-secondaire h3 {
  font-family: var(--font-titre);
  font-size: 0.95rem; font-weight: 700;
  line-height: 1.3; color: var(--noir);
}
.hero-secondaire h3:hover { color: var(--rouge); }
.hero-secondaire .meta { font-size: 0.68rem; color: var(--gris-clair); margin-top: 6px; }

/* =====================================================
   SECTIONS RUBRIQUES
   ===================================================== */
.rubrique {
  background: var(--blanc);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  overflow: hidden;
}
.rubrique-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 3px solid var(--rouge);
  background: var(--blanc);
}
.rubrique-titre {
  font-size: 1rem; font-weight: 900;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--noir); display: flex; align-items: center; gap: 8px;
}
.rubrique-titre::before {
  content: ''; display: block;
  width: 4px; height: 18px;
  background: var(--rouge); border-radius: 2px;
}
.rubrique-lien {
  font-size: 0.72rem; font-weight: 700;
  color: var(--rouge); text-transform: uppercase;
  letter-spacing: 0.05em; white-space: nowrap;
}
.rubrique-lien:hover { text-decoration: underline; }
.rubrique.economie .rubrique-header { border-bottom-color: #1a5fb4; }
.rubrique.economie .rubrique-titre::before { background: #1a5fb4; }
.rubrique.societe .rubrique-header { border-bottom-color: #1a8a3a; }
.rubrique.societe .rubrique-titre::before { background: #1a8a3a; }
.rubrique.sport .rubrique-header { border-bottom-color: #e67e22; }
.rubrique.sport .rubrique-titre::before { background: #e67e22; }
.rubrique.culture .rubrique-header { border-bottom-color: #8e44ad; }
.rubrique.culture .rubrique-titre::before { background: #8e44ad; }
.rubrique.lifestyle .rubrique-header { border-bottom-color: var(--or); }
.rubrique.lifestyle .rubrique-titre::before { background: var(--or); }

/* Grille d'articles 3 colonnes */
.articles-grille {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #eee;
}
.article-carte {
  background: var(--blanc);
  display: flex; flex-direction: column;
  transition: var(--transition);
}
.article-carte:hover { background: #fafafa; }
.article-carte img {
  height: 150px; object-fit: cover;
  transition: transform 0.3s ease;
}
.article-carte:hover img { transform: scale(1.03); }
.article-carte-img-wrap { overflow: hidden; }
.article-carte-body { padding: 12px; flex: 1; }
.article-carte h4 {
  font-family: var(--font-titre);
  font-size: 0.9rem; font-weight: 700;
  line-height: 1.35; color: var(--noir);
  margin-bottom: 6px;
}
.article-carte h4:hover { color: var(--rouge); }
.article-carte .chapeau {
  font-size: 0.78rem; color: var(--gris);
  line-height: 1.4; display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.article-carte .meta { font-size: 0.67rem; color: var(--gris-clair); margin-top: 8px; }

/* Article en mode liste (colonne latérale) */
.article-liste {
  display: flex; gap: 10px; padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0; align-items: flex-start;
}
.article-liste:last-child { border-bottom: none; }
.article-liste img {
  width: 80px; height: 60px; flex-shrink: 0;
  object-fit: cover; border-radius: 2px;
}
.article-liste-body h5 {
  font-size: 0.82rem; font-weight: 700; line-height: 1.3;
  color: var(--noir); margin-bottom: 4px;
}
.article-liste-body h5:hover { color: var(--rouge); }
.article-liste-body .meta { font-size: 0.65rem; color: var(--gris-clair); }

/* Grille 2 colonnes (large + secondaires) */
.articles-2col {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1px;
  background: #eee;
}
.article-vedette {
  background: var(--blanc); position: relative; overflow: hidden;
}
.article-vedette img { height: 260px; object-fit: cover; }
.article-vedette-body { padding: 16px; }
.article-vedette h3 {
  font-family: var(--font-titre);
  font-size: 1.2rem; font-weight: 700;
  line-height: 1.3; color: var(--noir); margin-bottom: 8px;
}
.article-vedette h3:hover { color: var(--rouge); }
.article-vedette .chapeau { font-size: 0.82rem; color: var(--gris); line-height: 1.4; }
.article-vedette .meta { font-size: 0.7rem; color: var(--gris-clair); margin-top: 10px; }
.articles-secondaires { background: var(--blanc); display: flex; flex-direction: column; }

/* =====================================================
   BLOC "CHIFFRES DU JOUR" (Économie)
   ===================================================== */
.chiffres-du-jour {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: #eee; border-bottom: 1px solid #eee;
}
.chiffre-carte {
  background: var(--blanc); padding: 14px 12px; text-align: center;
}
.chiffre-label { font-size: 0.68rem; color: var(--gris); text-transform: uppercase; margin-bottom: 4px; }
.chiffre-valeur { font-size: 1.3rem; font-weight: 900; color: var(--noir); font-family: var(--font-titre); }
.chiffre-variation { font-size: 0.75rem; font-weight: 700; margin-top: 3px; }
.chiffre-variation.hausse { color: var(--vert); }
.chiffre-variation.baisse { color: var(--rouge); }

/* =====================================================
   TÉLÉSCRIPTEUR BRVM
   ===================================================== */
.telescripteur {
  background: #0a1628; color: var(--blanc);
  display: flex; align-items: center; height: 34px; overflow: hidden;
  margin-bottom: 1px;
}
.tele-label {
  background: #1a5fb4; padding: 0 14px; height: 100%;
  display: flex; align-items: center;
  font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em;
  white-space: nowrap; flex-shrink: 0;
}
.tele-content {
  flex: 1; overflow: hidden;
  display: flex; align-items: center;
}
.tele-scroll {
  display: flex; gap: 40px; white-space: nowrap;
  animation: ticker-scroll 30s linear infinite;
  font-size: 0.75rem;
}
.tele-item { display: flex; gap: 8px; align-items: center; }
.tele-val { font-weight: 700; }
.tele-up { color: #4ade80; }
.tele-down { color: #f87171; }

/* =====================================================
   MATCH CENTER (Sport)
   ===================================================== */
.match-center {
  background: #0d1117; padding: 14px 16px;
  border-bottom: 1px solid #eee;
}
.match-center-titre {
  color: #aaa; font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.matchs-liste { display: flex; flex-direction: column; gap: 8px; }
.match-item {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 4px;
  background: #161b22;
}
.equipe { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 700; color: var(--blanc); }
.equipe-domicile { justify-content: flex-end; }
.equipe img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.score-bloc { text-align: center; }
.score { font-size: 1.1rem; font-weight: 900; color: var(--blanc); letter-spacing: 2px; }
.match-statut { font-size: 0.65rem; font-weight: 700; color: var(--gris-clair); text-transform: uppercase; margin-top: 2px; }
.match-statut.live { color: #f87171; animation: blink 1.5s infinite; }

/* =====================================================
   COLONNE LATÉRALE
   ===================================================== */
.widget {
  background: var(--blanc); border-radius: var(--rayon); box-shadow: var(--ombre); overflow: hidden;
}
.widget-titre {
  background: var(--noir); color: var(--blanc);
  font-size: 0.78rem; font-weight: 900;
  text-transform: uppercase; letter-spacing: 0.1em;
  padding: 10px 14px; border-left: 4px solid var(--rouge);
}
.widget-corps { padding: 12px; }

/* Widget météo */
.meteo-widget { padding: 16px; text-align: center; background: linear-gradient(135deg, #1a3a5c, #0d1f36); }
.meteo-ville { font-size: 0.75rem; color: #aaa; text-transform: uppercase; letter-spacing: 0.1em; }
.meteo-temp { font-size: 3rem; font-weight: 900; color: var(--blanc); line-height: 1; margin: 6px 0; }
.meteo-condition { font-size: 0.85rem; color: #ccc; }
.meteo-details { display: flex; justify-content: center; gap: 20px; margin-top: 12px; font-size: 0.75rem; color: #aaa; }

/* Widget pub */
.pub-widget {
  background: #f9f9f9; border: 2px dashed #ddd;
  min-height: 250px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 20px;
}
.pub-label { font-size: 0.65rem; color: #bbb; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.pub-size { font-size: 0.8rem; color: #aaa; }

/* Widget tendances */
.tendance-item {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid #f0f0f0;
}
.tendance-item:last-child { border-bottom: none; }
.tendance-rang {
  font-size: 1.3rem; font-weight: 900; color: #e0e0e0;
  line-height: 1; flex-shrink: 0; min-width: 24px;
}
.tendance-titre { font-size: 0.82rem; font-weight: 700; color: var(--noir); line-height: 1.3; }
.tendance-titre:hover { color: var(--rouge); }
.tendance-cat { font-size: 0.65rem; color: var(--rouge); font-weight: 700; text-transform: uppercase; margin-top: 2px; }

/* =====================================================
   NEWSLETTER
   ===================================================== */
.newsletter-section {
  background: linear-gradient(135deg, var(--noir), var(--gris-fonce));
  color: var(--blanc);
  padding: 40px 0;
  margin: 24px 0 0;
}
.newsletter-section .container {
  display: flex; align-items: center; gap: 40px;
}
.newsletter-icon { font-size: 3rem; flex-shrink: 0; }
.newsletter-texte h3 {
  font-family: var(--font-titre); font-size: 1.4rem; font-weight: 700;
  margin-bottom: 6px;
}
.newsletter-texte h3 span { color: var(--rouge); }
.newsletter-texte p { font-size: 0.85rem; color: #aaa; }
.newsletter-form {
  display: flex; gap: 0; flex: 1; max-width: 440px;
  border-radius: 4px; overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.newsletter-form input {
  flex: 1; padding: 14px 18px;
  background: var(--blanc); border: none;
  font-size: 0.9rem; color: var(--noir); outline: none;
}
.newsletter-form button {
  padding: 14px 24px; background: var(--rouge);
  color: var(--blanc); font-size: 0.85rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.05em;
  transition: var(--transition); white-space: nowrap;
}
.newsletter-form button:hover { background: var(--rouge-fonce); }

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  background: var(--noir);
  color: #aaa;
  padding: 40px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px; padding-bottom: 32px;
  border-bottom: 1px solid #222;
}
.footer-logo { font-family: var(--font-titre); font-size: 1.8rem; font-weight: 900; color: var(--blanc); }
.footer-logo span { color: var(--rouge); }
.footer-desc { font-size: 0.8rem; line-height: 1.6; margin-top: 10px; }
.footer-social { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: #222; color: #ccc;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  transition: var(--transition);
}
.footer-social a:hover { color: var(--blanc); transform: translateY(-2px); }
.footer-social a[aria-label="Facebook"]:hover  { background: #1877f2; }
.footer-social a[aria-label="Twitter/X"]:hover { background: #000; }
.footer-social a[aria-label="YouTube"]:hover   { background: #ff0000; }
.footer-social a[aria-label="Instagram"]:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.footer-social a[aria-label="TikTok"]:hover    { background: #010101; }
.footer-social a[aria-label="WhatsApp"]:hover  { background: #25d366; }
.footer-social a[aria-label="Telegram"]:hover  { background: #2ca5e0; }
.footer-col h4 {
  font-size: 0.82rem; font-weight: 700; color: var(--blanc);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 14px; padding-bottom: 8px;
  border-bottom: 2px solid var(--rouge);
}
.footer-col li { margin-bottom: 8px; }
.footer-col a { font-size: 0.78rem; color: #888; transition: var(--transition); }
.footer-col a:hover { color: var(--blanc); padding-left: 4px; }
.footer-bas {
  padding: 16px 0;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.72rem; color: #555;
}
.footer-bas a { color: #666; }
.footer-bas a:hover { color: var(--rouge); }

/* =====================================================
   PAGES PÔLES — EN-TÊTE DE RUBRIQUE
   ===================================================== */
.pole-header {
  background: var(--noir);
  padding: 28px 0 20px;
  border-bottom: 4px solid var(--rouge);
  margin-bottom: 24px;
}
.pole-header .fil-ariane {
  font-size: 0.72rem; color: #777; margin-bottom: 10px;
}
.pole-header .fil-ariane a { color: #999; }
.pole-header .fil-ariane a:hover { color: var(--rouge); }
.pole-header .fil-ariane span { color: var(--rouge); }
.pole-header h1 {
  font-family: var(--font-titre); font-size: 2rem; font-weight: 900;
  color: var(--blanc); line-height: 1;
}
.pole-header .pole-chapo {
  font-size: 0.88rem; color: #aaa; margin-top: 8px; max-width: 600px;
}
.pole-header.lifestyle { border-bottom-color: var(--or); }
.pole-header.lifestyle h1 { font-size: 2.2rem; font-weight: 400; letter-spacing: 0.05em; }

/* Barre de filtres */
.filtres-bar {
  background: var(--blanc); padding: 10px 16px;
  border-bottom: 1px solid #eee;
  display: flex; gap: 8px; overflow-x: auto;
  scrollbar-width: none;
}
.filtres-bar::-webkit-scrollbar { display: none; }
.filtre-btn {
  padding: 6px 16px; border-radius: 20px;
  font-size: 0.78rem; font-weight: 700;
  white-space: nowrap; cursor: pointer;
  border: 1px solid #ddd; color: var(--gris);
  background: var(--blanc); transition: var(--transition);
}
.filtre-btn:hover, .filtre-btn.actif {
  background: var(--rouge); color: var(--blanc); border-color: var(--rouge);
}

/* Édito de bienvenue */
.edito-pole {
  background: #f8f8f8; border-left: 4px solid var(--rouge);
  padding: 20px 24px; border-radius: 0 4px 4px 0;
  margin: 24px 0; font-size: 0.85rem; line-height: 1.7; color: #444;
}
.edito-pole p { margin-bottom: 12px; }
.edito-pole p:last-child { margin-bottom: 0; }
.edito-pole strong { color: var(--noir); }

/* =====================================================
   GRILLES DE SECTION (dans les pôles)
   ===================================================== */
.section-pole { margin-bottom: 24px; }
.section-pole .rubrique-header { padding: 10px 16px; }
.articles-grille-4 {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: #eee;
}

/* =====================================================
   COMPOSANTS SPÉCIAUX
   ===================================================== */

/* Compte à rebours */
.countdown-bloc {
  background: linear-gradient(135deg, var(--rouge), var(--rouge-fonce));
  color: var(--blanc); padding: 20px;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.countdown-titre { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.9; }
.countdown-chiffres { display: flex; gap: 20px; }
.countdown-unite { text-align: center; }
.countdown-val { font-size: 2.5rem; font-weight: 900; line-height: 1; font-family: var(--font-titre); }
.countdown-lib { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.8; }

/* Carrousel (faux) */
.carrousel-wrapper {
  position: relative; overflow: hidden;
}
.carrousel-slide {
  position: relative; min-height: 300px;
  background: var(--noir);
}
.carrousel-slide img { height: 300px; object-fit: cover; opacity: 0.75; }
.carrousel-slide .overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.9));
  padding: 30px 24px 20px;
  color: var(--blanc);
}
.carrousel-slide h3 { font-family: var(--font-titre); font-size: 1.3rem; font-weight: 700; line-height: 1.3; }
.carrousel-dots {
  display: flex; justify-content: center; gap: 6px;
  padding: 12px;
}
.carrousel-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ddd; cursor: pointer;
}
.carrousel-dot.actif { background: var(--rouge); }

/* Mosaïque Lifestyle */
.mosaique {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px; background: #eee;
}
.mosaique-grand { grid-row: 1 / 3; }
.mosaique-item { background: var(--blanc); position: relative; overflow: hidden; min-height: 180px; }
.mosaique-grand img, .mosaique-item img { height: 100%; min-height: 180px; object-fit: cover; }
.mosaique-item .overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  padding: 20px 14px 12px; color: var(--blanc);
}
.mosaique-item h4 { font-size: 0.88rem; font-weight: 700; line-height: 1.3; }
.mosaique-grand h3 { font-size: 1.2rem; font-weight: 700; line-height: 1.3; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .layout-principale { grid-template-columns: 1fr; }
  .colonne-laterale { display: none; }
  .articles-grille-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .chiffres-du-jour { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .logo-nom { font-size: 1.8rem; }
  .header-search { display: none; }
  .nav-principale .container { display: none; }
  .nav-burger { display: block; }
  .nav-mobile {
    display: none; position: fixed; inset: 0; z-index: 2000;
    background: var(--noir); overflow-y: auto;
    flex-direction: column;
  }
  .nav-mobile.ouvert { display: flex; }
  .nav-mobile .nav-close {
    padding: 16px; color: var(--blanc); font-size: 1.5rem;
    text-align: right; cursor: pointer;
  }
  .nav-mobile a {
    display: block; padding: 14px 20px;
    color: #ddd; font-size: 0.9rem; font-weight: 700;
    border-bottom: 1px solid #222;
  }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-principal { grid-row: auto; min-height: 260px; }
  .hero-principal img { min-height: 260px; }
  .articles-grille { grid-template-columns: 1fr 1fr; }
  .articles-2col { grid-template-columns: 1fr; }
  .newsletter-section .container { flex-direction: column; gap: 20px; }
  .newsl
/* ==============================================
   WORDPRESS COMPATIBILITY
============================================== */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .8rem; color: #888; padding: 4px 0; }
.alignleft  { float: left;  margin: 0 20px 10px 0; }
.alignright { float: right; margin: 0 0 10px 20px; }
.aligncenter { display: block; margin: 0 auto 10px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* Search form */
.search-form { display: flex; width: 100%; }
.search-form .search-field {
  flex: 1; padding: 8px 12px; font-size: .82rem;
  border: 1px solid var(--gris2, #e0e0e0); border-right: 0;
  border-radius: 3px 0 0 3px; background: var(--gris-bg, #f4f4f4);
  outline: none; font-family: inherit;
}
.search-form .search-submit {
  background: var(--rouge, #e8001c); color: #fff; border: none;
  padding: 8px 14px; border-radius: 0 3px 3px 0; cursor: pointer;
  font-size: .9rem;
}

/* Mobile nav overlay */
.nav-mobile {
  position: fixed; top: 0; left: -100%; width: 85%; max-width: 320px;
  height: 100vh; background: var(--noir, #0d0d0d); z-index: 9999;
  overflow-y: auto; transition: left .3s ease; padding-bottom: 40px;
  box-shadow: 4px 0 20px rgba(0,0,0,.5);
}
.nav-mobile.ouvert { left: 0; }
.nav-mobile-close {
  background: var(--rouge, #e8001c); color: #fff; width: 100%;
  border: none; padding: 14px 20px; text-align: left;
  font-size: .9rem; font-weight: 700; cursor: pointer;
  display: flex; align-items: center; gap: 8px; font-family: inherit;
}
.nav-mobile ul { list-style: none; padding: 0; margin: 0; }
.nav-mobile ul li a {
  display: block; padding: 13px 20px; color: #ddd;
  font-size: .88rem; border-bottom: 1px solid #1f1f1f;
  transition: all .2s;
}
.nav-mobile ul li a:hover { color: #fff; background: #1a1a1a; padding-left: 28px; }

/* Breadcrumb */
.breadcrumb { font-size: .78rem; color: #888; margin-bottom: 16px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumb a { color: var(--rouge, #e8001c); }

/* Header scrolled */
.site-header.scrolled { padding: 8px 0; }

/* Elementor */
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1280px !important; }
.e-con, .e-con-inner { max-width: 1280px !important; }
