/* Section « Nos destinations » / « Our destinations » — home portail uniquement */

.AlfDestinationsWrap {
  max-width: 100%;
}

.AlfDestinationsIntro {
  color: #57534e;
  font-size: 0.875rem;
  line-height: 1.4;
  max-width: 42rem;
}

.AlfDestinationsIntroLead {
  font-weight: 600;
  color: #57534e;
}

.AlfDestinationsRail {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.AlfDestinationsRail::-webkit-scrollbar {
  display: none;
}

.AlfDestinationsTrack {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  width: max-content;
  min-width: 100%;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
}

.AlfDestinationsCard {
  width: 256px;
  max-width: 85vw;
}

.AlfDestinationsCardMedia {
  width: 256px;
  max-width: 85vw;
  height: 256px;
  border-radius: 10px;
}

.AlfDestinationsCardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dégradé vertical : noir 60 % en bas → transparent vers le haut (lisibilité du texte sur l’image). */
.AlfDestinationsCardGradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37.5%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.AlfDestinationsCardCaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  padding: 0 14px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.15em;
  line-height: 1.25;
  pointer-events: none;
}

.AlfDestinationsCardNum,
.AlfDestinationsCardName {
  font-size: 1.25rem;
  font-weight: 600;
}

.AlfDestinationsCardMid {
  font-size: 1rem;
  font-weight: 400;
}

.AlfDestinationsCardBar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  border-radius: 0 0 10px 10px;
}
