.PresidentSection {
    text-align: center;
    margin-bottom: 30px;
}
.photo-nous {
    border-radius: 10px;
    max-width: 250px;
    max-height: 250px;
}
.Fondatrices{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3%;
    margin-bottom: 10px;
}
.Fondatrices-description{
    max-width: 300px;
    margin-top: 10px;
}
.Fondatrices-description-téléphone
{
    display: none;
}
@media screen and (max-width: 768px) {
    .Fondatrices-description{
        display: none;
    }
    .Fondatrices-description-téléphone
    {
        display: block;
        text-align: center;
    }
    .photo-nous 
    {
        height: auto;
        width: auto;
    }
}
@media screen and (max-width: 420px) {
    .photo-nous 
    {
        max-height: 200px;
    }
}