<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "AbstractPolice";
  src: url(../fonts/Flyinclubfont003.ttf);
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
#programmation h2 {
  padding-top: 3rem !important;
}

.partners {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 2rem;
}

.partners-carousel {
  display: flex;
  width: 200%;
}
partners-carousel2 {
  display: flex;
  width: 300%;
}
.carousel-container {
  display: flex;
  width: 300%;
}

.partner-item {
  flex: 0 0 auto;
  margin-right: 0rem;
}

@keyframes partnersScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(var(--translation), 0, 0);
  }
}
.carousel-container {
  -webkit-transform: translate3d(0, 0, 0);
}
.start-animation {
  animation: partnersScroll 15s infinite linear;
}

.partners a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  filter: none;
}

.partners img {
  max-width: 7rem;
  width: 7rem;
  height: auto;
  margin: 0 3rem;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--background-color);
  font-family: "AbstractPolice", sans-serif;
}
/* .video {
  position: relative;
  padding-bottom: 56.25%;
  background-color: var(--background-color);
  top: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--background-color);
} */
.video {
  position: relative;
  padding-bottom: 56.25%;
  background-color: var(--background-color);
  top: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: var(--background-color);
}
.youtube-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  color: white;
  background-color: transparent;
  padding: 10px 20px;
  z-index: 998;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.youtube-btn img {
  width: 50px; /* Ajustez selon vos besoins */
  height: auto;
}

@media only screen and (max-width: 600px) {
  .youtube-btn {
    font-size: 14px; /* Réduire la taille de la police pour les petits écrans */
  }

  .youtube-btn img {
    width: 20px; /* Réduire la taille de l'icône pour les petits écrans */
  }
}

/* Vous pouvez ajouter d'autres points de rupture si nécessaire pour plus de précision */
@media only screen and (max-width: 400px) {
  .youtube-btn {
    font-size: 12px; /* Encore plus petit pour les très petits écrans */
  }

  .youtube-btn img {
    width: 16px;
  }
}
.image_artiste img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0px 0px 12px var(--third-color);
  margin-top: 8rem;
  margin-bottom: 2rem;
}
.artist-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140%;
  background-color: var(--background-color);
}
.artist-socials img {
  padding-left: 1rem;
  max-width: 2rem;
}
.artist-socials {
  position: relative;
  right: 1rem;
  align-items: center;
  display: flex;
  justify-content: center;
}

.artist-video video {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0px 0px 12px var(--main-color);
  object-fit: cover;
  background-color: var(--background-color);
}
@media only screen and (max-width: 665px) {
  .video video {
    top: 2.4rem;
  }
  .youtube-btn {
    bottom: -2.4rem;
  }
}
@media screen and (max-width: 400px) {
}
.logoPlusTitre {
  display: block;
  justify-content: center;
}
#billetterie {
  padding-bottom: 2rem;
}
#billetterie h2 {
  color: var(--text-color-N);
  text-align: center;
  font-size: 40px;
  padding: 3rem;
  margin-bottom: 50px;
  margin-bottom: 0;
}
main {
  min-height: 90vh;
}
footer {
  bottom: auto;
  height: auto;
  /* padding: 20px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.flyinclub {
  color: var(--text-color-N);
  display: flex;
  justify-content: center;
}
.flyinclub p {
  color: var(--text-color-N);
  align-items: center;
  justify-content: center;
}

/* PARTENAIRES*/
.footer-content h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--text-color-N);
  margin-bottom: 2rem;
}

/* .partners {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.partners img {
  max-width: 100%;
  /* border-radius: 20px;
  height: auto;
  margin: 0 3rem;
} */

