#accueil{
    mask-image: none;
    background: url("/img/bg_spawn_night.jpg");
    height: 70svh;
}

/*Mobiles Larges*/
@media screen and (width <= 768px) {

    #accueil {
        height: calc(100svh - 67px);
        background: url('/img/accueil_background2.jpg')
    }

    .bm_accueil_p{
        display: none;
    }
}
