@font-face {
    font-family: 'bungee regular';
    src: url('../font/bungee-regular-webfont.woff2') format('woff2'),
         url('../font/bungee-regular-webfont.woff2') 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;

}
html {
    max-width: 100%;
    overflow-x: hidden;
}




#pris.titre p {
  color: White;
  font-size: 1.5em;
  margin-left: 20vh;
  margin-right: 20vh;
  font-family: quicksand;

}




body {
 background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#0c2314)) fixed;
  font-family: bungee regular;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

canvas {
  display: block;
 
}


/* ---- 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;
}




/* ---- particles.js container ---- */

#particles-js {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Nav Menu */

#myTopnav a {

  margin-left: 45px;
}

div.dropdown {
  margin-left: 45px;
  font-family: bungee regular;
}

.dropdown:hover span  {
  color: #58E086;
}

.dropdown:hover i  {
  color: #58E086;
}

.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;
}

#myTopnav a:hover {
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: bungee regular;
  margin: 0;
  padding-top: 16px;
}

.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: white;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.topnav a:hover {
  text-decoration: #58E086 wavy underline;
    text-underline-offset: 5px;
    text-underline-position: under;
}


/* 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;
}




#bars {
  color: White;
}

 #logo {
  height: 115px;
  margin-left: 27px;

}

#pris.titre {

    backdrop-filter: none;
    background: none;

}



section.bg-img {
  color: White;
  height: 90vh;
  width: 100%;
  background-image: url('../img/bg/Bg_Final.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
top: 0;
z-index: -99;
}

div.left {
  position: relative;
  height: 30vh;
  width: 18vh;
 top: 150px;
  background-color: #25362A;
  z-index: 0;
}

.left h3 {
  text-align: right;
  padding-top: 2vh;
  margin-right: 12px;
  line-height: 1.2em;
}

.left p {
  font-family: quicksand;
  text-align: right;
  margin: 0px 0px 8px 0px;
  margin-right: 12px;
}



div.billets01 {

margin-top: 9vh;
  text-align: center;
padding-right: 25px;
  background-color: #58E086;
    z-index: 600;
    -webkit-box-shadow: -6px 7px 20px 4px rgba(0,0,0,0.47);
box-shadow: -6px 7px 20px 4px rgba(0,0,0,0.47);
}

div.billets01:hover {
cursor: pointer;
  }

.billets01 a {
text-decoration: none;
color: White;
  height: 100%;
text-align: right;
font-size: 1.2em;
padding-left: 25px;
padding-right: 25px;
}


div.decompte {
  text-align: right;
  position: inherit;
z-index: 0;
  color: White;
  font-family: quicksand;
  display: grid;
  bottom: 290px;
  right: 10px;
}



.decompte p {
  color: #58E086;
  writing-mode: vertical-rl;
text-orientation: mixed;
}

p.emplacement {
  text-align: right;
  vertical-align: middle;
margin-right: 12px;

color: White;
font-family: quicksand;
}

.shownews {
  font-weight: 700;
  color: Black;
  width: 100%;
  font-family: quicksand;
  display: grid;
  grid-template-columns: max-content auto;
  grid-column-gap: 3px;
  position: relative;

  z-index: 99;
}

.shownews .title {
  background: White;
  display: inline-block;
  padding: 8px 16px;
  clip-path: polygon(0px 0px, 100% 0, 100% 100%, 0px 100%);
  animation: mask 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

.shownews #news {
  background: White;
  display: inline-block;
  padding: 8px 16px;
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  animation: mask 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.shownews #news a {
  color: Black;
  text-decoration: none;
}




/* le block conteneur */
.marquee-rtl {                    /* largeur de la fenêtre */
  overflow: hidden;                     /* masque tout ce qui dépasse */
  background-color: White;
  color: #000000;
  font-size: 2em ;
  z-index: 100;
}

.marquee-rtl > :first-child {
  display: inline-block;                /* modèle de boîte en ligne */
  padding-right: 2em;                   /* un peu d'espace pour la transition */
  padding-left: 100%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 100s infinite linear;
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-100%,0,0);  /* position finale à gauche */
  }
}






#neon-section {
  backdrop-filter: blur(10px);
 background: #dbe5df0d;
  text-align: center;
  padding-bottom: 4vh;
  margin-bottom: 5vh;
}

