/* FIX URGENT - Icônes Menu NetworkIT */

/* Reset complet des SVG dans la navigation */
nav svg:not(.logo-svg):not(.liquid-glass-logo svg) {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Flèches dropdown encore plus petites */
nav .group > a svg,
nav a[class*="dropdown"] svg {
    width: 12px !important;
    height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
}

/* Mobile menu button */
nav #mobile-menu-button svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
}

/* Logo exception */
nav .liquid-glass-logo svg,
nav .logo-liquid svg,
nav [class*="logo"] svg {
    width: 210px !important;
    height: 84px !important;
    max-width: 210px !important;
    max-height: 84px !important;
    min-width: 210px !important;
    min-height: 84px !important;
}

/* Reset de tous les autres CSS qui pourraient affecter les SVG */
.liquid-glass-header svg:not(.logo-svg),
.liquid-glass-menu svg:not(.logo-svg),
.networkit-mega-nav svg:not(.logo-svg) {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

/* Forcer l'override de tous les CSS précédents */
nav * svg {
    width: 16px !important;
    height: 16px !important;
}

nav .liquid-glass-logo * svg,
nav .logo-liquid * svg,
nav [class*="logo"] * svg {
    width: 210px !important;
    height: 84px !important;
}

/* Mobile burger menu */
nav button svg {
    width: 24px !important;
    height: 24px !important;
}

/* Espacement body */
body {
    padding-top: 80px !important;
}

/* Assurer la visibilité */
nav {
    z-index: 9999 !important;
}