.FormEnvelop {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.questionTitre {
    color: #980064;
    font-weight: 700;
    margin-bottom: 0;
}

.imageQuestion {
    border: 1px solid #ccc;
}

label.questionLibelle {
    padding-right: 20px;
    margin-bottom: 0;
}

.questionLibelle {
    font-size: 90%;
    font-weight: 400;
}

.input-group.error .input-group-addon{
    border-color: #bc0030;
}
.input-group.error .input-group-addon .fa{
    color: #bc0030;
}

label.error{
    font-family: inherit;
    font-size: 14px;
    color: #bc0030;
    font-weight: normal;
}
.input-contain input.error, .input-contain textarea.error, .input-contain select.error {
    border-color: #bc0030;
    border-left-color: rgb(188, 0, 48);
}