#div1006 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
    transform: translateY(-200px);
    margin: 50px 0;
}

#fleur5 {
    max-width: 450px;
}

#section6 h2 {
    font-size: 45px;
}

#section6 h3 {
    font-size: 25px;
}

#section6 p {
    font-size: 20px;
    font-style: italic;
}

#section6 a {
    background-color: #90ae74;
    padding: 10px 10px;
    text-decoration: none;
    color: black;
    font-family: gladiola, serif;
    font-size: 20px;
    border-radius: 25px; 
}

.backgroundservices {
    background-image: url(./Logo/Les\ services.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jessica9 {
    max-width: 230px;
}

#div11 {
    display: flex;
    flex-direction: row;
    transform: translateY(-300px);
    gap: 20px;
}

#div12 {
    display: flex;
    flex-direction: column;
    width: 290px;
    gap: 0;
}

#div12 h3 {
    margin-bottom: 5px;
}

#div12 p {
    margin-top: 0;
}

#div13 {
    transform: translateY(-230px);
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

#accompagnement-postnatal {
    max-width: 230px;
    border-radius: 50%;
}

#div14 {
    display: flex;
    flex-direction: column;
    width: 300px;
}

#div14 p {
    margin-top: 0;
}

#div13 a {
    background-color: #d38c8a;
}

#accompagnement-parental {
    max-width: 230px;
}

#div15 {
    display: flex;
    flex-direction: row;
    transform: translateY(-150px);
    gap: 20px;
}

#div16 {
    display: flex;
    flex-direction: column;
    width: 350px;
}

#div16 p {
    margin-top: 0;
}

#div17 {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    transform: translateY(-80px);
}

#div18 p {
    width: 300px;
}

#div17 a {
    background-color: #d38c8a;
}

#div19 {
    gap: 20px;
}

#div19 p {
    width: 300px;
}

#div20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

#div20 h3 {
    margin: 0;
}

.mouvbas {
    transform: translateY(100px);
}