.titre {
    color: #990000;
    text-align: center;
}

@media (max-width: 500px) {
    .cards {
        text-align: center;
    }

    .titre {
        font-size: 2rem;
    }
}

.photo-personne {
    border-color: #990000;
    border-style: solid;
    border-width: 3px;

    height: 150px;
    width: auto;
}

.text-fonction {
    font-size: 1.1rem;
}