main {
  position: absolute;
  background-color: #539991;
  height: 100vh;
  width: 60px;
  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 .Accueil {
  padding-top: 65px;
}
main .Accueil p {
  text-align: center;
}
main .Loupe {
  padding-top: -10px;
}
main .Loupe p {
  text-align: center;
}
main .AjoutBalise {
  padding-top: -10px;
}
main .AjoutBalise p {
  text-align: center;
}
main .Map p {
  text-align: center;
}
main .Connect {
  position: absolute;
  bottom: 10;
  left: 0px;
}
main .Connect p {
  text-align: center;
  padding-left: 4px;
}
@media (max-width: 480px) {
  main .Connect {
    position: initial;
    padding-top: 0%;
    margin-top: -2;
    margin-left: 40px;
    width: 50px;
  }
  main .Connect p {
    display: none;
  }
}
main .Galerie {
  padding-top: 10px;
}
main .Galerie p {
  text-align: center;
}
main .Forum {
  padding-top: 10px;
}
main .Forum p {
  text-align: center;
}
main .Filtre {
  padding-top: 10px;
}
main .Filtre p {
  text-align: center;
}
main .UtilisateurSide {
  position: absolute;
  bottom: 10;
  left: 0px;
}
main .UtilisateurSide img {
  border-radius: 150px;
}
main .UtilisateurUsers {
  padding-top: 587%;
}
main .UtilisateurUsers img {
  border-radius: 150px;
}

.hamburger {
  position: absolute;
  left: 17px;
  top: 30px;
  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;
  margin-bottom: 0%;
}
.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: -12px;
}
.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: 363px;
}
.sidebar .hr6 {
  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: 96px;
  margin-bottom: 80px;
  color: #ffffff;
  font-size: 20px;
}

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

@media (max-width: 480px) {
  .sidebar .hr5 {
    margin-top: 203%;
  }
  .sidebar {
    height: 100vh;
  }
  .sidebar {
    height: 100%;
  }
  .sidebar .hr2 {
    margin-bottom: -85%;
  }
  main {
    height: 50px;
    width: 100%;
    position: fixed;
    overflow: unset;
    top: 0;
    left: 0;
    z-index: 5;
  }
  main a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
  }
  .AjoutBalise {
    position: absolute;
    width: 17%;
    height: 100%;
    margin-top: -1px;
    margin-left: 47%;
  }
  .AjoutBalise p {
    display: none;
  }
  .Map {
    position: absolute;
    width: 17%;
    height: 100%;
    margin-top: -3px;
    margin-left: 36.5%;
  }
  .Map 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;
  }
  .UtilisateurSide {
    margin-left: 45px;
    top: -3px;
  }
  .UtilisateurSide img {
    border-radius: 150px;
  }
  #map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin-left: 0px;
    z-index: 1;
  }
  #mapType {
    width: 17vw;
    height: 17vw;
    position: fixed;
    bottom: 56px;
    margin: -13%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.75);
    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: 100vw;
    height: 100vh;
    padding-bottom: 150px;
    font-size: small;
    overflow-y: scroll;
    margin-left: -37vw;
  }
  #fermerFiltre {
    width: 350px;
  }
  #appliquer {
    width: 150px;
    height: 50px;
  }
  #supprimerFiltre {
    width: 150px;
  }
}/*# sourceMappingURL=sideBar.css.map */