/*nav {
    width: 100%;
    position: fixed;
    font-size: 20px;
    background-color: transparent;
    vertical-align: middle;
    padding: 0.5%;
    background-color: white;
    box-shadow: 0px 1px 7px black;
}

#acceuil {
    left: 0;
    text-align: left;
}

#menu-deroulant a {
    display: inline-block;
}

li {
    padding-left: 5%;
    padding-right: 5%;
}


#menu-deroulant, #menu-deroulant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu-deroulant {
    text-align: center;
    justify-content: space-evenly;
}
#menu-deroulant li {
    display: inline-block;
}
#menu-deroulant ul li {
    display: inherit;
}
#menu-deroulant a {
    text-decoration: none;
    display: block;
    color:#000;
}
#menu-deroulant ul {
    position: absolute;
    left: -999em;
    text-align: left;
    z-index: 1000;
    font-size: 20px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding: 1%;
    border: 2px solid black;
}
#menu-deroulant li:hover ul {
    left: auto;
}*/

/*header.topbar {
    position: fixed;
    background-color: #202020;
    z-index: 100;
    box-shadow: 0px 0px 5px black;
}

li#patatedouce {
    right: 0;
}

a#theoebo {
    color: black;
    vertical-align: middle;
    align-items: center;
    text-align: right;
}*/

/* MODOFIÉ AVEC CHATGPT */
nav#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(39, 48, 54, 0.7);
  box-shadow: 0px 0px 50px #003355;
  border-bottom: 1px solid #003355;
  z-index: 1;
}

ul#navv2 {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}

li#navlogo {
  width: 7%;
}

li#nav {
  margin: auto;
}

li.connexion {
  display: flex;
  background-color: #1F7B06;
  width: 8.5%;
  border-radius: 25px;
  box-shadow: 2px 2px 2px black;
}

li.other {
  display: flex;
  width: 8%;
  border-radius: 50px;
  margin: 5%;
}

li.long {
  width: 10%;
}

li.other a {
  margin: auto;
}

li.connexion a {
  margin: auto;
}

.logo-container {
  position: relative;
}

.logo-container img {
  display: block;
  width: 100%;
  height: auto;
}

#text-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
}


/* Styles for mobile */
#menu-toggle {
  display: none;
}

#menu-icon {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: white;
}

@media (min-width: 1280px) {
  #text-logo {
    display: none;
  }
}

@media (max-width: 1280px) {
  #menu-icon {
    display: block;
  }

  ul#navv2 {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }

  ul#navv2.show {
    display: flex;
  }

  li#nav {
    width: 100%;
  }

  li#navlogo {
    width: 100%;
    display: flex;
    margin-left: 10%;
  }

  li.other:not(#navlogo),
  li.connexion {
    width: 80%;
    margin: 5px;
  }

  #menu-toggle:checked ~ ul#navv2 {
    display: flex;
  }

  .logo-container {
    width: 100%;
    height: 100%;
  }

  #text-logo {
    display: block;
  }


  
  #navlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  #acceuil.logo {
    display: none;
  }
  
  #text-logo {
    font-size: 20px;
    text-align: center;
    margin-right: 10%;
  }
}


a#nav {
    font-size: 18.5px;
    color: white;
    text-decoration-line: none;
}

li {
    overflow: hidden;
}

div#wave.nav0 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
}

div#wave.nav1 {
    position: absolute;
    width: 100%;
}

div#wave.nav2 {
    z-index: 1;
}

img#acceuil.logo {
    width: 70%;
}