.social-media {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
@media only screen and (max-width: 1200px) {
  .socialbar {
    display: none;
  }
  /* .partners img {
    margin: 0 1rem;
  } */
}
@media only screen and (max-width: 400px) {
  .btn-gradbBilleterie {
    display: none;
    position: absolute;
  }
  .btn-gradbCashless {
    display: none;
    position: absolute;
  }
}
.mainbilleterie {
  padding: 2rem 0rem;
  padding-left: calc(20%);
  padding-right: calc(20%);
}

.social-media a {
  margin: 0 10px;
}
.footer-links {
  text-align: center;
  margin-top: 20px;
}
.copy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.copy span {
  margin-right: 5px;
}
.links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.links a {
  margin: 0 10px;
}
.links a:not(:last-child)::after {
  content: " | ";
  margin: 0 5px;
}
@media only screen and (max-width: 570px) {
  .legal {
    display: none;
  }
}
.legal {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 2rem;
}
.legal a {
  color: var(--text-color-N);
  text-decoration: none;
  margin: 0 10px;
}
.legal a:hover {
  color: gray;
}
@media (max-width: 768px) {
  .social-media {
    margin: 0;
  }
  .copy,
  .links {
    flex-direction: column;
    align-items: center;
  }
}
/* .partners img {
  max-width: 100px;
  height: auto;
} */
.network-logo {
  max-width: 40px;
  height: auto;
  transition: black-color 0.3s ease;
  transition: transform 0.2s ease-out;
}
.network-logo:hover {
  background-color: transparent;
  transform: scale(1.1);
}
@media only screen and (max-width: 570px) {
  .network-logo {
    max-width: 30px;
  }
}
/* Page Contact */
.NeedHelp {
  display: block;
  justify-content: center;
  justify-items: center;
  padding: 10rem 2rem;
  padding-bottom: 0;
  justify-items: center;
  text-align: center;
}
.NeedHelp p {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 15px;
  margin: 2rem 3rem;
  color: #f4f5f5;
}
.NeedHelp h2 {
  font-size: 40px;
  color: #f4f5f5;
}
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-form label {
  display: flex;
  margin-bottom: 10px;
  color: #f4f5f5;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.contact-form select[type="demande"] {
  width: 55%;
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.contact-form input[type="submit"] {
  background-color: #121212;
  color: #fff;
  padding: 10px 20px;
  margin: 3rem auto;
  border: none;
  font-family: AbstractPolice;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.contact-form input[type="submit"]:hover {
  background-color: #121212;
}
.contact-form input[type="submit"]:active {
  background-color: #121212;
}
.contact-form textarea {
  height: 150px;
}
.contact-form .success-message {
  color: green;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-form .error-message {
  color: red;
  font-weight: 700;
  margin-bottom: 20px;
}

.formpree {
  width: 60%;
}

.action-buttons {
  display: flex;
  color: #fff;
}
.action-buttons a {
  color: #f4f5f5;
  text-decoration: none;
  font-family: "AbstractPolice", sans-serif;
}
.action-buttons button {
  margin-right: 2rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  font-family: "AbstractPolice";
}
@media only screen and (max-width: 665px) {
  .topnav {
    padding-top: 0.8rem 0rem;
    padding: 0rem;
  }
}
@media only screen and (max-width: 500px) {
  .topnav {
    padding: 0rem 0rem;
  }
}
.topnav {
  display: flex;
  justify-content: space-between;
  background-color: #121212;
  align-items: center;
  width: 100%;
  padding: 2rem 0rem;
  height: 50px;
  z-index: 999;
  position: fixed;
}
.topnav_link {
  color: #f4f5f5;
  padding: 12px;
  text-decoration: none;
}
.topnav_link:hover {
  color: #0078b4;
}
.fest-location {
  font-size: 10px; /* Ajustez la taille de police comme nécessaire */
  color: #fff; /* Choisissez la couleur qui vous convient */
  margin-left: 2rem;
  white-space: nowrap;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.fest-date {
  font-size: 10px; /* Ajustez la taille de police comme nécessaire */
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  white-space: nowrap;
  color: #fff; /* Choisissez la couleur qui vous convient */
  margin-left: -3.1rem;
}
.logo-and-date {
  display: flex; /* Affiche les éléments côte à côte */
  align-items: center; /* Centre verticalement les éléments */
  gap: 1rem; /* Ajoute un espace entre les éléments. Ajustez comme nécessaire */
  position: relative;
  z-index: 1000;
}
.menu-margin {
  margin-left: -8rem;
}

.logo img {
  width: 15rem;
  margin-top: 0.5rem;
  padding: 2rem;
}
/* .logo :hover {
  transform: scale(1.3);
  transition: transform 0.2s ease-out;
} */
.titre {
  color: #f4f5f5;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.carouselArtiste-item2 a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scroll-link {
  color: #f4f5f5;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: background-color 2s ease;
  transition: transform 0.2s ease-out;
}
.scroll-link-p {
  color: #f4f5f5;
  text-decoration: none;
  font-weight: 700;
  font-size: x-small;
  transition: background-color 2s ease;
  transition: transform 0.2s ease-out;
}
.scroll-link2 {
  color: #f4f5f5;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: background-color 2s ease;
  transition: transform 0.2s ease-out;
}
@media only screen and (max-width: 1400px) {
  .scroll-link2 {
    display: none;
  }
}
.listetitre {
  display: contents;
}
.listetitre a {
  transition: background-color 0.2s ease, transform 0.2s ease-out;
  margin-right: 2rem;
  z-index: 1000;
  position: relative;
}
.listetitre a:hover {
  background-color: #121212;
  color: gray;
  transform: scale(1.2);
}

.logo-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fest-location {
  font-size: 10px; /* Ajustez la taille de police comme nécessaire */
  color: #fff; /* Choisissez la couleur qui vous convient */
  margin-left: 2rem;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.fest-date {
  font-size: 10px; /* Ajustez la taille de police comme nécessaire */
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: #fff; /* Choisissez la couleur qui vous convient */
  right: 2rem; /* Ajustez comme nécessaire */
  top: 2rem; /* Ajustez comme nécessaire */
}

#topnav_hamburger_icon,
#topnav_responsive_menu {
  display: none;
}
.action-buttons_Responsive {
  display: none;
}
@media only screen and (max-width: 1200px) and (min-width: 666px) {
  .topnav {
    justify-content: space-between;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 920px) {
  .logo img {
    /* max-width: 53px; */
    width: 10rem;
    padding: 1rem;
  }
  .topnav {
    justify-content: space-between;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 766px) {
  .footerResponsiveMenu a {
    font-size: x-small;
  }
}
@media only screen and (min-width: 900px) {
  .videoWrapper {
    padding-bottom: 56.25%;
  }
  .artist-socials {
    right: 0rem;
  }
}
.videoWrapper {
  padding-bottom: 0%;
}
@media only screen and (max-width: 900px) {
  .social-media {
    margin-left: calc(-20%);
  }
  .artist-video video {
    margin-top: 0%;
  }

  .image_artiste img {
    margin-top: 9rem;
  }
  .main_artiste {
    padding: 2rem;
  }
  .artist-video {
    width: 100%;
  }

  .action-buttons {
    display: none;
  }
  .action-buttons_Responsive {
    display: flex;
    width: 100%;
    position: fixed;
    top: 4.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-decoration: none;
    justify-content: space-around;
    z-index: 998;
    background-color: #121212;
  }
  .action-buttons_Responsive a {
    color: #f4f5f5;
    text-decoration: none;
    text-transform: uppercase;
  }
  .action-buttons_Responsive button {
    /* padding: 0.5rem 1rem; */
    border: none;
    text-decoration: none;
    margin: 0.5rem;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    font-family: "AbstractPolice";
    cursor: pointer;
  }
}
@media only screen and (max-width: 1200px) {
  .social-media {
    display: flex;
    z-index: 1000;
  }
  #topnav_menu {
    display: none;
  }
  #home_link {
    flex-grow: 1;
  }
  #root {
    position: relative;
    overflow-x: hidden;
  }
  #topnav_responsive_menu {
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform-origin: 0% 0%;
    transform: translate(200%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #topnav_responsive_menu ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    margin: 0px;
    right: 0;
    top: 0;
    min-width: 100vw;
    height: 100vh;
    text-align: center;
    background: #121212;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
  }
  .footerResponsiveMenu {
    font-size: 14px;
  }
  .footerResponsiveMenu2 {
    font-size: x-small;
  }
  #topnav_responsive_menu img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    position: absolute;
    bottom: 0;
  }
  #topnav_responsive_menu li {
    padding: 0rem 0rem;
    margin-top: 5rem;
  }
  #topnav_responsive_menu a {
    white-space: nowrap;
    color: #f4f5f5;
    text-decoration: none;
    position: relative;
    z-index: 1200;
  }
  #topnav_responsive_menu.open {
    transform: none;
    position: fixed;
  }
  #topnav_hamburger_icon {
    display: block;
    position: relative;
    width: 33px;
    height: 28px;
    right: 1rem;
    z-index: 1000;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  #topnav_hamburger_icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    margin-bottom: 5px;
    background: #f4f5f5;
    border-radius: 3px;
    z-index: 999;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #topnav_hamburger_icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
  #topnav_hamburger_icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #topnav_hamburger_icon span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  #topnav_hamburger_icon.open span {
    background: #f4f5f5;
  }
  #topnav_hamburger_icon.open span:nth-child(1) {
    width: 110%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #topnav_hamburger_icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  #topnav_hamburger_icon.open span:nth-child(3) {
    width: 110%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.d-flex {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .d-flex {
    display: block;
  }
}

