/* Fond pixel ruelle — pages déconnectées */
body.has-guest-layout,
body.guest-disconnected-bg {
    background-image: url('../texture/lobby-pixel-alley.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}
