/* Media query pour les smartphones */
@media only screen and (max-width: 750px) {
    /* Vos styles CSS pour les smartphones ici */

    .artiste-title{
        width: 95%;
    }

    .super-quote {
        font-size: 1em;
    }

    .artiste-title-wrapper{
        margin-top: 0;
    }

    section{
        width: 95%;
    }

    .card-album{
        max-width: 100%;
    }

    .card-expl{
        flex-direction: column;
        height: 100%;
    }
}