/* ==========================================================================
   KORINBATO — ANW KA FÔLIFEW
   Charte Chromatique Officielle Extraite du Logo (Vert, Jaune, Rouge sur Noir)
   ========================================================================== */

:root {
  /* FOND DU LOGO : NOIR OBSIDIENNE PROFOND */
  --bg-primary: #050608;
  --bg-secondary: #0c0e14;
  --bg-tertiary: #131620;
  --bg-card: rgba(16, 20, 30, 0.88);
  --bg-card-hover: rgba(25, 31, 46, 0.96);
  
  /* LES 3 COULEURS EMBLÉMATIQUES DU LOGO KORINBATO */
  --logo-green: #00c853;         /* Vert éclatant : KOR & la Kora sacrée */
  --logo-green-glow: rgba(0, 200, 83, 0.35);
  --logo-yellow: #ffb300;        /* Jaune solaire / Or : INB, le Djembé & le Balafon */
  --logo-yellow-glow: rgba(255, 179, 0, 0.35);
  --logo-red: #e53935;           /* Rouge vif : ATO, le Tambour & l'Énergie scénique */
  --logo-red-glow: rgba(229, 57, 53, 0.35);
  --logo-white: #ffffff;         /* Blanc éclatant pur : ANW KA FOLIFEW */
  
  /* Nuances d'Or & de Prestige */
  --gold-300: #ffe082;
  --gold-400: #ffca28;
  --gold-500: #ffb300;
  --gold-600: #ffa000;
  --gold-glow: var(--logo-yellow-glow);
  
  /* Alias Harmonieux pour le reste du site */
  --korin-green: var(--logo-green);
  --korin-green-glow: var(--logo-green-glow);
  --korin-gold: var(--logo-yellow);
  --korin-gold-glow: var(--logo-yellow-glow);
  --korin-red: var(--logo-red);
  --korin-red-glow: var(--logo-red-glow);
  
  --mali-green: var(--logo-green);
  --mali-yellow: var(--logo-yellow);
  --mali-red: var(--logo-red);
  
  --text-main: #ffffff;
  --text-muted: #cbd5e1;
  --text-dim: #94a3b8;
  
  /* Frontières et Délimitations aux teintes du Logo */
  --border-gold: rgba(255, 179, 0, 0.32);
  --border-green: rgba(0, 200, 83, 0.32);
  --border-red: rgba(229, 57, 53, 0.32);
  --border-subtle: rgba(255, 255, 255, 0.1);
  
  /* Typographies */
  --font-display: 'Cinzel', serif, -apple-system;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Effets Visuels & Relief */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow-lux: 0 12px 35px -5px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 179, 0, 0.15);
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}


/* RESET & BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-main);
  font-family: var(--font-body);
  line-height: 1.65;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* TYPOGRAPHIE & TITRES */
h1, h2, h3, h4, h5 {
  color: var(--text-main);
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  font-weight: 700;
}

.section-padded {
  padding: 5.5rem 0;
  position: relative;
}

.bg-darker {
  background-color: var(--bg-secondary);
}

.bg-tertiary-tint {
  background-color: var(--bg-tertiary);
}

.section-intro {
  margin-bottom: 3.5rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold-400);
  font-weight: 700;
  margin-bottom: 0.75rem;
  position: relative;
}

.section-eyebrow::after {
  content: '';
  display: block;
  width: 34px;
  height: 2px;
  background: var(--gold-500);
  margin: 0.4rem auto 0 auto;
}

.text-left .section-eyebrow::after {
  margin-left: 0;
}

.section-title {
  font-size: 2.3rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ffffff 40%, var(--gold-300) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.7;
}

.paragraph {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

/* EN-TÊTE & NAVIGATION OFFICIELLE */
/* CLASSES D'IDENTITÉ CHROMATIQUE DU LOGO KORINBATO */
.logo-text-kor {
  color: var(--logo-green);
  text-shadow: 0 0 14px var(--logo-green-glow);
}

.logo-text-inb {
  color: var(--logo-yellow);
  text-shadow: 0 0 14px var(--logo-yellow-glow);
}

.logo-text-ato {
  color: var(--logo-red);
  text-shadow: 0 0 14px var(--logo-red-glow);
}

.tricolor-stripe {
  display: block;
  width: 90px;
  height: 4px;
  margin: 1.2rem auto;
  border-radius: 4px;
  background: linear-gradient(90deg, 
    var(--logo-green) 0%, var(--logo-green) 33.33%, 
    var(--logo-yellow) 33.33%, var(--logo-yellow) 66.66%, 
    var(--logo-red) 66.66%, var(--logo-red) 100%);
  box-shadow: 0 0 12px rgba(255, 179, 0, 0.4);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 6, 8, 0.95);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--logo-green) 0%, var(--logo-yellow) 50%, var(--logo-red) 100%) 1;
  transition: var(--transition);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.brand-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 10px rgba(0, 200, 83, 0.25));
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.1;
  display: inline-flex;
}

.brand-slogan {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--logo-white);
  opacity: 0.95;
}


.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.nav-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: var(--transition);
  position: relative;
  padding: 0.4rem 0;
}

.nav-link:hover {
  color: var(--gold-300);
}

.nav-link.active {
  color: #ffffff;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-400), var(--mali-green));
  border-radius: 2px;
  box-shadow: 0 0 8px var(--gold-glow);
}

.btn-nav {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: #08090d;
  text-decoration: none;
  padding: 0.65rem 1.35rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 14px var(--gold-glow);
  transition: var(--transition);
}

.btn-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(229, 169, 60, 0.45);
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: var(--gold-400);
  border-radius: 2px;
  transition: var(--transition);
}

