.elementor-980 .elementor-element.elementor-element-91a1f33 > .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;}/* Start custom CSS for column, class: .elementor-element-91a1f33 *//* === RESET & BASE === */
  .cide-contact-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
  }

  /* === HERO SECTION === */
  .cide-hero {
    background-color: #1a2e5a;
    padding: 80px 40px;
    text-align: center;
  }

  .cide-hero-subtitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #d4a017;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .cide-hero h1 {
    font-size: 48px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .cide-hero h1 span {
    color: #d4a017;
  }

  .cide-hero-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
  }

  .cide-hero-line {
    width: 60px;
    height: 3px;
    background: #d4a017;
    margin: 24px auto 0;
    border-radius: 2px;
  }

  /* === BUREAUX SECTION === */
  .cide-bureaux-section {
    background-color: #f4f6f9;
    padding: 80px 40px;
  }

  .cide-bureaux-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
  }

  /* === CARTE BUREAU === */
  .cide-bureau-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 32px;
    box-shadow: 0 4px 24px rgba(26, 46, 90, 0.08);
    border-top: 4px solid #d4a017;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .cide-bureau-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4a017, #f0c040);
  }

  .cide-bureau-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(26, 46, 90, 0.15);
  }

  /* En-tête de la carte */
  .cide-bureau-header {
    margin-bottom: 28px;
  }

  .cide-bureau-flag {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
  }

  .cide-bureau-city {
    font-size: 20px;
    font-weight: 800;
    color: #d4a017;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
  }

  .cide-bureau-name {
    font-size: 13px;
    font-weight: 600;
    color: #d4a017;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.8;
    margin-top: 4px;
  }

  .cide-bureau-divider {
    width: 40px;
    height: 2px;
    background: #d4a017;
    margin: 14px 0;
    border-radius: 2px;
  }

  /* Éléments de contact */
  .cide-contact-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .cide-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-decoration: none;
  }

  .cide-contact-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background: #f4f6f9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }

  .cide-contact-item:hover .cide-contact-icon {
    background: #d4a017;
  }

  .cide-contact-item:hover .cide-contact-icon svg {
    stroke: #ffffff;
    fill: none;
  }

  .cide-contact-item:hover .cide-contact-icon .fill-icon {
    fill: #ffffff;
    stroke: none;
  }

  .cide-contact-icon svg {
    width: 16px;
    height: 16px;
    stroke: #d4a017;
    fill: none;
    stroke-width: 2;
    transition: stroke 0.3s ease;
  }

  .cide-contact-icon .fill-icon {
    fill: #d4a017;
    stroke: none;
    transition: fill 0.3s ease;
  }

  .cide-contact-text {
    display: flex;
    flex-direction: column;
  }

  .cide-contact-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 2px;
  }

  .cide-contact-value {
    font-size: 14px;
    color: #1a2e5a;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  a.cide-contact-item:hover .cide-contact-value {
    color: #d4a017;
  }

  /* === RESPONSIVE === */
  @media (max-width: 900px) {
    .cide-bureaux-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .cide-hero h1 {
      font-size: 32px;
    }
    .cide-bureaux-grid {
      grid-template-columns: 1fr;
    }
    .cide-bureaux-section {
      padding: 50px 20px;
    }
  }/* End custom CSS */