@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 {
    overflow-x: hidden;
}

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

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


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



section.ouverture {
text-align: center;
  margin: auto;
  width: fit-content;
  margin-bottom: 10vh;
}

section.ouverture h2 {
  font-size: 20px;
}

div.billet-etat {
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-right: 10vh;
    padding-left: 10vh;
    color: White;
    backdrop-filter: blur(10px);
    background: #dbe5df0d;

}

.fa-ticket-alt {
  color: #40a637;
  font-size: 20px;
  width: 8vh
}

div.bibi {
  color: #40a637;
  display: inline-flex;
    align-items: center;
    text-align: center;
}

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

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



.titre h1 {
  font-size: 2.5em;
  color: White;
}

section.offres {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 10vh;
}

div.fleche {
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 19px 28px 5px rgba(0,0,0,0.66);
box-shadow: 0px 10px 13px -7px #000000, 0px 19px 28px 5px rgba(0,0,0,0.66);
}

div.billet1 {
      color: White;
    /*  display: grid;*/
      grid-template-columns: 1fr;
      /* grid-template-rows: 1fr; */
      margin: 0;
      text-align: center;
      align-content: center;
}


div.titre-billet1 {
  height: fit-content;
  margin: 0;
  padding-top: 2vh;
  font-size: 1.3em;
  color: White;
  text-align: center;
  backdrop-filter: blur(5px);
  background: #26d96e12;
  margin-left: 70px;
  margin-right: 70px;
  border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}



.titre-billet1 h3 {
  margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.4;
}

.titre-billet1 p {
font-family: quicksand;
font-size: 0.8em;
padding-bottom: 1vh;
margin-bottom: inherit;
}

p#description {
  margin-left: 5vh;
  margin-right: 5vh;
}


.menu1 {
font-family: 10px;
  font-family: quicksand;
  text-align: center;
}

.menu2 {
font-family: 10px;
  font-family: quicksand;
  text-align: center;
}

.menu3 {
font-family: 10px;
  font-family: quicksand;
  text-align: center;
}


.neon-background {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: -1;
		    background: #000800a1;
			box-shadow: 0 0 50px #11ff0008,
						0 0 100px #11ff0008,
						0 0 150px #11ff0008,
						0 0 200px #11ff0008;
			animation: neon-glow 1s ease-in-out infinite alternate;
		}
		@keyframes neon-glow {
			from {
				box-shadow: inset 0 0 10px #11ff0008,
						inset	0 0 20px #11ff0008,
						inset	0 0 30px #11ff0008,
						inset	0 0 40px #03310008;
			}
			to {
    box-shadow: inset 0 0 20px #03310008, inset 0 0 40px #11ff0008, inset 0 0 60px #11ff0008, inset 0 0 80px #03310008;
			}
		}






div.bouton-billet1 {
  background-color: #58e086;
      margin-left: 50px;
      margin-right: 50px;
      color: White;
      border-radius: 35px;
}


.bouton-billet1 a {
color: White;
text-decoration: none;
font-size: 1.6em;
margin: 0;
margin-block-start: 0;
  margin-block-end: 0;
}

div.bouton-billet2 {
  background-color: #e0df58;
  margin-left: 50px;
  margin-right: 50px;
  color: White;
  border-radius: 35px;
}


.bouton-billet2 a {
color: White;
text-decoration: none;
font-size: 1.6em;
margin: 0;
margin-block-start: 0;
  margin-block-end: 0;
}


div.arrow-billet1 {
  padding-left: 50px;
  padding-right: 50px;
font-family: quicksand;


}

div.fleche {
  font-size: 2em;
  margin: inherit;
  margin-left: 85px;
  margin-right: 85px;
  color: Black;
  background-color: White;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

div.fleche:hover {
  cursor: pointer;
}


#bars {
  color: White;
}

 #logo {

float: right;
    height: 150px;
    margin-right: 5vh;
}

