.elementor-1690 .elementor-element.elementor-element-f9fc67e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ee2bba8 *//* =========================================================
   DESIGN SYSTEM CORE — LES CHRONIQUES D’ELIAS
   Version : 1.1 (Dark Premium & Immersif) + Éditorial
   ========================================================= */

:root {
  /* --- Couleurs de fond --- */
  --ce-bg: #06121a;
  --ce-bg2: #081b28;
  
  /* --- Couleurs de texte --- */
  --ce-ink: #eaf2ff;
  --ce-muted: rgba(234, 242, 255, 0.78);
  
  /* --- Couleurs d'accentuation --- */
  --ce-bronze: #c58e51;
  --ce-turq: #5bc8d6;
  --ce-blue: #2f6bff;
  
  /* --- Glassmorphism & Bordures --- */
  --ce-line: rgba(255, 255, 255, 0.10);
  --ce-glass: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
  
  /* --- Effets & Structure --- */
  --ce-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  --ce-r: 18px;
  
  /* --- Typographie --- */
  --ce-font-title: "Cinzel", serif;
  --ce-font-body: "Poppins", sans-serif;
}

/* ---------------------------------------------------------
   FOND DE PAGE & TYPOGRAPHIE
   --------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  background-color: #071722;
  background-image: 
    radial-gradient(circle at 20% 10%, rgba(91, 200, 214, 0.15), transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(47, 107, 255, 0.12), transparent 50%),
    url("https://leschroniquesdelias.com/wp-content/uploads/2025/06/bg2.webp");
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: overlay; /* La texture d'Elias */
  color: var(--ce-ink);
  font-family: var(--ce-font-body);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--ce-font-title);
  color: var(--ce-bronze);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0;
}

p {
  color: var(--ce-muted);
  line-height: 1.75;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

strong {
  color: var(--ce-ink);
  font-weight: 700;
}

/* ---------------------------------------------------------
   STRUCTURE ET TOPBAR
   --------------------------------------------------------- */
.ce-modern {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 80px;
}

.ce-topbar {
  position: sticky;
  top: 16px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid var(--ce-line);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(6, 18, 26, 0.86), rgba(6, 18, 26, 0.62));
  backdrop-filter: blur(12px);
  box-shadow: var(--ce-shadow);
  margin-bottom: 32px;
}
.ce-topbar__left { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ce-topbar__txt { font-size: 13px; color: var(--ce-muted); }

.ce-pill {
  display: inline-flex;
  background: rgba(91, 200, 214, 0.12);
  border: 1px solid rgba(91, 200, 214, 0.22);
  color: var(--ce-ink);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

/* ---------------------------------------------------------
   BOUTONS
   --------------------------------------------------------- */
.ce-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}
.ce-btn--primary {
  background: linear-gradient(135deg, var(--ce-turq), var(--ce-blue));
  color: #06121a;
  border: 1px solid rgba(91, 200, 214, 0.32);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.2);
}
.ce-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.ce-btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  color: var(--ce-ink);
  border: 1px solid var(--ce-line);
}
.ce-btn--ghost:hover { background: rgba(255, 255, 255, 0.1); }

/* ---------------------------------------------------------
   HERO ÉDITORIAL
   --------------------------------------------------------- */
.ce-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  padding: 40px;
  background:
    radial-gradient(900px 320px at 20% 0%, rgba(91, 200, 214, 0.18), transparent 55%),
    radial-gradient(900px 320px at 90% 10%, rgba(47, 107, 255, 0.15), transparent 55%),
    var(--ce-glass);
  border: 1px solid var(--ce-line);
  border-radius: var(--ce-r);
  box-shadow: var(--ce-shadow);
  margin-bottom: 40px;
  overflow: hidden;
}
.ce-hero__copy h1 { font-size: clamp(28px, 4vw, 46px); margin-bottom: 16px; }
.ce-hero__copy h1 span { color: var(--ce-ink); font-family: var(--ce-font-body); font-weight: 800; }
.ce-lead { font-size: 1.15rem; color: var(--ce-ink); opacity: 0.9; margin-bottom: 24px; }

.ce-subnote {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(197, 142, 81, 0.08);
  border: 1px solid rgba(197, 142, 81, 0.2);
  border-radius: 14px;
  font-size: 14px;
  color: rgba(234, 242, 255, 0.9);
}
.ce-dot { min-width: 10px; height: 10px; background: var(--ce-bronze); border-radius: 50%; box-shadow: 0 0 12px rgba(197, 142, 81, 0.6); }

