/*!**************************************************************************************************************!*\
  !*** 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__item {
  padding: 0 2.5rem;
}
.timeline__slider__item__button {
  appearance: none;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  display: block;
  text-align: center;
}
.timeline__slider__item__button img {
  filter: grayscale(1);
  transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
.timeline__slider__item__button .timeline__slider__item__title {
  color: var(--wp--preset--color--white);
  font-weight: normal;
  font-family: var(--ff1);
}
.timeline__slider__item__button[aria-expanded=true] img {
  filter: grayscale(0);
}
.timeline__slider__item__button[aria-expanded=true] .timeline__slider__item__title {
  font-weight: bold;
}
.timeline__slider__item__image {
  width: 150px;
  height: 150px;
  border-radius: 100rem;
  overflow: hidden;
  margin: 0 auto 1rem;
}
.timeline__slider__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.timeline__slider__arrows .swiper-button-prev {
  left: 0;
}
.timeline__slider__arrows .swiper-button-prev:after {
  width: 20px;
  content: url(f99d2e1b72019bc2596b.svg);
}
.timeline__slider__arrows .swiper-button-next {
  right: 0;
}
.timeline__slider__arrows .swiper-button-next:after {
  width: 20px;
  content: url(5e07a8fbe6ec946615f9.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;
}
.timeline__list__item:not(:last-child) {
  position: relative;
}
.timeline__list__item:not(:last-child):after {
  content: "";
  display: block;
  margin: 1rem auto;
  width: 1px;
  height: 2rem;
  background-color: var(--wp--preset--color--gray);
}
.timeline__list__item__date {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--wp--preset--color--secondary);
  margin-bottom: 0.5em;
}
.timeline__list__item__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
.timeline__list__item__description {
  font-size: 0.875rem;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
@media (min-width: 768px) {
  .timeline__list__item:not(:last-child):after {
    margin: 1.5rem auto;
    height: 3rem;
  }
  .timeline__list__item__date {
    font-size: 2rem;
  }
  .timeline__list__item__title {
    font-size: 1.5rem;
  }
}
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
@media (min-width: 1200px) {
  .timeline__slider__item__image {
    width: 250px;
    height: 250px;
  }
  .timeline__list__item:not(:last-child):after {
    margin: 2rem auto;
    height: 4rem;
  }
  .timeline__list__item__date {
    font-size: 2rem;
  }
  .timeline__list__item__title {
    font-size: 1.625rem;
  }
}
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
