
body {
  cursor: url('https://media.cdnws.com/_i/387903/RAW-244/2392/46/design-sans-titre-42.png') 16 16, auto;
}


html, body {
    width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .your-banner-class {
        background-size: cover !important;
        background-position: center center !important;
        height: 30vh !important; /* Ajuste selon ton besoin */
        min-height: 200px; /* Pour éviter qu’elle soit trop petite */
    }
}


@media (max-width: 768px) {
    body:not(:has(a[href="/acheter-fleurs-thca.html"])) header img {
        height: auto !important;
    }

    body:has(a[href="/acheter-fleurs-thca.html"]) header img {
        height: 50px !important;
        width: auto !important;
        object-fit: contain !important;
    }
}











