.slider-E-container {
    width: 85%;
    position: relative;
}

.slider-E {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.slide-E, .slide-E-litho02 {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    position: relative;
}

.slide-E.active, .slide-E-litho02.active {
    display: block;
}

.slide-E img, .slide-E iframe, .slide-E video,
.slide-E-litho02  img, .slide-E-litho02  iframe, .slide-E-litho02 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-drag : none;
    -webkit-user-drag: none;
}

.thumbnails-slider-E {
    display: flex;
    justify-content: center;
    margin-top: 21px;
}

.thumbnail-slider-E {
    width: 101px;
    height: 76px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 10px;
}

.thumbnail-slider-E.thumbnail-slider-E-d12 {
    width: 111px;
    height: 86px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 10px;
}

.thumbnail-slider-E.manifesto {
    width: 99px;
    height: 74px;
    background-color: #b9a18d;
    padding: 3px;
}

.thumbnail-slider-E.manifesto:hover {
    transform: scale(1.2);
}

.thumbnail-slider-E.active,
.thumbnail-slider-E:hover {
    filter: drop-shadow(2px 4px 6px #b9a18d);
}

/* Flèches */
.prev-slider-E, .next-slider-E {
    cursor: pointer;
    position: absolute;
    /* top: 40%; */
    top: calc(50% - 101px)!important;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    transition: 0.6s ease;
}

.next-slider-E {
    right: -9%;
    border-radius: 3px 0 0 3px;
}

.prev-slider-E {
    left: -9%;
    border-radius: 3px 0 0 3px;
}

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

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

.soundHide {
    display: none!important;
}

.slider-E-videoPause, .slider-E-gifPause {
    position: unset;
    margin-top: 21px;
    display: flex;
    justify-content: center;
}

.hideVideoPlay {
    display: none;
}

.hiddenVideoPlay {
    margin-top: 68px!important;
}

.thumbnails-slider-E-d11B.hiddenVideoPlay, .thumbnails-slider-E-d9.hiddenVideoPlay {
    margin-top: 50px!important;
}


/* .slider-E-play, .slider-E-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-E-play, .slider-E-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-E-videoPause svg:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .slider-E-container {
        width: 100%;
        margin: 0 36px;
    }

    .thumbnail-slider-E, .thumbnail-slider-E.manifesto {
        width: 130px;
        height: 90px;
    }

    .next-slider-E {
        right: -7%;
    }
    
    .prev-slider-E {
        left: -7%;
    }

    .slider-E-play, .slider-E-pause {
        height: 65px;
        width: 65px;
        font-size: 32px;
        padding-bottom: 3px;
    }

    .hiddenVideoPlay {
        margin-top: 108px!important;
    }
}

@media screen and (max-width: 719px) {
    .slide-E, .slide-E-litho02 {
        /* max-width: 853px; */
        max-height: 478px;
        width: 100%;
        height: 100%;
    }

    .slide-E.iframe, .slide-E-litho02.iframe {
        width: 853px;
        height: 478px;
    }

    .slide-E.manifesto, .slide-E-litho02.manifesto {
        width: 819px;
        height: 543px;
    }
}

@media (min-width: 720px) and (max-width: 768px) {
    .slide-E, .slide-E-litho02 {
        /* max-width: 858px; */
        max-height: 481px;
        width: 100%;
        height: 100%;
    }

    .slide-E.iframe, .slide-E-litho02.iframe {
        width: 858px;
        height: 481px;
    }

    .slide-E.manifesto, .slide-E-litho02.manifesto {
        width: 819px;
        height: 543px;
    }
}

@media (min-width: 769px) and (max-width: 850px) {
    .slide-E, .slide-E-litho02 {
        max-width: 790px;
        max-height: 443px;
        width: 100%;
        height: 100%;
    }

    .slide-E.iframe, .slide-E-litho02.iframe {
        width: 790px;
        height: 443px;
    }

    .slide-E.manifesto, .slide-E-litho02.manifesto {
        width: 758px;
        height: 508px;
    }
}

@media (min-width: 851px) and (max-width: 1129px) {
    .slide-E, .slide-E-litho02 {
        max-width: 790px;
        max-height: 443px;
        width: 100%;
        height: 100%;
    }

    .slide-E.iframe, .slide-E-litho02.iframe {
        width: 790px;
        height: 443px;
    }

    .slide-E.manifesto, .slide-E-litho02.manifesto {
        width: 758px;
        height: 508px;
    }
}

@media (min-width: 1130px) and (max-width: 1439px) {
    .slide-E, .slide-E-litho02 {
        /* max-width: 873px; */
        max-height: 490px;
        width: 100%;
        height: 100%;
    }

    .slide-E-drawing01 {
        max-width: 935px!important;
        max-height: 572px!important;
    }

    .slide-E.iframe, .slide-E-litho02.iframe {
        width: 873px;
        height: 490px;
    }

    .slide-E.manifesto, .slide-E-litho02.manifesto {
        width: 837px;
        height: 553px;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .slide-E, .slide-E-litho02 {
        max-width: 1028px;
        max-height: 577px;
        width: 100%;
        height: 100%;
    }

    .slide-E.iframe, .slide-E-litho02.iframe {
        width: 1028px;
        height: 577px;
    }

    .slide-E.manifesto, .slide-E-litho02.manifesto {
        width: 985px;
        height: 636px;
    }
}

@media (min-width: 1920px) {
    .slide-E, .slide-E-litho02 {
        max-width: 1273px;
        max-height: 714px;
        width: 100%;
        height: 100%;
    }

    .slide-E.iframe, .slide-E-litho02.iframe {
        width: 1273px;
        height: 714px;
    }

    .slide-E.manifesto, .slide-E-litho02.manifesto {
        width: 1219px;
        height: 767px;
    }
}