@charset "UTF-8";
body {
  display: flex;
  flex-direction: row;
  height: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-y: hidden;
  overflow: hidden; /* Hide overflow for the body if necessary */
}
body .icon-grow:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}
body .leaflet-div-icon {
  background: transparent;
  border: none;
}
body .addBalise {
  margin-left: 95%;
  margin-top: 43.5%;
  background-color: #539991;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
body .addBalise .img {
  height: 30px;
  width: 30px;
}
body .ImageView {
  position: fixed;
  top: 0;
  right: 0%;
  width: 499px;
  height: 100vh;
  background-color: rgba(70, 136, 128, 0.78);
  overflow: auto;
  z-index: 5;
  transform: translatex(100%);
  transition: transform 0.5s ease;
}
@media (max-width: 480px) {
  body .ImageView {
    margin-top: 50px;
    width: 100%;
    margin-left: 0%;
    height: 87vh;
    right: 0;
  }
}
body .ImageView .Close button {
  position: absolute; /* Position button absolutely */
  top: 0; /* Align to the top */
  left: 0; /* Align to the left */
  height: 35px;
  width: 35px;
  text-decoration: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(0, 0, 0, 0.251);
  border: transparent;
  z-index: 2; /* Set a higher z-index to ensure the button floats above other content */
}
body .ImageView .ImageSelect {
  background-color: white;
  height: 300px;
  width: 100%;
}
@media (max-width: 480px) {
  body .ImageView .ImageSelect {
    height: 220px;
  }
}
body .ImageView .ImageSelect ol, body .ImageView .ImageSelect li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .ImageView .ImageSelect .carousel__viewport {
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: hidden;
}
@media (max-width: 480px) {
  body .ImageView .ImageSelect .carousel__viewport {
    height: 220px;
  }
}
body .ImageView .ImageSelect .carousel__slide {
  position: relative;
  height: 300px;
  flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 480px) {
  body .ImageView .ImageSelect .carousel__slide {
    height: 220px;
  }
}
body .ImageView .ImageSelect .carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
body .ImageView .ImageSelect .carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 650px;
  left: 0;
  text-align: center;
}
body .ImageView .ImageSelect .carousel__navigation-item {
  display: inline-block;
}
body .ImageView .ImageSelect .carousel__navigation-button {
  display: none;
}
body .ImageView .ImageSelect img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .ImageView .hr1 {
  width: 100%;
  margin: auto;
  color: white;
}
body .ImageView .Loc {
  text-align: center;
  color: white;
  padding: 4px;
}
body .ImageView .Loc a {
  color: white;
}

.fenetre-filtre {
  display: none;
  background-color: #539991;
  width: 500px;
  height: 100vh;
  text-align: center;
  padding-top: 0.5%;
  z-index: 5;
  color: white;
  left: 37vw;
  position: fixed;
  overflow-y: scroll;
}

.fenetre-filtre hr {
  margin-left: 50px;
  align-content: center;
  width: 400px;
  color: white;
}
@media (max-width: 480px) {
  .fenetre-filtre hr {
    width: 96vw;
  }
}

.boutons-filtre {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 10px;
  height: 50px;
}

.supprimer, .Appliquer {
  width: 172px;
  background-color: rgba(85, 179, 168, 0.8156862745);
  border: none;
  text-align: center;
  font-size: 20px !important;
  color: #ffffff;
  border-radius: 3px;
  transition: background-color 0.3s;
}

.fermer {
  width: 22vw;
  background-color: rgba(85, 179, 168, 0.8156862745);
  border: none;
  margin: auto;
  text-align: center;
  font-size: 20px !important;
  color: #ffffff;
  border-radius: 3px;
  height: 50px;
  transition: background-color 0.3s;
}

.appliquer:hover, .supprimer:hover, .fermer:hover, .Inscription-filtre:hover, .Connexion-filtre:hover {
  background-color: rgba(103, 207, 195, 0.847);
}

.carroussel {
  margin-left: 42%;
  margin-top: 1%;
}

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

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin-left: 60px;
  z-index: 1;
}

.carousel {
  z-index: 15;
  display: none;
  width: 58vw;
  height: 37.3vw;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  left: 17vw;
  top: 6vw;
}
@media (max-width: 480px) {
  .carousel {
    height: 69vw;
    width: 100vw;
    border-radius: 0;
    left: 0vw;
    top: 65vw;
    position: fixed !important;
  }
}

