/* 
**
** Custom Animations
**
*/

#container {
  overflow-x: hidden;
}

.in5-parallax-bg-img {
  transform: none !important;
}

#item103868 {
  display: none !important;
}

.desktop_-_Titre-FR-Page,
.desktop_-_Titre-EN-Page,
.slide1,
.slide2,
.Titre-FR-Page-slide1,
.Titre-EN-Page-slide2,
#item21141,
#item21164,
#item21211,
#item21188 {
  will-change: transform;
}

/*Bloc animations*/
[data-name="35"] * {
  animation: none !important;
}

.slideInImg {
  animation: slidein-img 2s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slideInFr {
  animation: slidein 2s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slideInEn {
  animation: slidein 2s forwards cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.slideUp {
  animation: slideup 3s forwards cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slidein-img {
  0% {
    opacity: 0;
    transform: scale(0.5) translateX(6%);
  }
  100% {
    opacity: 1;
    transform: scale(0.5) translateX(0%);
  }
}

@keyframes slideup {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(14%);
  }
  100% {
    opacity: 1;
    transform: scale(0.5) translateY(0%);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.navbar-sticky {
  background-color: #f2e8d6;
  display: block;
  width: 100%;
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 500;
  font-family: FF-Sailec-Medium, Sailec;
  font-size: 14px;
  line-height: 14px;
  color: #915435;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}

.menu-sticky {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #f2e8d6;
  font-weight: 500;
  font-family: FF-Sailec-Medium, Sailec;
  font-size: 16px;
  line-height: 12px;
  color: #915435;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  z-index: 99;
  position: fixed;
  top: 0px;
}

.menu-sticky ul {
  position: relative;
  top: 60px;
  text-align: center;
}

.menu-sticky ul li {
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .menu-sticky ul li {
    padding: 20px 0;
    font-size: 14px;
  }
}

.openMenu {
  display: block;
  animation: fadeIn 0.3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Burger */

#item103801,
#item103620,
#item103760 {
  display: none !important;
}

#panoramique1 {
  /*   height: 600px; */
}

#testpano div:last-of-type {
  /*   height: 0 !important; */
}

.hamburger {
  position: fixed;
  z-index: 999;
  top: -5px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #b77f32;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #b77f32;
  border-radius: 40px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #b77f32;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#map {
  position: relative; /* what #map img is relative to */
}

#map img {
  position: absolute; /* need this to make dragging easy */
  top: 0;
  left: 0;
  border: 0 none transparent;
  height: 681px;
}
