/*
 * Mixins for titles
 */
/*
 * Mixins for blocks width
 */
.block-key-dates {
  margin-bottom: 2rem;
  position: relative;
  margin: 0 -0.5rem 2rem;
}
@media (min-width: 1200px) {
  .block-key-dates {
    margin: 0 -1rem 2rem;
  }
}
.block-key-dates:after {
  width: 100%;
  position: absolute;
  top: calc(1.333333rem + 0.999996vw);
  transform: translateY(calc(1.25rem + 1px));
  height: 1px;
  content: "";
  background-color: var(--bs-body-color);
  opacity: 0.25;
  z-index: -1;
  left: 0rem;
}
@media (min-width: 1200px) {
  .block-key-dates:after {
    top: 2.08333rem;
  }
}
.block-key-dates .slider-container {
  overflow: hidden;
}
.block-key-dates .slider {
  flex-wrap: nowrap !important;
  user-select: none;
  position: relative;
  margin: 0 auto;
}
.block-key-dates .slider .slide {
  max-width: 90%;
}
@media (min-width: 768px) {
  .block-key-dates .slider .slide {
    width: 31%;
  }
}
@media (min-width: 992px) {
  .block-key-dates .slider .slide {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .block-key-dates .slider .slide {
    width: 16%;
  }
}
.block-key-dates .slider a {
  pointer-events: none;
}
.block-key-dates .slider:not(.dragging) {
  transition: transform 0.2s ease;
  user-select: auto;
}
.block-key-dates .slider:not(.dragging) a {
  pointer-events: auto;
}
.block-key-dates .slider .news-card-content h2,
.block-key-dates .slider .news-card-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.block-key-dates .slider .marker {
  position: relative;
}
.block-key-dates .slider .marker:after {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  top: -0.5rem;
  left: 0.5rem;
  border-radius: 1rem;
}
.block-key-dates .slider .slide.slide-success .marker:after {
  background-color: #198754;
}
.block-key-dates .slider .slide.slide-info .marker:after {
  background-color: #0dcaf0;
}
.block-key-dates .slider .slide.slide-warning .marker:after {
  background-color: #ffc107;
}
.block-key-dates .slider .slide.slide-danger .marker:after {
  background-color: #dc3545;
}
.block-key-dates .slider .slide.slide-light .marker:after {
  background-color: #f8f9fa;
}
.block-key-dates .slider .slide.slide-dark .marker:after {
  background-color: #212529;
}
.block-key-dates .slider .slide.slide-fifdh .marker:after {
  background-color: #000;
}
.block-key-dates .slider .slide.slide-festival .marker:after {
  background-color: #FF4073;
}
.block-key-dates .slider .slide.slide-ressources .marker:after {
  background-color: #F2EEE1;
}
.block-key-dates .slider .slide.slide-resources .marker:after {
  background-color: #F2EEE1;
}
.block-key-dates .slider .slide.slide-pro .marker:after {
  background-color: #ED572E;
}
.block-key-dates .slider .slide.slide-ecoles .marker:after {
  background-color: #4ECE6B;
}
.block-key-dates .slider .slide.slide-schools .marker:after {
  background-color: #4ECE6B;
}
.block-key-dates .prev-button svg,
.block-key-dates .next-button svg {
  width: 2.61234375rem;
  height: 2.18203125rem;
}

.wp-block-dbt-key-dates {
  max-width: 100% !important;
}

/*# sourceMappingURL=key-dates.css.map */
