.elementor-1140 .elementor-element.elementor-element-2aeaba3 > .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 );}/* Start custom CSS for section, class: .elementor-element-d4add94 *//* ========== RESET ========== */
.cide-partenaires-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
}

/* ========== HERO — BLANC (continuité header) ========== */
.cide-pt-hero {
  background: #ffffff;
  padding: 0 80px 60px;
  text-align: center;
  border-bottom: 1px solid rgba(26,46,90,0.08);
}

.cide-pt-breadcrumb {
  font-size: 12px;
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cide-pt-breadcrumb a {
  color: #d4a017;
  text-decoration: none;
  font-weight: 600;
}

.cide-pt-breadcrumb a:hover { text-decoration: underline; }

.cide-pt-hero-tag {
  display: inline-block;
  background: rgba(212,160,23,0.1);
  color: #d4a017;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid rgba(212,160,23,0.3);
}

.cide-pt-hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: #1a2e5a;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 20px;
}

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

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

.cide-pt-hero p {
  font-size: 16px;
  color: #666;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}

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

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

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

.cide-pt-stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

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

/* ========== SECTION PARTENAIRES ========== */
.cide-pt-section {
  background: #f4f6f9;
  padding: 70px 80px;
}

.cide-pt-section-header {
  text-align: center;
  margin-bottom: 50px;
}

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

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

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

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

/* ========== GRILLE LOGOS ========== */
.cide-pt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ========== CARTE PARTENAIRE ========== */
.cide-pt-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-shadow: 0 2px 16px rgba(26,46,90,0.06);
  border-bottom: 3px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  min-height: 140px;
  text-decoration: none;
}

.cide-pt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(26,46,90,0.12);
  border-bottom-color: #d4a017;
}

.cide-pt-card img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  object-fit: contain;
  filter: grayscale(30%);
  transition: filter 0.3s ease;
}

.cide-pt-card:hover img {
  filter: grayscale(0%);
}

.cide-pt-card-name {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.4;
}

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

.cide-pt-cta::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 250px; height: 250px;
  border-radius: 50%;
  background: rgba(212,160,23,0.06);
}

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

.cide-pt-cta h2 {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
}

.cide-pt-cta h2 span { color: #d4a017; }

.cide-pt-cta p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin-top: 12px;
}

.btn-primary {
  background: #d4a017;
  color: #fff;
  padding: 16px 36px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.2s ease;
  position: relative;
  z-index: 2;
}

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

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .cide-pt-hero,
  .cide-pt-section,
  .cide-pt-cta { padding-left: 40px; padding-right: 40px; }

  .cide-pt-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .cide-pt-hero { padding: 40px 24px 50px; }
  .cide-pt-hero h1 { font-size: 30px; letter-spacing: 1px; }

  .cide-pt-stats { grid-template-columns: repeat(3, 1fr); }

  .cide-pt-section { padding: 50px 20px; }
  .cide-pt-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  .cide-pt-cta {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
    padding: 60px 24px;
  }

  .cide-pt-cta h2 { font-size: 26px; }
  .btn-primary { width: 100%; text-align: center; }
}

@media (max-width: 480px) {
  .cide-pt-hero h1 { font-size: 24px; }
  .cide-pt-stats { grid-template-columns: 1fr; }
  .cide-pt-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .cide-pt-grid { grid-template-columns: repeat(2, 1fr); }
  .cide-pt-card { padding: 24px 16px; min-height: 110px; }
}/* End custom CSS */