/* menu */
.header {
  position: sticky;
  top: 0;
  background: #191919;
  z-index: 100;
}
.header-logo {
  max-width: 200px;
}

.header.sticky {
  background: #141516;
}
.header.sticky .top-bar {
  display: none;
}
.header.sticky .header-logo {
  max-width: 120px;
}


/* menu mobile */
.mobile-nav__contact i {
  flex: 0 0 auto;
}
.mobile-nav__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}

.mobile-nav__social .fa {
  font-size: 23px;
}

/* nombre */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-o-inner-spin-button {
  -o-appearance: none;
  margin: 0;
}


/* accueil */
.hero-banner {
  max-height: 620px;
}

.video-wrapper {
  width: 100%;
  height: 0%;
  padding-bottom: 60%;
  position: relative;
}
.hero-banner .video-wrapper {
  position: absolute;
  z-index: 1;
}
.video-wrapper .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.video-wrapper video {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


/* contact */
.infoscontact .text-md {
  margin: 15px 0 25px;
}
.infoscontact .social-icon .fa {
  font-size: 30px;
}


/* footer */
.contact-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start !important;
  gap: 10px !important;
}

.contact-list li .fa {
  font-size: 20px;
  margin: 2px 0 0;
  color: #e8c895;
}

footer .social-icon .fa {
  font-size: 30px;
}
.social-icon {
  flex-wrap: wrap;
}

/* newsletter */
.newsletter {
  padding: 40px 0;
}

.newletter-content {
  margin: auto;
}

/* banner page */
.banner {
  padding: clamp(64px, 5.911vw, 180px) 0;
  position: relative;
}
.banner::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: #000;
}

.banner .container-fluid {
  position: relative;
}

.banner h1 {
  text-align: center;
}

img {
  max-width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

picture {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

picture img {
  display: block;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bgimg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* galerie */
.modgalerie {
  margin-bottom: 80px;
}
.modgalerie .galerie {
  width: 100%;
  max-width: 900px;
  height: 100%;
  position: relative;
  margin: auto;
  padding: 0 25px;
}

.modgalerie .galerie .slick-list {
  height: 100%;
  width: 100%;
}

.modgalerie .galerie .slick-list .slick-track {
  height: 100%;
  width: 100%;
}

.modgalerie .galerie .slick-list .slick-track .slider-block {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.slick-dots li.slick-active button:before,
.slick-dots li button::before {
  display: none !important;
}
.modgalerie .galerie .slick-dots {
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  bottom: inherit;
  padding-top: 45px;
}
.modgalerie .galerie .slick-dots li button::before {
  display: none;
}
.modgalerie .galerie .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 2px solid #E8C895;
  border-radius: 16px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.modgalerie .galerie .slick-arrow:hover {
  opacity: 0.7;
}
.modgalerie .galerie .slick-prev {
  left: 5px;
}
.modgalerie .galerie .slick-next {
  right: 5px;
}
.modgalerie .galerie .slick-dots li.slick-active {
  border-color: #673C19;
  background: #673C19;
}

.modgalerie .galerie .slick-dots li button {
  font-size: 0;
  background: transparent;
  color: transparent;
}

/* avis */
.modavis {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 0 20px;
}
.initial {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #E8C895;
  text-align: center;
  border: solid 1px #E8C895;
  border-radius: 50%;
}
.infosavis {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}
.infosavis p {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.infosavis .nomavis {
  font-size: 24px;
  font-weight: 600;
  color: #E8C895;
}
.anote {
  font-weight: 600;
}
.linestar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.linestar i {
  font-size: 24px;
  color: #E8C895;
}
.txtavis {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  margin: 15px 0;
}

.timeavis {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 4px;
}

/* carte */
.modmenu {
  text-align: center;
}

.menu-nav {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: sticky;
  top: 88px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  background: #e8c895;
}

.menu-nav a {
  font-size: 20px;
  font-weight: 600;
  color: #141516;
  padding: 10px 15px;
  transition: all 0.3s linear;
}

.menu-nav a:hover {
  color: #e8c895;
  background: #673c19;
}

.modmenu {
  text-align: center;
}

.titlemenu {
  font-family: "Brawler", sans-serif;
  font-size: 40px;
  color: #fff;
}

.bloctitlemenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px;
}

.blocmenu {
  width: 100%;
  max-width: 1200px;
  padding: 25px;
  margin: auto;
}

.prixtitlemenu {
  font-size: 22px;
  font-weight: 600;
  color: #e8c895;
}

.bloccontentmenu p {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 14px;
}

.subtiltemenu {
  text-align: left;
  font-size: 24px;
  color: #e8c895;
  margin: 0 0 25px;
}

.sectionmenu {
  margin: 0 0 50px;
  padding: 0px 0 0;
}


.blocinfosmenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
  gap: 10px;
  margin: 0 0 10px;
}

.blocinfosmenu::before {
  content: '';
  order: 2;
  width: auto;
  height: 1px;
  background: #fff;
  display: block;
  flex: 1 1 auto;
}

.pricemenu {
  order: 3;
}

.subinfosmenu {
  font-weight: 400;
  margin: 0 0 24px;
}

/* reservation */
.reservation {
  position: relative;
}
.reservation iframe {
  width: 100%;
  height: 860px;
}

/* preloader */
#preloader img {
  max-width: 200px;
}

/* mention légales */
.mentions-detail h2:not(:first-child) {
  margin-top: 40px;
}
.mentions-detail p, .mentions-detail li {
  margin-bottom: 10px;
}
.mentions-detail .h4 {
  margin-top: 30px;
}

/* responsive */
@media (width <= 60rem) {

  .menu-nav a {
    font-size: 14px;
    padding: 5px 5px;
  }

  .bloctitlemenu {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  footer .footer-wrapper {
    flex-wrap: wrap;
  }
  .footer-wrapper>div {
    width: 100% !important;
  }

}

@media (width <= 45rem) {
  .time-location li:not(.times) {
    display: none !important;
  }

  .hero-banner {
    max-height: 300px;
  }

}

@media (width <= 31rem) {
  .menu-nav {
    display: none;
  }
  .sectionmenu {
    padding: 0px;
  }
  .initial {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

}

@media (max-width: 580px) {
  .header .navigation .header-logo {
    width: 120px !important;
  }
}