.reves-page-main{
    color: var(--blue);
}

.artists-cards{
    display: flex;
    justify-content: center;    
    align-items: center;
    width: 100%;
}

.poster-reves{
    width: 90% !important;
}

.artists-cards>a{
    width: 15%;
    margin: 5px;
}

.artists-cards>a>img{
    width: 100%;
}

.artists-cards img:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.artists-cards img:not(:hover) {
    transform: scale(1);
    transition: 0.3s;
}

.videos-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.videos-container>video{
    width: 50%;
}

.environnement>.container-photo{
    width: 100%;
}

.environnement>img{
    width: 100%;
}

.poster-video{
    width: 90% !important;
}

/*RESPONSIVE*/
@media screen and (max-width: 1024px){

}

@media screen and (max-width: 900px){
    
}

@media screen and (max-width: 768px){
    .videos-container>video{
        width: 100%;
    }
}

@media screen and (max-width: 500px){

}

