/*ESPACE EMPLOI HERO*/
.backgrounded-hero {
  padding: 0 20px;
  margin-top: 32px;
}
@media screen and (min-width: 1248px) {
  .backgrounded-hero {
    padding: 0;
    margin-top: 64px;
  }
}
.backgrounded-hero--container {
  position: relative;
  padding: 110px 20px;
  max-width: 1216px;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .backgrounded-hero--container {
    padding: 174px 0;
  }
}
.backgrounded-hero--container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.backgrounded-hero--container::after {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.backgrounded-hero--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .backgrounded-hero--content {
    max-width: 592px;
    margin-inline: auto;
  }
}
.backgrounded-hero--content h1,
.backgrounded-hero--content span {
  color: #fff;
  text-align: center;
}
.backgrounded-hero--content h1 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
}
@media screen and (min-width: 992px) {
  .backgrounded-hero--content h1 {
    font-size: 3.5rem;
    line-height: normal;
  }
}
.backgrounded-hero--content span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.backgrounded-hero .buttons {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .backgrounded-hero .buttons {
    flex-direction: row;
    gap: 32px;
  }
}
.backgrounded-hero--searchbar {
  max-width: 944px;
  margin-inline: auto;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .backgrounded-hero--searchbar {
    padding-right: 24px;
    flex-direction: row;
    align-items: center;
    gap: 0;
    border-radius: 20px;
    border: 0.5px solid #1b1b1b;
    background: #fff;
    margin-top: 0;
    z-index: 3;
    position: relative;
    margin-top: -46px;
  }
}
.backgrounded-hero--searchbar .input-container {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 20px;
  border: 0.5px solid #1b1b1b;
}
@media screen and (min-width: 992px) {
  .backgrounded-hero--searchbar .input-container {
    border: none;
    flex: 1;
    border-radius: 0;
    border-right: 1px solid #f5f5f5;
    padding: 20px 32px;
  }
}
.backgrounded-hero--searchbar input {
  all: unset;
}
.backgrounded-hero--searchbar label {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.backgrounded-hero--searchbar input {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #666;
}
.backgrounded-hero--searchbar button {
  padding: 12px 20px;
  width: 100%;
  background: #1b1b1b;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  gap: 16px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #1b1b1b;
}
.backgrounded-hero--searchbar button:hover {
  background: #fff;
}
.backgrounded-hero--searchbar button:hover::after {
  background: #1b1b1b;
}
@media screen and (min-width: 992px) {
  .backgrounded-hero--searchbar button {
    aspect-ratio: 1/1;
    width: 48px;
    padding: 12px;
    margin-left: 32px;
  }
}
.backgrounded-hero--searchbar button::after {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask: url("../images/icon/icon-search.svg") no-repeat center;
  mask: url("../images/icon/icon-search.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: white;
  transform: rotateY(180deg);
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .backgrounded-hero--searchbar button::after {
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .backgrounded-hero--searchbar button span {
    display: none;
  }
}
/*ESPACE EMPLOI HERO*/
/* FILTERS JOB */
.filters-job {
  padding: 0 20px;
  margin: 16px 0;
}
@media screen and (min-width: 988px) {
  .filters-job {
    padding: 0;
    margin: 32px 0;
  }
}
.filters-job--container {
  max-width: 944px;
  margin-inline: auto;
}
.filters-job--wrapper {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  padding: 16px 20px;
  width: calc(100% - 40px);
  left: 20px;
  top: 32px;
  max-height: calc(100dvh - 64px);
  z-index: 99;
  background: #fff;
  overflow: auto;
  transition: all 0.4s ease;
  border: 0.5px solid #666;
  border-radius: 5px;
}
.filters-job--wrapper.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .filters-job--wrapper {
    pointer-events: auto;
    opacity: 1;
    position: inherit;
    padding: 0;
    width: auto;
    max-height: unset;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    overflow: visible;
    border: none;
    border-radius: 0px;
  }
}
.filters-job--wrapper::-webkit-scrollbar {
  width: 4px;
}
.filters-job--wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
}
.filters-job--wrapper::-webkit-scrollbar-thumb {
  background: #1b1b1b;
  border-radius: 10px;
}
.filters-job--wrapper .close-filter-job {
  height: 16px;
  width: 16px;
  background: #1b1b1b;
  -webkit-mask: url("../images/icon/icon-close.svg") no-repeat center;
  mask: url("../images/icon/icon-close.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .filters-job--wrapper .close-filter-job {
    display: none;
  }
}
.filters-job--item {
  position: relative;
}
@media screen and (min-width: 992px) {
  .filters-job--child {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 16px);
    background: #fff;
    padding: 32px 24px;
    box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.25);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0.5px solid #666;
    border-radius: 5px;
    transition: all 0.2s ease;
    z-index: 2;
  }
  .filters-job--child.active {
    opacity: 1;
    pointer-events: auto;
  }
  .filters-job--child:has(.has-checkbox) {
    padding: 16px;
    max-height: 360px;
    overflow: auto;
  }
  .filters-job--child:has(.has-checkbox)::-webkit-scrollbar {
    width: 3px;
  }
  .filters-job--child:has(.has-checkbox)::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f5f5f5;
  }
  .filters-job--child:has(.has-checkbox)::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
  }
}
.filters-job--child-footer {
  display: none;
}
@media screen and (min-width: 992px) {
  .filters-job--child-footer {
    display: flex;
    gap: 8px;
    justify-content: space-between;
  }
}
/* .filters-job--child:has(.has-checkbox) .filters-job--child-footer {
  flex-direction: column;
  gap: 8px;
} */
.filters-job--child-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .filters-job--child-child {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .filters-job--child-child.has-checkbox {
    flex-direction: column;
  }
}
.filters-job--child-child.select-container::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 12px;
  width: 8px;
  height: 8px;
  background: #1b1b1b;
  -webkit-mask: url(../images/icon/icon-arrow-down.svg) no-repeat center;
  mask: url(../images/icon/icon-arrow-down.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.4s ease;
}
/* @media screen and (min-width: 992px) {
  .filters-job--child-child select {
    display: block;
    width: 100%;
  }
} */
.filters-job--child-child span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .filters-job--child-child span {
    display: block;
    width: 100%;
  }
}
.filters-job--child-child div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.filters-job--child-child div label {
  cursor: pointer;
}
.filters-job--child-child div input[type="radio"] + label {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 0.5px solid #1b1b1b;
  border-radius: 10px;
  width: 100%;
  padding: 8px 24px;
  display: block;
  text-align: center;
  transition: all 0.4s ease;
}
.filters-job--child-child div input[type="radio"] + label:hover {
  background: #1b1b1b;
  color: #fff;
}
.filters-job--child-child div input[type="radio"]:checked + label {
  background: #1b1b1b;
  color: #fff;
}
.filters-job--child-child div input[type="radio"] {
  display: none;
}
.filters-job--child-child div input[type="checkbox"] {
  cursor: pointer;
  all: unset;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid #999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters-job--child-child div input[type="checkbox"]::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #1b1b1b;
  opacity: 0;
  transition: all 0.4s ease;
}
.filters-job--child-child div input[type="checkbox"]:checked::after,
.filters-job--child-child div input[type="checkbox"]:hover::after {
  opacity: 1;
}
.filters-job--submit {
  display: flex;
}
.filters-job--submit button {
  flex: 1;
}
.filters-job button {
  cursor: pointer;
}
.filters-job .overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #1b1b1b;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 89;
  transition: all 0.4s ease;
}
.filters-job .overlay.active {
  opacity: 0.2;
}
.filters-job .button-reset {
  text-align: center;
  color: #666;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.filters-job .button-filter {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #1b1b1b;
  border-radius: 10px;
  padding: 8px 24px;
  width: 100%;
  transition: all 0.4s ease;
  cursor: pointer;
}
.filters-job .button-filter:hover,
.filters-job .button-filter.active {
  background: #1b1b1b;
  color: #fff;
}
.filters-job .button-filter.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.filters-job .button-filter.icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #1b1b1b;
  -webkit-mask: url("../images/icon/icon-filter.svg") no-repeat center;
  mask: url("../images/icon/icon-filter.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.4s ease;
}
.filters-job .button-filter.icon:hover::after,
.filters-job .button-filter.icon.active::after {
  background: #fff;
}
.filters-job .button-filter.chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.filters-job .button-filter.chevron::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #1b1b1b;
  -webkit-mask: url("../images/icon/icon-arrow-down.svg") no-repeat center;
  mask: url("../images/icon/icon-arrow-down.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.4s ease;
}
.filters-job .button-filter.chevron:hover::after,
.filters-job .button-filter.chevron.active::after {
  background: #fff;
}
@media screen and (min-width: 992px) {
  .filters-job .mob {
    display: none !important;
  }
}
.filters-job .desk {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .filters-job .desk {
    display: flex !important;
  }
}
/* FILTERS JOB */
/* JOB CARD */
.jobs-list {
  padding: 0 20px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1256px) {
  .jobs-list {
    padding: 0;
    margin-bottom: 64px;
  }
}
.jobs-list--container {
  max-width: 1216px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .jobs-list--container {
    gap: 32px;
  }
}
.jobs-list-load {
  display: flex;
  margin-top: 32px;
}
.jobs-list-load button {
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.job-card {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 0.25px solid #1b1b1b;
  border-radius: 5px;
  container-type: inline-size;
  container-name: job-card;
}
@media screen and (min-width: 768px) {
  .job-card {
    width: calc((50% - 8px));
  }
}
@media screen and (min-width: 992px) {
  .job-card {
    width: calc(33.33% - 22px);
    padding: 32px;
  }
}
.job-card--informations {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.job-card--informations span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  gap: 4px;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 6px 8px;
}
.job-card--informations .type::before {
  -webkit-mask: url("../images/icon/icon-type-contract.svg") no-repeat center;
  mask: url("../images/icon/icon-type-contract.svg") no-repeat center;
}
.job-card--informations .exp::before {
  -webkit-mask: url("../images/icon/icon-exp.svg") no-repeat center;
  mask: url("../images/icon/icon-exp.svg") no-repeat center;
}
.job-card--contract {
  display: flex;
  gap: 8px;
}
.job-card--footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@container job-card (width > 300px) {
  .job-card--footer {
    flex-direction: row;
  }
}
.job-card--footer a {
  flex: 1;
}

@container job-card (width < 300px) {
  .job-card--footer a {
    width: 100%;
  }
}
.job-card span {
  display: flex;
  align-items: center;
}
.job-card span::before {
  content: "";
  background: #666;
  width: 16px;
  height: 16px;
}
.job-card p:not(.title) {
  display: none;
}
@media screen and (min-width: 768px) {
  .job-card p:not(.title) {
    display: -webkit-box;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.job-card .title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.job-card .mfr {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  gap: 8px;
}
.job-card .mfr::before {
  -webkit-mask: url("../images/icon/icon-home.svg") no-repeat center;
  mask: url("../images/icon/icon-home.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.job-card .location {
  color: #666;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.job-card .location::before {
  -webkit-mask: url("../images/icon/icon-location.svg") no-repeat center;
  mask: url("../images/icon/icon-location.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.information-tile {
  scroll-margin: 32px;
  min-height: 284px;
  padding: 16px;
  width: 100%;
  text-align: center;
  display: none;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  border-radius: 5px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .information-tile {
    width: calc((50% - 8px));
  }
}
@media screen and (min-width: 992px) {
  .information-tile {
    width: calc(33.33% - 22px);
    padding: 32px;
  }
}
.information-tile h3 {
  font-size: 1.375rem;
  line-height: 28px;
  z-index: 1;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .information-tile h3 {
    font-size: 1.5rem;
  }
}
.information-tile span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  z-index: 1;
}
.information-tile a {
  display: block;
  padding: 16px 24px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .information-tile a {
    margin-top: 16px;
  }
}
.information-tile p {
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .information-tile p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.information-tile.dark {
  background: #1b1b1b;
  color: #fff;
  gap: 16px;
}
.information-tile.dark a {
  background: #d8b465;
  border: 1px solid #d8b465;
}
.information-tile.dark a:hover {
  border-color: #fff;
  background: #1b1b1b;
  color: #fff;
}
.information-tile.gradient-gold {
  color: #fff;
}
.information-tile.gradient-gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      180deg,
      rgba(216, 180, 101, 0) 0%,
      rgba(216, 180, 101, 0.6) 100%
    );
  color: #1b1b1b;
}
.information-tile.gradient-gold a {
  background: #1b1b1b;
  color: #fff;
  border: 1px solid #1b1b1b;
}
.information-tile.gradient-gold a:hover {
  background: transparent;
  color: #1b1b1b;
}
.information-tile.gradient-blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(139, 154, 184, 0) 0%, #8b9ab8 100%);
  color: #fff;
}
.information-tile.gradient-blue {
  color: #fff;
}
.information-tile.gradient-blue a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.information-tile.gradient-blue a:hover {
  background: #fff;
  color: #1b1b1b;
}
/* JOB CARD */
