.subnav-toggle {
    float:right;
    cursor: pointer;
    font-size: 1.7em;
    padding-top: 5px;
    color: #565657;
}

.danavigation-left li {
    position: relative;
    list-style: none;
}

.da-navigation-left ul {
    padding-left: 0;
}

.danavigation-left li :hover {
    opacity: 0.7;
}

.danavigation-left li a {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    color: #333;
    display: block;
    font-size: 1.1em;
    padding: 4px;
    font-weight: bold;
    line-height: 1.6em;
    margin-left: 4px;
}

.danavigation-left li li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free", "FontAwesome";
    line-height: 29px;
    padding-right: 8px;
}

.danavigation-left li li a {
    color: #777777;
    font-weight: normal;
    /*padding-left: 1em;*/
    font-size: .95em;
}


.background_sidebar{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 9;
    margin: -122px 0px 0px -16px;
}

.sidebar_scroll{
    background: #fff;
    color: white;
    position: absolute;
    left: 0px;
    top: 34px;
    width: 200px;
    height: 326px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0 0 15px 0 !important;
}

/*SIDEBAR RESPONSIVE*/

.position_boutton {
    position: fixed;
    left: -62px;
    z-index: 10;
    transition: 0.5s;
    top: 275px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.boutton_illustration_sidebar_plus{
    background-image: url("http://cftc.test/themes/cftc/img/picto/cftc_plus.svg");
    height: 140px;
    width: 140px;
    background-position: center ;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 3;
}

.boutton_illustration_sidebar_moins{
    background-image: url("http://cftc.test/themes/cftc/img/picto/cftc_moins.svg");
    height: 140px;
    width: 140px;
    background-position: center ;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 2;
}

.boutton_sidebar_plus_zindex{
    z-index: 1;
}

.button_selector_move {
    position: fixed;
    left: 137px;
    top: 275px;
    z-index: 10;
    transition: 0.5s;
}

.block_sidebar {
    position: fixed;
    left: -200px;
    top: 160px;
    z-index: 10;
    transition: 0.5s;
    width: 200px;
    border-radius: 0 10px 10px 0;
    background-color: #ffffff;
}

.block_slide_sidebar {
    position: fixed;
    left: 0px !important;
    top:160px;
    z-index: 10;
    transition: 0.5s;
}

.typo_nav_sidebar{
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 15px 0px 0px !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
}
