.elementor-1021 .elementor-element.elementor-element-b6b6cfb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1021 .elementor-element.elementor-element-5ae8718{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}/* Start custom CSS for column, class: .elementor-element-b6b6cfb *//* ========== RESET & BASE ========== */
.cide-home * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
}

/* ========== 1. HERO ========== */
.cide-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
  background: #ffffff;
  overflow: hidden;
}

.cide-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.cide-hero-tag {
  display: inline-block;
  background: #d4a017;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 4px;
  margin-bottom: 28px;
  width: fit-content;
}

.cide-hero-left h1 {
  font-size: 42px;
  font-weight: 800;
  color: #1a2e5a;
  line-height: 1.25;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cide-hero-left h1 span { color: #d4a017; }

.cide-hero-desc {
  font-size: 15px;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 40px;
}

.cide-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #d4a017;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.btn-primary:hover {
  background: #b8880f;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: #1a2e5a;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #1a2e5a;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-outline:hover {
  border-color: #d4a017;
  color: #d4a017;
  transform: translateY(-2px);
}

.cide-hero-right {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.cide-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cide-hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,46,90,0.15), transparent);
  z-index: 1;
}

/* ========== STATS BAR ========== */
.cide-stats-bar {
  background: #d4a017;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cide-stat-item {
  padding: 32px 20px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.3);
  transition: background 0.3s ease;
}

.cide-stat-item:last-child { border-right: none; }
.cide-stat-item:hover { background: rgba(0,0,0,0.1); }

.cide-stat-number {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

.cide-stat-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ========== HELPERS ========== */
.cide-section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d4a017;
  margin-bottom: 16px;
  display: block;
}

.cide-section-title {
  font-size: 34px;
  font-weight: 800;
  color: #1a2e5a;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cide-section-title span { color: #d4a017; }

.cide-divider {
  width: 50px;
  height: 3px;
  background: #d4a017;
  margin: 20px 0;
  border-radius: 2px;
}

.cide-link {
  font-size: 12px;
  font-weight: 700;
  color: #d4a017;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.cide-link:hover { gap: 12px; }

/* ========== 2. À PROPOS ========== */
.cide-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
}

.cide-about-img {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

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

.cide-about-img:hover img { transform: scale(1.05); }

.cide-about-badge {
  position: absolute;
  bottom: 32px;
  right: 0;
  background: #d4a017;
  color: #fff;
  padding: 20px 28px;
  border-radius: 12px 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 8px 24px rgba(212,160,23,0.4);
  z-index: 2;
}

.cide-about-badge strong {
  display: block;
  font-size: 32px;
  font-weight: 800;
}

.cide-about-content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f4f6f9;
}

.cide-about-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 16px;
}

/* ========== 3. ÉCOLE ========== */
.cide-ect {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}

.cide-ect-content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1a2e5a;
  order: 1;
}

.cide-ect-content .cide-section-title { color: #ffffff; }

.cide-ect-content p {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.9;
  margin-bottom: 32px;
}

.cide-ect-img {
  overflow: hidden;
  min-height: 400px;
  order: 2;
}

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

.cide-ect-img:hover img { transform: scale(1.05); }

/* ========== 4. VIDÉO ========== */
.cide-video-section {
  background: #1a2e5a;
  padding: 90px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cide-video-section::before {
  content: '';
  position: absolute;
  top: -100px; left: -100px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: rgba(212,160,23,0.06);
}

.cide-video-section::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: rgba(212,160,23,0.06);
}

.cide-video-header {
  max-width: 700px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
}

.cide-video-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d4a017;
  margin-bottom: 16px;
  display: block;
}

.cide-video-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 16px;
}

.cide-video-header h2 span { color: #d4a017; }

.cide-video-divider {
  width: 50px;
  height: 3px;
  background: #d4a017;
  margin: 20px auto;
  border-radius: 2px;
}

.cide-video-header p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
}

.cide-video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  border: 3px solid rgba(212,160,23,0.3);
}

.cide-video-wrapper video {
  width: 100%;
  display: block;
  background: #000;
}

.cide-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(212,160,23,0.15);
  border: 1px solid rgba(212,160,23,0.4);
  border-radius: 50px;
  padding: 10px 24px;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

.cide-video-badge span {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  letter-spacing: 1px;
}

