.elementor-28797 .elementor-element.elementor-element-911dba0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28797 .elementor-element.elementor-element-7693a32 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-28797 .elementor-element.elementor-element-7693a32.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for container, class: .elementor-element-911dba0 *//* ====== Variables Capt ====== */
:root {
  --beige: #FFF9E3;
  --beige2: #FFF5E6;
  --white: #FFF;
  --text: #222;
  --muted: #555;
  --border: #FFE2C9;
  --corail: #FF7F4F;
  --corail-2: #FF885C;
}

/* ====== Layout util ====== */
.funnel .wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.funnel .wrap.narrow { max-width: 820px; }
.funnel .center { text-align: center; }
.funnel .lead { font-size: 18px; line-height: 1.7; color: var(--muted); }

/* ====== Boutons ====== */
.funnel .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font: 700 15px/1 "Montserrat", sans-serif;
  text-decoration: none;
  transition: 0.2s ease;
}
.funnel .btn--primary {
  background: var(--corail);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255,127,79,.25);
}
.funnel .btn--primary:hover {
  background: var(--corail-2);
  transform: translateY(-1px);
}
.funnel .btn--outline {
  border: 1px solid var(--border);
  color: var(--text);
  background: #fff;
}
.funnel .btn--outline:hover {
  border-color: #FFC6AB;
  color: var(--corail-2);
}
.funnel .cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center; /* ✅ boutons centrés */
  margin-top: 18px;
}

/* ====== HERO ====== */
.funnel-hero {
  background: linear-gradient(180deg, var(--beige), #fff);
  padding: 160px 0 64px;
  text-align: center;
}
.funnel-hero h1 {
  font: 800 40px/1.15 "Montserrat", sans-serif;
  margin: 0 0 10px;
  color: var(--text);
}
.funnel-hero .lead { margin: 0 0 12px; }

/* ====== INTRO ====== */
.funnel-intro { padding: 50px 0 20px; }
.funnel-intro h2 {
  font: 800 28px/1.2 "Montserrat", sans-serif;
  margin: 0 0 12px;
  text-align: center;
}
.funnel-intro p {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  color: var(--muted);
}

/* ====== PILIERS ====== */
.funnel-pillars { padding: 50px 0; background: var(--white); }
.funnel-pillars h2 {
  font: 800 26px/1.2 "Montserrat", sans-serif;
  margin: 0 0 24px;
  text-align: center;
}
.funnel-pillars .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.funnel-pillars .card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.funnel-pillars .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.funnel-pillars .card h3 {
  font: 700 18px/1.3 "Montserrat", sans-serif;
  margin: 0 0 8px;
}
.funnel-pillars .card p { margin: 0; color: var(--muted); }

/* ====== MÉTHODE ====== */
.funnel-method {
  padding: 60px 0;
  background: var(--beige2);
}
.funnel-method h2 {
  font: 800 26px/1.2 "Montserrat", sans-serif;
  margin: 0 0 32px;
  text-align: center;
}
.funnel-method .steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  justify-items: stretch;
}
.funnel-method .step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
  text-align: left;                  /* ✅ alignement propre et naturel */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform .2s ease, box-shadow .2s ease;
}
.funnel-method .step:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
}
.funnel-method .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--beige);
  border: 1px solid var(--border);
  font: 700 15px/1 "Montserrat", sans-serif;
  margin-bottom: 12px;
  color: var(--corail);
}
.funnel-method h3 {
  font: 700 18px/1.3 "Montserrat", sans-serif;
  margin: 0 0 10px;
  color: var(--text);
}
.funnel-method p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;                  /* ✅ interligne plus agréable */
  text-align: left;                  /* ✅ supprime la justification disgracieuse */
}



/* ====== RÉSULTATS ====== */
.funnel-results {
  padding: 60px 0;
  background: #fff;
}
.funnel-results h2 {
  font: 800 26px/1.2 "Montserrat", sans-serif;
  margin: 0 0 14px;
  text-align: center;
}
.funnel-results .intro {
  max-width: 760px;
  margin: 0 auto 20px;
  text-align: center;
  color: var(--muted);
}
.funnel-results .ticks {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 0;
  list-style: none;
}
.funnel-results .ticks li {
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  color: var(--text);
}
.funnel-results .ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--corail);
}

/* ====== CTA FINAL ====== */
.funnel-cta {
  background: linear-gradient(135deg, var(--corail), #FFC6AB);
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
.funnel-cta h2 {
  font: 800 30px/1.2 "Montserrat", sans-serif;
  margin: 0 0 12px;
}
.funnel-cta .lead {
  color: #fff;
  opacity: .95;
  margin: 0 0 20px;
}

/* ====== Responsive ====== */
@media (max-width: 1024px) {
  .funnel .wrap { padding: 0 20px; }
}
@media (max-width: 768px) {
  .funnel-hero { padding: 160px 0 44px; }
  .funnel-hero h1 { font-size: 32px; }
  .funnel-pillars, .funnel-method, .funnel-results { padding: 44px 0; }
  .funnel-method .steps { gap: 18px; }
  .funnel-method .step { padding: 20px; }
  .funnel .cta-row { justify-content: center; }
}/* End custom CSS */