#menu,
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu_div.is_admin #menu {
    padding-left: 0 !important;
    box-shadow: none !important;
    margin: 0 20px !important;
}

#menu_div.is_admin {
    display: flex;
    justify-content: space-between;
    background-color: #e15b26;
    -webkit-box-shadow: 0px 8px 8px 0px #656565;
    -o-box-shadow: 0px 8px 8px 0px #656565;
    box-shadow: 0px 8px 8px 0px #656565;
}

#menu {
    /*width: calc(100% - ((100% - 1000px) / 2));*/
    width: auto;
    padding-left: calc((100% - 1000px) / 2);
    background-color: #e15b26;

    -moz-box-shadow: 0px 8px 8px 0px #656565;
    -webkit-box-shadow: 0px 8px 8px 0px #656565;
    -o-box-shadow: 0px 8px 8px 0px #656565;
    box-shadow: 0px 8px 8px 0px #656565;
}

#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom: 1;
}

#menu li {
    float: left;
    position: relative;
    font-family: abeatbykai;
    font-size: 12px;
}

#menu a {
    float: left;
    padding: 16px 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#menu li:hover>a {
    color: yellow;
}

*html #menu li a:hover {
    /* IE6 only */
    color: yellow;
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0;
    /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 9999;
    background: #fff;
    /*background: linear-gradient(#444, #111);*/
    border: 1px solid #d3d6dd;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

#menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0;
    /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0;
    /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #d3d6dd;
}

#menu .actif {
    color: yellow;
}

#menu ul li:last-child {
    box-shadow: none;
}

#menu ul a {
    padding: 10px;
    width: 130px;
    _height: 10px;
    /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}


#menu ul li:first-child>a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child>a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #d3d6dd;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul ul li:first-child a:hover:after {
    border-bottom-color: transparent;
}

#menu ul li:last-child>a {
    border-radius: 0 0 3px 3px;
}

#menu .sous_menu a {
    color: #7b7c7f;
}

#menu a:hover {
    color: green;
}

#menu .menu_deroulant {
    background-image: url('../images/triangle_blanc.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 10px;
}

#title_trecobat {
    font-size: 25px;
    color: #fff;
    font-family: "abeatbykai";
    letter-spacing: 5px;
    margin-top: 7px;
}

#menu .sous_menu {
    width: 240px;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#menu .sous_menu li {
    width: 100%;
}

/*#search-menu {*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: .375rem .75rem;*/
/*    font-size: 1rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    color: #212529;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    border-radius: .25rem;*/
/*    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
/*}*/


#search-menu-div {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

#search-menu {
    width: 100% !important;
    height: 30px !important;
    padding-right: 25px;
}

#search-menu-loupe {
    position: absolute !important;
    right: 5px !important;
    top: 17px !important;
}