/* Engagements*/

:root {
  --background-color: #121212;
  --text-color-P: black;
  --text-color-N: white;
  --main-color: #68a5ff;
  --secondary-color: #b27bcf;
  --third-color: #8d90e7;
  --button-color: white;
}

/* Engagements */
.figEng {
  width: 10rem;
  margin: 1rem auto;
  height: 10rem;
}
.engagement figure img {
  color: #f4f5f5;
  text-align: center;
  height: 10rem;
}

.engagements {
  display: contents;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 2rem;
  color: var(--main-color);
}
.engagement {
  background: var(--background-color);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  width: calc((100% - 4rem - 14rem) / 3);
  margin: 2rem;
  text-align: center;
}

.engagement_Durable {
  border: 5px solid var(--main-color);
}
.engagement_Mobilite {
  border: 5px solid var(--third-color);
}
.engagement_Accessibilite {
  border: 5px solid var(--secondary-color);
}
.engagement_Accessibilite a {
  color: var(--third-color);
}

.engagements h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--text-color-N);
  margin-bottom: 3rem;
}

.engagements h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color-N);
  margin-bottom: 10px;
}

.engagements p {
  font-size: 18px;
  line-height: 1.5;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  margin-bottom: 30px;
  color: var(--text-color-N);
}

@media only screen and (max-width: 992px) {
  .engagements {
    flex-direction: column;
    align-items: center;
  }
  .engagement {
    width: auto;
  }
}

/*CASHLESS*/
.answer {
  color: black;
  margin: 1rem;
}
.border-cashless {
  background-color: #ffff;
  margin-right: calc(20%);
  margin-left: calc(20%);
  border-radius: 5px;
  margin-bottom: 3rem;
  border: 10px solid var(--secondary-color);
  box-shadow: 0px 0px 12px var(--secondary-color);
}
.weezeventCashlessWidget {
  background-color: #ffff;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 780px) {
  .videoYoutube {
    width: 100%;
    padding-bottom: calc(100% * 9 / 16);
  }
}
.videoYoutube {
  position: relative;
  width: 50%;
  padding-bottom: calc(50% * 9 / 16);
  background-color: var(--background-color);
  margin: 0 auto;
}
.videoYoutube video {
  position: absolute;
  width: 100%;
  height: 100%;
  /* margin-top: 1.3rem; */
  object-fit: cover;
  background-color: #ffff;
}
.cashless-section {
  background-color: #fff;
  max-width: auto;
  margin: 0 0;
  color: var(--secondary-color);
}
.cashlesstitle h2 {
  text-align: center;
  font-size: 40px;
}
.cashless-section dl {
  bottom: 100px;
  padding: 1rem 0rem;
  padding-bottom: 4rem;
}
.cashless-section dt {
  font-weight: 700;
  margin-top: 1em;
  margin: 15px;
  padding: 1rem;
}
.cashless-section dd {
  margin-bottom: 1em;
  text-align: center;
  font-size: 18px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
@media only screen and (max-width: 960px) {
  .cashless-section dd {
    margin-bottom: 1em;
  }
}
.cashless-section dt::before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}
.cashless-section dt.active::before {
  content: "-";
}
.cashtitle h2 {
  text-align: center;
  font-size: 40px;
  color: var(--secondary-color);
}
.cashtitle {
  padding: 0rem 2rem;
}
.cashless-section dt {
  cursor: pointer;
  text-align: center;
}
.cashless-section dt:hover {
  color: var(--background-color);
}
.cashless-section dd.show {
  display: block;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.cashless-section dd.hidden {
  display: none;
}
.cashless-section a {
  color: #000;
}
.hidden {
  display: none;
}

.cashless-section img {
  max-width: 80%;
  border-radius: 20px;
  padding: 2rem 0rem;
}
#mainFaq {
  padding-top: 12rem;
  background-color: var(--background-color);
}
.faq-section {
  max-width: auto;
  margin: 0 0;
}
.faqtitle h2 {
  text-align: center;
  font-size: 40px;
  color: var(--text-color-N);
}
.faq-section dl {
  color: var(--text-color-N);
  bottom: 100px;
  padding: 1rem 0rem;
}
.faq-section dt {
  text-align: center;
  font-weight: 700;
  margin-top: 1em;
  margin: 15px;
  padding: 1rem;
}
.faq-section dd {
  margin-bottom: 1em;
  font-family: Arial, Helvetica, sans-serif, Cochin, Georgia, Times,
    "Times New Roman", serif;
}
.faq-section dt::before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}
.faq-section dt.active::before {
  content: "-";
}
.faq-section dt {
  cursor: pointer;
  color: var(--button-color);
}
.faq-section dt:hover {
  color: var(--main-color);
}
.faq-section dd.show {
  text-align: center;
  display: block;
  color: #f4f5f5;
}

