/* Target the Configurateur menu item by its href attribute */
li.menu-item a[href*="configurateur"] {
    transition: all 0.3s ease !important;
    display: inline-block;
}

li.menu-item a[href*="configurateur"]:hover {
    transform: scale(1.1);
    color: var(--e-global-color-accent, #0073aa) !important;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
