* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}




/* Masquer scrollbar */
body::-webkit-scrollbar { display: none; }
body { scrollbar-width: none; -ms-overflow-style: none; }
*::-webkit-scrollbar { display: none !important; }

/* Progress bar verticale */
.progress-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 8px;
  height: 100vh;
  transform: scaleY(0);
  transform-origin: top center;
  background-color: #fff;
  will-change: transform;
  z-index: 10;
}

/* Carousel Festival */
.festival-carousel {
  width: 100vw;
  max-height: 50vh; /* Hauteur du carrousel */
}

.festival-carousel .owl-stage-outer {
  height: 100%;
  overflow: visible; /* ✅ permet à l’affiche centrale agrandie de ne pas être coupée */
}

.festival-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.6;
}

.festival-carousel .owl-item.center {
  transform: scale(1.2);
  z-index: 2;
  opacity: 1;
}

.festival-carousel img {
  max-height: 50vh;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* Conteneur des flèches */
.festival-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
}

.festival-carousel .owl-nav button {
  background: none !important;
  border: none !important;
  pointer-events: all;
  cursor: pointer;
}

.festival-carousel .owl-nav i {
  font-size: 2.5rem;   /* ✅ un peu moins gros */
  color: #fff;
  transition: color 0.3s ease;
}


/* Décalage depuis les bords */
.festival-carousel .owl-nav .owl-prev {
  margin-left: 25px;
}
.festival-carousel .owl-nav .owl-next {
  margin-right: 25px;
}

 .gradiant{
		  position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: #111;
background: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 40%, rgba(17, 17, 17, 0) 60%, rgba(17, 17, 17, 0.8) 100%);
		  pointer-events: none;
	  }

.gradiant-artistes{
		  position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: #111;
background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.8) 100%);
		  pointer-events: none;
	opacity: 0;
	transition: all .25s ease;
	  }

.bandcamp-artistes{
	position: absolute; top: 10px;left: 20px;color: #FFFF;font-size: 30px;opacity: 0;transform: scale(0.9);transition: all .25s ease;
}

.carte-artistes{
	position: absolute; top: 10px;right: 20px;color: #FFFF;font-size: 30px;opacity: 0;transform: scale(0.9);transition: all .25s ease;
}

.artiste-img:hover .gradiant-artistes{
	opacity: 1;
	transition: all .25s ease;
}

.artiste-img:hover .bandcamp-artistes{
	opacity: 1;
	transition: all .35s ease .1s;
	transform: scale(1);
}

.artiste-img:hover .carte-artistes{
	opacity: 1;
	transition: all .35s ease .15s;
	transform: scale(1);
}

.festival-carousel {
  position: relative;
  z-index: 2; /* ✅ affiches au-dessus du gradient */
}

.festival-carousel .owl-nav {
  z-index: 10; /* ✅ flèches au-dessus de tout */
  position: absolute;
  top: 50%;
  width: 100%;
}

.festival-carousel .owl-nav {
  display: flex !important;
}

.caption { 
  padding-top: 50px;
  text-align: center; 
  color: #fff; 
  position: relative; 
  z-index: 10; 
  min-height: 2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}

.caption_top { 
	top: -70px !important; 
  text-align: center; 
  color: #fff; 
  position: relative; 
  z-index: 10; 
  min-height: 2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
	font-size: 13px;
}
.caption .caption-btn {
  text-decoration: none;
  display: inline-block;
  /*padding: 10px 14px;
  border-radius: 4px;
border: 2px solid transparent;*/
	font-size: 20px;
	font-weight: bolder;
	transition: all .25s ease;
	
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1.3);
  object-fit: cover;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); 
  z-index: 2;
}

.text-center.position-relative {
  z-index: 3; 
}

p{
	margin: 0;padding: 0;
}

 




  .gallery-item {
  position: relative;
  padding: 6px;
}

.gallery-item a {
  display: block;
  position: relative;
  overflow: hidden; /* garde l'arrondi */
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Overlay sombre */
.gallery-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Hover effects */
.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(0.9);
}
.gallery-item:hover a::after {
  opacity: 1;
}
.gallery-item:hover .caption {
  opacity: 1;
  transform: translateY(0);
}

    /* Masonry */
    .grid-sizer,
    .gallery-item { width: 33.333%; /*width: 25%; */} /* 3 colonnes par défaut */

    @media (max-width: 900px) {
      .grid-sizer,
      .gallery-item { width: 50%; } /* 2 colonnes */
    }
    @media (max-width: 600px) {
      .grid-sizer,
      .gallery-item { width: 100%; } /* 1 colonne */
    }

.gallery-item-bloc {
  pointer-events: none !important;
}

footer{
	font-size:12px;
	padding: 40px;
}
footer a {
  font-size: 1.2rem;
  transition: color 0.3s ease;
}


.artiste-carousel img {
  width: 100%;
  height: 400px;          /* fixe la hauteur */
  object-fit: cover;      /* zoom/coupe si besoin */
}

.artiste-carousel .owl-nav {
  display: flex !important;       /* ✅ force l’affichage */
  justify-content: space-between; /* flèches gauche/droite */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}

.artiste-carousel .owl-nav button {
  background: none !important;
  border: none !important;
  pointer-events: all;
  cursor: pointer;
}

.artiste-carousel .owl-nav i {
  font-size: 2rem;
  color: #fff;
  transition: color 0.3s ease;
}



.artiste-carousel .owl-nav .owl-prev {
  margin-left: 20px;
}

.artiste-carousel .owl-nav .owl-next {
  margin-right: 20px;
}

.artiste-carousel .owl-item {
  position: relative;
  overflow: hidden;
}


