body {
    background-image: url("../img/bandeauVertical.webp");
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
}


@media (min-width: 899px) {

    body {
        background-image: none;
    }
}