/* =========================================================
   PIED DE PAGE LÉGAL
   ========================================================= */

.site-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 8px 16px;

    width: 100%;

    padding: 16px 20px 20px;

    color: rgba(255, 255, 255, 0.58);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 0.78rem;
    line-height: 1.4;

    text-align: center;
}

.site-footer nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 8px 14px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.78);

    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #ffd65c;

    text-decoration: underline;
    text-underline-offset: 3px;
}