/* BANNIÈRE HÉRO SOMPTUEUSE (ACCUEIL) */
.hero-banner {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 6rem 0;
  background-image: 
    radial-gradient(circle at center 30%, rgba(229, 169, 60, 0.12) 0%, rgba(8, 9, 13, 0.85) 65%, #08090d 100%),
    linear-gradient(180deg, rgba(8, 9, 13, 0.7) 0%, rgba(8, 9, 13, 0.95) 100%),
    url('../images/scene-principale.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

.hero-banner-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, transparent 20%, #08090d 95%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-logo-box {
  margin-bottom: 1.5rem;
  animation: fadeIn 0.8s ease-out;
}

.hero-main-logo {
  max-width: 220px;
  width: 75%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: var(--radius-md);
  box-shadow: 0 0 35px rgba(255, 179, 0, 0.3), 0 0 15px rgba(0, 200, 83, 0.2);
  border: 1px solid rgba(255, 179, 0, 0.35);
  transition: var(--transition);
}

.hero-main-logo:hover {
  transform: scale(1.03);
  box-shadow: 0 0 45px rgba(255, 179, 0, 0.45), 0 0 25px rgba(0, 200, 83, 0.3);
}


.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1.25rem;
  background: rgba(229, 169, 60, 0.12);
  border: 1px solid var(--border-gold);
  border-radius: 50px;
  color: var(--gold-300);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: var(--mali-green);
  box-shadow: 0 0 10px var(--mali-green);
}

.hero-banner-title {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-banner-slogan {
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.28em;
  color: var(--logo-white);
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}


.hero-banner-desc {
  font-size: 1.15rem;
  color: #e2e8f0;
  max-width: 780px;
  margin: 0 auto 1.2rem auto;
  line-height: 1.7;
}

.hero-banner-motto {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-style: italic;
  color: var(--gold-300);
  max-width: 650px;
  margin: 0 auto 2.5rem auto;
}

/* BANNIÈRE HÉRO POUR LES SOUS-PAGES */
.subpage-hero {
  position: relative;
  padding: 5rem 0 3.5rem 0;
  background: radial-gradient(circle at center 20%, rgba(229, 169, 60, 0.12) 0%, rgba(8, 9, 13, 0.98) 75%),
              linear-gradient(180deg, #08090d 0%, #0f1118 100%);
  border-bottom: 1px solid var(--border-subtle);
  text-align: center;
}

.subpage-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.subpage-breadcrumbs a {
  color: var(--gold-400);
  text-decoration: none;
}

.subpage-breadcrumbs a:hover {
  text-decoration: underline;
}

.subpage-title {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  margin-bottom: 0.8rem;
  background: linear-gradient(135deg, #ffffff 40%, var(--gold-300) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subpage-subtitle {
  color: var(--text-muted);
  font-size: 1.12rem;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.7;
}

/* CARTE ÉVÉNEMENT AVANT-PREMIÈRE */
.event-callout-card {
  width: 100%;
  max-width: 880px;
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: var(--shadow-lux);
}

.callout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 1.2rem;
  margin-bottom: 1.8rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.callout-tag {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  color: var(--gold-400);
  white-space: nowrap;
}

.callout-free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #4ade80;
  padding: 0.45rem 1.15rem;
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.2;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.15);
}

.callout-details {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
  text-align: left;
}

.callout-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.callout-icon {
  font-size: 1.8rem;
}

.item-title {
  display: block;
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff;
}

.item-desc {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.callout-divider {
  width: 1px;
  height: 40px;
  background-color: var(--border-subtle);
}

/* COMPTE À REBOURS */
.countdown-container {
  background: rgba(8, 9, 13, 0.7);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.3rem;
  margin-bottom: 2rem;
}

.countdown-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-400);
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.countdown-boxes {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 64px;
}

.countdown-box .num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.countdown-box .lbl {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  margin-top: 0.35rem;
}

/* BOUTONS D'ACTION */
.callout-actions {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.8rem;
  border-radius: 50px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: var(--transition);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color: #08090d;
  box-shadow: 0 4px 16px var(--gold-glow);
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(229, 169, 60, 0.45);
}

.btn-outline {
  background: transparent;
  color: var(--text-main);
  border: 1px solid var(--border-gold);
}

.btn-outline:hover {
  background: rgba(229, 169, 60, 0.1);
  color: var(--gold-300);
  border-color: var(--gold-400);
}

.btn-outline-small {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.15rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold-300);
  border: 1px solid var(--border-gold);
  text-decoration: none;
  transition: var(--transition);
}

.btn-outline-small:hover {
  background: var(--gold-500);
  color: #08090d;
}

.btn-gold-small {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.3rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  color: #08090d;
  text-decoration: none;
  transition: var(--transition);
}

.btn-gold-small:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--gold-glow);
}

.btn-full {
  width: 100%;
}

/* BANDEAU STATISTIQUES */
.quick-stats-bar {
  background: var(--bg-tertiary);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 2.2rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-card {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--gold-400);
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.stat-label {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* GRILLE 2 COLONNES */
.grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
}

.align-center {
  align-items: center;
}

.highlight-pill {
  display: inline-block;
  background: rgba(229, 169, 60, 0.15);
  color: var(--gold-400);
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.block-title {
  font-size: 1.85rem;
  line-height: 1.35;
  margin-bottom: 1.25rem;
}

.feature-card-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 1.8rem 0;
}

.feature-item {
  display: flex;
  gap: 1.1rem;
  background: var(--bg-card);
  padding: 1.1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}

.feature-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.feature-item h4 {
  font-size: 1.05rem;
  margin-bottom: 0.3rem;
  color: var(--gold-300);
}

.feature-item p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

.image-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lux);
  border: 1px solid var(--border-gold);
}

.responsive-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: var(--transition);
}

.image-frame:hover .responsive-img {
  transform: scale(1.02);
}

.frame-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 9, 13, 0.95) 70%);
  padding: 2rem 1.5rem 1.25rem 1.5rem;
}

.caption-tag {
  display: inline-block;
  background: var(--gold-500);
  color: #08090d;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.frame-caption p {
  font-size: 0.88rem;
  color: var(--text-main);
  margin: 0;
}

