/* ====== HEADER IMAGE (remplace le titre) ====== */
.actualites-header-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 25px 0;
}

/* Supprime le margin-top Astra (responsable du “vide” sous la navbar) */
@media (min-width: 1200px) {
  body.page-id-1656.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.actualites-title-image {
  max-width: min(900px, 92vw);
  height: auto;
  display: block;
  margin-top: 5px;
  opacity: 0;
  animation: fadeIn 2s ease-in forwards;
}

/* ====== SECTION BILLETTERIE - mood Programme ====== */
.billetterie-section {
  display: flex;
  justify-content: center;
  padding: 25px 15px 35px 15px;
  margin: 0 auto 35px auto;
}

.billetterie-section-inner {
  width: 100%;
  max-width: 1100px;
  background: rgba(0, 0, 0, 0.55); /* noir + transparence moderne */
  border-radius: 14px;
  padding: 26px 18px 30px 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* bandeau bleu centré */
.billetterie-section-title {
  background: #0b5482;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  font-size: 1.15rem;
  padding: 12px 18px;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto 20px auto;
}

/* contenu centré */
.billetterie-section-content {
  text-align: center;
  color: #fff;
}

.billetterie-hours {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.billetterie-address {
  font-size: 1.05rem;
  line-height: 1.55;
  opacity: 0.95;
}

/* message "aucune actu" propre */
.actualites-empty {
  text-align: center;
  margin: 30px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding: 14px 16px;
  border-radius: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.actualites-page-container {
    max-width: 1100px;
    margin: 0 auto;
    margin-top:0px;
}

body.page-id-1656 #content {
  padding-top: 0 !important;
}

body.page-id-1656 .site-content {
  padding-top: 0 !important;
}

body.page-id-1656 .ast-container {
  padding-top: 0 !important;
}

@media (min-width: 1200px) {
  body.page-template-actualitesactualites-php .ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* Animation identique à la page Programme */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
