/*
 Theme Name:   Assistel
 Theme URI:    http://assistel.com/
 Author:       Bang Marketing
 Template:     assistel
 Version:      1.0.0
*/


header #header-wrapper #menu_wrapper #main_nav ul.menu li.menu-item-has-children>button {
    all: unset !important;
}

header #header-wrapper #menu_wrapper #main_nav ul.menu li.menu-item-has-children>button:after {
    content: '\33' !important;
    font-family: "ETmodules" !important;
    color: #31bbac !important;
    font-weight: bold !important;
    font-size: 30px !important;
    vertical-align: sub !important;
    cursor: pointer;
}

          header #header-wrapper #menu_wrapper #main_nav ul.menu li:hover ul.sub-menu {
            display: none !important; }

#btnRetourHaut {
    display: none; 
    position: fixed !important; 
    bottom: 20px !important;  
    right: 30px !important;
    z-index: 9999 !important; 
    border: none;
    outline: none;
    background-color: #113852;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btnRetourHaut img {
    width: 30px; 
    height: 30px;
}

#btnRetourHaut:hover {
    background-color: #113852;
}

@media (max-width: 600px) {
    #btnRetourHaut {
        width: 45px;
        height: 45px;
        right: 15px;
        bottom: 15px;
    }
    
    #btnRetourHaut img {
        width: 25px;
        height: 25px;
    }
}