@media only screen and (min-width: 1200px) {
  .faq-section dd.show {
    margin-right: 7rem;
    margin-left: 7rem;
  }
}
.faq-section dd.hidden {
  display: none;
}
.faq-section a {
  color: #f4f5f5;
}
.faq-section img {
  max-width: 80%;
  border-radius: 20px;
  padding: 2rem 0rem;
}
.carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.carousel * {
  pointer-events: auto;
}
.carousel-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  display: flex;
}
.carousel-item {
  height: 100%;
  transition: opacity 0.6s ease-in-out;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  padding-left: 14rem;
  padding-right: 14rem;
  display: flex;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .carousel-item {
    padding: 2rem;
  }

  .mainbilleterie a {
    width: 100%;
  }

  #billetterie {
    padding-bottom: 0;
  }
  #billetterie h2 {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.iframe_weezevent iframe {
  border-width: 0px;
}

@media only screen and (max-width: 668px) {
  .iframe_weezevent iframe {
    height: 1700px;
  }
}
#iframe-container {
  overflow: hidden; /* Masque les barres de défilement */
}

#iframe-container iframe {
  width: 100%;
  border: none;
  overflow: hidden;
}

#widget_container {
  padding: 0px;
}
.carousel-item.active {
  opacity: 1;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  outline: none;
}
.carousel-buttons {
  position: absolute;
  bottom: 15px;
  right: 50%;
  transform: translateX(50%);
}
.carousel-buttons button {
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  cursor: pointer;
}
.carousel-buttons button.active {
  color: var(--button-color);
}
#benevole {
  padding: 4rem 2rem;
}
.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}
.left-column {
  flex: 1 1 0%;
  margin-right: 40px;
}
.left-column a {
  text-decoration: none;
}
.carousel-item a {
  text-decoration: none;
}
.left-column h2 {
  font-size: 2.5rem;
  color: var(--text-color-N);
  margin-bottom: 3rem;
  white-space: normal;
}
@media only screen and(max-width:500px) {
  .left-column h2 {
    white-space: unset;
  }
}
.left-column p {
  font-size: 1.2rem;
  color: var(--text-color-N);
  margin-bottom: 30px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
/* Les propriétés communes pour tous les boutons */
.btn-grad {
  margin: 3rem 0rem;
  text-align: center;
  text-decoration: none;
  height: 2.5rem;
  cursor: pointer;
  width: 12rem;
  position: relative;
  text-transform: uppercase;
  border: #fff;
  transition: 0.5s;
  font-family: AbstractPolice;
  background-size: 200% auto;
  color: #f4f5f5;
  border-radius: 20px;
  display: block;
}
.btn-grad-responsive {
  margin: 3rem 0rem;
  text-align: center;
  text-decoration: none;
  height: 2rem;
  cursor: pointer;
  width: 9rem;
  position: relative;
  text-transform: uppercase;
  border: #fff;
  transition: 0.5s;
  font-family: AbstractPolice;
  background-size: 200% auto;
  color: #f4f5f5;
  border-radius: 20px;
  display: block;
}

.btn-grad-responsive:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}

/* Les propriétés communes pour le hover de tous les boutons */
.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}

/* Propriétés spécifiques pour chaque type de bouton */
.btn-grad_Origin {
  background-image: linear-gradient(
    to right,
    #68a5ff 0%,
    black 50%,
    #b27bcf 100%
  );
  box-shadow: 0 0 20px #68a5ff;
}

.btn-grad_Origin:hover {
  box-shadow: 0 0 10px #b27bcf;
}

.btn-gradPetitBleu {
  background-image: linear-gradient(
    to right,
    #019ee2 0%,
    black 50%,
    #e00e19 100%
  );
  box-shadow: 0 0 20px #019ee2;
}

.btn-gradPetitRouge {
  background-image: linear-gradient(
    to right,
    #e00e19 0%,
    black 50%,
    #019ee2 100%
  );
  box-shadow: 0 0 20px #e00e19;
}
.btn-grad_benevole {
  background-image: linear-gradient(
    to right,
    black 0%,
    #ff7f00 60%,
    black 100%
  );
  box-shadow: 0 0 20px #ff7f00;
}
.btn-gradPetitOrange {
  background-image: linear-gradient(
    to right,
    #ff7f00 0%,
    black 50%,
    #e00e19 100%
  );
  box-shadow: 0 0 20px #ff7f00;
}

.btn-gradbBilleterie {
  background-image: linear-gradient(
    to right,
    black 0%,
    #68a5ff 60%,
    black 100%
  );
  box-shadow: 0 0 15px #68a5ff;
}
.btn-grad.btn-gradbBilleterie {
  border: none;
  text-decoration: none;
  /* box-shadow: none; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-gradbCashless {
  background-image: linear-gradient(
    to right,
    black 0%,
    #b27bcf 60%,
    black 100%
  );
  box-shadow: 0 0 15px #b27bcf;
}

/* Puisque les propriétés hover sont les mêmes, nous pouvons les combiner */
.btn-gradbBilleterie:hover,
.btn-gradbCashless:hover {
  box-shadow: 0 0 15px #fff;
}

/* Ici, les propriétés hover sont également les mêmes, nous pouvons donc les combiner */

.btn-gradPetitRouge:hover {
  box-shadow: 0 0 10px #68a5ff;
}
.btn-grad_benevole:hover {
  box-shadow: 0 0 10px #ff7f00;
}
.btn-gradPetitBleu:hover,
.btn-gradPetitOrange:hover {
  box-shadow: 0 0 10px #e00e19;
}

/* Pour la version responsive, j'ai supposé que vous voulez ces propriétés pour tous les boutons, donc une seule classe pour les deux */
@media only screen and (max-width: 760px) {
  .btn-gradResponsive {
    background-image: linear-gradient(
      to right,
      black 0%,
      #68a5ff 60%,
      black 100%
    );
    padding: 1rem 1rem;
    text-align: center;
    text-decoration: none;
    right: 6rem;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #f4f5f5;
    box-shadow: 0 0 12px #68a5ff;
    border-radius: 20px;
  }

  .btn-gradResponsive:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
    box-shadow: 0 0 12px #fff;
  }
}

.cta-button {
  display: inline-block;
  background-color: #f4f5f5;
  color: #f4f5f5;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  text-decoration: none;
  transition: background-color 0.3s ease;
  transition: transform 0.2s ease-out;
}

