/**
 * 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 ***/
/************************************
 * Grids
 */
/************************************
 * Breakpoints
 */
/************************************
 * Transitions
 */
/************************************
 * Paths
 */
/************************************
 * Fonts
 */
/*** LOCAL FONTS ***/
/*** FONTS ***/
/*** VARIABLES TO USE ***/
/************************************
 * Font Sizes
 */
/************************************
 * COLORS
 */
/************************************
 * THEME
 */
body.search .search__header-left {
  position: relative;
  padding-bottom: clamp(30px, 0.65vw + 27.57px, 40px);
}
body.search .search__header-left:after {
  content: "";
  position: absolute;
  right: clamp(0px, 3.19vw + -31.28px, 30px);
  bottom: -15px;
  background: url("../../svg/illustration-search.svg") no-repeat right bottom;
  background-size: contain;
  width: 0;
  height: 100%;
}
body.search .search__header-left-bottom {
  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 clamp(20px, 3.19vw + -11.28px, 50px);
}
body.search .search__header-left-bottom .form {
  width: 100%;
  max-width: 1485px;
}
body.search .search__header-left-bottom form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  border-radius: 50px;
  background: #FFF;
  -webkit-box-shadow: 5px 15px 11px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 15px 11px 0px rgba(0, 0, 0, 0.1);
  height: clamp(60px, 1.62vw + 53.93px, 85px);
  padding-inline: clamp(20px, 1.94vw + 12.72px, 50px);
}
body.search .search__header-left-bottom form ::-webkit-input-placeholder {
  opacity: 1;
}
body.search .search__header-left-bottom form ::-moz-placeholder {
  opacity: 1;
}
body.search .search__header-left-bottom form :-ms-input-placeholder {
  opacity: 1;
}
body.search .search__header-left-bottom form ::-ms-input-placeholder {
  opacity: 1;
}
body.search .search__header-left-bottom form ::placeholder {
  opacity: 1;
}
body.search .search__header-left-bottom form .btn-search {
  cursor: pointer;
  width: clamp(25px, 1.62vw + 18.93px, 50px);
  height: clamp(25px, 1.62vw + 18.93px, 50px);
}
@media screen and (min-width: 981px) {
  body.search .search__header-left-bottom form .btn-search {
    margin-inline: 30px;
  }
}
body.search .search__header-left-bottom form input {
  font-size: clamp(16px, 0.91vw + 12.6px, 30px);
  background: transparent;
  border: none;
  padding-inline: clamp(0px, 2.6vw + -20px, 30px);
  width: 100%;
}
body.search .search__header-left-bottom .form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: unset;
}
body.search .search__header-left-bottom .form .search-form {
  height: clamp(55px, 0.65vw + 52.57px, 65px);
  padding-inline: clamp(20px, 2.13vw + -0.85px, 40px) clamp(15px, 1.06vw + 4.57px, 25px);
}
body.search .search__header-left-bottom .form .search-form button.btn-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  margin-inline: 0;
}
body.search .search__header-left-bottom .form .search-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  padding-inline: 0;
}
body.search .search__header-left-bottom .form .search-form button.btn-search-clear {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: url("../../svg/close.svg") no-repeat center;
  background-size: contain;
}
body.search .entry-content {
  -webkit-padding-before: clamp(25px, 0.97vw + 21.36px, 40px);
          padding-block-start: clamp(25px, 0.97vw + 21.36px, 40px);
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
}
body.search .count {
  font-family: var(--f-title);
  font-size: clamp(18px, 0.26vw + 17.03px, 22px);
  font-variation-settings: "wdth" 100, "wght" 300;
}
body.search .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px clamp(10px, 1.62vw + 3.93px, 35px);
  padding-block: 12.5px;
}
body.search .types .type {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding-inline: 2px;
  padding-block: 12.5px;
  font-size: clamp(16px, 0.26vw + 15.03px, 20px);
  color: var(--c-secondary);
  overflow: visible;
  cursor: pointer;
}
body.search .types .type:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 2px;
  background-color: var(--c-action);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
}
body.search .types .type.active {
  color: var(--c-action);
  font-weight: 700;
}
body.search .types .type.active:after {
  width: calc(100% + 10px);
}
body.search .results {
  padding-block: 30px clamp(40px, 3.88vw + 25.44px, 100px);
}
body.search .results .result-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
body.search .results .result-type .search-teaser {
  width: 100%;
  max-width: 1135px;
  display: block;
  border-radius: 10px;
  background: #F9F9F9;
  -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: clamp(15px, 1.13vw + 10.75px, 32.5px) clamp(15px, 0.32vw + 13.79px, 20px);
  padding-inline: clamp(15px, 1.13vw + 10.75px, 32.5px);
}
body.search .results .result-type .search-teaser:last-of-type {
  margin-bottom: 20px;
}
body.search .results .result-type .search-teaser .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C7CDDF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c-main);
}
body.search .results .result-type .search-teaser .header .initial {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
  padding: 10px;
  border-radius: 50%;
  background: var(--c-secondary);
  color: #fff;
  font-family: var(--f-special);
  letter-spacing: -0.8px;
}
body.search .results .result-type .search-teaser .content {
  padding-top: 15px;
  color: var(--c-main);
  font-size: clamp(16px, 0.13vw + 15.51px, 18px);
}
body.search .results .result-type .search-teaser .content h4 {
  margin-bottom: 0;
  font-size: clamp(18px, 0.26vw + 17.03px, 22px);
  color: var(--c-secondary);
}
body.search .results .result-type .search-teaser .content .top {
  padding-block: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
body.search .results .result-type .search-teaser .content .top .ref {
  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));
}
body.search .results .result-type .search-teaser .content .bottom .excerpt {
  padding-block: 10px;
}
body.search .results .result-type .search-teaser .content .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 25px;
  color: #191414;
  font-size: 15px;
}
body.search .results .result-type .search-teaser .content .bottom ul li {
  position: relative;
  padding-left: 25px;
}
body.search .results .result-type .search-teaser .content .bottom ul 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;
}
body.search .results .result-type .search-teaser .content .bottom ul li.flexibility-tag:before {
  width: 20px;
  height: 20px;
  background-image: url("../../svg/laptop.svg");
}
body.search .results .result-type .search-teaser .content .bottom .publish-date {
  color: var(--c-secondary);
  font-size: clamp(16px, 0.13vw + 15.51px, 18px);
  font-family: var(--f-title);
}
body.search .results .result-type .search-teaser.job_offer .header .initial {
  background: var(--c-tertiary);
}
body.search .results .result-type .search-teaser.page .content, body.search .results .result-type .search-teaser.field_of_interest .content, body.search .results .result-type .search-teaser.program .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
body.search .results .result-type .search-teaser.page .content .right, body.search .results .result-type .search-teaser.field_of_interest .content .right, body.search .results .result-type .search-teaser.program .content .right {
  display: none;
}
body.search .results .result-type .search-teaser.page .content .left, body.search .results .result-type .search-teaser.field_of_interest .content .left, body.search .results .result-type .search-teaser.program .content .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.search .results .result-type .search-teaser.field_of_interest .header .initial {
  background: var(--c-quaternary);
}
body.search .results .result-type .search-teaser.program .header .initial {
  background: var(--c-action);
}
body.search .no-results {
  text-align: center;
  padding-block: clamp(25px, 1.62vw + 18.93px, 50px) clamp(50px, 3.24vw + 37.86px, 100px);
}
body.search .no-results h2 {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
  width: 100%;
}
@media screen and (min-width: 601px) {
  body.search .results .result-type .search-teaser.field_of_interest .content .right, body.search .results .result-type .search-teaser.page .content .right, body.search .results .result-type .search-teaser.program .content .right {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
  body.search .results .result-type .search-teaser.field_of_interest .content .right img, body.search .results .result-type .search-teaser.page .content .right img, body.search .results .result-type .search-teaser.program .content .right img {
    aspect-ratio: 160/93;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  body.search .search__header-left-bottom {
    -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;
  }
  body.search .results .result-type .search-teaser .content .top {
    -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;
  }
}
@media screen and (min-width: 981px) {
  body.search .search__header-left:after {
    width: 15%;
  }
  body.search .search__header-left-bottom {
    max-width: 85%;
  }
}
@media screen and (min-width: 1201px) {
  body.search .search__header-left:after {
    width: 15%;
  }
  body.search .search__header-left-bottom {
    max-width: 75%;
  }
}
/*# sourceMappingURL=search.css.map */
