@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-SemiBold";
  src: url("../fonts/Roboto-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Light";
  font-weight: 100;
  color: #4C2B20;
  background-color: #4C2B20;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-display: swap;
  scroll-padding-top: 101px;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 999;
  background-color: #EFD19F;
  font-family: "Roboto-SemiBold";
}
header .menu li {
  position: relative;
}
header .menu li:hover:after, header .menu li.active:after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #4C2B20;
}

.container, .container-bigger {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container-bigger {
  max-width: 1400px;
}

.container--light {
  background-color: #EFD19F;
}
.container--light * {
  color: #4C2B20;
}
.container--light * h1:after {
  border-bottom: 3px solid #4C2B20;
}

footer {
  background-color: #EFD19F;
  font-family: "Roboto-SemiBold";
}
footer a:hover {
  color: #FDA87D;
}
footer .footer-line {
  width: 100%;
  height: 3px;
  background-color: #E6B769;
}

/* Text */
h1, h2 {
  font-family: "Roboto-SemiBold";
  text-transform: uppercase;
}

h1 {
  font-size: 1.7rem;
  line-height: 1.7;
  color: #EFD19F;
  position: relative;
}
h1::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60%;
  height: 3px;
  background-color: #E6B769;
}
h1.title-center {
  width: fit-content;
  margin: 0 auto;
}
h1.title-center::after {
  transform: translateX(-50%);
  left: 50%;
}

h2 {
  font-size: 1.4rem;
  line-height: 1.4;
}

p {
  font-size: 18px;
}

b {
  font-family: "Roboto-SemiBold";
}

.color-dark-light :not(h2) {
  color: #947457;
}
.color-dark-light :not(h2) b {
  color: #EFD19F;
}

.color-light {
  color: #EFD19F;
}

.line {
  width: 100%;
  height: 3px;
  background-color: #E6B769;
}

.button {
  display: inline-block;
  font-family: "Roboto-SemiBold";
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 40px;
  min-width: 200px;
  text-align: center;
  background-color: #EFD19F;
  color: #4C2B20 !important;
  border-radius: 5px;
}
.button.button--dark {
  background-color: #4C2B20;
  color: #EFD19F !important;
}
.button:hover {
  background-color: #FDA87D;
  color: #4C2B20 !important;
}

a:hover {
  cursor: pointer;
}

img {
  border-radius: 15px;
  overflow: hidden;
}

.hover-svg:hover .st4 {
  fill: #4C2B20;
}

.hover-svg:hover .st5 {
  fill: #EFD19F;
}

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

.scroll-animate-done {
  opacity: 1;
}

.animate-caravane {
  height: 200px;
  width: auto;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  animation: moveUpDown 4s ease-in-out infinite;
}

@keyframes moveUpDown {
  0%, 100% {
    bottom: 0;
    transform: rotate(10deg);
  }
  50% {
    bottom: 2%;
    transform: rotate(7deg);
  }
}
/* Home */
#home .container {
  position: relative;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  font-size: 2rem;
}
#home .home__image {
  position: absolute;
  height: 700px;
  width: auto;
}
#home .home__content {
  background-color: #EFD19F;
  font-family: "Roboto-SemiBold";
  padding: 60px 20px;
  width: 100%;
  margin-left: 360px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 90px 150px;
  border-bottom-right-radius: 90px 150px;
}
#home .home__content .home__content-vertical {
  margin-left: 360px;
}
#home .home__content h1 {
  color: #4C2B20;
}
#home .home__content h1:after {
  display: none;
}

#galerie img {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
#galerie img:hover {
  transform: scale(1.05);
}
#galerie .gallery-images {
  height: 600px;
}
#galerie .gallery-images .flex {
  height: 100%;
}
#galerie .gallery-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#concept h2 {
  color: #EFD19F;
}

#infos img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

#forfaits .text-normal h2 {
  text-transform: none;
}
#forfaits .forfait-content {
  background-color: #27352A;
  border-radius: 15px;
  padding: 40px;
}
#forfaits .forfait-content *:not(h2) {
  font-size: 1.2rem;
  line-height: 1.42;
  color: #947457 !important;
}
#forfaits .forfait-content h2 {
  color: #FEA87D;
  text-transform: none;
}
#forfaits .forfait-content b, #forfaits .forfait-content b * {
  color: #EFD19F !important;
}
#forfaits .forfait-content.scroll-animate-done {
  transition: all 0.5s ease-in-out;
}
#forfaits .grid-forfaits:hover > .scroll-animate-done {
  opacity: 0.5;
}
#forfaits .grid-forfaits:hover > .scroll-animate-done:hover {
  opacity: 1;
}

#contact input[type=radio] {
  width: auto;
  position: relative;
  appearance: none;
  background: none;
  border: 0;
}
#contact input[type=radio]:after {
  content: "";
  position: absolute;
  border: 3px solid #EFD19F;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  top: 7px;
  left: 7px;
}
#contact input[type=radio]:checked:after {
  background-color: #EFD19F;
}
#contact label, #contact input {
  display: inline-block;
}
#contact label:hover, #contact input:hover {
  cursor: pointer;
}
#contact a:hover {
  color: #FDA87D;
}

/* Form */
:focus {
  outline: none;
}

input, textarea {
  border: 2px solid #EFD19F;
  background-color: #EFD19F;
  border-radius: 5px;
  padding: 10px 15px;
  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;
}

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