@font-face {
  font-family: "Cormorant-light";
  src: url("../font/CormorantGaramond-Light.ttf"); /* url of the font */
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica";
  font-weight: 100;
  color: #231F20;
  background-color: #f2f2f2;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-display: swap;
  margin-bottom: 20px;
}

html.prevent-scroll {
  overflow: hidden;
}

.demo {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  font-size: 0.7rem;
  text-align: center;
  background-color: #231F20;
  color: #fff;
  padding: 10px 20px;
}
.demo a {
  border-bottom: 1px solid #fff;
}

header {
  font-family: "Cormorant-light";
  font-size: 22px;
  position: fixed;
  z-index: 999;
  transition: all 0.25s;
}
header li.active a, header a:hover {
  border-bottom: 1px solid #fff;
}
header {
  color: #fff;
}
header .button {
  color: #fff;
  border: 3px solid #fff;
}
header .button:hover {
  border: 3px solid #fff !important;
  background-color: #fff;
  color: #231F20;
}
header.mode-white {
  color: #D2B48C;
  background-color: #fff;
}
header.mode-white li.active a, header.mode-white a:hover {
  border-bottom: 1px solid #D2B48C;
}
header.mode-white .button {
  color: #D2B48C;
  border: 3px solid #D2B48C;
}
header.mode-white .button:hover {
  border: 3px solid #D2B48C !important;
  background-color: #D2B48C;
  color: #fff;
}

footer {
  background-color: #ffe1cd;
  font-size: 0.7rem;
}
footer a {
  color: #D2B48C;
  font-family: "Cormorant-Light";
  font-size: 1rem;
}
footer a:hover {
  border-bottom: 1px solid #D2B48C;
}

.container {
  width: calc(100% - 40px);
}

.container-separate {
  background-color: #fff;
}

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

/* Text */
h1 {
  font-family: "Cormorant-light";
  color: #D2B48C;
  font-size: 4rem;
  line-height: 4rem;
  margin-top: 0;
  margin-bottom: 40px;
}

a:hover {
  border-bottom: 1px solid #231F20;
  cursor: pointer;
}

.button, .article a {
  transition: all 0.25s;
  background-color: transparent;
  border: 3px solid #D2B48C;
  color: #D2B48C;
  padding: 5px 10px;
  width: fit-content;
  font-family: "Cormorant-light";
  font-size: 22px;
}
.button:hover, .article a:hover {
  background-color: #D2B48C;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #D2B48C !important;
}

/* Home */
#home {
  color: #fff;
}
#home .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#home h1 {
  font-size: 5rem;
}

/* About */
#about .about-gallery {
  height: 100%;
}
#about .about-gallery img {
  height: 100%;
  object-fit: cover;
}

.gallery img {
  height: 400px;
  object-fit: cover;
}

/* Confirmation */
#confirmation .container--title, #lieux .container--title, #hotels .container--title, #shop .container--title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#confirmation .lazy-background, #lieux .lazy-background, #hotels .lazy-background, #shop .lazy-background {
  position: relative;
}
#confirmation .lazy-background:before, #lieux .lazy-background:before, #hotels .lazy-background:before, #shop .lazy-background:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#hotels .container p, #shop .container p {
  max-width: 800px;
  margin-bottom: 40px;
}

.article {
  background-color: #fff;
  overflow: hidden;
}
.article .article--img {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.article .article--content h2 {
  font-family: "Cormorant-Light";
  color: #D2B48C;
  margin-bottom: 10px;
  font-size: 24px;
}
.article .article--content {
  padding: 20px 20px 20px 20px;
}
.article.article--sold-out:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.article .button.button--article-sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 154px;
  background-color: #D2B48C;
  color: #fff;
}

.openmap {
  width: 100%;
  height: 480px;
}

/* Form */
.form-container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

form label {
  font-family: "Cormorant-light";
  font-size: 22px;
}
form .form-required {
  color: #bfbfbf;
}

:focus {
  outline: none;
}

input, textarea, select {
  border: 3px solid #D2B48C;
  background-color: #fff;
  padding: 5px 10px;
  width: 100%;
}

/* alert */
.alert {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.alert.alert--success {
  background-color: #A3DC9A;
  color: #518b48;
}
.alert.alert--error {
  background-color: #f86681;
  color: #c5092f;
}

/* Slideshow */
.slideshow {
  border: 3px solid #D2B48C;
  height: 250px;
  overflow: hidden;
}
.slideshow .slideshow__img {
  display: none;
}
.slideshow .slideshow__img.is-active {
  display: inline-block;
}
.slideshow .slideshow__arrows div {
  display: inline-block;
}

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