/* 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-archive-job-offers-main__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.s-archive-job-offers-main__ttl {
  color: var(--wp--preset--color--txt-primary);
  font-family: "Panton", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}
@media screen and (max-width: 991px) {
  .s-archive-job-offers-main__ttl {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.s-archive-job-offers-main__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.s-archive-job-offers-main__filter {
  font-weight: 500;
  color: var(--wp--preset--color--txt-secondary);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.s-archive-job-offers-main__filter {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-archive-job-offers-main__filter {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-job-offers-main__filter {
    font-size: 0.875rem;
  }
}
.s-archive-job-offers-main__filter.is-active {
  background-color: var(--wp--preset--color--bg-black);
  border-color: var(--wp--preset--color--bg-black);
  color: var(--wp--preset--color--txt-white);
}
.s-archive-job-offers-main__container {
  padding-bottom: 5rem;
}
.s-archive-job-offers-main__offers-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.s-archive-job-offers-main__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.s-archive-job-offers-main__grid-container {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (min-width: 1024px) {
  .s-archive-job-offers-main__offers-row {
    flex-direction: row;
    align-items: flex-start;
  }
  .s-archive-job-offers-main__container.has-single-offer .s-archive-job-offers-main__offers-row {
    align-items: stretch;
  }
  .s-archive-job-offers-main__container.has-no-offers .s-archive-job-offers-main__offers-row {
    flex-direction: column;
  }
  .s-archive-job-offers-main__container.has-single-offer .s-archive-job-offers-main__apply-cta {
    position: static;
    height: auto;
    align-self: stretch;
  }
  .s-archive-job-offers-main__container.has-single-offer .s-archive-job-offers-main__apply-cta-btn {
    margin-top: auto;
  }
  .s-archive-job-offers-main__container.has-single-offer .c-job-offer-card {
    height: 100%;
  }
  .s-archive-job-offers-main__container.has-no-offers .s-archive-job-offers-main__apply-cta {
    width: 100%;
    position: static;
  }
  .s-archive-job-offers-main__container.has-no-offers .s-archive-job-offers-main__apply-cta-btn {
    margin-top: auto;
  }
}
.s-archive-job-offers-main__pagination-container {
  width: 100%;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.s-archive-job-offers-main__pagination-container:empty, .s-archive-job-offers-main__pagination-container[hidden] {
  display: none;
  margin-top: 0;
}
.s-archive-job-offers-main__pagination-container .archive-pagination {
  display: flex;
  flex-direction: row;
  gap: 1.0625rem;
}
.s-archive-job-offers-main__pagination-container .archive-page-btn {
  font-weight: 300;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-archive-job-offers-main__pagination-container .archive-page-btn {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-archive-job-offers-main__pagination-container .archive-page-btn {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-job-offers-main__pagination-container .archive-page-btn {
    font-size: 1.5rem;
  }
}
.s-archive-job-offers-main__pagination-container .archive-page-btn.is-current {
  text-decoration: none;
}
.s-archive-job-offers-main__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .s-archive-job-offers-main__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 580px) {
  .s-archive-job-offers-main__grid {
    grid-template-columns: 1fr;
  }
}
.s-archive-job-offers-main__empty {
  font-weight: 400;
  color: var(--wp--preset--color--txt-secondary);
}
.s-archive-job-offers-main__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-archive-job-offers-main__empty {
    font-size: calc(14px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-job-offers-main__empty {
    font-size: 1rem;
  }
}
.s-archive-job-offers-main.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
.s-archive-job-offers-main__apply-cta {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-shrink: 0;
  width: 28rem;
  height: fit-content;
  position: sticky;
  top: 110px;
  background-color: var(--wp--preset--color--alteal-blue-cta, #004e6a);
  border: 1px solid var(--wp--preset--color--alteal-blue-cta, #004e6a);
  color: var(--wp--preset--color--alteal-white, #ffffff);
  padding: 2rem;
  border-radius: 1.5rem;
  box-sizing: border-box;
}
.s-archive-job-offers-main__apply-cta-ttl {
  font-family: "Panton", sans-serif;
  font-weight: 700;
  line-height: 37px;
}
.s-archive-job-offers-main__apply-cta-ttl {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-archive-job-offers-main__apply-cta-ttl {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-job-offers-main__apply-cta-ttl {
    font-size: 2rem;
  }
}
.s-archive-job-offers-main__apply-cta-desc {
  opacity: 0.7;
  font-family: "Gotham", sans-serif;
  font-weight: 325;
  line-height: 26px;
}
.s-archive-job-offers-main__apply-cta-desc {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-archive-job-offers-main__apply-cta-desc {
    font-size: calc(14px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-job-offers-main__apply-cta-desc {
    font-size: 1rem;
  }
}
.s-archive-job-offers-main__apply-cta-btn .c-cta-principal {
  background-color: var(--wp--preset--color--alteal-white, #ffffff);
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-archive-job-offers-main__apply-cta-btn .c-cta-principal:hover {
  background-color: var(--wp--preset--color--alteal-blue-light, #bfe9ff);
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-archive-job-offers-main__form-container {
  background-color: var(--wp--preset--color--alteal-blue-light, #bfe9ff);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-block: 5rem;
  padding-inline: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-archive-job-offers-main__form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48.75rem;
  margin-bottom: 2rem;
}
.s-archive-job-offers-main__form-ttl {
  font-weight: 700;
  text-align: center;
  margin-block: 0 1rem;
}
.s-archive-job-offers-main__form-ttl {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-archive-job-offers-main__form-ttl {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-job-offers-main__form-ttl {
    font-size: 2rem;
  }
}
.s-archive-job-offers-main__form-ttl p {
  margin: 0;
}
.s-archive-job-offers-main__form-subttl {
  font-family: "Gotham", sans-serif;
  font-weight: 325;
  line-height: 26px;
}
.s-archive-job-offers-main__form-subttl {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-archive-job-offers-main__form-subttl {
    font-size: calc(14px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-archive-job-offers-main__form-subttl {
    font-size: 1rem;
  }
}
.s-archive-job-offers-main__form-wrapper {
  width: 59.75rem;
}
.s-archive-job-offers-main .fluentform .ff-el-input--label {
  padding-left: 1rem !important;
}
.s-archive-job-offers-main .fluentform input,
.s-archive-job-offers-main .fluentform textarea {
  border: 1px solid rgba(0, 26, 36, 0.5) !important;
  border-radius: 1.5rem !important;
  background-color: transparent !important;
  padding: 0.75rem 1rem 0.625rem 1rem !important;
  font-family: "Gotham", sans-serif !important;
  font-size: 1rem !important;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24) !important;
}
.s-archive-job-offers-main .fluentform input::placeholder,
.s-archive-job-offers-main .fluentform textarea::placeholder {
  color: rgba(0, 26, 36, 0.6);
}
.s-archive-job-offers-main .fluentform .ff_upload_btn {
  border: 1px solid rgba(0, 26, 36, 0.5) !important;
  background-color: transparent !important;
  border-radius: 1.5rem !important;
  padding: 0.75rem 1rem 0.625rem 1rem !important;
  font-family: "Gotham", sans-serif !important;
  font-size: 1rem !important;
  color: rgba(0, 26, 36, 0.6);
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 0.5rem !important;
}
.s-archive-job-offers-main .fluentform .ff_upload_btn::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23001a24' d='M2 15.575q-.824 0-1.412-.587A1.93 1.93 0 0 1 0 13.575v-2q0-.424.288-.712A.97.97 0 0 1 1 10.575q.424 0 .713.288a.96.96 0 0 1 .287.712v2h12v-2q0-.424.288-.712a.97.97 0 0 1 .712-.288q.424 0 .713.288a.96.96 0 0 1 .287.712v2q0 .825-.587 1.413a1.92 1.92 0 0 1-1.413.587zm5-12.15L5.125 5.3q-.3.3-.712.288a1.02 1.02 0 0 1-.713-.313q-.275-.3-.288-.7a.91.91 0 0 1 .288-.7l3.6-3.6q.15-.15.325-.212a1.13 1.13 0 0 1 .75 0A.9.9 0 0 1 8.7.275l3.6 3.6q.3.3.288.7a1.05 1.05 0 0 1-.288.7q-.3.3-.712.313a.93.93 0 0 1-.713-.288L9 3.425v7.15a.97.97 0 0 1-.288.713.96.96 0 0 1-.712.287.97.97 0 0 1-.712-.288.97.97 0 0 1-.288-.712z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.6;
}
.s-archive-job-offers-main .fluentform .ff-upload-preview {
  border: none !important;
}
.s-archive-job-offers-main .fluentform .ff-upload-remove {
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-archive-job-offers-main .fluentform .ff-el-progress-bar {
  background-color: var(--wp--preset--color--alteal-blue-dark, #001a24) !important;
}
.s-archive-job-offers-main .fluentform .ff_t_c,
.s-archive-job-offers-main .fluentform .ff_t_c a {
  font-family: "Gotham", sans-serif !important;
  font-size: 1rem !important;
  color: rgba(0, 26, 36, 0.7) !important;
}
.s-archive-job-offers-main .fluentform .s-archive-job-offers-main__form-popup-btn {
  font-family: "Gotham", sans-serif !important;
  font-weight: 700;
  font-size: 1rem !important;
  color: rgba(0, 26, 36, 0.7) !important;
  text-decoration: underline !important;
  text-underline-offset: 0.0625rem;
}
.s-archive-job-offers-main .fluentform .ff_submit_btn_wrapper {
  display: none !important;
}
.s-archive-job-offers-main__custom-submit {
  display: flex;
  justify-content: flex-end;
}
.s-archive-job-offers-main__form-modal {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.15s ease;
}
.is-modal-open .s-archive-job-offers-main__form-modal {
  opacity: 1;
  pointer-events: all;
  user-select: all;
}
.s-archive-job-offers-main__form-modal-wrapper {
  background-color: var(--wp--preset--color--alteal-white, #ffffff);
  width: 50.875rem;
  height: fit-content;
  padding: 4rem;
  border-radius: 1.5rem;
  position: relative;
  opacity: 0;
  transform: translateY(1.5rem);
}
.is-modal-open .s-archive-job-offers-main__form-modal-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.s-archive-job-offers-main__form-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: none;
  outline: none;
  background-color: var(--wp--preset--color--alteal-blue-cta, #004e6a);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
.s-archive-job-offers-main__form-modal-close:hover {
  background-color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  transition: background-color 0.3s;
}
.s-archive-job-offers-main__form-modal-close::before, .s-archive-job-offers-main__form-modal-close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.75rem;
  height: 1px;
  background-color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-archive-job-offers-main__form-modal-close::before {
  transform: rotate(45deg);
}
.s-archive-job-offers-main__form-modal-close::after {
  transform: rotate(-45deg);
}

html:has(.s-archive-job-offers-main) {
  scroll-behavior: smooth;
}