.wiki-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding-bottom: 115px;
}

#miniWiki2 {
  visibility: hidden;
  width: 20vw;
  height: 20vw;
  background-color: var(--BackgroundWiki);
  text-align: justify;
  margin: 5px 5px 5px 0;
  border-radius: 5px;
  padding: 5px;
  font-size: 1em;
}

.leaflet-popup .custom-ficheObs {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.leaflet-popup .like-dislike {
  vertical-align: middle;
  font-size: 16px;
  overflow: hidden;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 3px;
  
}

.leaflet-popup .wikiLink-container {
  position: absolute;
  right: 0;
  top: 8px;
}
.wikiLink {
  font-size: 20px;
  color: var(--FormCouleurCarac);
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.leaflet-popup .leaflet-popup-content hr {
  background-color: white;
  margin: 0.2rem auto 0.3rem auto;
  max-width: 250px;
}

.leaflet-popup .ficheTitle {
  text-align: center;
  color: var(--FormCouleurCarac);
  /* font-size: var(--FormTailleTitre); */
  font-size: 2.1em;
  font-weight: bold;
}

.leaflet-popup .img-container {
  text-align: center;
}

.leaflet-popup #commentAdd1 {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 auto;
}

.leaflet-popup #commentObs1 {
  font-weight: bold;
  color: var(--FormCouleurCarac);
  font-size: 1.1em;
}
.leaflet-popup .img-comment-ficheObs {
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 1151px) and (max-width: 1440px) {
  #miniWiki2 {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #miniWiki2 {
    font-size: 0.8em;
    width: 25%;
    height: 35%;
  }
}
@media screen and (max-width: 767px) {
  .leaflet-popup .custom-ficheObs {
    min-height: unset;
}
  .wiki-container {
    /* padding-bottom: 75px; */
    /* padding-bottom: 20%; */
    padding-bottom: 18vh;
  }
  #miniWiki2 {
    font-size: 0.7em;
    width: 50vw;
    height: 50vw;
  }


  .leaflet-popup .like-dislike {
    padding: 8px;
  }
  .leaflet-popup .wikiLink-container {
    right: 5px;
    top: 10px;
  }
  .leaflet-popup .ficheTitle {
    font-size: 1.6em;
  }
  .leaflet-popup #imgObs {
    width: 125px;
    height: 125px;
  }
  .leaflet-popup #commentAdd1, .leaflet-popup #commentObs1 {
    font-size: 0.65em;
  }
  .leaflet-popup #imgLike, .leaflet-popup #imgDislike {
    width: 20px;
    height: 20px;
  }
  .wikiLink {
    font-size: 12px;
  }

  .leaflet-popup .leaflet-popup-content hr {
    margin: 0.1rem auto 0.15rem auto;
  }
  .leaflet-popup .like-dislike {
    font-size: 10px;
  }

  .leaflet-popup .img-comment-ficheObs {
    height: 10px;
    width: 10px;
}
}