/* -------------------------------------------------------------------------- */
.alpagino_timeline {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 1025px) {
  .alpagino_timeline {
    flex-direction: row;
    gap: 20px;
  }
}
.alpagino_timeline .timeline-item {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .alpagino_timeline .timeline-item {
    width: 100% !important;
    margin: 11px 0px;
  }
}
@media (min-width: 1025px) {
  .alpagino_timeline .timeline-item {
    margin: 0;
    flex-direction: column;
  }
}
.alpagino_timeline .timeline-item > .title {
  background-color: #FFFF00;
  padding: 10px 10px;
  color: black;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  .alpagino_timeline .timeline-item > .title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    text-align: right;
  }
}
.alpagino_timeline .timeline-item > .title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 64px;
  height: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDU0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJhcnJvd19yaWdodF9hbHQiIGQ9Ik01MC4zNDc5IDguMTUxNjFMNDkuNDk1OCA3LjI2OTE0TDUxLjY1NjQgNS4xMDg2SDAuMTM0NzY2VjMuODkxNEg1MS42NTY0TDQ5LjQ5NTggMS43MzA4Nkw1MC4zNDc5IDAuODQ4Mzg5TDUzLjk5OTUgNC41TDUwLjM0NzkgOC4xNTE2MVoiIGZpbGw9IiMxQzFCMUYiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .alpagino_timeline .timeline-item > .title:after {
    transform: rotate(-90deg);
    top: 31px;
    right: -13px;
  }
}
.alpagino_timeline .timeline-item .bloc-child {
  margin-top: 0px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  /* One column */
  grid-template-rows: auto;
  /* One dynamic row */
  row-gap: 40px;
}
@media (min-width: 640px) {
  .alpagino_timeline .timeline-item .bloc-child {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    flex-grow: 1;
  }
}
@media (min-width: 1025px) {
  .alpagino_timeline .timeline-item .bloc-child {
    margin-top: 32px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.alpagino_timeline .timeline-item .bloc-child__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.alpagino_timeline .timeline-item .bloc-child__item .picto {
  height: 72px;
}
.alpagino_timeline .timeline-item .bloc-child__item .picto svg {
  width: auto;
  height: 100%;
}
.alpagino_timeline .timeline-item .bloc-child__item .title h3 {
  text-align: center;
  margin: 13px 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #040040;
  background-color: transparent;
}
.alpagino_timeline .timeline-item .bloc-child__item .des {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: #646464;
  margin-bottom: 20px;
}
.alpagino_timeline .timeline-item .bloc-child__item .des ul {
  padding-left: 20px;
}
@media (min-width: 1025px) {
  .alpagino_timeline .timeline-item .bloc-child__item .cta {
    width: 100%;
  }
  .alpagino_timeline .timeline-item .bloc-child__item .cta a {
    display: inline-block;
    width: 100%;
  }
  .alpagino_timeline .timeline-item .bloc-child__item .cta a i {
    position: absolute;
    right: 0;
  }
}

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