footer {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 64px;
    margin-top: 75px;
    padding-top: 50px;
    padding-bottom: 20px;
    border-top: #587099 1px solid;
}

footer > a {
    height: 92px;
    width: 100px;

    img {
        height: 100%;
        width: 100%;
    }
}

.liste-footer ul {
    display: flex;
    list-style-type: none;
    gap: 48px;
    text-align: center;
    li a {
        text-decoration: none;
        color: #101116;
        font-family: Heebo, sans-serif;
        font-weight: 300;
        font-size: 14px;
        transition: color 0.3s ease;
    }
}

.liste-footer ul li a:hover{
    color: #587099;
    text-decoration: underline;
}

.texte-footer {
    color: #101116;
    font-family: Heebo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    span {
        font-weight: 500;
    }
}

.icone-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    img {
        width: 24px;
        height: 24px;
    }
}