    body {
      font-family: 'Inter', sans-serif;
      color: #1f2937;
      background-color: #ffffff;
    }

    

    .text-qimmo {
      color: #143c69 !important;
    }

    .bg-qimmo {
      background-color: #143c69 !important;
    }

    .btn-qimmo {
      background-color: #143c69;
      border-color: #143c69;
      color: #fff;
    }

    .btn-qimmo:hover,
    .btn-qimmo:focus {
      background-color: #0f2f52;
      border-color: #0f2f52;
      color: #fff;
    }

    .btn-outline-gold {
      border-color: #c19d64;
      color: #c19d64;
    }

    .btn-outline-gold:hover {
      background-color: #c19d64;
      border-color: #c19d64;
      color: #fff;
    }

    .nav-link {
      color: #143c69;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: #c19d64;
    }

    .hero-video {
      position: relative;
      min-height: 78vh;
      overflow: hidden;
      background: #0e2238;
    }

    .hero-video video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(10, 18, 32, 0.35) 0%, rgba(10, 18, 32, 0.55) 100%);
    }

    .search-panel-wrap {
      position: relative;
      margin-top: -72px;
      z-index: 5;
    }

    .search-panel {
      border-radius: 1rem;
      box-shadow: 0 1rem 3rem rgba(20, 60, 105, 0.12);
    }

    .tab-qimmo .nav-link {
      border: 0;
      color: #143c69;
      background: transparent;
      padding: 1rem 1.25rem;
    }

    .tab-qimmo .nav-link.active {
      color: #fff;
      background-color: #143c69;
      border-radius: 0.75rem;
    }

    .section-title {
      color: #143c69;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .featured-card,
    .zone-card,
    .why-box {
      border: 0;
      overflow: hidden;
      border-radius: 1rem;
      box-shadow: 0 0.75rem 2rem rgba(15, 47, 82, 0.08);
    }

    .featured-badge {
      background-color: rgba(20, 60, 105, 0.92);
    }

    .zone-card .card-img-overlay {
      background: linear-gradient(180deg, rgba(10, 18, 32, 0.05) 15%, rgba(10, 18, 32, 0.7) 100%);
    }

    .agent-photo {
      width: 100%;
      height: 100%;
      min-height: 420px;
      object-fit: cover;
    }

    .contact-wrapper {
      border-radius: 1.25rem;
      overflow: hidden;
      box-shadow: 0 1rem 3rem rgba(20, 60, 105, 0.08);
    }

    .footer-link {
      color: rgba(255,255,255,0.85);
      text-decoration: none;
    }

    .footer-link:hover {
      color: #fff;
    }

    @media (max-width: 991.98px) {
      .hero-video {
        min-height: 56vh;
      }

      .search-panel-wrap {
        margin-top: -40px;
      }

      .search-panel {
        max-width: 100% !important;
      }

      .agent-photo {
        min-height: 280px;
      }
    }

    /* =====================================================
PAGE ANNONCE
===================================================== */

.annonce-gallery-main {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 1rem;
  background: #f3f4f6;
}

.thumb-btn {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
}

.annonce-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.75rem;
  border: 2px solid transparent;
  transition: 0.2s ease;
  background: #f3f4f6;
}

.thumb-btn.active .annonce-thumb,
.thumb-btn:hover .annonce-thumb {
  border-color: #143c69;
}

/* blocs infos */

.info-card,
.contact-card,
.bloc-card {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(20, 60, 105, 0.06);
  background: #fff;
}

.no-underline {
  text-decoration: none;
}

.small-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  font-weight: 700;
}

/* prix */

.price-highlight {
  font-size: 1.1rem;
  font-weight: 500;
  color: #143c69;
}

/* contact */

.contact-photo {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
  background: #e5e7eb;
}

/* carte */

.map-placeholder {
  min-height: 320px;
  border-radius: 1rem;
  background: #eef2f7;
  border: 1px solid #dbe3ec;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #143c69;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem;
}

#annonce-map {
  height: 360px;
  width: 100%;
  border-radius: 1rem;
}



/* énergie */

.energy-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 1rem;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 1rem;
}

/* responsive */

@media (max-width: 991.98px) {

  .contact-photo {
    width: 72px;
    height: 72px;
  }

  .map-placeholder {
    min-height: 260px;
  }

}

/*Tableau Surface */

/* Tableau Surface */

.tableau_lot {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 15px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tableau_lot td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.tableau_lot tr:last-child td {
    border-bottom: none;
}

.titre-lot {
    background-color: #143c69;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.texte-lot {
    color: #374151;
    font-weight: 500;
}

.tableau_lot tr:hover {
    background-color: #f9fafb;
}
.anchor-offset {
  position: relative;
  top: -140px;
  visibility: hidden;
  height: 0;
}
