/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-contact-main .l-container {
  display: flex;
  gap: 0.625rem;
}
.s-contact-main__main {
  flex: 1 1 67%;
  background-color: var(--wp--preset--color--bg-white);
  padding: 3rem 3.5rem;
  border-radius: 4px;
}
.s-contact-main .hubspot-form-container .actions {
  display: flex;
  justify-content: flex-end;
}
.s-contact-main .hubspot-form-container input[type=submit] {
  width: auto;
}
.s-contact-main__aside {
  flex: 1 1 33%;
}
.s-contact-main__book {
  background-color: var(--wp--preset--color--bg-deep-purple-medium);
  padding: 2.5rem 2rem 2rem 2rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.s-contact-main__book .c-btn {
  width: 100%;
}
.s-contact-main__book-ttl {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1;
  color: var(--wp--preset--color--txt-white);
}
.s-contact-main__book-ttl {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-contact-main__book-ttl {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-contact-main__book-ttl {
    font-size: 2rem;
  }
}
.s-contact-main__actions {
  margin-top: 0.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.s-contact-main__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.s-contact-main__action-ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.s-contact-main__action-ttl {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-contact-main__action-ttl {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-contact-main__action-ttl {
    font-size: 1.25rem;
  }
}
.s-contact-main__action--phone .s-contact-main__action-content {
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.4;
}
.s-contact-main__action--phone .s-contact-main__action-content {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-contact-main__action--phone .s-contact-main__action-content {
    font-size: calc(14px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-contact-main__action--phone .s-contact-main__action-content {
    font-size: 1rem;
  }
}
.s-contact-main__action--socials .s-contact-main__action-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .s-contact-main .l-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .s-contact-main__main {
    flex: none;
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .s-contact-main__aside {
    flex: none;
    width: 100%;
  }
  .s-contact-main__book {
    padding: 2rem 1.5rem;
  }
  .s-contact-main__action {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
  }
  .s-contact-main__action--join .s-contact-main__action-content {
    width: 100%;
  }
  .s-contact-main__action--join .s-contact-main__action-content .c-btn {
    width: 100%;
    justify-content: center;
  }
  .s-contact-main .hubspot-form-container .actions {
    justify-content: stretch;
  }
  .s-contact-main .hubspot-form-container input[type=submit] {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .s-contact-main__main {
    padding: 1.5rem 1.25rem;
  }
  .s-contact-main__book {
    padding: 1.5rem 1.25rem;
  }
  .s-contact-main__action {
    padding: 1.25rem;
  }
  .s-contact-main__book-ttl {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1.2;
  }
  .s-contact-main__book-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) and (min-width: 569px) {
  .s-contact-main__book-ttl {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 580px) and (min-width: 1440px) {
  .s-contact-main__book-ttl {
    font-size: 1.25rem;
  }
}