@font-face {
    font-family: 'bungee regular';
    src: url('../font/bungee-regular-webfont.woff2') format('woff2'),
         url('../font/bungee-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksand';
    src: url('../font/Quicksand/Quicksand-Regular.woff2') format('woff2'),
         url('../font/Quicksand/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
 background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#0c2314)) fixed;
  font-family: bungee regular;
  margin: 0;
  scrollbar-width: thin;
scrollbar-color: transparent transparent;
}

::selection {
  background-color: #1ed3d370;
}

#particles-js {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* ---- Bouton au top ---- */

.btn-scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #25362A;
  color: #58E086;
  cursor: pointer;
  padding: 15px;
  border-radius: 15%;
  box-shadow: 3px 3px 18px 3px #0000008f;
}

.fa-arrow-up {
  font-size: 20px;
  text-shadow: 0px 0px 12px #58e0867a, 0px 0px 38px #58e0867a;
}

.sec_timeline {
  text-align: center;
}

.image-container {
  position: relative;

  overflow: inherit;
  -ms-overflow-style: scrollbar; /* Pour Internet Explorer */
margin-bottom: 2vh;
  }

.image-container img {
    width: -webkit-fill-available;
}

div.droiteu {
  display: none;
}



.scroll-indicator {
  text-align: center;
  margin-left: 20px;
  z-index: 2;
  display: none;
  color: White;
  margin-bottom: 2vh;
}

.scroll-indicator span {
  display: none;
  text-align: right;
  color: White;
  font-family: quicksand;
}

#scrolling-image {
  text-align: center;
}

/* Afficher la barre de défilement horizontale */
.image-container::-webkit-scrollbar {
  width: auto;
  height: 15px;
}

/* Modifier les styles de la barre de défilement horizontale */
.image-container::-webkit-scrollbar-thumb {
  background-color: #58E086;
  border-radius: 10px;
  width: 20px;
}

.image-container::-webkit-scrollbar-track {

  background-color: #ffffff1a;
  border-radius: 10px;
}

.boubou {
  text-align: center;
    margin-bottom: 10vh;

}


.bout6 {

  padding: 15px;
  background-color: #58E086;
  width: 30%;
  color: White;
  font-size: 1.5em;
  font-family: quicksand;
  border: inherit;
  border-radius: 50px;
  margin-right: 10vh;
}

.bout6:hover {
    cursor: pointer;
}

/* Nav Menu */

#myTopnav a {

  margin-left: 45px;
}

div.dropdown {
  margin-left: 45px;
  font-family: bungee regular;
}


.topnav {
  overflow: hidden;
  z-index: 1000;

}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

a.active {
  color: #58E086;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  padding-top: 14px;
  font-family: bungee regular;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
 
}

.dropdown-content a {
  float: none;
  color: White;
  padding: 10px 23px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #dddddd54;
  color: #58e086;
  backdrop-filter: blur(10px);
}


.topnav a:hover, .dropdown:hover .dropbtn {
  color: #58E086;
}

.topnav a:hover {
  text-decoration: #58E086 wavy underline;
    text-underline-offset: 5px;
    text-underline-position: under;
}


.dropdown:hover .dropdown-content {
  display: block;
}

#logo:hover {
cursor: pointer;
opacity: 0.8;
}


/* Styles pour la liste déroulante */
.dropdown {
  overflow: hidden;
}

.dropdown .dropbtn {
 

  border: none;
  outline: none;
  background-color: inherit;
  float: left;
    display: block;
    color: White;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-family: bungee regular;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 50px;
  min-width: 160px;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
    background: #dbe5df0d;
}




.dropdown:hover .dropdown-content {
  display: block;
}


div.titre {
text-align: center;
    backdrop-filter: blur(10px);
    background: #dbe5df0d;
margin-bottom: 2vh;
}

.titre p {
  font-family: quicksand;
color: White;
font-size: 1em;
margin-left: 2vh;
margin-right: 2vh;
padding-bottom: 3vh;
}



.titre h1 {
  font-size: 2.5em;
  color: White;
}

.festival-program {
  display: grid;
  flex-direction: column;
}

.type p {
  font-size: 2em;
  margin:-25px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.type2 p {
  font-size: 2em;
  margin:-25px;
}

.type {

  background-color: #58e086;
height: inherit;

width: fit-content;
color: white;
/* margin: 0; */
text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;

}

.type2 {

  background-color: White;
height: inherit;

width: fit-content;
color: Black;
 margin: 0;
text-align: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;


}

.event {
  display: grid;
  grid-template-columns: auto 0fr 9fr;
  backdrop-filter: blur(10px);
  background: #dbe5df0d;
margin-bottom: 10vh;
  padding: 10px;
  margin-bottom: 4vh;
  margin-left: 10vh;
  justify-content: space-around;
  column-gap: 3vh;
}

.event3 {
  display: grid;
  grid-template-columns: auto 7fr 3fr;
  backdrop-filter: blur(10px);
  background: #dbe5df0d;
margin-bottom: 10vh;
  padding: 10px;
  margin-bottom: 4vh;
  margin-left: 10vh;
  justify-content: space-around;
  column-gap: 3vh;
}



.event-time {
  font-weight: bold;
  font-size: 1.5em;
  margin-left: 40px;
}

.event-type {
  font-weight: bold;
  font-family: quicksand;
}

.event-artist {
  color: White;
}

.event-artist p {
  margin-top: inherit;
  font-family: quicksand;

}

#event2 {
  background-color: #58e08621;
}

