.timeline {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.timeline__bloc {
    border-left: 2px solid #FFDD00;
    padding-left: 20px;
    padding-right: 20px;
}

.timeline__bloc--date {
    font-size: 18px;
    font-weight: 800;
}

.timeline__bloc img {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    width: auto !important;
}

.timeline:after {
    content: '';
    background-image: url('../../dist/images/timeline.svg');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 98%;
    position: absolute;
    left: 90%;
}