#bandeau_menu {
    position: relative;
    z-index: 1;
}

#bandeau_menu .bandeau {
    background: #000;
    color: #fff;
    font-family: "asap_bold";
}

#bandeau_menu .bandeau .table {
    height: 30px;
}

#bandeau_menu .bandeau a {
    color: #fff;
}

#bandeau_menu .bandeau .cell {
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

#bandeau_menu .nom_client {
    font-family: "asap";
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}

#bandeau_menu .bandeau .cell.no_padding {
    padding: 0;
}

#bandeau_menu .bandeau .separateur_menu {
    background: #fff none repeat scroll 0 0;
    height: 15px;
    width: 1px;
}

#bandeau_menu .bandeau .accueil {
    font-size: 1.4em;
}

#bandeau_menu .bandeau .numero {
    background: #96be1f none repeat scroll 0 0;
    font-size: 1.16667em;
}

#bandeau_menu .hide_mobile.bandeau .accueil {
    padding-left: 0;
}

#bandeau_menu .hide_mobile.bandeau .fa-phone {
    margin-right: 2px;
}

#bandeau_menu .menu_mon_compte {
    background-color: #00a4bf;
}

#bandeau_menu .menu_mon_compte:hover {
    text-decoration: none;
    background: #02b2cf;
}

#bandeau_menu .bandeau .content .col-6:nth-child(2) {
    padding: 0;
}

@media screen and (max-width: 480px) {

    #bandeau_menu > .row > .content {
        box-sizing: border-box;
        width: 100%;
    }
}