.event span {
  font-size: 15px;
  font-family: quicksand;
}

.event3 span {
  font-size: 15px;
  font-family: quicksand;
}

i#hovera:hover {
  color: #58e086;
}



#xela p {
  text-align: center;
  color: White;
  font-size: 20px;
  font-family: quicksand;
  position: absolute;
  bottom: 20px;
  width: inherit;
margin: 0 auto;
background-color: #25362aba;

}

#xela2 p {
  text-align: center;
  color: White;
  font-size: 20px;
  font-family: quicksand;
  position: absolute;
  bottom: 20px;
  width: inherit;
margin: 0 auto;
background-color: #25362aba;

}

#xela3 p {
  text-align: center;
  color: White;
  font-size: 20px;
  font-family: quicksand;
  position: absolute;
  bottom: 20px;
  width: inherit;
margin: 0 auto;
background-color: #25362aba;

}
#xela4 p {
  text-align: center;
  color: White;
  font-size: 20px;
  font-family: quicksand;
  position: absolute;
  bottom: 20px;
  width: inherit;
margin: 0 auto;
background-color: #25362aba;

}
#xela5 p {
  text-align: center;
  color: White;
  font-size: 20px;
  font-family: quicksand;
  position: absolute;
  bottom: 20px;
  width: inherit;
margin: 0 auto;
background-color: #25362aba;

}
#xela6 p {
  text-align: center;
  color: White;
  font-size: 20px;
  font-family: quicksand;
  position: absolute;
  bottom: 20px;
  width: inherit;
margin: 0 auto;
background-color: #25362aba;

}

#xela7 p {
  text-align: center;
  color: White;
  font-size: 20px;
  font-family: quicksand;
  position: absolute;
  bottom: 20px;
  width: inherit;
margin: 0 auto;
background-color: #25362aba;

}

#xela99 p {
  text-align: center;
  color: White;
  font-size: 20px;
  font-family: quicksand;
  position: absolute;
  bottom: 20px;
  width: inherit;
margin: 0 auto;
background-color: #25362aba;

}


#xela8 p {
  text-align: center;
  color: White;
  font-size: 20px;
  font-family: quicksand;
  position: absolute;
  bottom: 20px;
  width: inherit;
margin: 0 auto;
background-color: #25362aba;

}

div.Footer {
  display: grid;
  grid-template-columns: 1fr 0.1fr 1fr;
  text-align: center;
  font-family: quicksand;
  color: White;
  height: 7vh;
  background-color: Black;
  padding-right: 30vh;
  padding-left: 30vh;
}

.Footer a {
  text-decoration: none;
  color: White;
  margin-top: 2vh;
}

.Footer a:hover {
  color: #58E086;
}

.logof {
  text-align: center;
  background-color: Black;
  padding-top: 3vh;
}

.logof img {
  height: 90px;
  width: auto;

}

.foot {
  text-align: center;
  font-family: quicksand;
  color: #58E086;
    background-color: Black;
}

.foot p {
  margin: inherit;
  font-size: 0.7em;
}

.sec-reseaux {
  display: grid;
  grid-template-columns: 1fr 0.2fr 1fr;
  color: White;
text-align: center;
background-color: Black;
}

.sec-reseaux a {
  text-decoration: none;
  color: White;
}

.sec-reseaux a:hover {

   color: #58E086;
}

@keyframes mask {
  0% {
    clip-path: polygon(0px 0px, 0% 0, 0% 100%, 0px 100%);
  }

  100% {
    clip-path: polygon(0px 0px, 100% 0, 100% 100%, 0px 100%);
  }
}

@media screen and (min-width: 1200px) {

#xela  {
  background-image: url("../img/prog/perrier.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15vh;
  height: 100%;
}

#xela2  {
  background-image: url("../img/prog/Kruug.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15vh;
  height: 100%;
}

#xela3  {
  background-image: url("../img/prog/FastKill.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15vh;
  height: 100%;
}

#xela4  {
  background-image: url("../img/prog/spit.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15vh;
  height: 100%;
}

#xela5  {
  background-image: url("../img/prog/Backwater.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15vh;
  height: 100%;
}

#xela6  {
  background-image: url("../img/prog/guts.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15vh;
  height: 100%;
}

#xela7  {
  background-image: url("../img/prog/Sideburn.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15vh;
  height: 100%;
}

#xela8  {
  background-image: url("../img/prog/XELA.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15vh;
  height: 100%;
}



#xela99  {
  background-image: url("../img/prog/Concert_Surprise2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15vh;
  height: 100%;
}


.event {
  padding-right: 40vh;
}




#logo {
    float: right;
    margin-right: 50px;
    margin-top: 25px;
    height: 115px;
    width: auto;
}



}


