.menu-h-avec-sous-menus {
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    height: 50px;
    background-color: transparent;
}

.menu-h-avec-sous-menus li {
    position: relative;
}

.menu-h-avec-sous-menus li a {

    display: block;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}

.menu-h-avec-sous-menus li a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.menu-h-avec-sous-menus li a::after {

    content: "\f105";
    font: normal normal normal 18px/1 FontAwesome;
    font-weigth: 700;
    color:  rgb(232, 141, 23);
    padding-left: 10px;

}


.menu-h-avec-sous-menus li a:hover::after {

    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    font-weigth: 700;
    color:  rgb(232, 141, 23);
    padding-left: 10px;

}


.menu-h-avec-sous-menus li ul {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 52px;
    list-style: none;
    background-color: rgb(247,247,247);
    width: 265px;
    left: 0;
    max-height: 0;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    overflow: hidden;
}

.menu-h-avec-sous-menus li ul li {

    min-height:36px;
    border-bottom: 1px solid rgb(220,220,220);
}

.menu-h-avec-sous-menus li ul li a {
    height: auto;
    min-height:35px;
    padding: 5px 10px;
    line-height: 28px;
    width:265px;
    color: rgb(50,50,50);
}

.menu-h-avec-sous-menus li ul li a:hover {
    /*background-color: rgba(240, 24, 23, 0.9);*/
    background-color: rgb(232, 141, 23) !important;
    color: #ffffff;
}

.menu-h-avec-sous-menus li:hover>ul {
    max-height: 400px;
}

.menu-h-avec-sous-menus li:hover>a {
    background-color: transparent;
    color: rgb(50,50,50);
}

ul#agora-menu-secondaire {

    display:block;
    height:32px;
    list-style:none;
    font-family: pt-sans-pro, sans-serif;
    font-size: 13px;
    font-weight: 700;
    background: rgb(245,245,245);
    margin:0;
}

ul#agora-menu-secondaire li a {

    color: #3b3b1f;
    transition: all 0.3s;
}

ul#agora-menu-secondaire li a:hover {

    opacity: 0.7;
    text-decoration:none;

}

ul#agora-menu-secondaire li  {

    display:inline-block;
    float:left;
    padding: 4px 1em;
    border-right: 1px solid rgb(255,255,255);
    margin:0 4px;
}

ul#agora-menu-secondaire li:last-child  {

    border-right: none;

}

ul#agora-menu-secondaire li a::after  {

    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;

}

.ag-bouton-menu-mobile:hover {


    color: #333333 !important;
    border: none !important;


}

