/* --- Correction du carrousel pour afficher les images entières --- */
.carousel-inner .item img,
.homeslider-container img {
    object-fit: contain !important;
    width: 100%;
    height: auto;
    background-color: #000; /* change par #fff ou transparent si besoin */
}
