body{
  color:#5271ff;
}
strong{
  color:#5ce1e6;
}

#install-prompt {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 5px;
  text-align: center;
}

#install-prompt p {
  margin: 0;
}

#install-prompt a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

#autocomplete-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Style pour chaque élément de la liste des résultats */
#autocomplete-results li {
  padding: 8px 16px;
  cursor: pointer;
}
.mycluster a{color:#fff}

.mycluster {
  background: #5ce1e6;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: 700;
  border: 1px solid #5ce1e6;
  font-family: monospace;
  line-height:26px;
}

.mycluster:before {
  content: ' ';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid white;
}

  th {
    text-align: left;
    vertical-align:middle;
  }
   th svg{
    vertical-align:middle
   }
.rating-bar ul{
  list-style-type: none;
  padding:0;
}

.rating-bar li{display:inline-block}

.tap-bar{
  width:100%;
  padding:8px;
  box-sizing: border-box;
  text-align: center;
  position:fixed;
  bottom:0;
  left:0;
  background-color: #fff;
  z-index: 1000;
}

.tap-bar section{
  float: left;
  width:25%;
}

#installBanner {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#installBanner.show {
  opacity: 1;
}

#shareDiv{width:20%}
.hidden{
  display: none;
}

footer{margin-bottom:47px}
#favouritesListToggle, .dayListToggle{
  position: fixed;
    bottom: 47px;
    z-index: 1000;
    width: 100%;
    left: 0;
}

.marker-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: transparent;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

.marker-pin::after {
  content: '';
  width: 24px;
  height: 24px;
  margin: 3px 0 0 3px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}

.video-background {
  height: 50vh;
  width:100%;
}

.video-background iframe {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

.overlay-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-top: 30vh;
}