.ce-hero__visual { position: relative; display: flex; align-items: center; justify-content: center; }
.ce-orb {
  position: absolute; width: 220px; height: 220px;
  background: radial-gradient(circle, var(--ce-turq) 0%, transparent 70%);
  filter: blur(45px); opacity: 0.5; z-index: 1;
}
.ce-cardshot {
  position: relative; z-index: 2; width: 100%; max-width: 320px;
  background: var(--ce-bg); border: 1px solid var(--ce-line); border-radius: var(--ce-r);
  overflow: hidden; box-shadow: var(--ce-shadow); transform: rotate(1.5deg);
}
.ce-cardshot__img { height: 280px; background-size: cover; background-position: center; opacity: 0.85; }
.ce-cardshot__cap { padding: 12px; font-size: 12px; text-align: center; color: var(--ce-muted); border-top: 1px solid var(--ce-line); }

/* ---------------------------------------------------------
   ZONE DE LECTURE (UX TEXT)
   --------------------------------------------------------- */
.ce-article-body {
  max-width: 780px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.ce-article-body h2 {
  font-size: 28px;
  margin-top: 48px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(197, 142, 81, 0.2);
}
.ce-article-body h3 {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 12px;
}
.ce-article-body p:last-child { margin-bottom: 0; }
.ce-article-body--bottom h2 { margin-top: 20px; }

/* ---------------------------------------------------------
   BENTO GRID (FAQ)
   --------------------------------------------------------- */
.ce-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.ce-tile {
  padding: 24px;
  background: var(--ce-glass);
  border: 1px solid var(--ce-line);
  border-radius: var(--ce-r);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
  transition: border-color 0.3s ease;
}
.ce-tile:hover { border-color: rgba(197, 142, 81, 0.3); }
.ce-tile p { margin-bottom: 0; font-size: 0.95rem; }

/* ---------------------------------------------------------
   BLOC FOCUS (WHEELBOX)
   --------------------------------------------------------- */
.ce-wheelbox {
  background: linear-gradient(180deg, rgba(8, 27, 40, 0.95), rgba(6, 18, 26, 0.98));
  border: 1px solid rgba(91, 200, 214, 0.3);
  padding: 48px;
  border-radius: var(--ce-r);
  box-shadow: var(--ce-shadow);
  margin: 60px 0;
}
.ce-wheelbox__head h2 { font-size: 32px; margin-top: 0; margin-bottom: 12px; border: none; padding: 0; }
.ce-wheelbox__embed {
  background: rgba(0, 0, 0, 0.35);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--ce-line);
  margin: 24px 0;
  font-size: 1.1rem;
}
.ce-reading-breakout h3 { font-size: 24px; margin-top: 32px; }

/* ---------------------------------------------------------
   CTA FINAL (FOOTER)
   --------------------------------------------------------- */
.ce-formbox {
  background: var(--ce-glass);
  border: 1px solid var(--ce-line);
  border-radius: var(--ce-r);
  padding: 48px;
  text-align: center;
  max-width: 800px;
  margin: 60px auto 0;
  box-shadow: var(--ce-shadow);
}
.ce-formbox__head h2 { font-size: 32px; margin-top: 0; margin-bottom: 16px; }
.ce-cta-final__actions { margin-top: 32px; }

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 992px) {
  .ce-hero { grid-template-columns: 1fr; padding: 32px; }
  .ce-hero__visual { display: none; }
  .ce-wheelbox { padding: 32px; }
}

@media (max-width: 680px) {
  .ce-topbar { flex-direction: column; border-radius: 16px; gap: 12px; text-align: center; padding: 16px; }
  .ce-topbar__left { justify-content: center; }
  .ce-hero { padding: 24px; border-radius: 16px; margin-top: 16px; }
  .ce-hero__copy h1 { font-size: 26px; }
  .ce-article-body h2 { font-size: 24px; margin-top: 32px; }
  .ce-bento { grid-template-columns: 1fr; }
  .ce-wheelbox { padding: 24px; border-radius: 16px; margin: 40px 0; }
  .ce-wheelbox__head h2 { font-size: 26px; }
  .ce-formbox { padding: 32px 20px; }
  .ce-formbox__head h2 { font-size: 26px; }
}/* End custom CSS */