/* SECTION HOMMAGE SOLENNEL AVEC FOND ARMÉE MALIENNE EN FAIBLE OPACITÉ */
.bg-memorial {
  position: relative;
  background-color: #07080c;
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  overflow: hidden;
  isolation: isolate;
}

.bg-memorial::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/armee-malienne-fond.jpg') center center / cover no-repeat;
  opacity: 0.18; /* Faible opacité élégante et sobre */
  filter: contrast(1.1) brightness(0.85);
  pointer-events: none;
  z-index: 0;
}

.bg-memorial::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 35%, rgba(14, 16, 24, 0.45) 0%, rgba(5, 6, 9, 0.94) 85%);
  pointer-events: none;
  z-index: 1;
}

.memorial-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}


.memorial-portrait-wrap {
  width: 140px;
  height: 140px;
  margin: 0 auto 1.4rem auto;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, var(--logo-yellow) 0%, #ff8f00 50%, var(--logo-green) 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 25px rgba(255, 179, 0, 0.3);
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.memorial-portrait-wrap:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 40px rgba(255, 179, 0, 0.5);
}

.memorial-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  border-radius: 50%;
  display: block;
}

.memorial-seal {
  margin-bottom: 1.5rem;
}

.memorial-eyebrow {
  display: inline-block;
  color: var(--gold-400);

  font-size: 0.85rem;
  letter-spacing: 0.25em;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.memorial-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.memorial-subtitle {
  font-size: 1.15rem;
  color: var(--gold-300);
  font-style: italic;
  margin-bottom: 2.5rem;
}

.memorial-quote-box {
  background: rgba(229, 169, 60, 0.05);
  border-left: 3px solid var(--gold-500);
  border-right: 3px solid var(--gold-500);
  border-radius: var(--radius-md);
  padding: 2.5rem 3rem;
  margin-bottom: 2.5rem;
  text-align: left;
}

.memorial-quote-text {
  font-size: 1.12rem;
  line-height: 1.85;
  color: #e2e8f0;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.memorial-signature {
  text-align: right;
  border-top: 1px solid rgba(229, 169, 60, 0.2);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}

.memorial-signature strong {
  font-size: 1.1rem;
  color: var(--gold-300);
}

.memorial-signature span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.memorial-footer-motto {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--gold-400);
}

/* SECTION MOT DU MINISTRE */
.minister-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2.8rem;
  box-shadow: var(--shadow-lux);
}

.minister-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.coat-of-arms {
  display: flex;
  flex-direction: column;
}

.coat-of-arms span {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--gold-400);
}

.coat-of-arms .sub {
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.official-label {
  background: rgba(229, 169, 60, 0.15);
  color: var(--gold-300);
  border: 1px solid var(--border-gold);
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.minister-body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}

.minister-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-right: 2rem;
  border-right: 1px solid var(--border-subtle);
}

.profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--terracotta));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 25px var(--gold-glow);
}

.avatar-initials {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
}

.minister-name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.minister-role {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.minister-speech p {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.minister-speech em {
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
}

.minister-punchline {
  background: rgba(229, 169, 60, 0.08);
  border-left: 4px solid var(--gold-400);
  padding: 1.2rem 1.5rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gold-300);
  margin-top: 1.5rem;
}

/* SECTION INSTRUMENTS & PATRIMOINE */
.image-feature-wide {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-lux);
  margin-bottom: 3.5rem;
}

.feature-wide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 9, 13, 0.95) 60%);
  padding: 2.5rem 2rem 1.5rem 2rem;
  font-size: 0.95rem;
  color: #e2e8f0;
}

.feature-wide-caption strong {
  color: var(--gold-400);
}

.instruments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.instrument-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.8rem 1.5rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.instrument-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-gold);
  background: var(--bg-card-hover);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.inst-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.inst-title {
  font-size: 1.2rem;
  color: var(--gold-300);
  margin-bottom: 0.75rem;
}

.inst-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.inst-tag {
  font-size: 0.75rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

/* ==========================================================================
   PAGE ACTIVITÉS : CLASSIFICATION DES ACTIVITÉS
   ========================================================================== */

.category-nav-bar {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.category-filter-btn {
  background: var(--bg-card);
  color: var(--text-muted);
  border: 1px solid var(--border-subtle);
  padding: 0.65rem 1.3rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}

.category-filter-btn:hover, .category-filter-btn.active {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  color: #08090d;
  border-color: var(--gold-400);
  box-shadow: 0 4px 15px var(--gold-glow);
}

.activity-category-block {
  margin-bottom: 4.5rem;
}

.category-header-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-bottom: 1px solid var(--border-gold);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.category-badge-num {
  background: var(--gold-500);
  color: #08090d;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 900;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-header-title {
  font-size: 1.6rem;
  color: #ffffff;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.activity-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 2.2rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.activity-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-lux);
}

.activity-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.2rem;
}

.activity-icon-large {
  font-size: 2.5rem;
}

.activity-tag {
  background: rgba(229, 169, 60, 0.12);
  color: var(--gold-400);
  border: 1px solid var(--border-gold);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
  text-transform: uppercase;
}

.activity-title {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
}

.activity-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.4rem;
  flex-grow: 1;
}

.activity-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.2rem;
}

.activity-points li {
  font-size: 0.88rem;
  color: #e2e8f0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.activity-points li::before {
  content: '✓';
  color: var(--mali-green);
  font-weight: 900;
}

/* ==========================================================================
   PAGE SPECTACLES : LES GRANDS SPECTACLES ET TOURNÉE
   ========================================================================== */

