@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@400;700;900&display=swap');

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

body {
  font-family: 'Nunito', sans-serif;
  background: #FFF9F0;
  color: #2C2C2A;
  min-height: 100vh;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ==============================
   NAVBAR
============================== */
.navbar {
  background: rgba(255,249,240,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid #E8F0F8;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-circle {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transform: rotate(-5deg);
  flex-shrink: 0;
}

.logo-text {
  font-family: 'Fredoka One', cursive;
  font-size: 22px;
  color: #3A5F8A;
  line-height: 1.1;
}

.logo-sub {
  font-size: 11px;
  color: #888780;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-btn {
  padding: 8px 16px;
  border: 2px solid #3A5F8A;
  background: white;
  border-radius: 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #3A5F8A;
  cursor: pointer;
  transform: rotate(-1deg);
  transition: all 0.15s;
  box-shadow: 2px 2px 0 #3A5F8A;
  display: inline-block;
}

.nav-btn:hover,
.nav-btn.active {
  transform: rotate(1deg) scale(1.04);
  background: #3A5F8A;
  color: white;
}

/* ==============================
   HERO
============================== */
.hero {
  background: #F5E6D0;
  padding: 3rem 1.5rem 4rem;
  position: relative;
  overflow: hidden;
}

.hero-blobs { position: absolute; inset: 0; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; opacity: 0.22; }
.blob1 { width: 320px; height: 320px; background: #F0997B; top: -100px; right: -80px; }
.blob2 { width: 200px; height: 200px; background: #5DCAA5; bottom: -60px; left: -50px; }
.blob3 { width: 140px; height: 140px; background: #2A4A70; top: 80px; left: 35%; }

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  background: #F0997B;
  color: #4A1B0C;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 900;
  transform: rotate(-2deg);
  margin-bottom: 1.25rem;
  box-shadow: 2px 2px 0 #993C1D;
}

.hero-title {
  font-family: 'Fredoka One', cursive;
  font-size: clamp(40px, 8vw, 72px);
  color: #3A5F8A;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.hero-title span { color: #D85A30; }

.hero-subtitle {
  font-size: 17px;
  color: #5F5E5A;
  font-weight: 700;
  margin-bottom: 2rem;
}

.hero-cta-group {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.hero-dates {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.date-pill {
  background: white;
  border: 2px solid #3A5F8A;
  border-radius: 16px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #3A5F8A;
}

.date-pill i, strong {
  color: #D85A30;
}

/* ==============================
   BOUTONS
============================== */
.btn-wobbly {
  padding: 14px 28px;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: all 0.15s;
  display: inline-block;
}

.btn-primary {
  background: #3A5F8A;
  color: white;
  transform: rotate(-1.5deg);
  box-shadow: 4px 4px 0 #1E3A5F;
}
.btn-primary:hover { transform: rotate(1deg) translateY(-3px); box-shadow: 6px 6px 0 #1E3A5F; color: white; }

.btn-secondary {
  background: #5DCAA5;
  color: #085041;
  transform: rotate(1.5deg);
  box-shadow: 4px 4px 0 #0F6E56;
}
.btn-secondary:hover { transform: rotate(-1deg) translateY(-3px); box-shadow: 6px 6px 0 #0F6E56; }

/* ==============================
   SECTIONS
============================== */
.section {
  padding: 3rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.section-tag {
  display: inline-block;
  background: #5DCAA5;
  color: #085041;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transform: rotate(-1deg);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: 'Fredoka One', cursive;
  font-size: clamp(28px, 5vw, 44px);
  color: #2C2C2A;
  margin-bottom: 1.75rem;
}
.section-title em { color: #3A5F8A; font-style: normal; }

/* ==============================
   CARDS PROGRAMME
============================== */
.prog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.prog-card {
  background: white;
  border-radius: 20px;
  padding: 1.25rem;
  border: 2px solid #E8F0F8;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

.prog-card--1 { transform: rotate(-0.8deg); border-color: #A8C4DE; }
.prog-card--2 { transform: rotate(0.5deg); border-color: #9FE1CB; }
.prog-card--3 { transform: rotate(-0.5deg); border-color: #F5C4B3; }
.prog-card--4 { transform: rotate(1deg); border-color: #F4C0D1; }

.prog-card:hover {
  transform: rotate(0) scale(1.02) translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(83,74,183,0.15);
}

.prog-icon { font-size: 32px; margin-bottom: 8px; display: block; }

.prog-label {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 8px;
}

.prog-label--lecture  { background: #E8F0F8; color: #3A5F8A; }
.prog-label--atelier  { background: #E1F5EE; color: #0F6E56; }
.prog-label--jeu      { background: #FAECE7; color: #993C1D; }
.prog-label--rencontre{ background: #FBEAF0; color: #993556; }
.prog-label--spectacle{ background: #FAEEDA; color: #854F0B; }
.prog-label--autre    { background: #F1EFE8; color: #5F5E5A; }

.prog-title { font-size: 16px; font-weight: 900; color: #2C2C2A; margin-bottom: 4px; }
.prog-time  { font-size: 13px; color: #888780; font-weight: 700; }
.prog-desc  { font-size: 13px; color: #5F5E5A; margin-top: 8px; line-height: 1.5; }

.prog-auteurs { margin-top: 10px; display: flex; gap: 6px; flex-wrap: wrap; }
.auteur-chip {
  background: #E8F0F8;
  color: #3A5F8A;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
}

.inscription-badge {
  margin-top: 10px;
  background: #FAEEDA;
  color: #854F0B;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 10px;
}

/* ==============================
   INVITE STRIP
============================== */
.invite-strip {
  background: #3A5F8A;
  border-radius: 24px;
  padding: 2rem 2.5rem;
  margin: 0 1.5rem 1rem;
  max-width: calc(1100px - 3rem);
  margin-left: auto; margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.invite-text { color: white; }
.invite-title { font-family: 'Fredoka One', cursive; font-size: 28px; margin-bottom: 4px; }
.invite-sub   { font-size: 14px; opacity: 0.85; }

.btn-invite {
  background: #FAC775;
  color: #412402;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  font-weight: 900;
  font-size: 15px;
  font-family: 'Nunito', sans-serif;
  cursor: pointer;
  transform: rotate(1.5deg);
  box-shadow: 3px 3px 0 #854F0B;
  transition: all 0.15s;
  white-space: nowrap;
  display: inline-block;
}
.btn-invite:hover { transform: rotate(-1deg) translateY(-2px); box-shadow: 5px 5px 0 #854F0B; }

/* ==============================
   AUTEURS
============================== */
.auteurs-section { padding: 1rem 1.5rem 2.5rem; max-width: 1100px; margin: 0 auto; }
.auteurs-scroll   { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 12px; scrollbar-width: thin; }

.auteur-card {
  background: white;
  border: 2px solid #D3D1C7;
  border-radius: 20px;
  padding: 1.25rem 1rem;
  min-width: 160px;
  text-align: center;
  flex-shrink: 0;
  transition: all 0.15s;
  display: block;
}
.auteur-card:nth-child(odd)  { transform: rotate(-1deg); }
.auteur-card:nth-child(even) { transform: rotate(1deg); }
.auteur-card:hover { transform: rotate(0) scale(1.04); border-color: #2A4A70; }

.auteurs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.auteur-card-full {
  background: white;
  border: 2px solid #D3D1C7;
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  display: block;
  transition: all 0.15s;
}
.auteur-card-full:nth-child(odd)  { transform: rotate(-0.6deg); }
.auteur-card-full:nth-child(even) { transform: rotate(0.6deg); }
.auteur-card-full:hover { transform: rotate(0) scale(1.02) translateY(-4px); border-color: #3A5F8A; box-shadow: 0 8px 24px rgba(83,74,183,0.15); }

.auteur-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fredoka One', cursive;
  font-size: 22px;
  margin: 0 auto 10px;
}
.auteur-avatar--initiales {
  background: #3A5F8A;
  color: white;
}
.auteur-avatar--photo { object-fit: cover; }

.auteur-avatar-full {
  width: 96px; height: 96px; border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 12px;
  display: block;
}

.auteur-name  { font-weight: 900; font-size: 15px; color: #2C2C2A; }
.auteur-genre { font-size: 13px; color: #888780; font-weight: 700; }
.auteur-bio-short { font-size: 13px; color: #5F5E5A; margin-top: 8px; line-height: 1.5; }
.auteur-info  { padding-top: 4px; }

/* ==============================
   ARTICLES
============================== */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.article-card {
  background: white;
  border-radius: 20px;
  border: 2px solid #D3D1C7;
  overflow: hidden;
  display: block;
  transition: all 0.15s;
}
.article-card:nth-child(odd)  { transform: rotate(-0.5deg); }
.article-card:nth-child(even) { transform: rotate(0.5deg); }
.article-card:hover { transform: rotate(0) translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }

.article-img {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.article-body { padding: 1.25rem; }
.article-cat {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 8px;
}
.cat--actu     { background: #E8F0F8; color: #3A5F8A; }
.cat--programme{ background: #E1F5EE; color: #0F6E56; }
.cat--presse   { background: #FAEEDA; color: #854F0B; }
.cat--pratique { background: #FAECE7; color: #993C1D; }

.article-title   { font-family: 'Fredoka One', cursive; font-size: 20px; margin-bottom: 8px; color: #2C2C2A; }
.article-chapeau { font-size: 14px; color: #5F5E5A; line-height: 1.6; }
.article-date    { font-size: 12px; color: #888780; font-weight: 700; margin-top: 10px; }

/* ==============================
   PAGE HEADERS
============================== */
.page-header {
  background: #F5E6D0;
  padding: 2.5rem 1.5rem 2rem;
  border-bottom: 3px solid #E8F0F8;
}
.page-header-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.page-title {
  font-family: 'Fredoka One', cursive;
  font-size: clamp(32px, 6vw, 56px);
  color: #2C2C2A;
  margin-top: 0.5rem;
}
.page-title em { color: #3A5F8A; font-style: normal; }

.back-link {
  font-size: 14px;
  font-weight: 700;
  color: #3A5F8A;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.back-link:hover { text-decoration: underline; }

/* ==============================
   TIMELINE (Programme)
============================== */
.day-block { margin-bottom: 3rem; }
.day-title {
  font-family: 'Fredoka One', cursive;
  font-size: 28px;
  color: #3A5F8A;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
.timeline { display: flex; flex-direction: column; gap: 16px; }
.timeline-item { display: flex; gap: 16px; align-items: flex-start; }
.timeline-time {
  font-weight: 900;
  font-size: 15px;
  color: #3A5F8A;
  min-width: 60px;
  padding-top: 1.25rem;
}
.timeline-dot {
  width: 12px; height: 12px;
  background: #3A5F8A;
  border-radius: 50%;
  margin-top: 1.6rem;
  flex-shrink: 0;
}
.prog-card--timeline { flex: 1; transform: none !important; }

/* ==============================
   INFOS PRATIQUES
============================== */
.infos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.info-card {
  background: white;
  border: 2px solid #A8C4DE;
  border-radius: 20px;
  padding: 1.5rem;
  transition: all 0.15s;
}
.info-card:nth-child(odd)  { transform: rotate(-0.5deg); }
.info-card:nth-child(even) { transform: rotate(0.5deg); }
.info-card:hover { transform: rotate(0) scale(1.02); border-color: #3A5F8A; }
.info-emoji  { font-size: 36px; margin-bottom: 10px; }
.info-label  { font-weight: 900; font-size: 15px; color: #3A5F8A; margin-bottom: 6px; }
.info-valeur { font-size: 14px; color: #2C2C2A; line-height: 1.6; }

/* ==============================
   AUTEUR DETAIL
============================== */
.auteur-detail-header {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.auteur-detail-photo {
  width: 140px; height: 140px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  font-size: 40px;
  display: flex; align-items: center; justify-content: center;
}
.auteur-bio { font-size: 16px; line-height: 1.8; color: #2C2C2A; margin-bottom: 2rem; }

/* ==============================
   ARTICLE DETAIL
============================== */
.article-detail { max-width: 760px; }
.article-detail-img {
  width: 100%;
  border-radius: 16px;
  margin: 1.5rem 0;
  max-height: 400px;
  object-fit: cover;
}
.article-contenu { font-size: 16px; line-height: 1.9; color: #2C2C2A; margin-top: 1.5rem; }

/* ==============================
   FOOTER
============================== */
.site-footer {
  background: #2C2C2A;
  border-radius: 24px 24px 0 0;
  margin-top: 3rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}
@media(max-width:700px){
  .site-footer { padding-bottom: 100px; }
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-logo  { font-family: 'Fredoka One', cursive; font-size: 30px; color: #FAC775; margin-bottom: 1rem; }
.footer-links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 1rem; }
.footer-link  { color: #B4B2A9; font-size: 14px; font-weight: 700; }
.footer-link:hover { color: #FAC775; }
.footer-copy  { font-size: 12px; color: #5F5E5A; }

/* ==============================
   UTILITAIRES
============================== */
.empty-state {
  font-size: 18px;
  color: #888780;
  font-weight: 700;
  text-align: center;
  padding: 3rem;
  grid-column: 1 / -1;
}

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 640px) {
  .nav-inner { padding: 0.5rem 1rem; }
  .nav-links  { gap: 6px; }
  .nav-btn    { padding: 6px 12px; font-size: 12px; }
  .invite-strip { padding: 1.5rem; }
  .invite-title { font-size: 22px; }
  .auteur-detail-header { flex-direction: column; }
}

/* ==============================
   FONT AWESOME — ajustements
============================== */
.fa-solid, .fa-regular, .fa-brands {
  line-height: 1;
}
/* Icônes dans les infos pratiques */
.info-emoji .fa-solid { font-size: 28px; color: #3A5F8A; }
/* Icônes dans les contact items */
.contact-item-icon .fa-solid { font-size: 20px; color: #3A5F8A; }
/* Icônes dans les boutons admin */
.bef .fa-solid, .btn-p-admin .fa-solid { font-size: 11px; }
/* Icônes dans le menu mobile */
.mob-icon .fa-solid { font-size: 22px; }
/* Icônes de navigation */
.nav-mobile-link .fa-solid { width: 20px; text-align: center; }
/* Clock dans panneau carte */
.p-creneau .fa-regular { color: #3A5F8A; margin-right: 4px; }

/* ==============================
   MODE SOMBRE
============================== */
@media (prefers-color-scheme: dark) {

  /* ── Palette
     --bg-0 : fond principal        #141418
     --bg-1 : cartes / surfaces     #1E1E24
     --bg-2 : éléments surélevés    #26262E
     --bg-3 : hover / actif         #2E2E38
     --border: séparateurs          #35354A
     --text-1: texte principal      #F0EEF8
     --text-2: texte secondaire     #9E9BB8
     --text-3: texte discret        #5E5C78
     --accent : bleu ardoise clair  #7EADD4
     --accent-bg: teinte bleue      #1A2A3E
  ── */

  /* Base */
  body {
    background: #141418;
    color: #F0EEF8;
  }

  /* ── Navbar ── */
  .navbar {
    background: rgba(20,20,24,0.96);
    border-bottom-color: #35354A;
    backdrop-filter: blur(12px);
  }
  .logo-text { color: #7EADD4; }
  .logo-sub  { color: #5E5C78; }
  .nav-btn {
    background: #1E1E24;
    color: #7EADD4;
    border-color: #35354A;
    box-shadow: 2px 2px 0 #35354A;
  }
  .nav-btn:hover, .nav-btn.active {
    background: #7EADD4;
    color: #141418;
    border-color: #7EADD4;
    box-shadow: 2px 2px 0 #3A5F8A;
  }

  /* ── Hero ── */
  .hero { background: #18181E; }
  .hero-title { color: #7EADD4; }
  .hero-subtitle { color: #9E9BB8; }
  .hero-badge { background: #2A1A10; color: #F0997B; box-shadow: 2px 2px 0 #3A2010; }
  .date-pill { background: #1E1E24; border-color: #35354A; color: #9E9BB8; }
  .blob1 { opacity: .08; }
  .blob2 { opacity: .08; }
  .blob3 { opacity: .08; }

  /* ── Sections ── */
  .section-title { color: #F0EEF8; }
  .section-title em { color: #7EADD4; }
  .section-tag { background: #0F2E24; color: #5DCAA5; }

  /* ── Page header ── */
  .page-header { background: #18181E; border-bottom-color: #35354A; }
  .page-title { color: #F0EEF8; }
  .page-title em { color: #7EADD4; }
  .back-link { color: #7EADD4; }

  /* ── Boutons ── */
  .btn-primary { background: #3A5F8A; box-shadow: 4px 4px 0 #1A2E44; }
  .btn-primary:hover { box-shadow: 6px 6px 0 #1A2E44; }
  .btn-invite { box-shadow: 3px 3px 0 #5A3500; }

  /* ── Cards programme ── */
  .prog-card { background: #1E1E24; border-color: #35354A; }
  .prog-card--1 { border-color: #1A2A3E; }
  .prog-card--2 { border-color: #0E2820; }
  .prog-card--3 { border-color: #2E1A10; }
  .prog-card--4 { border-color: #2A1020; }
  .prog-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,.4); }
  .prog-title { color: #F0EEF8; }
  .prog-time  { color: #5E5C78; }
  .prog-desc  { color: #9E9BB8; }
  .auteur-chip { background: #1A2A3E; color: #7EADD4; }

  /* ── Auteurs ── */
  .auteur-card, .auteur-card-full {
    background: #1E1E24;
    border-color: #35354A;
  }
  .auteur-card:hover, .auteur-card-full:hover { border-color: #7EADD4; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
  .auteur-name  { color: #F0EEF8; }
  .auteur-genre { color: #5E5C78; }
  .auteur-bio-short { color: #9E9BB8; }
  .auteur-avatar--initiales { background: #1A2A3E; color: #7EADD4; }

  /* ── Articles ── */
  .article-card { background: #1E1E24; border-color: #35354A; }
  .article-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,.4); }
  .article-title   { color: #F0EEF8; }
  .article-chapeau { color: #9E9BB8; }
  .article-date    { color: #5E5C78; }
  .cat--actu     { background: #1A2A3E; color: #7EADD4; }
  .cat--programme{ background: #0E2820; color: #5DCAA5; }
  .cat--presse   { background: #2A1E08; color: #D4A050; }
  .cat--pratique { background: #2A1008; color: #D88050; }

  /* ── Infos pratiques ── */
  .info-card { background: #1E1E24; border-color: #35354A; }
  .info-card:hover { border-color: #7EADD4; }
  .info-label  { color: #7EADD4; }
  .info-valeur { color: #F0EEF8; }

  /* ── Formulaires ── */
  input, select, textarea {
    background: #26262E;
    border-color: #35354A;
    color: #F0EEF8;
    color-scheme: dark;
  }
  input::placeholder, textarea::placeholder { color: #5E5C78; }
  input:focus, select:focus, textarea:focus {
    border-color: #7EADD4;
    box-shadow: 0 0 0 3px rgba(126,173,212,.15);
    outline: none;
  }
  .form-group input, .form-group select, .form-group textarea {
    background: #26262E;
    border-color: #35354A;
    color: #F0EEF8;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: #7EADD4;
    box-shadow: 0 0 0 3px rgba(126,173,212,.15);
  }
  .form-group label { color: #9E9BB8; }
  .mf-row input, .mf-row select, .mf-row textarea {
    background: #26262E;
    border-color: #35354A;
    color: #F0EEF8;
  }
  .mf-row label { color: #9E9BB8; }
  .mf-row input:focus, .mf-row select:focus {
    border-color: #7EADD4;
  }
  .ep-input { background: #26262E; border-color: #35354A; color: #F0EEF8; }
  .ep-btn   { background: #1A2A3E; color: #7EADD4; }
  emoji-picker {
    --background: #1E1E24;
    --border-color: #35354A;
    --text-color: #F0EEF8;
    --category-emoji-background: transparent;
    --input-border-color: #35354A;
    --input-font-color: #F0EEF8;
    --input-placeholder-color: #5E5C78;
    --outline-color: #7EADD4;
  }

  /* ── Carte / Planning ── */
  .carte-wrap  { background: #1E1E24; border-color: #35354A; }
  .carte-panel { background: #1E1E24; border-left-color: #35354A; }
  .p-name  { color: #F0EEF8; }
  .p-desc  { color: #9E9BB8; }
  .p-empty { color: #5E5C78; }
  .leg-sep { border-top-color: #35354A; }
  .leg-title { color: #5E5C78; }
  .leg-item  { color: #9E9BB8; }
  .leg-item:hover { background: #26262E; }

  .plan-timeline { background: #1E1E24; border-color: #35354A; }
  .t-header  { background: #18181E; border-bottom-color: #35354A; }
  .t-slot    { color: #5E5C78; }
  .s-head    { background: #1A2020; color: #7EADD4; }
  .p-row     { border-bottom-color: #26262E; }
  .p-row:hover { background: #26262E; }
  .p-label   { color: #F0EEF8; }
  .p-dot     { box-shadow: 0 0 0 2px #35354A; }

  .plan-card { background: #1E1E24; border-color: #35354A; }
  .plan-card:hover { border-color: #7EADD4; box-shadow: 0 4px 14px rgba(0,0,0,.3); }
  .plan-card-nom  { color: #F0EEF8; }
  .plan-card-h    { color: #7EADD4; }
  .plan-card-desc { color: #5E5C78; }

  .f-btn { background: #26262E; border-color: #35354A; color: #9E9BB8; }

  /* ── Contact ── */
  .contact-card  { background: #1E1E24; border-color: #35354A; }
  .contact-card h2 { color: #F0EEF8; }
  .contact-card p  { color: #9E9BB8; }
  .contact-info-title { color: #F0EEF8; }
  .contact-info-title em { color: #7EADD4; }
  .contact-item     { background: #1E1E24; border-color: #35354A; }
  .contact-item-label { color: #5E5C78; }
  .contact-item-val   { color: #F0EEF8; }
  .contact-item-sub   { color: #5E5C78; }
  .info-item  { background: #1E1E24; border-color: #35354A; }
  .info-item:hover { border-color: #7EADD4; }
  .info-item-label { color: #5E5C78; }
  .info-item-val   { color: #F0EEF8; }
  .btn-submit { background: #3A5F8A; box-shadow: 3px 3px 0 #1A2E44; }
  .btn-submit:hover { background: #7EADD4; color: #141418; }
  .success-box { background: #0E2820; border-color: #1D6040; }
  .success-text { color: #5DCAA5; }
  .error-box { background: #2A1008; border-color: #6A2808; color: #F0997B; }

  /* ── Partenaires ── */
  .partner-card { background: #1E1E24; border-color: #35354A; }
  .partner-card:hover { border-color: #7EADD4; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
  .partner-nom { color: #F0EEF8; }

  /* ── Modals ── */
  .modal-box, .modal, .glogin-card {
    background: #1E1E24;
    box-shadow: 0 12px 40px rgba(0,0,0,.5);
  }
  .modal-box h2, .modal h2 { color: #F0EEF8; }
  .glogin-title { color: #7EADD4; }
  .glogin-sub   { color: #5E5C78; }
  .glogin-group input { background: #26262E; border-color: #35354A; color: #F0EEF8; }
  .glogin-group input:focus { border-color: #7EADD4; box-shadow: 0 0 0 3px rgba(126,173,212,.15); }
  .glogin-group label { color: #9E9BB8; }
  .glogin-cancel { background: #26262E; color: #9E9BB8; }
  .glogin-cancel:hover { background: #35354A; }
  .glogin-error { background: #2A1008; border-color: #6A2808; color: #F0997B; }
  .bm-cancel { background: #26262E; color: #9E9BB8; }

  /* ── Mobile nav sheet ── */
  .mob-sheet   { background: #1E1E24; box-shadow: 0 -4px 40px rgba(0,0,0,.5); }
  .mob-handle  { background: #35354A; }
  .mob-sheet-title { color: #5E5C78; }
  .mob-link    { background: #26262E; border-color: #35354A; color: #F0EEF8; }
  .mob-link.active { background: #3A5F8A; border-color: #3A5F8A; }
  .mob-icon    { color: #7EADD4; }
  .mob-link.active .mob-icon { color: white; }
  .mob-overlay { background: rgba(0,0,0,.7); }
  .mob-fab     { background: #3A5F8A; box-shadow: 0 8px 24px rgba(0,0,0,.4), 0 2px 0 #1A2E44; }

  /* ── Invite strip ── */
  .invite-strip { background: #1A2A3E; }

  /* ── Footer ── */
  .site-footer { background: #0C0C10; }
  .footer-link:hover { color: #7EADD4; }
  .footer-copy { color: #35354A; }

  /* ── Prog labels ── */
  .prog-label--lecture   { background: #1A2A3E; color: #7EADD4; }
  .prog-label--atelier   { background: #0E2820; color: #5DCAA5; }
  .prog-label--jeu       { background: #2A1008; color: #D88050; }
  .prog-label--rencontre { background: #2A0818; color: #D87098; }
  .prog-label--spectacle { background: #2A1808; color: #D4A050; }
  .prog-label--autre     { background: #26262E; color: #9E9BB8; }

  /* ── Scrollbar ── */
  * { scrollbar-color: #35354A #141418; scrollbar-width: thin; }
}