.cta-button2BuyTicket1 {
  background-color: #f4f5f5;
  color: #f4f5f5;
  margin: 0 35%;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  transition: transform 0.2s ease-out;
  margin-top: 20px;
  text-align: center;
  font-size: auto;
  display: block;
  justify-content: center;
}
.cta-button2BuyTicket2 {
  background-color: #ddb2ff;
  color: #f4f5f5;
  margin: 0 35%;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  transition: transform 0.2s ease-out;
  margin-top: 20px;
  text-align: center;
  font-size: auto;
  display: block;
  justify-content: center;
}
.cta-button2BuyTicket3 {
  background-color: #9287ff;
  color: #f4f5f5;
  margin: 0 35%;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  transition: transform 0.2s ease-out;
  margin-top: 20px;
  text-align: center;
  font-size: auto;
  display: block;
  justify-content: center;
}
.cta-button2BuyTicket1:hover {
  background-color: #f4f5f5;
  transform: scale(1.05);
}
.cta-button2BuyTicket2:hover {
  background-color: #af9fff;
  transform: scale(1.05);
}
.cta-button2BuyTicket3:hover {
  background-color: #9287ff;
  transform: scale(1.05);
}
@media screen and (max-width: 500px) {
  .cta-button2BuyTicket {
    font-size: x-small;
  }
  .cta-button2BuyTicket2 {
    font-size: x-small;
  }
  .cta-button2BuyTicket3 {
    font-size: x-small;
  }
}
.cta-button:hover {
  background-color: #f4f5f5;
  transform: scale(1.05);
}
.right-column {
  flex: 1 1 0%;
  font-size: 6rem;
  color: #b42222;
  text-align: center;
}
.right-column img {
  width: 100%;
  height: 100%;
}
.right-column-media-query img {
  display: none;
}
@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
  }
  .right-column-media-query img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .right-column {
    display: none;
  }
  .left-column {
    text-align: center;
    margin-right: 0;
  }
  .left-column a button {
    margin-left: auto;
    margin-right: auto;
  }
}
.fa-hands-helping {
  font-size: 2em;
  color: #f4f5f5;
  transition: background-color 0.3s ease;
  transition: transform 0.2s ease-out;
}
.fa-hands-helping:hover {
  background-color: transparent;
  transform: scale(1.1);
}
#programmation {
  /* padding: 2rem 0rem; */
}
.frise {
  padding: 10px 0;
}
.frise .date-horaire,
.frise .horaire {
  white-space: normal;
  display: inline-block;
}

