/************************************
 * 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 ***/
.program__process {
  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);
}
.program__process 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;
}
.program__process .description {
  color: var(--c-dark);
  padding-block: clamp(15px, 0.32vw + 13.79px, 20px);
  text-align: center;
  font-size: clamp(22px, 0.52vw + 20.06px, 30px);
  max-width: 890px;
  margin-inline: auto;
}
.program__process-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  -webkit-padding-before: clamp(20px, 2.91vw + 9.08px, 65px);
          padding-block-start: clamp(20px, 2.91vw + 9.08px, 65px);
  -webkit-padding-after: clamp(10px, 3.56vw + -3.35px, 65px);
          padding-block-end: clamp(10px, 3.56vw + -3.35px, 65px);
}
.program__process-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 705px;
  border-radius: 10px;
  padding-inline: clamp(20px, 3.72vw + -16.49px, 55px);
  padding-block: clamp(45px, 0.32vw + 43.79px, 50px);
}
.program__process-list-title {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}
.program__process-list ul, .program__process-list ol {
  gap: 31px;
}
.program__process-list h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  position: relative;
  margin-inline: auto;
  text-align: center;
  text-transform: none;
}
.program__process-list h3:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(30px, 0.76vw + 25.45px, 40px);
          flex: 0 0 clamp(30px, 0.76vw + 25.45px, 40px);
  content: "";
  position: relative;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(30px, 0.76vw + 25.45px, 40px);
  height: clamp(30px, 0.76vw + 25.45px, 40px);
}
.program__process-list .title {
  font-weight: 700;
}
.program__process-criterias {
  gap: clamp(35px, 1.62vw + 28.93px, 60px);
}
.program__process-criterias h3 {
  color: var(--c-light) !important;
  font-family: var(--f-title) !important;
}
.program__process-criterias h3:before {
  background-image: url("../../svg/criterias.svg");
}
.program__process-criterias li {
  --c-link: #fff;
}
.program__process-criterias li .title {
  color: var(--c-action);
}
.program__process-criterias li a {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}
.program__process-criterias li a:hover {
  text-decoration: none;
}
.program__process-recruitment {
  gap: clamp(35px, 0.32vw + 33.79px, 40px);
}
.program__process-recruitment h3 {
  font-family: var(--f-title) !important;
  color: var(--c-tertiary) !important;
}
.program__process-recruitment h3:before {
  background-image: url("../../svg/process.svg");
}
.program__process-recruitment li .title {
  color: var(--c-tertiary);
}
@media screen and (max-width: 600px) {
  .program__process h2.block-title strong {
    display: inline;
  }
}
@media screen and (min-width: 601px) {
  .program__process-list h3 {
    display: inline;
  }
  .program__process-list h3:before {
    position: absolute;
    right: calc(100% + clamp(10px, 1.06vw + -0.43px, 20px));
  }
  .program__process-list ul, .program__process-list ol {
    gap: 27px;
  }
}
@media screen and (min-width: 981px) {
  .program__process-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12.5px);
            flex: 0 0 calc(50% - 12.5px);
  }
}
@media screen and (min-width: 1401px) {
  .program__process-recruitment h3:before {
    top: 4px;
  }
}
/*# sourceMappingURL=block-program-process.css.map */