.cide-video-badge strong { color: #d4a017; }

/* ========== 5. DOMAINES ========== */
.cide-domaines {
  background: #f4f6f9;
  padding: 90px 60px;
  text-align: center;
}

.cide-domaines-header {
  max-width: 600px;
  margin: 0 auto 60px;
}

.cide-domaines-header .cide-divider { margin: 20px auto; }

.cide-domaines-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.cide-domaine-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(26,46,90,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.cide-domaine-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(26,46,90,0.14);
}

.cide-domaine-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.cide-domaine-body {
  padding: 28px;
  border-top: 3px solid #d4a017;
}

.cide-domaine-icon {
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}

.cide-domaine-title {
  font-size: 15px;
  font-weight: 800;
  color: #1a2e5a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.cide-domaine-body p {
  font-size: 13px;
  color: #777;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* ========== 6. CTA ========== */
.cide-cta {
  background: #f4f6f9 !important;
  padding: 80px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cide-cta::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(26,46,90,0.04);
}

.cide-cta h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1a2e5a !important;
  text-transform: uppercase;
  line-height: 1.2;
}

.cide-cta p {
  font-size: 15px;
  color: #555 !important;
  line-height: 1.9;
  margin-bottom: 32px;
}

/* ================================================
   RESPONSIVE
   ================================================ */

/* TABLETTE */
@media (max-width: 1024px) {
  .cide-hero-left h1 { font-size: 32px; }
  .cide-section-title { font-size: 26px; }
  .cide-about-content,
  .cide-ect-content { padding: 60px 40px; }
  .cide-domaines { padding: 70px 40px; }
  .cide-domaines-grid { gap: 20px; }
  .cide-cta { padding: 60px 40px; gap: 40px; }
  .cide-cta h2 { font-size: 28px; }
  .cide-video-section { padding: 70px 40px; }
  .cide-video-header h2 { font-size: 28px; }
}

/* MOBILE */
@media (max-width: 900px) {

  /* Hero */
  .cide-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cide-hero-left {
    padding: 60px 30px;
    text-align: center;
    align-items: center;
    order: 2;
    background: #ffffff !important;
  }
  .cide-hero-left h1 { font-size: 30px; color: #1a2e5a !important; }
  .cide-hero-btns { justify-content: center; }
  .cide-hero-right {
    min-height: 280px;
    order: 1;
  }

  /* Stats */
  .cide-stats-bar { grid-template-columns: repeat(2, 1fr); }
  .cide-stat-item { border-bottom: 1px solid rgba(255,255,255,0.2); padding: 24px 16px; }
  .cide-stat-item:nth-child(2) { border-right: none; }
  .cide-stat-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.3); }
  .cide-stat-number { font-size: 36px; }

  /* À propos */
  .cide-about { grid-template-columns: 1fr; }
  .cide-about-img { min-height: 300px; }
  .cide-about-badge { bottom: 20px; padding: 14px 20px; }
  .cide-about-badge strong { font-size: 24px; }
  .cide-about-content {
    padding: 50px 30px;
    text-align: center;
  }
  .cide-about-content .cide-divider { margin: 20px auto; }

  /* École */
  .cide-ect {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .cide-ect-img {
    order: 1 !important;
    width: 100% !important;
    min-height: 280px !important;
    max-height: 280px !important;
    overflow: hidden !important;
  }
  .cide-ect-img img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    display: block !important;
  }
  .cide-ect-content {
    order: 2 !important;
    width: 100% !important;
    padding: 50px 30px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .cide-ect-content .cide-section-title {
    width: 100% !important;
    text-align: center !important;
  }
  .cide-ect-content .cide-divider { margin: 20px auto !important; }
  .cide-ect-content p {
    text-align: center !important;
    width: 100% !important;
  }
  .cide-ect-content .btn-primary {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    margin-top: 10px !important;
  }

  /* Vidéo */
  .cide-video-section { padding: 60px 20px; }
  .cide-video-header h2 { font-size: 24px; }
  .cide-video-header p { font-size: 14px; }
  .cide-video-badge {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    padding: 12px 20px;
  }

  /* Domaines */
  .cide-domaines { padding: 60px 20px; }
  .cide-domaines-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  /* CTA */
  .cide-cta {
    grid-template-columns: 1fr !important;
    padding: 60px 30px !important;
    text-align: center !important;
    gap: 24px !important;
  }
  .cide-cta h2 { font-size: 28px !important; width: 100% !important; }
  .cide-cta > div {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .cide-cta p { text-align: center !important; }
  .cide-cta .btn-primary {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
  }
}

/* MOBILE PETIT */
@media (max-width: 480px) {
  .cide-hero-left { padding: 50px 20px; }
  .cide-hero-left h1 { font-size: 26px; }
  .cide-hero-desc { font-size: 14px; }
  .cide-hero-btns { flex-direction: column; width: 100%; }
  .btn-primary, .btn-outline {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
  .cide-stat-number { font-size: 28px; }
  .cide-stat-label { font-size: 10px; letter-spacing: 1px; }
  .cide-section-title { font-size: 22px; }
  .cide-about-content,
  .cide-ect-content { padding: 40px 20px !important; }
  .cide-ect-content .cide-section-title { font-size: 22px !important; }
  .cide-domaines { padding: 50px 16px; }
  .cide-cta { padding: 50px 20px !important; }
  .cide-cta h2 { font-size: 22px !important; }
  .cide-video-header h2 { font-size: 22px !important; }
}/* End custom CSS */