.carousel-inner {
  height: 100%;
  width: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
  border-radius: 10px !important;
}
.carousel-item {
  height: 100%;
  min-width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 10px !important;
}
.carousel-item img {
  width: 100%;
  display: block;
  border-radius: 10px !important;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.carousel-control {
  text-decoration: none;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .carousel-control {
    top: 120%;
    margin-left: 30%;
    margin-right: 30%;
    background-color: rgb(0, 0, 0);
  }
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.Close button {
  position: absolute; /* Position button absolutely */
  top: 0; /* Align to the top */
  left: 0; /* Align to the left */
  height: 35px;
  width: 35px;
  text-decoration: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(0, 0, 0, 0.251);
  border: transparent;
  z-index: 2; /* Set a higher z-index to ensure the button floats above other content */
}

#cacheCarousel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 13;
}

.signalerContenu {
  text-align: center;
  text-decoration: none;
  margin-left: 5%;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 90%;
  transition: background-color 0.3s;
}
.signalerContenu:hover {
  background-color: #d30000;
}
.signalerContenu:active {
  background-color: #bd011a;
}

.PaysMarker {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold;
  color: rgb(0, 0, 0); /* Adjust text color as needed */
}

.PaysMarker img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  z-index: -1; /* Ensure the image is behind the text */
}

body {
  margin: 0;
  padding: 0;
  background-color: #e9e9e9;
  font-family: "Lato", sans-serif;
}

#fenetre-signalement {
  display: block;
  background-color: #539991;
  width: 85%;
  height: 1066px;
  margin: auto;
  text-align: center;
  padding: 10px;
  z-index: 16;
  color: white;
}

.fenetre-signalement hr {
  margin-left: 40px;
  align-content: center;
  width: 86%;
  color: white;
}

.bouton-signalement {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 10px;
  height: 50px;
}

.envoyerSignalement {
  width: 200px;
  background-color: rgba(85, 179, 168, 0.8156862745);
  border: none;
  text-align: center;
  font-size: 20px !important;
  color: #ffffff;
  border-radius: 3px;
  transition: background-color 0.3s;
}

.fermerSignalement {
  width: 21vw;
  background-color: rgba(85, 179, 168, 0.8156862745);
  border: none;
  margin: auto;
  text-align: center;
  font-size: 20px !important;
  color: #ffffff;
  border-radius: 3px;
  height: 50px;
  transition: background-color 0.3s;
}

#commentaire {
  width: 25vw;
}

.InscriptionSignalement, .ConnexionSignalement {
  margin-top: 10px !important;
  width: 440px;
  background-color: rgba(85, 179, 168, 0.8156862745);
  border: none;
  margin: auto;
  text-align: center;
  font-size: 20px !important;
  color: #ffffff;
  border-radius: 3px;
  height: 50px;
  transition: background-color 0.3s;
}

.envoyerSignalement:hover, .fermerSignalement:hover, .InscriptionSignalement:hover, .ConnexionSignalement:hover {
  background-color: rgba(103, 207, 195, 0.847);
}

#cacheSignalement {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 15;
}

.fenetre-cluster {
  transform: translatex(100%);
  transition: transform 0.5s ease; /* Smooth transition for sliding effect */
  margin-left: 73%;
  overflow-y: auto;
  background-color: #539991;
  width: 27%;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: white;
  position: relative;
  z-index: 5;
  position: fixed; /* Use fixed to keep the element in a specific position relative to the viewport */
  /* Image styling */
}
.fenetre-cluster .cluster-image {
  width: 95%;
  height: 30%;
  background-color: brown;
  margin-top: 3%;
  cursor: pointer;
}

/* Close button styling */
.Close {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(0, 0, 0, 0.651);
  border: transparent;
  z-index: 2; /* Ensure the button floats above other content */
}

