/*///// PP MENU MOBILE 100% WIDTH ////*/
body:not(.pp-visualbuilder) .pp-slideover > .pp-block {
width: 100vw !important;
}

#formulaire-responsive {
margin:0 auto; 
width:100%;
}
.name12345, .whereabout12345, .mail12345, .tel12345, .services12345 {
background-color: #fdfdfd;
border: 1px solid #ccc;
color: #3e3e3e;
font-size: calc(1em * 0.98);
padding: 10px;
margin: 0 0 10px 0;
}
.name12345, .whereabout12345, .services12345 {
width: 100% !important;
}
.mail12345 {
clear: left;
width: calc(50% - 5px);
}
.tel12345 {
width: calc(50% - 5px);
clear: right;
float: right;
}
.message12345 {
width: 100% !important;
background-color: #fdfdfd;
border: 1px solid #ccc;
color: #3e3e3e;
max-width: 100%;
height: 140px;
min-height: 130px;
max-height: 240px;
font-size: calc(1em * 0.98);
padding: 10px;
clear: left;
}
.button, #searchsubmit, input[type="submit"] {
background: #e8e8e8;
width: 140px;
height: 40px;
color: #979797;
font-variant: all-petite-caps;
font-size: 19px;
border: solid 0px #555;
margin: 0 0 0 0;
font-family: "Open Sans",Arial,Helvetica,sans-serif;
border-radius: 0px;
padding: 0 0 3px 0;
}
.form-pos-right {
  text-align: center;
  margin: 15px 0 0 0;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
margin: 0 0 0px 70px;
}
.button, #searchsubmit, input[type="submit"]:hover {
background-color: #f2f2f2;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name12345.wpcf7-not-valid {
background-color: rgba(255, 0, 0, 0.02);
border: 1px solid #f00;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.mail12345.wpcf7-not-valid {
background-color: rgba(255, 0, 0, 0.02);
border: 1px solid #f00;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.tel12345.wpcf7-not-valid {
background-color: rgba(255, 0, 0, 0.02);
border: 1px solid #f00;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.services12345.wpcf7-not-valid {
background-color: rgba(255, 0, 0, 0.02);
border: 1px solid #f00;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message12345.wpcf7-not-valid {
background-color: rgba(255, 0, 0, 0.02);
border: 1px solid #f00;
}

span.wpcf7-not-valid-tip {
color: #f00;
display: none;
font-size: 1em;
}
