
/* ===============================
   LIEN D’ACCÈS RAPIDE – RGAA
   =============================== */

.skip-links {
    position: absolute;
    top: 0;
    left: 0;
}

.skip-link {
    position: absolute;
    top: -1000px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 0.75rem 1rem;
    z-index: 10000;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}