.elementor-1594 .elementor-element.elementor-element-ce3fd09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-edb0a50 *//* =========================================================
   CHRONIQUES D'ELIAS — PAGE PÂQUES (RACCORD)
   Autonome : root + css page
   ========================================================= */

:root{
  --ce-bg:#06121a;
  --ce-bg2:#081b28;
  --ce-ink:#eaf2ff;
  --ce-muted:rgba(234,242,255,.78);
  --ce-line:rgba(255,255,255,.10);
  --ce-glass:rgba(255,255,255,.07);
  --ce-glass2:rgba(255,255,255,.10);
  --ce-turq:#5bc8d6;
  --ce-blue:#2f6bff;
  --ce-bronze:#c58e51;
  --ce-shadow:0 22px 60px rgba(0,0,0,.45);
  --ce-r:18px;
  --ce-font-body:"Poppins";
}

/* Wrapper page (évite les collisions Elementor) */
.ce-easter{
  font-family:var(--ce-font-body);
  color:var(--ce-ink);
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  padding: 18px 0 46px;
}

.ce-easter *{ box-sizing:border-box; }

.ce-easter a{ color: var(--ce-turq); text-decoration:none; }
.ce-easter a:hover{ filter: brightness(1.1); }

.ce-easter h1, .ce-easter h2, .ce-easter h3{
  font-family:"Cinzel", serif;
  letter-spacing:-.01em;
  color:var(--ce-ink);
  margin:0;
}

.ce-easter p{ color:var(--ce-muted); margin:0; }

/* ---------------------------------------------------------
   TOP BAR
   --------------------------------------------------------- */

.ce-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px;
  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(10px);
  box-shadow: var(--ce-shadow);
}

.ce-topbar__left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.ce-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(91,200,214,.12);
  border:1px solid rgba(91,200,214,.22);
  color:var(--ce-ink);
  font-weight:800;
  font-size:12px;
  white-space:nowrap;
}

.ce-topbar__txt{
  font-size:13px;
  color:var(--ce-muted);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* ---------------------------------------------------------
   BUTTONS (contraste OK)
   --------------------------------------------------------- */

.ce-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  text-decoration:none !important;
  font-weight:900;
  border:1px solid var(--ce-line);
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
  white-space:nowrap;
}

.ce-btn:hover{ transform: translateY(-1px); box-shadow: 0 18px 40px rgba(0,0,0,.35); }

.ce-btn--primary{
  color:#06121a !important;
  border-color: rgba(91,200,214,.32);
  background: linear-gradient(135deg, var(--ce-turq), var(--ce-blue));
}

.ce-btn--ghost{
  background: rgba(255,255,255,.06);
  color: var(--ce-ink) !important;
}

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.ce-hero{
  margin-top:16px;
  padding:22px;
  border-radius: var(--ce-r);
  border:1px solid var(--ce-line);
  background:
    radial-gradient(900px 360px at 18% 0%, rgba(91,200,214,.18), transparent 55%),
    radial-gradient(900px 360px at 95% 10%, rgba(47,107,255,.16), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
  box-shadow: var(--ce-shadow);
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  overflow:hidden;
}

.ce-hero__copy h1{
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1.02;
  margin:0 0 10px;
}

.ce-hero__copy h1 .sub{
  display:block;
  font-family: var(--ce-font-body);
  font-weight:700;
  color: rgba(234,242,255,.88);
  letter-spacing:-.02em;
  margin-top: 6px;
  font-size: clamp(22px, 3.2vw, 40px);
}

.ce-hero__copy p{
  line-height:1.55;
  font-size:16px;
  margin-top: 10px;
  max-width: 62ch;
}

/* chips */
.ce-chips{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ce-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border:1px solid var(--ce-line);
  color: rgba(234,242,255,.88);
  font-weight:800;
  font-size:13px;
}

.ce-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}

