#section1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#div2000 {
    display: flex;
    flex-direction: column;
}

#div2001 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#section1 h1 {
    font-size: 50px;
    text-align: center;
}

#logo1 {
    width: 500px;
    height: 300px;
    transform: translateX(-100px) translateY(10px);
}

#fleur1 {
    width: 350px;
    transform: translateY(230px) translateX(-150px);
    z-index: -10;
}

#femmeenceinte {
    width: 150px;
    height: 300px;
    transform: translateY(50px);
}

#section1 p {
    background-color: #d38c8a;
    font-family: gladiola, sans-serif;
    font-size: 35px;
    border-radius: 50px;
}

#textepays {
    width: 400px;
    margin: 0 auto;
}