.elementor-17845 .elementor-element.elementor-element-4b9e952 > .elementor-container > .elementor-row{align-items:stretch;}/* Start custom CSS *//* ============================================================
   CONFÉRENCE "COMPRENDRE NE SUFFIT PAS" — CSS
   À coller dans : Elementor > Site Settings > Custom CSS
   OU Apparence > Personnaliser > CSS additionnel
 
   À ajouter dans Elementor > Site Settings > Custom Code > HEAD :
   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap" rel="stylesheet">
   <link rel="stylesheet" href="https://sibforms.com/forms/end-form/build/sib-styles.css">
   ============================================================ */
 
/* ── VARIABLES ── */
:root {
  --cream: #F5F0E8;
  --cream-dark: #EDE7D8;
  --ink: #1A1714;
  --ink-soft: #3D3830;
  --ink-muted: #6B6358;
  --gold: #C49A3C;
  --gold-light: #E8C97A;
  --gold-pale: #F9F3E3;
  --forest: #2C4A3E;
  --white: #FEFDF9;
  --border: rgba(26,23,20,0.12);
  --border-gold: rgba(196,154,60,0.35);
}
 
html { scroll-behavior: smooth; }
 
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
 
/* ── TOP BAR ── */
.conf-topbar {
  background: var(--forest);
  color: var(--gold-light);
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase;
}
 
/* ── HERO ── */
.conf-hero {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 24px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.conf-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  opacity: 0.35;
  z-index: 0;
}
.conf-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,23,20,0.55) 0%, rgba(26,23,20,0.75) 60%, rgba(26,23,20,0.95) 100%);
  z-index: 1;
  pointer-events: none;
}
.conf-hero-content { position: relative; z-index: 2; }
 
.conf-hero-eyebrow {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.conf-hero-eyebrow::before, .conf-hero-eyebrow::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.conf-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 500;
  line-height: 1.08;
  color: var(--white);
  max-width: 820px;
  margin: 0 auto 20px;
  letter-spacing: -0.02em;
}
.conf-hero h1 em { font-style: italic; color: var(--gold-light); }
.conf-hero-subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(245,240,232,0.7);
  max-width: 540px;
  margin: 0 auto 48px;
  font-weight: 300;
  line-height: 1.6;
}
.conf-hero-note {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(245,240,232,0.45);
  font-weight: 300;
}
 
/* ── EVENT BADGE ── */
.conf-event-badge {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: rgba(196,154,60,0.12);
  border: 1px solid var(--border-gold);
  border-radius: 2px;
  padding: 16px 28px;
  margin-bottom: 48px;
  flex-wrap: wrap;
  justify-content: center;
}
.conf-event-badge-item { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.conf-event-badge-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); opacity: 0.8; }
.conf-event-badge-value { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--gold-light); }
.conf-event-badge-sep { width: 1px; height: 32px; background: var(--border-gold); }
 
/* ── BOUTON ── */
.conf-btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--ink) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px 44px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  border-radius: 1px;
}
.conf-btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
 
/* ── CITATION JULIEN (promise bar) ── */
.conf-promise-bar { background: var(--forest); padding: 48px 24px; }
.conf-promise-bar .conf-julien-quote {
  border-left: 3px solid var(--gold);
  padding: 28px 32px;
  background: rgba(255,255,255,0.04);
  border-radius: 0 2px 2px 0;
  text-align: left;
}
.conf-julien-quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 2vw, 23px);
  font-style: italic;
  font-weight: 400;
  color: rgba(245,240,232,0.88);
  line-height: 1.7;
  margin-bottom: 16px;
}
.conf-julien-quote-text:last-of-type { margin-bottom: 24px; }
.conf-julien-quote-text strong { font-style: normal; font-weight: 600; color: var(--gold-light); }
.conf-julien-quote-author { display: flex; flex-direction: column; gap: 3px; padding-top: 18px; border-top: 1px solid rgba(196,154,60,0.25); }
.conf-julien-quote-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 500; color: var(--gold-light); }
.conf-julien-quote-role { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,240,232,0.35); font-weight: 300; }
 
