/*
Theme Name:  Zante Child
Template:    zante
Author:      Eagle-Themes
Theme URI:   https://eagle-themes.com/themes/zante
Author URI:  https://eagle-themes.com
Description: Zante is a WordPress Theme crafted for your hotel & resort website.
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*------------------BARRE MENU-------------------------*/

header .navbar-header .navbar-brand{
    position:absolute;
    left:50px;
}

header div div a img{
    width:50%;
    height:auto;
}
/*Desactiver le menu burger sur mobile verticale*/
@media screen and (min-width: 200px) and (max-width: 386px){
    .navbar-header button{
        display:none;
    }
}
/*CSS sur le menu mobile vertical*/
@media screen and (min-width: 200px) and (max-width: 980px){
    header .navbar-header .navbar-brand img{
    max-height: 200px!important;
}
/*
    #wprmenu_bar{
        background-color: rgba(201, 201, 201, 0.45);
    }
    #mg-wprm-wrap{
        background-color: rgba(201, 201, 201, 0.45);
    }
*/
}