/* mini strip */
.ce-strip{
  margin-top:14px;
  display:grid;
  grid-template-columns: 140px 1fr 1fr;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border-radius: 14px;
  background: rgba(197,142,81,.09);
  border:1px solid rgba(197,142,81,.22);
  color: rgba(234,242,255,.90);
  font-size:13px;
}

.ce-strip strong{ color: rgba(234,242,255,.95); }

.ce-strip__label{
  display:flex;
  align-items:center;
  gap:8px;
  color: rgba(234,242,255,.86);
  font-weight:900;
}

.ce-strip__dot{
  width:10px; height:10px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, var(--ce-bronze), rgba(197,142,81,.12));
  box-shadow: 0 0 0 6px rgba(197,142,81,.10);
}

/* visual */
.ce-hero__visual{
  position:relative;
  min-height: 340px;
  display:flex;
  align-items:stretch;
}

.ce-cardshot{
  margin-left:auto;
  width:100%;
  max-width: 420px;
  border-radius: 18px;
  border:1px solid var(--ce-line);
  background: rgba(0,0,0,.26);
  box-shadow: 0 22px 55px rgba(0,0,0,.45);
  overflow:hidden;
}

.ce-cardshot__img{
  height: 290px;
  background:
    radial-gradient(circle at 25% 15%, rgba(91,200,214,.12), transparent 55%),
    var(--ce-hero-img);
  background-size: cover;
  background-position: center;
}

.ce-cardshot__cap{
  padding:12px 14px;
  color: rgba(234,242,255,.82);
  font-weight:800;
  font-size:13px;
  border-top:1px solid var(--ce-line);
}

/* ---------------------------------------------------------
   SECTION
   --------------------------------------------------------- */

.ce-section{
  margin-top:16px;
  padding:18px 20px;
  border-radius: var(--ce-r);
  border:1px solid var(--ce-line);
  background: rgba(255,255,255,.04);
  box-shadow: 0 12px 32px rgba(0,0,0,.22);
}

.ce-section h2{
  font-size: clamp(20px, 2.6vw, 28px);
  margin:0 0 6px;
}

.ce-section p{ margin:0; }

/* cards */
.ce-grid{
  margin-top:12px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}

.ce-tile{
  padding:16px;
  border-radius: var(--ce-r);
  border:1px solid var(--ce-line);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: 0 12px 32px rgba(0,0,0,.22);
}

.ce-tile__icon{
  width:40px; height:40px; border-radius: 12px;
  display:grid; place-items:center;
  background: rgba(91,200,214,.10);
  border:1px solid rgba(91,200,214,.22);
  margin-bottom:10px;
  color: rgba(234,242,255,.92);
  font-weight:900;
}

.ce-tile h3{ font-size:18px; margin:0 0 8px; }
.ce-tile p{ color: var(--ce-muted); line-height:1.5; }

.ce-inline{
  margin-top:12px;
  color: rgba(234,242,255,.85);
  font-size: 14px;
}

.ce-inline strong{ color: rgba(234,242,255,.95); }

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

.ce-hero, .ce-hero *{
  min-width:0;
  overflow-wrap:anywhere;
  word-break:break-word;
}

@media (max-width: 980px){
  .ce-hero{ grid-template-columns: 1fr; }
  .ce-hero__visual{ min-height:auto; }
  .ce-cardshot{ max-width: 100%; }
  .ce-cardshot__img{ height: 260px; }
  .ce-grid{ grid-template-columns: 1fr 1fr; }
  .ce-strip{ grid-template-columns: 1fr; }
}

@media (max-width: 680px){
  .ce-topbar{
    flex-direction: column;
    align-items:flex-start;
    border-radius: 16px;
    gap:10px;
  }
  .ce-topbar__left{
    flex-direction: column;
    align-items:flex-start;
    gap:6px;
    width:100%;
  }
  .ce-topbar__txt{
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .ce-btn{ width:100%; white-space:normal; }
  .ce-cta{ flex-direction: column; }
  .ce-grid{ grid-template-columns: 1fr; }
  .ce-hero{ padding:16px; }
  .ce-strip{ padding:12px; }
}/* End custom CSS */