/*
 * Styles complémentaires Marktech.
 * L'ancien fichier Inawo (hacks mobile avec !important sur .uc-logo,
 * .uc-navbar, h1, .section-outer…) cassait le header : il a été purgé.
 */

/* Image de fond du hero (plein cadre derrière le contenu) */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border: 0;
}

/* Bannière top masquée sur mobile */
@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}
