
#account-logo {
    margin: 0 7px 0 0;
}

#login-logo svg, #admin-logo svg {
    fill: #081158;

}

/*#initiale{*/
/*    color: #081158;*/
/*}*/

#initiale div{
    border-color: #081158;
    background: #081158;
}

#menu-logo {
    height: 80px;
    min-height: 60px;
    max-height: 80px;
    transition: 0.5s;
}

#menu-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background: white;
    overflow-y: scroll;
}

#menu-links a {
    padding: 15px 0;
}

#logos{
    background: none;
}

#logos a {
    margin: 0 25px;
}

#hamburger-btn {
    display: block;
}

#presentation, #last-articles, #numbers, #newsletter-section form {
    flex-direction: column;
}

#presentation {
    width: 85%;
    margin: 35px auto 0 auto;
}

#presentation p {
    text-align: justify;
}

#last-articles div {
    width: 80%;
    margin: 15px 20px;
}

#last-articles {
    margin-top: 70px;
}

/*#presentation{*/
/*    flex-direction: column-reverse;*/
/*}*/

#geriatrie-img {
    height: auto;
    width: 100%;
}

#top-section + .wave {
    transform: translateY(50px) scaleY(-1) scaleX(-1);
}

#numbers + .wave {
    transform: translateY(-50px);
    margin-bottom: 30px;
}


.barre:first-child {
    transform: translateY(140px) rotate(-3deg);
}

.barre:last-child {
    transform: translateY(-140px) rotate(-3deg)
}

.last-article-titre {
    font-size: 25px;
}

#numbers div {
    margin: 15px;
}

#newsletter-section div {
    /*padding: 50px 30px !important;*/
    height: 75%;
    padding: 20px;
}

#newsletter-section form button {
    margin: 15px 0 !important;
}

#newsletter-section form button, #newsletter-section form input {
    width: 100% !important;
}

#newsletter-section div h1 {
    font-size: 40px;
}

#bottom-section > h2 {
    font-size: 40px;
    /*padding-top: 150px;*/
}
