@charset "UTF-8";
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: hidden;
  overflow: hidden;
}

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 .Map p {
  text-align: center;
}
main .AjoutBalise {
  padding-top: -10px;
}
main .AjoutBalise p {
  text-align: center;
}
main .Connect {
  position: absolute;
  bottom: 10px;
  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: 10px;
  left: 0px;
}
main .UtilisateurSide img {
  border-radius: 150px;
}
@media (max-width: 480px) {
  main .UtilisateurSide {
    margin-left: 45px;
    top: -3px;
  }
}
main .UtilisateurAnswer {
  margin-top: 614%;
}
main .UtilisateurAnswer 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;
}
.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;
}

#ForumBody, #DiffBody {
  width: 90%;
  margin-left: 80px;
  height: 100vh;
  color: #539991;
  display: block;
}

.button1 button, .button1Global button {
  background-color: #539991;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.button1 button:hover, .button1Global button:hover {
  background-color: #6ac3b9;
}

.hr1 {
  width: 100%;
  height: 3px;
  background-color: #539991;
}

.searchbarForum input[type=text] {
  width: 20vw;
  padding: 9px;
  margin-top: -3px;
  font-size: 17px;
  border: 3px solid #539991;
  height: 50px;
  margin-left: 0;
}

.button1 {
  float: right;
  margin-top: -63px;
}

.button1Global {
  float: right;
  margin-top: -66px;
}

#forumSearchButton, #forumSearchButtonGlobal {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #539991;
  color: #fff;
  margin-left: 19.5vw;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: -50px;
}
#forumSearchButton:hover, #forumSearchButtonGlobal:hover {
  background-color: #6ac3b9;
}

#forumSearchImg {
  width: 100%;
  padding: 1%;
}

.forumContainer, #DiffContainer {
  width: 60%;
  height: 85vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
  margin: auto;
}

.forumPost, .Add {
  width: 95%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: 1%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.forumPostAuthorName, .baliseResultAuthorName {
  margin-left: 1%;
  float: left;
  margin-top: 2.5%;
}
.forumPostAuthorName h2, .baliseResultAuthorName h2 {
  font-size: 1.3vw;
}

#forumProfilePic {
  float: left;
  margin-top: 1.5%;
  margin-left: 1%;
  width: 3vw;
  border-radius: 100%;
  height: 3vw;
}

.forumPostViews, .forumPostReplies {
  margin-left: 92%;
  width: 5vw;
}

.forumPostViews {
  padding-top: 1.5%;
}

.hr3 {
  margin-top: 1.5%;
}

.forumPostDate {
  margin-top: -3.5%;
  margin-right: 1.7%;
  float: right;
}

.forumPostContent, .baliseResultContent {
  padding: 1%;
}

.forumPostText, .baliseResultText {
  margin-left: 1.5%;
}

.forumPostView1, .baliseResultView1 {
  display: block;
}

.forumView2 {
  display: block;
  color: #539991;
  width: 90%;
  margin-left: 6%;
  height: 92vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
}

.openPostViews, .openPostReplies {
  margin-left: 95%;
}

.openPostViews {
  margin-top: 0.3%;
}

#retourForum {
  float: left;
  margin-top: 1.3%;
  width: 2vw;
}

.hr2 {
  width: 100%;
  height: 3px;
  background-color: #539991;
  margin-top: -0.5%;
}

.openPostContainer {
  margin-bottom: 2%;
}

.openPostContent {
  padding-top: 6%;
}

.openPostText {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.answerPostContainer {
  margin-left: 2%;
  padding-left: 2%;
  padding-bottom: 0.7%;
  padding-right: 2%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 95%;
  margin-bottom: 1.5%;
}

#answerProfilePic {
  float: left;
  margin-top: 0.5%;
  margin-left: -1.5%;
  width: 3vw;
  border-radius: 100%;
  height: 3vw;
}

.forumPostAnswerName {
  margin-left: 1%;
  float: left;
  margin-top: 1.3%;
}

.answerPostText {
  padding-top: -1%;
}

.answerPostContent {
  padding-top: 5%;
  padding-left: 5%;
}

#forumPostTitleLink, #forumPostAuthorLink, #answerPostAuthorLink, #baliseResultTitleLink, #baliseResultAuthorLink {
  text-decoration: none;
  color: #539991;
}
#forumPostTitleLink h3, #forumPostAuthorLink h3, #answerPostAuthorLink h3, #baliseResultTitleLink h3, #baliseResultAuthorLink h3 {
  font-size: 1.3vw;
}
#forumPostTitleLink h5, #forumPostAuthorLink h5, #answerPostAuthorLink h5, #baliseResultTitleLink h5, #baliseResultAuthorLink h5 {
  font-size: 1vw;
}
#forumPostTitleLink h6, #forumPostAuthorLink h6, #answerPostAuthorLink h6, #baliseResultTitleLink h6, #baliseResultAuthorLink h6 {
  font-size: 0.8vw;
}

