@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
.parallax-window {
  /*min-height: 500px;
  max-height: 50vh;
  */background: transparent;
} 
a, a:hover { 
  color: inherit; 
} 
.deeptext {
  text-shadow: -2px 3px 3px rgba(0,0,0,0.45);
}
.deepright {
  text-shadow: 2px 3px 3px rgba(0,0,0,0.45);
}
.selector {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.hide {
  display: none;
}
.drx-text {
  font-family: 'Luckiest Guy';
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.active {
  background-color: #FAC97B !important;
}

.btn-retour {
  font-family: 'Luckiest Guy', cursive;
  bottom:60px;
  left:0;
  position:fixed;
  background-color:black;
  padding:5px 10px 5px 10px;
  border-top-right-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  font-size:larger;
  z-index:3;
  color:#FAC97B !important;
}
.btn-retour:hover {
  color:#be995e !important;
  cursor: pointer;
}
/* LIGHTBOX */
.lightbox-gallery .lightbox-gallery-toolbar button:before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}
.lightbox-gallery .lightbox-gallery-arrow-right button:before {
  font: var(--fa-font-solid);
}

.lightbox-gallery .lightbox-gallery-arrow-left button:before{
  font: var(--fa-font-solid);
}
.lightbox-gallery .lightbox-gallery-toolbar button:before{
  font: var(--fa-font-solid);
}