.gfield.success {
    color: #ed1651;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.pp-quizz .profil {
    color: #ed1651;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.pp-quizz .progress-bar {
    display: block;
    position: relative;

    width: 100%;
    height: 50px;

    margin-bottom: 30px;

    background: #ccc;
    border-radius: 10px;

    box-shadow: 2px 3px 5px #949494;
}
.pp-quizz .progress-bar div {
    display: block;
    position: absolute;

    top: 0;
    left: 0;
    bottom: 0;

    background: #ed1651;
    border-radius: 10px;
}

.pp-quizz .progress-bar div span {
    display: block;
    position: absolute;

    top: 12px;
    left: 47%;

    color: #fff;

    font-size: 20px;
    font-weight: bold;

    white-space: nowrap;
}

.gform_confirmation_wrapper.quizz {
    margin: 40px 0 60px 0;
    color: #999;
    line-height: 1.8;
}