#contact {
  height: 100vh;
  position: relative;
  background: url('/wp-content/themes/b2b-immo/img/back-contact.jpg')
    center/cover no-repeat;

  /* Overlays */
  &:before,
  &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  &:after {
    background: rgba(0, 151, 194, 0.1);
  }

  &:before {
    background: radial-gradient(
      circle,
      rgba(0, 0, 0, 0) 69%,
      rgba(0, 0, 0, 1) 100%
    );
    opacity: 0.2;
  }

  /* Structure de base */
  > .elementor-container {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;

    > .elementor-row {
      display: block;
      width: 100%;
      height: 100%;
    }
  }

  /* Colonnes */
  .col-1,
  .col-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5%;
    width: 50%;
    text-align: center;
  }

  .col-1 {
    left: 0;
    top: 48%;
  }

  .col-2 {
    right: 0;
  }

  /* Titre */
  .section-title {
    width: 100%;
    padding-top: 100px;
  }

  .title h2 {
    text-transform: uppercase;
    color: #0a5c84;
    margin-bottom: 50px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;

    &:after {
      content: '';
      width: 70%;
      border-bottom: 2px solid #0a5c84;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
    }
  }

  /* Formulaire */
  .col-2 form {
    #wpforms-12093-field_0-container,
    #wpforms-12093-field_9-container {
      width: 49%;
      display: inline-block;
      margin-right: 2%;
    }

    #wpforms-12093-field_10-container,
    #wpforms-12093-field_7-container {
      width: 49%;
      display: inline-block;
    }

    input,
    textarea {
      font-family: 'Montserrat';
      max-width: unset !important;
      border: none;
      border-bottom: 1px solid rgba(10, 92, 132, 0.6);
      background: rgba(10, 92, 132, 0.3);
      border-radius: 0;
      color: #0a5c84;

      &::placeholder {
        color: #0a5c84;
      }
    }

    textarea {
      height: 200px;
    }

    .wpforms-submit {
      background: #0097c2;
      border: none;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      margin-top: 40px;
      width: 35%;
      transition: all 0.2s ease-in;

      &:hover {
        background: #0a5c84;
      }
    }

    .rgpd {
      text-align: left;

      label {
        color: #0a5c84;
      }
    }
  }

  /* Logo et texte */
  .contact-logo {
    width: 60%;
    margin: 0 auto;

    #logo-contact svg {
      position: relative;
      left: 50%;
      transform: translateX(-50%) !important;
      width: 32vw !important;
      margin-bottom: -50px;
    }
  }

  .contact-text p {
    font-size: 1.4em;
    color: #0a5c84;
    font-weight: 600;
    text-align: justify;
    width: 60%;
    margin: 40px auto 0;
  }

  /* Mentions */
  .mention {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    .mention-text,
    .mention-logo {
      display: inline-block;
      width: 50%;
    }

    .mention-text p {
      position: absolute;
      bottom: 0;
      left: 5vw;
      color: #0a5c84;
    }

    .mention-logo img {
      position: absolute;
      right: 5vw;
      bottom: 10px;
      width: 8vw;
    }
  }
}