section.drop {
  text-align: center;
    backdrop-filter: blur(10px);
    background: #dbe5df0d;
    margin-bottom: 10vh;
}




.dropdown2 {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-bottom: inherit;
  text-align: center;
    backdrop-filter: blur(10px);

}

.dropdown2-title {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  transition: color 0.2s ease-in-out;
  margin-top: inherit;
  margin-bottom: 10px;;

}

.dropdown2-title2 {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  transition: color 0.2s ease-in-out;
  margin-top: inherit;
  margin-bottom: 10px;;
}



.dropdown2-title3 {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  transition: color 0.2s ease-in-out;
  margin-top: inherit;
  margin-bottom: 10px;;
}


.dropdown2-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}

.dropdown2-title2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}

.dropdown2-title3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}


.dropdown2-content {

  top: 100%;
  left: 0;
  background-color: inherit;
  min-width: 160px;
  padding: 10px;

  z-index: 1;
  display: none;
  -webkit-box-shadow: 0px 10px 13px -7px #58e086, 0px 19px 28px 5px rgba(0,0,0,0.66);
    box-shadow: 0px 10px 13px -7px #58e086, 0px 19px 28px 5px rgba(0,0,0,0.66);
}

.dropdown2-content p {
  margin: 0;
  padding: 5px 0;
}

.dropdown2.show .dropdown2-content {
  display: block;


}

#ligne {

  color: #58E086;
  font-family: quicksand;
  font-weight: lighter;
  background-color: #58e0860a;
}



#carte {
  margin-top: 2vh;
  color: White;
  font-family: quicksand;
  font-weight: lighter;
  padding-bottom: 0;
}

#rembou {
  color: White;
  margin-left: 15vh;
  margin-right: 15vh;
  font-family: quicksand;
  font-weight: light;
  text-align: center;
}

#boutbout {

  padding: 5px;
  background-color: #58E086;
  width: 40%;
  color: White;
  font-size: 1em;
  font-family: quicksand;
  border: inherit;
  border-radius: 20px;
}

#boutbout:hover {
  cursor: pointer;
}

div.gridcont1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 30vh;
  margin-right: 30vh;
}

.gridcont1 i  {
    font-size: 4em;
    margin-top: 1vh;
    margin-bottom: 5vh;
}

 #cashngo {
   font-size: 4em;
     margin-top: 1vh;
 }

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

  section.offres {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20vh;

  }

  #logo {
      height: 115px;
  }


}

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




  div.fleche {
    font-size: 2em;

    margin-left: 10px;
    margin-right: 10px;
    color: Black;
    background-color: White;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
  }



section.offres {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20vh;
}

#description {
  font-size: 1.5em;
  margin-left: 8vh;
margin-right: 8vh;
}

#boutbout {
  width: 70%;
}




}


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


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



section.ouverture {
  font-size: 12px;
}

#rembou {

  margin-left: 3vh;
  margin-right: 3vh;

}

.dropdown-title {
  font-size: 20px;
}

section.ouverture h2 {
  font-size: 12px;
}

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


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

div.Footer {

padding-right: inherit;
padding-left: inherit;
}

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

section.offres {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20vh;

}

.titre p {
font-size: 1em;
    padding-bottom: 3vh;
    margin-bottom: inherit;
    margin-left: 1vh;
    margin-right: 1vh;
}

#description {
  font-size: 1em;
  margin-left: 8vh;
margin-right: 8vh;
}

div.gridcont1 {
  margin-left: 0vh;
  margin-right: 0vh;
}

.gridcont1 i  {
    font-size: 3em;

}

 #cashngo {
   font-size: 3em;
 }



  div.fleche {
    font-size: 2em;

    margin-left: 90px;
    margin-right: 90px;
    color: Black;
    background-color: White;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

.titre p {
  margin-left: 2vh;
  margin-right: 2vh;
}


.icon {
  margin-top: 3vh;
}

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

}


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


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


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

}
}
