/*
Theme Name: EcosysAI
Theme URI: https://ecosysai.com
Description: Thème enfant de Divi par NickoLabs
Author: Nickolas Simard
Author URI: https://nickolabs.com
Template: Divi
Version: 1.0
*/
/**
* Changelog
* 1.0 - 
*/
/* BLOG */
   .et_pb_blog_grid .et_pb_image_container {margin: 0}
   .et_pb_blog_grid .et_pb_post {padding: 0}

/* WPCF7 CONTACT FORM */
.cf7-cf-turnstile {margin: 0 !important;line-height: 0}
label {display: none;}
.et_pb_contact_form {
   margin-left: -3%;
}
p.et_pb_contact_field.et_pb_contact_field_last + p.et_pb_contact_field.et_pb_contact_field_last,
p.et_pb_contact_field:not(.et_pb_contact_field_last),
p.et_pb_contact_field_half + p.et_pb_contact_field_last:not(.et_pb_contact_field_half) {
  clear: both;
}
.et_pb_contact .et_pb_contact_field_half {
   width: 50%;
   float: left;
}
p.et_pb_contact_field {
   padding: 0 0 0 3%;
   margin-bottom: 3%;
   background-position: 50%;
   background-size: cover;
   color: #333;
}
.et_pb_contact p input,
.et_pb_contact p textarea{
   -webkit-appearance: none;
   background-color: #eee;
   width: 100%;
   border-width: 0;
   border-radius: 0;
   color: #333;
   font-size: 16px;
   padding: 16px;
   font-weight: bold;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff !important;
}
input.text:focus, input.title:focus, input[type="text"]:focus, select:focus, textarea:focus {
    border-color: #fff;
    border-bottom-color: rgb(255, 255, 255);
    color: #333;
  }
input.text, input.title, input[type="text"], select, textarea {
 margin: 0;
}
input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
   background-color: #fff;
   border: 1px solid #bbb;
   padding: 2px;
   color: #333;
}
.et_pb_contact_field *, .et_pb_contact_field.et_pb_section_parallax, .et_pb_contact_field.et_pb_section_video {
   position: relative;
}
button, input, select, textarea {
   font-family: inherit;
}
.et_contact_bottom_container{
   float:right;
   text-align:right;
   margin-top:-1.5%;
   display:-moz-flex;
   display:-ms-flex;
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex
}
.et_pb_contact_reset, .et_pb_contact_submit {
   font-family: inherit;
   display: inline-block;
   margin: 0 0 0 18px;
   cursor: pointer;
}
@media (max-width: 767px) {
   .et_pb_column .et_pb_contact p.et_pb_contact_field_half {
      width: 100%;
      margin-right: 0;
   }
}
.et_pb_contact p input:-moz-placeholder, .et_pb_contact p input::placeholder, .et_pb_contact p textarea:-moz-placeholder, .et_pb_contact p textarea::placeholder {
   opacity: 1;
 }