.spectacle-highlight-card {
  background: linear-gradient(135deg, #181926 0%, #0d0f17 100%);
  border: 2px solid var(--gold-500);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 0 40px rgba(229, 169, 60, 0.18);
  margin-bottom: 4rem;
}

.spectacle-content-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.spectacle-info-padded {
  padding: 3.5rem;
}

.spectacle-tag-flag {
  display: inline-block;
  background: var(--gold-500);
  color: #08090d;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.9rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.spectacle-main-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 0.6rem;
  color: #ffffff;
}

.spectacle-format-badge {
  color: var(--gold-300);
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  display: block;
}

.spectacle-meta-pills {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}

.meta-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  font-size: 0.84rem;
  color: #e2e8f0;
}

.spectacle-img-holder {
  height: 100%;
  min-height: 400px;
}

.spectacle-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* SECTION TOURNÉE & CALENDRIER */
.tour-shows-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.tour-card-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 2rem 1.6rem;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.tour-card-item:hover {
  transform: translateY(-5px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-lux);
}

.tour-card-item.is-selected {
  border-color: var(--logo-yellow) !important;
  background: rgba(255, 179, 0, 0.12) !important;
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(255, 179, 0, 0.3);
}

/* CARTE INTERACTIVE DU MALI */
.mali-map-wrapper {
  background: radial-gradient(circle at 40% 60%, rgba(20, 24, 36, 0.95) 0%, rgba(8, 10, 15, 0.98) 100%);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem 1.8rem 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 35px rgba(255, 179, 0, 0.08);
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.mali-map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
  padding: 0 0.5rem;
}

.mali-map-legend {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
}

.legend-dot-capital {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--logo-yellow);
  box-shadow: 0 0 8px var(--logo-yellow);
}

.legend-dot-region {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--logo-green);
  box-shadow: 0 0 8px var(--logo-green);
}

.legend-river-line {
  width: 22px;
  height: 3px;
  background: #26c6da;
  border-radius: 2px;
}

.mali-svg-container {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}

.mali-svg-map {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.7));
}

.mali-country-path {
  fill: #10141e;
  stroke: rgba(255, 179, 0, 0.45);
  stroke-width: 2.2;
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.mali-country-path:hover {
  fill: #131826;
  stroke: var(--logo-yellow);
}

.mali-river-path {
  fill: none;
  stroke: #26c6da;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(38, 198, 218, 0.7));
  stroke-dasharray: 6 3;
  animation: riverFlow 25s linear infinite;
}

@keyframes riverFlow {
  from { stroke-dashoffset: 200; }
  to { stroke-dashoffset: 0; }
}

.mali-map-pin {
  cursor: pointer !important;
  pointer-events: all !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.mali-map-pin * {
  cursor: pointer !important;
  pointer-events: all !important;
}

.mali-map-pin:hover, .mali-map-pin.is-active {
  transform: scale(1.3);
}

.pin-pulse {
  animation: pinPulseAnim 2.2s infinite ease-out;
  transform-origin: center;
  pointer-events: none;
}

@keyframes pinPulseAnim {
  0% { r: 6; opacity: 0.9; }
  100% { r: 20; opacity: 0; }
}

.mali-pin-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 800;
  fill: #ffffff;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.95), 0 0 8px rgba(0, 0, 0, 0.9);
  cursor: pointer !important;
  pointer-events: all !important;
  transition: fill 0.2s ease;
}

.mali-map-pin:hover .mali-pin-label,
.mali-map-pin.is-active .mali-pin-label {
  fill: var(--logo-yellow);
  font-weight: 900;
}

/* BARRE DE SÉLECTION RAPIDE DES LOCALITÉS */
.mali-cities-pill-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.city-pill-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.42rem 1rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.city-pill-btn:hover {
  background: rgba(255, 179, 0, 0.12);
  border-color: var(--logo-yellow);
  color: #ffffff;
  transform: translateY(-2px);
}

.city-pill-btn.active {
  background: linear-gradient(135deg, var(--logo-yellow), #ff8f00);
  border-color: var(--logo-yellow);
  color: #000000;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(255, 179, 0, 0.35);
  transform: translateY(-2px);
}


/* PANNEAU D'INFORMATION DÉTAILLÉE DE LA LOCALITÉ CLIQUÉE */
.mali-locality-panel {
  margin-top: 1.8rem;
  transition: all 0.3s ease;
}

.mali-locality-card {
  background: rgba(14, 18, 28, 0.96);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 2rem 2.2rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 179, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8rem;
  animation: modalFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  text-align: left;
}

.mali-locality-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.mali-locality-close:hover {
  background: var(--logo-red);
  color: #fff;
  transform: scale(1.1);
}

.mali-locality-info {
  flex: 1 1 360px;
}

.mali-locality-tag {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--logo-yellow);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.35rem;
}

.mali-locality-title {
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.mali-locality-date {
  font-size: 0.92rem;
  color: var(--gold-300);
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mali-locality-desc {
  font-size: 0.94rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.mali-locality-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
}

.mali-hint-box {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.mali-hint-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 179, 0, 0.08);
  border: 1px dashed rgba(255, 179, 0, 0.35);
  padding: 0.65rem 1.4rem;
  border-radius: 50px;
  color: var(--logo-yellow);
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .mali-locality-card {
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
  }
  .mali-locality-action {
    align-items: stretch;
  }
}


.tour-card-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--gold-400);

  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.tour-card-city {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.tour-card-date {
  font-size: 0.88rem;
  color: var(--gold-300);
  font-weight: 700;
  margin-bottom: 1rem;
}

.tour-card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

/* GALERIE D'IMAGES */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.gallery-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  aspect-ratio: 16 / 9;
  cursor: pointer;
  box-shadow: var(--shadow-lux);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(8, 9, 13, 0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
  transition: var(--transition);
}

.gallery-card:hover img {
  transform: scale(1.06);
}

.gallery-icon {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: rgba(8, 9, 13, 0.7);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-gold);
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(-8px);
  transition: var(--transition);
}

.gallery-card:hover .gallery-icon {
  opacity: 1;
  transform: translateY(0);
}

.gallery-meta h4 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.gallery-meta p {
  font-size: 0.88rem;
  color: var(--gold-300);
  margin: 0;
}

/* VISIONNEUSE PLEIN ÉCRAN (LIGHTBOX) */
.lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(5, 6, 10, 0.96);
  backdrop-filter: blur(14px);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox-content {
  position: relative;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-gold);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.85);
}