.DescriptionImage {
  z-index: 12;
  display: none;
  margin-top: 0%;
  padding-top: 0%;
  padding-bottom: 1%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
}
.DescriptionImage::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}
.DescriptionImage::-webkit-scrollbar-track {
  background: white; /* Background of the scrollbar track */
}
.DescriptionImage::-webkit-scrollbar-thumb {
  background-color: #539991; /* Scrollbar color */
  border-radius: 6px; /* Rounded corners for the scrollbar */
}
.DescriptionImage::-webkit-scrollbar-thumb:hover {
  background-color: #377268; /* Scrollbar color on hover */
}
.DescriptionImage .ImageInfo {
  padding-top: 0.5%;
  top: 0%;
  margin-left: 44%;
  text-align: center;
  color: #fff;
  font-size: large;
  position: absolute;
  background-color: #539991;
  display: flex;
  flex-direction: column-reverse;
  width: 50%;
  overflow-y: scroll; /* garder le scroll actif */
  height: 100vh;
  /* Masquer la scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.DescriptionImage .ImageInfo::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.DescriptionImage h2 {
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.DescriptionImage .hr1 {
  width: 90%;
  margin: auto;
  color: white;
}
.DescriptionImage .ImageDescription {
  background-color: #539991;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 3%;
  margin-top: 2%;
  margin-bottom: 3%;
  font-size: x-large;
  color: #fff;
  padding: 0.5%;
}
.DescriptionImage .carouselDescr {
  margin-top: 5%;
  margin-left: 3%;
  position: relative;
  width: 40%;
  height: 25vw;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.DescriptionImage .carousel-Descr img {
  border-radius: 10px;
  width: 100% !important;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.DescriptionImage .carousel-Descr.active {
  width: 100%;
  height: 100%;
}
.DescriptionImage .carousel-inner {
  width: 100%;
  height: 100%;
}
.DescriptionImage .carousel-Descr-control {
  height: 12%;
  width: 7%;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.DescriptionImage .carousel-Descr-control.prev {
  left: 10px; /* Adjust left position for previous control */
}
.DescriptionImage .carousel-Descr-control.next {
  right: 10px; /* Adjust right position for next control */
}
.DescriptionImage .carousel-Descr {
  display: none;
}
.DescriptionImage .carousel-Descr.active {
  display: block;
}
.DescriptionImage .signalerDescription {
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 90%;
  transition: background-color 0.3s;
}
.DescriptionImage .signalerDescription:hover {
  background-color: #d30000;
}
.DescriptionImage .signalerDescription:active {
  background-color: #bd011a;
}
.DescriptionImage .suggererModification {
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #3c8179;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 90%;
  transition: background-color 0.3s;
}
.DescriptionImage .suggererModification:hover {
  background-color: #42a196;
}
.DescriptionImage .suggererModification:active {
  background-color: #3c8179;
}
.DescriptionImage .close-description {
  text-align: center;
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  display: flex; /* permet de centrer le texte */
  align-items: center; /* centre verticalement */
  justify-content: center; /* centre horizontalement si besoin */
  text-decoration: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(0, 0, 0, 0.651);
  border: transparent;
  z-index: 2;
}
.DescriptionImage a {
  color: white;
}
.DescriptionImage .para {
  width: 22%;
  display: inline-block; /* Make the items inline */
  margin-right: 1%; /* Adjust the spacing between items */
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  .DescriptionImage {
    height: 100vh;
    width: 480px;
    margin-left: -100px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #539991 white;
    z-index: 20;
  }
  .DescriptionImage .close-description {
    top: 0px; /* Align to the top */
    left: 0%; /* Align to the left */
    height: 40px;
    width: 40px;
  }
  .DescriptionImage .carouselDescr {
    margin: auto;
    top: 70px;
    width: 360px;
    height: 240px;
  }
  .DescriptionImage .carousel-Descr-control {
    height: 20%;
    width: 14%;
    background-color: rgb(0, 0, 0);
  }
  .DescriptionImage .carousel-Descr-control.prev {
    left: 125px; /* Adjust left position for previous control */
    top: 275px;
  }
  .DescriptionImage .carousel-Descr-control.next {
    right: 125px; /* Adjust right position for next control */
    top: 275px;
  }
  .DescriptionImage .ImageDescription {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 140px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 100px;
    font-size: large;
  }
  .DescriptionImage .imageInfo {
    position: relative;
    top: 2%;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

#mapType {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  background-color: #539991;
  width: 5vw;
  height: 5vw; /* identique à la largeur => carré */
  position: fixed;
  top: calc(100vh - 6.3vw);
  left: 94.4vw;
  z-index: 3;
}

#image-type {
  margin: 2%;
  width: 95.8%;
}

#SelectedBalise {
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
  color: white;
  width: 50%;
  text-align: center;
  background-color: #539991;
  margin-right: -40%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

#SelectedBalise::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.LocP {
  width: 100%;
}

#Images {
  display: flex;
  margin: 1%;
  height: 10vw;
  background-color: #59c0b4;
  -o-object-fit: contain;
     object-fit: contain;
}

img#image_ancienne {
  margin-right: 1%;
  -o-object-fit: contain;
     object-fit: contain;
}

a#localisationReport {
  color: white;
}

