@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

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

main {
  position: absolute;
  background-color: #539991;
  height: 100vh;
  width: 60px;
  z-index: 1;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  overflow-x: hidden; /* Internet Explorer, Edge */
  overflow-y: scroll; /* Firefox */
}
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;
}
@media (max-width: 480px) {
  main .UtilisateurSide {
    margin-left: 45px;
    top: -3px;
  }
}

.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 {
  display: flex;
}
.sidebar .topnav 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 {
  margin-top: -1px;
  height: 20px;
  width: 20px;
}
.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 .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;
}

.tuile {
  height: 20vw;
  width: 27vw;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-color: rgb(255, 255, 255);
  border-radius: 2%;
  margin-top: 5%;
  margin-left: 4%;
}

#tuileUser {
  border-radius: 100%;
  width: 2.5vw;
  margin: 4%;
  height: 2.5vw;
}

#baliseTuile {
  width: 90%;
  height: 75%;
  margin-left: 5%;
  margin-bottom: 3%;
  -o-object-fit: contain;
     object-fit: contain;
}

#profileButton {
  color: #000;
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: -1%;
}

#Gallerie {
  position: fixed;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
  height: 95vh; /* Or set a specific pixel height */
  width: 100%;
  margin-left: 3.15%;
  display: flex;
  flex-wrap: wrap;
}

#searchBar {
  margin-bottom: 1%;
  margin-top: 1%;
  text-decoration: none;
  margin-left: 5%;
  border-width: 3px;
  border-color: #539991;
  height: 2.9vw;
  width: 85vw;
  outline: none;
  font-size: large;
  border-style: solid;
  padding: 1%;
  position: absolute;
}

#searchHit {
  width: 2vw;
}

#searchButton {
  margin-top: 1%;
  margin-left: 90%;
  position: absolute;
  width: 5vw;
  height: 2.9vw;
  background-color: #539991;
  border-style: solid;
  border-color: #539991;
}

#baliseContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

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

.DescriptionImage {
  z-index: 12;
  display: none;
  margin-top: -3%;
  padding-top: 1%;
  padding-bottom: 1%;
  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;
}
.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 {
  height: 100vh;
  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: auto; /* Enable vertical scrolling */
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
}
.DescriptionImage .ImageInfo::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}
.DescriptionImage .ImageInfo::-webkit-scrollbar-track {
  background: white; /* Background of the scrollbar track */
}
.DescriptionImage .ImageInfo::-webkit-scrollbar-thumb {
  background-color: #539991; /* Scrollbar color */
  border-radius: 6px; /* Rounded corners for the scrollbar */
}
.DescriptionImage .ImageInfo::-webkit-scrollbar-thumb:hover {
  background-color: #377268; /* Scrollbar color on hover */
}
.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: 40px;
  width: 40px;
  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 {
  text-decoration: none;
  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, .DescriptionImage .goCarte {
  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;
}
.DescriptionImage .suggererModification:hover, .DescriptionImage .goCarte:hover {
  background-color: #42a196;
}
.DescriptionImage .suggererModification:active, .DescriptionImage .goCarte: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%;
}
.DescriptionImage .PubGalerie {
  background-color: #a3ff00;
  width: 80%;
  margin: auto;
  height: 105px;
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .DescriptionImage {
    height: 100vh;
    width: 480px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #539991 white;
    z-index: 20;
  }
  .DescriptionImage .close-description {
    padding-top: 8px;
    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 {
    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;
  }
  .DescriptionImage .ImageInfoText {
    width: 365px;
    margin-left: 6.5%;
  }
}

.InitialBal {
  margin-top: -1%;
  z-index: 15;
  display: none;
  flex-direction: column;
  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;
}
.InitialBal::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}
.InitialBal::-webkit-scrollbar-track {
  background: white; /* Background of the scrollbar track */
}
.InitialBal::-webkit-scrollbar-thumb {
  background-color: #539991; /* Scrollbar color */
  border-radius: 6px; /* Rounded corners for the scrollbar */
}
.InitialBal::-webkit-scrollbar-thumb:hover {
  background-color: #377268; /* Scrollbar color on hover */
}
.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 {
  padding-top: 0.5%;
  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%;
}

