#FormulaireContactEn .Input{
    height: 48px;
    width: 100%;
    border: 1px solid #7a7a7a;
    background: #fff;
    padding: 0px 15px;
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #373737;
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
}
#FormulaireContactEn .InputError{
  height: 48px;
    width: 100%;
border: 1px solid #f8091f !important;
    background: #ffdae2;
    padding: 0px 15px;
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #373737;
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
}
#FormulaireContactEn .InputArea{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-height: 180px;
    width: 100%;
    border: 1px solid #7a7a7a;
    background: #fff;
    padding: 20px;
    color: #373737;
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
}
#FormulaireContactEn .InputErrorArea{
 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-height: 180px;
    width: 100%;
border: 1px solid #f8091f !important;
    background: #ffdae2;
    padding: 20px;
    color: #373737;
    font-size: 15px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
}
#FormulaireContactEn .NomCss {
    margin-bottom: 25px;
    padding: 0px;
}
#FormulaireContactEn .Envoyer:hover {
        color: #fff;
            background: #234e9f;
}
#FormulaireContactEn .Envoyer  {
   -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 7px 60px;
    font-family: 'Arsenal', sans-serif;
    background: #fff;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    text-decoration: none;
    color: #234e9f;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px !important;
    float: right;
    border: 5px solid #234e9f;
    margin-right: 15px;
    text-transform:capitalize;
}
#FormulaireContactEn .Envois_succee{
    color: #fff;
    background: #999999;
    padding: 10px 20px;
    float: left;
    margin-bottom: 20px;
    /* margin-left: 97px; */
    width: 100%;
    text-align: center;
    font-size: 16px;

}
#FormulaireContactEn .Envois_echec{
    color: #fff;
    background: #ea2155;
    padding: 10px 20px;
    float: left;
    margin-bottom: 20px;
    /* margin-left: 97px; */
    width: 100%;
    text-align: center;
    font-size: 16px;

}

