
.form_field {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}
form{  
	display: flex;
    gap: 0px 80px;
    flex-wrap: wrap;
}
#devis-vehicule{
	padding:50px 15px;
	margin-bottom: 0;
}

#devis-vehicule input[type="submit"] {
	text-transform:uppercase;
	font-size: 14px !important;
	background:transparent !important;
	width: 330px;
  border-radius: 0;
    color: #1B1B1B ;
    font-weight: 600 ;
    text-align: center;
    border: 1px solid #1B1B1B !important;
    float: right;
    cursor: pointer;
	transition:0.3s ease;
}
#devis-vehicule input[type="submit"]:hover {
    color:#fff !important;
    background: #ed1c24 !important;
	  border-color:#ed1c24 !important;
}
.wrap-fields-col{
width:calc(50% - 40px);
}
[lang="ar"] .flex-recaptcha {
    flex-direction:row-reverse;
}
[lang="ar"] .validation_message {
    direction: rtl;
}
[lang="ar"] option ,[lang="ar"] input, [lang="ar"] textarea {
    direction: rtl;
}
[lang="ar"] 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;
}
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;
}