.elementor-7743 .elementor-element.elementor-element-cb6e8c4{--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;}.elementor-7743 .elementor-element.elementor-element-8bd23f6{--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;}.elementor-7743 .elementor-element.elementor-element-8bd23f6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7743 .elementor-element.elementor-element-d7ab0ed{--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;}.elementor-7743 .elementor-element.elementor-element-3ec916c{--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;}.elementor-7743 .elementor-element.elementor-element-3ec916c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7743 .elementor-element.elementor-element-1d9b749{--display:flex;}.elementor-7743 .elementor-element.elementor-element-f97adaa{--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;}.elementor-7743 .elementor-element.elementor-element-5f1b3d9{--display:flex;}@media(min-width:768px){.elementor-7743 .elementor-element.elementor-element-8bd23f6{--width:96.607%;}.elementor-7743 .elementor-element.elementor-element-3ec916c{--width:100.536%;}}/* Start custom CSS for html, class: .elementor-element-4ebe091 *//* =========================
   HERO BANNER GLOBAL STYLE
========================= */

.hero-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 90px 10%;
  background: linear-gradient(135deg, #1B2A4E, #3B5CCC);
  color: #F8FAFC;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* CONTENU TEXTE */
.hero-content {
  max-width: 520px;
  z-index: 2;
}

.hero-content h1 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  animation: fadeUp 0.9s ease forwards;
}

.hero-content p {
  font-size: 1.15rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 36px;
  animation: fadeUp 1.1s ease forwards;
}

/* BOUTON CTA */
.cta-button {
  display: inline-block;
  padding: 16px 42px;
  background: linear-gradient(135deg, #F59E0B, #FBBF24);
  color: #1B2A4E;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.35);
  animation: fadeUp 1.3s ease forwards;
}

.cta-button:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 15px 35px rgba(245, 158, 11, 0.5);
}

/* IMAGE */
.hero-image img {
  max-width: 460px;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.35);
  animation: fadeRight 1s ease forwards;
  z-index: 2;
}

/* DÉCORATIONS ARRIÈRE-PLAN */
.hero-banner::before,
.hero-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 1;
}

.hero-banner::before {
  width: 340px;
  height: 340px;
  background: rgba(255, 255, 255, 0.08);
  top: -120px;
  left: -120px;
}

.hero-banner::after {
  width: 420px;
  height: 420px;
  background: rgba(245, 158, 11, 0.18);
  bottom: -160px;
  right: -160px;
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeRight {
  from { opacity: 0; transform: translateX(60px); }
  to { opacity: 1; transform: translateX(0); }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-banner {
    flex-direction: column;
    text-align: center;
    padding: 70px 8%;
  }

  .hero-content {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1883e6 *//* =========================
   SECTION AVANTAGES / MÉTHODE
========================= */

.benefits-section {
  padding: 100px 10%;
  background: linear-gradient(180deg, #F8FAFC, #EEF2FF);
  color: #1B2A4E;
  text-align: center;
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

.benefits-section h2 {
  font-size: clamp(2.3rem, 4vw, 2.9rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.benefits-section .section-subtitle {
  max-width: 680px;
  margin: 0 auto 70px;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #64748B;
}

/* CARTES */
.benefits-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 36px;
}

.benefit-card {
  background: #FFFFFF;
  border-radius: 26px;
  padding: 42px 30px;
  box-shadow: 0 14px 34px rgba(27, 42, 78, 0.12);
  transition: all 0.35s ease;
}

.benefit-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 26px 54px rgba(27, 42, 78, 0.22);
}

/* ICÔNES */
.icon-wrapper {
  width: 84px;
  height: 84px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F59E0B, #FBBF24);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.45);
}

.icon-wrapper img {
  width: 40px;
}

/* TEXTE */
.benefit-card h3 {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #1B2A4E;
}

.benefit-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7752fa1 */.testimonials-section {
  padding: 100px 10%;
  background: linear-gradient(180deg, #F8FAFC, #EEF2FF);
  text-align: center;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #1B2A4E;
}

.testimonials-section h2 {
  font-size: clamp(2.3rem, 4vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 16px;
}

.testimonials-section .section-subtitle {
  font-size: 1.15rem;
  max-width: 680px;
  margin: 0 auto 60px;
  line-height: 1.7;
  color: #64748B;
}

/* CARTES */
.testimonials-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 36px 28px;
  box-shadow: 0 16px 40px rgba(27, 42, 78, 0.12);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 28px 60px rgba(27, 42, 78, 0.25);
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
  font-style: italic;
  margin-bottom: 28px;
  position: relative;
}

.testimonial-text::before {
  content: "“";
  font-size: 2.5rem;
  color: #F59E0B;
  position: absolute;
  top: -20px;
  left: -10px;
}

.student-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.student-info img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #FBBF24;
}

.student-info h4 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1B2A4E;
}

.student-info span {
  font-size: 0.9rem;
  color: #64748B;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d2f52a *//* =========================
   SECTION NEWSLETTER (HERO STYLE)
========================= */

.newsletter-section {
  padding: 100px 10%;
  background: linear-gradient(135deg, #1B2A4E, #3B5CCC);
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #F8FAFC;
  position: relative;
  overflow: hidden;
}

/* DÉCORS FLUIDES */
.newsletter-section::before,
.newsletter-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
}

.newsletter-section::before {
  width: 340px;
  height: 340px;
  background: rgba(255, 255, 255, 0.08);
  top: -120px;
  left: -120px;
}

.newsletter-section::after {
  width: 420px;
  height: 420px;
  background: rgba(245, 158, 11, 0.2);
  bottom: -160px;
  right: -160px;
}

/* CONTENEUR */
.newsletter-container {
  max-width: 1150px;
  margin: auto;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 70px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 2;
}

/* TEXTE */
.newsletter-text {
  max-width: 560px;
}

.newsletter-text h2 {
  font-size: clamp(2.1rem, 4vw, 2.7rem);
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.2;
}

.newsletter-text p {
  font-size: 1.15rem;
  line-height: 1.7;
  opacity: 0.95;
}

/* FORMULAIRE */
.newsletter-form {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.newsletter-form input {
  padding: 18px 26px;
  border-radius: 50px;
  border: none;
  min-width: 300px;
  font-size: 1rem;
  outline: none;
}

.newsletter-form input::placeholder {
  color: #94A3B8;
}

/* BOUTON IDENTIQUE HERO */
.newsletter-form button {
  padding: 18px 42px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, #F59E0B, #FBBF24);
  color: #1B2A4E;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.4);
}

.newsletter-form button:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 40px rgba(245, 158, 11, 0.55);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .newsletter-container {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-form {
    justify-content: center;
  }
}/* End custom CSS */