.contact_page {
  .wp-block-group__inner-container {
    width: 95%;
    margin: 0 auto;
    h1 {
    }
    h2 {
      margin-bottom: 20px;
    }
    #edit-joindre-un-fichier--description {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      color: black;

    }
    #edit-joindre-un-fichier{
        input[type="submit"] {
            display: none!important;
        }
    }
    .js-form-managed-file.form-managed-file{
        input[type="submit"] {
            background: var(--marron);
        color: white;
        cursor: pointer;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 20px;
        width: 150px;
        margin: 10px 0 20px;
        }


    }
    p {
      color: black;
    }
    form {
      width: 100%;
      div[data-drupal-selector='edit-row1']{
          .webform-flex.webform-flex--1{
              .webform-flex--container{
                  margin: 0;
                  .webform-flex--3{
                    .webform-flex--container{
                        margin: 0 0.5em;
                    }

                }
              }
          }

      }
      label {
        display: block;
        font-family: "Lato", sans-serif;
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 10px;
      }
      input,
      textarea {
        margin-bottom: 15px !important;
        padding: 10px;
        width: 100%;
        display: block !important;
        border: none;
        background: var(--lightgrey);
        border-radius: unset;
      }
      .iti {
        display: block !important;
      }
      #ajax-wrapper {
        margin-top: 50px;
      }
      .captcha.captcha-type-challenge--math {
        margin-top: 50px;
      }
      input[type="submit"] {
        background: var(--marron);
        color: white;
        cursor: pointer;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 20px;
        width: 200px;
        margin: 0 auto;
      }
    }
  }
}
@media only screen and (min-width: 1280px) {
    .contact_page {
  .wp-block-group__inner-container {
    h1 {
    }
    h2 {
      margin-bottom: 20px;
    }
    #edit-joindre-un-fichier--description {

    }
    #edit-joindre-un-fichier{
        input[type="submit"] {
        }
    }
    .js-form-managed-file.form-managed-file{
        input[type="submit"] {
        }


    }
    p {
    }
    form {
        width: 760px;
        margin: 80px auto 0;
      label {
      }
      input,
      textarea {
      }
      .iti {
      }
      #ajax-wrapper {
      }
      .captcha.captcha-type-challenge--math {
      }
      input[type="submit"] {
      }
    }
  }
}
}