.lightbox-caption {
  color: var(--text-main);
  margin-top: 1rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.lightbox-close {
  position: absolute;
  top: -45px;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
}

/* FORMULAIRE & BADGE PASS */
.reservation-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow-lux);
}

.pass-perks {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 2rem 0;
}

.perk-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.95rem;
  color: #e2e8f0;
}

.perk-icon {
  width: 24px;
  height: 24px;
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
}

.contact-direct-box {
  background: rgba(229, 169, 60, 0.06);
  border: 1px dashed var(--border-gold);
  border-radius: var(--radius-md);
  padding: 1.4rem;
}

.contact-direct-box h4 {
  font-size: 1rem;
  color: var(--gold-400);
  margin-bottom: 0.5rem;
}

.contact-direct-box p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.3rem;
}

.gold-link {
  color: var(--gold-300);
  text-decoration: none;
  font-weight: 700;
}

.gold-link:hover {
  text-decoration: underline;
}

.form-title {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.form-sub {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1.6rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.form-input {
  width: 100%;
  background: rgba(8, 9, 13, 0.85);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: var(--transition);
}

.form-input:focus {
  outline: none;
  border-color: var(--gold-400);
  box-shadow: 0 0 12px var(--gold-glow);
}

.form-privacy {
  font-size: 0.75rem;
  color: var(--text-dim);
  text-align: center;
  margin-top: 0.8rem;
}

/* BADGE PASS GÉNÉRÉ */
.generated-badge-card {
  background: linear-gradient(135deg, #1c1810 0%, #10121a 100%);
  border: 2px solid var(--gold-400);
  border-radius: var(--radius-md);
  padding: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 35px var(--gold-glow);
  animation: fadeIn 0.5s ease-out;
}

.badge-ribbon {
  background: var(--gold-500);
  color: #08090d;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  padding: 0.4rem 0;
  margin: -2rem -2rem 1.5rem -2rem;
}

.badge-logo-mini strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--gold-400);
}

.badge-logo-mini span {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--text-muted);
}

.badge-guest-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 1rem 0 0.25rem 0;
}

