body > footer {
    font-size: var(--wp--preset--font-size--small);
}

body > footer ul {
    padding: 0;
}

body > footer li {
    list-style: none;
    margin-bottom: 0.5em;
}

body > footer a {
    text-decoration: none;
}
body > footer .menu-menu-principal-container a:hover,
body > footer .menu-menu-legal-container a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

body > footer .menu-menu-principal-container {
    font-weight: bold;
}

footer .menu-reseaux-sociaux-container li .nav-link {
    width: 37px;
    height: 37px;
    font-size: 1.375rem;
}

body > footer .audit-link a {
    position: relative;
    border: 1px solid white !important;
    transform: translateY(-50%);
}