/*
    DATES
*/
/*
    MIXINS
*/
/* Liste des breakpoints */
/* Gestion des breakpoints */
/* Gestion des tailles de police */
.wrap {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1680px;
}

div[data-type="acf/dates"] {
  margin: 0;
}

div.block-dates {
  padding: 70px 0 30px;
  background: #022c51;
  color: white;
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
}
div.block-dates:last-child {
  margin-bottom: -70px;
}
div.block-dates .dates__title {
  font-size: 2.375rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: white;
}
@media (max-width: 992px) {
  div.block-dates .dates__title {
    font-size: 2.1rem;
  }
}
@media (max-width: 576px) {
  div.block-dates .dates__title {
    font-size: 1.9rem;
  }
}
@media (max-width: 480px) {
  div.block-dates .dates__title {
    font-size: 1.8rem;
  }
}
div.block-dates .dates__title::after {
  content: none;
}
div.block-dates .dates__title strong {
  font-weight: 700;
  color: #e7302a;
}
div.block-dates .dates__title span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 2px solid #023460;
}
div.block-dates .dates__subtitle {
  font-size: 1.25rem;
  margin-bottom: 3em;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  div.block-dates .dates__subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  div.block-dates .dates__subtitle {
    font-size: 1rem;
  }
}
div.block-dates .dates__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  text-align: center;
}
div.block-dates .dates__list li {
  position: relative;
  margin: 0 0 40px;
  padding: 0 25px;
  list-style: none;
}
@media (max-width: 767px) {
  div.block-dates .dates__list li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  div.block-dates .dates__list li {
    width: calc(100% / 3);
  }
  div.block-dates .dates__list li::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -36px;
    width: 72px;
    height: 45px;
    background: url(../../img/infinite.png) no-repeat 0 0;
  }
  div.block-dates .dates__list li:nth-child(3n)::after {
    content: none;
  }
}
div.block-dates .date__year {
  font-size: 2.375rem;
  width: 70%;
  margin: 0 auto 20px;
  padding: 0.25em 1em;
  border: 1px dashed white;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media (max-width: 992px) {
  div.block-dates .date__year {
    font-size: 2.1rem;
  }
}
@media (max-width: 576px) {
  div.block-dates .date__year {
    font-size: 1.9rem;
  }
}
@media (max-width: 480px) {
  div.block-dates .date__year {
    font-size: 1.8rem;
  }
}
div.block-dates .date__text {
  font-size: 1rem;
}