a {
  color: #242943;
  text-decoration: none;
}

a.active {
  color: #007bff;
}

a:hover {
  color: #0056b3;
}

.nav3dicons:hover {
  background-color: #124b68 !important;
}

.navbar-inverse {
  background: #242943 !important;
  /* padding: 0.85rem 1rem; */
}

.nav-link {
  color: rgba(255, 255, 255, 0.5);
}

#brand:hover,
.nav-link:hover,
.navbar-toggler-left a span:hover {
  color: #9bf1ff !important;
}

#brand strong {
  background-color: #ffffff;
  color: #242943;
  border: 0;
  display: inline-block;
  font-size: 0.8em;
  height: inherit;
  line-height: 1.65em;
  padding: 0 0.125em 0 0.375em;
}

#brand strong:hover {
  background-color: #9bf1ff;
}

/* contanier map + item */
.map {
  height: 80vh;
  background-color: #242943;
}

.marker.is-active,
.marker:hover {
  z-index: 300;
  background-color: #5069ff;
  color: inherit;
  box-shadow: none;
  text-align: inherit;
}

.marker.is-active::after,
.marker:hover::after {
  border-top-color: #5069ff;
}

.folder-selected,
.folder-selected-hover {
  background-color: #6f9dff;
  /* border-style: solid; */
  /* border-width: 2px; */
  border-radius: 5px;
}

.folder-hover {
  background-color: #97c2f3;
  /* border-style: dashed; */
  /* border-width: 2px; */
  border-radius: 5px;
}

/* bouton ancre visuel bleu ArcheoGRID */
#btn-archeogrid-info {
  background-color: rgb(1, 76, 140);
  border-color: #2a2f4a;
  color: white;
}