.progress {
    position: relative;
    background: none;
    overflow: inherit;
    height: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.progress-bar {
    position: relative;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: width 5s ease;
    -o-transition: width 5s ease;
    transition: width 5s ease;
}

.progress-bar-wrapper {
    position: absolute;
    top: 0;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.progress-bar-state {
    width: 0;
    background-color: #31708F;
}

.progress-vehicle {
    position: absolute;
    width: 10%;
    background: url('/bundles/app/images/import/import_car.svg');
    background-repeat: no-repeat;
    height: 15px;
    top: -2px;
    left: 0;
    margin-left: 1%;

    -webkit-transition: left 4s ease;
    -o-transition: left 4s ease;
    transition: left 4s ease;
}

#progress_bar_percent_nb {
    position: relative;
    bottom: -15px;
    color: #31708F;
    font-size: 14px;
}