/*
Theme Name: Ecohorbor Child
Description: Child Theme for Ecohorbor Theme
Author: zozothemes
Version: 1.0
Template: ecohorbor
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */


.mouse-pointer {
    background-image: url("img/Dos.png");
    width: 30px;
    height: 30px;
    position: fixed; /* ← important : fixed, pas absolute */
    top: 40px;
    left: 30px;
    display: block;
    background-size: cover;
    pointer-events: none;
    z-index: 9999;
    will-change: transform;
}


ul.nav.wp-menu > li{
    padding: 0 10px;
}

ul.nav.wp-menu > li > a, .header-navbar.navbar .wp-menu li > ul.sub-menu li a {
    font-size: 13px;}