#contact1 .shamp,   #contact1 .shamp2{
    color: #FFFFFF;
    font-size: 18px;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    margin-bottom: 20px;
    padding-left: 10px;
    background-color: transparent;
}
#contact1 .shamp2{
    outline: none;
    height: 130px;
    padding: 10px;
}

#contact1 .Etape1{
    width: 80%;
    margin: 0px auto;
}
#contact1 .envoyer, .annuler{
float:left;
}
  #contact1 .envoyer{
clear:both;
}
  #contact1 .envoyer{
    border: none;
    color: #d0100a;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    font-size: 14px;
    background: #FFFFFF;
    width: 135px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    text-transform: uppercase;
    left: 45%;
}
 
  #contact1 .envoyer:hover{
background-color: #d0100a !important;
color:#FFFFFF;
transition:1s;
}
  #contact1 .erreur, .champs_obligatoires{
    line-height: 45px;
color:#f41818;
}
  #contact1 .envoi{
    line-height: 45px;
color:#179d5f;
}
  #contact1 .mail_form{
    margin-bottom: 30px;
}
  #contact1 .prenom_erreur{
color:#ff4c3f;
}
  #contact1 .required_box{    display: inline-block;
    color: red;
    padding: 5px;
    position: relative;
    left: 46%;
    float: left;}

  #contact1 .req{        font-size: 11px;
    color: red;
    clear: both;
    display: block;
    margin-bottom: 10px;
}
  #contact1 .envoi{
color: #00c499;
    text-align: center;
    font-size: 18px;
    /* width: 435px; */
    display: block;
    margin-bottom: 10px;
}
 #contact1 .erreur1{

    font-weight: bold;
    display: block;
    text-align: center;
    padding-top: 5vh;
color: #ec0909;
font-size:17px;
}
 #contact1 .envoi1{
    font-weight: bold;
    display: block;
    text-align: center;
padding-bottom: 5vh;
color: #2a9018;
font-size:17px;
}
::-webkit-input-placeholder {
  color: #FFFFFF;
font-size:15px;
}
#contact1 .shamp_er,   .shamp_er2{
    color: #FFFFFF;
    font-size: 18px;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d0100a;
    margin-bottom: 20px;
    padding-left: 10px;
    background-color: transparent;
}
#contact1 .link_ev{
    display: block;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
}
#contact1 .link_ev.envoyer{
    text-align: center;
margin: 0px auto;
}
/*------------------------ RESPONSIVE -------------------------------*/
@media (max-width:991px){
#contact1 .envoyer {
    left: 35%;
}
}
@media (max-width:768px){
#contact1 .Etape1{
    width:100%;
}
}