.frise h3 {
  color: var(--text-color-N);
  text-align: center;
  font-size: 24px;
  justify-content: center;
  padding: 0;
  margin: 40px;
}
#programmation h2 {
  text-align: center;
  color: var(--text-color-N);
  font-size: 40px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 500px) {
  #programmation h2 {
    font-size: 30px;
  }
}
.carouselArtiste {
  overflow: hidden;
}
.carouselArtiste * {
  pointer-events: auto;
}
.carouselArtiste-inner {
  display: flex;
  transition: transform 0.6s ease-in-out;
}
.carouselArtiste-item {
  flex-shrink: 0;
  width: 100%;
  transform: translateX(-1rem);
  padding: 1rem 1rem;
  pointer-events: all;
  transition: background-color 0.3s ease;
  transition: transform 0.2s ease-out;
}
.carouselArtiste-buttons {
  display: none;
  justify-content: center;
  margin-top: 1rem;
}
.carouselArtiste-item img {
  max-width: 100%;
  user-select: none;
  transition: background-color 0.3s ease;
  transition: transform 0.5s ease-out;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .carouselArtiste-item :hover {
    transform: scale(1.05);
  }
  .carouselArtiste-item2 :hover {
    transform: scale(1.05);
  }
}
.carouselArtiste-buttons buttonArtiste {
  border: none;
  cursor: pointer;
  margin: 0 0.5rem;
  padding: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
.carouselArtiste-buttons buttonArtiste.active {
  background-color: #f4f5f5;
}
@media only screen and (min-width: 768px) {
  .carouselArtiste-item {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 992px) {
  .carouselArtiste-item {
    width: calc(100% / 4);
  }
}
@media only screen and (min-width: 1200px) {
  .carouselArtiste-item {
    width: calc(100% / 4);
  }
}
.carouselArtiste2 {
  overflow: hidden;
}
.carouselArtiste2 * {
  pointer-events: auto;
}
.carouselArtiste-inner2 {
  display: flex;
  transition: transform 0.6s ease-in-out;
}
.carouselArtiste-item2 {
  display: block;
  flex-shrink: 0;
  width: 100%;
  transform: translateX(-1rem);
  padding: 1rem 1rem;
  transition: background-color 0.3s ease;
  transition: transform 0.2s ease-out;
}
.carouselArtiste-buttons2 {
  display: none;
  justify-content: center;
  margin-top: 1rem;
}
.carouselArtiste-item2 img {
  max-width: 100%;
  user-select: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  transition: transform 0.2s ease-out;
}
.carouselArtiste-buttons2 buttonArtiste {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0 0.5rem;
  padding: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
.carouselArtiste-buttons2 buttonArtiste.active {
  background-color: #f4f5f5;
}
@media only screen and (min-width: 768px) {
  .carouselArtiste-item2 {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 992px) {
  .carouselArtiste-item2 {
    width: calc(100% / 4);
  }
}
@media only screen and (min-width: 1200px) {
  .carouselArtiste-item2 {
    width: calc(100% / 4);
  }
}
.socialbar {
  position: fixed;
  top: 40%;
  right: 1rem;
  text-align: center;
  background: linear-gradient(#121212, #121212) padding-box,
    linear-gradient(to right, #e2a0df, #68a5ff) border-box;
  border-radius: 50em;
  border: 4px solid transparent;
  float: left;
  z-index: 999;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.7);
  transition: right 0.1s linear;
}
.socialbar.moved {
  right: -14px; /* nouvelle position */
}
.socialbarContactPage {
  position: fixed;
  top: 40%;
  right: 1rem;
  text-align: center;
  background-color: #f4f5f5;
  float: left;
  z-index: 999;
  border-radius: 20px;
  border-color: #f4f5f5;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.7);
}
.socialbarContactPage a {
  display: block;
  padding: 16px;
  font-size: 30px;
  text-align: center;
}
.socialbar a {
  display: block;
  padding: 16px;
  font-size: 30px;
  text-align: center;
}
.icon-bar a:hover {
  background-color: #f4f5f5;
}
.facebook {
  background: #3b5998;
  color: #f4f5f5;
}
.twitter {
  background: #55acee;
  color: #f4f5f5;
}
.google {
  background: #dd4b39;
  color: #f4f5f5;
}
.linkedin {
  background: #007bb5;
  color: #f4f5f5;
}
.mentionslegales h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
.mentionslegales h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.mentionslegales h3 {
  font-family: "AbstractPolice";
}
.mentionslegales p {
  margin-bottom: 15px;
}
.mentionslegales ul {
  margin-bottom: 15px;
  padding-left: 30px;
}
.mentionslegales li {
  margin-bottom: 5px;
}
.legal span {
  color: white;
}
.mentionslegales a {
  color: var(--third-color);
  text-decoration: none;
}
.mentionslegales a:hover {
  text-decoration: underline;
}
.mentionslegales {
  margin: 0 auto;
  padding: 2rem 2rem;
  padding-right: 2rem;
  padding-top: 9rem;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  color: #f4f5f5;
  background-color: #121212;
}
@media only screen and (max-width: 1100px) {
  .mentionslegales {
    padding-bottom: 3rem;
  }
}
#presentation {
  position: relative;
  padding: 0rem 2rem;
  padding-top: 9rem;
}
#presentation .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#presentation .content h2 {
  color: var(--text-color-N);
  font-family: AbstractPolice;
  margin-bottom: 1.5rem;
  justify-content: space-between;
  font-size: 40px;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  #presentation .content h2 {
    font-size: 20px;
  }
}
#presentation .content .text-content {
  flex: 1;
  padding-right: 1rem;
}
#presentation .content .image-content {
  flex: 1;
  padding-left: 1rem;
}
#presentation .content p {
  color: var(--text-color-N);
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 18px;
}
#presentation .content img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  #presentation .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #presentation .content .text-content,
  #presentation .content .image-content {
    padding: 0;
  }
  #presentation .content {
    display: block;
    flex-wrap: wrap;
    align-items: center;
  }
}
#presentation .content2 {
  display: none;
}
@media only screen and (max-width: 400px) {
  #presentation .content2 h2 {
    font-size: 20px;
    padding: 1rem 0rem;
  }
}
figcaption {
  color: white;
  text-align: center;
  font-size: small;
}
#presentation .content2 .text-content {
  flex: 1;
  padding-right: 1rem;
}
#presentation .content2 .image-content {
  flex: 1;
  padding-left: 0rem;
}
#presentation .content2 p {
  color: var(--text-color-N);
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: large;
}
#presentation .content2 img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  #presentation .content2 h2 {
    color: var(--text-color-N);
  }
  #presentation .content {
    display: none;
  }
  #presentation .content2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #presentation .content2 .text-content,
  #presentation .content .image-content {
    padding: 0;
  }
  #presentation .content2 {
    display: block;
    flex-wrap: wrap;
    align-items: center;
  }
}
.billeterietitle h2 {
  text-align: center;
  font-size: 40px;
  color: var(--main-color);
}
.billeterietitle {
  padding: 0rem 2rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 780px) {
  .border-cashless {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mainbilleterie {
    padding: 0rem 1.5rem;
  }
  .billeterietitle h2 {
    font-size: 30px;
  }
  .billeterietitle2 h2 {
    font-size: 30px;
  }
}
#carousel3d,
#carousel3d2,
#carousel3d3,
#carousel3d4 {
  padding-bottom: 6rem;
}
#carousel3d,
#carousel3d2,
#carousel3d3,
#carousel3d4 {
  position: relative;
  height: 400px;
  top: 50%;
  overflow: hidden;
}

#carousel3d div,
#carousel3d3 div,
#carousel3d4 div,
#carousel3d2 div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}

#carousel3d div img,
#carousel3d3 div img,
#carousel3d4 div img,
#carousel3d2 div img {
  width: 400px;
  transition: width 1s;
  border-radius: 20px;
}

#carousel3d div.hideLeft,
#carousel3d div.hideRight,
#carousel3d3 div.hideLeft3,
#carousel3d3 div.hideRight3,
#carousel3d4 div.hideLeft4,
#carousel3d4 div.hideRight4,
#carousel3d2 div.hideLeft2,
#carousel3d2 div.hideRight2 {
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}

#carousel3d div.hideLeft,
#carousel3d3 div.hideLeft3,
#carousel3d4 div.hideLeft4,
#carousel3d2 div.hideLeft2 {
  left: 0%;
}

#carousel3d div.hideRight,
#carousel3d3 div.hideRight3,
#carousel3d4 div.hideRight4,
#carousel3d2 div.hideRight2 {
  left: 100%;
}

#carousel3d div.hideLeft img,
#carousel3d div.hideRight img,
#carousel3d3 div.hideLeft3 img,
#carousel3d3 div.hideRight3 img,
#carousel3d4 div.hideLeft4 img,
#carousel3d4 div.hideRight4 img,
#carousel3d2 div.hideLeft2 img,
#carousel3d2 div.hideRight2 img {
  width: 200px;
  border-radius: 20px;
}

#carousel3d div.prev,
#carousel3d div.next,
#carousel3d3 div.prev3,
#carousel3d3 div.next3,
#carousel3d4 div.prev4,
#carousel3d4 div.next4,
#carousel3d2 div.prev2,
#carousel3d2 div.next2 {
  z-index: 5;
  transform: translateY(50px) translateX(-50%);
}

#carousel3d div.prev,
#carousel3d3 div.prev3,
#carousel3d4 div.prev4,
#carousel3d2 div.prev2 {
  left: 30%;
}

#carousel3d div.next,
#carousel3d3 div.next3,
#carousel3d4 div.next4,
#carousel3d2 div.next2 {
  left: 70%;
}

