/************************************
 * 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 ***/
.page-template-template-explore-careers .archive__header {
  --c-button-primary__color: #001841;
}
.page-template-template-explore-careers .archive__header-right-image {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  border-radius: 999px 0 0 999px;
}
.page-template-template-explore-careers .archive__header-left a.btn {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .page-template-template-explore-careers .archive__header-bottom {
    padding-bottom: 40px !important;
  }
  .page-template-template-explore-careers .archive__header-right {
    height: clamp(230px, 22.9vw + 144.12px, 320px);
  }
  .page-template-template-explore-careers .archive__header-right-image {
    height: 100%;
    max-height: 100%;
    aspect-ratio: 280/230;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .page-template-template-explore-careers .archive__header-left {
    padding-bottom: clamp(0px, 6.94vw + -53.33px, 80px);
  }
  .page-template-template-explore-careers .archive__header-left .wrap > * {
    max-width: 65%;
  }
  .page-template-template-explore-careers .archive__header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
  }
  .page-template-template-explore-careers .archive__header-right-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    width: auto;
    max-width: 100%;
    aspect-ratio: 1.15;
    max-height: 100%;
  }
}
.page-template-template-explore-careers 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);
}
.page-template-template-explore-careers section:first-of-type {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
.page-template-template-explore-careers h2 {
  font-family: var(--f-special);
  letter-spacing: -0.8px;
  -webkit-margin-after: 0.6em;
          margin-block-end: 0.6em;
  font-size: clamp(30px, 1.74vw + 16.67px, 50px);
  line-height: 1.1;
}
.page-template-template-explore-careers h2 {
  width: 100%;
  text-align: center;
}
.page-template-template-explore-careers .entry-header .description {
  -webkit-padding-after: clamp(0px, 1.62vw + -6.07px, 25px);
          padding-block-end: clamp(0px, 1.62vw + -6.07px, 25px);
}
@media screen and (min-width: 769px) {
  .page-template-template-explore-careers .entry-header {
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-explore-careers .entry-content {
    padding-bottom: 60px;
  }
}
/*# sourceMappingURL=explore-careers.css.map */
