body {
    background-color: black;
    padding: 5px 0 20px 0;
    font-family: "Trebuchet MS";
}
h1{
    color: #01b3dd;
    font-size: 35px;
}
.bloc_form {
    padding-top: 20px;
    background: black;
    opacity: 0.9;
    border-radius: 10px;
    border: 2px solid #0066a1;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#form1{
    padding: 0px 40px 40px 40px;
}

label {
    color: #01b3dd;
}

.valider {
    margin: auto;
    display: inline-block;
    text-align: center;
    width: 40%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #01b3dd;
    color: white;
    font-weight: bolder;
    cursor: pointer;
}

p {
    font-size: 15px;
    text-align: justify;
    color: #01b3dd;
    margin:0px;
    padding: 0px;
}

.valider2 {
    text-align: center;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 100%;
    background-color: #01b3dd;
    color:white;
    font-weight: bolder;
    cursor: pointer;
    margin: 20px 0 20px 0;
}

::selection {
    background : transparent;
}

.legends div {
    color : white;
}


#radio1 {
    margin: auto auto auto 20px;
    /*min-height: 95%;*/
}

#feedback, #help {
    width: 100%;
    border:none;
    background: none;
    color: #01b3dd;
    font-weight: bolder;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    word-wrap: break-word;
}
#help{
    visibility: hidden;
}
#feedback-answer, #help-answer{
    visibility: hidden;
}


input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    font-size: x-large;
}

#masUp, #masDown {
    visibility: hidden;
}

.row .form-group .col-lg-2{
    padding: 4px;
}
.btn-circle-lg {
    width: 85px;
    height: 85px;
    text-align: center;
    padding: 13px 0;
    font-size: 14px;
    line-height: 2.00;
    border-radius: 70px;
}

#radioPrecedente, #radio1{
    margin: -15px;
}
.top-buffer{
    margin-top: 18px;
}
.top-buffer2{
    margin-top: 12px;
}
.bottom-buffer{
    margin-bottom: 21px;
}
#bloc-radio{
    margin-top: -15px;
    padding-bottom: 20px
}
p .red{
    color: red;
}
.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.img-responsive.logo{
    width:80%;
}
.disabled{
    pointer-events: none;
}
#button-feedback, #button-help{
    font-size: 25px;
}
p#feedback, p#help{
    color: white;
}
#feedback-answer, #help-answer{
    color: #01b3dd ;
}
#radioImg, #previousImg{
    visibility:visible ;
}
.copyright{
    color: #757579;
}