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