.carousel-container-A {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #e9e9e9;
}

.carousel-container-A.extend {
    background-color: #FFF;
}

.carousel-A {
    display: flex;
    flex-direction: row-reverse;
    width: auto;
    transition: transform 0.5s ease-in-out;
    position: relative;
}

.slide-A {
    height: 650px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

/* .slide-A-etherals {
    height: 550px!important;
} */

.slide-A-etherals {
    height: 806px!important;
}

.slide-A.slide-A-drawings {
    height: 750px!important;
}

.slide-A.slide-A-lithography {
    height: 850px!important;
}

@media (min-width:1440px) and (max-width:1919px) {
    .slide-A-exhibition {
        height: 605px!important;
    }

    .slide-A-etherals {
        height: 650px!important;
    }
}

@media (min-width:1130px) and (max-width:1439px) {
    .slide-A-exhibition {
        height: 507px!important;
    }

    .slide-A-etherals {
        height: 545px!important;
    }
}

@media (min-width:760px) and (max-width:1129px) {
    .slide-A-exhibition {
        height: 456px!important;
    }

    .slide-A-etherals {
        height: 490px!important;
    }
}

@media screen and (max-width:759px) {
    .slide-A-exhibition {
        height: 349px!important;
    }

    .slide-A-etherals {
        height: 475px!important;
    }
}

.slide-A a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
}

.slide-A img, .slide-A video {
    object-fit: cover; 
    width: 100%;
    height: 100%;
    vertical-align: middle;
    pointer-events: none;
    user-select: none;
}

/* Flèches de navigation */
.prev-A, .next-A {
    cursor: pointer;
    position: absolute;
    user-select: none;
}

.prev-A {
    left: 0;
}

.next-A {
    right: 0;
}

/* Play/Pause vidéo */
.slider-A-videoPause {
    position: unset;
    margin-top: 21px;
    display: flex;
    justify-content: center;
}

.slider-A-play, .slider-A-pause {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 50%;
    border: 1px solid #555;
    height: 26px;
    width: 26px;
    background-color: #FFF;
    color: #555;
    margin: 0 5px;
}

.slider-A-videoSound {
    position: absolute;
    /* width: 25px;
    height: 25px; */
    bottom: 10px;
    right: 10px;
    padding: 5px;
    user-select: none;
}

.slider-A-videoSound:hover {
    cursor: pointer;
}

.soundHide {
    display: none;
}

/* Légendes sous les images */
.caption-container-A {
    text-align: center;
    padding: 20px;
}

.caption-A {
    display: none;
    font-size: 16px;
    padding: 8px 0;
}

/* Points de navigation */
.dots-container-A {
    text-align: center;
    padding-top: 20px;
}

.dot-A {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 12px;
    background-color: transparent;
    border: 1px solid #2a2a2a77;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot-A.active, .dot:hover {
    background-color: #b2b0b077;
}

.show {
    display: block;
}

.d15cate-selectBtn {
    display: none;
}


/* Test */
.slider-A-videoSound, .slider-A-videoPause {
    /* position: relative !important; */
    z-index: 9999 !important;
    pointer-events: auto !important;
}