/* ── SECTIONS ── */
.conf-section { padding: 80px 24px; }
.conf-container { max-width: 760px; margin: 0 auto; }
.conf-container-wide { max-width: 1000px; margin: 0 auto; }
 
.conf-section-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.conf-section-label::after { content: ''; display: block; height: 1px; width: 40px; background: var(--gold); opacity: 0.5; }
 
.conf-section-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(32px, 4.5vw, 52px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  color: var(--ink) !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 24px !important;
}
.conf-section-title em { font-style: italic; color: var(--forest); }
.conf-lead { font-size: 18px; color: var(--ink-soft); line-height: 1.75; font-weight: 300; margin-bottom: 20px; }
.conf-body-text { font-size: 16px; color: var(--ink-muted); line-height: 1.75; font-weight: 300; margin-bottom: 16px; }
 
/* ── PROBLÈME ── */
.conf-problem-section { background: var(--white); }
.conf-problem-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 32px 0; padding: 0; }
.conf-problem-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--ink-soft); font-weight: 300; line-height: 1.5; }
.conf-problem-list li::before { content: '—'; color: var(--gold); font-weight: 400; flex-shrink: 0; }
.conf-problem-callout { background: var(--gold-pale); border-left: 3px solid var(--gold); padding: 20px 24px; margin: 32px 0; font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: var(--ink-soft); line-height: 1.5; }
 
/* ── PROGRAMME ── */
.conf-programme-section { background: var(--cream-dark); }
.conf-programme-steps { margin-top: 40px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 2px; overflow: hidden; }
.conf-prog-step { display: flex; gap: 24px; padding: 28px 32px; background: var(--white); border-bottom: 1px solid var(--border); transition: background 0.2s; }
.conf-prog-step:last-child { border-bottom: none; }
.conf-prog-step:hover { background: var(--cream); }
.conf-prog-num { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 400; color: var(--gold); opacity: 0.6; line-height: 1; flex-shrink: 0; width: 40px; padding-top: 4px; }
.conf-prog-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--ink); margin-bottom: 6px; }
.conf-prog-desc { font-size: 14px; color: var(--ink-muted); font-weight: 300; line-height: 1.6; }
.conf-prog-tag { display: inline-block; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 8px; background: var(--forest); color: var(--gold-light); border-radius: 1px; margin-top: 8px; }
 
/* ── À PROPOS ── */
.conf-about-section { background: var(--white); }
.conf-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-top: 40px; }
.conf-about-photo { aspect-ratio: 3/4; background: var(--ink); overflow: hidden; border-radius: 2px; }
.conf-about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.conf-about-name { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
.conf-about-role { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.conf-about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.conf-stat-box { padding: 16px; background: var(--cream); border: 1px solid var(--border); border-radius: 2px; }
.conf-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 500; color: var(--forest); line-height: 1; margin-bottom: 4px; }
.conf-stat-label { font-size: 12px; color: var(--ink-muted); font-weight: 300; }
 
/* ── TÉMOIGNAGES ── */
.conf-testimonials-section { background: var(--ink); }
.conf-testimonials-section .conf-section-label { color: var(--gold); }
.conf-testimonials-section .conf-section-title { color: var(--white) !important; }
.conf-testi-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 40px; }
.conf-testi-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 28px 24px; border-radius: 2px; display: flex; flex-direction: column; gap: 16px; transition: border-color 0.2s; }
.conf-testi-card:hover { border-color: var(--border-gold); }
.conf-testi-stars { color: var(--gold); font-size: 12px; letter-spacing: 3px; }
.conf-testi-theme { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 400; }
.conf-testi-text { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; color: rgba(245,240,232,0.85); line-height: 1.65; flex: 1; }
.conf-testi-text mark { background: rgba(196,154,60,0.2); color: var(--gold-light); padding: 0 2px; border-radius: 1px; }
.conf-testi-author { font-size: 12px; color: rgba(245,240,232,0.4); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 300; }
 
