

/* SIDE BARRE */

#saf-ea-body .col.sidebar {
    background-color: #1a1a1a;
    top: 102px;
    align-self: inherit;
    color: #FFF;
    padding: 20px;
    padding-left: 0;
    width: 220px;
}

#saf-ea-body .col.sidebar:after {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #1a1a1a;
    right: 0;
    top: 0;
    z-index: -1;
}

ul.saf-ea-navigation a {
    color: #FFF;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

ul.saf-ea-navigation a:hover {
    background-color: #222;
}

ul.saf-ea-navigation a.active {
    background-color: #d33132;
}