.Contact-header {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.Contact {
  margin-bottom: 8rem; }
  .Contact-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4rem;
    padding: 0 20px;
    background: url("../../img/bg_contact-header2.png") center no-repeat;
    background-size: auto; }
    @media (max-width: 1400px) {
      .Contact-header {
        background-size: contain; } }
    @media (max-width: 767px) {
      .Contact-header {
        background: none; } }
    .Contact-header-content {
      position: relative;
      max-width: 60rem;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 5.5rem 0 4rem;
      min-height: 42.2rem; }
      @media (max-width: 767px) {
        .Contact-header-content {
          min-height: 0;
          padding-bottom: 0; } }
    .Contact-header-chapo {
      line-height: 1.6;
      font-weight: normal; }
  .Contact-infos {
    font-size: 1.6rem;
    color: var(--secondary-color);
    opacity: 0.5; }
  .Contact-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .Contact-main {
        flex-direction: column; } }
    .Contact-main-form {
      flex: 44rem 0 0;
      margin-right: 10rem; }
      @media (max-width: 767px) {
        .Contact-main-form {
          flex-basis: 100%;
          margin: 0 0 8rem; } }
      .Contact-main-form-rgpd {
        font-size: 1.4rem;
        margin-top: 3rem; }
    .Contact-main-visual {
      position: sticky;
      top: 10rem; }
      @media (max-width: 767px) {
        .Contact-main-visual {
          position: static; } }

/*# sourceMappingURL=contact.css.map */