#forumSignal {
  text-align: center;
  text-decoration: none;
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 7vw;
  transition: background-color 0.3s;
  float: right;
  font-size: 1vw;
}
#forumSignal:hover {
  background-color: #d30000;
}

#postPic {
  margin-left: 25%;
}

#replie {
  width: 90vw;
  position: absolute;
  bottom: 2%;
  right: 3%;
}

#replie, #fermerReplie, #ajouter {
  display: block;
  padding-top: 0.6%;
  padding-bottom: 0.6%;
  font-size: large;
  text-align: center;
  text-decoration: none;
  background-color: #539991;
  color: white;
  border-radius: 50px;
  width: 90%;
  margin-left: 5%;
  margin-top: 0.35%;
  border: none;
}

#ajouter, #fermerReplie {
  width: 40%;
}

.answerCreate {
  display: none;
}

input[type=text],
select {
  display: block;
  width: 90%;
  padding: 10px;
  margin-left: 5%;
  box-sizing: border-box;
  border: 3px solid #6ac3b9;
  border-radius: 5px;
}

#answer {
  display: block;
  margin-left: 5%;
  width: 90%;
  height: 500px;
  box-sizing: border-box;
  border: 3px solid #6ac3b9;
  border-radius: 5px;
  padding: 10px;
  resize: none; /* optionnel, empêche le redimensionnement */
}

.suggestions {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  max-width: 250px;
  z-index: 9999;
  font-size: 14px;
  overflow: hidden;
}

.suggestions li {
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
}

.suggestions li:hover {
  background-color: #6ac3b9;
  color: white;
}

.formButton {
  display: flex;
  margin-left: 3.5%;
}

.forumPostAuthorName, .forumPostAnswerName {
  color: #539991;
}

.report {
  margin-left: 7%;
  background-color: #539991;
  width: 25%;
  height: 100vh;
}

.back-to-forum, .submit {
  position: absolute;
  text-align: center;
  text-decoration: none;
  background-color: #6ac3b9;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 20%;
  height: 5%;
  transition: background-color 0.3s;
}
.back-to-forum:hover, .submit:hover {
  background-color: #5eb6ac;
}

.back-to-forum {
  margin-left: 2.5%;
  padding-top: 10px;
  margin-top: 70px;
}

.submit {
  margin-left: 2.5%;
  margin-top: 10px;
}

input[type=text2],
select {
  margin-top: 3%;
  display: block;
  width: 90%;
  height: 10vw;
  margin-left: 5%;
  box-sizing: border-box;
  border: 3px solid #6ac3b9;
  border-radius: 5px;
}

.reason {
  color: #fff;
}

.contenu {
  height: 101vh;
  position: fixed;
  width: 50%;
  margin-left: 40%;
  padding-top: 1%;
  color: #539991;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.content-title {
  padding-left: 1%;
}

.signalPostContainer {
  margin-top: 1%;
  margin-left: 2%;
  padding-left: 2%;
  padding-bottom: 0.7%;
  padding-right: 2%;
  border-radius: 10px;
  width: 95%;
  margin-bottom: 1.5%;
  height: 92vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #539991 white;
}
.signalPostContainer .signalPostContent {
  padding-top: 6%;
  padding-left: 1%;
}
.signalPostContainer .signal-image {
  margin-left: 8%;
}

