.your-speed #speed-test-progress-bar{
    width:90%;
    height:0.3em;
    position:relative;
    margin:0 auto;
    margin-top: 10px;
    background-color:#bbbbbb;
}
.your-speed #speed-test-progress{
    height:100%;
    width:0%;
    transition: width 2s;
    background-color:#D20019;
}
.your-speed .disable-speed-start-button {
    pointer-events: none;
    background: black;
}
.your-speed .speed-tarif-name{
    font-weight: 600;
    font-size: 19px;
}
.your-speed .speed-warning-old-tarif{
    font-weight: 200;
    margin:18px 0px -10px 90px;
}