/************************************
 * 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)
 */
/*** SPECIFIC TO CURRENT PROJECT ***/
/**
 * 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)
 */
/*** SPECIFIC TO CURRENT PROJECT ***/
/************************************
 * Grids
 */
/************************************
 * Breakpoints
 */
/************************************
 * Transitions
 */
/************************************
 * Paths
 */
/************************************
 * Fonts
 */
/*** LOCAL FONTS ***/
/*** FONTS ***/
/*** VARIABLES TO USE ***/
/************************************
 * Font Sizes
 */
/************************************
 * COLORS
 */
/************************************
 * THEME
 */
.post-teaser, .page-teaser, .agenda-teaser {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-teaser time, .page-teaser time, .agenda-teaser time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  padding: 0px 13px;
  display: inline-block;
  color: #ffffff;
  background: #0551AF;
  line-height: 1.8;
}
.post-teaser .card, .page-teaser .card, .agenda-teaser .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.post-teaser .card:hover, .post-teaser .card:focus, .page-teaser .card:hover, .page-teaser .card:focus, .agenda-teaser .card:hover, .agenda-teaser .card:focus {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
}
.post-teaser .card:hover .card__header img, .post-teaser .card:focus .card__header img, .page-teaser .card:hover .card__header img, .page-teaser .card:focus .card__header img, .agenda-teaser .card:hover .card__header img, .agenda-teaser .card:focus .card__header img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.post-teaser .card:hover .card__footer .see-more .arrow, .post-teaser .card:focus .card__footer .see-more .arrow, .page-teaser .card:hover .card__footer .see-more .arrow, .page-teaser .card:focus .card__footer .see-more .arrow, .agenda-teaser .card:hover .card__footer .see-more .arrow, .agenda-teaser .card:focus .card__footer .see-more .arrow {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
}
.post-teaser .card__header, .page-teaser .card__header, .agenda-teaser .card__header {
  position: relative;
  overflow: hidden;
  line-height: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post-teaser .card__header img, .page-teaser .card__header img, .agenda-teaser .card__header img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2.18;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.post-teaser .card__body, .page-teaser .card__body, .agenda-teaser .card__body {
  padding-top: 15px;
}
.post-teaser .card__body .categories, .page-teaser .card__body .categories, .agenda-teaser .card__body .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.post-teaser .card__body .categories__item, .page-teaser .card__body .categories__item, .agenda-teaser .card__body .categories__item {
  padding-left: 25px;
  font-size: 12px;
  padding-right: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.5;
  color: #68C9D0;
  margin-bottom: 5px;
}
.post-teaser .card__body h3, .page-teaser .card__body h3, .agenda-teaser .card__body h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(22px, 0.29vw + 20.32px, 25px);
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #0551AF;
  margin-left: 25px;
  padding-left: 25px;
  position: relative;
}
.post-teaser .card__body h3:before, .page-teaser .card__body h3:before, .agenda-teaser .card__body h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 94%;
  background-color: #68C9D0;
}
.post-teaser .card__body .excerpt, .page-teaser .card__body .excerpt, .agenda-teaser .card__body .excerpt {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(12px, 0.13vw + 11.51px, 14px);
  color: #000000;
}
.post-teaser .card__footer, .page-teaser .card__footer, .agenda-teaser .card__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.post-teaser .card__footer .see-more, .page-teaser .card__footer .see-more, .agenda-teaser .card__footer .see-more {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  color: #68C9D0;
  padding-right: 26px;
  margin-right: 35px;
  position: relative;
}
.post-teaser .card__footer .see-more .arrow, .page-teaser .card__footer .see-more .arrow, .agenda-teaser .card__footer .see-more .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url("../../svg/icon-seemore.svg");
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}
.post-teaser.slick-slide .card, .page-teaser.slick-slide .card, .agenda-teaser.slick-slide .card {
  -webkit-box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.post-teaser.slick-slide .card__body, .page-teaser.slick-slide .card__body, .agenda-teaser.slick-slide .card__body {
  padding-top: 8px;
}
.post-teaser.slick-slide .card__body h3, .page-teaser.slick-slide .card__body h3, .agenda-teaser.slick-slide .card__body h3 {
  margin-left: 0;
  line-height: 1.3;
  padding-right: 20px;
}
.post-teaser.slick-slide .card__body h3:before, .page-teaser.slick-slide .card__body h3:before, .agenda-teaser.slick-slide .card__body h3:before {
  display: none;
}
.post-teaser.slick-slide .card__footer, .page-teaser.slick-slide .card__footer, .agenda-teaser.slick-slide .card__footer {
  padding-top: 35px;
}
.post-teaser.slick-slide .card__footer .see-more, .page-teaser.slick-slide .card__footer .see-more, .agenda-teaser.slick-slide .card__footer .see-more {
  margin-right: 19px;
}

/**
 * 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)
 */
/*** SPECIFIC TO CURRENT PROJECT ***/
/************************************
 * Grids
 */
/************************************
 * Breakpoints
 */
/************************************
 * Transitions
 */
/************************************
 * Paths
 */
/************************************
 * Fonts
 */
/*** LOCAL FONTS ***/
/*** FONTS ***/
/*** VARIABLES TO USE ***/
/************************************
 * Font Sizes
 */
/************************************
 * COLORS
 */
/************************************
 * THEME
 */
.agenda-teaser .card__body {
  position: relative;
  padding-top: 0;
  margin-top: 22px;
  padding-inline: clamp(0px, 4.31vw + -42.67px, 40px) clamp(0px, 2.15vw + -21.33px, 20px);
}
@media screen and (min-width: 992px) {
  .agenda-teaser .card__body {
    margin-top: -25px;
  }
}
.agenda-teaser .card__body .date {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #000000;
  border-radius: 100px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(12px, 0.26vw + 11.03px, 16px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(10px, 0.32vw + 8.79px, 15px) clamp(10px, 0.97vw + 6.36px, 25px) clamp(8px, 0.32vw + 6.79px, 13px);
  line-height: 1;
}
.agenda-teaser .card__body .types {
  margin-block: clamp(10px, 1.62vw + 3.93px, 35px) clamp(10px, 0.32vw + 8.79px, 15px);
}
.agenda-teaser .card__body .types__item {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: clamp(13px, 0.19vw + 12.27px, 16px);
}
.agenda-teaser .card__body .informations, .agenda-teaser .card__body .location {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 0.26vw + 13.03px, 18px);
  color: #000000;
  margin-top: 5px;
}
.agenda-teaser .card__body h2 {
  margin-bottom: clamp(15px, 0.97vw + 11.36px, 30px);
}
.agenda-teaser .card__footer {
  padding-inline: clamp(0px, 4.31vw + -42.67px, 40px) clamp(0px, 2.15vw + -21.33px, 20px);
  padding-top: clamp(10px, 1.29vw + 5.15px, 30px);
}

.wp-block-grdnrs-highlight-content {
  position: relative;
}
.wp-block-grdnrs-highlight-content__header {
  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;
  padding-inline: clamp(0px, 7.12vw + -26.7px, 110px);
}
.wp-block-grdnrs-highlight-content .section-title {
  text-align: center;
  margin-bottom: 47px;
  color: #0551AF;
}
.wp-block-grdnrs-highlight-content .slick-list {
  overflow: visible;
}
.wp-block-grdnrs-highlight-content .slick-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.wp-block-grdnrs-highlight-content .slick-list .slick-track .slick-slide {
  height: inherit !important;
}
.wp-block-grdnrs-highlight-content__cta {
  position: relative;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 67px;
}
.wp-block-grdnrs-highlight-content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-grdnrs-highlight-content__items article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  padding: 0 12.5px;
}
.wp-block-grdnrs-highlight-content .slick-dots {
  padding-top: clamp(32px, 0.79vw + 25.92px, 37px);
}
@media screen and (max-width: 768px) {
  .wp-block-grdnrs-highlight-content__cta {
    margin-top: 35px;
  }
  .wp-block-grdnrs-highlight-content .section-title {
    margin-bottom: 38px;
  }
  .wp-block-grdnrs-highlight-content .slick-list {
    padding-right: 45px !important;
  }
}
/*# sourceMappingURL=block-highlight-content.css.map */