.interaction button {
  background-color: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.navButton {
  background-color: transparent;
  border: none;
  color: white;
  text-align: center;
  font-size: large;
  background-color: #539991;
  width: 3.5vh;
  height: 3.5vh;
  border-radius: 5px;
  margin-left: 0.5%;
}
.navButton:hover {
  background-color: #6ac3b9;
}

.navigationPage {
  position: absolute;
  bottom: 1%;
  width: 50%;
  left: 45%;
}
.navigationPage button {
  font-size: 1vw;
}

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

.baliseResult {
  width: 95%;
  margin: auto;
  margin-top: 3%;
  margin-bottom: 1%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.baliseData {
  width: 64%;
  height: 12vw;
  float: right;
}
.baliseData h2 {
  font-size: 1vw;
  max-height: 50px;
  white-space: nowrap; /* empêche le texte de passer à la ligne */
  overflow: hidden; /* masque le texte qui dépasse */
  text-overflow: ellipsis; /* ajoute "..." si le texte est trop long */
}
.baliseData h4 {
  font-size: 1vw;
}

.baliseResultRepliesGlobal, .baliseResultViewsGlobal {
  margin-left: 36vw;
  font-size: 1vw;
  margin-bottom: 0%;
  width: 14vw;
  display: flex;
}

.balise-image {
  margin-top: 0%;
  height: 12vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.baliseInfoType {
  color: #539991;
}

.baliseResultViews, .baliseResultReplies {
  margin-left: 90%;
}

.baliseResultViews {
  padding-top: 2%;
}

.DiffusionContent {
  padding-top: 1%;
}

.DiffContainer {
  border-radius: 20px;
  margin: auto;
  margin-top: 1%;
  width: 80vw;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 1%;
}

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

.CGUContent {
  overflow-y: auto;
  height: 82vh;
  width: 50%;
  margin: auto;
}
.CGUContent p {
  padding: 3%;
}

.CGUContent, .NotesContent {
  overflow-y: auto;
  height: 82vh;
  width: 50%;
  margin: auto;
}
.CGUContent p, .NotesContent p {
  padding: 3%;
}

.langBtn img {
  width: 25px;
}

.NotesFR {
  text-align: center;
  margin: auto;
  margin-top: 1%;
  width: 100%;
  height: 80vh;
  padding: 1%;
  display: block;
  text-align: left;
}
.NotesFR li {
  padding: 1%;
}

.NotesEN {
  text-align: center;
  margin: auto;
  margin-top: 1%;
  width: 100%;
  height: 80vh;
  padding: 1%;
  display: none;
  text-align: left;
}
.NotesEN li {
  padding: 1%;
}

.NotesES {
  text-align: center;
  margin: auto;
  margin-top: 1%;
  width: 100%;
  height: 80vh;
  padding: 1%;
  display: none;
  text-align: left;
}
.NotesES li {
  padding: 1%;
}

.Footer {
  position: absolute;
  bottom: 1%;
}

@media (max-width: 480px) {
  .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;
  }
  .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;
  }
  #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;
  }
  .notifSignal {
    border-radius: 100%;
    margin-top: -95%;
    margin-left: 11%;
  }
  .openPostContent {
    padding-top: 16%;
  }
  .openPostViews, .openPostReplies {
    margin-left: 80%;
    width: 20%;
  }
  .openPostViews {
    margin-top: 15%;
  }
  #retourForum {
    width: 12%;
    margin-top: 16.5%;
  }
  .answerPostContent {
    padding-top: 15%;
    padding-left: 5%;
  }
  #answerProfilePic {
    margin-top: 1.5%;
    margin-left: 0%;
    width: 40px;
    height: 40px;
  }
  .forumView2 {
    height: 85vh;
  }
  .searchbarForum input[type=text] {
    width: 100%;
    margin: auto;
    height: 50px;
  }
  #forumSearchButtonGlobal {
    position: relative;
    left: 20%;
  }
  .baliseResultViewsGlobal {
    padding-top: 62%;
  }
  .baliseResultViewsGlobal, .baliseResultRepliesGlobal {
    margin-left: 50%;
    margin-bottom: 0%;
    width: 40vw;
    font-size: 4vw;
  }
  .baliseInfoType {
    margin-left: -55%;
    float: left;
    margin-top: 5%;
    color: #539991;
  }
  .baliseData {
    width: 64%;
    height: 0vh;
    float: right;
    margin-top: -58vw;
  }
  .balise-image {
    margin-top: -61vw;
    height: 20vw;
  }
  .balise-image-forum {
    margin: auto;
  }
  .CGUContent, .NotesContent {
    width: 100%;
  }
  .NotesContent {
    height: 72vh;
  }
  #DiffBody {
    margin-top: 10%;
  }
  .menu-control {
    margin-left: 10%;
  }
  #replie {
    bottom: 8%;
  }
  #ForumBody, #DiffBody {
    margin-left: 20px;
  }
  .navigationPage {
    left: 25%;
    width: 57%;
  }
  .navigationPage button {
    font-size: 4vw;
  }
  #forumPostTitleLink h3, #forumPostAuthorLink h3, #answerPostAuthorLink h3, #baliseResultTitleLink h3, #baliseResultAuthorLink h3 {
    font-size: 4.3vw;
  }
  #forumPostTitleLink h5, #forumPostAuthorLink h5, #answerPostAuthorLink h5, #baliseResultTitleLink h5, #baliseResultAuthorLink h5 {
    font-size: 4vw;
  }
  #forumPostTitleLink h6, #forumPostAuthorLink h6, #answerPostAuthorLink h6, #baliseResultTitleLink h6, #baliseResultAuthorLink h6 {
    font-size: 3.8vw;
  }
  .forumPostAuthorName h2, .baliseResultAuthorName h2 {
    font-size: 4.3vw;
  }
  .baliseData h2 {
    font-size: 4vw;
  }
  .baliseData h4 {
    font-size: 4vw;
    margin-top: 10%;
  }
}/*# sourceMappingURL=Forum.css.map */