.elementor-29 .elementor-element.elementor-element-9675533{--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-29 .elementor-element.elementor-element-a5dbc01{--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-29 .elementor-element.elementor-element-f73a622{--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-29 .elementor-element.elementor-element-b957f9f{--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-29 .elementor-element.elementor-element-c3896b8{--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-29 .elementor-element.elementor-element-263a436{--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-29 .elementor-element.elementor-element-3dda46d{--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-73465b2 */.de-cours-hero * { margin: 0; padding: 0; box-sizing: border-box; }

.de-cours-hero {
  background: #0D615D;
  padding: 100px 0 70px;
  font-family: 'Nunito', sans-serif;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.de-cours-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -50px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(45,184,75,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.de-cours-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -40px;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(245,183,49,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

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

.de-cours-hero-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: 16px;
}

.de-cours-hero-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(32px, 5.5vw, 50px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}

.de-cours-hero-title em {
  font-style: normal;
  position: relative;
}

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

.de-cours-hero-subtitle {
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto 30px;
}

/* Badges infos rapides */
.de-cours-hero-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.de-cours-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}

.de-cours-hero-badge i {
  color: #F9C127;
  font-size: 12px;
}

/* CTA */
.de-cours-hero-cta {
  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-cours-hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(245,183,49,0.5);
}

.de-cours-hero-cta::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-cours-hero-cta:hover::before { left: 100%; }

@media (max-width: 767px) {
  .de-cours-hero { padding: 80px 0 55px; }
  .de-cours-hero-inner { padding: 0 20px; }
  .de-cours-hero-badges { gap: 8px; }
  .de-cours-hero-badge { font-size: 12px; padding: 6px 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f86065 */.de-planning * { margin: 0; padding: 0; box-sizing: border-box; }

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

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

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

.de-planning-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-planning-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
  margin-bottom: 10px;
}

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

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

/* Jour block */
.de-planning-day {
  margin-bottom: 36px;
}

.de-planning-day:last-child { margin-bottom: 0; }

.de-planning-day-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.de-planning-day-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.de-planning-day-icon-mardi { background: rgba(45,184,75,0.1); color: #2AA83E; }
.de-planning-day-icon-jeudi { background: rgba(232,77,138,0.1); color: #EE7395; }

.de-planning-day-name {
  font-family: 'Baloo 2', cursive;
  font-size: 22px;
  font-weight: 800;
  color: #0D615D;
}

.de-planning-day-sub {
  font-size: 13px;
  color: rgba(11,94,79,0.5);
  font-weight: 600;
}

/* Créneaux */
.de-planning-slots {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.de-planning-slot {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 2px solid rgba(11,94,79,0.06);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.de-planning-slot:hover {
  border-color: rgba(11,94,79,0.12);
  box-shadow: 0 4px 20px rgba(11,94,79,0.06);
  transform: translateX(4px);
}

.de-planning-slot-time {
  background: #0D615D;
  color: #fff;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  flex-shrink: 0;
}

.de-planning-slot-hour {
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.de-planning-slot-duration {
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  font-weight: 600;
}

.de-planning-slot-content {
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 16px;
}

.de-planning-slot-info {}

.de-planning-slot-name {
  font-family: 'Baloo 2', cursive;
  font-size: 17px;
  font-weight: 700;
  color: #0D615D;
  margin-bottom: 3px;
}

.de-planning-slot-detail {
  font-size: 13px;
  color: rgba(11,94,79,0.55);
  font-weight: 600;
}

.de-planning-slot-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

.de-badge-debutant { background: rgba(45,184,75,0.1); color: #2AA83E; }
.de-badge-inter { background: rgba(245,183,49,0.12); color: #D4941A; }
.de-badge-tous { background: rgba(232,77,138,0.1); color: #EE7395; }

/* Bal block */
.de-planning-bal {
  margin-top: 14px;
  background: linear-gradient(135deg, rgba(245,183,49,0.08), rgba(245,183,49,0.03));
  border: 2px dashed rgba(245,183,49,0.3);
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.de-planning-bal-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.de-planning-bal-text h4 {
  font-family: 'Baloo 2', cursive;
  font-size: 16px;
  font-weight: 700;
  color: #0D615D;
  margin-bottom: 2px;
}

.de-planning-bal-text p {
  font-size: 13px;
  color: rgba(11,94,79,0.55);
  line-height: 1.5;
}

/* Séparateur entre les jours */
.de-planning-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2AA83E, #F9C127);
  border-radius: 3px;
  margin: 36px auto;
}

/* Note saison */
.de-planning-note {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  background: rgba(11,94,79,0.03);
  border-radius: 12px;
  font-size: 14px;
  color: rgba(11,94,79,0.55);
}

.de-planning-note strong { color: #0D615D; }

@media (max-width: 767px) {
  .de-planning { padding: 50px 0 60px; }
  .de-planning-inner { padding: 0 16px; }
  .de-planning-slot { flex-direction: column; }
  .de-planning-slot-time {
    flex-direction: row;
    min-width: auto;
    padding: 12px 18px;
    gap: 8px;
  }
  .de-planning-slot-content { flex-direction: column; align-items: flex-start; gap: 8px; }
  .de-planning-bal { flex-direction: column; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8fee7e8 */.de-danses-detail * { margin: 0; padding: 0; box-sizing: border-box; }

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

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

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

.de-danses-detail-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-detail-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
}

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

/* Bloc danse horizontal */
.de-danse-block {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}

.de-danse-block:last-of-type { margin-bottom: 0; }

.de-danse-block:nth-child(odd) { flex-direction: row; }
.de-danse-block:nth-child(even) { flex-direction: row-reverse; }

.de-danse-block-img {
  flex-shrink: 0;
  width: 380px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 30px rgba(11,94,79,0.08);
}

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

.de-danse-block:hover .de-danse-block-img img {
  transform: scale(1.04);
}

/* Numéro décoratif */
.de-danse-block-num {
  position: absolute;
  top: 16px; left: 16px;
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  font-weight: 800;
  color: #0D615D;
  z-index: 1;
}

.de-danse-block-content { flex: 1; }

.de-danse-block-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.de-tag-gafieira { background: rgba(45,184,75,0.1); color: #2AA83E; }
.de-tag-forro { background: rgba(245,183,49,0.12); color: #D4941A; }
.de-tag-bolero { background: rgba(232,77,138,0.1); color: #EE7395; }

.de-danse-block-name {
  font-family: 'Baloo 2', cursive;
  font-size: 26px;
  font-weight: 800;
  color: #0D615D;
  margin-bottom: 6px;
}

.de-danse-block-origin {
  font-size: 13px;
  color: rgba(11,94,79,0.45);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 14px;
}

.de-danse-block-desc {
  font-size: 15px;
  color: rgba(11,94,79,0.6);
  line-height: 1.75;
  margin-bottom: 20px;
}

/* Ce qu'on apprend */
.de-danse-block-learn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.de-danse-block-learn-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #0D615D;
}

.de-danse-block-learn-item i {
  color: #2AA83E;
  font-size: 11px;
  flex-shrink: 0;
}

/* Divider */
.de-danses-detail-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #2AA83E, #F9C127);
  border-radius: 3px;
  margin: 50px auto;
}

@media (max-width: 767px) {
  .de-danses-detail { padding: 50px 0 60px; }
  .de-danses-detail-inner { padding: 0 16px; }
  .de-danse-block, .de-danse-block:nth-child(even) { flex-direction: column; }
  .de-danse-block-img { width: 100%; height: 220px; }
  .de-danse-block-name { font-size: 22px; }
  .de-danse-block-learn { grid-template-columns: 1fr; }
  .de-danses-detail-divider { margin: 35px auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b20e9d */.de-tarifs * { margin: 0; padding: 0; box-sizing: border-box; }

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

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

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

.de-tarifs-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-tarifs-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
  margin-bottom: 10px;
}

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

.de-tarifs-subtitle {
  font-size: 16px;
  color: rgba(11,94,79,0.55);
}

/* Grid tarifs */
.de-tarifs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.de-tarif-card {
  background: #fff;
  border: 2px solid rgba(11,94,79,0.07);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.de-tarif-card:hover {
  border-color: rgba(11,94,79,0.14);
  box-shadow: 0 8px 30px rgba(11,94,79,0.08);
  transform: translateY(-4px);
}

.de-tarif-card.de-tarif-featured {
  border-color: #F9C127;
  background: linear-gradient(180deg, #FFFDF5 0%, #fff 25%);
  box-shadow: 0 6px 25px rgba(245,183,49,0.12);
}

.de-tarif-featured-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #F9C127, #E5A520);
  color: #074039;
  font-family: 'Baloo 2', cursive;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(245,183,49,0.3);
}

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

.de-tarif-desc {
  font-size: 13px;
  color: rgba(11,94,79,0.5);
  margin-bottom: 18px;
  line-height: 1.5;
}

.de-tarif-price {
  font-family: 'Baloo 2', cursive;
  font-size: 34px;
  font-weight: 800;
  color: #0D615D;
  line-height: 1;
  margin-bottom: 2px;
}

.de-tarif-price-unit {
  font-size: 14px;
  font-weight: 600;
  color: rgba(11,94,79,0.4);
}

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

.de-tarif-features {
  list-style: none;
  margin-bottom: 24px;
  flex-grow: 1;
}

.de-tarif-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  color: #0D615D;
}

.de-tarif-features li i {
  color: #2AA83E;
  font-size: 12px;
  flex-shrink: 0;
}

.de-tarif-cta {
  display: block;
  text-align: center;
  padding: 13px 20px;
  border-radius: 50px;
  font-family: 'Baloo 2', cursive;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.de-tarif-cta-outline {
  border: 2px solid #0D615D;
  color: #0D615D;
  background: transparent;
}

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

.de-tarif-cta-primary {
  background: linear-gradient(135deg, #F9C127, #E5A520);
  color: #074039;
  border: 2px solid transparent;
  box-shadow: 0 4px 12px rgba(245,183,49,0.25);
  position: relative;
  overflow: hidden;
}

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

/* Cours d'essai — bande en bas */
.de-tarifs-essai {
  background: linear-gradient(135deg, #074039, #0D615D);
  border-radius: 20px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.de-tarifs-essai::before {
  content: '';
  position: absolute;
  top: -50px; right: -30px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(245,183,49,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.de-tarifs-essai-content {}

.de-tarifs-essai-title {
  font-family: 'Baloo 2', cursive;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
}

.de-tarifs-essai-text {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

.de-tarifs-essai-price {
  font-family: 'Baloo 2', cursive;
  font-size: 28px;
  font-weight: 800;
  color: #F9C127;
  margin-right: 16px;
  flex-shrink: 0;
}

.de-tarifs-essai-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #F9C127, #E5A520);
  color: #074039;
  font-family: 'Baloo 2', cursive;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 50px;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(245,183,49,0.3);
}

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

@media (max-width: 1024px) {
  .de-tarifs-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto 24px; }
}

@media (max-width: 767px) {
  .de-tarifs { padding: 50px 0 60px; }
  .de-tarifs-inner { padding: 0 16px; }
  .de-tarifs-essai { flex-direction: column; text-align: center; padding: 28px 24px; }
  .de-tarifs-essai-price { margin-right: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-000e2e5 */.de-premier * { margin: 0; padding: 0; box-sizing: border-box; }

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

.de-premier::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background:
    radial-gradient(circle at 20% 50%, rgba(45,184,75,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(245,183,49,0.08) 0%, transparent 50%);
  pointer-events: none;
}

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

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

.de-premier-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-premier-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.de-premier-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
}

/* Steps */
.de-premier-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.de-premier-step {
  text-align: center;
  position: relative;
}

/* Connector line entre les steps */
.de-premier-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 35px;
  right: -12px;
  width: calc(100% - 60px);
  height: 2px;
  background: rgba(255,255,255,0.1);
  transform: translateX(50%);
}

.de-premier-step-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-family: 'Baloo 2', cursive;
  font-size: 24px;
  font-weight: 800;
  color: #F9C127;
  position: relative;
  z-index: 1;
}

.de-premier-step-icon {
  font-size: 24px;
  margin-bottom: 14px;
}

.de-premier-step h3 {
  font-family: 'Baloo 2', cursive;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.de-premier-step p {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .de-premier-steps { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .de-premier-step::after { display: none; }
}

@media (max-width: 767px) {
  .de-premier { padding: 50px 0 60px; }
  .de-premier-inner { padding: 0 16px; }
  .de-premier-steps { grid-template-columns: 1fr 1fr; gap: 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8dd33b0 */.de-infos * { margin: 0; padding: 0; box-sizing: border-box; }

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

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

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

.de-infos-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-infos-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #0D615D;
  line-height: 1.2;
}

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

.de-infos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.de-info-card {
  background: #FDF9F3;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.de-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(11,94,79,0.06);
}

.de-info-card-icon {
  font-size: 32px;
  margin-bottom: 14px;
  display: block;
}

.de-info-card h3 {
  font-family: 'Baloo 2', cursive;
  font-size: 17px;
  font-weight: 700;
  color: #0D615D;
  margin-bottom: 8px;
}

.de-info-card p {
  font-size: 14px;
  color: rgba(11,94,79,0.55);
  line-height: 1.6;
}

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

.de-infos-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 1024px) {
  .de-infos-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .de-infos { padding: 50px 0 60px; }
  .de-infos-inner { padding: 0 16px; }
  .de-infos-grid { grid-template-columns: 1fr; gap: 14px; }
  .de-infos-map { height: 220px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c926a9 */.de-cours-cta * { margin: 0; padding: 0; box-sizing: border-box; }

.de-cours-cta {
  background: #FDF9F3;
  padding: 70px 0 80px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
}

.de-cours-cta-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}

.de-cours-cta-box {
  background: linear-gradient(135deg, #0D615D, #0D615D);
  border-radius: 28px;
  padding: 55px 45px;
  position: relative;
  overflow: hidden;
}

.de-cours-cta-box::before {
  content: '';
  position: absolute;
  top: -50px; right: -30px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(245,183,49,0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.de-cours-cta-box::after {
  content: '';
  position: absolute;
  bottom: -40px; left: -20px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(45,184,75,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.de-cours-cta-emoji {
  font-size: 42px;
  margin-bottom: 18px;
  display: block;
  position: relative;
  z-index: 1;
}

.de-cours-cta-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

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

.de-cours-cta-text {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.de-cours-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.de-cours-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-cours-cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(245,183,49,0.5);
}

.de-cours-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-cours-cta-primary:hover::before { left: 100%; }

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

.de-cours-cta-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
}

.de-cours-cta-trust {
  margin-top: 22px;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  position: relative;
  z-index: 1;
}

.de-cours-cta-trust i { color: #2AA83E; margin-right: 3px; }

@media (max-width: 767px) {
  .de-cours-cta { padding: 50px 0 60px; }
  .de-cours-cta-inner { padding: 0 16px; }
  .de-cours-cta-box { padding: 40px 24px; border-radius: 20px; }
  .de-cours-cta-btns { flex-direction: column; align-items: center; }
  .de-cours-cta-primary, .de-cours-cta-secondary { width: 100%; justify-content: center; }
}/* End custom CSS */