#neon-section h1 {
  color: #fff;

  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0ff, 0 0 70px #0ff, 0 0 80px #0ff, 0 0 100px #0ff, 0
}

#neon-section button:first-of-type {

padding: 15px;
background-color:   #58E086;
width: 30%;
color: White;
font-size: 1.5em;
font-family: quicksand;
border: inherit;
border-radius: 50px;
margin-right: 2vh;
}

#neon-section button {

padding: 15px;
background-color:   White;
width: 10%;
color: Black;
font-size: 1.5em;
font-family: quicksand;
border: inherit;
border-radius: 50px;
}

#neon-section button:hover {
  cursor: pointer;
  opacity: 0.9;
}


div.valeurs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-right: 25vh;
  margin-left: 25vh;
  row-gap: 1vh;
column-gap: 1vh;
}

div.valeurs p {
  font-size: 20px;
}

div.valeurs h2 {
  font-family: quicksand;
}

div.valeurs i {
  font-size: 5em;
  color: #58E086;
}

p#parapres {
  font-size: 1.5em;
  margin-left: 20vh;
  margin-right: 20vh;
  font-family: quicksand;
}

div.val1, div.val2, div.val3, div.val4 {

  margin-bottom: 7vh;

}




#ma-carte {
  position: relative;
  width: auto;
  height: 800px;
  perspective: 9000px;

}

#ma-carte2 {
  position: relative;
  width: auto;
  height: 800px;
  perspective: 9000px;

}

#ma-carte3 {
  position: relative;
  width: auto;
  height: 800px;
  perspective: 9000px;

}

#ma-carte4 {
  position: relative;
  width: auto;
  height: 800px;
  perspective: 9000px;

}

#ma-carte5 {
  position: relative;
  width: auto;
  height: 800px;
  perspective: 9000px;

}

#ma-carte6 {
  position: relative;
  width: auto;
  height: 800px;
  perspective: 9000px;

}

div.first {
margin-top: 3vh;
  color: White;

  text-align: right;

}

.first h3 {
  font-weight: bold;

    color: White;
}



div.imagenous {
  height: 15vh;
  width: 100%;
  background-image: url("../img/Groupe.jpg");
  background-position: center;
  background-size: cover;
  border-bottom: solid 5px #58E086;
}

div.titre {
width: 100%;
text-align: center;
}

section.plann {
  text-align: center;
  margin-bottom: 5vh;
}

.titre h1 {

  color: White;
  margin-bottom: inherit;
  margin-top: inherit;
}

p.parasite {
  font-family: quicksand;
  color: White;
  font-size: 1.5em;
    margin-left: 20vh;
    margin-right: 20vh;
    padding-bottom: 5vh;
}

.troisd img {
  height: 550px;
  margin: 0;
  text-align: center;

}

.troisd p {
  color: white;
  font-family: quicksand;

}

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

.modal img {
  max-width: 80%;
  max-height: 80%;
}

.bouton2 {
  margin-top: 10px;
  text-align: center;

}

.bouton2 button:hover {
  cursor: pointer;
}

.bouton2 button {
  padding: 5px;
  background-color:   #58E086;
  width: 80%;
  color: White;
  font-size: 1.5em;
  font-family: quicksand;
  border: inherit;
  border-radius: 20px;
}

.planinfo  {
  color: White;
  font-family: quicksand;
  text-align: center;
  font-size: 1.2em;
}

a.planinfo:hover {
  color: #58E086;
}

div.two {
color: White;
  padding-left: 25px;
  font-size: 1.25em;
}

/* Styles pour la grille */
.grid-container23 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 0 auto; /* Centrer horizontalement */
  max-width: 1100px; /* Taille maximale de la grille */
}





/* Styles pour les éléments de la grille */
.grid-item {
  height: 520px;
  width: 350px;
  background-color: #ccc; /* Couleur par défaut */
  padding: 20px;
  text-align: center;
  margin: 0 auto; /* Centrer horizontalement */
  cursor: pointer;
  border-top: 5px solid #58e086;
  border-bottom: 5px solid #58e086;
}



