/*!****************************************************************************************************************************************!*\
  !*** css ../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \****************************************************************************************************************************************/
/* ----------------------------------------------------- */
/* INCLUDES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONCTIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Display flex */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Object Fit */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> EM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> REM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* VARIABLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* GRIS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BLOCK D'ITEMS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.timeline__slider {
  position: relative;
  padding: 0 30px;
}
.timeline__slider__items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.timeline__slider__item {
  height: auto;
  padding: 0;
  position: relative;
  min-height: 0;
}
.timeline__slider__item__container {
  position: relative;
  height: 100%;
  padding: 0;
  transition: all 1.2s cubic-bezier(0.14, 0.66, 0.28, 0.93);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.timeline__slider__item__spacer {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
.timeline__slider__item__image {
  position: relative;
}
.timeline__slider__item__image img {
  width: 100%;
  height: auto;
}
.timeline__slider__item__image:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--wp--preset--color--primary-rgb), 0.25);
}
.timeline__slider__item__content {
  flex-basis: 100%;
  padding: 1rem;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary-contrast);
}
.timeline__slider__item__date {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: var(--paddingBase, 1rem);
  font-family: var(--wp--preset--font-family--primary);
  font-size: 2.625rem;
  font-weight: 900;
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.timeline__slider__item__title {
  text-align: center;
}
.timeline__slider__item__title p {
  color: inherit;
  margin-bottom: 0;
}
.timeline__slider__item__description {
  text-align: center;
}
.timeline__slider__arrows .swiper-button-prev {
  left: 0px;
}
.timeline__slider__arrows .swiper-button-prev:after {
  width: 23px;
  height: auto;
  content: url(e5c0249e280c5798092d.svg);
}
.timeline__slider__arrows .swiper-button-next {
  right: 0px;
}
.timeline__slider__arrows .swiper-button-next:after {
  width: 23px;
  height: auto;
  content: url(c4f0212816d2c8d4b19d.svg);
}
.timeline__slider__texts {
  margin-top: 2rem;
}
.timeline__slider__texts .accordion-collapse {
  padding: 1rem 0;
  border-top: 1px solid var(--wp--preset--color--white);
  border-bottom: 1px solid var(--wp--preset--color--white);
}
.timeline__slider__texts .accordion-body p, .timeline__slider__texts .accordion-body li {
  font-size: 1rem;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
@media (min-width: 1200px) {
  .timeline__slider__item__container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .timeline__slider__item__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s linear;
    color: var(--wp--preset--color--primary-contrast) !important;
    background-color: var(--wp--preset--color--primary);
  }
  .timeline__slider__item:hover .timeline__slider__item__content {
    opacity: 1;
  }
}
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
