.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;
}