.elementor-1627 .elementor-element.elementor-element-071fe03{--display:flex;}.elementor-1627 .elementor-element.elementor-element-071fe03.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1627 .elementor-element.elementor-element-071fe03{--width:70.527%;}}/* Start custom CSS for html, class: .elementor-element-b1bc990 *//* =========================================================
   LES CHRONIQUES D’ELIAS — DESIGN SYSTEM (ÉDITORIAL)
   ========================================================= */

:root {
  /* Palette / Couleurs */
  --ce-bg: #06121a;
  --ce-ink: #eaf2ff;
  --ce-muted: rgba(234, 242, 255, 0.78);
  --ce-line: rgba(255, 255, 255, 0.10);
  --ce-turq: #5bc8d6;
  --ce-blue: #2f6bff;
  --ce-bronze: #c58e51;
  --ce-glass-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  
  /* Effets */
  --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;
}

/* ---------- BASE ET FOND ---------- */
body {
  margin: 0;
  padding: 0;
  background-color: #071722;
  /* On remet la texture et les intensités d'origine */
  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 clé de l'assombrissement est ici */
  color: var(--ce-ink);
  font-family: var(--ce-font-body);
  -webkit-font-smoothing: antialiased;
}

/* ---------- TYPOGRAPHIE GLOBALE ---------- */
h1, h2, h3 {
  font-family: var(--ce-font-title);
  color: var(--ce-bronze);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

p {
  color: var(--ce-muted);
  line-height: 1.75;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

/* ---------- CONTENEUR PRINCIPAL ---------- */
.ce-modern {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 80px;
}

/* ---------- TOPBAR ---------- */
.ce-topbar {
  position: sticky;
  top: 16px;
  z-index: 50;
  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,.86), rgba(6,18,26,.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-pill {
  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;
}
.ce-topbar__txt { font-size: 13px; color: var(--ce-muted); }

/* ---------- BOUTONS ---------- */
.ce-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.ce-btn--primary {
  background: linear-gradient(135deg, var(--ce-turq), var(--ce-blue));
  color: #06121a;
  border: none;
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.2);
}
.ce-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(91, 200, 214, 0.4);
}
.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;
  /* On restaure les halos internes du bloc original */
  background:
    radial-gradient(900px 320px at 20% 0%, rgba(91,200,214,.18), transparent 55%),
    radial-gradient(900px 320px at 90% 10%, rgba(47,107,255,.15), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  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-top: 0;
  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: #000; 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; /* Largeur optimale pour la lecture */
  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); /* Soulignement élégant */
}
.ce-article-body p:last-child { margin-bottom: 0; }
.ce-article-body--bottom h2 { margin-top: 20px; } /* Ajustement post-focus */

/* ---------- 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; }
.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; }
.ce-wheelbox__foot {
  display: flex; align-items: center; gap: 20px; margin-top: 32px;
  padding-top: 24px; border-top: 1px solid var(--ce-line);
}
.ce-fine { font-size: 13px; color: rgba(234, 242, 255, 0.6); }

/* ---------- CTA FINAL (FOOTER) ---------- */
.ce-formbox {
  background: var(--ce-glass-bg);
  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; /* Allège le header sur tablette/mobile */ }
  .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-wheelbox { padding: 24px; border-radius: 16px; margin: 40px 0; }
  .ce-wheelbox__head h2 { font-size: 26px; }
  .ce-wheelbox__foot { flex-direction: column; align-items: flex-start; gap: 16px; }
  .ce-formbox { padding: 32px 20px; }
  .ce-formbox__head h2 { font-size: 26px; }
}/* End custom CSS */