/* Overlay plein écran */
/* .global-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-loader .spinner-border {
    width: 3rem;
    height: 3rem;
} */
