#carouselCoverflow .carousel-inner {
    overflow: visible;
    perspective: 900px;
}

#carouselCoverflow .carousel-item {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

#carouselCoverflow img {
    border-radius: 18px;
}

/* États coverflow */
.coverflow-center {
    z-index: 3;
    transform: scale(1) rotateY(0deg);
}

.coverflow-left {
    z-index: 2;
    opacity: 0.6;
    transform: translateX(-55%) scale(0.75) rotateY(35deg);
}

.coverflow-right {
    z-index: 2;
    opacity: 0.6;
    transform: translateX(55%) scale(0.75) rotateY(-35deg);
}

/* Mobile */
@media (max-width: 768px) {
    .coverflow-left {
        transform: translateX(-40%) scale(0.7) rotateY(25deg);
    }
    .coverflow-right {
        transform: translateX(40%) scale(0.7) rotateY(-25deg);
    }
}

h6.txt-capt {
    color: #fff;
    background-color: #C57;
    font-size: 1.3rem;
    font-family: cursive;
    text-transform: capitalize;
    font-style: italic;
}

.carousel-caption {
    bottom: 0;
    padding-bottom: 0;
    margin-top: 50px;
}

.bi {
    font-size: 1.6rem;
}

.yt {
    margin: 50px auto 50px auto;
}

a.nav-link.active.rose {
    background-color: #C57;
}

.fs-4.titre {
    color: #C57;
}