.SuggestBal {
  z-index: 15;
  display: none;
  flex-direction: column;
  margin-top: -55.2%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-left: 53%;
  width: 0%;
  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 .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;
}

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

.navigationPage {
  width: 100%;
  height: 5%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagination button {
  background-color: #3c8179;
  padding: 5px 10px;
  margin: 5px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#pagination button:hover {
  background-color: #42a196;
}
#pagination button:active {
  background-color: #3c8179;
}

#pagination button.active {
  background-color: #4abdaf; /* Bleu vif */
  color: #fff;
  font-weight: bold;
  border-color: #337c74;
  box-shadow: 0 0 5px rgba(14, 196, 84, 0.562);
}

@media (max-width: 480px) {
  .sidebar .hr5 {
    margin-top: 118%;
  }
  .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;
  }
  .hamburger {
    top: 16px;
  }
  .AjoutBalise {
    position: absolute;
    width: 17%;
    height: 100%;
    margin-top: -1px;
    margin-left: 60%;
  }
  .AjoutBalise p {
    display: none;
  }
  .Map {
    position: absolute;
    width: 17%;
    height: 100%;
    margin-top: -3px;
    margin-left: 48.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;
  }
  #ForumBody {
    margin-top: 13%;
    height: 84.5vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #539991 white;
  }
  #retour {
    margin-top: -12.5%;
    width: 12%;
  }
  .tuile {
    height: 22%;
    width: 48%;
    margin-left: 1%;
  }
  #baliseTuile {
    height: 65%;
  }
  #Gallerie {
    margin-top: 14%;
    margin-left: 0;
    height: 85vh;
  }
  #searchBar {
    margin-top: 2%;
    margin-bottom: 5%;
    height: 12vw;
    width: 74vw;
  }
  #baliseContainer {
    margin-top: 11.5%;
  }
  #searchButton {
    margin-top: 2%;
    margin-left: 78%;
    width: 15vw;
    height: 12vw;
  }
  #searchHit {
    width: 8vw;
  }
  #tuileUser {
    width: 25px;
    height: 25px;
  }
  .user {
    margin-top: 3%;
  }
  .notifSignal {
    border-radius: 100%;
    margin-top: -95%;
    margin-left: 11%;
  }
  .DescriptionImage {
    width: 100vw;
    height: 102vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #539991 white;
    z-index: 20;
    box-sizing: border-box;
    margin-top: -7%;
  }
  .DescriptionImage .close-description {
    padding-top: 0px;
    top: 0px;
    left: 0%;
    height: 40px;
    width: 40px;
  }
  .DescriptionImage .carouselDescr {
    position: relative;
    top: 62px;
    width: 90%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .DescriptionImage .carousel-Descr-control.prev {
    left: 33%;
    top: 120%;
  }
  .DescriptionImage .carousel-Descr-control.next {
    right: 33%;
    top: 120%;
  }
  .DescriptionImage .ImageDescription {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 41%;
    margin-bottom: 7%;
    padding-left: 8px;
    padding-right: 100px;
    font-size: large;
  }
  .DescriptionImage .imageInfo {
    position: relative;
    top: 2%;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .DescriptionImage .ImageInfo {
    width: 100%; /* prend toute la largeur du parent */
    max-width: 130vw; /* ne dépasse jamais l’écran */
    padding: 1rem; /* espace interne */
    box-sizing: border-box; /* tient compte du padding */
    margin: 0 auto; /* centre le contenu si tu limites la largeur plus tard */
    background-color: #539991;
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    font-size: large;
    position: relative;
    overflow: hidden;
    height: 161vh;
  }
  .DescriptionImage .ImageInfoText {
    width: 95%;
    top: 20px;
    position: absolute;
    left: -15px;
  }
  .DescriptionImage .para {
    width: 100%;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .MessageText {
    width: 300px;
  }
  .tuile.pub-slot {
    width: 97%;
    height: 40%;
  }
}/*# sourceMappingURL=Galerie.css.map */