@media screen and (min-width: 992px){
    .entree{
        display: none;
    }
    body{
        height: 100vh;
    }
}