
.programme__hero {
  position: relative;
  margin-top: 70px;
  background-color: #010811;
  background-image: none !important;
  width: 100%;
  min-height: auto !important;
  padding: 0 !important;
  display: block !important;
}

.programme__hero .hero__image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.programme__hero .hero__title {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  z-index: 2;
  width: 90%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.download__button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  color: #010811;
  padding: 12px 24px;
  border-radius: 24px;
  border: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.download__button:hover {
  background-color: #f0f0f0;
}

.download__button img {
  width: 20px;
  height: 20px;
}

.section__info-programme {
  padding: 32px 16px;
  background-color: #ffffff;
}

.info__box {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.info__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #010811;
  min-width: 120px;
}

.info__text {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.section__dates {
  padding: 24px 16px;
  background-color: #ffffff;
}

.date__button {
  width: 100%;
  padding: 16px;
  background-color: #8ab752;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 16px;
  transition: background-color 0.3s ease;
}

.date__button:hover {
  background-color: #7a9a42;
}
.schedule__item {
  background-color: #f5f5f5;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.artist__name {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 500;
  color: #010811;
}

.scene__name {
  margin: 0;
  font-size: 12px;
  color: #999;
}

/* Responsive */
@media (min-width: 768px) {
  .programme__hero .hero__title {
    font-size: 40px;
  }

  .info__box {
    justify-content: space-between;
  }

  .date__button {
    font-size: 18px;
    padding: 20px;
  }
}
