@import url(fonts.css);

/* ===== RESET ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Goldman', sans-serif;
  background: #ffffff;
}
@media (min-width: 992px) {
	.e-con-full, .e-con>.e-con-inner {
    padding-block-end: 0px !important;
    padding-block-start: 0px !important;
    text-align: var(--text-align);
}
	.elementor-element-f43f3e5,.elementor-element-85a8f98 {
		position: relative;
	}
}

.ticket {
    text-align: center;
    margin-top: 50px;
}
.ticket p {
    font-size: 25px;
	margin-bottom: 30px;
}
.ticket a {
    background: #bd65fd;
    color: #f8de45;
    padding: 10px 20px;
}
/* ===================================================
   HERO SECTION
=================================================== */
.hero-section {
  width: 100%;
  margin-top: 72px; /* hauteur navbar */
  line-height: 0;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ===================================================
   HEADER / NAVBAR
=================================================== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
  height: 72px;
  padding: 0 32px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  user-select: none;
}

.nav-logo img { max-height: 55px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin-bottom: 0;
}

.nav-links a {
  font-family: 'Goldman', sans-serif;
  font-size: 16px;
  color: #111111;
  text-decoration: none;
  position: relative;
  transition: color 0.2s;
}

.nav-links a.active::after,
.nav-links a:hover::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 2px;
  background: #E63946;
  border-radius: 2px;
}

