.poster-reves{
   width: 800px;
   display: flex;
   align-self: center;
   margin-top: 10%;
}

#app{
    background: fixed no-repeat;
    background-image: url('https://i.imgur.com/Ti6smbq.png');
}

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

.artists-list{
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.artists-list>div{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-around;
    margin: 20px 0;
}

.artists-list>div>a{
    display: flex;
    justify-content: space-around;
    width: 50%;
}

.artists-list>div>a>.container-photo{
    display: flex;
    justify-content: center;
    width: 100%;
}

.container-photo>img{
    width: 50%;
}

/* Deuxième affiche */
.poster-reves{
    width: 800px;
    display: flex;
    align-self: center;
}


/* RESPONSIVE */
@media only screen and (max-width: 1200px){
    #app::before{
        background-image: url("https://i.imgur.com/rULeF5l.png") !important;
    }
}

@media only screen and (max-width: 1024px){
    #app::before{
        background-image: url("https://i.imgur.com/nyeoNNg.png") !important;
    }
}

@media only screen and (max-width: 900px){
    #app::before{
        background-image: url("https://i.imgur.com/mhzVyke.png") !important;
    }
}

@media screen and (max-width: 768px){
    .artists-list>div>a{
        width: 100%;
    }
}

@media only screen and (max-width: 500px){
    #app::before{
        background-image: url("https://i.imgur.com/fhcUleX.png") !important;
    }
}

@media only screen and (max-width: 360px){
    #app::before{
        background-image: url("https://i.imgur.com/eIlLtrP.png") !important;
    }
}

@media only screen and (max-width: 320px){
    #app::before{
        background-image: url("https://i.imgur.com/D1fdixo.png") !important;
    }
}