.elementor-20 .elementor-element.elementor-element-5ead1da{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-f3bd70a{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-70ebc7e{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-fd34ddf{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-e8e2e7c{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-b0c346f{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-b1dda99{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-3a740fc{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-b60a756{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-2d6f579{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-83914c8 */.de-hero * { margin: 0; padding: 0; box-sizing: border-box; }

.de-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: 'Nunito', sans-serif;
}

/* Background image — REMPLACE l'URL par ta photo */
.de-hero-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /* REMPLACE cette URL par une photo de cours/danse */
  background: url('/wp-content/uploads/2026/03/Joost-Crop-Unsplash-Grande.jpeg') center center / cover no-repeat;
  z-index: 0;
}

/* Overlay gradient sombre pour lisibilité */
.de-hero-bg::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(
    135deg,
    rgba(7, 64, 57, 0.88) 0%,
    rgba(11, 94, 79, 0.75) 40%,
    rgba(11, 94, 79, 0.6) 100%
  );
}

/* Formes décoratives flottantes */
.de-hero-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.de-hero-shape-1 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(45,184,75,0.12) 0%, transparent 70%);
  top: -80px; right: -60px;
  animation: deFloat 8s ease-in-out infinite;
}

.de-hero-shape-2 {
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(245,183,49,0.1) 0%, transparent 70%);
  bottom: 60px; left: -40px;
  animation: deFloat 10s ease-in-out infinite reverse;
}

.de-hero-shape-3 {
  width: 150px; height: 150px;
  background: radial-gradient(circle, rgba(232,77,138,0.08) 0%, transparent 70%);
  top: 40%; left: 15%;
  animation: deFloat 6s ease-in-out infinite 2s;
}

@keyframes deFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(15px, -20px) scale(1.05); }
}

/* Contenu */
.de-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 40px 30px;
}

/* Badge au-dessus du titre */
.de-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 28px;
  animation: deFadeUp 0.8s ease both;
}

.de-hero-badge-dot {
  width: 8px; height: 8px;
  background: #2AA83E;
  border-radius: 50%;
  animation: dePulse 2s ease infinite;
}

@keyframes dePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.de-hero-badge span {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Titre principal */
.de-hero-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(36px, 6vw, 62px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  animation: deFadeUp 0.8s ease 0.15s both;
}

.de-hero-title em {
  font-style: normal;
  position: relative;
  display: inline-block;
}

.de-hero-title em::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 12px;
  background: rgba(245,183,49,0.4);
  border-radius: 4px;
  z-index: -1;
  transform: skewX(-3deg);
}

/* Sous-titre */
.de-hero-subtitle {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  line-height: 1.65;
  margin-bottom: 36px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  animation: deFadeUp 0.8s ease 0.3s both;
}

/* CTAs */
.de-hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  animation: deFadeUp 0.8s ease 0.45s both;
}

.de-hero-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #F9C127, #E5A520);
  color: #074039;
  font-family: 'Baloo 2', cursive;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 25px rgba(245,183,49,0.35);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.de-hero-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(245,183,49,0.5);
}

.de-hero-cta-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}

.de-hero-cta-primary:hover::before { left: 100%; }

.de-hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.35);
  transition: all 0.3s ease;
}

.de-hero-cta-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  transform: translateY(-2px);
}

.de-hero-cta-secondary i {
  font-size: 13px;
}

/* Scroll indicator */
.de-hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: deFadeUp 0.8s ease 0.7s both;
}

.de-hero-scroll span {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.de-hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  position: relative;
  overflow: hidden;
}

.de-hero-scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #F9C127;
  animation: deScrollLine 2s ease infinite;
}

@keyframes deScrollLine {
  0% { top: -50%; }
  100% { top: 120%; }
}

