body {
    background: url("../img/walpappers/2.JPG") no-repeat fixed;
    background-size: cover;
    width: 100%;
    background-position: center;
}



/* style des titres H3 de la page ART !  */
h3 {
    padding-left: 0px !important;
}
/* style liés au slider :  */
#slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

#image-container, #image-container0, #image-container1, #image-container2, #image-container3, #image-container4 {
    width: 100%;
    max-width: 100%;
    height: 550px;
    max-height: 550px;
    overflow: hidden;
    border: 2px solid #057aff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px #057aff52;
}

#image-container img, #image-container0 img, #image-container1 img, #image-container2 img, #image-container3 img, #image-container4 img {
    width: 100%;
    height: auto;
    display: none;
    height: 550px;
    max-height: 550px;
    object-fit: cover;
    opacity: 0;
    transition: 0.3s;
}


/* PEUT etre rajouter a l'avenir un conteneur d'element vidéo dans la section art ? comme les courtes videos 3D  */
#image-container video,
#image-container1 video,
#image-container2 video,
#image-container3 video,
#image-container4 video {
    /* width: 100%; */
    /* height: auto;
    display: none;
    height: 500px;
    max-height: 500px;
    object-fit: cover;
    opacity: 0;
    transition: 0.3s; */
}


#image-container img.active, #image-container0 img.active, #image-container1 img.active, #image-container2 img.active, #image-container3 img.active, #image-container4 img.active {
    display: block;
    opacity: 1;
    transition: 0.3s;
}


button.slider-button {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    background-color: #057aff;
    color: white;
    border: none;
    border-radius: 5px;
    transition: 0.1s;

    
}

button.slider-button:hover {
    box-shadow: 0px 0px 15px 0px #057aff52;
    transition: 0.3s;
    scale: 105%;
}

button.slider-button:active {
    color: aqua;
    box-shadow: 0px 0px 15px 0px #057affb0;

}



#prev, #prev0, #prev1, #prev2, #prev3, #prev4 {
    margin-right: 10px;
}

#next, #next0, #next1, #next2, #next3, #next4 {
    margin-left: 10px;
}









.art-description {
    /* margin-left: 25px; */
    color: white;
    text-align: center;
}




@media (min-width: 900px) {
    .mobile-users-warning {
        display: none;
    }
}

@media (max-width: 900px) {




    .art-description {
        margin-left: 0px;
        padding-left: 0px;
        color: white;
        text-align: center;
    }


    .mobile-users-warning {
        display: block;
    }
}