#box1{
  background-image: url("../img/Concert/Concert_Surprise2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box2{
  background-image: url("../img/Concert/Concert_Surprise.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box3{
  background-image: url("../img/Concert/Backwater.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box4{
  background-image: url("../img/Concert/SpitReckless.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box5{
  background-image: url("../img/Concert/Fastkill.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box6{
  background-image: url("../img/Concert/Kruug.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box7{
  background-image: url("../img/fmx/fmx.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box8{
  background-image: url("../img/fmx/fmx.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box9{
  background-image: url("../img/fmx/fmx.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box10{
  background-image: url("../img/fmx/fmx.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box11{
  background-image: url("../img/fmx/fmx.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#box12{
  background-image: url("../img/fmx/fmx.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Styles pour le texte en bas */
.grid-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  opacity: 1;
}

.grid-text {
  margin-top: auto;
  color: white;
    font-size: 3em;
}

.grid-text p {
  font-size: 21px;
  font-family: quicksand;
  margin: inherit;
}



div.grilleconcert {
  display: grid;
padding-right: 25px;
row-gap: 5vh;
}

div.grilleconcert2 {
  display: grid;
padding-right: 25px;
row-gap: 5vh;
}

.neonText {
  font-family: bungee regular;
  text-align: center;
  padding-top: 0vh;
  padding-bottom: 0vh;
  margin-top: 5vh;
  color: White;
  text-shadow: 0 0 7px #58e086, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #58e086, 0 0 82px #0fa, 0 0 2px #0fa, 0 0 1px #58e086, 0 0 15px #0fa;
}

p.paraconc {
  font-family: quicksand;
    color: White;
    font-size: 1.5em;
    margin-left: 20vh;
    margin-right: 20vh;
    padding-bottom: 5vh;
}


div.conc1 {
  background-image: url("../img/Box/Box_Sideburn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
    margin: 0;

}

div.conc2 {
  background-image: url("../img/Box/Box_Neverfall.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
    margin: 0;

}


div.conc3 {
  background-image: url("../img/Box/Box_Scrotum.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
    height: 60vh;
    margin: 0;
}

div.conc4 {
  background-image: url("../img/Box/Box_Lucifer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
    height: 60vh;
    margin: 0;
}

div.conc5 {
  background-image: url("../img/Box/Box_Perrier.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
    height: 60vh;
    margin: 0;
}

div.conc6 {
  background-image: url("../img/Box/Box_Xela.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
    height: 60vh;
    margin: 0;
}

div.conc1 button {
  position: relative;
}

section.concerto {
  background-color: inherit;
  margin-bottom: 5vh;
}

section.concerto a {
  text-decoration: inherit;
}

.three h1  {
  color: White;
    padding-left: 25px;
font-size: 3em;
}

.bouton {
  text-align: center;
}

.bouton button {
  padding: 15px;
  background-color:   #58E086;
  width: 80%;
  color: White;
  font-size: 1.5em;
  border: inherit;
  border-radius: 40px;
}



#bouton-billet  {
  border-radius: 51px;
    height: 60px;
    width: 29%;
  padding: 5px;
      background-color: #58E086;
      color: White;
      font-size: 1.5em;
      font-family: quicksand;
      border: inherit;
      border-radius: 50px;
}

#bouton-billet:hover {
  cursor: pointer;
}



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-reseaux2 {
  display: grid;
  grid-template-columns: 1fr  1fr 1fr 1fr;
  grid-gap: 3vh;
  color: White;
text-align: center;
padding-bottom: 3vh;
margin-top: 3vh;
margin-right: 50vh;
margin-left: 50vh;
background-color: #25362a79;
border-radius: 45px;
padding: 25px;
font-family: quicksand;

}

.sec-reseaux2 a {
  text-decoration: none;
  color: White;
  font-size: 1em;
}

.sec-reseaux2 a:hover {

   color: #58E086;
}



.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 only screen and (max-width: 1900px) {


  .sec-reseaux2 {

  margin-right: 10vh;
  margin-left: 10vh;
  background-color: #25362a79;
  border-radius: 45px;
  padding: 25px;
  font-family: quicksand;
  
  }




}


@media only screen and (min-height: 1200px) {

p#parapres {
  margin-left: 5vh;
  margin-right: 5vh;

}

div.valeurs {
  margin-right: 5vh;
    margin-left: 5vh;
}


}


@media only screen and (max-width: 1700px) {

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

}


@media only screen and (max-width: 1024px) {
.grid-item {
  height: 390px;
    width: 265px;
}
.grid-text {

    font-size: 2em;
}
}


@media only screen and (min-width: 1024px) {

  section.bg-img {
    height: 75vh;
}


#logo {
  float: right;
  margin-right: 50px;
  margin-top: 25px;
  height: 115px;
}

.decompte p {
    font-size: 1.5em;
}

div.decompte {

  top: -560px;

}


div.left {
    height: auto;
    width: 60vh;
    top: 10px;
}

.left p {
    font-family: quicksand;
    text-align: right;
    margin: 0px 0px 30px 0px;
    margin-right: 12px;
    font-size: 25px;
}

.left p:first-of-type {

    margin-top: 75px;
}

div.billets01 {
  padding-left: 0px;
 padding-right: 0px;
    font-size: 1.5em;
margin-top: 0;
}

.left h3 {
font-size: 2em;
}



#myTopnav a {

  margin-left: 45px;
}

.shownews {
    font-weight: 300;
    font-size: 2em;
}



div.first {
text-align: center;

}

div.first p {
  font-family: quicksand;

  margin-bottom: 6vh;
}


#neon-section {

  backdrop-filter: blur(10px);

 background: #dbe5df0d;

  text-align: center;
}

#neon-section h1 {
  color: #fff;

  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0ff, 0 0 70px #0ff, 0 0 80px #0ff, 0 0 100px #0ff, 0
}

#neon-section button:first-of-type {

padding: 15px;
background-color:   #58E086;
width: 30%;
color: White;
font-size: 1.5em;
font-family: quicksand;
border: inherit;
border-radius: 50px;
margin-right: 10vh;
}

#neon-section button {

padding: 15px;
background-color:   White;
width: 10%;
color: Black;
font-size: 1.5em;
font-family: quicksand;
border: inherit;
border-radius: 50px;
}

#neon-section button:hover {
  cursor: pointer;
  opacity: 0.9;
}


.aftermovie {
  text-align: center;
}




div.imagenous {
  display: none;
}

.first h3 {

  margin-top: 0;


}

.titre h1 {
  font-family: 'bungee regular';
    font-size: 3.5em;
}



div.titre {
  text-align: center;
  backdrop-filter: blur(10px);
     background: #dbe5df0d;
    text-align: center;
}


.troisd model-viewer {
    height: 526px;

}

.bouton2 button {

  border-radius: 51px;
  height: 60px;
  width: 29%;


}

div.conc1, div.conc2, div.conc3, div.conc4, div.conc5, div.conc6 {
  background-size: contain;
}

.grilleconcert {
  grid-template-columns: 1fr 1fr;
}

.grilleconcert2 {
  grid-template-columns: 1fr;
}





}



@media only screen and (max-width: 1200px) {


  .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;

}


  div#divi {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 10vh;
    margin-bottom: 10vh;
    grid-row-gap: 5vh;
  }

  #pris.titre p {
    font-size: 1em;
    margin-left: 0vh;
    margin-right: 0vh;
    font-family: quicksand;

  }

section.bg-img {
  height: 59vh;
}

section.footer a {
  font-size: 0.7em;
}

div.first p {
  font-family: quicksand;
margin-left: 20px;
margin-right: 20px;
  font-size: inherit;
}

div.billets01 {


    background-color: rgb(88, 224, 134);
}

.bout3 {

margin-top: 4vh;
  padding: 10px;
  text-align: center;
}

#neon-section button:first-of-type {
    text-align: center;
    font-size: 1em;
width: auto;
margin: auto;

}

#neon-section button {
    text-align: center;
width: auto;
margin: auto;
padding: 10px;
margin-left: 1vh;
font-size: 0.7em;
}

div#neon-section.first {
  margin-top: 0;
  margin-bottom: 7vh;
}

p#parapres {
  font-size: 1em;
margin-left: 0vh;
margin-right: 0vh;
font-family: quicksand;
}

div.valeurs {
  display: grid;
grid-template-columns: 1fr;
margin-right: 0vh;
margin-left: 0vh;
row-gap: 1vh;
column-gap: 1vh;
}

div.valeurs i {
  font-size: 3em;
}

.first h3 {
    font-weight: bold;
    color: White;
    font-size: 1em;
}

div.val1, div.val2, div.val3, div.val4 {
    margin-bottom: 1vh;
}

.bouton2 button {
  font-size: 1em;
  padding: 15px;
  border-radius: 50px;
}

.sec-reseaux2 {
  display: grid;
  grid-template-columns:  1fr 1fr;
  grid-row-gap: 5vh;
  color: White;
text-align: center;
padding-bottom: 3vh;
margin-top: 3vh;
margin-right: 1vh;
margin-left: 1vh;
border-radius: 45px;
padding: 25px;
font-family: quicksand;

}

.titre h1 {
  font-size: 2.3em;
}

div.titre {
  text-align: center;
  backdrop-filter: blur(10px);
     background: #dbe5df0d;
    text-align: center;
}

.troisd img {
  height: 200px;
}


p.parasite {

    font-size: 1em;
    padding-bottom: 3vh;
    margin-bottom: inherit;
    margin-left: 1vh;
    margin-right: 1vh;

}

.bout3 {
  margin-bottom: 5vh;
  padding-bottom: 5vh;
}


div.grilleconcert {
  padding-right: 0px;
    row-gap: 5vh;
    text-align: center;
}

div.grilleconcert2 {
  padding-right: 0px;
    row-gap: 5vh;
    text-align: center;
}

#ma-carte {
    height: 600px;
}

