.btn-active {
    background-color: #6c757d; /* Gris foncé */
    color: white;
  }
  .btn-inactive {
    background-color: #d6d8db; /* Gris clair */
    color: black;
  }

  .bien-carousel {
    min-height: 250px; /* Ajuste la hauteur selon tes besoins */
    background-color: #f8f9fa; /* Gris clair pour éviter un trou vide */
    display: flex;
    align-items: center;
    justify-content: center;
}

.bien-carousel img {
    max-height: 250px;
    object-fit: cover; /* Évite que l'image ne se déforme */
}



body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;    
}

#info-mandataire {
  font-size: 30px;
}

section h3 {
  font-size: 33px;
}

section p {
  font-size: 26px;
}