.badge-seats {
  display: inline-block;
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.25rem 0.8rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.badge-event-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.badge-qr-sim {
  background: #ffffff;
  width: 140px;
  height: 140px;
  margin: 0 auto 1.5rem auto;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.qr-pattern {
  width: 100px;
  height: 100px;
  background-image: 
    radial-gradient(#000000 25%, transparent 25%),
    radial-gradient(#000000 25%, transparent 25%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

.badge-code-text {
  font-size: 0.55rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.btn-text-simple {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-top: 0.8rem;
  cursor: pointer;
  text-decoration: underline;
}

/* SECTION CONTACT SPÉCIFIQUE */
.contact-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3.5rem;
}

.contact-card-info {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2.8rem;
  box-shadow: var(--shadow-lux);
}

.contact-channels {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0;
}

.channel-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.channel-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.channel-details h4 {
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.channel-details p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin: 0;
}

/* SECTION PIED DE PAGE NOBLE */
.site-footer {
  background: #050609;
  border-top: 1px solid var(--border-subtle);
  padding: 4.5rem 0 2rem 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  margin-bottom: 1.2rem;
}

.footer-tagline {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-style: italic;
  color: var(--gold-300);
  margin-bottom: 0.8rem;
}

.footer-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.footer-heading {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-links-col ul {
  list-style: none;
}

.footer-links-col li {
  margin-bottom: 0.6rem;
}

.footer-links-col a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition);
}

.footer-links-col a:hover {
  color: var(--gold-400);
  padding-left: 4px;
}

.footer-contact-item {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}

.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--text-dim);
}

.footer-ai-badge {
  color: var(--gold-500);
  font-weight: 600;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* VERSION IMPRIMABLE POUR LE PASS */
@media print {
  body * {
    visibility: hidden;
  }
  .generated-badge-card, .generated-badge-card * {
    visibility: visible;
  }
  .generated-badge-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 2px solid #000;
    background: #fff !important;
    color: #000 !important;
    box-shadow: none;
  }
  .badge-guest-name, .badge-logo-mini strong {
    color: #000 !important;
  }
  .btn, .btn-text-simple {
    display: none !important;
  }
}

/* ==========================================================================
   RESPONSIVE DESIGN GLOBAL (TABLETTES & SMARTPHONES)
   ========================================================================== */

/* 1. TABLETTES ET ÉCRANS INTERMÉDIAIRES (<= 1024px) */
@media (max-width: 1024px) {
  .site-header {
    height: 76px;
  }
  .header-container {
    height: 76px;
  }
  .nav-menu {
    display: none;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(8, 9, 13, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 2rem 1.5rem 3rem 1.5rem;
    gap: 0.4rem;
    z-index: 99999;
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav-menu.open {
    display: flex;
    animation: mobileMenuFadeIn 0.25s ease forwards;
  }
  .nav-link {
    font-size: 1.1rem;
    padding: 0.85rem 1rem;
    border-radius: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-link:hover, .nav-link.active {
    background: rgba(255, 255, 255, 0.04);
  }
  .btn-nav {
    margin-top: 1.2rem;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0.95rem 1.5rem;
    font-size: 1rem;
  }
  .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .mobile-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .mobile-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }
}

/* 2. TABLETTES VERTICALES ET PETITS ÉCRANS (<= 992px) */
@media (max-width: 992px) {
  .section-padded {
    padding: 4rem 0;
  }
  .callout-details {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .callout-divider {
    display: none;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-2-cols, 
  .minister-body, 
  .reservation-box, 
  .activities-grid, 
  .spectacle-content-grid, 
  .tour-shows-grid, 
  .contact-grid-layout,
  .epopee-modern-grid {
    grid-template-columns: 1fr;
  }
  .spectacle-img-holder {
    min-height: 280px;
  }
  .minister-profile {
    border-right: none;
    border-bottom: 1px solid var(--border-subtle);
    padding-right: 0;
    padding-bottom: 2rem;
    text-align: center;
  }
  .minister-portrait {
    margin: 0 auto 1.2rem auto;
  }
  .instruments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

/* 3. SMARTPHONES ET MOBILES (<= 768px) */
@media (max-width: 768px) {
  body {
    font-size: 0.95rem;
  }
  .container {
    padding: 0 1.2rem;
  }
  .section-padded {
    padding: 3.5rem 0;
  }
  .section-intro {
    margin-bottom: 2.2rem;
  }
  .section-title {
    font-size: clamp(1.6rem, 5.5vw, 2.2rem);
  }

  /* Héro & Callout Event */
  .hero-banner {
    padding: 2.5rem 0 3.5rem 0;
    min-height: auto;
    background-attachment: scroll;
  }
  .hero-banner-title {
    font-size: clamp(2rem, 7.5vw, 2.8rem);
    letter-spacing: 0.05em;
  }
  .hero-banner-slogan {
    font-size: 1rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.8rem;
  }
  .hero-banner-desc {
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
  }
  .hero-banner-motto {
    font-size: 0.92rem;
    margin-bottom: 1.8rem;
  }

  .event-callout-card {
    padding: 1.4rem 1rem;
    border-radius: 16px;
  }
  .callout-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
  }
  .callout-tag {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: normal;
  }
  .callout-free {
    font-size: 0.75rem;
    padding: 0.35rem 0.9rem;
    text-align: center;
    white-space: normal;
  }
  .callout-details {
    margin-bottom: 1.5rem;
  }
  .callout-item {
    justify-content: flex-start;
    gap: 0.8rem;
  }
  .item-title {
    font-size: 0.98rem;
  }
  .item-desc {
    font-size: 0.8rem;
  }

  /* Compte à rebours mobile */
  .countdown-container {
    padding: 1rem 0.6rem;
    margin-bottom: 1.5rem;
  }
  .countdown-boxes {
    gap: 0.5rem;
  }
  .countdown-box {
    min-width: 54px;
    padding: 0.55rem 0.35rem;
  }
  .countdown-box .num {
    font-size: 1.45rem;
  }
  .countdown-box .label {
    font-size: 0.62rem;
  }

  /* Boutons d'action héro */
  .callout-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
  }
  .callout-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.2rem;
    font-size: 0.92rem;
  }

  /* Carrousel Instruments Fôlifew */
  .folifew-section {
    padding: 3.2rem 0;
  }
  .folifew-header-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .folifew-poster-card {
    flex: 0 0 165px;
    height: 255px;
    border-radius: 12px;
  }
  .instruments-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
  }
  .inst-icon-chip {
    padding: 0.85rem 0.6rem;
  }
  .inst-icon-label {
    font-size: 0.88rem;
  }

  /* Carte du Mali & Tournée */
  .mali-map-wrapper {
    padding: 1.2rem 0.8rem;
    margin-bottom: 2rem;
    border-radius: 14px;
  }
  .mali-map-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
  }
  .mali-locality-card {
    flex-direction: column;
    align-items: stretch;
    padding: 1.2rem 1rem;
    gap: 1rem;
  }
  .mali-locality-stats {
    flex-direction: column;
    gap: 0.5rem;
  }
  .tour-shows-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  /* Grilles & Contenus */
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .instruments-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .custom-sections-grid {
    grid-template-columns: 1fr !important;
    gap: 1.2rem !important;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .memorial-quote-box {
    padding: 1.5rem 1rem;
  }
  .memorial-quote-text {
    font-size: 1.05rem;
    line-height: 1.6;
  }
  .spectacle-info-padded {
    padding: 1.8rem 1.2rem;
  }
  .about-card,
  .quote-card,
  .reservation-box,
  .contact-card,
  .contact-card-info,
  .spectacle-card,
  .act-card,
  .folifew-spotlight-box {
    padding: 1.4rem 1rem !important;
  }
  .form-input, 
  .form-textarea, 
  select.form-input {
    width: 100%;
    font-size: 16px;
  }
}

/* 4. PETITS SMARTPHONES (<= 480px) */
@media (max-width: 480px) {
  .container {
    padding: 0 0.95rem;
  }
  .site-header {
    height: 70px;
  }
  .header-container {
    height: 70px;
  }
  .nav-menu {
    top: 70px;
    padding: 1.5rem 1rem 2.5rem 1rem;
  }
  .brand-logo {
    gap: 0.65rem;
  }
  .brand-logo-img {
    height: 40px;
  }
  .brand-name {
    font-size: 1.15rem;
    letter-spacing: 0.08em;
  }
  .brand-slogan {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }

  .hero-banner-title {
    font-size: 1.95rem;
    letter-spacing: 0.04em;
  }
  .hero-banner-slogan {
    font-size: 0.92rem;
    letter-spacing: 0.12em;
  }
  .countdown-boxes {
    gap: 0.35rem;
  }
  .countdown-box {
    min-width: 48px;
    padding: 0.45rem 0.25rem;
  }
  .countdown-box .num {
    font-size: 1.3rem;
  }
  .countdown-box .label {
    font-size: 0.58rem;
  }

  .event-callout-card {
    padding: 1.15rem 0.75rem;
  }
  .custom-card-item {
    padding: 1.2rem 0.9rem !important;
  }
  .btn {
    font-size: 0.88rem;
    padding: 0.75rem 1rem;
  }
}

@keyframes mobileMenuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   SECTION AWN KA FÔLIFEW : NOUVEAU STYLE D'AFFICHAGE (CARROUSEL & SHOWCASE)
   ========================================================================== */

.folifew-section {
  padding: 4.5rem 0;
  position: relative;
  background: radial-gradient(circle at 50% 0%, rgba(255, 179, 0, 0.06) 0%, #07080c 70%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.folifew-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 2.2rem;
}

.folifew-view-nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.folifew-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-gold);
  color: var(--logo-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.folifew-arrow-btn:hover {
  background: var(--logo-yellow);
  color: #000000;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(255, 179, 0, 0.4);
}

.folifew-toggle-group {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 0.25rem;
}

.folifew-toggle-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.folifew-toggle-btn.active {
  background: var(--logo-yellow);
  color: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* 1. NOUVEAU STYLE : LE RUBAN CARROUSEL HORIZONTAL FLUIDE */
.folifew-carousel-container {
  position: relative;
  width: 100%;
}

.folifew-track {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0.2rem 1.8rem 0.2rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--logo-yellow) rgba(255, 255, 255, 0.05);
}

.folifew-track::-webkit-scrollbar {
  height: 6px;
}

.folifew-track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
}

.folifew-track::-webkit-scrollbar-thumb {
  background: var(--logo-yellow);
  border-radius: 10px;
}

/* CARTE PANORAMIQUE HAUT DE GAMME DU CARROUSEL */
.folifew-poster-card {
  flex: 0 0 210px;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.folifew-poster-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: var(--logo-yellow);
  box-shadow: 0 16px 36px rgba(255, 179, 0, 0.25);
}

.folifew-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.folifew-poster-card:hover .folifew-poster-img {
  transform: scale(1.1);
}

.folifew-poster-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 40%, rgba(5, 6, 9, 0.95) 85%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.folifew-poster-badge {
  align-self: flex-start;
  background: linear-gradient(135deg, var(--logo-yellow), #ff8f00);
  color: #000000;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 900;
  padding: 0.25rem 0.65rem;
  border-radius: 30px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.folifew-poster-meta {
  text-align: left;
}

.folifew-poster-family {
  display: block;
  font-size: 0.68rem;
  color: var(--logo-green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}

.folifew-poster-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.folifew-poster-card:hover .folifew-poster-title {
  color: var(--logo-yellow);
}

.folifew-poster-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--logo-yellow);
  transition: transform 0.2s ease;
}

.folifew-poster-card:hover .folifew-poster-btn {
  transform: translateX(4px);
}

/* VUE GRILLE COMPACTE (COMMUTABLE) */
.folifew-grid-view {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 1.1rem;
  margin-top: 1rem;
}

.folifew-grid-view.is-visible {
  display: grid;
}

.folifew-carousel-container.is-hidden {
  display: none;
}

/* TIROIR MODERNE FLOTTANT DE DÉTAIL D'INSTRUMENT */
.folifew-spotlight-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.folifew-spotlight-box {
  background: #0e111a;
  border: 1px solid var(--border-gold);
  border-radius: 20px;
  max-width: 650px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(255, 179, 0, 0.2);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  position: relative;
  animation: modalFadeIn 0.3s ease;
}

.folifew-spotlight-img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.folifew-spotlight-body {
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.folifew-spotlight-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* ==========================================================================
   MODERNISATION DE LA SECTION : L'ÉPOPÉE DE KORINBATO (QUI SOMMES-NOUS)
   ========================================================================== */

.epopee-modern-section {
  padding: 5.5rem 0;
  background: radial-gradient(circle at 10% 20%, rgba(255, 179, 0, 0.04) 0%, transparent 60%),
              linear-gradient(180deg, #07080c 0%, #0c0e15 50%, #07080c 100%);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.epopee-modern-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

.epopee-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--logo-yellow);
  background: rgba(255, 179, 0, 0.1);
  border: 1px solid rgba(255, 179, 0, 0.3);
  padding: 0.35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}

.epopee-title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.8vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.epopee-title span {
  color: var(--logo-yellow);
}

.epopee-lead {
  font-size: 1.12rem;
  line-height: 1.75;
  color: #f1f5f9;
  margin-bottom: 1.2rem;
  border-left: 3px solid var(--logo-yellow);
  padding-left: 1.2rem;
}

.epopee-desc {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 2.2rem;
}

.epopee-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-bottom: 2.5rem;
}

.epopee-stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1.1rem 1rem;
  text-align: left;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.epopee-stat-card:hover {
  transform: translateY(-3px);
  border-color: var(--logo-yellow);
  background: rgba(255, 179, 0, 0.05);
}

.epopee-stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--logo-yellow);
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.epopee-stat-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 600;
  line-height: 1.35;
  display: block;
}

.epopee-visual-box {
  position: relative;
}

.epopee-image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(255, 179, 0, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 40px rgba(255, 179, 0, 0.12);
  cursor: pointer;
  background: #000;
}

.epopee-image-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.epopee-image-frame:hover img {
  transform: scale(1.05);
}

.epopee-floating-badge-top {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background: rgba(8, 10, 16, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-gold);
  border-radius: 50px;
  padding: 0.45rem 1rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--logo-yellow);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.epopee-floating-badge-bottom {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  background: rgba(0, 200, 83, 0.92);
  color: #000000;
  border-radius: 50px;
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

@media (max-width: 992px) {
  .epopee-modern-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .epopee-image-frame img {
    height: 340px;
  }
  .folifew-spotlight-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .epopee-stats-row {
    grid-template-columns: 1fr;
  }
  .folifew-poster-card {
    flex: 0 0 170px;
    height: 270px;
  }
}



/* ==========================================================================
   BANDEAU IMMÉDIAT APRÈS LE HÉRO : ICÔNES + NOMS D'INSTRUMENTS (SANS DESCRIPTION)
   ========================================================================== */

.hero-instruments-strip {
  background: linear-gradient(180deg, #090a0f 0%, #11131c 50%, #090a0f 100%);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3.2rem 0 3.6rem 0;
  position: relative;
  box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.5);
}

.strip-header {
  text-align: center;
  margin-bottom: 2.2rem;
}

.strip-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--korin-gold);
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.strip-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #ffffff;
  margin: 0;
  font-weight: 800;
}

.strip-title span {
  color: var(--korin-green);
}

.instruments-icons-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}

