/* Logo 1150 ARXION — visibilité header / footer */
.header-logo {
    max-width: none !important;
}

.header-logo a {
    display: inline-block;
    line-height: 0;
}

.header-logo img {
    height: 140px !important;
    width: auto !important;
    max-width: none !important;
    display: block;
    object-fit: contain;
    mix-blend-mode: lighten;
    filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.35));
}

.th-header .menu-area {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.mobile-logo img {
    height: 130px !important;
    width: auto !important;
    max-width: 220px !important;
    object-fit: contain;
    mix-blend-mode: normal;
    filter: drop-shadow(0 0 8px rgba(255, 193, 7, 0.3));
}

.footer-logo img {
    height: 130px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
    mix-blend-mode: lighten;
    filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.35));
}

@media (max-width: 991px) {
    .header-logo img {
        height: 110px !important;
    }
}

@media (max-width: 767px) {
    .header-logo img {
        height: 90px !important;
    }

    .footer-logo img {
        height: 110px !important;
    }
}
