/**
 * @wordpress-theme
 * Theme Name:   PokaTheme
 * Theme URI:    https://pokatheme.com
 * Description:  PokaTheme
 * Author:       PokaTheme
 * Author URI:   https://pokatheme.com
 * Version:      2.5.22
 * Tags:         blog, custom-logo, custom-menu, featured-images, flexible-header, theme-options
 * Text Domain:  poka
 **/
#nav > ul > li.menu-item-has-children:hover,
#nav > ul > li.menu-item-has-children:hover ul li {
    background-color: #192953 !important;
}

/* --- Cas 2 : quand on survole un élément du sous-menu --- */
#nav ul li ul li:hover {
    background-color: #000000 !important;
}

/* --- Pour garder le texte visible --- */
#nav ul li ul li a span {
    color: #ffffff !important;
}
