#main-page-content {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.centres-ac {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.centre {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 20px; */
    align-items: center;
}

.description-centre {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* gap: 20px; */
    width: 55%;
}

a.contact {
    text-decoration: none;
    font-style: italic;
    color:navy;
}

.photo-centre {
    width: 200px;
    height: 150px;
    border-radius: 50%;
}