/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Hello Elementor Child Theme
 Author:       Georgio
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* ── Bouton Vote dans le header ────────────────────────────────── */
#menu-vote .e-n-menu-title-container {
    background: #E7C141 !important;
    color: #0D345B !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-weight: 700 !important;
    transition: all 0.2s !important;
}

#menu-vote .e-n-menu-title-container:hover {
    background: #ccab32 !important;
    transform: scale(1.05) !important;
}

#menu-vote .e-n-menu-title-text {
    color: #0D345B !important;
}

/* ── Compteur résultats boutique en bleu ───────────────────────── */
.woocommerce .woocommerce-result-count {
    color: #0D345B !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
}

/* ── Étendre zone cliquable de l'item Boutique du menu ──────────── */
.e-n-menu-item .e-n-menu-title-container { cursor: pointer !important;
    position: relative;
}

.e-n-menu-item .e-n-menu-title-container .e-n-menu-dropdown-icon {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    background: transparent !important;
}

.e-n-menu-item .e-n-menu-title-container .e-n-menu-dropdown-icon svg {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

/* Forcer cursor pointer sur tous les éléments du menu */
.e-n-menu-item,
.e-n-menu-item *,
.e-n-menu-title,
.e-n-menu-title *,
.e-n-menu-title-container,
.e-n-menu-title-container *,
.e-n-menu-title-text {
    cursor: pointer !important;
}
