#nous, #nos-centres, #nos-soins {
    height: auto;
}

.centres-contenair {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
  
.centres-contenair div {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#join-us, #nous {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fit-img {
    width: auto;
    height: 200px;
}

.services-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Crée une grille avec trois colonnes de taille égale */
    gap: 20px; /* Espace entre les carrés */
    justify-items: center;
}

.organisation-presentation {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

/* Bulles verticales */
.engagement-presentation div, .centre-presentation {
    flex-direction: column;
    align-items: center;
}

.engagement-presentation img {
    width: 90%;
    max-width: none;
}

.centre-presentation div {
    max-width: 90%;
    height: auto;
}

.centre-presentation .img-centre-vertical-moulins {
    max-width: 90%;
    height: 50vh;
}

.centre-presentation .img-centre-vertical-vl {
    max-width: 90%;
    height: 50vh;
}

#temoignages-moulins {
    grid-template-columns: repeat(1, 1fr);
}

#temoignages-moulins div div {
    height: auto;
}

.centre-vertical {
    height: 300px;
}

.cartes-contenair {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.cartes-contenair div {
    width: 95%;
}

.cartes-contenair iframe {
    width: 100%;
}

.soin-detail {
    width: 100%;
}

.icon-soin-title img {
    width: 50px;
    height: 50px;
}

.icon-soin-title h2 {
    font-size: 22px;
}

.old-new-container {
    flex-direction: column;
}