/* CONTACT EN OFFERTE */
.contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-section .container form {
  width: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-section .container .contact-details .row {
  margin: 2rem 0;
}

.contact-section .container .contact-details .row a {
  text-decoration: none;
  color: black;
}

.contact-section .container .contact-details .row i {
  width: 30px;
}

.contact-section .center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-section .center form {
  width: 800px;
}

.contact-section .center form .title-text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  margin-bottom: 2rem;
}

.contact-section .center form .title-text h2 {
  margin-bottom: 1rem;
}

.contact-section .center form .title-text p {
  font-style: italic;
}

@media only screen and (max-width: 1050px) {
  .contact-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-section .container form {
    width: 100%;
  }
  .contact-section .container .contact-details {
    margin-top: 5rem;
  }
  .contact-section .container .contact-details .row {
    margin: 2rem 0;
  }
  .contact-section .container .contact-details .row a {
    text-decoration: none;
    color: black;
  }
  .contact-section .container .contact-details .row i {
    width: 30px;
  }
}
/*# sourceMappingURL=contact.css.map */