.carousel-item img {
  max-height: 500px;
  object-fit: cover;
}
.banner img {
  width: 100%;
  height: 70vh;       /* hauteur fixe */
  object-fit: cover;  /* recadre sans déformer */
  display: block;
}

.banner {
  margin-bottom: 30px; /* espace sous la banner */
}

#salonCarousel {
  border-top: 3px solid goldenrod;
  margin-top: 20px; /* petit espace */
}
