/* 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-jobs-offers-list {
  margin-top: 1.25rem;
}
.s-jobs-offers-list__title {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  text-align: center;
}
.s-jobs-offers-list__heading {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-size: 3.5rem;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 64px;
  /* 114.286% */
  letter-spacing: -1.12px;
}
.s-jobs-offers-list__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.s-jobs-offers-list__filter-reset {
  font-weight: 500;
  background-color: var(--wp--preset--color--bg-white);
  color: var(--wp--preset--color--txt-black);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--txt-black) 22%, transparent);
  border-radius: 1.875rem;
  min-height: 2.75rem;
  padding: 0.625rem 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.s-jobs-offers-list__filter-reset {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-jobs-offers-list__filter-reset {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-jobs-offers-list__filter-reset {
    font-size: 0.875rem;
  }
}
.s-jobs-offers-list__filter-reset.is-active {
  border-color: var(--wp--preset--color--bg-primary);
}
.s-jobs-offers-list__select-wrap {
  position: relative;
  min-width: 13.75rem;
}
.s-jobs-offers-list__select-wrap::after {
  content: "";
  position: absolute;
  right: 0.875rem;
  top: 50%;
  width: 0.625rem;
  height: 0.375rem;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: var(--wp--preset--color--txt-black);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.s-jobs-offers-list__select {
  font-weight: 500;
  background-color: var(--wp--preset--color--bg-white);
  color: var(--wp--preset--color--txt-black);
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--txt-black) 22%, transparent);
  border-radius: 1.875rem;
  min-height: 2.75rem;
  width: 100%;
  padding: 0.625rem 2.125rem 0.625rem 1rem;
  cursor: pointer;
  appearance: none;
}
.s-jobs-offers-list__select {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-jobs-offers-list__select {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-jobs-offers-list__select {
    font-size: 0.875rem;
  }
}
.s-jobs-offers-list__select:focus {
  border-color: var(--wp--preset--color--bg-primary);
  outline: none;
}
.s-jobs-offers-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.s-jobs-offers-list__card {
  position: relative;
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--txt-black) 22%, transparent);
  border-radius: 0.75rem;
  padding: 1.25rem;
  background-color: var(--wp--preset--color--bg-white);
  display: grid;
  gap: 0.75rem;
}
.s-jobs-offers-list__card-title {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025rem;
}
.s-jobs-offers-list__card-title {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-jobs-offers-list__card-title {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-jobs-offers-list__card-title {
    font-size: 1.25rem;
  }
}
.s-jobs-offers-list__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.s-jobs-offers-list__meta-item {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  background: color-mix(in srgb, var(--wp--preset--color--bg-secondary) 20%, transparent);
  padding: 0.25rem 0.75rem;
  border-radius: 33px;
  text-transform: uppercase;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.s-jobs-offers-list__resume {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-jobs-offers-list__cta-label {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  text-decoration: underline;
}
.s-jobs-offers-list__cta-label {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-jobs-offers-list__cta-label {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-jobs-offers-list__cta-label {
    font-size: 0.875rem;
  }
}
.s-jobs-offers-list__card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.s-jobs-offers-list__empty {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  color: var(--wp--preset--color--txt-gray-light);
}
.s-jobs-offers-list__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-jobs-offers-list__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-jobs-offers-list__empty {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-jobs-offers-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .s-jobs-offers-list__grid {
    grid-template-columns: 1fr;
  }
}