/* CSS par défaut des swiper*/

/* Thumbnail */
.mySwiperTopThumbnail {
    height: 80%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mySwiperTopThumbnail .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.mySwiperTopThumbnail .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Carousel */
.mySwiperCarousel, .mySwiperCarouselv2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mySwiperCarousel .swiper-slide, .mySwiperCarouselv2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;

    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