#ma-carte2 {
    height: 600px;
}

#ma-carte3 {
    height: 600px;
}

#ma-carte4 {
    height: 530px;
}

#ma-carte5 {
    height: 530px;
}

#ma-carte6 {
    height: 530px;
}

.marquee-rtl {
  font-size: 1em;
}

#colo {
  color: #3c6b4a;
}



section.plann {
  margin-bottom: 10vh;
}

#bouton-billet  {
  font-size: 1em;
  padding: 15px;
  width: 60%;
}

i.posi  {
  font-size: 10px;
}

p.paraconc {

    font-size: 1em;
    margin-left: 1vh;
    margin-right: 1vh;
    padding-bottom: 2vh;
    margin-bottom: inherit;

}


div.left {
    height: 30vh;
    width: 27vh;
    top: 2px;
}

div.dropdown {
  margin-left: 0px;
}


div.Footer {
  padding-right: 1vh;
  padding-left: 1vh;
}

.sec-reseaux {
    grid-template-columns: 1fr 1.2fr 1fr;
  }



.aftermovie iframe {
  height: 196px;
    width: 289px;
}

.aftermovie {
  text-align: center;
}


}


@media screen and (max-width: 1200px) {
  .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: 1vh;
  }



  .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;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }


  .dropdown-content{
  margin-top: 64px;
}


  #myTopnav a {

    margin-left: 0px;
  }


  #logo {
  float: none;
    width: auto;
    height: 100px;
    margin-left: 27px;

  }