.nav-links a:hover { color: #E63946; }

.nav-cta {
  font-family: 'Goldman', sans-serif;
  font-size: 18px;
  color: #f1dd5b;
  background: #E63946;
  border: none;
  padding: 8px 18px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.nav-cta:hover { background: #c62b38; transform: scale(1.03); color: #fff; }

/* Offset pour la navbar fixe */
main#main-content { padding-top: 40px; }

@media (max-width: 768px) {
  .header { padding: 0 18px; }
  .nav-links { display: none; }
}

/* ===================================================
   BANDE SPONSORS
=================================================== */
.sponsors-bar {
  background-color: #ffffff;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 18px 0;
}

.sponsors-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sponsor-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 32px;
  flex-shrink: 0;
}

.sponsor-group + .sponsor-group {
  border-left: 1px solid rgba(0,0,0,0.15);
}

.sponsor-group-label {
  font-family: 'Goldman', sans-serif;
  font-size: 11px;
  color: #111111;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.sponsor-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sponsor-logos img {
  height: 32px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.2s;
}

.sponsor-logos img:hover { opacity: 0.75; }

@media (max-width: 992px) {
  .sponsor-group { padding: 10px 20px; }
  .sponsor-group + .sponsor-group { border-left: none; border-top: 1px solid rgba(0,0,0,0.1); }
  .sponsors-inner { flex-direction: column; align-items: flex-start; }
}

/* ===================================================
   SECTION NEXT PERFORMANCE
=================================================== */
.next-perf-section {
  background-color: #000;
  padding: 60px 0 70px;
  text-align: center;
}

.next-perf-by {
  font-family: 'Goldman', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.next-perf-title {
  font-family: 'Goldman', sans-serif;
  font-size: clamp(28px,4vw,52px);
  color: #ffffff;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.countdown-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
  padding: 0 20px;
}

.cd-block + .cd-block { border-left: 1px solid rgba(255,255,255,0.08); }

.cd-num {
  font-family: 'Goldman', sans-serif;
  font-size: clamp(60px,10vw,120px);
  color: #ffffff;
  line-height: 1;
  letter-spacing: 2px;
  transition: transform 0.15s ease;
}

.cd-num.flip { transform: scaleY(0.85); opacity: 0.6; }

.cd-lbl {
  font-family: 'Goldman', sans-serif;
  font-size: clamp(12px,1.1vw,15px);
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .cd-block { min-width: 80px; padding: 0 10px; }
  .cd-num { font-size: 52px; }
  .cd-block + .cd-block { border-left: none; }
}

/* ===================================================
   SECTION COMMUNAUTÉ
=================================================== */
.communaute-section {
  background-color: #f5f5F7;
  padding: 90px 0 100px;
}

.communaute-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.communaute-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  background-color: #cccccc;
}

.communaute-title {
  font-family: 'Goldman', sans-serif;
  font-size: clamp(20px,2.8vw,38px);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 28px;
}

.communaute-title .line-black { color: #111111; display: block; }
.communaute-title .line-red   { color: #E63946; display: block; }

.communaute-text p {
  font-family: 'Goldman', sans-serif;
  font-family: 'Mulish';
  font-size: clamp(13px,1.1vw,15px);
  color: #333333;
  line-height: 1.85;
  text-align: justify;
  margin-bottom: 15px;
      font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.communaute-text p:last-of-type { margin-bottom: 36px; }

.communaute-stats {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stat-item .stat-num {
  font-family: 'Goldman', sans-serif;
  font-size: clamp(28px,3vw,44px);
  line-height: 1;
  display: block;
}

.stat-item .stat-lbl {
  font-family: 'Goldman', sans-serif;
  font-size: 13px;
  color: #555555;
  margin-top: 4px;
  display: block;
}

.stat-item:nth-child(1) .stat-num { color: #8B5CF6; }
.stat-item:nth-child(2) .stat-num { color: #FFD600; }
.stat-item:nth-child(3) .stat-num { color: #E63946; }

@media (max-width: 768px) {
  .communaute-grid { grid-template-columns: 1fr; gap: 36px; }
  .communaute-img { max-width: 420px; margin: 0 auto; }
}

/* ===================================================
   SECTION LES ARTISTES
=================================================== */
#artistes{
    display: none !important;
}
.artistes-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.artistes-title {
  font-family: 'Goldman', sans-serif;
  font-size: 40px;
  color: #111111;
  line-height: 1.0;
  margin-bottom: 40px;
}

.artistes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.artiste-card {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #cccccc;
  cursor: pointer;
}

.artiste-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.artiste-card:hover img { transform: scale(1.04); }

@media (max-width: 768px) { .artistes-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .artistes-grid { grid-template-columns: 1fr; } }

/* ===================================================
   SECTION REJOIGNEZ-NOUS
=================================================== */
.rejoignez-section {
  background-color: #f0ede8;
  padding: 90px 0 100px;
}

.rejoignez-title {
  font-family: 'Mulish';
  font-weight: 900;
  font-size: 40px;
  color: #111111;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.rejoignez-subtitle {
  font-family: 'Mulish';
	font-weight: 900;
  font-size: clamp(11px,1.2vw,15px);
  color: #111111;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.programme-list { display: flex; flex-direction: column; gap: 16px; }

.prog-row {
  display: flex;
  align-items: center;
  background-color: #edeeef;
  padding: 28px 36px;
  gap: 30px;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}

.prog-row:hover { background-color: #dedad3; }

.prog-date { display: flex; flex-direction: column; align-items: flex-start; min-width: 60px; }

.prog-day-num {
  font-family: 'Mulish';
  font-weight: 900;
  font-size: clamp(28px,3.5vw,48px);
  color: #111111;
  line-height: 1;
}

.prog-day-month {
   font-family: 'Mulish';
  font-weight: 900;
  font-size: clamp(10px,1vw,13px);
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 2px;
}

.prog-divider { width: 1px; height: 50px; background-color: rgba(0,0,0,0.15); flex-shrink: 0; }

.prog-info { flex: 1; }

.prog-event-title {
   font-family: 'Mulish';
  font-weight: 900;
  font-size: clamp(12px,1.6vw,18px);
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.prog-artists {
  font-family: 'Goldman', sans-serif;
  font-size: clamp(11px,1vw,13px);
  color: #555555;
}

.prog-play { width: 36px; height: 36px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.prog-play svg { width: 22px; height: 22px; fill: none; stroke: #aaaaaa; stroke-width: 1.5; transition: stroke 0.2s; }
.prog-row:hover .prog-play svg { stroke: #8B5CF6; }

@media (max-width: 576px) {
  .prog-row { padding: 20px; gap: 16px; }
  .prog-divider { height: 36px; }
}

/* ===================================================
   SECTION 3 JOURS DE MUSIQUE
=================================================== */
.trois-jours-section {
  background-color: #ffffff;
  padding: 90px 0 60px;
}

.trois-jours-title {
   font-family: 'Mulish';
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  color: #111111;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
}

.trois-jours-subtitle {
    font-family: 'Mulish';
  font-weight: 500;
  font-size: clamp(11px,1.3vw,16px);
  color: #111111;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.trois-jours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 500px; }

.col-map { position: relative; background-color: #e8edf0; overflow: hidden; }
.col-map iframe { width: 100%; height: 100%; border: none; display: block; filter: grayscale(20%) opacity(0.85); }
.map-label { position: absolute; bottom: 18px; left: 20px; font-family: 'Goldman', sans-serif; font-size: 13px; color: #111111; background: rgba(255,255,255,0.85); padding: 4px 12px; border-radius: 2px; z-index: 2; }
.map-location-title { position: absolute; top: 20px; left: 20px; font-family: 'Goldman', sans-serif; font-size: 16px; color: #111111; text-transform: uppercase; letter-spacing: 1px; z-index: 2; }
.map-location-text { position: absolute; top: 54px; left: 20px; right: 20px; font-family: 'Goldman', sans-serif; font-size: 13px; color: #333333; line-height: 1.7; background: rgba(255,255,255,0.75); padding: 8px 12px; border-radius: 2px; z-index: 2; }

.col-cards { display: grid; grid-template-rows: 1fr 1fr; grid-template-columns: 1fr; }
.card-purple { background-color: #8B5CF6; padding: 36px 32px; }
.cards-bottom-row { display: grid; grid-template-columns: 1fr 1fr; }
.card-yellow { background-color: #FFD600; padding: 32px 28px; }
.card-red    { background-color: #E63946; padding: 32px 28px; }

.card-title {  font-family: 'Mulish';font-weight: 900; font-size: clamp(14px,1.6vw,20px); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 14px; }
.card-purple .card-title { color: #FFD600; }
.card-yellow .card-title, .card-red .card-title { color: #111111; }

.card-text { font-family: 'Mulish'; font-size: clamp(10px,1vw,13px); text-transform: uppercase; line-height: 1.8; }
.card-purple .card-text { color: rgba(0,0,0,0.9); }
.card-yellow .card-text, .card-red .card-text { color: #111111; }

.voir-details { text-align: right; margin-top: 20px; }
.voir-details a { font-family: 'Mulish';  font-size: 14px; color: #111111; text-transform: uppercase; letter-spacing: 2px; text-decoration: underline; text-underline-offset: 4px; transition: color 0.2s; }
.voir-details a:hover { color: #8B5CF6; }

@media (max-width: 768px) {
  .trois-jours-grid { grid-template-columns: 1fr; }
  .col-map { height: 300px; }
  .cards-bottom-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .cards-bottom-row { grid-template-columns: 1fr; }
  .card-purple, .card-yellow, .card-red { padding: 24px 20px; }
}

/* ===================================================
   SECTION TIMELESS IMMERSION
=================================================== */
.immersion-section { background-color: #f5f6f7; padding: 80px 0 90px; }

.immersion-title { font-family: 'Goldman', sans-serif; font-size: clamp(28px,4vw,52px); color: #111111; text-align: center; margin-bottom: 50px; }

.immersion-row-1 { display: grid; grid-template-columns: 3fr 2fr; gap: 10px; margin-bottom: 10px; }
.immersion-row-2 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }

.immersion-img { overflow: hidden; border-radius: 0px; background-color: #cccccc; }
.immersion-row-1 .immersion-img { height: 400px; }
.immersion-row-2 .immersion-img { height: 240px; }

.immersion-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.immersion-img:hover img { transform: scale(1.04); }

@media (max-width: 768px) {
  .immersion-row-1 { grid-template-columns: 1fr; }
  .immersion-row-1 .immersion-img { height: 260px; }
  .immersion-row-2 { grid-template-columns: 1fr 1fr; }
  .immersion-row-2 .immersion-img:last-child { grid-column: 1/-1; }
}
@media (max-width: 480px) {
  .immersion-row-2 { grid-template-columns: 1fr; }
  .immersion-row-2 .immersion-img:last-child { grid-column: auto; }
  .immersion-row-2 .immersion-img { height: 200px; }
}

/* ===================================================
   SECTION FAQ
=================================================== */
.faq-section { background-color: #ffffff; padding: 100px 0; }

.faq-main-title {  font-family: 'Mulish';font-weight: 900; font-size: 45px; text-align: center; color: #111111; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 60px; }

.faq-accordion .accordion-item { background: transparent; border: none; border-bottom: 1px solid #cccccc; border-radius: 0 !important; }
.faq-accordion .accordion-item:first-child { border-top: none; }

.faq-accordion .accordion-button {  font-family: 'Mulish';font-weight: 500; font-size: clamp(13px,1.6vw,16px); color: #111111; text-transform: uppercase; letter-spacing: 0.5px; background: transparent; padding: 18px 0; box-shadow: none !important; border-radius: 0 !important; }
.faq-accordion .accordion-button:not(.collapsed) { color: #111111; background: transparent; }
.faq-accordion .accordion-button::after { display: none; }

.faq-accordion .accordion-button .faq-icon {  font-family: 'Mulish'; font-size: 22px; color: #111111; margin-left: auto; padding-left: 20px; flex-shrink: 0; transition: transform 0.3s ease; line-height: 1; }
.faq-accordion .accordion-button:not(.collapsed) .faq-icon { transform: rotate(45deg); }

.faq-accordion .accordion-body {  font-family: 'Mulish'; font-size: 15px; color: #444444; line-height: 1.85; padding: 0 0 28px 0; background: transparent;     padding: 20px;
    }

@media (max-width: 576px) {
  .faq-section { padding: 60px 0 70px; }
  .faq-accordion .accordion-button { padding: 22px 0; font-size: 12px; }
}

/* ===================================================
   SECTION NEWSLETTER
=================================================== */
.newsletter-section { background-color: #8B5CF6; padding: 80px 0 90px; }

.newsletter-title { font-family: 'Mulish';font-weight: 900; font-size: 35px; color: #ffffff; line-height: 1.05; margin-bottom: 10px; }
.newsletter-subtitle { font-family: 'Mulish';font-weight: 500; font-size: 16px; color: rgba(255,255,255,0.9); margin-bottom: 40px; }

.newsletter-input-wrap { position: relative; max-width: 500px; margin-bottom: 36px; }
.newsletter-input { width: 100%; background: transparent; border: none; border-bottom: 1.5px solid rgba(255,255,255,0.6); border-radius: 0; padding: 10px 0; font-family: 'Mulish'; font-size: 15px; color: #ffffff; outline: none; transition: border-color 0.2s; }
.newsletter-input::placeholder { color: rgba(255,255,255,0.55); }
.newsletter-input:focus { border-bottom-color: #ffffff; }

.newsletter-btn { display: inline-block; background: #ffffff; color: #111111; font-family: 'Goldman', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.5px; padding: 13px 36px; border: none; border-radius: 0; cursor: pointer; transition: background 0.2s, color 0.2s, transform 0.15s; }
.newsletter-btn:hover { background: #111111; color: #ffffff; transform: scale(1.02); }

/* ===================================================
   FOOTER
=================================================== */
.site-footer { background-color: #1e1e1e; padding: 70px 0 40px; }

.footer-logo { display: inline-block; text-decoration: none; }
.footer-logo img { max-width: 300px; }

.footer-contact-title { font-family: 'Goldman', sans-serif; font-size: 18px; color: #ffffff; margin-bottom: 20px;text-align: left }

.footer-contact-list { list-style: none; padding: 0; margin: 0 0 28px 0; }
.footer-contact-list li { display: flex; align-items: center; gap: 10px; font-family: 'Goldman', sans-serif; font-size: 15px; color: rgba(255,255,255,0.85); margin-bottom: 10px; }
.footer-contact-list li i { font-size: 17px; color: #ffffff; flex-shrink: 0; }
.footer-contact-list a { color: rgba(255,255,255,0.85); text-decoration: none; transition: color 0.2s; }
.footer-contact-list a:hover { color: #E63946; }

.footer-socials { display: flex; gap: 10px; align-items: center; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.12); color: #ffffff; font-size: 17px; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.footer-socials a:hover { background: #E63946; transform: scale(1.1); }

.footer-bottom { background-color: #141414; padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.07); }
.footer-bottom .copyright { font-family: 'Goldman', sans-serif; font-size: 12px; letter-spacing: 1px; color: rgba(255,255,255,0.5); text-transform: uppercase; }

.footer-bottom-links { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; justify-content: flex-end; }
.footer-bottom-links a { font-family: 'Goldman', sans-serif; font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-bottom-links a:hover { color: #ffffff; }

@media (max-width: 768px) {
  .site-footer { padding: 50px 0 30px; text-align: center; }
  .footer-contact-list li { justify-content: center; }
  .footer-socials { justify-content: center; }
  .footer-bottom-links { justify-content: center; margin-top: 10px; }
}

 .timeless-experience {
    position: relative;
    padding: 90px 20px;
    overflow: hidden;
	 font-family: 'Goldman';
  }

  .timeless-experience::before,
  .timeless-experience::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.12;
    z-index: 0;
  }

  .timeless-experience::before {
    width: 300px;
    height: 300px;
    top: 40px;
    left: -100px;
  }

  .timeless-experience::after {
    width: 320px;
    height: 320px;
    bottom: 40px;
    right: -120px;
  }

  .timeless-container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .timeless-row {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: center;
    margin-bottom: 42px;
  }

  .timeless-row-reverse .timeless-text {
    order: 2;
  }

  .timeless-row-reverse .timeless-visual {
    order: 1;
  }

  .timeless-card {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }

  .timeless-text {
    padding: 10px 8px;
  }

  .timeless-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(90deg, #ef3f4d, #8b59d6);
    padding: 10px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
  }

  .timeless-text h2,
  .timeless-community-content h2 {
    margin: 0 0 18px;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 800;
    color: #111111;
  }

  .timeless-lead {
    font-size: 22px;
    line-height: 1.5;
    color: #8b59d6;
    font-weight: 600;
    margin-bottom: 18px;
  }

  .timeless-text p,
  .timeless-community-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 14px;
  }

  .timeless-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 18px;
  }

  .timeless-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.7;
    color: #222222;
    font-weight: 500;
  }

  .timeless-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ef3f4d, #fddd3a, #8b59d6);
  }

  .timeless-visual {
    min-height: 460px;
    position: relative;
    padding: 14px;
  }

  .timeless-visual img {
    width: 100%;
    height: 100%;
    min-height: 432px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
  }

  .timeless-gradient-1 {
    background:
      radial-gradient(circle at top left, rgba(239, 63, 77, 0.22), transparent 35%),
      radial-gradient(circle at bottom right, rgba(139, 89, 214, 0.22), transparent 35%),
      #ffffff;
  }

  .timeless-gradient-2 {
    background:
      radial-gradient(circle at top right, rgba(253, 221, 58, 0.28), transparent 35%),
      radial-gradient(circle at bottom left, rgba(139, 89, 214, 0.18), transparent 35%),
      #ffffff;
  }

  .timeless-gradient-3 {
    background:
      radial-gradient(circle at center left, rgba(239, 63, 77, 0.20), transparent 30%),
      radial-gradient(circle at bottom right, rgba(253, 221, 58, 0.22), transparent 30%),
      #ffffff;
  }

  .timeless-community {
    position: relative;
    padding: 65px 50px;
    background:
      linear-gradient(135deg, rgba(239, 63, 77, 0.08), rgba(139, 89, 214, 0.10)),
      #ffffff;
  }

  .timeless-community::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at top left, rgba(253, 221, 58, 0.20), transparent 28%),
      radial-gradient(circle at bottom right, rgba(139, 89, 214, 0.18), transparent 30%);
    pointer-events: none;
  }

  .timeless-community-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
  }

  @media (max-width: 1024px) {
    .timeless-row {
      grid-template-columns: 1fr;
      gap: 24px;
      margin-bottom: 30px;
    }

    .timeless-row-reverse .timeless-text,
    .timeless-row-reverse .timeless-visual {
      order: initial;
    }

    .timeless-text h2,
    .timeless-community-content h2 {
      font-size: 34px;
    }

    .timeless-lead {
      font-size: 20px;
    }

    .timeless-visual {
      min-height: auto;
    }

    .timeless-visual img {
      min-height: 320px;
    }

    .timeless-community {
      padding: 45px 28px;
    }
  }

  @media (max-width: 767px) {
    .timeless-experience {
      padding: 65px 16px;
    }

    .timeless-text h2,
    .timeless-community-content h2 {
      font-size: 28px;
    }

    .timeless-lead {
      font-size: 18px;
    }

    .timeless-text p,
    .timeless-community-content p,
    .timeless-list li {
      font-size: 16px;
      line-height: 1.7;
    }

    .timeless-visual {
      padding: 10px;
    }

    .timeless-visual img {
      min-height: 250px;
      border-radius: 18px;
    }

    .timeless-community {
      padding: 36px 20px;
      border-radius: 22px;
    }
  }



/* ---- BASE CONTACT (même style qu'avant) ---- */
:root {
  --red:    #E63946;
  --purple: #8B5CF6;
  --yellow: #FFD600;
  --dark:   #111111;
  --gray:   #f5f5f7;
  --border: rgba(0,0,0,0.10);
  --font:   'Goldman', sans-serif;
}

.tf-contact-section {
  background: #ffffff;
  padding: 100px 0;
  font-family: var(--font);
}

.tf-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.tf-contact-header {
  text-align: center;
  margin-bottom: 70px;
}

.tf-contact-badge {
  display: inline-block;
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  border: 1px solid var(--red);
  padding: 5px 16px;
  margin-bottom: 20px;
	    color: #f1dd5b;
}

.tf-contact-title {
  font-family: var(--font);
  font-size: clamp(32px, 5vw, 60px);
  color: var(--dark);
  letter-spacing: 1px;
  margin-bottom: 14px;
  line-height: 1;
}

.tf-contact-subtitle {
  font-family: var(--font);
  font-size: 15px;
  color: #555555;
}

.tf-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 60px;
}

.tf-contact-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tf-info-block {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.tf-info-icon {
  width: 46px;
  height: 46px;
  background: var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--red);
}

.tf-info-label {
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 4px;
}

.tf-info-value {
  font-family: var(--font);
  font-size: 15px;
  color: var(--dark);
  line-height: 1.6;
}

.tf-info-value a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.3s;
}
.tf-info-value a:hover { color: var(--red); }

.tf-contact-socials {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.tf-contact-socials a {
  width: 40px;
  height: 40px;
  background: var(--gray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--dark);
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.tf-contact-socials a:hover {
  background: var(--red);
  color: #ffffff;
}

/* ---- WRAPPER FORMULAIRE ---- */
.tf-contact-form-wrap {
  background: var(--gray);
  padding: 48px 40px;
}

/* ================================================
   CF7 OVERRIDE — restyle complet
================================================ */

/* Supprime les styles par défaut CF7 */
.tf-contact-form-wrap .wpcf7 {
  margin: 0;
  padding: 0;
}

.tf-contact-form-wrap .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Labels */
.tf-contact-form-wrap .wpcf7 .tf-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tf-contact-form-wrap .wpcf7 .tf-field-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tf-contact-form-wrap .wpcf7 label {
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777777;
  display: block;
  margin-bottom: 6px;
}

/* Inputs, select, textarea */
.tf-contact-form-wrap .wpcf7 input[type="text"],
.tf-contact-form-wrap .wpcf7 input[type="email"],
.tf-contact-form-wrap .wpcf7 select,
.tf-contact-form-wrap .wpcf7 textarea {
  font-family: var(--font) !important;
  font-size: 14px !important;
  color: var(--dark) !important;
  background: #ffffff !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  outline: none !important;
  width: 100% !important;
  box-shadow: none !important;
  transition: border-color 0.3s !important;
  appearance: none;
  -webkit-appearance: none;
}

.tf-contact-form-wrap .wpcf7 input[type="text"]:focus,
.tf-contact-form-wrap .wpcf7 input[type="email"]:focus,
.tf-contact-form-wrap .wpcf7 select:focus,
.tf-contact-form-wrap .wpcf7 textarea:focus {
  border-color: var(--purple) !important;
}

.tf-contact-form-wrap .wpcf7 textarea {
  resize: vertical;
  min-height: 140px;
}

/* Select custom arrow */
.tf-contact-form-wrap .wpcf7 select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23111' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 40px !important;
}

/* Bouton submit */
.tf-contact-form-wrap .wpcf7 input[type="submit"] {
  font-family: var(--font) !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  color: #f1dd5b !important;
  background: var(--red) !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 40px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.3s, transform 0.15s !important;
  box-shadow: none !important;
}

.tf-contact-form-wrap .wpcf7 input[type="submit"]:hover {
  background: #c62b38 !important;
  transform: scale(1.01);
}

/* Spinner CF7 */
.tf-contact-form-wrap .wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* ---- MESSAGES CF7 ---- */

/* Succès */
.tf-contact-form-wrap .wpcf7 .wpcf7-mail-sent-ok,
.tf-contact-form-wrap .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  font-family: var(--font) !important;
  font-size: 14px !important;
  color: #2e7d32 !important;
  background: #e8f5e9 !important;
  border: none !important;
  border-left: 3px solid #2e7d32 !important;
  border-radius: 0 !important;
  padding: 14px 20px !important;
  margin: 0 !important;
}

/* Erreur */
.tf-contact-form-wrap .wpcf7 .wpcf7-validation-errors,
.tf-contact-form-wrap .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  font-family: var(--font) !important;
  font-size: 14px !important;
  color: #b71c1c !important;
  background: #ffebee !important;
  border: none !important;
  border-left: 3px solid #b71c1c !important;
  border-radius: 0 !important;
  padding: 14px 20px !important;
  margin: 0 !important;
}

/* Spam / autre erreur */
.tf-contact-form-wrap .wpcf7 .wpcf7-spam-blocked,
.tf-contact-form-wrap .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
  font-family: var(--font) !important;
  font-size: 14px !important;
  color: #e65100 !important;
  background: #fff3e0 !important;
  border: none !important;
  border-left: 3px solid #e65100 !important;
  border-radius: 0 !important;
  padding: 14px 20px !important;
  margin: 0 !important;
}

/* Champs invalides — bordure rouge */
.tf-contact-form-wrap .wpcf7 .wpcf7-not-valid {
  border-color: var(--red) !important;
}

.tf-contact-form-wrap .wpcf7 .wpcf7-not-valid-tip {
  font-family: var(--font) !important;
  font-size: 11px !important;
  color: var(--red) !important;
  margin-top: 4px !important;
  display: block;
}

/* ---- MAP ---- */
.tf-map-wrap {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.tf-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  filter: grayscale(20%);
}

.tf-map-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  font-family: var(--font);
  font-size: 13px;
  color: var(--dark);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.tf-map-label i { color: var(--red); }

/* ---- RESPONSIVE ---- */
@media (max-width: 992px) {
  .tf-contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 600px) {
  .tf-contact-form-wrap { padding: 32px 20px; }
  .tf-contact-form-wrap .wpcf7 .tf-form-row { grid-template-columns: 1fr; }
  .tf-contact-inner { padding: 0 16px; }
}



  :root {
      --red: #E8272A;
      --yellow: #FFD600;
      --purple: #7B2FBE;
      --purple-light: #9B59D0;
      --black: #111;
      --white: #fff;
      --gray-bg: #F4F4F4;
      --text: #1a1a1a;
      --radius: 16px;
    }
 
    body {
      font-family: 'Nunito', sans-serif;
      color: var(--text);
      background: var(--white);
      overflow-x: hidden;
    }
 
    /* ── HERO ── */
    .hero {
      background: var(--red);
      position: relative;
      text-align: center;
      padding: 60px 20px 80px;
      overflow: hidden;
    }
 
    .hero__deco {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      pointer-events: none;
      overflow: hidden;
    }
 
    /* Wavy decorations using SVG */
    .hero__deco svg {
      position: absolute;
    }
    .deco-tl { top: -10px; left: -10px; width: 200px; }
    .deco-tr { top: -10px; right: -10px; width: 200px; transform: scaleX(-1); }
    .deco-bl { bottom: -10px; left: -20px; width: 180px; transform: scaleY(-1); }
    .deco-br { bottom: -10px; right: -20px; width: 180px; transform: scale(-1,-1); }
 
    .hero__badge {
      display: inline-block;
      background: var(--yellow);
      color: var(--black);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 20px;
      margin-bottom: 16px;
    }
 
    .hero h1 {
      font-family: 'Bebas Neue', cursive;
      font-size: clamp(52px, 10vw, 96px);
      color: var(--white);
      letter-spacing: 3px;
      line-height: 1;
      margin-bottom: 16px;
    }
 
    .hero p {
      font-size: 16px;
      color: rgba(255,255,255,0.88);
      max-width: 480px;
      margin: 0 auto 28px;
      line-height: 1.6;
    }
 
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 13px 28px;
      border-radius: 30px;
      font-family: 'Nunito', sans-serif;
      font-weight: 800;
      font-size: 15px;
      cursor: pointer;
      text-decoration: none;
      border: none;
      transition: transform .15s, box-shadow .15s;
    }
    .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.25); }
 
    .btn-purple { background: var(--purple); color: var(--white); }
    .btn-yellow { background: var(--yellow); color: var(--black); }
    .btn-yellow-outline {
      background: transparent;
      color: var(--white);
      border: 2px solid var(--white);
    }
 
    /* ── MAIN CONTENT ── */
    .main {
      max-width: 900px;
      margin: 0 auto;
      padding: 48px 20px 64px;
    }
 
    /* ── PLAN CARD ── */
    .plan-card {
      display: flex;
      gap: 28px;
      align-items: center;
      background: var(--white);
      border-radius: var(--radius);
      box-shadow: 0 4px 24px rgba(0,0,0,.09);
      padding: 24px;
      margin-bottom: 32px;
      border: 1.5px solid #eee;
    }
 
    .plan-card__img {
      width: 220px;
      min-width: 220px;
      height: 150px;
      border-radius: 10px;
      object-fit: cover;
      background: linear-gradient(135deg, #7B2FBE 0%, #E8272A 50%, #FFD600 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
 
    .plan-card__img svg { width: 100%; height: 100%; }
 
    .plan-card__text h2 {
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 10px;
    }
 
    .plan-card__text p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 16px;
    }
 
    /* ── GRID 2 COLS ── */
    .grid2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 20px;
    }
 
    .info-card {
      background: var(--white);
      border-radius: var(--radius);
      box-shadow: 0 4px 20px rgba(0,0,0,.07);
      padding: 24px;
      border: 1.5px solid #eee;
      position: relative;
    }
 
    .tag {
      display: inline-block;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 20px;
      margin-bottom: 10px;
    }
    .tag-red { background: var(--red); color: #fff; }
    .tag-purple { background: var(--purple); color: #fff; }
    .tag-orange { background: #FF7B00; color: #fff; }
    .tag-red2 { background: #E8272A; color: #fff; }
 
    .info-card h3 {
      font-size: 22px;
      font-weight: 800;
      margin-bottom: 14px;
    }
 
    .info-row {
      display: flex;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 14px;
    }
 
    .info-row .icon {
      font-size: 18px;
      flex-shrink: 0;
      margin-top: 1px;
    }
 
    .info-row strong { font-weight: 800; display: block; margin-bottom: 2px; }
    .info-row span { color: #555; }
 
    .map-pin {
      position: absolute;
      top: 24px;
      right: 24px;
      width: 60px;
      height: 60px;
      background: #f0f0f0;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
    }
 
    .ticket-sub {
      font-size: 14px;
      color: #555;
      margin-bottom: 14px;
      line-height: 1.5;
    }
 
    .ticket-link {
      color: var(--red);
      font-weight: 700;
      text-decoration: none;
    }
 
    .contact-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 15px;
      font-weight: 700;
    }
    .contact-row .ico {
      width: 32px; height: 32px;
      background: #f0f0f0;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px;
      flex-shrink: 0;
    }
 
    .check-list { list-style: none; }
    .check-list li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 9px;
    }
    .check-list li .chk {
      width: 22px; height: 22px;
      background: var(--red);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      color: white;
      font-size: 12px;
    }
 
    /* ── CONDITIONS GÉNÉRALES ── */
    .conditions {
      padding: 48px 20px 60px;
      text-align: center;
      background: var(--white);
    }
 
    .conditions h2 {
      font-size: 36px;
      font-weight: 800;
      margin-bottom: 10px;
    }
 
    .conditions .sub {
      color: #666;
      font-size: 15px;
      margin-bottom: 36px;
    }
 
    .accordion {
      max-width: 860px;
      margin: 0 auto 24px;
    }
 
    .accordion-item {
      background: var(--white);
      border-radius: var(--radius);
      box-shadow: 0 2px 14px rgba(0,0,0,.07);
      margin-bottom: 14px;
      border: 1.5px solid #eee;
      overflow: hidden;
    }
 
    .accordion-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 24px;
      cursor: pointer;
      font-size: 16px;
      font-weight: 800;
      gap: 12px;
      user-select: none;
      transition: background .15s;
    }
    .accordion-header:hover { background: #fafafa; }
 
    .accordion-header .left {
      display: flex;
      align-items: center;
      gap: 14px;
    }
 
    .accordion-icon {
      width: 36px; height: 36px;
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 18px;
      flex-shrink: 0;
    }
    .acc-purple { background: #ede3f8; color: var(--purple); }
    .acc-red { background: #fde8e8; color: var(--red); }
    .acc-green { background: #e3f5ea; color: #27ae60; }
 
    .accordion-toggle {
      width: 32px; height: 32px;
      background: var(--purple);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: white;
      font-size: 20px;
      font-weight: 400;
      flex-shrink: 0;
      transition: transform .25s;
    }
 
    .accordion-body {
      overflow: hidden;
      transition: max-height .35s ease, padding .25s ease;
      padding: 0 24px;
      font-size: 14px;
      color: #555;
      line-height: 1.7;
    }
    .accordion-body.open {
      max-height: 400px;
      padding: 0 24px 20px;
    }
    .accordion-item.open .accordion-toggle {
      transform: rotate(45deg);
    }
 
    .cgu-note {
      max-width: 860px;
      margin: 0 auto;
      font-size: 13px;
      color: #888;
      line-height: 1.7;
      text-align: center;
    }
 
    /* ── CTA BANNER ── */
    .cta-banner {
      background: linear-gradient(135deg, #7B2FBE 0%, #9B59D0 100%);
      position: relative;
      padding: 60px 20px;
      text-align: center;
      overflow: hidden;
    }
 
    .cta-banner__deco {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      pointer-events: none;
    }
 
    .cta-banner h2 {
      font-family: 'Bebas Neue', cursive;
      font-size: clamp(32px, 6vw, 52px);
      color: var(--white);
      letter-spacing: 2px;
      margin-bottom: 12px;
      position: relative;
      z-index: 1;
    }
 
    .cta-banner p {
      color: rgba(255,255,255,.8);
      font-size: 15px;
      margin-bottom: 28px;
      position: relative;
      z-index: 1;
    }
 
    .cta-buttons {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }
 
    /* ── FOOTER ── */
    footer {
      background: var(--black);
      color: #aaa;
      text-align: center;
    }
 
    .footer-logo {
      font-family: 'Bebas Neue', cursive;
      font-size: 28px;
      color: var(--white);
      letter-spacing: 4px;
      line-height: 1.1;
      margin-bottom: 4px;
    }
    .footer-logo span { display: block; font-size: 13px; letter-spacing: 8px; }
 
    footer .copy {
      font-size: 13px;
      margin: 16px 0 12px;
      color: #666;
    }
 
    footer nav a {
      color: #888;
      text-decoration: none;
      font-size: 13px;
      margin: 0 10px;
      transition: color .15s;
    }
    footer nav a:hover { color: var(--white); }
 
    /* ── RESPONSIVE ── */
    @media (max-width: 680px) {
      .plan-card { flex-direction: column; }
      .plan-card__img { width: 100%; min-width: unset; }
      .grid2 { grid-template-columns: 1fr; }
      .map-pin { display: none; }
    }
.page-id-8529 #newsletter,.page-id-8529 #site-footer{
	display: none !important;
}


.stat-item {
    /* Image de fond */
    background-image: url('https://timelessfestival.ma/wp-content/uploads/2026/03/Fleur-timeless.png');
    background-size: contain; /* ou 'cover' selon l'effet désiré */
    background-repeat: no-repeat;
    background-position: center;
    
    /* Organisation interne en colonne */
    display: flex;
    flex-direction: column;
    align-items: center;    /* centre horizontalement */
    justify-content: center; /* centre verticalement */
    text-align: center;
    
    /* Espacement interne pour laisser respirer l'image de fond */
    padding: 20px;
    
    /* Dimensions minimales pour bien voir l'image */
    min-width: 130px;
    min-height: 137px;
    
    /* Optionnel : un fond de secours */
    background-color: #f5f5f5;
}

.stat-num {
    font-size: 22px !important;      /* Ajustez selon votre design */
    font-weight: bold;
    color: #ce4d52 !important;
    display: block;       /* S'assure d'être sur sa propre ligne */
}

.stat-lbl {
    font-size: 1rem;
    display: block;       /* S'assure d'être sur sa propre ligne */
    margin-top: 8px;      /* Espace entre le chiffre et la description */
}
.programmes h2 {
    font-family: 'Mulish';
    font-weight: 900;
    margin-bottom: 26px;
    color: #ef3f4d;
}
.programmes p {
    font-family: 'Mulish';
    color: #000;
    margin-bottom: 10px;
}


















/***********************
**** Newsletter Bloc ***
************************/

.newsletter-section {
    background-color: #fff;
    position: relative;
}
#newsletter:after {
    content: " ";
    position: absolute;
    right: -50px;
    height: 359px;
    width: 279px;
    background: url(https://timelessfestival.ma/wp-content/uploads/2026/03/bg_footer.png);
    top: -200px;
    background-size: cover;
}
.newsletter-wrapper {
      background: #f1dd5b;
    padding: 35px 25px;
    border-radius: 25px;
    border: 5px solid #000;
    color: #000;
    position: relative;
    box-shadow: 23px 24px 0px 0px #90c8d5, 23px 24px 0px 5px #000;
}
 .newsletter-wrapper .newsletter-title,.newsletter-subtitle{
  color: #000;
}
.newsletter-input{
  border-color: #000;
}
.newsletter-wrapper input::placeholder {
  color: #000;
}
.newsletter-btn,.page-id-8716 .newsletter-btn:hover {
  background: #f1dd5b;
  padding: 0;
} 
.site-footer, .page-id-8716 footer {
    background-color: #ef3f4d;
}


/***********************
******** FAQ Bloc ******
************************/

 .faq-section{
  background-color: #68cad7;
}
 .faq-main-title{
  color: #fddd3a;
}
 .accordion-item{
  margin-bottom: 0px !important;
  box-shadow: none !important;
  border-bottom-color: #000;
}
 .faq-accordion .accordion-button{
  font-weight: bold;
}
 .accordion-header:hover {
    background: #90c8d5;
}
 .faq-accordion .accordion-body {
    font-size: 18px;
    color: #000;
}
 .newsletter-section {
    background-color: #fff;
    position: relative;
}


.immersion-section{
  background-color: #FFF;
}

.card-purple {
  background: #90c8d5;
  box-shadow: 8px -7px 0px 0px #f1dd5b, 8px -7px 0px 5px #000;
  border-radius: 21px;
  border: 5px solid #000;
}
.cards-bottom-row{
  gap: 15px;
  margin-top: 15px;
}
.cards-bottom-row > div{
  background: #90c8d5;
  box-shadow: 4px -4px 0px 0px #f1dd5b, 4px -4px 0px 5px #000;
  border: 5px solid #000;
  border-radius: 21px;
}
.card-purple .card-title,.cards-bottom-row .card-title, .cards-bottom-row .card-text,.card-purple .card-text {
    color: #000;
}
.col-map-overlay {
    position: absolute;
    left: 0;
    font-family: 'Goldman', sans-serif;
    font-size: 13px;
    color: #111111;
    background: rgba(255, 255, 255, 0.85);
    padding: 4px 12px;
    border-radius: 2px;
    z-index: 2;
    top: 0px;
    width: 100%;
    height: 100%;
}

.map-location-title, .map-label{
  position: relative;
}


.rejoignez-section{
  background-color: #845dcf !important
}
.prog-row, .prog-row:hover {
  background-color: #fddd3a;
}
.rejoignez-title, .rejoignez-subtitle{
  color: #fddd3a !important;
}
.prog-event-title, .prog-artists{
  color: #845dcf !important
}
.prog-date,.prog-day-num{
  color: #845dcf !important;
  text-align: center;
}
.prog-day-month{
  color: #845dcf !important;
  width: 100%;
  text-align: center;
}
.prog-event-title{
  color: #845dcf !important;
  font-size: 21px;
  font-weight: 800;
}
.prog-play svg {
  stroke: #7f60c9;
  stroke-width: 3px;
}
.join_bloc {
  position: relative;
}

.rejoignez-section-overlay {
    content: " ";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: url(https://timelessfestival.devhost.ma/wp-content/uploads/2026/03/programm_bottom_bg-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.join_bloc:after {
  content: " ";
  position: absolute;
  bottom: -75px;
  right: -75px;
  width: 150px;
  height: 150px;
  background: url(https://timelessfestival.devhost.ma/wp-content/uploads/2026/03/programm_bottom_bg-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.artistes h2 {
  font-family: 'Mulish';
  font-weight: 900;
  text-align: center;
  color: #ef3f4d;
  margin: 40px 0px;
  text-transform: uppercase;
  font-size: 3rem;
}
.artistes_footer a{
  background-color: #f1dd5b;
  color: #000;
  box-shadow: 10px -4px 0px 0px #ee7d53, 10px -4px 0px 3px #000 !important;
  display: inline-flex;
  padding: 8px 60px;
  font-family: 'Mulish';
  border-radius: 12px;
  border: 3px solid #000;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 4px;
} 
.artistes_footer {
  padding: 50px 0px;
  text-align: center;
}

.artistes p {
  font-family: 'Mulish';
}
.artistes_footer p {
    text-align: center;
}
body{
	overflow-x: hidden;
}

.cta span {
    background: #ef3f4c;
	display: inline-flex;
	padding: 10px 20px;
	border-radius: 5px;
	color: #FFF;
	font-family: 'Mulish';
	text-transform: uppercase;
	max-width: 150px;
	text-align: center;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}
.cta {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.centered h2 {
    text-align: center;
    margin-bottom: 50px;
}
.terrain{
	position relative;
}
.terrain:after{
	content: " ";
	position: absolute;
}
.terrain:after {
    content: " ";
    position: absolute;
    height: 300px;
    width: 200px;
    background: url(https://timelessfestival.devhost.ma/wp-content/uploads/2026/04/side_bg-1.png);
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}
.concert .elementor-element {
    max-width: 50% !important;
    background: #f1dd5b;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 23px 13px 0px 0px #845dcf, 25px 13px 0px 5px #000 !important;
    border: 5px solid #000;
}
.concert {
    padding-top: 50px;
}
.concert .elementor-element p {
    font-family: 'Mulish';
    color: #000;
    line-height: 22px;
}
.concert .elementor-element h2 {
    font-family: 'Goldman';
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 27px;
}


@media (max-width: 480px) {
	body,html{
		overflow-x: hidden !important;
	}
	.artistes h2 {
		margin: 30px 0px;
		font-size: 22px;
		margin-bottom: 0px;
		padding: 0px 15px;
	}
	.artistes p{
		margin-bottom: 5px !important;
		text-align: justify;
	}
	.wp-image-8646 {
		min-height: 230px;
		object-fit: cover;
		object-position: center;
	}
	.wp-image-8688 {
		margin-top: 15px;
	}
	.artistes {
		padding: 0px 15px !important;
	}
	.wp-image-8688 {
        margin-top: 15px;
        width: 60%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
	.programmes {
		padding: 0px 15px !important;
	}
	.programmes .elementor-element {
		padding-right: 0px !important;
        font-size: 16px;
        color: #000;
        margin-bottom: 15px;
        text-align: justify;
        font-family: 'Mulish';
			
	}
	.programmes h2 {
		margin-bottom: 15px;
		font-size: 22px;
	}
	.programmes p{
		font-size: 16px;
    	text-align: justify;
	}
	
	

}


/* ===================================================
   GLOBAL MOBILE FIX
=================================================== */
@media (max-width: 768px) {

  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  * {
    box-sizing: border-box !important;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .container,
  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* ===================================================
     NAVBAR
  =================================================== */

  .header {
    padding: 0 16px !important;
    height: 60px !important;
  }

  .nav-links {
    display: none !important;
  }

  .nav-logo img {
    max-height: 40px !important;
  }

  .nav-cta {
    font-size: 14px !important;
    padding: 7px 14px !important;
  }

  /* ===================================================
     HERO SLIDER
  =================================================== */

  sr7-module {
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  /* ===================================================
     SECTION COMMUNAUTÉ
  =================================================== */

  .artistes .e-con-inner,
  .elementor-element-36f8e20 .e-con-inner {
    flex-direction: column !important;
    padding: 20px 16px !important;
  }

  .elementor-element-5188a56 {
    padding: 20px 16px !important;
  }

  /* ===================================================
     SECTION PROGRAMMES
  =================================================== */

  .programmes h2 {
    font-size: 22px !important;
    text-align: center !important;
  }

  .timeless-lead {
    font-size: 16px !important;
  }

  .elementor-element-79326f2 {
    flex-direction: column !important;
  }

  .elementor-element-02269f4,
  .elementor-element-026941e {
    padding: 0 16px !important;
    width: 100% !important;
  }

  .elementor-element-54600c6,
  .elementor-element-344c8e6 {
    width: 100% !important;
  }

  /* ===================================================
     SECTION CTA BLOCS
  =================================================== */

  .cta {
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
  }

  .cta span {
    max-width: 140px !important;
    font-size: 13px !important;
    padding: 8px 14px !important;
  }

  /* ===================================================
     ARTISTES GRID
  =================================================== */

  .elementor-element-7dfef62 .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  .elementor-element-7dfef62 img {
    width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
    object-fit: cover !important;
  }

  /* ===================================================
     SECTION PROGRAMME / REJOIGNEZ
  =================================================== */

  .rejoignez-section {
    padding: 60px 0 !important;
  }

  .rejoignez-title {
    font-size: 22px !important;
  }

  .rejoignez-subtitle {
    font-size: 13px !important;
  }

  .prog-row {
    padding: 16px !important;
    gap: 12px !important;
  }

  .prog-day-num {
    font-size: 28px !important;
  }

  .prog-event-title {
    font-size: 16px !important;
  }

  .prog-divider {
    height: 36px !important;
  }

  /* ===================================================
     SECTION TROIS JOURS
  =================================================== */

  .trois-jours-section {
    padding: 50px 0 40px !important;
  }

  .trois-jours-title {
    font-size: 22px !important;
  }

  .trois-jours-subtitle {
    font-size: 13px !important;
    margin-bottom: 30px !important;
  }

  .trois-jours-grid {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .col-map {
    height: 280px !important;
  }

  .col-cards {
    grid-template-rows: auto !important;
  }

  .card-purple {
    padding: 24px 20px !important;
  }

  .cards-bottom-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 12px !important;
  }

  .card-yellow,
  .card-red {
    padding: 20px !important;
  }

  /* ===================================================
     SECTION IMMERSION
  =================================================== */

  .immersion-section {
    padding: 50px 0 !important;
  }

  .immersion-title {
    font-size: 22px !important;
    margin-bottom: 30px !important;
  }

  .immersion-row-1 {
    grid-template-columns: 1fr !important;
  }

  .immersion-row-1 .immersion-img {
    height: 220px !important;
  }

  .immersion-row-2 {
    grid-template-columns: 1fr 1fr !important;
  }

  .immersion-row-2 .immersion-img {
    height: 160px !important;
  }

  .immersion-row-2 .immersion-img:last-child {
    grid-column: 1 / -1 !important;
  }

  /* ===================================================
     SECTION FAQ
  =================================================== */

  .faq-section {
    padding: 50px 0 !important;
  }

  .faq-main-title {
    font-size: 28px !important;
  }

  .faq-accordion .accordion-button {
    font-size: 13px !important;
    padding: 16px 0 !important;
  }

  /* ===================================================
     SECTION CONCERT
  =================================================== */

  .concert .elementor-element {
    max-width: 90% !important;
    padding: 20px !important;
  }

  .concert .elementor-element h2 {
    font-size: 20px !important;
  }

  /* ===================================================
     SECTION NEWSLETTER
  =================================================== */

  .newsletter-section {
    padding: 40px 0 !important;
  }

  .newsletter-wrapper {
    padding: 24px 20px !important;
    box-shadow: 3px 12px 0px 0px #90c8d5, 3px 12px 0px 5px #000 !important;
  }

  .newsletter-title {
    font-size: 22px !important;
  }

  .newsletter-subtitle {
    font-size: 14px !important;
  }

  .newsletter-btn {
    width: 100% !important;
    text-align: center !important;
    padding: 12px !important;
  }

  /* ===================================================
     FOOTER
  =================================================== */

  .site-footer {
    padding: 40px 0 !important;
  }

  .site-footer .col-lg-2 {
    display: none !important;
  }

  .site-footer .col-lg-5,
  .site-footer .col-md-12 {
    text-align: center !important;
    width: 100% !important;
  }

  .footer-logo img {
    max-width: 150px !important;
    margin: 0 auto 24px !important;
    display: block !important;
  }

  .footer-contact-title {
    font-size: 16px !important;
    text-align: center !important;
  }

  .footer-contact-list {
    padding: 0 !important;
  }

  .footer-contact-list li {
    justify-content: center !important;
    font-size: 14px !important;
  }

  .footer-socials {
    justify-content: center !important;
  }

  .footer-bottom .row {
    flex-direction: column !important;
    text-align: center !important;
    gap: 10px !important;
  }

  .footer-bottom .col-md-6 {
    width: 100% !important;
    text-align: center !important;
  }

  .footer-bottom .copyright {
    font-size: 11px !important;
  }

  .footer-bottom-links {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  .footer-bottom-links a {
    font-size: 11px !important;
  }

  /* ===================================================
     ARTISTES FOOTER BOUTON
  =================================================== */

  .artistes_footer a {
    font-size: 18px !important;
    padding: 8px 30px !important;
    letter-spacing: 2px !important;
  }

  /* ===================================================
     STAT ITEMS
  =================================================== */

  .communaute-stats {
    justify-content: center !important;
    gap: 10px !important;
  }

  .stat-item {
    min-width: 100px !important;
    min-height: 110px !important;
  }

  /* ===================================================
     TERRAIN / SIDE BG
  =================================================== */

  .terrain:after {
    display: none !important;
  }
}

/* ===================================================
   TABLETTE 768px - 1024px
=================================================== */
@media (min-width: 769px) and (max-width: 1024px) {

  .nav-links {
    gap: 18px !important;
  }

  .nav-links a {
    font-size: 14px !important;
  }

  .trois-jours-grid {
    grid-template-columns: 1fr !important;
  }

  .col-map {
    height: 350px !important;
  }

  .artistes-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .immersion-row-1 {
    grid-template-columns: 1fr 1fr !important;
  }

  .cards-bottom-row {
    grid-template-columns: 1fr 1fr !important;
  }

  .footer-logo img {
    max-width: 180px !important;
  }
}