


@media screen  and (max-width:767px) {
 

}
#Contact_Form .FormLabel {

color: #1a171b;
    font-size: 1.8em;
}

#Contact_Form .FormArea{
    background:#e6e6e6;
    display: inline;
    outline: 0;
    padding-left: 15px;
    min-height: 143px;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    color: #363636;
    font-size: 1.4em;
    resize: none;
    width:100%;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
#Contact_Form .Error_FormArea{
    background:#e6e6e6;
    display: inline;
    outline: 0;
    padding-left: 15px;
    min-height: 143px;
    border: 1px solid #ed1c24;
    margin-bottom: 15px;
    color: #363636;
    font-size: 1.4em;
    resize: none;
    width:100%;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
#Contact_Form .FormField{
    background:#e6e6e6;
    display: inline;
    outline: 0;
    padding: 0px 10px;
    height: 52px;
    border: none;
    margin-bottom: 15px;
    color: #363636;
    font-size: 1.4em;
    border: 1px solid #dfdfdf;
    width:100%;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;

}
#Contact_Form .Error_FormField{
    background:#e6e6e6;
    display: inline;
    outline: 0;
    padding: 0px 10px;
    height: 52px;
    border: none;
    margin-bottom: 15px;
    color: #363636;
    font-size: 1.4em;
    border: 1px solid #ed1c24;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;

}

#Contact_Form .frame_Contact  {float: left;}
#Contact_Form .frame_Contact span {float:left;   margin-right: 15px;}

#Contact_Form .Envoyer:hover{    
    background: #5d8e53;
    color:#fff;
 } 
#Contact_Form .Envoyer{
cursor: pointer;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    /* float: right; */
    padding: 1.2vh 4vw;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background: #735b8e;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    display: table;
    margin: auto;
    border: none !important;
 
}
#Contact_Form .Annuler{
    cursor: pointer;
      font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
   background:#a4a4a4;
    padding: 1.2vh 4vw;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    border: none !important;
  
margin-right:15px;
    margin-top: 15px !important;
}
#Contact_Form .errorClass  {         
    color: red;
    width: 100%;
    float: left !important;
    margin-left: 00px;
    display: block;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-right: 0px !important;
    position: relative;
    /* margin-left: -177px; */
    font-size: 1.2em;
}

textarea:focus, input:focus{
    outline: 0;
}
#Contact_Form{
width:100%;
 
}
@media screen and (max-width:767px) {
#Contact_Form{
    margin-bottom: 5vh;
    overflow: hidden;
 
}
}

#Contact_Form .Envois_succee {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    color: #0094d2;
    color: #af8066;
    font-size: 1.6em;
}
#Contact_Form .Envois_echec{
    display: block;
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.6em;
    color: #04bece;
}

::-webkit-input-placeholder {
   color: #363636;  
    font-weight: 400;

}

:-moz-placeholder { /* Firefox 18- */
   color: #363636;  
    font-weight: 400;

}

::-moz-placeholder {  /* Firefox 19+ */
   color: #363636;  
    font-weight: 400;

}

:-ms-input-placeholder {  
   color: #363636;  
    font-weight: 400; 

}
#Contact_Form .NomArea {
margin-bottom:20px;
}


