footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 1.25rem;
    font-family: 'Open Sans';
    margin-top: 1.25rem;
    padding-top: 3rem;
}

footer img {
    height: 4.174rem;
    margin-right: 1.25rem;
}

footer p {
    margin: 0.313rem 0;
    color: #707070;
}

.liens {
    text-decoration: none;
    color: #007BFF;
    margin: 0 0.313rem;
}

#remonter{
    text-decoration: none;
    color: #707070;
}

footer a:hover {
    text-decoration: underline;
}