.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ── HERO : em italic doré ── */
.hero h1 em,
.elementor-widget-heading h1 em,
.elementor-heading-title em {
  font-style: italic !important;
  color: #d4b04a !important;
  font-family: 'Playfair Display', serif !important;
  font-weight: 600 !important;
}

/* ── HERO : accent rectangulaire doré ── */
.hero-accent {
  display: block !important;
  overflow: visible !important;
}
.elementor-section.hero,
.elementor-section.elementor-section-boxed.hero {
  overflow: visible !important;
}

/* ── GRILLE POURQUOI : forcer 3 colonnes ── */
.why-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2px !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ── WHY CARDS : icônes et styles ── */
.why-card {
  background: #ffffff !important;
  padding: 40px 32px !important;
}
.why-icon {
  display: flex !important;
  width: 48px !important;
  height: 48px !important;
  background: rgba(3,50,22,.06) !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
}
.why-icon svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  fill: #033216 !important;
}

/* ── FORMULAIRE : card blanche pleine hauteur ── */
.form-inner {
  display: grid !important;
  grid-template-columns: 1fr 1.1fr !important;
  gap: 80px !important;
  align-items: start !important;
}
.form-card {
  background: #ffffff !important;
  padding: 48px 44px !important;
  border-radius: 4px !important;
  box-shadow: 0 32px 80px rgba(0,0,0,.25) !important;
  position: relative !important;
  z-index: 2 !important;
}
.form-privacy {
  font-size: 11px !important;
  color: #495057 !important;
  opacity: .7 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .form-inner {
    grid-template-columns: 1fr !important;
  }
}

/* ── TÉMOIGNAGES : grille équilibrée ── */
.testi-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  align-items: start !important;
}
.testi-card {
  height: auto !important;
  min-height: unset !important;
}
/* Noms en vert au lieu du bleu lien Elementor */
.testi-info strong,
.testi-info a {
  color: #033216 !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .testi-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ── TRUST BAR : icônes SVG ── */
.trust-item svg {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  fill: #B8972E !important;
  flex-shrink: 0 !important;
}

/* ── GLOBAL : overflow visible sur sections Elementor ── */
.elementor-section {
  overflow: visible !important;
}
/* Sauf le hero qui doit clipper le fond */
.elementor-section.hero {
  overflow: hidden !important;
}/* End custom CSS */