/************Choice Zone***************/
.contactPage{
    margin-bottom: 2rem;
}
.choiceZone h2{
    font-weight: normal;
    font-size: 13px;
}
.choiceZone h1{
    font-weight: 700;
    font-size: 20px;
}

.messageContact{
    padding:20px 15px;
}

.btn-danger {
    background: #ed7941;
}
.btn-files{
    width:102%;
}
.contactLegalInfo{
    margin-top: 30px;
    font-size: 12px;
}
.inputPrepend:before {
    font-weight: 300;
}
.modal-body .buttons-zone .btn-lg{
    width: 170px;
    padding: 14px 25px;
}
.greyButton{
    color: #fff;
}
.fa.submitAlert{
    display: none ;
}


