.timeline__container {
  margin: 2rem 0;
}
.timeline__text__date {
  font-size: 2rem;
  font-weight: bold;
  color: var(--wp--preset--color--secondary);
}
.timeline__text__titre {
  color: var(--wp--preset--color--primary);
}
.timeline__text__titre h2, .timeline__text__titre h3 {
  color: inherit;
}
.timeline:not(:last-child) {
  position: relative;
  padding-bottom: 5vh;
}
.timeline:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  height: 5vh;
  width: 1px;
  background-color: var(--wp--preset--color--secondary);
  margin: 1rem auto;
}
.timeline:nth-child(odd):after {
  transform: translate(-50%, 0) rotate(-45deg);
}
.timeline:nth-child(even):after {
  transform: translate(-50%, 0) rotate(45deg);
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* -------------------- RESPONSIVE --------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MD */
/* ----------------------------------------------------- */
@media (min-width: 992px) {
  .timeline {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .timeline__image__container {
    flex-basis: 50%;
  }
  .timeline__text__container {
    flex-basis: 50%;
  }
}
/* ----------------------------------------------------- */
/* LG */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* XXL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* HOVER */
/* ----------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