#carousel3d div.prev img,
#carousel3d div.next img,
#carousel3d3 div.prev3 img,
#carousel3d3 div.next3 img,
#carousel3d4 div.prev4 img,
#carousel3d4 div.next4 img,
#carousel3d2 div.prev2 img,
#carousel3d2 div.next2 img {
  width: 300px;
  border-radius: 20px;
}

#carousel3d div.prevLeftSecond,
#carousel3d div.nextRightSecond,
#carousel3d3 div.prevLeftSecond3,
#carousel3d3 div.nextRightSecond3,
#carousel3d4 div.prevLeftSecond4,
#carousel3d4 div.nextRightSecond4,
#carousel3d2 div.prevLeftSecond2,
#carousel3d2 div.nextRightSecond2 {
  z-index: 4;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}

#carousel3d div.prevLeftSecond,
#carousel3d3 div.prevLeftSecond3,
#carousel3d4 div.prevLeftSecond4,
#carousel3d2 div.prevLeftSecond2 {
  left: 15%;
}

#carousel3d div.nextRightSecond,
#carousel3d3 div.nextRightSecond3,
#carousel3d4 div.nextRightSecond4,
#carousel3d2 div.nextRightSecond2 {
  left: 85%;
}

#carousel3d div.prevLeftSecond img,
#carousel3d div.nextRightSecond img,
#carousel3d3 div.prevLeftSecond3 img,
#carousel3d3 div.nextRightSecond3 img,
#carousel3d4 div.prevLeftSecond4 img,
#carousel3d4 div.nextRightSecond4 img,
#carousel3d2 div.prevLeftSecond2 img,
#carousel3d2 div.nextRightSecond2 img {
  width: 200px;
  border-radius: 20px;
}

#carousel3d div.selected,
#carousel3d3 div.selected3,
#carousel3d4 div.selected4,
#carousel3d2 div.selected2 {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}

.buttonsc,
.buttonsc2 {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

/* Cible uniquement Safari */
.safari #carousel3d div,
.safari #carousel3d div img,
.safari #carousel3d3 div,
.safari #carousel3d3 div img,
.safari #carousel3d4 div,
.safari #carousel3d4 div img,
.safari #carousel3d2 div,
.safari #carousel3d2 div img {
  transition: none;
}

@media (max-width: 600px) {
  #carousel3d div,
  #carousel3d div img,
  #carousel3d3 div,
  #carousel3d3 div img,
  #carousel3d4 div,
  #carousel3d4 div img,
  #carousel3d2 div,
  #carousel3d2 div img {
    transition: none;
  }
}
/* Fin de la section Safari */

/* Horaires V1*/

/* #schedule, #schedule2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: white;
    opacity: 1;
    transition: opacity 0.5s;
  }

  .fade-in {
    opacity: 0;
  } */

/* Horaires V2*/

@keyframes grow-shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.schedule,
.schedule2,
.schedule3,
.schedule4 {
  display: block;
  /* animation: grow-shrink 0.5s ease-in-out; */
  font-size: 24px;
  margin-top: 10px; /* Réduire l'espace entre l'image et l'horaire */
  margin-bottom: -2rem;
  padding: 0.5em 0; /* Ajuster l'espacement interne */
  text-align: center;
  font-size: 1.5rem;
  color: var(--text-color-N);
  opacity: 1;
  transition: opacity 0.5s;
  position: absolute; /* Utiliser un positionnement absolu */
  bottom: -30px; /* Ajuster pour centrer sous l'image */
  left: 50%; /* Centrer horizontalement */
  transform: translateX(-50%); /* Compense le déplacement */
  width: 100%; /* S'assure que l'élément prend toute la largeur disponible */
  white-space: nowrap; /* Empêche le texte de se plier */
}
@media (max-width: 600px) {
  .schedule,
  .schedule2,
  .schedule3,
  .schedule4 {
    display: none;
  }

  /* Afficher uniquement l'horaire de l'artiste sélectionné */
  .selected .schedule,
  .selected2 .schedule2,
  .selected3 .schedule3,
  .selected4 .schedule4 {
    display: block;
  }
}
.artist-info-container {
  display: block;
  margin-top: 2rem;
}
@media only screen and (min-width: 900px) {
  .artist-info-container {
    display: flex;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  #carousel3d,
  #carousel3d3,
  #carousel3d4,
  #carousel3d2 {
    position: relative;
    height: 250px;
    top: 50%;
    overflow: hidden;
  }

  #carousel3d div,
  #carousel3d3 div,
  #carousel3d4 div,
  #carousel3d2 div {
    position: absolute;
    /* transition: transform 1s, left 1s, opacity 1s, z-index 0s; */
    opacity: 1;
  }

  #carousel3d div img,
  #carousel3d3 div img,
  #carousel3d4 div img,
  #carousel3d2 div img {
    width: 230px;
    /* transition: width 1s; */
    border-radius: 20px;
  }

  #carousel3d div.hideLeft,
  #carousel3d3 div.hideLeft3,
  #carousel3d4 div.hideLeft4,
  #carousel3d2 div.hideLeft2 {
    left: 0%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
  }

  #carousel3d div.hideLeft img,
  #carousel3d3 div.hideLeft3 img,
  #carousel3d4 div.hideLeft4 img,
  #carousel3d2 div.hideLeft2 img {
    width: 80px;
    border-radius: 20px;
  }

  #carousel3d div.hideRight,
  #carousel3d3 div.hideRight3,
  #carousel3d4 div.hideRight4,
  #carousel3d2 div.hideRight2 {
    left: 100%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
  }

  #carousel3d div.hideRight img,
  #carousel3d3 div.hideRight3 img,
  #carousel3d4 div.hideRight4 img,
  #carousel3d2 div.hideRight2 img {
    width: 80px;
    border-radius: 20px;
  }

  #carousel3d div.prev,
  #carousel3d3 div.prev3,
  #carousel3d4 div.prev4,
  #carousel3d2 div.prev2 {
    z-index: 5;
    left: 28%;
    top: -3%;
    transform: translateY(50px) translateX(-50%);
  }

  #carousel3d div.prev img,
  #carousel3d3 div.prev3 img,
  #carousel3d4 div.prev4 img,
  #carousel3d2 div.prev2 img {
    width: 155px;
    border-radius: 20px;
  }

  #carousel3d div.prevLeftSecond,
  #carousel3d3 div.prevLeftSecond3,
  #carousel3d4 div.prevLeftSecond4,
  #carousel3d2 div.prevLeftSecond2 {
    z-index: 4;
    left: 13%;
    bottom: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7;
  }

  #carousel3d div.prevLeftSecond img,
  #carousel3d3 div.prevLeftSecond3 img,
  #carousel3d4 div.prevLeftSecond4 img,
  #carousel3d2 div.prevLeftSecond2 img {
    width: 80px;
    border-radius: 20px;
  }

  #carousel3d div.selected,
  #carousel3d3 div.selected3,
  #carousel3d4 div.selected4,
  #carousel3d2 div.selected2 {
    z-index: 10;
    left: 50%;
    transform: translateY(0px) translateX(-50%);
  }

  #carousel3d div.next,
  #carousel3d3 div.next3,
  #carousel3d4 div.next4,
  #carousel3d2 div.next2 {
    z-index: 5;
    left: 72%;
    top: -3%;
    transform: translateY(50px) translateX(-50%);
  }

  #carousel3d div.next img,
  #carousel3d3 div.next3 img,
  #carousel3d4 div.next4 img,
  #carousel3d2 div.next2 img {
    width: 155px;
    border-radius: 20px;
  }

  #carousel3d div.nextRightSecond,
  #carousel3d3 div.nextRightSecond3,
  #carousel3d4 div.nextRightSecond4,
  #carousel3d2 div.nextRightSecond2 {
    z-index: 4;
    left: 87%;
    bottom: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7;
  }

  #carousel3d div.nextRightSecond img,
  #carousel3d3 div.nextRightSecond3 img,
  #carousel3d4 div.nextRightSecond4 img,
  #carousel3d2 div.nextRightSecond2 img {
    width: 80px;
    border-radius: 20px;
  }
}

