/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

/* Supprimer flêche menu
.menu-item-parent-toggle {
display:none!important;
}
*/

/* Conserver menu déployé
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu {
display:block!important;
}
*/

/* Modifier titres et sous-titres du menu sur mobile
@media only screen and (max-width: 766px) {
.titre-menu {
 color: #d20a11!important;
}
.sous-titre-menu {
 margin: -5px 0px 0px 20px!important;
}
}
*/

/* Couleur menu au survol
#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger) #primary-menu.no-responsive > li:hover > a {
    color: #a99382!important;
#primary-menu.no-responsive > li.menu-item-current > a {
    color: #a99382!important;
}
}
*/