/* === ITEM === */
.timeline-item {
  margin: 0 0 40px 0 !important;
  background: transparent !important;
  padding: 24px 0;
  border-bottom: 1px solid #efefef;
}
.timeline-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #c9a96e, transparent);
  margin-top: 30px;
}

/* === DATE === */
.timeline-item .field--name-field-date {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #c9a96e;
  margin: 0 0 6px 0;
}

/* === TITRE === */
.timeline-item .field--name-name {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0 0 18px 0;
  line-height: 1.3;
}

/* === IMAGES — pas d'étirement === */
.timeline-item .splide img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  background: #f5f5f5;
}

/* === VIDÉO === */
.timeline-item video {
  width: 100%;
  max-height: 400px;
  height: auto;
}

/* === TEXTE DESCRIPTIF === */
.timeline-item .text-content {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin-top: 16px;
  padding: 14px 18px;
  background: #faf8f5;
  border-left: 3px solid #c9a96e;
  border-radius: 0 8px 8px 0;
  font-style: italic;
}

/* === MARQUEUR === */
.timeline-marker {
  width: 10px;
  height: 10px;
  background: #c9a96e;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #c9a96e;
}

/* === PAGINATION SPLIDE === */
.splide__pagination__page {
  background: #ddd;
}
.splide__pagination__page.is-active {
  background: #c9a96e;
}


/*ul.timeline-list::after*/
/*{*/
/*      background-color: var(--color--primary-50) !important;*/
/*}*/

.views-view-responsive-grid {
  margin-top: 10px;
}