@keyframes deFadeUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 767px) {
  .de-hero {
    min-height: 85vh;
  }

  .de-hero-content {
    padding: 30px 20px;
  }

  .de-hero-ctas {
    flex-direction: column;
  }

  .de-hero-cta-primary,
  .de-hero-cta-secondary {
    width: 100%;
    justify-content: center;
  }

  .de-hero-scroll {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e731a53 */.de-stats * { margin: 0; padding: 0; box-sizing: border-box; }

.de-stats {
  background: #fff;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  position: relative;
  z-index: 3;
}

.de-stats-inner {
  max-width: 1100px;
  margin: -45px auto 0;
  padding: 0 30px;
  position: relative;
  z-index: 4;
}

.de-stats-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(11, 94, 79, 0.1);
  padding: 35px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  overflow: hidden;
}

/* Ligne décorative en haut */
.de-stats-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, #2AA83E, #F9C127, #EE7395, #0D615D);
}

.de-stats-item {
  text-align: center;
  padding: 10px 15px;
  position: relative;
}

/* Séparateur entre les items */
.de-stats-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, rgba(11,94,79,0.12), transparent);
}

.de-stats-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
}

.de-stats-icon-1 { background: rgba(45,184,75,0.1); color: #2AA83E; }
.de-stats-icon-2 { background: rgba(245,183,49,0.12); color: #F9C127; }
.de-stats-icon-3 { background: rgba(232,77,138,0.1); color: #EE7395; }
.de-stats-icon-4 { background: rgba(11,94,79,0.08); color: #0D615D; }

.de-stats-number {
  font-family: 'Baloo 2', cursive;
  font-size: 30px;
  font-weight: 800;
  color: #0D615D;
  line-height: 1;
  margin-bottom: 4px;
}

.de-stats-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(11,94,79,0.55);
  letter-spacing: 0.3px;
}

/* Animation au scroll */
.de-stats-item {
  opacity: 0;
  transform: translateY(20px);
  animation: deStatIn 0.6s ease forwards;
}

.de-stats-item:nth-child(1) { animation-delay: 0.1s; }
.de-stats-item:nth-child(2) { animation-delay: 0.2s; }
.de-stats-item:nth-child(3) { animation-delay: 0.3s; }
.de-stats-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes deStatIn {
  to { opacity: 1; transform: translateY(0); }
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .de-stats-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .de-stats-item:nth-child(2)::after {
    display: none;
  }

  .de-stats-item::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .de-stats-inner {
    margin-top: -30px;
    padding: 0 16px;
  }

  .de-stats-card {
    grid-template-columns: repeat(2, 1fr);
    padding: 25px 10px;
    gap: 5px;
    border-radius: 16px;
  }

  .de-stats-number { font-size: 26px; }
  .de-stats-label { font-size: 12px; }
  .de-stats-icon { width: 40px; height: 40px; font-size: 17px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81ceb5a */.de-danses * { margin: 0; padding: 0; box-sizing: border-box; }

.de-danses {
  background: #FDF9F3;
  padding: 70px 0 80px;
  font-family: 'Nunito', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Subtile forme déco en fond */
.de-danses::before {
  content: '';
  position: absolute;
  top: -100px; right: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(45,184,75,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.de-danses-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Header */
.de-danses-header {
  text-align: center;
  margin-bottom: 50px;
}

.de-danses-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #EE7395;
  margin-bottom: 10px;
}

.de-danses-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
  margin-bottom: 12px;
}

.de-danses-title span { color: #F9C127; }

.de-danses-subtitle {
  font-size: 16px;
  color: rgba(11,94,79,0.6);
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grille de cartes */
.de-danses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Carte danse */
.de-danse-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(11,94,79,0.06);
  transition: all 0.4s ease;
  position: relative;
}

.de-danse-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(11,94,79,0.12);
}

/* Image */
.de-danse-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.de-danse-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.de-danse-card:hover .de-danse-img img {
  transform: scale(1.08);
}

/* Overlay gradient sur l'image */
.de-danse-img::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 50%;
  background: linear-gradient(to top, rgba(7,64,57,0.4), transparent);
  pointer-events: none;
}

/* Badge niveau sur l'image */
.de-danse-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.de-danse-badge-green { color: #2AA83E; }
.de-danse-badge-pink { color: #EE7395; }
.de-danse-badge-yellow { color: #E5A520; }

/* Contenu */
.de-danse-content {
  padding: 24px;
}

.de-danse-name {
  font-family: 'Baloo 2', cursive;
  font-size: 22px;
  font-weight: 700;
  color: #0D615D;
  margin-bottom: 8px;
}

.de-danse-desc {
  font-size: 14px;
  color: rgba(11,94,79,0.6);
  line-height: 1.65;
  margin-bottom: 18px;
}

.de-danse-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #2AA83E;
  text-decoration: none;
  transition: all 0.3s ease;
}

.de-danse-link:hover {
  gap: 10px;
  color: #0D615D;
}

.de-danse-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.de-danse-card:hover .de-danse-link i {
  transform: translateX(3px);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .de-danses-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .de-danse-card:last-child {
    grid-column: 1 / -1;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .de-danses { padding: 50px 0 60px; }
  .de-danses-inner { padding: 0 16px; }

  .de-danses-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .de-danse-card:last-child {
    max-width: 100%;
  }

  .de-danse-img { height: 180px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fbfc1a */.de-video * { margin: 0; padding: 0; box-sizing: border-box; }

.de-video {
  background: #0D615D;
  padding: 70px 0;
  font-family: 'Nunito', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Motifs déco */
.de-video::before {
  content: '';
  position: absolute;
  top: -60px; left: -50px;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(245,183,49,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.de-video::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(45,184,75,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.de-video-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

/* Header */
.de-video-header {
  text-align: center;
  margin-bottom: 40px;
}

.de-video-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F9C127;
  margin-bottom: 10px;
}

.de-video-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.de-video-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Container vidéo */
.de-video-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  aspect-ratio: 16 / 9;
  background: #074039;
}

/* Placeholder (en attendant la vraie vidéo) */
.de-video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  /* REMPLACE ce background par ta vraie photo de cours */
  background: url('https://images.unsplash.com/photo-1504609813442-a8924e83f76e?w=1200&q=80') center center / cover no-repeat;
  position: relative;
}

.de-video-placeholder::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(7,64,57,0.5);
}

/* Bouton play */
.de-video-play {
  position: relative;
  z-index: 1;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F9C127, #E5A520);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(245,183,49,0.4);
}

.de-video-play:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(245,183,49,0.5);
}

.de-video-play i {
  font-size: 28px;
  color: #074039;
  margin-left: 4px;
}

/* Pulse animation autour du play */
.de-video-play::before {
  content: '';
  position: absolute;
  width: 100%; height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(245,183,49,0.4);
  animation: dePlayPulse 2s ease infinite;
}

@keyframes dePlayPulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

.de-video-play-text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.5px;
}

/* Quand tu auras la vraie vidéo YouTube */
.de-video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 767px) {
  .de-video { padding: 50px 0 60px; }
  .de-video-inner { padding: 0 16px; }
  .de-video-play { width: 64px; height: 64px; }
  .de-video-play i { font-size: 22px; }
  .de-video-container { border-radius: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdf3aec */.de-formules * { margin: 0; padding: 0; box-sizing: border-box; }

.de-formules {
  background: #fff;
  padding: 70px 0 80px;
  font-family: 'Nunito', sans-serif;
  position: relative;
}

.de-formules-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Header */
.de-formules-header {
  text-align: center;
  margin-bottom: 50px;
}

.de-formules-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2AA83E;
  margin-bottom: 10px;
}

.de-formules-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
  margin-bottom: 12px;
}

.de-formules-title span { color: #F9C127; }

.de-formules-subtitle {
  font-size: 16px;
  color: rgba(11,94,79,0.6);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grille pricing */
.de-formules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* Carte formule */
.de-formule-card {
  background: #fff;
  border: 2px solid rgba(11,94,79,0.08);
  border-radius: 20px;
  padding: 36px 28px 32px;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.de-formule-card:hover {
  border-color: rgba(11,94,79,0.15);
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(11,94,79,0.08);
}

/* Carte mise en avant */
.de-formule-card.de-formule-featured {
  border-color: #2AA83E;
  box-shadow: 0 10px 40px rgba(45,184,75,0.12);
  background: linear-gradient(180deg, rgba(45,184,75,0.03) 0%, #fff 40%);
}

.de-formule-card.de-formule-featured:hover {
  box-shadow: 0 18px 50px rgba(45,184,75,0.18);
}

/* Badge "Populaire" */
.de-formule-popular {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2AA83E, #1fa03e);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 18px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(45,184,75,0.3);
  white-space: nowrap;
}

/* Icône */
.de-formule-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.de-formule-icon-1 { background: rgba(45,184,75,0.1); color: #2AA83E; }
.de-formule-icon-2 { background: rgba(245,183,49,0.12); color: #E5A520; }
.de-formule-icon-3 { background: rgba(232,77,138,0.1); color: #EE7395; }

.de-formule-name {
  font-family: 'Baloo 2', cursive;
  font-size: 22px;
  font-weight: 700;
  color: #0D615D;
  margin-bottom: 6px;
}

.de-formule-desc {
  font-size: 14px;
  color: rgba(11,94,79,0.55);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Prix */
.de-formule-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}

.de-formule-price-amount {
  font-family: 'Baloo 2', cursive;
  font-size: 38px;
  font-weight: 800;
  color: #0D615D;
  line-height: 1;
}

.de-formule-price-period {
  font-size: 14px;
  font-weight: 600;
  color: rgba(11,94,79,0.45);
}

.de-formule-price-note {
  font-size: 12px;
  color: rgba(11,94,79,0.4);
  margin-bottom: 22px;
}

/* Séparateur */
.de-formule-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11,94,79,0.1), transparent);
  margin-bottom: 22px;
}

/* Features list */
.de-formule-features {
  list-style: none;
  margin-bottom: 28px;
  flex-grow: 1;
}

.de-formule-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(11,94,79,0.7);
  margin-bottom: 12px;
  line-height: 1.5;
}

.de-formule-features li i {
  color: #2AA83E;
  font-size: 13px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Bouton CTA */
.de-formule-cta {
  display: block;
  text-align: center;
  padding: 14px 24px;
  border-radius: 50px;
  font-family: 'Baloo 2', cursive;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.de-formule-cta-outline {
  background: transparent;
  color: #0D615D;
  border: 2px solid rgba(11,94,79,0.2);
}

.de-formule-cta-outline:hover {
  background: #0D615D;
  color: #fff;
  border-color: #0D615D;
  transform: translateY(-2px);
}

.de-formule-cta-primary {
  background: linear-gradient(135deg, #F9C127, #E5A520);
  color: #074039;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(245,183,49,0.3);
}

.de-formule-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(245,183,49,0.45);
}

.de-formule-cta-pink {
  background: transparent;
  color: #EE7395;
  border: 2px solid rgba(232,77,138,0.25);
}

.de-formule-cta-pink:hover {
  background: #EE7395;
  color: #fff;
  border-color: #EE7395;
  transform: translateY(-2px);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .de-formules-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
    gap: 28px;
  }

  /* En mobile, remonter la carte featured en premier */
  .de-formule-card.de-formule-featured {
    order: -1;
  }
}

@media (max-width: 767px) {
  .de-formules { padding: 50px 0 60px; }
  .de-formules-inner { padding: 0 16px; }
  .de-formule-card { padding: 30px 22px 28px; }
  .de-formule-price-amount { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c7fad9 */.de-profs * { margin: 0; padding: 0; box-sizing: border-box; }

.de-profs {
  background: #FDF9F3;
  padding: 70px 0 80px;
  font-family: 'Nunito', sans-serif;
  position: relative;
  overflow: hidden;
}

.de-profs::before {
  content: '';
  position: absolute;
  bottom: -100px; left: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(232,77,138,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.de-profs-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

.de-profs-header {
  text-align: center;
  margin-bottom: 50px;
}

.de-profs-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F9C127;
  margin-bottom: 10px;
}

.de-profs-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
  margin-bottom: 12px;
}

.de-profs-title span { color: #EE7395; }

.de-profs-subtitle {
  font-size: 16px;
  color: rgba(11,94,79,0.6);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Grid 2 colonnes */
.de-profs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Card prof */
.de-prof-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(11,94,79,0.06);
  transition: all 0.4s ease;
}

.de-prof-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 45px rgba(11,94,79,0.1);
}

.de-prof-img {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.de-prof-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.de-prof-card:hover .de-prof-img img {
  transform: scale(1.05);
}

.de-prof-img::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 40%;
  background: linear-gradient(to top, rgba(0,0,0,0.25), transparent);
  pointer-events: none;
}

/* Flag badge */
.de-prof-flag {
  position: absolute;
  top: 16px; right: 16px;
  font-size: 28px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
  z-index: 1;
}

.de-prof-body {
  padding: 28px;
}

.de-prof-name {
  font-family: 'Baloo 2', cursive;
  font-size: 24px;
  font-weight: 800;
  color: #0D615D;
  margin-bottom: 4px;
}

.de-prof-role {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2AA83E;
  margin-bottom: 14px;
}

.de-prof-bio {
  font-size: 14px;
  color: rgba(11,94,79,0.6);
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Spécialités */
.de-prof-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.de-prof-spec {
  display: inline-block;
  background: rgba(11,94,79,0.05);
  color: #0D615D;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 8px;
}

/* Citation commune */
.de-profs-quote {
  text-align: center;
  margin-top: 50px;
  position: relative;
  padding: 0 40px;
}

.de-profs-quote::before {
  content: '"';
  font-family: 'Baloo 2', cursive;
  font-size: 80px;
  color: rgba(245,183,49,0.2);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}

.de-profs-quote p {
  font-size: 18px;
  font-style: italic;
  color: rgba(11,94,79,0.7);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.de-profs-quote-author {
  font-size: 14px;
  font-weight: 700;
  color: #0D615D;
  margin-top: 12px;
  font-style: normal;
}

@media (max-width: 767px) {
  .de-profs { padding: 50px 0 60px; }
  .de-profs-inner { padding: 0 16px; }
  .de-profs-grid { grid-template-columns: 1fr; gap: 24px; }
  .de-prof-img { height: 280px; }
  .de-profs-header { margin-bottom: 35px; }
  .de-profs-quote { padding: 0 20px; margin-top: 35px; }
  .de-profs-quote p { font-size: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35bf0c7 */.de-faq * { margin: 0; padding: 0; box-sizing: border-box; }

.de-faq {
  background: #fff;
  padding: 70px 0 80px;
  font-family: 'Nunito', sans-serif;
}

.de-faq-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 30px;
}

.de-faq-header {
  text-align: center;
  margin-bottom: 45px;
}

.de-faq-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2AA83E;
  margin-bottom: 10px;
}

.de-faq-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
  margin-bottom: 12px;
}

.de-faq-title span { color: #F9C127; }

.de-faq-subtitle {
  font-size: 16px;
  color: rgba(11,94,79,0.6);
  line-height: 1.6;
}

/* Accordéon */
.de-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.de-faq-item {
  background: #fff;
  border: 2px solid rgba(11,94,79,0.07);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.de-faq-item:hover {
  border-color: rgba(11,94,79,0.12);
}

.de-faq-item.de-faq-open {
  border-color: rgba(45,184,75,0.25);
  box-shadow: 0 4px 20px rgba(11,94,79,0.06);
}

.de-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.de-faq-question h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0D615D;
  line-height: 1.4;
  flex: 1;
}

.de-faq-open .de-faq-question h3 {
  color: #2AA83E;
}

.de-faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(11,94,79,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.de-faq-icon svg {
  width: 14px;
  height: 14px;
  stroke: #0D615D;
  stroke-width: 2.5;
  fill: none;
  transition: transform 0.3s ease;
}

.de-faq-open .de-faq-icon {
  background: rgba(45,184,75,0.1);
}

.de-faq-open .de-faq-icon svg {
  transform: rotate(45deg);
  stroke: #2AA83E;
}

.de-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.de-faq-answer-inner {
  padding: 0 24px 22px;
  font-size: 15px;
  color: rgba(11,94,79,0.6);
  line-height: 1.7;
}

.de-faq-open .de-faq-answer {
  max-height: 300px;
}

/* Contact en bas */
.de-faq-contact {
  text-align: center;
  margin-top: 40px;
  padding: 28px;
  background: #FDF9F3;
  border-radius: 16px;
}

.de-faq-contact p {
  font-size: 15px;
  color: rgba(11,94,79,0.6);
  margin-bottom: 12px;
}

.de-faq-contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0D615D;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.de-faq-contact a:hover { color: #2AA83E; }
.de-faq-contact a i { color: #F9C127 }

@media (max-width: 767px) {
  .de-faq { padding: 50px 0 60px; }
  .de-faq-inner { padding: 0 16px; }
  .de-faq-question { padding: 18px 18px; }
  .de-faq-question h3 { font-size: 15px; }
  .de-faq-answer-inner { padding: 0 18px 18px; font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38b3b3b */.de-loc * { margin: 0; padding: 0; box-sizing: border-box; }

.de-loc {
  background: #FDF9F3;
  padding: 70px 0 80px;
  font-family: 'Nunito', sans-serif;
}

.de-loc-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

.de-loc-header {
  text-align: center;
  margin-bottom: 50px;
}

.de-loc-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #EE7395;
  margin-bottom: 10px;
}

.de-loc-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
}

.de-loc-title span { color: #F9C127; }

/* Grid 2 colonnes */
.de-loc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

/* Carte Google Maps */
.de-loc-map {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(11,94,79,0.08);
  min-height: 400px;
}

.de-loc-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
  display: block;
}

/* Infos de contact */
.de-loc-info {
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 4px 25px rgba(11,94,79,0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.de-loc-info-title {
  font-family: 'Baloo 2', cursive;
  font-size: 22px;
  font-weight: 800;
  color: #0D615D;
  margin-bottom: 24px;
}

.de-loc-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.de-loc-info-item:last-child { margin-bottom: 0; }

.de-loc-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.de-loc-icon-addr { background: rgba(45,184,75,0.1); color: #2AA83E; }
.de-loc-icon-metro { background: rgba(0,60,166,0.1); color: #003CA6; }
.de-loc-icon-phone { background: rgba(245,183,49,0.12); color: #F9C127; }
.de-loc-icon-mail { background: rgba(232,77,138,0.1); color: #EE7395 }
.de-loc-icon-time { background: rgba(11,94,79,0.07); color: #0D615D; }

.de-loc-info-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: #0D615D;
  margin-bottom: 3px;
}

.de-loc-info-text p,
.de-loc-info-text a {
  font-size: 14px;
  color: rgba(11,94,79,0.6);
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.de-loc-info-text a:hover { color: #2AA83E; }

.de-loc-info-text .de-loc-phone-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(11,94,79,0.4);
  margin-top: 2px;
}

/* Séparateur */
.de-loc-divider {
  height: 1px;
  background: rgba(11,94,79,0.07);
  margin: 6px 0;
}

@media (max-width: 1024px) {
  .de-loc-grid { grid-template-columns: 1fr; }
  .de-loc-map { min-height: 300px; }
  .de-loc-map iframe { min-height: 300px; }
}

@media (max-width: 767px) {
  .de-loc { padding: 50px 0 60px; }
  .de-loc-inner { padding: 0 16px; }
  .de-loc-info { padding: 28px 22px; }
  .de-loc-header { margin-bottom: 35px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3d4d57 */.de-cta-final * { margin: 0; padding: 0; box-sizing: border-box; }

.de-cta-final {
  background: #0D615D;
  padding: 80px 0;
  font-family: 'Nunito', sans-serif;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Éléments décoratifs */
.de-cta-final::before {
  content: '';
  position: absolute;
  top: -80px; left: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(45,184,75,0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.de-cta-final::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -60px;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(245,183,49,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Particules décoratives */
.de-cta-particles {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

.de-cta-particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.de-cta-particle:nth-child(1) {
  width: 6px; height: 6px;
  background: #F9C127;
  top: 20%; left: 10%;
  animation: deParticle 4s ease-in-out infinite;
}
.de-cta-particle:nth-child(2) {
  width: 8px; height: 8px;
  background: #2AA83E;
  top: 60%; left: 85%;
  animation: deParticle 5s ease-in-out infinite 1s;
}
.de-cta-particle:nth-child(3) {
  width: 5px; height: 5px;
  background: #EE7395;
  top: 30%; right: 15%;
  animation: deParticle 3.5s ease-in-out infinite 0.5s;
}
.de-cta-particle:nth-child(4) {
  width: 7px; height: 7px;
  background: #F9C127;
  bottom: 25%; left: 20%;
  animation: deParticle 4.5s ease-in-out infinite 1.5s;
}
.de-cta-particle:nth-child(5) {
  width: 4px; height: 4px;
  background: #2AA83E;
  top: 15%; right: 30%;
  animation: deParticle 3s ease-in-out infinite 2s;
}

@keyframes deParticle {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.15; }
  50% { transform: translateY(-15px) scale(1.3); opacity: 0.3; }
}

.de-cta-final-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Emoji / icône fun */
.de-cta-final-emoji {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
  animation: deBounce 2s ease infinite;
}

@keyframes deBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.de-cta-final-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
}

.de-cta-final-title em {
  font-style: normal;
  position: relative;
}

.de-cta-final-title em::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 0;
  width: 100%; height: 10px;
  background: rgba(245,183,49,0.35);
  border-radius: 4px;
  z-index: -1;
  transform: skewX(-3deg);
}

.de-cta-final-text {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-bottom: 32px;
}

/* Boutons */
.de-cta-final-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.de-cta-final-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #F9C127, #E5A520);
  color: #074039;
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 40px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 25px rgba(245,183,49,0.35);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.de-cta-final-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(245,183,49,0.5);
}

.de-cta-final-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transition: left 0.5s ease;
}

.de-cta-final-primary:hover::before { left: 100%; }

.de-cta-final-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.25);
  transition: all 0.3s ease;
}

.de-cta-final-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  transform: translateY(-2px);
}

/* Reassurance en bas */
.de-cta-final-trust {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.de-cta-final-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
}

.de-cta-final-trust-item i {
  color: #2AA83E;
  font-size: 12px;
}

@media (max-width: 767px) {
  .de-cta-final { padding: 60px 0; }
  .de-cta-final-content { padding: 0 20px; }
  .de-cta-final-btns { flex-direction: column; align-items: center; }
  .de-cta-final-primary, .de-cta-final-secondary { width: 100%; justify-content: center; }
  .de-cta-final-trust { gap: 14px; }
  .de-cta-final-emoji { font-size: 38px; }
}/* End custom CSS */