/* globals.css — Utilitaires réutilisables */

.u-text-center{ text-align:center; }
.u-mb-0{ margin-bottom:0 !important; }
.u-mb-1{ margin-bottom:.5rem !important; }
.u-mb-2{ margin-bottom:1rem !important; }
.u-mb-3{ margin-bottom:1.5rem !important; }

.user-is-tabbing :focus{ outline: 2px solid var(--amseva-primary); outline-offset: 2px; }

.skip-link{
    position:absolute; left:-9999px; top:auto;
}
.skip-link:focus{
    left:1rem; top:1rem; background:#000; color:#fff; padding:.5rem .75rem; z-index:9999;
}
