.reves-page-main{
    color: var(--blue);
}
/* ARTISTES */
.artists-list a{
    font-size: 40px;
    margin: 3%;
    text-align: center;
}
.artist-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.artist-media{
    display: flex;
    width: 100%;
}
.artist-media>img, .artist-media>video{
    width: 49%;
}

.artist-names{
    width: 80%;
    display: flex;
    justify-content: space-around;
}

.reves-typos img{
    height: 50px;
}

#lge>a>img{
    height: 40px;
}

/*RESPONSIVE*/

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

}


@media screen and (max-width: 1024px){
    .artists-list a{
        font-size: 30px !important;
    }
}


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

@media screen and (max-width: 768px){
    .hidden-mobile{
        display: none;
    }

    .artist-media img, .artist-media>video{
        width: 100%;
    }

    .reves-typos img{
        height: 20px;
    }
    #lge>a>img{
        height: 15px;
    }
}

@media screen and (max-width: 500px){
    #lge>a>img{
        height: 10px;
    }
}
