.sidebarNav{
    outline:0 solid;
    width:15%;
    transition:.3s;
    position:fixed;
    left:0;
    top:185px;
    /*background-color:rgba(25,103,210,.07);*/
    opacity:0;
    z-index: 1;
    border-radius:0 7px 7px 0;
    overflow:hidden;
    border-bottom: 1px solid whitesmoke;
}

.sidebarNavIn{
    right:0;
    margin-right:0;
    opacity:1;
}

.sidebarNavItem{
    width:100%;
    height:55px;
    outline:0;
    border-bottom:1px solid whitesmoke;
    display:flex;
    align-items: center;
    padding: 15px;
    transition:.3s;
    font-size:12px;
    line-height: 14px;
    color:#909090;
    font-family:roboto, arial, sans-serif;
    font-weight:600;
    text-align: right;
    justify-content: end;
}

/* .sidebarNavItem:hover{
    outline:0;
    background-image:linear-gradient(155deg, #ef6c00 25%, orange 75%);
    background-color:#ef6c00;
    transform:scale(1, 1);
}*/

.sidebarNav a:hover{
    text-decoration:none;
}

.sidebarNavItem::before{
    position: absolute;
    right: 0;
    border-radius: 4px;
    height: 4px;
    width: 4px;
    background: #c9c9c9;
    content: "";
}

@media screen and (max-width: 1200px) {
    .sidebarNav{
        display: none;
    }
}

/*Historique des actions candidatures*/

.timeline {
     list-style: none;
 }
.timeline > li {
    margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
    .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    .timeline-date {
        width: 110px;
        float: left;
        margin-top: 20px;
    }
    .timeline-content {
        width: 75%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding-left: 30px;
    }
    .timeline-content > h3 {
        font-size: 14px;
    }
    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #6fc173;
        position: absolute;
        left: 106px;
        top: 24px;
        border-radius: 100%;
    }
}
