body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: hidden;
  overflow: hidden;
}

main {
  position: absolute;
  background-color: #539991;
  height: 64px;
  width: 100vw;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 5;
}
main ::-webkit-scrollbar {
  display: none;
}
main p {
  color: #ffffff;
  font-size: 11px;
}
main a {
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  border-radius: 5px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  width: 45px;
  height: 55px;
  padding-left: 5px;
}
main a:hover {
  background-color: #6ac3b9;
  color: #ffffff;
}
main img {
  margin-top: 10px;
  width: 35px;
  height: 35px;
}
main .mainav {
  position: relative;
  top: 10%;
  left: 110px;
  width: 300px;
  display: block;
}
@media (max-width: 800px) {
  main .mainav {
    display: none;
  }
}
main .mainav button {
  float: right;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  margin-top: 6px;
  height: 40px !important;
  background-color: #468880;
  margin-right: 24px;
}
main .mainav img {
  margin-top: -1px;
  height: 20px;
  width: 20px;
}
main .mainav input[type=text] {
  border-radius: 4px;
  padding: 6px;
  border: none;
  margin-top: 5px;
  margin-left: 10px;
  height: 40px;
  width: 230px;
  outline: none;
}
main .Accueil {
  position: absolute;
  left: 50%;
  bottom: 5px;
}
main .Accueil img {
  margin-top: 5px;
  width: 45px;
  height: 45px;
  margin-left: -5px;
}
main .Accueil p {
  text-align: center;
}
main .Loupe {
  padding-top: -10px;
}
main .Loupe p {
  text-align: center;
}
main .AjoutBalise {
  position: absolute;
  right: 110px;
  bottom: 5px;
}
main .AjoutBalise p {
  text-align: center;
}
@media (max-width: 480px) {
  main .AjoutBalise {
    padding-top: 0%;
    margin-top: -3;
    margin-left: 248px;
    width: 50px;
  }
  main .AjoutBalise p {
    display: none;
  }
}
main .Connect {
  position: absolute;
  bottom: 5px;
  left: 50px;
}
main .Connect p {
  text-align: center;
  padding-left: 4px;
}
@media (max-width: 480px) {
  main .Connect {
    position: initial;
    padding-top: 0%;
    margin-top: -2px;
    margin-left: 40px;
    width: 50px;
  }
  main .Connect p {
    display: none;
  }
}
main .Galerie {
  position: absolute;
  right: 60px;
  bottom: 5px;
}
main .Galerie p {
  text-align: center;
}
@media (max-width: 480px) {
  main .Galerie {
    padding-top: 0%;
    margin-top: -55px;
    margin-left: 296px;
    width: 50px;
  }
  main .Galerie p {
    display: none;
  }
}
main .Map {
  position: absolute;
  right: 160px;
  bottom: 5px;
}
main .Map p {
  text-align: center;
}
@media (max-width: 480px) {
  main .Map {
    padding-top: 0%;
    margin-top: -50px;
    margin-left: 201px;
    width: 50px;
  }
  main .Map p {
    display: none;
  }
}
main .Forum {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
main .Forum p {
  text-align: center;
}
@media (max-width: 480px) {
  main .Forum {
    padding-top: 0%;
    margin-top: -50px;
    margin-left: 352px;
    width: 50px;
  }
  main .Forum p {
    display: none;
  }
}
main .Filtre {
  padding-top: 10px;
}
main .Filtre p {
  text-align: center;
}
main .UtilisateurSide {
  position: absolute;
  bottom: 5px;
  left: 50px;
}
main .UtilisateurSide img {
  border-radius: 150px;
}
@media (max-width: 480px) {
  main .UtilisateurSide {
    margin-left: -5px;
    top: -3px;
  }
}
main .UtilisateurAnswer {
  margin-top: 614%;
}
main .UtilisateurAnswer img {
  border-radius: 150px;
}

.hamburger {
  position: absolute;
  left: 17px;
  top: 23px;
  display: flex;
  height: 18px;
  width: 24px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 12;
}
.hamburger__icon {
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #ffffff;
  border-radius: 0px;
}

.sidebar {
  height: 110vh;
  width: 310px;
  background: #539991;
  top: 0;
  left: 0;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  transform: translatex(-100%);
  transition: transform 0.25s ease-in-out;
  position: fixed;
  z-index: 11;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
}
.sidebar .Plus {
  margin-top: -338px;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 15px;
}
.sidebar .topnav, .sidebar .topnavRes {
  display: flex;
}
.sidebar .topnav button, .sidebar .topnavRes button {
  float: right;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  height: 30px !important;
  background-color: #468880;
  margin-left: 0px;
}
.sidebar .topnav img, .sidebar .topnavRes img {
  margin-top: -1px;
  height: 20px;
  width: 20px;
}
.sidebar .topnavRes img {
  margin-top: -2px;
}
.sidebar .topnav input[type=text] {
  border-radius: 4px;
  padding: 6px;
  border: none;
  margin-top: 15px;
  margin-left: -35px;
  height: 30px;
  width: 230px;
  outline: none;
}
.sidebar .Barre {
  margin-top: 15px;
}
.sidebar .BMenu {
  margin-left: 105px;
  margin-top: 10px;
}
.sidebar .BMenu img {
  margin-top: 2px;
  width: 50px;
}
.sidebar hr {
  margin-top: -65px;
  width: 230px;
  margin-left: -20px;
}
.sidebar .hr2 {
  margin-top: 98px;
}
.sidebar .hr3 {
  margin-top: 345px;
}
.sidebar .hr4 {
  margin-top: 83px;
}
.sidebar .hr5 {
  margin-top: 360px;
}
.sidebar .Utilisateur {
  margin-top: -50px;
  align-self: center;
  margin-bottom: -11%;
}
.sidebar .Deconnexion {
  margin-top: 20px;
  margin-left: -10px;
}
.sidebar .Deconnexion a {
  width: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.3em;
  color: #ffffff;
  text-decoration: none;
  padding-top: 1px;
  border-radius: 5px;
  background-color: rgba(106, 195, 185, 0.8156862745);
}
.sidebar .Deconnexion a:hover {
  background-color: #52e6d5;
  color: #ffffff;
}
.sidebar .Connexion {
  margin-top: -47px;
  margin-left: -10px;
}
.sidebar .Connexion a {
  width: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.3em;
  color: #ffffff;
  text-decoration: none;
  padding-top: 1px;
  border-radius: 5px;
  background-color: rgba(106, 195, 185, 0.8156862745);
}
.sidebar .Connexion a:hover {
  background-color: #52e6d5;
  color: #ffffff;
}
.sidebar .Inscription {
  margin-top: 20px;
  margin-left: -10px;
}
.sidebar .Inscription a {
  width: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.3em;
  color: #ffffff;
  text-decoration: none;
  padding-top: 1px;
  border-radius: 5px;
  background-color: rgba(106, 195, 185, 0.8156862745);
}
.sidebar .Inscription a:hover {
  background-color: #52e6d5;
  color: #ffffff;
}
.sidebar a {
  margin-left: -35px;
  color: #ffffff;
  text-decoration: none;
  padding-top: 10px;
}
.sidebar img {
  width: 40px;
}
.sidebar pre {
  width: 300px;
}
.sidebar__menu {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 36px;
  margin-top: 80px;
  margin-bottom: 80px;
  color: #ffffff;
  font-size: 20px;
}

.menu-control:checked + .sidebar {
  transform: translatex(0);
}

.cache {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.cache.visible {
  z-index: 7;
  display: block;
  opacity: 1;
  visibility: visible;
}

.cache.visible2 {
  display: block;
  opacity: 1;
  visibility: visible;
}

.notifSignal {
  text-align: center;
  color: white;
  display: block;
  position: absolute;
  float: left;
  background-color: #ff0022;
  border-radius: 100%;
  margin-top: -100%;
  margin-left: 6.8%;
  width: 25px;
  height: 25px;
}

.menuBody {
  height: 92vh;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: scroll;
  position: relative;
  width: 60vw;
  color: #539991;
  margin: auto;
  top: 20px;
}
.menuBody h3 {
  padding: 20px;
}

.top a {
  margin-top: 10px;
  width: 50vw;
  height: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding-top: 6px;
  border-radius: 5px;
  background-color: #5cb4aa;
  margin-left: 8%;
}

.user img {
  border-radius: 100%;
  height: 10vw;
  width: 10vw;
}
.user h2 {
  display: inline;
}

.userDisconnect a, .user a {
  margin-top: 10px;
  width: 20vw;
  height: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding-top: 6px;
  border-radius: 5px;
  background-color: #5cb4aa;
  margin-left: 8%;
}
.userDisconnect a:hover, .user a:hover {
  background-color: #57a89f;
  color: #ffffff;
}

.RecentBal-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.RecentBal-container a {
  margin-top: 10px;
  width: 50vw;
  height: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding-top: 6px;
  border-radius: 5px;
  background-color: #5cb4aa;
  margin-left: 8%;
}
.RecentBal-container a:hover {
  background-color: #57a89f;
  color: #ffffff;
}

.RecentBal {
  display: flex;
  gap: 1vw;
  overflow: hidden;
  scroll-behavior: smooth;
}

.RecentBal img {
  flex: 0 0 auto;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

/* Boutons navigation */
.slide-btn {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0);
  color: white;
  border: none;
  width: 35px;
  height: 35px;
  font-size: 2vw;
  cursor: pointer;
  border-radius: 7px;
  z-index: 5;
  left: 94%;
}

.slide-btn.left {
  left: 5px;
}

.slide-btn.right {
  right: 5px;
}

.menuBar {
  background-color: #539991;
  border-radius: 5px;
  display: block ruby;
  align-content: center;
  color: white;
}
.menuBar p {
  font-size: 1vw;
}
.menuBar img {
  height: 3vw;
  width: 3vw;
}
.menuBar .Forum, .menuBar .Galerie, .menuBar .AjoutBalise, .menuBar .Accueil, .menuBar .Map {
  margin-top: 1vw;
  margin-left: 12%;
  text-align: center;
}
.menuBar .Forum :hover, .menuBar .Galerie :hover, .menuBar .AjoutBalise :hover, .menuBar .Accueil :hover, .menuBar .Map :hover {
  background-color: #61c2b7;
}
.menuBar .Forum a, .menuBar .Galerie a, .menuBar .AjoutBalise a, .menuBar .Accueil a, .menuBar .Map a {
  padding: 0.25vw;
  height: 3.5vw;
  width: 3.5vw;
  display: inline-block;
  border-radius: 10px;
}

.bottomMenu {
  margin-left: 10px;
  margin-bottom: 50px;
}
.bottomMenu a {
  margin-left: 10px;
}

.imageExemple img {
  width: 27vw;
}

.WhatIsTimap h2, .CreateAccount h2, .CreateBalise h2, .TimapSensitiveContent h2, .TimapCommunity h2, .TimapConclusion h2 {
  font-style: italic;
  font-weight: bold;
}

.CreateBalise img {
  width: 20vw;
}

.Disconnect {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.TutoStep img {
  width: 40vw;
}

.TimapConclusion {
  margin-bottom: 50px;
}

.Top {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .menuBody {
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    width: 100vw;
    color: #539991;
    margin: auto;
    top: 30px;
  }
  .notifSignal {
    border-radius: 100%;
    margin-top: -95%;
    margin-left: 11%;
  }
  .sidebar .hr5 {
    margin-top: 116.5%;
  }
  .sidebar {
    height: 100vh;
  }
  main {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
  main a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
  }
  main .Map {
    bottom: -1px;
  }
  .Disconnect {
    margin-left: 0%;
  }
  .TutoStep img {
    width: 350px;
  }
  .imageExemple img {
    width: 90vw;
  }
  .AjoutBalise {
    position: absolute;
    width: 17%;
    height: 100%;
    margin-top: -1px;
    margin-left: 60%;
  }
  .AjoutBalise p {
    display: none;
  }
  .Galerie {
    position: absolute;
    width: 17%;
    height: 100%;
    margin-top: -12px;
    margin-left: 71.5%;
  }
  .Galerie p {
    display: none;
  }
  .Forum {
    position: absolute;
    width: 17%;
    height: 100%;
    margin-top: -12px;
    margin-left: 85%;
  }
  .Forum p {
    display: none;
  }
  .Accueil {
    display: none;
  }
  .Accueil p {
    display: none;
  }
  .Loupe {
    display: none;
  }
  .Loupe p {
    display: none;
  }
  .Filtre {
    position: absolute;
    width: 17%;
    height: 100%;
    margin-top: -12px;
    margin-left: 58%;
  }
  .Filtre p {
    display: none;
  }
  #map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin-left: 0px;
    z-index: 1;
  }
  #mapType {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    background-color: #99535c;
    height: 60px;
    width: 60px;
    position: fixed;
    margin-top: 35px;
    margin-left: -50px;
    z-index: 3;
  }
  .hamburger {
    top: 16px;
  }
  .ImageView {
    width: 27%;
    margin-left: 74%;
    position: fixed;
    background-color: #99535c;
  }
  .fenetre-filtre {
    position: fixed;
    margin-top: 50px;
    width: 100%;
    height: 100vh;
    padding-bottom: 150px;
    font-size: small;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #99535c white;
  }
  .fenetre-filtre hr {
    margin-left: 0px;
  }
  #fermerFiltre {
    width: 350px;
  }
  #appliquer {
    width: 150px;
    height: 50px;
  }
  #supprimerFiltre {
    width: 150px;
  }
  .hr1 {
    display: none;
  }
  #forumSearchInput {
    margin-top: 1%;
    position: fixed;
    width: 83%;
    margin-left: -15px;
  }
  .button1, .button1Global {
    top: 1%;
    float: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  #forumSearchButton {
    position: relative;
    margin-left: 78vw;
    height: 50px;
    margin-top: 1%;
    width: 50px;
  }
  #forumProfilePic {
    width: 36px;
    height: 36px;
  }
  #forumSignal {
    width: 30%;
    font-size: 4vw;
  }
  .forumPostViews, .forumPostReplies {
    margin-left: 80%;
    width: 15vw;
  }
  .forumContainer, #DiffContainer {
    width: 100%;
    height: 72vh;
    margin-left: -1%;
  }
  .report {
    margin-left: 7.5%;
    background-color: #539991;
    width: 85%;
    height: 108vw;
  }
  input[type=text2],
  select {
    height: 30vh;
  }
  .back-to-forum {
    width: 80%;
    padding-top: 1.7%;
    margin-top: 19.5%;
  }
  .submit {
    width: 80%;
    padding-top: 0.7%;
    margin-top: 4%;
  }
  .contenu {
    margin-left: 7.5%;
    width: 85%;
    height: 50vh;
    margin-top: 108vw;
  }
  .contenu #answerProfilePic {
    width: 12%;
  }
  .contenu p {
    margin-top: 11%;
    margin-bottom: 1rem;
  }
  .userDisconnect, .user {
    margin-left: 3px;
  }
  .userDisconnect h1, .user h1 {
    margin-top: 10px;
  }
  .userDisconnect a, .user a {
    margin-left: 5%;
    width: 90vw;
  }
  .top a {
    width: 90vw;
    margin-left: 5%;
  }
  .RecentBal-container a {
    width: 90vw;
    margin-left: 5%;
    margin-bottom: 10px;
  }
  .menuBar {
    height: 80px;
  }
  .menuBar img {
    height: 8vw;
    width: 8vw;
  }
  .menuBar .Forum, .menuBar .Galerie, .menuBar .AjoutBalise, .menuBar .Accueil, .menuBar .Map {
    height: 25px;
  }
  .menuBar .Forum a, .menuBar .Galerie a, .menuBar .AjoutBalise a, .menuBar .Accueil a, .menuBar .Map a {
    height: 8vw;
    width: 8vw;
  }
  .menuBar .Forum p, .menuBar .Galerie p, .menuBar .AjoutBalise p, .menuBar .Accueil p, .menuBar .Map p {
    font-size: 3.5vw;
    display: block;
  }
  .menuBar .Map {
    margin-left: 90px;
    margin-top: 18px;
  }
  .menuBar .Forum {
    margin-left: 15px;
    margin-top: -50px;
  }
  .menuBar .Galerie {
    margin-left: 81px;
    margin-top: -50px;
  }
  .menuBar .AjoutBalise {
    margin-left: 220px;
    margin-top: -49px;
  }
  .menuBar .Accueil {
    display: block;
    margin-left: 160px;
    margin-top: -30px;
  }
  .slide-btn {
    left: 86%;
  }
}/*# sourceMappingURL=menu.css.map */