/* ── FORMULAIRE SECTION ── */
.conf-form-section { background: var(--forest); }
.conf-form-section .conf-section-label { color: var(--gold-light); }
.conf-form-section .conf-section-title { color: var(--white) !important; }
.conf-form-section .conf-section-title em { color: var(--gold-light); }
.conf-form-container {
  background: var(--white);
  padding: 40px;
  border-radius: 2px;
  margin-top: 40px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.25);
}
 
/* Surcharge styles Brevo pour s'intégrer à notre charte */
.conf-form-section .sib-form { background: transparent !important; }
.conf-form-section #sib-container {
  max-width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.conf-form-section #sib-form .input {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  background: var(--cream) !important;
  border: 1px solid var(--border) !important;
  border-radius: 2px !important;
  padding: 13px 16px !important;
  color: var(--ink) !important;
  width: 100% !important;
  box-shadow: none !important;
}
.conf-form-section #sib-form .input:focus {
  border-color: var(--gold) !important;
  outline: none !important;
}
.conf-form-section #sib-form .sib-form-block__button {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  background: var(--forest) !important;
  border-radius: 1px !important;
  width: 100% !important;
  padding: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  color: #fff !important;
  border: none !important;
  cursor: pointer !important;
}
.conf-form-section #sib-form .sib-form-block__button:hover { background: #1e3329 !important; }
.conf-form-section #error-message,
.conf-form-section #success-message { max-width: 100% !important; }
 
/* ── FAQ ── */
.conf-faq-section { background: var(--white); }
.conf-faq-list { margin-top: 40px; }
.conf-faq-item { border-bottom: 1px solid var(--border); padding: 24px 0; }
.conf-faq-q { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.conf-faq-q-text { flex: 1; }
.conf-faq-icon { color: var(--gold); font-size: 18px; flex-shrink: 0; transition: transform 0.2s; }
.conf-faq-a { font-size: 15px; color: var(--ink-muted); font-weight: 300; line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.conf-faq-item.open .conf-faq-icon { transform: rotate(45deg); }
.conf-faq-item.open .conf-faq-a { max-height: 300px; padding-top: 12px; }
 
/* ── ORNEMENT ── */
.conf-ornament { display: flex; align-items: center; gap: 16px; margin: 40px 0; color: var(--gold); opacity: 0.5; }
.conf-ornament::before, .conf-ornament::after { content: ''; flex: 1; height: 1px; background: var(--gold); }
.conf-ornament-center { font-size: 18px; letter-spacing: 6px; }
 
/* ── FOOTER ── */
.conf-footer { background: var(--ink); color: rgba(245,240,232,0.4); padding: 32px 24px; text-align: center; font-size: 12px; font-weight: 300; letter-spacing: 0.05em; line-height: 2; }
.conf-footer a { color: rgba(245,240,232,0.35); text-decoration: none; }
.conf-footer a:hover { color: var(--gold); }
 
/* ── STICKY CTA ── */
.conf-sticky-cta { position: fixed; bottom: 24px; right: 24px; z-index: 9999; opacity: 0; transform: translateY(16px); transition: opacity 0.4s, transform 0.4s; pointer-events: none; }
.conf-sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: all; }
 
/* ── ANIMATIONS ── */
.conf-fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.conf-fade-in.visible { opacity: 1; transform: translateY(0); }
 
/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  .conf-problem-list { grid-template-columns: 1fr; }
  .conf-testi-grid { grid-template-columns: 1fr; }
  .conf-about-grid { grid-template-columns: 1fr; }
  .conf-about-photo { display: none; }
  .conf-form-container { padding: 24px 16px; }
  .conf-event-badge { gap: 12px; padding: 14px 20px; }
  .conf-event-badge-sep { display: none; }
}
 
/* ── WRAPPER FORMULAIRE BREVO ── */
.conf-webi-form {
  background: var(--white);
  padding: 40px;
  border-radius: 2px;
  margin-top: 40px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.25);
}
@media (max-width: 700px) {
  .conf-webi-form { padding: 24px 16px; }
}/* End custom CSS */