@font-face {
  font-family: "PTSans-Bold";
  src: url("../fonts/PTSans-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AlbertSans-Light";
  src: url("../fonts/AlbertSans-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AlbertSans-Bold";
  src: url("../fonts/AlbertSans-Bold.ttf") format("truetype");
  font-display: swap;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "AlbertSans-Light";
  font-weight: 100;
  color: #2F2D2A;
  background-color: #f8f6f3;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-display: swap;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  color: #f1f1f1;
  position: fixed;
  z-index: 999;
}
header .lang-active, header .menu-active {
  border-bottom: 1px solid #f1f1f1;
}
header .logo {
  filter: brightness(0) invert(1);
  height: 30px;
}
header.is-active .logo {
  filter: initial;
}
header.mode-scrolled a {
  color: #2F2D2A !important;
}
header.mode-scrolled .lang-active, header.mode-scrolled .menu-active {
  border-bottom: 1px solid #2F2D2A;
}
header.mode-scrolled .logo {
  filter: initial;
}

.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

footer {
  background-color: #2F2D2A;
  font-size: 0.7rem;
  color: rgb(193, 184, 184);
}

.container-background {
  background-color: #f8f6f3;
}
.container-background:nth-child(2n) {
  background-color: #dedbd2;
}

.scroll-animate, .noscroll-animate {
  opacity: 0;
}

b, strong {
  font-family: "AlbertSans-Bold";
}

img {
  border-radius: 10px;
}

h1, h3 {
  font-family: "PTSans-Bold";
  font-size: 3rem;
  color: #2F2D2A;
  text-transform: uppercase;
}

h1 {
  line-height: 3rem;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.5rem;
}

ul {
  list-style: disc;
  margin-left: 20px;
}

.menu {
  text-transform: uppercase;
  font-family: "PTSans-Bold";
  color: #fff;
}
.menu li.active a {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.menu a:hover {
  border-bottom: 1px solid #fff;
}

a {
  width: fit-content;
}
a:hover {
  border-bottom: 1px solid #2F2D2A;
  cursor: pointer;
}

#home {
  height: 100vh;
  position: relative;
}
#home h1 {
  line-height: 5rem;
}
#home h3 {
  color: #f1f1f1;
  text-transform: unset;
  font-family: "AlbertSans-Light";
}
#home .slideshow {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
#home .slideshow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3333333333);
}
#home .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #f1f1f1;
}
#home .container h1 {
  color: #f1f1f1;
  font-size: 5rem;
  margin-bottom: 20px;
}
#home .container .article-more a {
  border: 2px solid #f8f6f3;
  color: #f1f1f1;
}
#home .container .article-more a:hover {
  background-color: #f8f6f3;
  color: #2F2D2A;
}

#about img, .restaurant-images img {
  object-fit: cover;
  height: 100%;
}

#about .slideshow, #sellerie .slideshow {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#about .slideshow .slideshow__img, #sellerie .slideshow .slideshow__img {
  height: 450px;
  object-fit: cover;
}
#about .slideshow .slideshow__arrows, #sellerie .slideshow .slideshow__arrows {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#about .slideshow .slideshow__arrows img, #sellerie .slideshow .slideshow__arrows img {
  display: inline-block;
  height: 50px;
  width: auto;
}
#about .slideshow .slideshow__arrows img:hover, #sellerie .slideshow .slideshow__arrows img:hover {
  cursor: pointer;
}

#gallery img {
  object-fit: cover;
  height: 300px;
  width: 100%;
}

#restaurant .restaurant-hour > * {
  color: #f1f1f1;
}
#restaurant .restaurant-hour {
  border-radius: 10px;
  background-color: #2F2D2A;
  padding: 20px 40px;
}

#restaurant, .article--readmore, .article-more {
  margin-top: 30px;
}
#restaurant a, .article--readmore a, .article-more a {
  padding: 10px 20px;
  border: 2px solid #2F2D2A;
  color: #2F2D2A;
  border-radius: 10px;
}
#restaurant a:hover, .article--readmore a:hover, .article-more a:hover {
  background-color: #2F2D2A;
  color: #f1f1f1;
}

#contact .link-map {
  overflow: hidden;
  display: block;
  border-bottom: 0;
  border-radius: 10px;
}
#contact .link-map img {
  height: auto;
  width: 100%;
}
#contact a {
  border-bottom: 1px solid #2F2D2A;
}

.article {
  background-color: #dedbd2;
  border-radius: 10px;
  padding: 40px;
  color: #2F2D2A;
}
.article .article--content__date {
  font-size: 0.8rem;
}

.slideshow.slideshow--home {
  overflow: hidden;
  position: relative;
}
.slideshow.slideshow--home .slideshow__img.is-active {
  position: absolute;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}
.slideshow .slideshow__progress {
  position: absolute;
  bottom: 20px;
  width: 100px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.slideshow .slideshow__progress .slideshow__progress-bar {
  background-color: #f8f6f3;
  width: 0%;
  height: 100%;
}
.slideshow .slideshow__img {
  overflow: hidden;
  display: none;
  object-fit: fill;
}
.slideshow .slideshow__img.is-active {
  display: inline-block;
}
.slideshow .slideshow__img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Banner cookie */
#bannerCookie {
  background-color: #11100f;
  color: #f1f1f1;
  padding: 10px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  font-size: 0.7rem;
  width: 100%;
  z-index: 100;
}
#bannerCookie h1 {
  font-size: 1rem;
  color: #f1f1f1;
  line-height: 0.9rem;
}
#bannerCookie a {
  text-decoration: underline;
}
#bannerCookie .banner__button {
  padding: 5px 10px;
  border: 2px solid #f8f6f3;
  color: #f1f1f1;
  border-radius: 10px;
  display: inline-block;
}
#bannerCookie .banner__button.banner__button--decline {
  border: 0;
  border-radius: 0;
}
#bannerCookie .banner__button:hover {
  background-color: #f8f6f3;
  color: #2F2D2A;
  border-radius: 10px;
  border: 2px solid #f8f6f3;
}

/*# sourceMappingURL=style.css.map */