/* Caption au survol */
.artiste-carousel .owl-item {
  position: relative;
}

.artiste-carousel .caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 8px 12px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
  pointer-events: none;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

/* Hover → apparait */
.artiste-carousel .owl-item:hover .caption {
  opacity: 1;
  transform: translateY(0);
}


.header-carousel-wrap {
  position: relative;
  height: calc(100vh - 70px);
  overflow: hidden;
}

/* Owl items en plein écran */
.header-carousel .item,
.header-carousel .item img {
  height: calc(100vh - 70px);
  width: 100%;
  display: block;
}

.header-carousel .item img {
  object-fit: cover;
  object-position: center;
}

/* Dots visibles, centrés, au-dessus de l’image */
.header-carousel .owl-dots {
  position: absolute;
  left: 0; right: 0; bottom: 18px;
  display: flex; gap: 8px; justify-content: center;
  z-index: 5;
}
.header-carousel .owl-dot span {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.5);
  display: inline-block; transition: transform .2s, background .2s;
}
.header-carousel .owl-dot.active span,
.header-carousel .owl-dot:hover span {
  background: #fff; transform: scale(1.1);
}

/* Pas de chevrons (nav) même si Owl injecte du DOM */
.header-carousel .owl-nav { display: none !important; }

/* (optionnel) Contenu par-dessus (logo centré) */
.header-overlay-content {
  position: absolute; inset: 0; z-index: 4;
  display: grid; place-items: center;
  pointer-events: none; /* clics passent au slider */
}
.header-overlay-content img {
  width: min(70%, 600px);
 
}


.header-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}

.header-carousel .owl-nav button {
  background: none !important;
  border: none !important;
  pointer-events: all;
  cursor: pointer;
}

.header-carousel .owl-nav i {
  font-size: 2rem;
  color: #fff;
  transition: color 0.3s ease;
}



.header-carousel .owl-nav .owl-prev {
  margin-left: 20px;
}

.header-carousel .owl-nav .owl-next {
  margin-right: 20px;
}

.header-carousel .owl-item {
  position: relative;
  overflow: hidden;
}

/* cache la nav quand Owl la désactive (1 seul item) */
.header-carousel .owl-nav.disabled {
  display: none !important;
}

.itemimg_grande {
  animation: little-zoom 30s ease-in-out infinite both;
  animation-play-state: running;
}

@keyframes little-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}


 .tickets {
            
            text-align: center;
        }
        
        .tickets h2 {
            font-size: 2.5rem;
            margin-bottom: 40px;
        }
		
		
        .ticket-buttons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .ticket-button {
            width: 250px;
            text-align: center;
            transition: transform 0.3s ease;
        }
        
        .ticket-button:hover {
            transform: translateY(-10px);
        }
        
        .ticket-button a {
            display: block;
            color: #fff;
            text-decoration: none;
        }
        
        .ticket-button img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            margin-bottom: 10px;
        }
        
        .ticket-button h3 {
            margin: 10px 0;
        }


 footer {
	 		 color: #ffffff;
            padding: 40px 0;
            text-align: center;
            
        }
        
        footer a {
           color: #ffffff;
            text-decoration: none;
            margin: 0 10px;
        }
        
        .press-link {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 30px;
            border: 2px solid #ffffff;
            border-radius: 30px;
            font-weight: bold;
            transition: all 0.3s ease;
        }
        
        .press-link:hover {
            background-color: #ffffff;
            color: #000;
        }

#scroll-to-top{
		display: none; position: fixed; bottom: 30px; right: 30px; z-index: 99; cursor: pointer; opacity: 0; transition: opacity 0.3s ease; background-color: #14100d; width: 50px; height: 50px; border-radius: 50%; text-align: center; line-height: 62px;
		}
		
		#scroll-to-top i {
		color: #ffffff; font-size: 30px;	
		}


.artists {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .artist {
            background-color: #14100d;
            border-radius: 4px;
            overflow: hidden;
            transition: all 1s ease;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
			opacity: 0;
        }
        
        
        .artist-img {
            width: 100%;
            height: 300px;
            overflow: hidden;
        }
        
        .artist-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .artist-info {
            padding: 20px;
        }
        
        .artist-info h3 {
            margin-top: 0;
            font-size: 1.7rem;
			color: #f20406;
        }
        
        .artist-info p {
            margin-bottom: 0;
            line-height: 1.5;
			color: #f4f7f9;
        }

.stream_link{
margin-top: 30px; margin-bottom: 10px; display: inline-block;background: #14100d; color: #eddaba; border: 2px solid #eddaba;font-size: 18px;text-decoration: none;padding: 10px;border-radius: 4px;	transition: all 0.3s ease;
}
.stream_link:hover{
background: #eddaba; color: #14100d !important; border: 2px solid #14100d;	transition: all 0.3s ease;
}

 .day h1{
 
            margin-bottom: 40px;
            position: relative;
}
        
.day h1:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background-color: #000000;
}

.titreheader{
	font-size: calc(1.375rem + 4vw);
}


.ql-align-right {
	text-align: right;
}
.ql-align-center {
	text-align: center;
}
.ql-align-left {
	text-align: left;
}
.ql-align-justify{
		text-align: justify !important;
	}
	
	
		
	.ql-indent-1{
		padding-left: 5vw;
	}
	.ql-indent-2{
		padding-left: 10vw;
	}
	.ql-indent-3{
		padding-left: 15vw;
	}
	.ql-indent-4{
		padding-left: 20vw;
	}
	.ql-indent-5{
		padding-left: 25vw;
	}
	.ql-indent-6{
		padding-left: 30vw;
	}