.inst-icon-chip {
  background: rgba(19, 22, 32, 0.88);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 1.4rem 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

/* ICÔNE EN SUPERPOSITION BACKGROUND AVEC FAIBLE OPACITÉ (FILIGRANE DANS LA CARTE) */
.chip-bg-watermark {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 74px;
  height: 74px;
  opacity: 0.06;
  pointer-events: none;
  color: var(--korin-gold);
  transform: rotate(-14deg);
  transition: var(--transition);
  z-index: 0;
}

.chip-bg-watermark svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.inst-icon-chip:hover .chip-bg-watermark {
  opacity: 0.18;
  transform: rotate(0deg) scale(1.18);
  color: var(--korin-green);
}

/* SUPERPOSITION BACKGROUND DANS LA SECTION ENTIÈRE (FILIGRANE D'AMBIANCE) */
.strip-ambient-watermark {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  opacity: 0.038;
  overflow: hidden;
}

.ambient-watermark-item {
  width: 110px;
  height: 110px;
  color: var(--korin-gold);
  flex-shrink: 0;
}

.ambient-watermark-item svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.inst-icon-chip:hover {
  transform: translateY(-5px);
  border-color: var(--korin-gold);
  background: rgba(30, 34, 48, 0.98);
  box-shadow: 0 10px 25px var(--korin-gold-glow);
}

.inst-icon-chip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--korin-gold), transparent);
  opacity: 0;
  transition: var(--transition);
}

