.elementor-444 .elementor-element.elementor-element-6e5811a{--display:flex;}.elementor-444 .elementor-element.elementor-element-586898e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f62ab1b */:root {
  --af-red: #da002e;
  --af-dark: #0f172a;
  --af-yellow: #fef08a;
  --af-cream: #fffbeb;
  --af-blue-light: #f0f9ff;
  --af-border: #0f172a;
  --af-gray-bg: #f8fafc;
}

.af-cultural-wrapper {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--af-dark);
  background-color: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
}

.af-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Hero Section */
.af-hero-cultural {
  background: linear-gradient(135deg, var(--af-cream) 0%, #fdf2f8 50%, #f0fdf4 100%);
  padding: 100px 0 80px;
  border-bottom: 4px solid var(--af-border);
}

.af-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.af-badge-cultural {
  display: inline-block;
  background: var(--af-red);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 8px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  box-shadow: 4px 4px 0px var(--af-border);
  border: 2px solid var(--af-border);
}

.af-hero-cultural h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--af-dark);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.af-hero-cultural p {
  font-size: 1.2rem;
  color: #334155;
  margin-bottom: 0;
}

.af-hero-card-art {
  background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
  border: 3px solid var(--af-border);
  border-radius: 28px;
  height: 280px;
  box-shadow: 8px 8px 0px var(--af-border);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.af-hero-chat-img {
  max-width: 70%;
  max-height: 180px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

/* Réseaux sociaux */
.af-social-box {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.af-social-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: #475569;
}

.af-social-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.af-social-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.af-social-btn img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.af-social-btn:hover {
  transform: translateY(-2px);
}

/* Secciones de Agenda */
.af-section-agenda {
  padding: 80px 0;
  background-color: var(--af-gray-bg);
}

.af-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  color: var(--af-dark);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.af-events-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Tarjeta de Evento */
.af-event-card {
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 6px 6px 0px var(--af-border);
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.af-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0px var(--af-border);
}

/* Calendario Badge Izquierda */
.af-event-date-box {
  background: var(--af-red);
  color: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 18px;
  text-align: center;
  padding: 15px 10px;
  box-shadow: 3px 3px 0px var(--af-border);
}

.af-event-date-box.yellow-date {
  background: var(--af-yellow);
  color: var(--af-dark);
}

.af-event-month {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}

.af-event-day {
  font-size: 2.2rem;
  font-weight: 900;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1;
  margin: 5px 0;
}

.af-event-dayname {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Contenido del Evento */
.af-event-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.af-event-info-top {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.af-event-thumb {
  width: 180px;
  height: 225px;
  object-fit: cover;
  border: 3px solid var(--af-border);
  border-radius: 16px;
  box-shadow: 4px 4px 0px var(--af-border);
  flex-shrink: 0;
}

.af-event-details h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--af-dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.af-event-details p {
  font-size: 1rem;
  color: #475569;
  margin-bottom: 8px;
}

.af-tag {
  border: 2px solid var(--af-border);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}

.af-tag-red { background: #fee2e2; color: #991b1b; }
.af-tag-yellow { background: var(--af-yellow); color: #713f12; }
.af-tag-blue { background: #dbeafe; color: #1e40af; }
.af-tag-teal { background: #ccfbf1; color: #115e59; }

/* Accordéon déroulant pour "Ver detalles" */
.af-details-accordion {
  list-style: none;
}

.af-details-accordion summary {
  color: var(--af-red);
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  display: inline-block;
}

.af-details-accordion summary::-webkit-details-marker {
  display: none;
}

.af-dropdown-content {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #334155;
  background: var(--af-gray-bg);
  padding: 12px;
  border-radius: 12px;
  border: 2px solid var(--af-border);
}

.af-event-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.95rem;
  color: #334155;
  margin-top: 10px;
}

.af-event-meta div {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Footer avec le prix */
.af-event-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 2px dashed #e2e8f0;
  padding-top: 12px;
  margin-top: 5px;
}

.af-pill-price {
  background: #ffffff;
  color: var(--af-red);
  border: 2px solid var(--af-border);
  padding: 8px 22px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 1.4rem;
  font-family: 'Playfair Display', Georgia, serif;
  box-shadow: 3px 3px 0px var(--af-border);
  display: inline-block;
}

.af-pill-price.free {
  color: #059669;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
}

.af-currency {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
}

/* Responsive Design */
@media (max-width: 768px) {
  .af-hero-grid {
    grid-template-columns: 1fr;
  }
  .af-event-card {
    grid-template-columns: 1fr;
  }
  .af-event-info-top {
    flex-direction: column;
  }
  .af-event-thumb {
    width: 100%;
    height: 300px;
  }
  .af-event-date-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  .af-event-day {
    font-size: 1.5rem;
    margin: 0;
  }
  .af-hero-cultural h1 {
    font-size: 2.4rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8627d6 */:root {
  --af-dark: #0f172a;
  --af-border: #0f172a;
  --af-gray-bg: #f8fafc;
}

.af-past-section {
  padding: 80px 0;
  background-color: #ffffff;
  border-top: 4px solid var(--af-border);
}

.af-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.af-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  color: var(--af-dark);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

/* Conteneur du Carrousel */
.af-carousel-container {
  position: relative;
  width: 100%;
}

.af-carousel-track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 20px;
  /* Masquer la barre de défilement tout en gardant le scroll fonctionnel */
  scrollbar-width: thin;
  scrollbar-color: var(--af-border) #e2e8f0;
}

.af-carousel-track::-webkit-scrollbar {
  height: 8px;
}

.af-carousel-track::-webkit-scrollbar-track {
  background: #e2e8f0;
  border-radius: 4px;
  border: 1px solid var(--af-border);
}

.af-carousel-track::-webkit-scrollbar-thumb {
  background: var(--af-border);
  border-radius: 4px;
}

/* Carte / Affiche individuelle (ratio 1080x1350) */
.af-poster-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 6px 0px var(--af-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.af-poster-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0px var(--af-border);
}

.af-poster-img-wrap {
  width: 100%;
  aspect-ratio: 1080 / 1350;
  background: var(--af-gray-bg);
  overflow: hidden;
  position: relative;
}

.af-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Optionnel : Légende sobre sous l'affiche */
.af-poster-info {
  padding: 15px;
  background: #ffffff;
  border-top: 2px solid var(--af-border);
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .af-poster-card {
    flex: 0 0 240px;
  }
}/* End custom CSS */