.artiste-liste {
    font-family: "suisse-regular";
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
}

.artiste-liste .artiste-bpm {
    width: 100%;
    margin-bottom: 3rem;
}

@media screen and (min-width: 900px) {
.artiste-liste .artiste-bpm {
        width: 45%;
    }
}

.artiste-liste .bpm-date {
    text-transform: uppercase;
    font-family: "suisse-medium";
    margin-top: 1rem;
    font-size: 1.2rem;
}

.artiste-liste .bpm-lieu {
    margin-top: 0;
    font-size: 1.2rem;
}

.artiste-liste .bpm-titre {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

.artiste-liste .bpm-categorie {
font-size: 1.2rem;
}

.artiste-liste .bpm-texte {
    margin-top: 1rem;
    font-size: 1.1rem;
    padding-left: 0;
}

.artiste-liste .bpm-format {
    margin-top: 2rem;
}

.artiste-liste .bpm-lien {
    color: black;
}

.artiste-bpm img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    padding: 1rem;
    border: 1px  #efefef solid;
}