.inst-icon-chip:hover::before {
  opacity: 1;
}

.inst-icon-symbol {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.28);
  color: var(--korin-gold);
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.inst-icon-symbol svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.inst-icon-chip:hover .inst-icon-symbol {
  background: linear-gradient(135deg, var(--korin-gold), var(--gold-600));
  color: #07080c;
  transform: scale(1.1);
  box-shadow: 0 0 16px var(--korin-gold-glow);
}

.inst-icon-qty {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 900;
  color: var(--korin-green);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  position: relative;
  z-index: 1;
}

.inst-icon-label {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}


@media (max-width: 992px) {
  .instruments-icons-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .instruments-icons-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9rem;
  }
  .inst-icon-chip {
    padding: 1.1rem 0.7rem;
  }
  .inst-icon-symbol {
    width: 42px;
    height: 42px;
  }
  .inst-icon-symbol svg {
    width: 22px;
    height: 22px;
  }
  .inst-icon-label {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .instruments-icons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   SECTION DERNIERS ARTICLES (ACTUALITÉS KORINBATO)
   ========================================================================== */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.news-card {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.news-card:hover {
  transform: translateY(-6px);
  border-color: var(--logo-yellow);
  box-shadow: 0 16px 40px rgba(255, 179, 0, 0.15);
}

.news-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #000;
}

.news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.news-card:hover .news-card-img {
  transform: scale(1.06);
}

.news-card-date-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(5, 6, 8, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  color: var(--logo-yellow);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.3rem 0.7rem;
  border-radius: 50px;
  letter-spacing: 0.04em;
}

.news-card-body {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-card-author {
  font-size: 0.78rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.news-card-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 0.8rem;
  transition: color 0.3s ease;
}

.news-card:hover .news-card-title {
  color: var(--logo-yellow);
}

.news-card-excerpt {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.news-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--logo-yellow);
  margin-top: auto;
}

.news-card-link svg {
  transition: transform 0.3s ease;
}

.news-card:hover .news-card-link svg {
  transform: translateX(4px);
}

/* ==========================================================================
   PAGE GALERIE MULTIMÉDIA (PHOTOS & VIDÉOS AVEC SYSTÈME DE TABS)
   ========================================================================== */
.gallery-filter-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}

.gallery-tab-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.55rem 1.3rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.gallery-tab-btn:hover {
  background: rgba(255, 179, 0, 0.1);
  border-color: var(--logo-yellow);
  color: #ffffff;
  transform: translateY(-2px);
}

.gallery-tab-btn.active {
  background: linear-gradient(135deg, var(--logo-yellow), #ff8f00);
  border-color: var(--logo-yellow);
  color: #000000;
  box-shadow: 0 4px 18px rgba(255, 179, 0, 0.35);
  transform: translateY(-2px);
}

.gallery-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.gallery-item-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.4s ease;
  aspect-ratio: 16 / 10;
}

.gallery-item-card:hover {
  transform: translateY(-8px);
  border-color: var(--logo-yellow);
  box-shadow: 0 20px 45px rgba(255, 179, 0, 0.22);
}

.gallery-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item-card:hover .gallery-item-img {
  transform: scale(1.08);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 40%, rgba(5, 6, 9, 0.95) 90%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  opacity: 0.92;
  transition: opacity 0.3s ease;
}

.gallery-item-card:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-type-tag {
  background: rgba(8, 10, 16, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  color: var(--logo-yellow);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gallery-play-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--logo-yellow), #ff8f00);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(255, 179, 0, 0.45);
  transition: transform 0.3s ease;
}

.gallery-item-card:hover .gallery-play-icon {
  transform: scale(1.15);
}

.gallery-item-info {
  text-align: left;
}

.gallery-item-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.4rem;
  transition: color 0.3s ease;
}

.gallery-item-card:hover .gallery-item-title {
  color: var(--logo-yellow);
}

.gallery-item-desc {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* MODAL LECTEUR VIDÉO */
.video-player-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.video-player-box {
  background: #0d1017;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  max-width: 820px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85);
  position: relative;
  animation: modalFadeIn 0.3s ease;
}

.video-player-header {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
  .gallery-items-grid {
    grid-template-columns: 1fr;
  }
}


