@font-face {
  font-family: "BodoniModa";
  src: url("../fonts/BodoniModa.ttf");
}
@font-face {
  font-family: "Nunito-Light";
  src: url("../fonts/Nunito-Light.ttf");
}
@font-face {
  font-family: "Nunito-LightItalic";
  src: url("../fonts/Nunito-LightItalic.ttf");
}
@font-face {
  font-family: "Nunito-SemiBold";
  src: url("../fonts/Nunito-SemiBold.ttf");
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Nunito-Light";
  font-weight: 100;
  color: #001f42;
  background-color: #fff;
  font-size: 20px;
  scroll-behavior: smooth;
  font-display: swap;
  overflow-x: hidden;
}

a {
  transition: all 0.2s;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 999;
  font-family: "Nunito-SemiBold";
  background: #fff;
}
header li.active a, header li a:hover {
  color: #aa8751;
  cursor: pointer;
}
header .logo {
  height: 56px;
  width: auto;
}

.background-content:nth-child(2n), .background-content--blue, .background-content__gallery {
  position: relative;
}
.background-content:nth-child(2n):before, .background-content:nth-child(2n):after, .background-content--blue:before, .background-content--blue:after, .background-content__gallery:before, .background-content__gallery:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-content:nth-child(2n):before, .background-content--blue:before, .background-content__gallery:before {
  top: -48px;
  background-image: url("../images/wave-top.svg");
}
.background-content:nth-child(2n):after, .background-content--blue:after, .background-content__gallery:after {
  bottom: -50px;
  background-image: url("../images/wave-bottom.svg");
}

.background-content.background-content--blue:before {
  background-image: url("../images/wave-top_blue.svg");
}
.background-content.background-content--blue:after {
  background-image: url("../images/wave-bottom_blue.svg");
}

.background-content:nth-child(odd) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.background-content__gallery {
  background-color: #f9f8f7;
}

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

footer {
  background-color: #001f42;
  color: #aa8751;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 50px;
  font-size: 0.8rem;
}
footer a {
  color: #aa8751 !important;
  border: none !important;
  background: transparent !important;
  padding: initial !important;
  border-radius: 0px !important;
}
footer a:hover {
  border-bottom: 1px solid #fff !important;
}

.main-content footer a:hover {
  color: #fff !important;
}

h1 {
  font-family: "BodoniModa";
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 40px;
  color: #001f42;
}

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

i {
  font-family: "Nunito-LightItalic";
}

b, strong {
  font-family: "Nunito-SemiBold";
}

.scroll-animate {
  opacity: 0;
}

.button, .main-content a {
  background-color: #aa8751;
  color: #fff;
  padding: 10px 12px;
  border-radius: 0px;
  border: 2px solid #aa8751;
}
.button:hover, .main-content a:hover {
  background-color: #fff;
  color: #001f42 !important;
  border: 2px solid #001f42;
}

.image-border {
  width: fit-content;
  position: relative;
}
.image-border:before {
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  left: 10px;
  top: 10px;
  -webkit-box-shadow: inset 0px 0px 0px 5px #F8F8F6;
  -moz-box-shadow: inset 0px 0px 0px 5px #F8F8F6;
  box-shadow: inset 0px 0px 0px 5px #F8F8F6;
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#home video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home .container__bottom {
  color: #fff;
  text-align: center;
  width: 100%;
}

.partenaire img {
  height: 100px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}

#gallery {
  overflow: hidden;
  position: relative;
}
#gallery .gallery-content {
  display: flex;
  width: max-content;
  animation: scrollGallery 30s linear infinite;
  -webkit-animation: scrollGallery 30s linear infinite;
  overflow: hidden;
}
#gallery img {
  height: 400px;
  object-fit: fill;
}

@keyframes scrollGallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#atouts h2 {
  color: #001f42;
  margin-top: 20px;
}
#atouts img {
  margin: 0 auto;
  height: 120px;
}

#offre {
  background-color: #001f42;
}
#offre .container__content {
  position: relative;
  background-color: #F8F8F6;
  border-radius: 0px;
}
#offre .container__content .offre-images img {
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}
#offre .container__content .slideshow .article--content {
  height: 425px;
}

.offre-price {
  position: absolute;
  background-color: #aa8751;
  color: #fff;
  border-radius: 100%;
  height: 200px;
  width: 200px;
  display: inline-block;
  font-family: "Nunito-SemiBold";
  text-align: center;
  right: -100px;
  top: -100px;
  transform: rotate(10deg);
  line-height: normal;
}
.offre-price div {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.offre-price .offre-price__startAt {
  font-size: 0.9rem;
}

#offre-detail .offre-price {
  right: 0;
  top: -40px;
}

.gallery-masonry {
  column-count: 3;
  column-gap: 24px;
}
.gallery-masonry img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  break-inside: avoid;
}

#contact * {
  color: #fff;
}
#contact .container {
  position: relative;
  z-index: 1;
}

:focus {
  outline: none;
}

input, textarea {
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
  border: 2px solid #aa8751;
  border-radius: 0px;
  color: #001f42 !important;
}

.contact_gender {
  position: absolute;
  left: -99999px;
}

/* 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 {
  position: relative;
}
.slideshow .slideshow__img {
  display: none;
}
.slideshow .slideshow__img.is-active {
  display: inline-block;
}

.slideshow__arrows {
  position: absolute;
  bottom: 0;
}
.slideshow__arrows img {
  height: 50px;
  width: auto;
  display: inline-block;
}
.slideshow__arrows img:hover {
  cursor: pointer;
}

#feedbacks {
  background-color: #001f42;
}
#feedbacks * {
  color: #fff;
}
#feedbacks .slideshow-group {
  height: 200px;
}
#feedbacks .slideshow__arrows {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-top: 20px;
}
#feedbacks h2 {
  margin-bottom: 20px;
}

#members .member .image-border {
  margin: 0 auto;
}
#members .member img {
  height: 220px;
  width: 220px;
  object-fit: cover;
  object-position: auto;
}
#members .member h1 {
  text-align: center;
  font-size: 1.4rem;
  color: #001f42;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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