/************************************
 * Grids
 */
/************************************
 * Breakpoints
 */
/************************************
 * Transitions
 */
/************************************
 * Paths
 */
/************************************
 * Fonts
 */
/*** LOCAL FONTS ***/
/*** FONTS ***/
/*** VARIABLES TO USE ***/
/************************************
 * Font Sizes
 */
/************************************
 * COLORS
 */
/************************************
 * THEME
 */
/**
 * Font-size calcul
 */
/**
* Trigger hover effect on different pseudo-classes
* depending on touch or no-touch device
* => no-touch > on hover and on focus (by default, can be disable)
* => touch > on active, and when a class is added on the targeted element (optionnal)
*
* @param $focus (boolean) set to false to disable the hover effect on focus (no-touch only)
* @param $touchClass (string) the hover effect will be set if the targeted element has this class
*/
/**
* Set an item to 100% of its parent's width and height
*/
/**
* Set an item to 100% of the window width (and 100% of its parent height)
* even if located in a limited width wrapper
*/
/**
* Set an item to 100% of the window width
* even if located in a limited width wrapper,
* but keep it in the flow
*/
/**
* To call on an <img> tag.
* Set the image size to adapt to its parent
*/
/**
* Like img-cover(), but for responsive img with <picture>
* /!\ To call on <picture>, or <img> parent.
*/
/**
* Floating form items
* if $class2 equals 'empty', the next item is cleared
*/
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
/**
Convert em value into px
 */
/**
Fluid font-size between 2 breakpoints.
Font-size must be in px, use em2px() function to convert from em.
*/
/**
Fluid value between 2 breakpoints (can be use for other than font-size)
(Font-size must be in px, use em2px() function to convert from em)
*/
/*
Fluid value - clamp version (2023)
@see https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 */
/**
 * Animated placeholder for images or divs (FB like)
 */
