.featured-posts {
  max-width: var(--wp--style--global--wide-size) !important;
}

.swiper-featured-posts {
  padding-bottom: var(--wp--preset--spacing--40) !important;
}

.swiper-featured-posts--controls {
  display: flex;
  gap: var(--wp--preset--spacing--40);
  align-items: center;
  padding-top: var(--wp--preset--spacing--60);
}

.swiper-scrollbar-featured-posts {
  position: relative !important;
  left: 0 !important;
}

.swiper-featured-posts .swiper-slide {
  height: auto;
}

.swiper-featured-posts .swiper-slide > div {
  height: calc(100% - var(--wp--preset--spacing--40));
}

.featured-posts--title {
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--custom-bleu-fonc);
  margin-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--60);
}