div.billets01 {
width: max-content;
}


#ma-carte {
    height: 436px;
}

#ma-carte2 {
    height: 436px;
}


#ma-carte3 {
    height: 436px;
}


#ma-carte4 {
    height: 436px;
}

#ma-carte5 {
    height: 436px;
}

#ma-carte6 {
    height: 436px;
}


.troisd img {
  height: 250px;
  margin-top: 5vh;
}

  div.decompte {
      bottom: 400px;
      text-align: left;
  }

  .decompte p {
    color: #58E086;
    writing-mode: inherit;
    text-orientation: mixed;
  }

.icon {
  margin-top: 3vh;
}




.responsive {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#0c2314)) fixed;
}

div.Footer {
  padding-left: 0vh;
  padding-right: 0vh;
}
}


@media screen and (max-width: 950px) {
.grid-container23 {
  grid-template-columns: repeat(1, 1fr);
  gap: 120px;
}
}


@media screen and (max-width: 300px) {

  section.bg-img {
      height: 67vh;
  }

  div.left {
    height: 58vh;
    width: 23vh;
}

div.billets01 {
    position: absolute;
    margin-top: 2vh;
    width: max-content;
    margin-left: 4vh;
    background-color: #58E086;
    z-index: 400;
}

div.decompte {
    bottom: 300px;
}

}


@media screen and (max-height: 500px) {

section.bg-img {
height: 76vh;

}





}
