.elementor-kit-25454{--e-global-color-primary:#333333;--e-global-color-secondary:#666666;--e-global-color-text:#111111;--e-global-color-accent:#D23B1D;--e-global-color-kadence1:#D23B1D;--e-global-color-kadence2:#C53B1D;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#111111;--e-global-color-kadence5:#666666;--e-global-color-kadence6:#999999;--e-global-color-kadence7:#F1F1F1;--e-global-color-kadence8:#F8F8F8;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Slab";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Slab";--e-global-typography-accent-font-weight:500;}.elementor-kit-25454 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ───────────────
   4. Variante : CTA Famille
   ─────────────── */
.cta-famille {
  background: linear-gradient(145deg, #f8f8f8, #ececec);
  padding: 2em;
  border-radius: 16px;
  text-align: center;
  margin: 40px auto 20px auto;
  max-width: 860px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

/* Supprime les marges internes héritées si le container Elementor ajoute un .e-con-inner */
.cta-famille:has(.e-con-inner),
.cta-famille .e-con-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Supprime aussi les marges haut/bas éventuelles du container parent */
.cta-famille {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cta-famille h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8em;
  margin-bottom: 0.4em;
  color: #111;
}

.cta-famille p {
  margin: 0.5em 0;
  color: #333;
}

.cta-famille .cta-bouton {
  background-color: #ef4523;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1.5em;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 1em;
  transition: background-color 0.3s ease;
}

.cta-famille .cta-bouton:hover {
  background-color: #d23b1d;
}/* End custom CSS */