.bottom-interface {
  position: absolute;
  font-family: "Lato", sans-serif;
  bottom: 0px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%); /* centers it */
  font-size: 16px;
  max-width: 1024px;
}

.projectName {
  position: relative;

  line-height: 100%;

  font-size: 1.2em;

  font-weight: 400;

  letter-spacing: 0%;

  /*text-shadow: 1px 1px 2px rgb(26, 26, 26); */

  color: rgb(0, 0, 0);

  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.imgTitle {
  position: relative;

  margin-top: 5px;

  font-size: 1.2em;

  font-weight: 700;

  line-height: 100%;

  letter-spacing: 0%;

  color: rgb(0, 0, 0);

  width: 100%;
  margin-bottom: 10px;
}
.btn:hover {
  background-color: #c9c9c9;
  color: black;
}
.btn:active {
  background-color: #c9c9c9;
  color: black;
}
.btn::after {
  background-color: #c9c9c9;
  color: black;
}
.btn:focus {
  background-color: #c9c9c9;
  color: black;
}
.dropdown-toggle {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: 1px solid black;
  font-size: 1em;
  width: 150px;
  height: 40px;
  text-align: left;
}
.dropdown-menu {
}

.dropdown-item {
  font-size: 1em;
}
.dropdown-item:hover {
  font-size: 1em;
  font-weight: 600;
}

#btn-prev {
  background-image: url("../img/arrow_prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  cursor: pointer;
}
#btn-prev:hover {
  filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(2000%)
    hue-rotate(200deg) brightness(95%) contrast(90%);
}
#btn-next {
  background-image: url("../img/arrow_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  height: 100%;
  cursor: pointer;
}
#btn-next:hover {
  filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(2000%)
    hue-rotate(200deg) brightness(95%) contrast(90%);
}

.vrButton {
  background-image: url("../img/badge-vr.svg");

  transform-origin: center;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;

  cursor: pointer;

  color: rgb(0, 0, 0);

  width: 50px;

  height: 50px;
  display: none;
}

#map {
  /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */

  height: 150px;

  width: 100%;
}

.fov-marker-container {
  width: 24px;

  height: 24px;
}

.fov-marker-img {
  width: 24px;

  height: 24px;

  transform-origin: 12px 12px;
}

.panoFrame {
  overflow: hidden;

  position: absolute;

  top: 0;

  left: 0;

  width: 100vw;

  height: 100vh;

  background-color: transparent; /* Change to your desired color */

  border: none; /* Remove border if needed */

  z-index: -1; /* Adjust z-index as needed */
}