@media screen and (max-width: 1200px) {

#xela p {
  display: none;
}

#xela2 p {
  display: none;
}

#xela3 p {
  display: none;
}

#xela4 p {
  display: none;
}

#xela5 p {
  display: none;
}

#xela6 p {
  display: none;
}

#xela7 p {
  display: none;
}

#xela8 p {
  display: none;
}

#xela99 p {
  display: none;
}

#logo {
  height: 115px;
   float: right;
    margin-right: 50px;
    margin-top: 25px;
}

#myTopnav a {
    margin-top: 25px;
    margin-left: 15px;
}

}


@media screen and (max-width: 950px) {


  .topnav a:first-child, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }


  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
      font-size: 1.5em;

  }

  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
        margin-top: 3vh;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
        margin-top: 3vh;
  }


  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
      font-size: 1.5em;
  
  }



  #logo {
  float: none;
    width: auto;
    height: 100px;
    margin-left: 27px;

  }

  .icon {
    margin-top: 3vh;
}

#ligne {
  font-size: 1.5em;
}


}


@media screen and (max-width: 950px) {


.topnav.responsive {position: relative;}
.topnav.responsive a.icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
      margin-top: 3vh;
}

.topnav.responsive a {
  float: none;
  display: block;
  text-align: center;
      margin-top: 3vh;
}



.topnav.responsive {position: relative;}
.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: center;
}
.topnav.responsive .dropdown {float: none; margin-top: 2vh;}
.topnav.responsive .dropdown-content {position: relative;}
.topnav.responsive .dropdown .dropbtn {
  display: block;
  width: 100%;
  text-align: center;
}


.dropdown-content{
margin-top: 64px;
}

div.dropdown {
margin-left: 0px;
}

#myTopnav a {

  margin-left: 0px;
}

}



@media only screen and (max-width: 600px) {

section.bg-img {
  height: 50vh;
}

section.footer a {
  font-size: 0.7em;
}



.image-container {
  position: relative;
  margin-left: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: scrollbar; /* Pour Internet Explorer */
margin-bottom: 3vh;
  }

.image-container img {
  height: 20vh;
  width: auto;
text-align: left;
}

#flefle:last-child {

font-size: 0.5em;
-webkit-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    vertical-align: baseline;
    webkit-writing-mode: vertical-rl;
    vertical-align: -webkit-baseline-middle;

}


div.droiteu {
  display: block;
  position: absolute;
  color: White;
  font-size: 2em;
  right: 0;
  width: 120px;
  height: 100%;
  background-color: #ffffff1a;
  text-align: center;
  margin: auto;
  opacity: 0;
  animation: blink 2s ease-in-out 1s 2 normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.droiteu i {
  position: absolute;
  bottom: 50%;
  margin: auto;
}


.scroll-indicator {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 2;
  display: block;
  text-align: right;
  font-weight: 100;
  font-weight: lighter;
}
.scroll-indicator span {
  display: block;
  text-align: right;
  color: White;
}

.bout6 {
    padding: 5px;
    background-color: #58E086;
    width: 80%;
    color: White;
    font-size: 1.1em;
    font-family: quicksand;
    border: inherit;
    border-radius: 20px;
    margin-right: 0vh;
}

div.boubou {
  margin-bottom: 10vh;
}



div.Footer {

padding-right: inherit;
padding-left: inherit;
}

.sec-reseaux {
    grid-template-columns: 1fr 1.2fr 1fr;
}


#logo {

 margin-right: 0vh;
 margin-top: 0vh;
 float: none;
 height: 75px;
 margin-left: 27px;
}

.event {
    display: grid;
    grid-template-columns: 0.3fr 2fr 0fr;
    backdrop-filter: blur(10px);
    background: #dbe5df0d;
    margin-bottom: 10vh;
    padding: 10px;
    padding-right: inherit;
    margin-bottom: 4vh;
    margin-left: 0vh;
    justify-content: space-around;
    justify-items: start;
    column-gap: 1vh;
}

.event3 {
    display: grid;
    grid-template-columns: 0.3fr 2fr 0fr;
    backdrop-filter: blur(10px);
    background: #dbe5df0d;
    margin-bottom: 10vh;
    padding: 10px;
    padding-right: inherit;
    margin-bottom: 4vh;
    margin-left: 0vh;
    justify-content: space-around;
    justify-items: start;
    column-gap: 1vh;
}


.type p {
  font-size: 1.5em;
  margin: -15px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.type2 p {
  font-size: 1.5em;
  margin: -15px;

}

#bars {
  color: White;
}

.event {
  grid-template-columns: 0.5fr 80%;
}

.event3 {
  grid-template-columns: 0.5fr 80%;
}

#xela, #xela2, #xela3, #xela4, #xela5, #xela6, #xela7, #xela8, #xela99 {
  display: none;
}






}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
        margin-top: 3vh;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
        margin-top: 3vh;
  }


.icon {
  margin-top: 3vh;
}

.topnav.responsive {
  background-color: #25362A;

    z-index: 1000;
    top: 0;
      border-bottom: solid 3px White;
}
.responsive {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#0c2314)) fixed;
}

}
