.form_field {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}
.form-contact-page form{
	display:block;
}
[lang="ar"] option ,[lang="ar"] input, [lang="ar"] textarea {
    direction: rtl;
}
[lang="ar"] #devis-vehicule form {
	flex-direction: row-reverse;
}
[lang="ar"] input[type="submit"] {
    font-family: 'Cairo';
	letter-spacing:normal !important;
}
[lang="ar"] .form_field label {
	text-align: end;
}
[lang="ar"] .error{
	text-align:right;
	 direction: rtl;
}
form#formulaire {
    margin: 0 14.5em;
}
@media(max-width:1051px){
	form#formulaire {
    margin: 0 8.5em;
}
}
@media(max-width:800px){
form#formulaire {
    margin: 0 4.5em;
}
}
/*.form_field label {
    width: 25%;
}
*/
.form_field input, .form_field textarea {
    padding: 5px;
}
/*.flexed {
    width: 75%;
}
*/
.g-recaptcha {
    padding-bottom: 10px;
}
.flexed input, .flexed textarea , .flexed select{
    width: 100%;
	background-color: transparent !important;
}

.form_field label {
    font-size: 14px;
}

.flexed input, .flexed textarea, .form_field select {
    border: 1px solid !important;
}

.flexed input, .form_field select {
    line-height: 20px;
	height: 43px;
    background: transparent;
}
.flex-recaptcha {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
input[type="submit"] {
	font-size: 14px !important;
    width: 231px  !important;
    color: white ;
    font-weight: 600 ;
    line-height: 17.07px  !important;
    letter-spacing: 0.17em  !important;
    text-align: center;
    background: #ed1c24 !important;
    border: 1px solid #ed1c24 !important;
    float: right;
    cursor: pointer;
	transition:0.3s ease;
}
input[type="submit"]:hover {
    color:#ed1c24 !important;
    background: #fff !important;
}
form.hide-form {
    display: none;
}
.validation_message {
    background: #b8ffb8;
    padding: 10px 49px;
    border: 1px solid #17ff17;
	color: #000000;
}
.validation_error , .error{
    font-size: 14px;
    color: #ff3434;
}
input.error {
    border: 1px solid  #ff3434 !important;
}