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

}


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

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


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

.titre p {
  font-family: Quicksand;
color: White;
font-size: 1em;
margin-left: 2vh;
margin-right: 2vh;
padding-bottom: 3vh;
}

#message {
  color: #58E086;
  font-size: 19px;
      font-family: quicksand;
      width: auto;
      text-align: center;
      padding: 25px;
      z-index: 20;
      width: -webkit-fill-available;
}

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

div.titre2 {
  text-align: center;
  color: White;


}


section#infossupp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5vh;
  margin-right: 5vh;
  margin-left: 5vh;
}

#infossupp i {
  margin-top: 10px;
}

#infossupp a:hover {
  opacity: 0.8;
}

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

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

.chaise p {
  font-family: quicksand;
  text-align: center;
  font-size: 1em;
  color: White;
  margin-bottom: 3vh;
}

p#chaisi  {
  padding-left:10%;
  padding-right:10%;
}



.titre2 h1 {
  margin: inherit;
}

#ligne {
  color: #58E086;
  font-family: quicksand;
  font-weight: lighter;
  font-size: 2em;
  background-color: #58e0860a;
  margin-bottom: inherit;
}

p#ligne {
  text-align: center;
  height: min-content;
}


div.gridligne {
  display: grid;
  grid-template-columns: 1fr;
  font-family: quicksand;
  color: White;
  text-align: center;
  justify-items: center;
font-size: 1em;
background: #dbe5df0d;

}

.gridligne img {
  width: 10%;
  margin-top: 15px;
}

.gridligne a {
    font-size: 19px;
    color: #58E086;
    margin-bottom: 3vh;
}

.gridligne a:hover {
  opacity: 0.8;
}


div.acces {
  display: grid;
  grid-template-columns: 1fr 1fr;
  backdrop-filter: blur(10px);

  grid-column-gap: 5vh;
  margin-right: 5vh;
  margin-left: 5vh;
  width: initial;
}

div.contact-f {

  text-align: center;
  margin: 0;
  justify-content: center;
  justify-items: center;

}

.contact-f form {
  font-family: quicksand;
  margin-top: 3vh;

}

.contact-f input, textarea  {
  margin-top: 7px;

}


#input1 {
height: 1.5em;
width: 20%;
font-family: quicksand;
}

#input2 {
height: 1.5em;
width: 30%;
font-family: quicksand;
}

#input3 {
width: 40%;
font-family: quicksand;
}


div#confirmation {
  font-family: quicksand;
  color: #58E086;
  text-align: center;
  animation: apparition 1s forwards;
  position: fixed;
  background-color: #25362A;
  width: 100%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  bottom: 5vh;
  z-index: 1000;
  font-size: 2em;
 }

 @keyframes apparition {
   from { opacity: 0; transform: translateY(-5px); transform: translateY(-5px); }
   to { opacity: 1; transform: translateY(5px);  }
 }


#boutact {
  padding: 5px;
    background-color: #58E086;
    width: 15%;
    color: White;
    font-size: 1em;
    font-family: quicksand;
    border: inherit;
    border-radius: 20px;
    margin-bottom: 3vh;
}

#boutact:hover {
  cursor: pointer;
  opacity: 0.8;
}





.parking i, .chaise i {
  font-size: 2em;
}


.parking p {
  font-family: quicksand;
}

.chaise p {
    font-family: quicksand;
}

.secu p {
  font-family: quicksand;
}

div.secu {
  margin-top: 3vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: end;
  grid-gap: 5vh;
}






.secu img {
  width: 70%;
  text-align: center;
}

.secu img:hover {
opacity: 0.7;
cursor: pointer;
}

.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: 90%;
  max-height: 90%;
}

.secu p {
  text-align: left;
  padding-right: 30%;
}



div.spon{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 4vh;
  text-align: center;
  justify-items: center;
  margin-bottom: 5vh;
  padding-bottom: 5vh;
}

div.log {
  text-align: center;
  font-family: quicksand;
}

.log a {
color: #58E086;

}

.log a:hover {
opacity: 0.8;

}

 #logo {
   float: right;
       margin-right: 50px;
       margin-top: 25px;
       height: 150px;
       width: auto;
}

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

  }

  .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: 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: 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) {

  .titre2 h1 {
    font-size: 1.5em;
  }

#bars {
  color: White;
}

#input1 {
height: 1.5em;
width: 50%;
font-family: quicksand;
}

#input2 {
height: 1.5em;
width: 70%;
font-family: quicksand;
}

#input3 {
width: 80%;
font-family: quicksand;
}

#boutact {
  width: 60%;
}


div#confirmation {

  font-size: 1em;
 }

#logo {
 width: 20%;
 margin-right: 0vh;
 margin-top: 0vh;
 float: none;
 height: auto;
 margin-left: 27px;
}

.gridligne img {
  width: 10%;
}

div.gridligne {
  font-size: inherit;
}

.gridligne a {
  font-size: 1em;
  color: #58E086;
  margin-bottom: 3vh;
}

div.acces {
  margin-right: 0vh;
  margin-left: 0vh;
  grid-template-columns: 1fr;
  width: initial;

}


section#infossupp {
  grid-template-columns: 1fr;
  margin-right: 0vh;
  margin-left: 0vh;
}

.chaise p {
    padding-left: 5%;
    padding-right: 5%;
}

p#chaisi  {
  padding-left: 2%;
  padding-right: 2%;
}


div.secu {

  grid-template-columns: 1fr;
  justify-items: center;
}

.secu img {
  box-shadow: 1px 1px 20px 12px #45b06940;
  width: 80%;
  text-align: center;
}

.secu p {
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
}

div.spon {
grid-template-columns: 1fr;

}

div.Footer {

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


}

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


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


.icon {
  margin-top: 3vh;
}

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


}