#app{
    background-color: var(--black);
    color: var(--white);
}
.reves-page-main{
    color: var(--white);
}

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

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

.artist-card{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-realo{
    width: 300px;
}

/* ARCHIVES */
.archives{
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.archives h1{
    margin-bottom: 10%;
}

.archives-photos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
}

.artist-card>div>a>img{
    height: 80px;
    margin: 0 20px;
}

.artists-list>p>a{
    color: var(--white);
}

.artists-list>p>a:hover{
    text-decoration: underline;
}

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

.remerciements h1, .remerciements p, .credits h1, .credits p, .credits a, footer p, footer a, .date-place p, .navigation-main>a{
    color: var(--white);
}

/* RESPONSIVE */
@media screen and (max-width: 1024px){
    .logo-realo{
        width: 250px !important;
    }
    .artist-card>div>img{
        height: 60px !important;
        margin: 10px 20px !important;
    }
}

@media screen and (max-width: 900px){
    .logo-realo{
        width: 200px !important;
    }
    .artist-typo>a>img{
        height: 50px  !important;
    }
    
}

@media screen and (max-width: 768px){
    .artist-typo{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .artist-typo>a>img{
        height: 40px !important;
    }
}

@media screen and (max-width: 500px){
    .artists-cards img{
        width: 300px !important;
    }
}