/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media only screen and (max-width: $bp-xlarge) {
      @content;
    }
  }
  @else if $point == table {
    @media only screen and (max-width: $bp-large) {
      @content;
    }
  }
  @else if $point == mobile {
    @media only screen and (max-width: $bp-xsmall) {
      @content;
    }
  }
}*/
/*** SPECIFIC TO CURRENT PROJECT ***/
.single-job_offer .job-offer__header {
  color: #fff;
}
.single-job_offer .job-offer__header-infos {
  padding-block: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.single-job_offer .job-offer__header-infos .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 25px;
}
.single-job_offer .job-offer__header-infos .meta .location, .single-job_offer .job-offer__header-infos .meta .ref, .single-job_offer .job-offer__header-infos .meta .date {
  line-height: 20px;
}
.single-job_offer .job-offer__header-infos .meta .location {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.single-job_offer .job-offer__header-infos .meta .ref {
  font-size: 14px;
  color: #C7CDDF;
}
.single-job_offer .job-offer__header-infos .meta .date {
  font-size: 16px;
}
.single-job_offer .job-offer__header-infos .apply {
  width: 300px;
  max-width: 100%;
}
.single-job_offer .job-offer__header-infos .before {
  font-size: clamp(17px, 0.19vw + 16.27px, 20px);
  text-align: center;
}
.single-job_offer .entry-header h1 {
  max-width: 1400px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 981px) {
  .single-job_offer .job-offer__header .wrap:after {
    content: "";
    position: absolute;
    right: var(--g-gutter);
    bottom: -15px;
    background: url("../../svg/illustration-1.svg") no-repeat bottom right;
    background-size: contain;
    width: 320px;
    max-width: 17vw;
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  .single-job_offer .job-offer__header-infos {
    gap: 10px;
  }
  .single-job_offer .job-offer__header-infos .meta .location {
    font-size: 20px;
  }
  .single-job_offer .job-offer__header-infos .meta .ref {
    font-size: 16px;
  }
  .single-job_offer .job-offer__header-infos .meta .date {
    font-size: 18px;
  }
  .single-job_offer .job-offer__header-infos .apply {
    margin-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .single-job_offer .job-offer__header-infos {
    -webkit-padding-after: 35px;
            padding-block-end: 35px;
  }
  .single-job_offer .job-offer__header-infos .meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-job_offer h2, .single-job_offer h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer h4, .single-job_offer h5, .single-job_offer h6 {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
  color: var(--c-dark);
}
.single-job_offer h2 {
  letter-spacing: -1px;
}
.single-job_offer h2 + h2, .single-job_offer h2 + h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content h2 + .title, .single-job_offer h2 + h4, .single-job_offer h2 + h5, .single-job_offer h2 + h6 {
  -webkit-padding-before: clamp(20px, 0.65vw + 17.57px, 30px);
          padding-block-start: clamp(20px, 0.65vw + 17.57px, 30px);
}
.single-job_offer h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer h4, .single-job_offer h5, .single-job_offer h6 {
  letter-spacing: 0px;
}
.single-job_offer h3 + h2, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .title + h2, .single-job_offer h3 + h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .title + h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content h3 + .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .title + .title, .single-job_offer h3 + h4, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .title + h4, .single-job_offer h3 + h5, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .title + h5, .single-job_offer h3 + h6, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .title + h6, .single-job_offer h4 + h2, .single-job_offer h4 + h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content h4 + .title, .single-job_offer h4 + h4, .single-job_offer h4 + h5, .single-job_offer h4 + h6, .single-job_offer h5 + h2, .single-job_offer h5 + h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content h5 + .title, .single-job_offer h5 + h4, .single-job_offer h5 + h5, .single-job_offer h5 + h6, .single-job_offer h6 + h2, .single-job_offer h6 + h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content h6 + .title, .single-job_offer h6 + h4, .single-job_offer h6 + h5, .single-job_offer h6 + h6 {
  -webkit-padding-before: clamp(20px, 0.65vw + 17.57px, 30px);
          padding-block-start: clamp(20px, 0.65vw + 17.57px, 30px);
}
@media screen and (min-width: 769px) {
  .single-job_offer .block-multifocus__multi-col a, .single-job_offer p a {
    position: relative;
    display: inline-block;
    line-height: 1;
  }
  .single-job_offer .block-multifocus__multi-col a:before, .single-job_offer p a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--c-link);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    width: 0;
    height: 1px;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .single-job_offer .block-multifocus__multi-col a:hover:before, .single-job_offer p a:hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (hover: none) {
  .single-job_offer .block-multifocus__multi-col a:before, .single-job_offer p a:before {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .single-job_offer .block-multifocus__multi-col a:before, .single-job_offer p a:before {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .single-job_offer .block-multifocus__multi-col a:hover:before, .single-job_offer p a:hover:before {
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .single-job_offer .block-multifocus__multi-col a, .single-job_offer p a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.single-job_offer .block-multifocus__multi-col a[target=_blank]:after, .single-job_offer p a[target=_blank]:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: clamp(20px, 0.32vw + 18.79px, 25px);
  width: clamp(20px, 0.32vw + 18.79px, 25px);
  background: url("../../svg/external-link.svg") no-repeat center;
  background-size: 100%;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .single-job_offer .block-multifocus__multi-col a[target=_blank], .single-job_offer p a[target=_blank] {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  .single-job_offer .block-multifocus__multi-col a[target=_blank], .single-job_offer p a[target=_blank] {
    margin-right: 30px;
  }
  .single-job_offer .block-multifocus__multi-col a[target=_blank]:after, .single-job_offer p a[target=_blank]:after {
    position: absolute;
    left: 100%;
    height: 100%;
    bottom: 1px;
    right: 0;
  }
}
.single-job_offer p {
  color: var(--c-main);
  font-family: var(--f-default);
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
}
.single-job_offer p strong {
  font-size: clamp(20px, 0.32vw + 18.79px, 25px);
  font-weight: 600;
  color: var(--c-dark);
}
.single-job_offer .checkmark-item, .single-job_offer .is-style-checkmark-item {
  padding-block: clamp(11px, 0.45vw + 9.3px, 18px) clamp(20px, 0.13vw + 19.51px, 22px);
  padding-left: 55px;
  background-image: url("../../svg/checkmark.svg");
  background-position: top clamp(3px, 0.45vw + 1.3px, 10px) left;
  background-repeat: no-repeat;
  background-size: 40px;
}
.single-job_offer .checkmark-item strong, .single-job_offer .is-style-checkmark-item strong {
  font-size: 100%;
  color: var(--c-action);
}
.single-job_offer .checkmark-item p, .single-job_offer .is-style-checkmark-item p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.single-job_offer .checkmark-item a, .single-job_offer .is-style-checkmark-item a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  margin-top: clamp(12px, 0.65vw + 9.57px, 22px);
  font-weight: 600;
}
.single-job_offer ul {
  list-style: none;
  padding-left: 0;
}
.single-job_offer ul li {
  list-style-type: none;
}
.single-job_offer [data-type="core/paragraph"] ul, .single-job_offer .block-multifocus__multi-col ul, .single-job_offer ul[data-type="core/list"], .single-job_offer .wp-block-list {
  padding-block: clamp(20px, 0.32vw + 18.79px, 25px);
  list-style: none;
}
.single-job_offer [data-type="core/paragraph"] ul li, .single-job_offer .block-multifocus__multi-col ul li, .single-job_offer ul[data-type="core/list"] li, .single-job_offer .wp-block-list li {
  position: relative;
  padding-left: 28px;
  padding-block: 10px;
  line-height: 1.24;
}
.single-job_offer [data-type="core/paragraph"] ul li:before, .single-job_offer .block-multifocus__multi-col ul li:before, .single-job_offer ul[data-type="core/list"] li:before, .single-job_offer .wp-block-list li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 18px;
  width: 8px;
  height: 8px;
  background-color: var(--c-quaternary);
  border-radius: 50%;
}
.single-job_offer [data-type="core/paragraph"] ul li strong, .single-job_offer .block-multifocus__multi-col ul li strong, .single-job_offer ul[data-type="core/list"] li strong, .single-job_offer .wp-block-list li strong {
  color: var(--c-secondary);
  font-weight: 700;
}
.single-job_offer [data-type="core/paragraph"] ul li:has(ul), .single-job_offer .block-multifocus__multi-col ul li:has(ul), .single-job_offer ul[data-type="core/list"] li:has(ul), .single-job_offer .wp-block-list li:has(ul) {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.single-job_offer [data-type="core/paragraph"] ul li:has(ul) ul, .single-job_offer .block-multifocus__multi-col ul li:has(ul) ul, .single-job_offer ul[data-type="core/list"] li:has(ul) ul, .single-job_offer .wp-block-list li:has(ul) ul {
  padding-block: 0.25em;
}
.single-job_offer .wp-block-group.is-content-justification-left {
  text-align: left;
}
.single-job_offer .wp-block-group.is-content-justification-center {
  text-align: center;
}
.single-job_offer .wp-block-group.is-content-justification-right {
  text-align: right;
}
.single-job_offer .wp-block-column > *:first-child {
  -webkit-padding-before: 0 !important;
          padding-block-start: 0 !important;
}
.single-job_offer .wp-block-column > *:first-child.wp-block-list {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.single-job_offer hr.wp-block-separator {
  border-top: 1px solid #C7CDDF;
}
.single-job_offer .wp-block-columns.alignfull.is-style-overview-style {
  background-color: #fff;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 0;
}
.single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-heading {
  font-family: var(--f-default);
  font-weight: 400;
}
.single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-heading strong {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
.single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column {
  position: relative;
}
.single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:first-of-type:after {
  content: "";
  position: absolute;
  height: clamp(150px, 2.91vw + 139.08px, 195px);
  width: clamp(150px, 7.91vw + 89.24px, 200px);
  background-image: url("../../svg/illustration-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: 1;
  right: 0;
  bottom: -1px;
  -webkit-transform: translateX(55%);
          transform: translateX(55%);
}
.single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading) {
  position: relative;
  z-index: 1;
}
.single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column p {
  line-height: 1.2;
}
.single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column p strong {
  font-size: clamp(19px, 0.32vw + 17.79px, 24px);
}
@media screen and (max-width: 768px) {
  .single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) {
    margin-top: -90px;
    padding-inline: calc(var(--g-gutter) + 20px);
    border-radius: 10px;
    -webkit-padding-before: 25px;
            padding-block-start: 25px;
  }
}
@media screen and (min-width: 769px) {
  .single-job_offer .wp-block-columns.alignfull.is-style-overview-style {
    padding-bottom: 0;
  }
  .single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) {
    position: relative;
    padding-block: clamp(50px, 5.83vw + 28.16px, 140px) 120px;
    -webkit-padding-end: clamp(70px, 6.94vw + 16.67px, 150px);
            padding-inline-end: clamp(70px, 6.94vw + 16.67px, 150px);
    -webkit-padding-start: var(--g-gutter);
            padding-inline-start: var(--g-gutter);
  }
  .single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) h2 {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
  .single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) p {
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 981px) and (max-width: 1755px) {
  .single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) {
    -webkit-padding-start: 5vw;
            padding-inline-start: 5vw;
  }
}
@media screen and (min-width: 1756px) {
  .single-job_offer .wp-block-columns.alignfull.is-style-overview-style .wp-block-column:has(.wp-block-heading):has(p) {
    -webkit-padding-start: calc((100vw - (var(--g-max-content-width) + var(--g-gutter) * 2)) / 2 + var(--g-gutter));
            padding-inline-start: calc((100vw - (var(--g-max-content-width) + var(--g-gutter) * 2)) / 2 + var(--g-gutter));
    -webkit-padding-after: 90px;
            padding-block-end: 90px;
  }
}
.single-job_offer .wp-block-table table {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #C7CDDF;
  width: auto;
}
.single-job_offer .wp-block-table table thead, .single-job_offer .wp-block-table table tfoot {
  border-bottom: 0;
  border-top: 0;
}
.single-job_offer .wp-block-table table thead th:not(:first-of-type), .single-job_offer .wp-block-table table thead td:not(:first-of-type), .single-job_offer .wp-block-table table tfoot th:not(:first-of-type), .single-job_offer .wp-block-table table tfoot td:not(:first-of-type) {
  color: #fff;
  background-color: var(--c-secondary);
}
.single-job_offer .wp-block-table table td, .single-job_offer .wp-block-table table th {
  min-width: 115px;
  border: 0.5px solid #C7CDDF;
  font-size: 16px;
  font-weight: 600;
}
.single-job_offer .wp-block-table table tbody td {
  background-color: #f9f9f9;
}
.single-job_offer .wp-block-table table tbody > tr:nth-of-type(odd) td {
  background-color: var(--c-quaternary);
  color: #fff;
}
.single-job_offer .wp-block-column > .block-multifocus > .wp-block-table {
  padding-block: 20px;
}
.single-job_offer .wp-element-caption {
  padding: 3px 5px;
  font-size: clamp(15px, 0.06vw + 14.76px, 16px);
  color: var(--c-dark);
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser {
  padding-block: 7.5px;
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid var(--c-action);
  max-width: 410px;
  margin: auto;
  overflow: hidden;
  height: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (min-width: 980px) and (hover: hover) {
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__inner:hover {
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 0px 0px #00D3B7;
            box-shadow: 10px 10px 0px 0px #00D3B7;
  }
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content {
    opacity: 1;
    visibility: visible;
  }
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content .title {
    top: 0;
  }
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__inner:hover .foi-teaser__content .link:before {
    width: 0;
  }
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-block: clamp(35px, 0.65vw + 32.57px, 45px);
  padding-inline: clamp(15px, 0.65vw + 12.57px, 25px);
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__content .title {
  margin: 0;
  position: relative;
  top: 90%;
  -webkit-transition: 0.4s cubic-bezier(0, 1.18, 0.55, 1.02);
  transition: 0.4s cubic-bezier(0, 1.18, 0.55, 1.02);
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__content .description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: clamp(15px, 0.65vw + 12.57px, 25px);
  color: var(--c-default);
  overflow-y: auto;
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__content .link {
  position: relative;
  display: block;
  margin-inline: clamp(15px, 0.65vw + 12.57px, 25px);
  position: relative;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: var(--c-link);
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__content .link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--c-link);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0;
  height: 1px;
}
@media screen and (hover: hover) {
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .link:hover:before {
    width: 100%;
  }
}
@media screen and (hover: none) {
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .link:before {
    width: 100%;
  }
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__content .link:before {
  width: 100%;
}
@media screen and (hover: hover) {
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .link:hover:before {
    width: 0;
  }
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__content .link:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 12px;
  left: calc(100% + 15px);
  top: calc(50% - 6px);
  background-image: url("../../svg/arrow-green.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__top {
  aspect-ratio: 1;
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: clamp(15px, 1.62vw + 8.93px, 40px) clamp(20px, 1.94vw + 12.72px, 50px);
  background-image: url("../../svg/arrow-green.svg");
  background-position: right 25px top 25px;
  background-size: 17px;
  background-repeat: no-repeat;
}
.single-job_offer .wp-block-cern-open-positions .foi-teaser__bottom h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__bottom .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .foi-teaser__bottom .title {
  margin: 0;
}
@media screen and (min-width: 601px) {
  .single-job_offer .wp-block-cern-open-positions .foi-teaser {
    padding-inline: 10px;
    padding-block: 10px;
  }
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__top {
    aspect-ratio: 1.03;
  }
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__bottom {
    padding-block: 15px 30px;
  }
}
@media screen and (max-width: 600px) {
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
  }
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__bottom {
    padding-block: 10px 25px;
    background-position: bottom 13px right 15px;
  }
  .single-job_offer .wp-block-cern-open-positions .foi-teaser__bottom h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__bottom .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .foi-teaser__bottom .title {
    font-family: var(--f-default);
    font-size: 18px;
    font-weight: 600;
  }
}
.single-job_offer .wp-block-cern-open-positions .archive__term, .single-job_offer .wp-block-cern-open-positions .empty-foi {
  border-top: 1px solid var(--c-border);
  padding-block: clamp(17px, 1.49vw + 11.42px, 40px);
}
.single-job_offer .wp-block-cern-open-positions .archive__term h2.archive__term-title, .single-job_offer .wp-block-cern-open-positions .empty-foi h2.archive__term-title {
  color: var(--c-dark);
  font-size: clamp(25px, 1.39vw + 8.33px, 35px);
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
@media screen and (min-width: 769px) {
  .single-job_offer .wp-block-cern-open-positions .archive__term > *:first-of-type, .single-job_offer .wp-block-cern-open-positions .empty-foi > *:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    -webkit-padding-end: clamp(20px, 1.3vw + 10px, 35px);
            padding-inline-end: clamp(20px, 1.3vw + 10px, 35px);
  }
  .single-job_offer .wp-block-cern-open-positions .archive__term > *:last-of-type, .single-job_offer .wp-block-cern-open-positions .empty-foi > *:last-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%;
    -webkit-padding-start: clamp(20px, 0.43vw + 16.67px, 25px);
            padding-inline-start: clamp(20px, 0.43vw + 16.67px, 25px);
  }
  .single-job_offer .wp-block-cern-open-positions .archive__term-right, .single-job_offer .wp-block-cern-open-positions .archive__term__right, .single-job_offer .wp-block-cern-open-positions .empty-foi-right, .single-job_offer .wp-block-cern-open-positions .empty-foi__right {
    border-left: 1px solid var(--c-border);
  }
}
.single-job_offer .wp-block-cern-open-positions .empty-foi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-job_offer .wp-block-cern-open-positions .empty-foi:before {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single-job_offer .wp-block-cern-open-positions .empty-foi h2 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single-job_offer .wp-block-cern-open-positions .empty-foi__text {
  color: #5D6066;
  font-size: clamp(16px, 0.21vw + 13.91px, 18px);
}
.single-job_offer .wp-block-cern-open-positions .empty-foi__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(15px, 2.78vw + -18.33px, 35px);
}
@media screen and (hover: hover) {
  .single-job_offer .wp-block-cern-open-positions .empty-foi:hover:before {
    opacity: 1;
  }
  .single-job_offer .wp-block-cern-open-positions .empty-foi:hover h2 {
    color: var(--c-secondary);
  }
}
@media screen and (min-width: 769px) {
  .single-job_offer .wp-block-cern-open-positions .empty-foi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-job_offer .wp-block-cern-open-positions .empty-foi__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .single-job_offer .wp-block-cern-open-positions .empty-foi__right .btn-alert {
    white-space: nowrap;
  }
  .single-job_offer .wp-block-cern-open-positions .empty-foi__text {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .single-job_offer .wp-block-cern-open-positions .empty-foi__right {
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
  }
}
.single-job_offer .wp-block-cern-open-positions .archive__term {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}
.single-job_offer .wp-block-cern-open-positions .archive__term:before {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.single-job_offer .wp-block-cern-open-positions .archive__term-left {
  position: relative;
}
.single-job_offer .wp-block-cern-open-positions .archive__term-left:after {
  content: "";
  top: 5px;
  right: 25px;
  height: clamp(25px, 1.06vw + 14.57px, 35px);
  width: clamp(25px, 1.06vw + 14.57px, 35px);
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: url("../../svg/arrow-green.svg") no-repeat center;
  background-size: contain;
}
@media screen and (hover: hover) {
  .single-job_offer .wp-block-cern-open-positions .archive__term:hover:before {
    opacity: 1;
  }
  .single-job_offer .wp-block-cern-open-positions .archive__term:hover .archive__term-left h2 {
    color: var(--c-secondary);
  }
  .single-job_offer .wp-block-cern-open-positions .archive__term:hover .archive__term-left:after {
    opacity: 1;
  }
}
.single-job_offer .wp-block-cern-open-positions .archive__term .btn-alert {
  -webkit-padding-start: clamp(50px, 1.29vw + 45.15px, 70px);
          padding-inline-start: clamp(50px, 1.29vw + 45.15px, 70px);
}
.single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  padding-block: 18px;
  padding-inline: clamp(15px, 0.65vw + 12.57px, 25px);
}
.single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser__top .ref {
  display: none;
  color: #5D6066;
  font-size: clamp(14px, 0.17vw + 12.67px, 16px);
  line-height: calc(clamp(18px, 0.26vw + 17.03px, 22px) * var(--h3-line-height));
}
.single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 25px;
  color: #191414;
  font-size: 15px;
  display: none;
}
.single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li {
  position: relative;
  padding-left: 25px;
}
.single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../svg/contract.svg");
  width: 18px;
  height: 18px;
}
.single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags li.flexibility-tag:before {
  width: 20px;
  height: 20px;
  background-image: url("../../svg/laptop.svg");
}
.single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser h3, .single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .archive__term .job-offer-teaser .title {
  font-family: var(--f-default);
  font-size: clamp(18px, 0.35vw + 15.33px, 22px);
  color: var(--c-primary);
  font-weight: 600;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media screen and (hover: hover) {
  .single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser:hover h3, .single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser:hover .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .archive__term .job-offer-teaser:hover .title {
    color: var(--c-action);
  }
}
@media screen and (min-width: 769px) {
  .single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser__top .ref {
    display: block;
  }
  .single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
}
@media screen and (max-width: 980px) {
  .single-job_offer .wp-block-cern-open-positions .archive__term .job-offer-teaser__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-job_offer .wp-block-cern-open-positions .archive__term-left h2 {
  margin-bottom: clamp(16.56px, 0.12vw + 16.11px, 18.4px);
}
.single-job_offer .wp-block-cern-open-positions .archive__term-jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .single-job_offer .wp-block-cern-open-positions .archive__term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single-job_offer .wp-block-cern-open-positions .foi__explore-foi-slider-wrapper {
  padding-block: clamp(30px, 1.94vw + 22.72px, 60px);
}
@media screen and (min-width: 481px) {
  .single-job_offer .wp-block-cern-open-positions .foi__explore-foi-slider-wrapper {
    margin-inline: -10px;
  }
}
.single-job_offer .wp-block-cern-open-positions .foi__explore-foi-slider .slick-list {
  overflow: visible;
}
.single-job_offer .wp-block-cern-open-positions .foi__explore-foi-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.single-job_offer .wp-block-cern-open-positions .foi__explore-foi-slider .slick-slide {
  height: inherit !important;
}
.single-job_offer .wp-block-image img {
  border-radius: 10px;
}
.single-job_offer .wp-block-video video {
  border-radius: 10px;
  overflow: hidden;
}
.single-job_offer .wp-block-video .play-icon {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  background: url("../../svg/play.svg") no-repeat center;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: 1;
  cursor: pointer;
}
.single-job_offer .wp-block-video:not(.init) video::-webkit-media-controls {
  display: none;
}
.single-job_offer .wp-block-video .wp-element-caption {
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
}
.single-job_offer .block-multifocus__social-media-inner {
  border-radius: 10px;
  background: #F9F9F9;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  padding-block: 40px clamp(0px, 2.59vw + -9.71px, 40px);
  padding-inline: clamp(15px, 3.56vw + 1.65px, 70px);
}
.single-job_offer .block-multifocus__social-media-inner > h3, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner > .title, .single-job_offer .block-multifocus__social-media-inner > .h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  font-size: clamp(25px, 0.32vw + 23.79px, 30px);
  line-height: 40px;
  min-height: 40px;
}
.single-job_offer .block-multifocus__social-media-inner > h3:before, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner > .title:before, .single-job_offer .block-multifocus__social-media-inner > .h3:before {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
}
.single-job_offer .block-multifocus__social-media-inner h3:before, .single-job_offer .block-multifocus__social-media-inner .wp-block-cern-open-positions .foi-teaser__content .title:before, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .block-multifocus__social-media-inner .title:before {
  background-image: url("../../svg/social-media.svg");
}
.single-job_offer .block-multifocus__social-media-inner .wp-block-embed__wrapper {
  background-color: #fff;
}
.single-job_offer .block-multifocus__social-media-inner .wp-block-embed__wrapper > * {
  justify-self: center;
  margin-inline: auto;
}
.single-job_offer.is-root-container > * {
  padding-block: clamp(20px, 0.65vw + 17.57px, 30px);
  margin-block: 0;
}
.single-job_offer footer {
  background-color: var(--c-page-bg);
}
.single-job_offer .entry-content {
  -webkit-padding-before: 55px;
          padding-block-start: 55px;
}
.single-job_offer .entry-content section {
  position: relative;
  -webkit-margin-after: clamp(60px, 0.65vw + 57.57px, 70px);
          margin-block-end: clamp(60px, 0.65vw + 57.57px, 70px);
  -webkit-margin-before: clamp(60px, 0.65vw + 57.57px, 70px);
          margin-block-start: clamp(60px, 0.65vw + 57.57px, 70px);
}
.single-job_offer .entry-content section:first-of-type {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
.single-job_offer .entry-content section:first-of-type {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.single-job_offer .entry-content h2 {
  line-height: 1.1;
  font-size: clamp(30px, 1.29vw + 25.15px, 50px);
  font-variation-settings: "wdth" 100, "wght" 400;
}
.single-job_offer .entry-content h2 strong {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
.single-job_offer .entry-content h3, .single-job_offer .entry-content .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .title {
  font-size: clamp(25px, 0.32vw + 23.79px, 30px);
}
.single-job_offer .entry-content h4 {
  font-size: 25px;
}
.single-job_offer .entry-content p {
  line-height: 1.2;
}
.single-job_offer .entry-content .light-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: clamp(25px, 1.62vw + 18.93px, 50px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.08);
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-inline: clamp(20px, 3.24vw + 7.86px, 70px);
  background: #FFF;
  border-radius: 10px;
  gap: 20px;
}
.single-job_offer .entry-content .light-block h3, .single-job_offer .entry-content .light-block .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .light-block .title {
  font-size: clamp(25px, 0.32vw + 23.79px, 30px);
  margin-bottom: 0;
  text-transform: capitalize;
}
.single-job_offer .entry-content .light-block .content {
  line-height: 1.25;
}
.single-job_offer .entry-content .light-block h3, .single-job_offer .entry-content .light-block .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .light-block .title {
  text-align: center;
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
.single-job_offer .entry-content .light-block button {
  -ms-flex-item-align: center;
      align-self: center;
  margin-block: 5px;
}
.single-job_offer .entry-content .job-offer__presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 32px;
}
.single-job_offer .entry-content .job-offer__presentation > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.single-job_offer .entry-content .job-offer__profile h2 {
  margin-inline: auto;
  text-align: center;
  font-family: var(--f-default);
  font-variation-settings: "wdth" 100, "wght" 300;
}
.single-job_offer .entry-content .job-offer__profile h2 strong {
  display: block;
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
.single-job_offer .entry-content .job-offer__profile-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 30px;
  padding-block: clamp(20px, 1.29vw + 15.15px, 40px);
}
.single-job_offer .entry-content .job-offer__profile-blocks > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 555px;
}
.single-job_offer .entry-content .illustration-2 {
  position: relative;
  height: clamp(170px, 12.68vw + 122.44px, 300px);
  background-image: url("../../svg/illustration-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 20px;
  margin-bottom: -10px;
}
.single-job_offer .entry-content .job-offer__profile-list h3, .single-job_offer .entry-content .job-offer__profile-list .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .job-offer__profile-list .title {
  font-family: var(--f-title);
  color: var(--c-light);
}
.single-job_offer .entry-content .job-offer__profile-list ul li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.single-job_offer .entry-content .job-offer__profile-list ul li:before {
  top: -5px;
}
.single-job_offer .entry-content .job-offer__profile-list ul li.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0px;
  max-height: 0px;
  margin-block: 0;
}
.single-job_offer .entry-content .job-offer__profile-list ul li.revealed {
  visibility: visible;
  opacity: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 200px;
}
.single-job_offer .entry-content .job-offer__skills h3, .single-job_offer .entry-content .job-offer__skills .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .job-offer__skills .title {
  font-family: var(--f-title);
  color: var(--c-light);
}
.single-job_offer .entry-content .job-offer__skills ul li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.single-job_offer .entry-content .job-offer__skills ul li:before {
  top: -5px;
}
.single-job_offer .entry-content .job-offer__skills ul li.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0px;
  max-height: 0px;
  margin-block: 0;
}
.single-job_offer .entry-content .job-offer__skills ul li.revealed {
  visibility: visible;
  opacity: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 200px;
}
.single-job_offer .entry-content .job-offer__missions .content p {
  margin-top: 15px;
}
.single-job_offer .entry-content .job-offer__missions .content br {
  display: none;
}
.single-job_offer .entry-content .job-offer__missions .content:not(.content-more) > p:first-of-type {
  margin-top: 0;
}
.single-job_offer .entry-content .job-offer__missions .content-info-link {
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
}
.single-job_offer .entry-content .job-offer__missions .content-more {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-padding-after: 0 !important;
          padding-block-end: 0 !important;
}
.single-job_offer .entry-content .job-offer__missions .content-more.revealed {
  visibility: visible;
  opacity: 1;
}
.single-job_offer .entry-content .job-offer__responsibilities {
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
}
.single-job_offer .entry-content .job-offer__responsibilities ul {
  padding-block: 5px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  gap: 0;
  width: 100%;
}
.single-job_offer .entry-content .job-offer__responsibilities ul li {
  position: relative;
  padding-left: clamp(50px, 0.65vw + 47.57px, 60px);
}
.single-job_offer .entry-content .job-offer__responsibilities ul li {
  margin-block: 10px;
  -webkit-transition: 0.3s ease, margin-block 0.1s;
  transition: 0.3s ease, margin-block 0.1s;
}
.single-job_offer .entry-content .job-offer__responsibilities ul li:before {
  content: "";
  display: inline-block;
  width: clamp(25px, 0.58vw + 22.82px, 34px);
  height: clamp(18px, 0.39vw + 16.54px, 24px);
  background-image: url("../../svg/arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 769px) {
  .single-job_offer .entry-content .job-offer__responsibilities ul {
    padding-inline: 12px;
  }
}
.single-job_offer .entry-content .job-offer__responsibilities ul li.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0px;
  max-height: 0px;
  margin-block: 0;
}
.single-job_offer .entry-content .job-offer__responsibilities ul li.revealed {
  visibility: visible;
  opacity: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.single-job_offer .entry-content .job-offer__department {
  -webkit-padding-before: clamp(0px, 5.83vw + -21.84px, 90px);
          padding-block-start: clamp(0px, 5.83vw + -21.84px, 90px);
  -webkit-padding-after: clamp(0px, 2.59vw + -9.71px, 40px);
          padding-block-end: clamp(0px, 2.59vw + -9.71px, 40px);
  max-width: 768px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.single-job_offer .entry-content .job-offer__department-image img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1.64;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-job_offer .entry-content .job-offer__department-content {
  padding-block: clamp(0px, 4.76vw + -46.67px, 20px);
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
}
.single-job_offer .entry-content .job-offer__department-content h2 {
  margin-bottom: 0.5em;
  font-family: var(--f-default);
  font-variation-settings: "wdth" 100, "wght" 300;
}
.single-job_offer .entry-content .job-offer__department-content h2 span {
  display: block;
}
.single-job_offer .entry-content .job-offer__department-content h2 strong {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
@media screen and (min-width: 981px) {
  .single-job_offer .entry-content .job-offer__department {
    max-width: 1420px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .single-job_offer .entry-content .job-offer__department > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12.5px);
            flex: 0 0 calc(50% - 12.5px);
  }
  .single-job_offer .entry-content .job-offer__department-content {
    max-width: 410px;
    margin-inline: auto;
  }
}
.single-job_offer .entry-content .job-offer__overview {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.single-job_offer .entry-content .job-offer__overview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.single-job_offer .entry-content .job-offer__overview .left {
  position: relative;
  z-index: 1;
}
.single-job_offer .entry-content .job-offer__overview .left .content {
  background: #FFF;
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
}
.single-job_offer .entry-content .job-offer__overview .left .content h2 {
  font-family: var(--f-default);
  font-variation-settings: "wdth" 100, "wght" 300;
}
.single-job_offer .entry-content .job-offer__overview .left .content h2 strong {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
.single-job_offer .entry-content .job-offer__overview .left .content .text strong {
  font-size: clamp(19px, 0.32vw + 17.79px, 24px);
}
.single-job_offer .entry-content .job-offer__overview .left .content .illustration-3 {
  height: clamp(150px, 2.91vw + 139.08px, 195px);
  background-image: url("../../svg/illustration-3.svg");
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: left bottom;
  z-index: 1;
}
.single-job_offer .entry-content .job-offer__overview .right {
  position: relative;
}
.single-job_offer .entry-content .job-offer__overview .right .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.single-job_offer .entry-content .job-offer__overview .right .gallery-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-job_offer .entry-content .job-offer__overview .right .gallery-image.active {
  opacity: 1;
}
@media screen and (min-width: 601px) {
  .single-job_offer .entry-content .job-offer__overview .right .gallery-image {
    aspect-ratio: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .single-job_offer .entry-content .job-offer__overview {
    padding-bottom: 0;
  }
  .single-job_offer .entry-content .job-offer__overview-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .single-job_offer .entry-content .job-offer__overview .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .single-job_offer .entry-content .job-offer__overview .left .content {
    position: relative;
    padding-block: clamp(50px, 5.83vw + 28.16px, 140px) 120px;
    -webkit-padding-end: clamp(70px, 6.94vw + 16.67px, 150px);
            padding-inline-end: clamp(70px, 6.94vw + 16.67px, 150px);
    -webkit-padding-start: var(--g-gutter);
            padding-inline-start: var(--g-gutter);
  }
  .single-job_offer .entry-content .job-offer__overview .left .content h2 {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
  .single-job_offer .entry-content .job-offer__overview .left .content p {
    margin-top: 0.1em;
  }
  .single-job_offer .entry-content .job-offer__overview .left .content .illustration-3 {
    position: absolute;
    width: clamp(150px, 7.91vw + 89.24px, 200px);
    background-size: contain;
    background-position: center bottom;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .single-job_offer .entry-content .job-offer__overview .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .single-job_offer .entry-content .job-offer__overview .right .gallery-image {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 981px) and (max-width: 1755px) {
  .single-job_offer .entry-content .job-offer__overview-inner .left .content {
    -webkit-padding-start: 5vw;
            padding-inline-start: 5vw;
  }
}
@media screen and (min-width: 1756px) {
  .single-job_offer .entry-content .job-offer__overview-inner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
  .single-job_offer .entry-content .job-offer__overview-inner .left .content {
    -webkit-padding-start: calc((100vw - (var(--g-max-content-width) + var(--g-gutter) * 2)) / 2 + var(--g-gutter));
            padding-inline-start: calc((100vw - (var(--g-max-content-width) + var(--g-gutter) * 2)) / 2 + var(--g-gutter));
    -webkit-padding-after: 90px;
            padding-block-end: 90px;
  }
}
@media screen and (max-width: 768px) {
  .single-job_offer .entry-content .job-offer__overview .left {
    margin-top: -90px;
    padding-inline: var(--g-gutter);
  }
  .single-job_offer .entry-content .job-offer__overview .left .content {
    border-radius: 10px;
    -webkit-padding-before: 25px;
            padding-block-start: 25px;
    padding-inline: 20px;
  }
  .single-job_offer .entry-content .job-offer__overview .left .illustration-3 svg {
    max-width: 150px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .single-job_offer .entry-content .job-offer__overview .right {
    aspect-ratio: 0.8;
  }
}
@media screen and (max-width: 600px) {
  .single-job_offer .entry-content .job-offer__overview .right {
    aspect-ratio: 0.453;
  }
}
.single-job_offer .entry-content .job-offer__global-benefits h2 {
  position: relative;
  margin-inline: auto;
  text-align: center;
  color: var(--c-default);
  font-family: var(--f-default);
  font-variation-settings: "wdth" 100, "wght" 300;
}
.single-job_offer .entry-content .job-offer__global-benefits h2 strong {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
.single-job_offer .entry-content .job-offer__global-benefits h2:after {
  display: inline-block;
  content: "";
  position: relative;
  background: url("../../svg/stars-yellow.svg") no-repeat center;
  width: clamp(33px, 0.78vw + 30.09px, 45px);
  height: clamp(56px, 1.23vw + 51.39px, 75px);
  vertical-align: bottom;
}
.single-job_offer .entry-content .job-offer__global-benefits-slider {
  padding-block: clamp(5px, 0.65vw + 2.57px, 15px);
}
.single-job_offer .entry-content .job-offer__global-benefits-slider-wrapper {
  position: relative;
}
.single-job_offer .entry-content .job-offer__global-benefits-slider li {
  padding: 10px;
}
.single-job_offer .entry-content .job-offer__global-benefits-slider li .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--f-title);
  font-variation-settings: "wdth" 100, "wght" 300;
  line-height: 1.08;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.08);
  padding: clamp(15px, 0.97vw + 11.36px, 30px) clamp(20px, 2.59vw + 10.29px, 60px) clamp(15px, 2.27vw + 6.5px, 50px);
  color: var(--c-dark);
  font-size: clamp(20px, 0.87vw + 13.33px, 30px);
}
@media screen and (min-width: 769px) {
  .single-job_offer .entry-content .job-offer__global-benefits h2:after {
    margin-left: 60px;
    margin-right: calc(-60px - clamp(33px, 0.78vw + 30.09px, 45px));
  }
  .single-job_offer .entry-content .job-offer__global-benefits-slider li {
    text-align: center;
  }
  .single-job_offer .entry-content .job-offer__global-benefits .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .single-job_offer .entry-content .job-offer__global-benefits .slick-slide {
    height: inherit !important;
  }
  .single-job_offer .entry-content .job-offer__global-benefits .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .single-job_offer .entry-content .job-offer__global-benefits h2 {
    margin-top: -15px;
    padding-top: clamp(80px, 7.63vw + 51.37px, 110px);
  }
  .single-job_offer .entry-content .job-offer__global-benefits h2:after {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .single-job_offer .entry-content .job-offer__global-benefits-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-job_offer .entry-content .job-offer__global-benefits-slider li {
    padding-inline: 0;
  }
}
.single-job_offer .entry-content .job-offer__conditions-wrapper {
  border-radius: 10px;
  background: #F9F9F9;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  padding-block: 40px clamp(0px, 2.59vw + -9.71px, 40px);
  padding-inline: clamp(15px, 3.56vw + 1.65px, 70px);
  padding-block: clamp(20px, 1.29vw + 15.15px, 40px);
  background: #FFF;
}
.single-job_offer .entry-content .job-offer__conditions-wrapper > h3, .single-job_offer .entry-content .wp-block-cern-open-positions .foi-teaser__content .job-offer__conditions-wrapper > .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .job-offer__conditions-wrapper > .title, .single-job_offer .entry-content .job-offer__conditions-wrapper > .h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  font-size: clamp(25px, 0.32vw + 23.79px, 30px);
  line-height: 40px;
  min-height: 40px;
}
.single-job_offer .entry-content .job-offer__conditions-wrapper > h3:before, .single-job_offer .entry-content .wp-block-cern-open-positions .foi-teaser__content .job-offer__conditions-wrapper > .title:before, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .job-offer__conditions-wrapper > .title:before, .single-job_offer .entry-content .job-offer__conditions-wrapper > .h3:before {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
}
.single-job_offer .entry-content .job-offer__conditions-wrapper h3, .single-job_offer .entry-content .job-offer__conditions-wrapper .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .job-offer__conditions-wrapper .title {
  font-size: var(--h4-font-size) !important;
}
.single-job_offer .entry-content .job-offer__conditions-top .item {
  padding-block: 5px;
}
.single-job_offer .entry-content .job-offer__conditions-top .item.has-icon {
  position: relative;
  padding-left: 35px;
}
.single-job_offer .entry-content .job-offer__conditions-top .item.has-icon:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  height: 22.5px;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-job_offer .entry-content .job-offer__conditions-top .item.team-supervision:before {
  background-image: url("../../svg/team-supervision.svg");
}
.single-job_offer .entry-content .job-offer__conditions-top .item.job-flexibility:before {
  background-image: url("../../svg/job-flexibility.svg");
  background-size: 19px;
}
.single-job_offer .entry-content .job-offer__conditions-top .item.grade-range:before {
  background-image: url("../../svg/grade-range.svg");
  background-size: 22px;
}
.single-job_offer .entry-content .job-offer__conditions-top .item.start-date:before {
  background-image: url("../../svg/contract.svg");
  background-size: 19px;
}
.single-job_offer .entry-content .job-offer__conditions-top .item.benchmark-job:before {
  background-image: url("../../svg/benchmark.svg");
}
.single-job_offer .entry-content .job-offer__conditions-top .item strong {
  margin-right: 5px;
  color: var(--c-dark);
}
.single-job_offer .entry-content .job-offer__conditions-table {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-job_offer .entry-content .job-offer__conditions-table-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 785px;
  padding-block: clamp(20px, 0.97vw + 16.36px, 35px);
  padding-inline: clamp(15px, 2.27vw + 6.5px, 50px);
  background-color: #F5F5F7;
}
.single-job_offer .entry-content .job-offer__conditions-table-item.medical-risk .notice {
  margin-top: 20px;
}
.single-job_offer .entry-content .job-offer__conditions-table-item h3, .single-job_offer .entry-content .job-offer__conditions-table-item .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .job-offer__conditions-table-item .title {
  margin-bottom: clamp(20px, 0.65vw + 17.57px, 30px);
}
.single-job_offer .entry-content .job-offer__conditions-table-item ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  gap: 15px;
}
.single-job_offer .entry-content .job-offer__conditions-table-item ul li {
  position: relative;
  padding-left: clamp(50px, 0.65vw + 47.57px, 60px);
}
.single-job_offer .entry-content .job-offer__conditions-table-item ul li {
  padding-left: 35px;
  font-size: clamp(18px, 0.17vw + 16.67px, 20px);
  line-height: 1.25;
}
.single-job_offer .entry-content .job-offer__conditions-table-item ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--c-action);
  position: absolute;
  left: 8px;
  top: 8px;
}
@media screen and (max-width: 600px) {
  .single-job_offer .entry-content .job-offer__conditions-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-job_offer .entry-content .job-offer__application-notice, .single-job_offer .entry-content .job-offer__ready-to-apply {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  -webkit-margin-before: clamp(0px, 12.15vw + -93.33px, 140px);
          margin-block-start: clamp(0px, 12.15vw + -93.33px, 140px);
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-before: clamp(40px, 3.24vw + 27.86px, 90px);
          padding-block-start: clamp(40px, 3.24vw + 27.86px, 90px);
  -webkit-padding-after: clamp(40px, 4.53vw + 23.01px, 110px);
          padding-block-end: clamp(40px, 4.53vw + 23.01px, 110px);
  background-color: var(--c-dark);
  color: #fff;
  --c-link: #fff;
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
}
.single-job_offer .entry-content .job-offer__application-notice .wrap, .single-job_offer .entry-content .job-offer__ready-to-apply .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.single-job_offer .entry-content .job-offer__application-notice .illustration-4, .single-job_offer .entry-content .job-offer__ready-to-apply .illustration-4 {
  background: url("../../svg/illustration-4.svg") no-repeat center;
  background-size: contain;
  width: clamp(206px, 4.4vw + 189.5px, 274px);
  height: clamp(133px, 2.85vw + 122.32px, 177px);
}
.single-job_offer .entry-content .job-offer__application-notice h3, .single-job_offer .entry-content .job-offer__application-notice .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .job-offer__application-notice .title, .single-job_offer .entry-content .job-offer__application-notice h4, .single-job_offer .entry-content .job-offer__ready-to-apply h3, .single-job_offer .entry-content .job-offer__ready-to-apply .wp-block-cern-open-positions .foi-teaser__content .title, .single-job_offer .wp-block-cern-open-positions .foi-teaser__content .entry-content .job-offer__ready-to-apply .title, .single-job_offer .entry-content .job-offer__ready-to-apply h4 {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
  color: var(--c-action);
}
.single-job_offer .entry-content .job-offer__application-notice h2, .single-job_offer .entry-content .job-offer__ready-to-apply h2 {
  margin-bottom: 0;
  color: #fff;
  position: relative;
  font-family: var(--f-default);
  font-variation-settings: "wdth" 100, "wght" 300;
}
.single-job_offer .entry-content .job-offer__application-notice h2 strong, .single-job_offer .entry-content .job-offer__ready-to-apply h2 strong {
  display: block;
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
.single-job_offer .entry-content .job-offer__application-notice h2:after, .single-job_offer .entry-content .job-offer__ready-to-apply h2:after {
  content: "";
  position: absolute;
  left: calc(100% + 40px);
  top: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-job_offer .entry-content .job-offer__application-notice-list, .single-job_offer .entry-content .job-offer__ready-to-apply-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 0.65vw + 37.57px, 50px);
}
.single-job_offer .entry-content .job-offer__application-notice-list ul, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul {
  padding-block: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  gap: 0;
  gap: 10px 13px;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-job_offer .entry-content .job-offer__application-notice-list ul li, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul li {
  position: relative;
  padding-left: clamp(50px, 0.65vw + 47.57px, 60px);
}
.single-job_offer .entry-content .job-offer__application-notice-list ul li, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul li {
  margin-block: 10px;
  -webkit-transition: 0.3s ease, margin-block 0.1s;
  transition: 0.3s ease, margin-block 0.1s;
}
.single-job_offer .entry-content .job-offer__application-notice-list ul li:before, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul li:before {
  content: "";
  display: inline-block;
  width: clamp(25px, 0.58vw + 22.82px, 34px);
  height: clamp(18px, 0.39vw + 16.54px, 24px);
  background-image: url("../../svg/arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 769px) {
  .single-job_offer .entry-content .job-offer__application-notice-list ul, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul {
    padding-inline: 12px;
  }
}
.single-job_offer .entry-content .job-offer__application-notice-list ul li, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 35px;
}
.single-job_offer .entry-content .job-offer__application-notice-list ul li:before, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul li:before {
  width: 17px;
  height: 12px;
  top: 7px;
}
@media screen and (min-width: 769px) {
  .single-job_offer .entry-content .job-offer__application-notice-list ul, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul {
    padding-inline: 0;
  }
  .single-job_offer .entry-content .job-offer__application-notice-list ul li, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10.5px);
            flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
  }
}
.single-job_offer .entry-content .job-offer__application-notice-list ul a, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul a {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.single-job_offer .entry-content .job-offer__application-notice-list ul a:before, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--c-link);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0;
  height: 1px;
}
@media screen and (hover: hover) {
  .single-job_offer .entry-content .job-offer__application-notice-list ul a:hover:before, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul a:hover:before {
    width: 100%;
  }
}
@media screen and (hover: none) {
  .single-job_offer .entry-content .job-offer__application-notice-list ul a:before, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul a:before {
    width: 100%;
  }
}
.single-job_offer .entry-content .job-offer__application-notice-list ul a:before, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul a:before {
  width: 100%;
}
@media screen and (hover: hover) {
  .single-job_offer .entry-content .job-offer__application-notice-list ul a:hover:before, .single-job_offer .entry-content .job-offer__ready-to-apply-list ul a:hover:before {
    width: 0;
  }
}
.single-job_offer .entry-content .job-offer__application-notice-list .block.eligibility ul li, .single-job_offer .entry-content .job-offer__ready-to-apply-list .block.eligibility ul li {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}
.single-job_offer .entry-content .job-offer__application-notice-list .block.application .application-cta, .single-job_offer .entry-content .job-offer__ready-to-apply-list .block.application .application-cta {
  --c-button-primary__hover__background: var(--c-secondary);
  padding-top: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .single-job_offer .entry-content .job-offer__application-notice, .single-job_offer .entry-content .job-offer__ready-to-apply {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
  .single-job_offer .entry-content .job-offer__application-notice .wrap, .single-job_offer .entry-content .job-offer__ready-to-apply .wrap {
    position: relative;
  }
  .single-job_offer .entry-content .job-offer__application-notice-left, .single-job_offer .entry-content .job-offer__ready-to-apply-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    min-height: clamp(310px, 6.33vw + 261.39px, 350px);
  }
  .single-job_offer .entry-content .job-offer__application-notice-list, .single-job_offer .entry-content .job-offer__ready-to-apply-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .single-job_offer .entry-content .job-offer__application-notice h2, .single-job_offer .entry-content .job-offer__ready-to-apply h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .single-job_offer .entry-content .job-offer__application-notice h2:after, .single-job_offer .entry-content .job-offer__ready-to-apply h2:after {
    background-image: url("../../svg/arrow-drawing-right.svg");
    width: 70px;
    height: 36px;
    left: 90%;
    top: calc(100% + 40px);
  }
  .single-job_offer .entry-content .job-offer__application-notice .illustration-4, .single-job_offer .entry-content .job-offer__ready-to-apply .illustration-4 {
    position: absolute;
    left: var(--g-gutter);
    bottom: 0;
  }
  .single-job_offer .entry-content .job-offer__application-notice .block.resources, .single-job_offer .entry-content .job-offer__application-notice .block.documents, .single-job_offer .entry-content .job-offer__ready-to-apply .block.resources, .single-job_offer .entry-content .job-offer__ready-to-apply .block.documents {
    max-width: 820px;
  }
  .single-job_offer .entry-content .job-offer__application-notice .block.resources ul a, .single-job_offer .entry-content .job-offer__ready-to-apply .block.resources ul a {
    white-space: nowrap;
    font-size: 18px;
  }
  .single-job_offer .entry-content .job-offer__application-notice .block.application .application-cta, .single-job_offer .entry-content .job-offer__ready-to-apply .block.application .application-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    padding-top: 30px;
  }
  .single-job_offer .entry-content .job-offer__application-notice .block.application .application-cta a.btn, .single-job_offer .entry-content .job-offer__ready-to-apply .block.application .application-cta a.btn {
    min-width: 260px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1755px) {
  .single-job_offer .entry-content .job-offer__application-notice .illustration-4, .single-job_offer .entry-content .job-offer__ready-to-apply .illustration-4 {
    left: 5vw;
  }
}
@media screen and (min-width: 1756px) {
  .single-job_offer .entry-content .job-offer__application-notice .illustration-4, .single-job_offer .entry-content .job-offer__ready-to-apply .illustration-4 {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .single-job_offer .entry-content .job-offer__application-notice h2:after, .single-job_offer .entry-content .job-offer__ready-to-apply h2:after {
    width: 36px;
    height: 70px;
    background-image: url("../../svg/arrow-drawing-down.svg");
  }
  .single-job_offer .entry-content .job-offer__application-notice .wrap, .single-job_offer .entry-content .job-offer__ready-to-apply .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .single-job_offer .entry-content .job-offer__application-notice .illustration-4, .single-job_offer .entry-content .job-offer__ready-to-apply .illustration-4 {
    margin: auto;
    left: var(--g-gutter);
  }
  .single-job_offer .entry-content .job-offer__application-notice .block.eligibility ul, .single-job_offer .entry-content .job-offer__ready-to-apply .block.eligibility ul {
    gap: 10px 24px;
  }
  .single-job_offer .entry-content .job-offer__application-notice .block.application span, .single-job_offer .entry-content .job-offer__ready-to-apply .block.application span {
    display: block;
    padding-top: 25px;
    max-width: 320px;
    margin: auto;
  }
  .single-job_offer .entry-content .job-offer__application-notice .block.application a.btn, .single-job_offer .entry-content .job-offer__ready-to-apply .block.application a.btn {
    width: 100%;
    max-width: 345px;
  }
}
@media screen and (max-width: 768px) {
  .single-job_offer .entry-content .job-offer__ready-to-apply {
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.single-job_offer .entry-content .job-offer__faq {
  -webkit-margin-before: clamp(35px, 2.91vw + 24.08px, 80px);
          margin-block-start: clamp(35px, 2.91vw + 24.08px, 80px);
}
.single-job_offer .entry-content .job-offer__faq h2 {
  width: 100%;
  text-align: center;
  font-family: var(--f-default);
  font-variation-settings: "wdth" 100, "wght" 300;
}
.single-job_offer .entry-content .job-offer__faq h2 strong {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
  display: block;
}
.single-job_offer .entry-content .job-offer__faq ul {
  padding-block: clamp(10px, 2.27vw + 1.5px, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 25px;
}
.single-job_offer .entry-content .job-offer__faq button.view-more {
  display: block;
  margin-inline: auto;
}
.single-job_offer .entry-content .job-offer__faq button.view-more:after {
  border-radius: 50%;
}
.single-job_offer .entry-content .job-offer__faq button.view-more.is-disabled {
  display: none;
}
.single-job_offer .entry-content .job-offer__faq button.view-more.loading:after {
  border: 2px solid var(--c-secondary);
  border-bottom-color: transparent;
  background-image: none;
  -webkit-animation: faqLoadingRotation 1s linear infinite;
          animation: faqLoadingRotation 1s linear infinite;
}
.single-job_offer .entry-content .job-offer__faq button.view-more:disabled {
  opacity: 0.5;
  cursor: default;
}
.single-job_offer .entry-content .job-offer__faq .faq-item {
  border-radius: 8px;
  background: #F9F9F9;
  padding: 23px clamp(15px, 0.97vw + 11.36px, 30px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #5D6066;
  cursor: pointer;
}
.single-job_offer .entry-content .job-offer__faq .faq-item:not(.collapsed) h4:after {
  -webkit-transform: rotate(0.5turn);
          transform: rotate(0.5turn);
}
.single-job_offer .entry-content .job-offer__faq .faq-item:not(.collapsed) h4 {
  color: var(--c-dark);
}
@media screen and (hover: hover) {
  .single-job_offer .entry-content .job-offer__faq .faq-item.collapsed:hover {
    background: #FFFFFF;
  }
  .single-job_offer .entry-content .job-offer__faq .faq-item.collapsed:hover h4 {
    color: var(--c-action);
  }
}
.single-job_offer .entry-content .job-offer__faq .faq-item__answer {
  display: none;
  font-size: clamp(16px, 0.13vw + 15.51px, 18px);
  padding-block: 20px 15px;
}
.single-job_offer .entry-content .job-offer__faq .faq-item__answer a {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.single-job_offer .entry-content .job-offer__faq .faq-item__answer a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--c-link);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0;
  height: 1px;
}
@media screen and (hover: hover) {
  .single-job_offer .entry-content .job-offer__faq .faq-item__answer a:hover:before {
    width: 100%;
  }
}
@media screen and (hover: none) {
  .single-job_offer .entry-content .job-offer__faq .faq-item__answer a:before {
    width: 100%;
  }
}
.single-job_offer .entry-content .job-offer__faq .faq-item__answer a:before {
  width: 100%;
}
@media screen and (hover: hover) {
  .single-job_offer .entry-content .job-offer__faq .faq-item__answer a:hover:before {
    width: 0;
  }
}
.single-job_offer .entry-content .job-offer__faq .faq-item h4 {
  margin-bottom: 0;
  font-family: var(--f-default);
  font-weight: 600;
  color: #5D6066;
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
  width: 100%;
  position: relative;
  padding-right: 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.single-job_offer .entry-content .job-offer__faq .faq-item h4:after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  background: url("../../svg/collapse.svg") no-repeat center;
  background-size: contain;
  width: 11px;
  height: 8px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (min-width: 981px) {
  .single-job_offer .entry-content .job-offer__faq {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .single-job_offer .entry-content .job-offer__faq ul > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12.5px);
            flex: 0 0 calc(50% - 12.5px);
  }
}
@media screen and (max-width: 980px) {
  .single-job_offer .entry-content .job-offer__faq ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .single-job_offer .entry-content .job-offer__faq ul > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@-webkit-keyframes faqLoadingRotation {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes faqLoadingRotation {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
@media screen and (min-width: 769px) {
  .single-job_offer .entry-content h2 {
    line-height: 1;
  }
  .single-job_offer .entry-content .job-offer__presentation > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
  }
  .single-job_offer .entry-content .job-offer__profile h2 strong {
    display: block;
  }
  .single-job_offer .entry-content .job-offer__profile-blocks > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
  .single-job_offer .entry-content .light-block .content {
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
  }
  .single-job_offer .entry-content .light-block button {
    margin-block: 10px;
  }
}
@media screen and (min-width: 1401px) {
  .single-job_offer .entry-content .illustration-2 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    height: 100%;
    bottom: 0;
    background-position: left bottom;
    background-size: clamp(250px, 19.23vw + -19.23px, 350px);
    z-index: -1;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .single-job_offer .entry-content .illustration-2 {
    background-position: left 4% bottom;
  }
}
/*# sourceMappingURL=job-offer.css.map */
