.elementor-96 .elementor-element.elementor-element-47af7c7{--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-96 .elementor-element.elementor-element-4d8a00d{--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-96 .elementor-element.elementor-element-fd66b4b{--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-96 .elementor-element.elementor-element-44d855b{--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-96 .elementor-element.elementor-element-55852dc{--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-96 .elementor-element.elementor-element-aceafb8{--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-96 .elementor-element.elementor-element-61a9dfd{--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-96 .elementor-element.elementor-element-6769a96{--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-a1aa52e */.de-cp-hero * { margin: 0; padding: 0; box-sizing: border-box; }

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

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

.de-cp-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-cp-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.de-cp-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-cp-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-cp-hero-title em {
  font-style: normal;
  position: relative;
}

.de-cp-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-cp-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;
}

.de-cp-hero-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.de-cp-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-cp-hero-badge i { color: #EE7395; font-size: 12px; }

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

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

.de-cp-hero-reassure {
  margin-top: 18px;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}

.de-cp-hero-reassure i { color: #2AA83E; margin-right: 3px; }

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

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

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

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

.de-cp-why-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-cp-why-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-cp-why-title span { color: #F9C127; }

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

.de-cp-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.de-cp-why-card {
  background: #FDF9F3;
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.de-cp-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(11,94,79,0.08);
}

.de-cp-why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.de-cp-why-card:hover::before { opacity: 1; }

.de-cp-why-card:nth-child(1)::before { background: #2AA83E; }
.de-cp-why-card:nth-child(2)::before { background: #F9C127; }
.de-cp-why-card:nth-child(3)::before { background: #EE7395; }
.de-cp-why-card:nth-child(4)::before { background: #0D615D; }

.de-cp-why-card-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
}

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

.de-cp-why-card h3 {
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  font-weight: 800;
  color: #0D615D;
  margin-bottom: 8px;
}

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

/* Highlight chiffre */
.de-cp-why-card-highlight {
  font-family: 'Baloo 2', cursive;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}

.de-cp-why-card:nth-child(1) .de-cp-why-card-highlight { color: #2AA83E; }
.de-cp-why-card:nth-child(2) .de-cp-why-card-highlight { color: #E5A520; }
.de-cp-why-card:nth-child(3) .de-cp-why-card-highlight { color: #EE7395; }
.de-cp-why-card:nth-child(4) .de-cp-why-card-highlight { color: #0D615D; }

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

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

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

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

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

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

.de-cp-danses-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-cp-danses-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-cp-danses-title span { color: #F9C127; }

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

/* Cards style invitation */
.de-cp-danses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

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

/* Bande colorée en haut */
.de-cp-danse-card-accent {
  height: 6px;
}

.de-cp-danse-card:nth-child(1) .de-cp-danse-card-accent { background: linear-gradient(90deg, #2AA83E, #0D615D); }
.de-cp-danse-card:nth-child(2) .de-cp-danse-card-accent { background: linear-gradient(90deg, #F9C127, #E5A520); }
.de-cp-danse-card:nth-child(3) .de-cp-danse-card-accent { background: linear-gradient(90deg, #EE7395, #c42d6b); }

.de-cp-danse-card-body {
  padding: 32px 28px;
}

.de-cp-danse-card-emoji {
  font-size: 38px;
  margin-bottom: 16px;
  display: block;
}

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

.de-cp-danse-card-origin {
  font-size: 12px;
  font-weight: 600;
  color: rgba(11,94,79,0.4);
  font-style: italic;
  margin-bottom: 14px;
}

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

.de-cp-danse-card-vibe {
  background: rgba(11,94,79,0.03);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}

.de-cp-danse-card-vibe-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(11,94,79,0.4);
  margin-bottom: 8px;
}

.de-cp-danse-card-vibe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.de-cp-danse-card-vibe-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}

.de-cp-danse-card:nth-child(1) .de-cp-danse-card-vibe-tag { background: rgba(45,184,75,0.08); color: #2AA83E; }
.de-cp-danse-card:nth-child(2) .de-cp-danse-card-vibe-tag { background: rgba(245,183,49,0.1); color: #D4941A; }
.de-cp-danse-card:nth-child(3) .de-cp-danse-card-vibe-tag { background: rgba(232,77,138,0.08); color: #EE7395; }

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

.de-cp-danse-card-cta i { font-size: 11px; transition: transform 0.3s ease; }
.de-cp-danse-card-cta:hover { color: #2AA83E; }
.de-cp-danse-card-cta:hover i { transform: translateX(4px); }

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

@media (max-width: 767px) {
  .de-cp-danses { padding: 50px 0 60px; }
  .de-cp-danses-inner { padding: 0 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5aae17 */.de-cp-tarifs * { margin: 0; padding: 0; box-sizing: border-box; }

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

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

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

.de-cp-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-cp-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-cp-tarifs-title span { color: #F9C127; }

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

.de-cp-tarifs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

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

.de-cp-tarif-card:hover {
  border-color: rgba(11,94,79,0.14);
  box-shadow: 0 12px 40px rgba(11,94,79,0.08);
  transform: translateY(-6px);
}

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

.de-cp-tarif-card.de-cp-popular:hover {
  box-shadow: 0 18px 50px rgba(245,183,49,0.2);
}

.de-cp-popular-badge {
  position: absolute;
  top: -13px;
  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: 5px 18px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(245,183,49,0.3);
}

.de-cp-tarif-emoji {
  font-size: 36px;
  margin-bottom: 16px;
}

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

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

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

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

.de-cp-tarif-price-sub {
  font-size: 13px;
  color: rgba(11,94,79,0.4);
  margin-top: 4px;
  margin-bottom: 24px;
}

.de-cp-tarif-features {
  list-style: none;
  text-align: left;
  margin-bottom: 28px;
  flex-grow: 1;
}

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

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

.de-cp-tarif-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-cp-tarif-cta-outline {
  border: 2px solid #0D615D;
  color: #0D615D;
  background: transparent;
}

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

.de-cp-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-cp-tarif-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245,183,49,0.4);
}

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

.de-cp-tarifs-note {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: rgba(11,94,79,0.45);
}

.de-cp-tarifs-note i { color: #2AA83E; margin-right: 4px; }

@media (max-width: 1024px) {
  .de-cp-tarifs-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .de-cp-tarif-card.de-cp-popular { order: -1; }
}

@media (max-width: 767px) {
  .de-cp-tarifs { padding: 50px 0 60px; }
  .de-cp-tarifs-inner { padding: 0 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3702457 */.de-cp-profs * { margin: 0; padding: 0; box-sizing: border-box; }

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

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

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

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

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

.de-cp-profs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.de-cp-prof-card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  gap: 24px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(11,94,79,0.05);
  transition: all 0.4s ease;
  align-items: center;
}

.de-cp-prof-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(11,94,79,0.1);
}

.de-cp-prof-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(11,94,79,0.1);
  position: relative;
}

.de-cp-prof-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.de-cp-prof-flag {
  position: absolute;
  bottom: 0; right: 0;
  font-size: 20px;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2));
}

.de-cp-prof-info {}

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

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

.de-cp-prof-style {
  font-size: 14px;
  color: rgba(11,94,79,0.6);
  line-height: 1.6;
  margin-bottom: 12px;
}

.de-cp-prof-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.de-cp-prof-spec {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 6px;
  background: rgba(11,94,79,0.05);
  color: #0D615D;
}

@media (max-width: 767px) {
  .de-cp-profs { padding: 50px 0 60px; }
  .de-cp-profs-inner { padding: 0 16px; }
  .de-cp-profs-grid { grid-template-columns: 1fr; }
  .de-cp-prof-card { flex-direction: column; text-align: center; }
  .de-cp-prof-photo { margin: 0 auto; }
  .de-cp-prof-specs { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6de2a93 */.de-cp-pour * { margin: 0; padding: 0; box-sizing: border-box; }

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

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

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

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

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

.de-cp-pour-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.de-cp-pour-card {
  background: #FDF9F3;
  border-radius: 18px;
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.de-cp-pour-card:hover {
  border-color: rgba(11,94,79,0.08);
  box-shadow: 0 6px 25px rgba(11,94,79,0.06);
  transform: translateY(-3px);
}

.de-cp-pour-card-emoji {
  font-size: 36px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.de-cp-pour-card-content {}

.de-cp-pour-card h3 {
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  font-weight: 800;
  color: #0D615D;
  margin-bottom: 6px;
}

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

/* Flèche CTA discrète */
.de-cp-pour-card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #2AA83E;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.de-cp-pour-card-link i { font-size: 10px; transition: transform 0.3s ease; }
.de-cp-pour-card-link:hover i { transform: translateX(3px); }

@media (max-width: 767px) {
  .de-cp-pour { padding: 50px 0 60px; }
  .de-cp-pour-inner { padding: 0 16px; }
  .de-cp-pour-grid { grid-template-columns: 1fr; }
  .de-cp-pour-card { padding: 22px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b0ba10 */.de-cp-faq * { margin: 0; padding: 0; box-sizing: border-box; }

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

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

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

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

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

.de-cp-faq-list { display: flex; flex-direction: column; gap: 12px; }

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

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

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

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

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

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

.de-cp-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-cp-faq-icon svg {
  width: 14px; height: 14px;
  stroke: #0D615D;
  stroke-width: 2.5;
  fill: none;
  transition: transform 0.3s ease;
}

.de-cp-faq-open .de-cp-faq-icon { background: rgba(45,184,75,0.1); }
.de-cp-faq-open .de-cp-faq-icon svg { transform: rotate(45deg); stroke: #2AA83E; }

.de-cp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

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

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

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

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

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

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

.de-cp-cta-box::before {
  content: '';
  position: absolute;
  top: -50px; right: -30px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(232,77,138,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

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

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

.de-cp-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-cp-cta-title span { color: #F9C127; }

.de-cp-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-cp-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

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

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

.de-cp-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-cp-cta-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
}

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

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

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