#content.content_connexion {display: flex;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;}

#footer {
    background-color: #353534;
    color: white;
    padding-bottom: 20px;
    padding-top: 20px;
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
}

.homepage #footer {position:absolute;}
#footer #mentions_legales {
    text-align: center;
    font-size: 16px;
}

#footer #mentions_legales a {
    color: white;
    text-decoration: underline;
}