.Modifier {
  margin-top: -2.1%;
  position: relative;
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  background-color: #3c8179;
  width: 3.8%;
  margin-left: 1%;
  transition: background-color 0.3s;
  border-radius: 10%;
}
.Modifier:hover {
  background-color: #42a196;
}
.Modifier img {
  width: 80%;
  height: 80%;
}

.VoirPlus {
  text-align: center;
  text-decoration: none;
  margin-left: 5%;
  margin-top: 15px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #59c0b4;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 90%;
  transition: background-color 0.3s;
}
.VoirPlus:hover {
  background-color: #53ccbe;
}
.VoirPlus:active {
  background-color: #3c8179;
}

.SuggestBal {
  z-index: 15;
  display: none;
  flex-direction: column;
  position: fixed;
  width: 100%;
  height: 110vh; /* Full height of the parent */
  background-color: rgba(0, 0, 0, 0.65);
  /* Scroll when content exceeds height */
  overflow-y: auto; /* Vertical scrolling */
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
}
.SuggestBal::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}
.SuggestBal::-webkit-scrollbar-track {
  background: white; /* Background of the scrollbar track */
}
.SuggestBal::-webkit-scrollbar-thumb {
  background-color: #539991; /* Scrollbar color */
  border-radius: 6px; /* Rounded corners for the scrollbar */
}
.SuggestBal::-webkit-scrollbar-thumb:hover {
  background-color: #377268; /* Scrollbar color on hover */
}
.SuggestBal .ImageData {
  padding-top: 0.5%;
  top: 0%;
  margin-left: 5%;
  text-align: center;
  color: #fff;
  font-size: large;
  height: 110vh;
  background-color: #539991;
  width: 40%;
  overflow-y: auto; /* Enable vertical scrolling */
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
}
.SuggestBal .ImageData::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}
.SuggestBal .ImageData::-webkit-scrollbar-track {
  background: white; /* Background of the scrollbar track */
}
.SuggestBal .ImageData::-webkit-scrollbar-thumb {
  background-color: #539991; /* Scrollbar color */
  border-radius: 6px; /* Rounded corners for the scrollbar */
}
.SuggestBal .ImageData::-webkit-scrollbar-thumb:hover {
  background-color: #377268; /* Scrollbar color on hover */
}
.SuggestBal .hr1 {
  width: 90%;
  margin: auto;
  color: white;
}
.SuggestBal .ImageDescription {
  position: absolute;
  background-color: #539991;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 3%;
  margin-top: 60%;
  margin-bottom: 3%;
  font-size: x-large;
  color: #fff;
}
.SuggestBal textarea {
  margin-top: 1%;
  margin-bottom: 5%;
}
.SuggestBal .suggererModification, .SuggestBal .Retour {
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #3c8179;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 90%;
  transition: background-color 0.3s;
}
.SuggestBal .suggererModification:hover, .SuggestBal .Retour:hover {
  background-color: #42a196;
}
.SuggestBal .suggererModification:active, .SuggestBal .Retour:active {
  background-color: #3c8179;
}

