@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #1c1917;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.1rem;
  overflow: hidden;
}

p {
  color: #d4d4d8;
  font-family: "Helvetica";
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

h2,
h3 {
  color: #d4d4d8;
  font-family: "Gobold Bold";
  font-size: 2rem;
}

.gut_description {
  margin-bottom: 1.5rem;
}

em {
  font-style: italic;
  color: #d4d4d8;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

strong {
  font-weight: 900;
  color: #d4d4d8;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

@font-face {
  font-family: "Gobold";
  src: url("../fonts/gobold/Gobold Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gobold Regular Italic";
  src: url("../fonts/gobold/Gobold Regular Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gobold Bold";
  src: url("../fonts/gobold/Gobold Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gobold Bold Italic";
  src: url("../fonts/gobold/Gobold Bold Italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gobold Extra1";
  src: url("../fonts/gobold/Gobold Extra1.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gobold Extra1 Italic";
  src: url("../fonts/gobold/Gobold Extra1 Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gobold Hollow";
  src: url("../fonts/gobold/Gobold Hollow.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gobold Hollow Italic";
  src: url("../fonts/gobold/Gobold Hollow Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gobold Light";
  src: url("../fonts/gobold/Gobold Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gobold Light Italic";
  src: url("../fonts/gobold/Gobold Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gobold High Thin";
  src: url("../fonts/gobold/Gobold High Thin.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni";
  src: url("../fonts/bodoni_xt/BodoniXT.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  margin: 30px auto 0;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 500;
}
.hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: #d4d4d8;
  display: block;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
.hamburger .bar1 {
  top: 0;
}
.hamburger .bar2,
.hamburger .bar3 {
  top: 13.5px;
}
.hamburger .bar3 {
  right: 0;
}
.hamburger .bar4 {
  bottom: 0;
}

.hamburger-label {
  position: absolute;
  right: 0;
  padding: inherit;
}

/* HAMBURGER  */
.checkbox1:checked ~ .header__main {
  left: 0;
}
.checkbox1:checked ~ .header__main .header__menu-link {
  color: #1c1917;
}
.checkbox1:checked ~ .header__main .header__buttons-btn {
  color: #d4d4d8;
}

.checkbox1:checked + label .hamburger1 {
  z-index: 500;
  overflow: hidden;
}
.checkbox1:checked + label .hamburger1 .bar1 {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 41px;
  background-color: red;
}
.checkbox1:checked + label .hamburger1 .bar2 {
  transform: translateX(-40px);
  background-color: transparent;
}
.checkbox1:checked + label .hamburger1 .bar3 {
  transform: translateX(40px);
  background-color: transparent;
}
.checkbox1:checked + label .hamburger1 .bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 41px;
  background-color: red;
}

a.btn {
  background-color: #b9ae56;
  padding: 1rem 2rem;
  color: #1c1917;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: fit-content;
  font-family: "Gobold Light";
  letter-spacing: 0.4px;
}
a.btn:hover {
  background-color: #1c1917;
  transform: scale(1.05);
  transition: transform 0.3s ease, background-color 0.3s ease;
  color: #b9ae56;
  border: 1px solid #b9ae56;
}

.program__dates {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding: 15px 0;
  margin: 2rem 0;
  margin-bottom: 30px;
  justify-content: center;
  scrollbar-width: thin;
}
.program__dates::-webkit-scrollbar {
  height: 5px;
}
.program__dates::-webkit-scrollbar-track {
  background: #222;
  border-radius: 10px;
}
.program__dates::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}

.program__date {
  font-size: 1.5rem;
  padding: 10px 18px;
  border-radius: 20px;
  background: rgba(30, 30, 30, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-weight: bold;
  color: #d4d4d8;
  letter-spacing: 2px;
  font-family: "Gobold Hollow Italic";
  border: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 2rem;
}
.program__date:hover {
  background: rgba(50, 50, 50, 0.8);
  transform: scale(1.05);
  color: #fff;
}
.program__date.selected {
  font-family: "Gobold Bold";
  background: #b9ae56;
  color: #1c1917;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.program__list img, .program__list .thumbnail {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.program__list img:hover, .program__list .thumbnail:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  filter: brightness(1.2);
}
.program__list .program__item-title,
.program__list .program__item-description,
.program__list .program__item-meta,
.program__list p, .program__list h3, .program__list h4, .program__list span {
  transition: all 0.3s ease;
  text-decoration: none;
}
.program__list .program__item:hover .program__item-title {
  color: #b9ae56;
  text-decoration: none;
}
.program__list .program__item:hover .program__item-description,
.program__list .program__item:hover .program__item-meta,
.program__list .program__item:hover p, .program__list .program__item:hover h3, .program__list .program__item:hover h4, .program__list .program__item:hover span {
  color: #b9ae56;
  text-decoration: none;
}

.program-card {
  position: relative;
  transition: all 0.3s ease;
}
.program-card img {
  max-width: 100%;
  transition: all 0.3s ease;
  position: relative;
}
.program-card__description {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #eee;
  max-width: 100%;
  font-style: italic;
  text-decoration: none;
  transition: all 0.3s ease;
}
.program-card:hover img {
  transform: scale(1.05);
  filter: brightness(1.2);
}
.program-card:hover .program-card__description {
  color: #b9ae56;
  text-decoration: none;
}

.program-card.has-image {
  position: relative;
  padding-left: 40px;
}
.program-card.has-image img {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.program-card.has-image:hover img {
  transform: translateY(-50%) scale(1.2);
  box-shadow: 0 0 0 2px #b9ae56;
}

.program__list a,
.program__dates a,
.program-card a {
  text-decoration: none;
}

/* Enhanced Responsive Design */
@media screen and (max-width: 992px) {
  .program__dates {
    justify-content: flex-start;
    margin: 1.5rem 0;
    padding: 10px 0;
  }
  .program-card {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .program__dates {
    gap: 8px;
  }
  .program__date {
    font-size: 1.3rem;
    padding: 8px 15px;
    line-height: 1.8rem;
    letter-spacing: 1px;
  }
  .program__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
  }
  .program__list img, .program__list .thumbnail {
    width: 100%;
    height: auto;
  }
  .program-card__description {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .program__dates {
    gap: 6px;
    margin: 1rem 0;
    padding: 8px 0;
    flex-direction: column;
    align-items: center;
  }
  .program__date {
    font-size: 1.1rem;
    padding: 6px 12px;
    line-height: 1.6rem;
    letter-spacing: 0.5px;
  }
  .program__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .program-card.has-image {
    padding-left: 35px;
  }
  .program-card.has-image img {
    width: 25px;
    height: 25px;
    left: 3px;
  }
}
@media screen and (max-width: 400px) {
  .program__date {
    font-size: 1rem;
    padding: 5px 10px;
  }
  .program-card__description {
    font-size: 1rem;
  }
}
.concerts__grid {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

.concert-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: auto;
  width: 10rem;
  min-height: 12rem;
  box-sizing: border-box;
}
.concert-card__image {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.concert-card__description {
  color: #d4d4d8;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box;
}

.list {
  display: flex;
  min-height: 11rem;
  margin-top: 2rem;
  gap: 0.7rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding-left: 1.5rem;
  padding-bottom: 3rem;
}
.list .card {
  position: relative;
}
.list .card .image {
  width: 17rem;
  object-fit: cover;
  filter: brightness(60%);
  max-height: 200px;
}
.list .card .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #d4d4d8;
  font-family: "Gobold Light";
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  box-sizing: border-box;
}
.list .card .description h3 {
  margin-bottom: 0.5rem;
}
.list .card .description p {
  font-family: "Gobold Light";
  line-height: 2rem;
}
@media (min-width: 992px) {
  .list {
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.page-banner {
  color: #d4d4d8;
  margin-bottom: 2rem;
  font-family: "Gobold";
  height: 75vh;
  max-height: 75vh;
  position: relative;
}
.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image);
  filter: grayscale(100%) brightness(50%) contrast(135%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.page-banner::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
  pointer-events: none;
}
.page-banner__title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 3.5rem;
}
@media (min-width: 992px) {
  .page-banner__title {
    font-size: 4rem;
  }
}

.front {
  height: 100vh;
  max-height: 100vh;
}

.sponsors {
  width: clamp(20rem, 70vw, 100%);
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.sponsors .swiper-wrapper {
  display: flex;
  align-items: center;
}
.sponsors .swiper-wrapper img {
  background-color: #d4d4d8;
}
.sponsors__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sponsors__list img {
  background-color: #d4d4d8;
}

.title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #e4e67d;
  text-transform: uppercase;
  text-align: center;
  font-family: "Gobold Light";
}
.title::before {
  content: attr(data-title);
  font-family: "Gobold High Thin";
  position: absolute;
  top: -17px;
  left: 0px;
  width: 100%;
  font-size: 3.5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.08);
  z-index: -1;
  white-space: nowrap;
  transform: translateY(-10px);
  letter-spacing: 1.7px;
  filter: blur(3px);
}
.title span {
  color: #b9ae56;
}

.jazz-accordion {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.jazz-accordion__link {
  font-family: "Gobold light";
  color: #b9ae56;
  text-decoration: none;
  border: 1px solid #b9ae56;
  padding: 0.3rem;
}
.jazz-accordion__link:hover {
  background-color: #b9ae56;
  color: #1c1917;
  transition: all 0.3s ease;
}
.jazz-accordion__tab {
  font-family: "Gobold Light";
  width: 100%;
  padding: 12px;
  background-color: #2a2a2a;
  color: #d4d4d8;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #b9ae56;
  transition: background 0.3s;
}
.jazz-accordion__tab:hover {
  background-color: #444;
}
.jazz-accordion__tab.open {
  background-color: #444;
}
.jazz-accordion__content {
  line-height: 1.3rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0 15px;
  margin: 0;
}
.jazz-accordion__content.open {
  max-height: fit-content;
  padding: 0.8rem;
  transition: max-height 0.3s ease-in, padding 0.3s ease-in;
}
.jazz-accordion__concerts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0;
  justify-content: center;
}
.jazz-accordion__concert {
  background: #d4d4d8;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: 100%;
  max-width: 200px;
  text-align: center;
  transition: transform 0.3s ease;
  background-color: #1c1917;
}
.jazz-accordion__concert:hover {
  transform: translateY(-5px);
}
.jazz-accordion__title {
  font-family: "Gobold Light";
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #d4d4d8;
}
.jazz-accordion__date {
  font-family: "Gobold Light";
  font-size: 0.9rem;
  color: #b9ae56;
  margin-bottom: 0.5rem;
  display: block;
}
.jazz-accordion__image {
  width: 7rem;
  height: 7rem;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.jazz-accordion__description {
  color: #b9ae56;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  text-align: center;
  padding: 1rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.modal.active {
  display: flex;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  background: #1c1917;
  border-radius: 10px;
  max-width: 90%;
  width: 600px;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal__content video {
  width: 100%;
  height: auto;
  border-radius: 0 0 5px 5px;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  color: #d4d4d8;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
}
.modal__header h2 {
  font-size: 16px;
  font-family: "Gobold", sans-serif;
  margin: 0;
  flex-grow: 1;
  text-align: left;
}

.modal__close {
  width: 40px;
  height: 40px;
  background-color: #b9ae56;
  color: #d4d4d8;
  font-size: 30px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.2s;
  margin-left: 10px;
}
.modal__close:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
  color: #1c1917;
}
.modal__close:focus {
  outline: 2px solid #d4d4d8;
}

.scroll-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #b9ae56;
  color: #1c1917;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  animation: bounce 1.5s infinite;
  z-index: 1000;
  padding-bottom: 12px;
  position: fixed;
}
.scroll-button:hover {
  color: #b9ae56;
  background-color: #1c1917;
  border: 1.5px solid #b9ae56;
}
.scroll-button .scroll-arrow {
  font-size: 3rem;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.scroll-button.up {
  animation: none;
}
.scroll-button.up .scroll-arrow {
  padding-bottom: 1.2rem;
  transform: rotate(180deg);
}

.program {
  margin-bottom: 6rem;
}

.program-card {
  width: 15rem;
  height: 20rem;
}
.program-card__title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.program-card__image {
  margin-bottom: 0.5rem;
  width: 15rem;
  height: 15rem;
  max-width: 15rem;
  max-height: 15rem;
  object-fit: cover;
}
.program-card__details {
  font-family: "Gobold";
  text-align: center;
}

.btn-google-maps {
  display: inline-block;
  padding: 12px 22px;
  background: linear-gradient(135deg, #333 0%, #222 100%);
  color: #d4d4d8;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-family: "Gobold Light";
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-google-maps:hover {
  background: linear-gradient(135deg, #444 0%, #333 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.btn-google-maps:active {
  transform: translateY(-1px);
}

.wpcf7-form {
  margin: 0 auto;
}
.wpcf7-form p > label > .wpcf7-form-control-wrap > .wpcf7-form-control {
  margin-bottom: 12px;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #b9ae56;
  margin-bottom: 1;
}
.wpcf7-form .wpcf7-submit {
  width: clamp(10rem, 20%, 20rem);
}

.wpcf7-response-output {
  border: 1px solid rgb(122, 122, 122) !important;
  color: #d4d4d8;
  background-color: #dc3232;
  padding: 1rem !important;
  margin: 0 !important;
  width: fit-content;
  margin-top: 1rem !important;
  font-family: "Helvetica";
}

.wpcf7-not-valid-tip {
  margin-bottom: 2rem;
  border-left: 2px solid #dc3232;
  border-radius: 1px;
  width: fit-content;
  padding: 1rem;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  cursor: pointer;
  border: 1px solid #b9ae56;
  background-color: #1c1917;
  color: #b9ae56;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #b9ae56;
  color: #1c1917;
  transform: scale(1.05);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.wp-block-heading {
  color: #d4d4d8 !important;
}

.groupe {
  margin-bottom: 6rem;
}
.groupe__about {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .groupe__about {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
  }
}
.groupe__description-wrapper {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .groupe__description-wrapper {
    flex: 1;
    margin-bottom: 0;
    order: 1;
  }
}
.groupe__quick {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .groupe__quick {
    width: 20rem;
    order: 2;
  }
}
.groupe__name {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-family: "Gobold";
}
@media (min-width: 768px) {
  .groupe__name {
    text-align: left;
  }
}
.groupe__figure {
  width: 15rem;
  height: 15rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.groupe__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.groupe__details {
  width: 100%;
  text-align: center;
}
.groupe__pays, .groupe__debut, .groupe__labels {
  margin-bottom: 0.5rem;
  font-family: "Gobold";
}
.groupe__description {
  margin: 1.5rem 0;
  text-align: justify;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .groupe__description {
    text-align: left;
  }
}
.groupe__site {
  margin-top: 1.5rem;
}

.slideshow-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  position: relative;
}
.slideshow-container .slide {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.slideshow-container .slide.active {
  display: block;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  max-width: 800px;
  margin: 0 auto;
}
.thumbnails .thumbnail {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.2s;
  border-radius: 4px;
  border: 2px solid transparent;
}
.thumbnails .thumbnail.active {
  opacity: 1;
  border-color: #333;
}
.thumbnails .thumbnail:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.groupe__concerts {
  margin-top: 3rem;
}
.groupe__concerts .concerts__title {
  font-family: "Gobold";
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}
.groupe__concerts .concert {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  border-bottom: none;
}
.groupe__concerts .concert__thumbnail {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 4px;
}
.groupe__concerts .concert__infos {
  flex: 1;
}
.groupe__concerts .concert__title {
  font-family: "Gobold";
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.groupe__concerts .concert__date, .groupe__concerts .concert__lieu {
  margin-bottom: 0.3rem;
}
.groupe__concerts .concert__lien {
  text-decoration: none;
  color: inherit;
}
.groupe__concerts .concert__lien:hover {
  text-decoration: underline;
}
.groupe__concerts .concert-separator {
  display: block;
  height: 1px;
  background-color: #ddd;
  width: 60%;
  margin: 0 auto;
  position: relative;
}

.flash-messages-wrapper {
  position: relative;
  top: 30px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  height: auto;
  z-index: 9;
}

.flash-container {
  position: absolute;
  width: 100%;
  overflow: hidden;
  background-color: #E53935;
  padding: 0.5rem 0;
  z-index: 5;
}

.flash-scroll {
  display: block;
  white-space: nowrap;
  will-change: transform;
}

.flash-content {
  display: inline-block;
  white-space: nowrap;
  min-width: 100%;
}

.flash-message {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 50px;
  font-weight: bold;
  white-space: nowrap;
}
.flash-message__lien {
  text-decoration: none;
  font-family: "Gobold bold italic";
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 600px) {
  .flash-message__lien {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 600px) {
  .flash-container {
    top: 9rem;
  }
}
.header__menu-link:hover {
  border-bottom: 1px solid white;
}

.header {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.header__main {
  position: absolute;
  padding-top: 8rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 100;
  top: 0;
  left: -100%;
  width: calc(100% - 2rem);
  background-color: #d4d4d8;
  min-height: fit-content;
  height: 100vh;
  transition: left 0.4s ease-in-out;
}
.header__main a {
  text-decoration: none;
  color: #d4d4d8;
  font-family: "Gobold Light", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 1.3rem;
}
.header__top-item, .header__menu-item {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid black;
}
.header__menu-item:last-of-type, .header__submenu-item:last-of-type {
  border-bottom: 0;
}
.header__submenu-item {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid black;
  width: 10rem;
  margin: 0 auto;
  z-index: 100;
}
.header__submenu-item a {
  font-size: 1.1rem;
}
.header__submenu {
  display: none;
  padding: 0.5rem;
}
.header__submenu.active {
  display: block;
}
.header .submenu-arrow {
  color: black;
  display: inline-block;
  margin-right: 5px;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
  cursor: pointer;
  vertical-align: top;
}
.header .submenu-arrow.rotated {
  transform: rotate(0deg);
}
.header__logo {
  display: inline-block;
  position: absolute;
  z-index: 80;
  padding-top: 0.5rem;
}
.header__logo-image {
  width: 4rem;
  height: 8rem;
}
.header__icon {
  position: absolute;
  right: 0;
  padding: inherit;
  font-size: 2rem;
  transform: translateY(50%);
  cursor: pointer;
  z-index: 200;
}
@media (min-width: 992px) {
  .header {
    background: rgb(0, 0, 6);
    background: linear-gradient(180deg, rgb(0, 0, 6) 0%, rgba(0, 0, 0, 0.6026785714) 50%, rgba(0, 212, 255, 0) 100%);
    color: #d4d4d8;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 10;
    box-sizing: border-box;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .header .hamburger {
    display: none;
  }
  .header .submenu-arrow {
    color: #d4d4d8;
  }
  .header__main {
    position: unset;
    background-color: transparent;
    padding: 0;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    display: grid;
    grid-template-areas: "top top" "content buttons";
    grid-template-columns: minmax(0, max-content) minmax(0, max-content);
    grid-template-rows: auto 1fr;
    transition: none;
    box-sizing: border-box;
    justify-content: end;
  }
  .header__main a {
    font-size: 1.1rem;
    color: #d4d4d8;
  }
  .header__menu {
    grid-area: content;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: fit-content;
    gap: 1.1rem;
    letter-spacing: 0.03rem;
    margin-right: 0.5rem;
  }
  .header__menu a {
    font-size: 1.3rem;
  }
  .header__buttons {
    grid-area: buttons;
    display: flex;
    width: fit-content;
  }
  .header__top {
    grid-area: top;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
  }
  .header__logo {
    position: static;
    padding-top: 0;
  }
  .header__logo-image {
    width: 4rem;
  }
  .header__icon {
    display: none;
  }
  .header__top-item {
    border-bottom: none;
    padding-right: 0.5rem;
  }
  .header__top-item:last-of-type {
    padding-right: 0;
  }
  .header__menu-item {
    padding: 0.5rem 1rem;
    border-bottom: 0px;
    position: relative;
  }
  .header__submenu-item {
    border-bottom: none;
    padding: 0;
    width: auto;
    margin: 0;
    margin-bottom: 0.5rem;
    padding: 0.8rem 1.5rem;
  }
  .header__submenu-item a {
    font-size: 1.2rem;
    color: #d4d4d8;
    white-space: nowrap;
  }
  .header__submenu {
    display: none;
  }
  .header__submenu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 1.9rem;
    width: fit-content;
    max-width: 21rem;
    background-color: rgba(28, 25, 23, 0.9);
    backdrop-filter: blur(6px);
  }
}
.header__buttons-btn {
  color: black !important;
}
.header__buttons-btn:hover {
  color: #b9ae56 !important;
}

.footer {
  background-color: #1c1917;
  padding-top: 2rem;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  max-width: 60rem;
  margin: 0 auto;
}
.footer__menu-item {
  cursor: pointer;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d4d4d8;
}
.footer__menu-item a {
  text-decoration: none;
  color: #d4d4d8;
  font-family: "Gobold Light";
}
.footer__menu-item:last-child {
  border-bottom: none;
}
.footer__logo-image {
  width: 4rem;
  height: 8rem;
}
.footer__copyright {
  text-align: center;
  padding: 1rem;
  font-family: "Gobold Light";
  line-height: 1.5rem;
  background-color: #101010;
  margin-bottom: 0;
}
.footer__copyright a {
  color: #d4d4d8;
  font-family: "Gobold Light";
}

.main .banner {
  height: 100vh;
  position: relative;
  top: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  overflow: hidden;
}
.main .banner__event-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c0c0c;
  color: #d4d4d8;
  padding: 1rem 2rem;
  font-family: "Arial", sans-serif;
  z-index: 10;
  font-family: "Gobold Light";
  font-size: 1.9rem;
}
.main .banner__event-dates {
  display: flex;
  align-items: center;
}
.main .banner__event-day {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.main .banner__event-month {
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.main .banner__event-arrow {
  font-size: 1.5rem;
  margin: 0 1rem;
}
.main .banner__event-edition {
  background: white;
  color: #0c0c0c;
  padding: 0.5rem 1rem;
  margin-left: 2rem;
  text-align: center;
  border-radius: 4px;
}
.main .banner__event-year {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}
.main .banner__event-text {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main .banner__title {
  font-size: 2rem;
  font-weight: bold;
  color: #d4d4d8;
  z-index: 8;
  padding: 2.5rem;
  padding-top: 13rem;
  padding-bottom: 0;
  max-width: 80%;
  letter-spacing: 2px;
  font-family: "Gobold Light Italic";
  line-height: normal;
  min-width: 15rem;
  letter-spacing: normal;
}
.main .banner__title p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: #d4d4d8;
  font-family: "Gobold Light";
  line-height: normal;
}
.main .banner__cta {
  margin-top: 1rem;
  z-index: 50;
}
.main .banner #videoBanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(150%);
  z-index: 1;
}
.main .banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.main .save-date {
  padding-top: 3rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .save-date__title {
  font-size: 3rem;
  letter-spacing: 3px;
  text-align: center;
  font-family: "Gobold";
  letter-spacing: 0.4rem;
  margin-bottom: 1rem;
  line-height: normal;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #e4e67d;
}
.main .save-date__localisation {
  text-align: center;
  letter-spacing: 2.5px;
  color: #b9ae56;
  font-size: 1.5rem;
  font-family: "Gobold Regular Italic";
  margin-bottom: 2.5rem;
}
.main .save-date__poster {
  width: 15rem;
  padding: 0.5rem;
  border: #b9ae56 solid 2px;
  transform: rotate(10deg);
}
.main .upcoming-events {
  margin-bottom: 6rem;
}
.main .upcoming-events a {
  text-decoration: none;
}
.main .upcoming-events .event-card {
  width: 15rem;
  height: fit-content;
  color: #d4d4d8;
}
.main .upcoming-events .event-card:hover {
  transition: all 0.3s ease;
  transform: scale(1.05);
  color: #b9ae56;
}
.main .upcoming-events .event-card__image {
  margin-bottom: 0.5rem;
  width: 15rem;
  height: 15rem;
  object-fit: cover;
}
.main .upcoming-events .event-card__image:hover {
  filter: brightness(1.2);
}
.main .upcoming-events .event-card__description {
  color: inherit;
}
.main .upcoming-events .event-card__title {
  color: inherit;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.main .upcoming-events .event-card__title:hover {
  color: #b9ae56;
  transition: all 0.3s ease;
}
.main .upcoming-events .event-card__details {
  font-family: "Gobold";
  text-align: center;
  color: inherit;
}
.main .program {
  margin-bottom: 6rem;
}
.main .program__list:has(> :nth-child(1):nth-last-child(1)) {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.main .program .program-card {
  width: 15rem;
  height: 20rem;
}
.main .program .program-card__title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.main .program .program-card__image {
  margin-bottom: 0.5rem;
  width: 15rem;
  height: 15rem;
  object-fit: cover;
}
.main .program .program-card__details {
  font-family: "Gobold";
  text-align: center;
}
.main .ambassadors {
  margin-bottom: 6rem;
}
.main .ambassadors__list {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.main .ambassadors__item {
  position: relative;
}
.main .ambassadors__item .ambassador-card__image {
  width: 14rem;
  height: 18rem;
  object-fit: cover;
  filter: grayscale(100%) brightness(50%);
  transition: filter 0.3s ease;
}
.main .ambassadors__item .ambassador-card__image:hover {
  filter: grayscale(0%) brightness(100%);
  z-index: 1000;
}
.main .ambassadors__item .ambassador-card__name {
  position: absolute;
  font-family: "Gobold Light";
  font-size: 1.2rem;
  font-weight: bold;
  bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #d4d4d8;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main .support {
  margin-bottom: 6rem;
}
.main .support__text {
  font-size: 1.1rem;
  font-style: italic;
  padding: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}
.main .testimonials {
  margin-bottom: 6rem;
}
.main .testimonials a {
  text-decoration: none;
}
.main .testimonials__swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 2rem;
  position: relative;
}
.main .testimonials .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .testimonials__quote {
  background: rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-left: 5px solid #333;
  margin: 0;
  max-width: 600px;
}
.main .testimonials__text {
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}
.main .testimonials__author {
  font-size: 1rem;
  font-style: italic;
  color: #666;
}
@media screen and (min-width: 576px) {
  .main .program__dates {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .main .banner__title {
    font-size: 3rem;
  }
  .main .save-date {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  .main .upcoming-events__list {
    display: flex;
    justify-content: center;
  }
}

.swiper-pagination-bullet {
  background-color: #bab9b9 !important;
}

.swiper-pagination-bullet-active {
  background-color: #b9ae56 !important;
}

#map-concert {
  height: 20rem;
  width: 100%;
}

.concert__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  align-items: center;
}
.concert__details {
  width: 95%;
  max-width: 100%;
  padding: 1rem;
  font-size: 1.3rem;
}
.concert__location {
  margin-bottom: 0.5rem;
}
.concert__adresse {
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
.concert__time {
  margin-bottom: 0.5rem;
}
.concert__title {
  font-size: 2rem;
  font-style: italic;
}
.concert__genre {
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.concert__map {
  width: 95%;
  max-width: 100%;
}
.concert__artist {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.concert__artist a {
  text-decoration: none;
  color: inherit;
}
.concert__artist h3 {
  margin-bottom: 0.5rem;
}
.concert .fas {
  margin-right: 0.5rem;
}
.concert__gallery {
  text-align: center;
  margin-bottom: 2rem;
}
.concert__gallery-image {
  width: 15rem;
  object-fit: cover;
  filter: grayscale(1);
}
.concert__description {
  padding: 1rem;
}
.concert__text {
  font-size: 1.2rem;
  font-style: italic;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

#map {
  height: 100px;
  transition: height 0.3s ease;
  position: relative;
  overflow: hidden;
}
#map.expanded {
  height: 400px;
}

.concerts__description {
  max-width: 35rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.concerts__item a {
  text-decoration: none;
}
.concerts .concert-card {
  border: 1px solid #555;
  border-radius: 0.8rem;
  width: 15rem;
  padding: 1.2rem;
  background-color: rgba(25, 25, 25, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.concerts .concert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-color: #666;
}
.concerts .concert-card__artist {
  font-style: italic;
  color: #d5d5d5;
}
.concerts .concert-card__image {
  height: 10rem;
  object-position: top;
  border-radius: 0.5rem;
  width: 100%;
  object-fit: cover;
  box-shadow: none;
  border: 1px solid #444;
}
.concerts .concert-card__description {
  font-family: "Helvetica";
  padding: 1rem 0.5rem;
  margin-top: 1rem;
  font-size: 1.3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  color: #f0f0f0;
}
.concerts .concert-card__date {
  font-family: "Helvetica";
  font-weight: 600;
  color: #e5e5e5;
}
.concerts .concert-card__artiste {
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.concerts .concert-card__localisation {
  font-family: "Helvetica";
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #cccccc;
}
.concerts .concert-card__localisation::before {
  content: "📍";
  margin-right: 0.3rem;
}
.concerts .concert-card__tag {
  font-family: "Helvetica";
  font-style: normal;
  font-size: 0.9rem;
  background-color: #3a3a3a;
  padding: 0.3rem 0.6rem;
  border-radius: 1rem;
  display: inline-block;
  margin-top: 0.5rem;
  color: #e8e8e8;
  border: 1px solid #555;
}
.concerts__text {
  margin-bottom: 1rem;
}
.concerts__localise {
  height: 100px;
  transition: height 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0.8rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.concerts__localise.expanded {
  height: 400px;
}
.concerts__localise::before {
  content: "Agrandir la carte des concerts";
  position: absolute;
  font-family: "Gobold Light";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #d4d4d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1000;
  text-align: center;
}
.concerts__localise.expanded::before {
  display: none;
}
.concerts__filters {
  text-align: center;
  margin-bottom: 2rem;
}
.concerts__filter {
  cursor: pointer;
  font-size: 1.1rem;
  padding: 0.5rem;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
.concerts .leaflet-control-zoom {
  display: none !important;
}
@media (min-width: 992px) {
  .concerts .concert-card {
    width: 15rem;
  }
  .concerts .concert-card__image {
    width: 100%;
    height: 12rem;
    max-width: 12rem;
    margin: 0 auto;
  }
  .concerts .concert-card__description {
    padding: 0;
  }
  .concerts .leaflet-control-zoom {
    display: block !important;
  }
}

.festival {
  margin-bottom: 3rem;
}
.festival__description {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  margin-top: 30px;
  text-align: left;
  align-items: flex-start;
}
.festival__image-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.festival__image {
  width: 10rem;
  object-fit: cover;
  filter: grayscale(1);
  transform: rotate(-12deg);
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.festival__image:hover {
  transform: rotate(-12deg) scale(1.05);
}
.festival__content {
  margin: 0 2rem;
}
.festival__title {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #eee;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
.festival__text {
  line-height: 1.7;
  color: #eee;
  max-width: 100%;
  font-style: italic;
  transition: all 0.3s ease;
}

.main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.main {
  margin-bottom: 4rem;
}

/* Responsive design */
@media screen and (max-width: 768px) {
  .festival__description {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .festival__image-container {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .festival__content {
    padding: 0;
  }
  .festival__title {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .festival__text {
    font-size: 0.95em;
    line-height: 1.6;
  }
  .main-content {
    padding: 0 15px;
  }
  #map-concert {
    height: 250px;
  }
}
.concert__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 25px;
  background: rgba(25, 25, 25, 0.5);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .concert__info {
    grid-template-columns: 1fr;
  }
}
.concert__details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.concert__details p {
  margin: 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: rgba(30, 30, 30, 0.6);
  transition: all 0.3s ease;
}
.concert__details p i {
  color: #cccccc;
  font-size: 1.2em;
  width: 25px;
  text-align: center;
}
.concert__details p strong {
  color: #eee;
  font-weight: 500;
  transition: all 0.3s ease;
}
.concert__map {
  height: 100%;
  min-height: 320px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.concert__map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  pointer-events: none;
}

#map-concert {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
}
#map-concert::before {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 2rem;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Enhanced Responsive Design */
@media screen and (max-width: 992px) {
  .concert__info {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .concert__map {
    min-height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .festival__image {
    width: 8rem;
  }
  .festival__title {
    font-size: 1.3em;
  }
  .concert__info {
    padding: 15px;
    gap: 15px;
  }
  .concert__details p {
    padding: 8px 12px;
    font-size: 0.9em;
  }
  .concert__details p i {
    font-size: 1.1em;
  }
  .concert__map {
    min-height: 200px;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.modal__header h2 {
  transition: all 0.3s ease;
}
.modal__header h2:hover {
  color: #fff;
  transform: translateX(5px);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.groupe__figure {
  text-align: center;
}
.groupe__image {
  max-width: 15rem;
  margin-bottom: 1rem;
}
.groupe__presentation {
  margin-bottom: 1rem;
}
.groupe a {
  text-decoration: none;
}

.concerts__title {
  margin-bottom: 1rem;
}

.concert__title {
  text-align: left;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: top;
}
.concert__lieu {
  margin-left: 0.5rem;
}
.concert__date {
  margin-left: 0.5rem;
}
.concert__thumbnail {
  max-height: 6rem;
  max-width: 6rem;
}
.concert__infos {
  display: inline-block;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  max-height: 500px;
  margin: auto;
  text-align: center;
}
.slideshow-container .slide {
  display: none;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 18rem;
}

.thumbnails {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  padding: 10px;
  overflow-x: auto;
  white-space: nowrap;
}
.thumbnails .thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s;
  border: 2px solid transparent;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .slideshow-container {
    max-height: 300px;
  }
  .thumbnails {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .thumbnails .thumbnail {
    width: 40px;
    height: 40px;
  }
}
.concerts-passes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-items: flex-start;
}
.concerts-passes__card {
  width: 10vw;
  height: fit-content;
  justify-self: center;
  width: 15rem;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 6vh;
  width: 15rem;
  height: fit-content;
}
.concerts-passes a {
  text-decoration: none;
}
.concerts-passes__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}
.concerts-passes__image {
  width: 100%;
  max-width: 100%;
  height: 15rem;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.concerts-passes__date {
  text-align: left;
  font-size: 0.9rem;
  color: #d4d4d8;
  display: block;
  text-align: start;
  font-family: "Gobold Light";
  margin-bottom: 0.5rem;
}
.concerts-passes__artist {
  line-height: 2.5rem;
}
@media (min-width: 700px) {
  .concerts-passes {
    display: flex;
    flex: row;
    flex-wrap: wrap;
  }
  .concerts-passes__grid {
    flex-direction: row;
    gap: 3vw;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  text-align: center;
  padding: 2rem;
}
.error-page__content {
  max-width: 600px;
}
.error-page__title {
  font-size: 3rem;
  font-family: "Bodoni";
  color: #d4d4d8;
  margin-bottom: 1rem;
}
.error-page__text {
  font-size: 1.2rem;
  color: #d4d4d8;
  margin-bottom: 2rem;
  font-family: "Bodoni";
}
.error-page__btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}
s .error-page__btn:hover {
  background-color: #555;
}
.error-page__image {
  margin-top: 3rem;
}
.error-page__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .error-page {
    flex-direction: column-reverse;
  }
}