.grecaptcha-badge {
  opacity: 1 !important;
}

/*#region SECTION 1*/

#section-1 {
  height: 405px;
  background-color: var(--vert) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#section-1 h1 {
  font-size: 45px;
  color: var(--noir);

  font-weight: bold;
}
#section-1 #section-1-2 {
  color: var(--noir);
  margin-bottom: 0;
}
#section-1 #section-1-3 {
  color: var(--noir);
  margin-top: 10px;
}

/* #endregion */

/*#region SECTION 2*/

.formulaire-response{
  text-align: center;
}

.acceptance-cgv {
  display: block;
}
.acceptance-rgpd {
  display: block;
  margin-bottom: 50px;
}
#rechaptchaId {
  display: flex;
  justify-content: flex-end;
}
#soumissionId {
  margin-top: 25px;
}
#soumissionpopup {
}
#section-2 {
  padding: 84px 0;
}
#section-2-1 {
  display: grid;
  grid-template-columns: 50% 50%;
}
#section-2-2 {
  display: grid;
  grid-template-columns: 50% 50%;
}
#wpcf7-f6201-o1 {
  display: flex;
  justify-content: center;
  color: #192026;
  /* color: red; */
}
.wpcf7-form {
  max-width: 33%;
}
.wpcf7-select{
  padding: 16px;
  background-position-x: 16px;
}
.wpcf7-form p {
  margin-top: 0 !important;
}
span.wpcf7-list-item {
  margin: 0 !important;
}
#nom-id {
  margin-right: 2%;
  padding-bottom: 4%;
  box-sizing: border-box;
}
#tel-id {
  margin-left: 2%;
  padding-bottom: 4%;
  box-sizing: border-box;
}
#mail-id {
  padding-bottom: 4%;
  margin-right: 2%;
  box-sizing: border-box;
}
#entreprise-id {
  margin-left: 2%;
  padding-bottom: 4%;
  box-sizing: border-box;
}
#your-name {
  padding: 16px;
  /* -webkit-border-radius: 0; */
  /* -moz-border-radius: 0; */
  /* border-radius: 0; */
  font-size: 14px;
  width: 100%;
  /* -webkit-appearance: none; */
  height: 50px;
  box-sizing: border-box;
}
#your-tel {
  padding: 16px;
  /* -webkit-border-radius: 0; */
  /* -moz-border-radius: 0; */
  /* border-radius: 0; */
  font-size: 14px;
  /* -webkit-appearance: none; */
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}
#your-mail {
  padding: 16px;
  /* -webkit-border-radius: 0; */
  /* -moz-border-radius: 0; */
  /* border-radius: 0; */
  font-size: 14px;
  /* -webkit-appearance: none; */
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}
#your-entreprise {
  padding: 16px;
  /* -webkit-border-radius: 0; */
  /* -moz-border-radius: 0; */
  /* border-radius: 0; */
  font-size: 14px;
  /* -webkit-appearance: none; */
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}
#your-message {
  min-height: 150px;
  width: 100%;
  padding: 16px !important;
  /* -webkit-border-radius: 0; */
  /* -moz-border-radius: 0; */
  /* border-radius: 0; */
  font-size: 14px;
  /* -webkit-appearance: none; */
  padding: 0;
  box-sizing: border-box;
}
#soumissionpopup {
  margin-bottom: 0px;
}

.wpcf7 select[name="menu-70"] { color:#aaa; }

/* #endregion */

/*#region SECTION 3*/

#section-3 {
  background-color: rgba(96, 96, 95, 0.1);
  padding-bottom: var(--spacing-lg);
}
#section-3-1 {
  text-align: center;
  padding-top: 80px;
}
#section-3-1-1 {
  font-size: 21px;
}
#section-3-1-3 {
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 50px;
}
#section-3-1 img {
  max-width: 7%;
}
#section-3-2 {
  display: flex;
  justify-content: center;
}
#section-3-2 h3 {
  color: var(--noir);
  font-size: 18px;
}
#section-3-2 p {
  color: var(--noir);
  font-size: 14px;
}
#section-3-2-2 {
  margin: 0 90px;
}
#section-3-2-1 {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#section-3-2-1-1 {
  margin-bottom: 30px;
}
#section-3-2-1-2 {
  margin-bottom: 30px;
}
#section-3-2-3-1 {
  margin-bottom: 30px;
}
#section-3-2-3-2 {
  margin-bottom: 30px;
}

/* #endregion */

/*#region @MEDIA*/

/* Ecran moyen */

@media (max-width: 1199px) {
  /*************/
  /* SECTION 1 */
  /*************/
  /*************/
  /* SECTION 2 */
  /*************/
  .wpcf7-form {
    max-width: 50%;
  }
  /*************/
  /* SECTION 3 */
  /*************/
}

/* Ecran Tablette */

@media (max-width: 991px) {
  /*************/
  /* SECTION 1 */
  /*************/
  /*************/
  /* SECTION 2 */
  /*************/
  .wpcf7-form {
    max-width: 70%;
  }
  /*************/
  /* SECTION 3 */
  /*************/
  #section-3-2-2 {
    text-align: center;
    margin: 0 30px;
  }
  #section-3-2-2 img {
    width: 70%;
  }
}

/* Ecran téléphone */

@media (max-width: 767px) {
  /*************/
  /* SECTION 1 */
  /*************/
  #section-1-2,
  #section-1-3 {
    width: 70%;
    text-align: center;
  }
  #section-1 h1 {
    font-size: 26px;
    text-align: center;
  }
  /*************/
  /* SECTION 2 */
  /*************/
  .wpcf7-form {
    max-width: 80%;
  }
  #section-2-1 {
    grid-template-columns: auto;
  }
  #section-2-2 {
    grid-template-columns: auto;
  }
  #nom-id {
    margin-right: 0;
  }
  #tel-id {
    margin-left: 0;
  }
  #mail-id {
    margin-right: 0;
  }
  #entreprise-id {
    margin-left: 0;
  }
  /*************/
  /* SECTION 3 */
  /*************/
  #section-3-1 img {
    max-width: initial;
  }
  #section-3-2 {
    flex-direction: column;
    width: 80%;
    margin: auto;
  }
  #section-3-2-1 {
    order: 2;
    text-align: left;
    align-items: flex-start;
  }
  #section-3-2-2 {
    order: 1;
  }
  #section-3-2-3 {
    order: 3;
  }
}

/* #endregion */