.InitialBal {
  margin-top: -1%;
  z-index: 16;
  display: none;
  flex-direction: column;
  margin-left: 50vw;
  width: 100%;
  height: 110vh;
  background-color: rgba(0, 0, 0, 0.65);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
}
.InitialBal .ImageData {
  height: 110vh;
  padding-top: 0.5%;
  top: 0%;
  text-align: center;
  color: #fff;
  font-size: large;
  position: absolute;
  background-color: #539991;
  width: 40vw;
}
.InitialBal h2 {
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.InitialBal .hr1 {
  width: 90%;
  margin: auto;
  color: white;
}
.InitialBal .ImageDescription {
  position: absolute;
  background-color: #539991;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 3%;
  margin-top: 60%;
  margin-bottom: 3%;
  font-size: x-large;
  color: #fff;
}
.InitialBal .close-description {
  text-align: center;
  position: absolute; /* Position button absolutely */
  top: 0; /* Align to the top */
  left: 3.1%; /* Align to the left */
  height: 5%;
  width: 2.5%;
  text-decoration: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(0, 0, 0, 0.651);
  border: transparent;
  z-index: 2; /* Set a higher z-index to ensure the button floats above other content */
}
.InitialBal a {
  color: white;
}
.InitialBal .para {
  width: 22%;
  display: inline-block; /* Make the items inline */
  margin-right: 1%; /* Adjust the spacing between items */
  margin-bottom: 2%;
}

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

.envoyerModification {
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #3c8179;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 90%;
  transition: background-color 0.3s;
}
.envoyerModification:hover {
  background-color: #42a196;
}
.envoyerModification:active {
  background-color: #3c8179;
}

.pub-slot {
  width: 100%;
  height: 120px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pub-content {
  background-color: #a2a2a2;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.55);
  width: 50%;
  height: 100%;
}

.lower-pub {
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 5%;
  height: 25px;
  transition: background-color 0.3s;
}

.pub-slot.reduced {
  height: 30px;
}

.pub-slot.reduced .pub-content {
  display: none;
}

.MessageInfo {
  display: none;
  position: fixed;
  background-color: rgba(43, 43, 43, 0.2862745098);
  height: 100%;
  width: 100%;
  z-index: 30;
}

.MessageText {
  background-color: #e2e2e2;
  position: fixed;
  height: 25%;
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.MessageText .Loc {
  color: #539991;
  padding: 5%;
}

.closeMessage {
  position: fixed;
  text-decoration: none;
  background-color: #539991;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 70%;
  left: 15%;
  top: 82%;
}

.MessageButtons {
  position: fixed;
  width: 100%;
  top: 80%;
}

.confirmMessage {
  position: relative;
  text-decoration: none;
  background-color: #539991;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 30%;
  left: 18%;
}

.pub {
  background-color: #bd011a;
  width: 90%;
  height: 10%;
  margin-top: 3%;
  margin-left: 5%;
}

@media (max-width: 480px) {
  .leaflet-top .leaflet-control {
    margin-top: 17vw;
  }
  .notifSignal {
    border-radius: 100%;
    margin-top: -95%;
    margin-left: 11%;
  }
  .SuggestBal .ImageData {
    padding-top: 7.5%;
    top: 23%;
    margin-left: 0%;
    text-align: center;
    color: #fff;
    font-size: large;
    position: absolute;
    height: 44vh;
    background-color: #539991;
    width: 100vw;
  }
  .InitialBal {
    z-index: 16;
    margin-left: 0%;
    height: 0vh;
    position: fixed;
  }
  .SuggestBal textarea {
    margin-top: 1%;
    margin-bottom: 5%;
    width: 85%;
    height: 40%;
  }
  .InitialBal .ImageData {
    position: inherit;
    width: 100vw;
    height: auto; /* ou fixe si nécessaire */
    margin-top: 95%; /* tu veux la descendre très bas */
    padding-top: 0%;
    text-align: center;
    color: #fff;
    font-size: small;
    background-color: #539991;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #539991 white;
    display: none;
  }
  .SuggestBal {
    z-index: 15;
    display: none;
    flex-direction: column;
    position: fixed;
    width: 100vw;
    height: 110vh;
    background-color: rgba(0, 0, 0, 0.65);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #539991 white;
  }
}
@media (max-width: 480px) {
  .DescriptionImage {
    height: 100vh;
    width: 480px;
    margin-left: -33px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #539991 white;
    z-index: 20;
    position: relative;
  }
  .DescriptionImage .close-description {
    top: 0px;
    left: 0%;
    height: 40px;
    width: 40px;
  }
  .DescriptionImage .carouselDescr {
    margin: auto;
    top: 70px;
    width: 360px;
    height: 240px;
  }
  .DescriptionImage .carousel-Descr-control.prev {
    left: 125px;
    top: 275px;
  }
  .DescriptionImage .carousel-Descr-control.next {
    right: 125px;
    top: 275px;
  }
  .DescriptionImage .ImageDescription {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 140px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 100px;
    font-size: large;
  }
  .DescriptionImage .imageInfo {
    position: relative;
    top: 2%;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    height: 150vw;
    padding-bottom: 13%;
  }
  #fenetre-signalement {
    width: 100%;
    position: absolute;
  }
  #commentaire {
    width: 100%;
  }
  .fermerSignalement {
    width: 100%;
  }
  #SelectedBalise {
    width: 100%;
    margin-top: 451px;
    margin-right: 0;
    height: 40vh;
    position: fixed;
  }
  #BaliseInfo {
    margin-bottom: 10%;
  }
  .fenetre-cluster {
    width: 100%;
    margin-left: 0;
    z-index: 12;
  }
  #mapType {
    top: calc(100vh - 25vw);
    left: 94.4vw;
  }
  .carroussel {
    margin-left: 39%;
  }
  .carousel__slide {
    height: 220px;
  }
  .MessageText {
    width: 300px;
  }
  .pub-content {
    width: 90%;
  }
}/*# sourceMappingURL=styles.css.map */