/* Artiste */
.frame_Deezer {
  box-shadow: 0px 0px 12px var(--third-color);
  border-radius: 14px;
}
#artistProfile {
  max-width: 800px;
  margin: 0 auto;
}

#artistProfile header {
  text-align: center;
}

.artist-bio p {
  font-size: 18px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#artistProfile h1,
#artistProfile h2 {
  color: #333;
}

.artist-details {
  justify-content: flex-start;
  display: block;
  margin-left: 1rem;
  width: calc(100%);
}

.artist-details p {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: var(--text-color-N);
  font-size: 18px;
}
#artistProfile .description {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}

#artistProfile .contact {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.videoWrapper {
  position: relative;
}
.artist-bio {
  display: flex;
  justify-content: space-between;
  color: var(--text-color-N);
  margin-left: 0.5rem;
}
.iframe_weezevent {
  border-radius: 5px;
  border: 10px solid var(--main-color);
  box-shadow: 0px 0px 14px var(--main-color);
  background-color: #ffff;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-networks {
  margin-top: 20px;
}

.social-networks img {
  width: 32px;
  height: 32px;
}
.btn-reservation {
  display: flex;
  justify-content: center;
}
/* Infos Pratiques MAIN*/

/* Infos Pratiques MAIN */
#infos-pratiques {
  position: relative;
  width: 100%;
  height: 100vh; /* Pour prendre toute la hauteur de l'écran */
}

#infos-pratiques .container {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 100%;
  background-image: url("../ressources/decors/scene-nuit.webp");
  background-size: cover; /* Pour que l'image couvre toute la surface */
  background-position: center; /* Pour centrer l'image */
}

#infos-pratiques .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Opacité de 0.75 */
}

#infos-pratiques .info-button {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%); /* Pour le centrer */
  font-size: 2em;
  color: white;
  padding: 10px 20px;
  background: rgba(
    0,
    0,
    0,
    0.5
  ); /* Fond semi-transparent pour améliorer la lisibilité du texte */
  border: none;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.5s ease; /* Pour l'animation */
}

#infos-pratiques .info-button:hover {
  background: rgba(0, 0, 0, 0.8); /* Quand la souris est sur le bouton */
}

.info-link:active .info-button {
  transform: scale(0.9); /* Effet de pression lors du clic */
}

/* Pour les petits écrans */
@media screen and (max-width: 600px) {
  #infos-pratiques .info-button {
    font-size: 1em; /* Réduction de la taille de la police */
  }
}
/* After */

.image-text-container {
  align-items: center;
}

.text-content {
  flex: 1;
  text-align: center; /* Centre le texte horizontalement */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centre le contenu verticalement */
}

.image-content {
  flex: 1;
}
#after-officiel .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#after-officiel .content .text-content-After {
  flex: 1;
  padding-right: 2rem;
  padding-left: 4rem;
  color: var(--text-color-N);
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: large;
}

#after-officiel .content .image-content-After {
  flex: 1;
  position: center;
  padding-left: 2rem;
  color: var(--text-color-N);
  font-size: large;

  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.image-content-After img {
  height: 30rem;
  border-radius: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 900px) {
  .image-content-After img {
    height: 25rem;
  }
}
@media only screen and (max-width: 800px) {
  .image-content-After img {
    height: 23rem;
  }
}
@media only screen and (max-width: 767px) {
  #after-officiel .content {
    flex-direction: column;
    align-items: center;
  }

  #after-officiel .content .text-content-After {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 2rem;
    text-align: center;
  }

  .image-text-container {
    flex-direction: column;
  }

  #after-officiel .content .image-content-After {
    padding-left: 0;
  }

  #after-officiel .content .text-content-After ul {
    list-style-type: none; /* Enlève les puces de la liste */
    padding-left: 0; /* Enlève l'indentation de la liste */
  }
}

@media (max-width: 1500px) {
  .faqTitreResp {
    display: none;
  }
}

.lineup {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-content: space-between;
}

.lineup img {
    max-height: 500px;
    max-width: 100%;
    height: auto;
}
</pre></body></html>