@charset "UTF-8";
body {
  margin: 0;
}
body > * {
  position: relative;
}

html {
  margin: 0 !important;
  min-width: 344px;
}

.is_loading {
  overflow: hidden;
  position: relative;
}
.is_loading .loading {
  opacity: 1 !important;
  z-index: 1500 !important;
}

.loading {
  transition: 1s;
  display: flex;
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #B25845;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.loading .loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loading img {
  height: 40vh;
  margin-bottom: 3rem;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  width: calc(100% - 4rem);
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 2rem;
  padding-top: 0;
}
@media (max-width: 1100px) {
  .header {
    padding: 2rem 0;
    margin-bottom: 0rem;
    width: 100%;
    padding-top: 0;
  }
  .header .logo {
    width: 75% !important;
  }
}
.header .logo-menu {
  margin: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.header .logo-menu .logo {
  margin-top: 3rem;
  width: 345px;
}
.header .logo-menu .logo img {
  width: 100%;
}
@media (max-width: 1100px) {
  .header .logo-menu .menu-container {
    display: none;
  }
}
.header .logo-menu .menu-container .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.header .logo-menu .menu-container .menu a {
  color: white;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.header .logo-menu .menu-container .menu li {
  padding: 0.5rem 0;
  margin: 1rem;
  font-weight: 300;
}
.header .logo-menu .menu-container .menu li.current_page_item {
  font-weight: 600;
}
.header .right {
  align-content: center;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1100px) {
  .header .right > * {
    display: none;
  }
}
.header .right span {
  color: white;
  margin: 1rem;
  font-size: 2rem;
}
.header .right a {
  color: white;
  display: block;
  text-decoration: none;
  font-size: 2.5rem;
}
.header .right a:nth-child(1) {
  margin-right: 1rem;
}
.header .right .user-button {
  position: absolute;
  display: flex;
  right: 15%;
}
@media (max-width: 1100px) {
  .header .right {
    position: absolute;
    align-content: baseline;
    display: block;
    right: 0;
    top: 0;
  }
}
.header .right .menu-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
}
.header .right .menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  padding: 1rem;
}
.header .right .menu-container ul a {
  font-size: 1.7rem;
  margin: 0;
  border-bottom: 2px solid white;
  padding: 1rem 0;
  margin-top: 1rem;
  color: white !important;
}
.header .right.open .menu-container {
  display: block;
  background-color: rgba(178, 88, 69, 0.8705882353);
}
.header .left, .header .right {
  flex-grow: 1;
}

.landing {
  display: flex;
  flex-direction: column;
  min-height: 90vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .landing {
    min-height: 85vh;
  }
}
.landing::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  backdrop-filter: blur(6px);
}
.landing .slide_landing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  z-index: -1;
  background-color: #B25845;
}
.landing .slide_landing .slick-list, .landing .slide_landing .slick-track, .landing .slide_landing .slick-slide > div, .landing .slide_landing .slick-slide > div div {
  height: 100%;
}
.landing .slide_landing .slick-slide > div div {
  background-size: cover;
  background-position: center;
  filter: saturate(1.9);
}
.landing .slide_landing .slick-slide > div div {
  width: 100vw !important;
  height: 100%;
  object-fit: cover;
}
.landing .slide_landing .slick-current > div div {
  transform: scale(1.2);
  transition: 5s;
}
.landing .text-link {
  position: relative;
}
.landing .text-link .text {
  color: white;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  max-width: 70vw;
  margin: auto;
}
.landing .text-link .text .title {
  font-family: "Open Sans", serif;
  font-size: 4rem;
  text-align: center;
  width: 100%;
  font-weight: 400;
  margin: 0;
  line-height: 5rem;
}
.landing .text-link .text .title p {
  margin: 0;
}
.landing .text-link .text .desc {
  font-family: "Syne", sans-serif;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
}
.landing .link {
  display: flex;
  width: 70vw;
  justify-content: center;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
  min-width: 350px;
  flex-wrap: wrap;
}
.landing .link a {
  text-decoration: none;
  min-width: 185px;
  text-align: center;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  margin: 0.5rem;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
}
.landing .link a:first-of-type {
  background-color: #B25845;
  color: white;
}
.landing .link a:last-of-type {
  background-color: transparent;
  color: #FFF5EA;
  border: 2px solid white;
}

.home .description, .home .histoire {
  background-color: #FAF3F2;
  padding: 3rem;
  display: flex;
  padding-bottom: 6rem;
}
@media (max-width: 1100px) {
  .home .description, .home .histoire {
    padding-bottom: 0rem;
    padding: 1.5rem;
  }
}
.home .description .section-content, .home .histoire .section-content {
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
@media (max-width: 1100px) {
  .home .description .section-content > div, .home .histoire .section-content > div {
    flex-wrap: wrap;
  }
  .home .description .section-content > div > *, .home .histoire .section-content > div > * {
    width: 100% !important;
  }
  .home .description .section-content > div > div, .home .histoire .section-content > div > div {
    margin-left: 0rem !important;
  }
}
.home .description .section-content h2, .home .histoire .section-content h2 {
  text-align: end;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  width: 65%;
  font-weight: 500;
  font-size: 2rem;
}
.home .description .section-content > div, .home .histoire .section-content > div {
  display: flex;
}
.home .description .section-content > div img, .home .histoire .section-content > div img {
  width: 50%;
  max-height: 620px;
  height: auto;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 10px 10px 13px 1px rgba(0, 0, 0, 0.32);
}
@media (max-width: 1100px) {
  .home .description .section-content > div img, .home .histoire .section-content > div img {
    margin-bottom: -5rem;
    z-index: 500;
  }
}
.home .description .section-content > div div, .home .histoire .section-content > div div {
  width: 50%;
  margin: 2rem 0;
  padding: 2.5rem;
  margin-left: -3rem;
  background-color: white;
  border-radius: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  box-shadow: 10px 10px 13px 1px rgba(0, 0, 0, 0.089);
}
.home .plus-avis {
  backdrop-filter: blur(5px);
  position: relative;
  display: flex;
  padding: 4rem 0;
}
@media (max-width: 1100px) {
  .home .plus-avis {
    padding: 4rem 1.5rem;
  }
}
.home .plus-avis .section-content {
  display: flex;
  max-width: 1500px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .home .plus-avis .section-content {
    flex-wrap: wrap;
  }
  .home .plus-avis .section-content > * {
    padding: 0 2rem;
    width: calc(100% - 4rem) !important;
  }
  .home .plus-avis .section-content .plus {
    margin-bottom: 2rem;
  }
}
.home .plus-avis .section-content > div {
  width: 40%;
}
.home .plus-avis .section-content .plus {
  color: white;
}
.home .plus-avis .section-content .plus h2 {
  font-family: "Playfair Display", serif;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
}
.home .plus-avis .section-content .plus div {
  font-family: "Open Sans", sans-serif;
  line-height: 1.95rem;
  font-size: 1.15rem;
}
.home .plus-avis .section-content .avis {
  padding: 0 2rem;
  padding-top: 3rem;
  background-color: white;
  border-radius: 1.95rem;
  box-shadow: 10px 10px 6px 0px rgba(7, 7, 7, 0.29);
}
.home .plus-avis .section-content .avis h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}
.home .plus-avis .section-content .avis .slick-slide {
  height: 390px;
}
.home .plus-avis .section-content .avis .slick-slide > div {
  display: flex;
  padding: 0 1.5rem;
  height: calc(100% - 3rem);
}
.home .plus-avis .section-content .avis .content {
  font-family: "Open Sans", sans-serif;
  display: flex !important;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.home .plus-avis .section-content .avis .content * {
  text-align: center;
  align-content: center;
}
.home .plus-avis .section-content .avis .content .stars {
  display: flex;
  justify-content: center;
}
.home .plus-avis .section-content .avis .content .stars img {
  height: 60px;
  width: 60px;
}
@media (max-width: 1100px) {
  .home .plus-avis .section-content .avis .content .stars img {
    height: 30px;
    width: 30px;
  }
}
.home .plus-avis .section-content .avis .content .count_star b {
  font-size: 1.25rem;
}
.home .plus-avis .section-content .avis .content .commentaire {
  background-color: #FFE0DA;
  padding: 1rem;
  flex-grow: 1;
  height: 1%;
  margin-top: 1rem;
  border-radius: 2rem;
  max-height: 175px;
  box-shadow: 10px 10px 13px 1px rgba(0, 0, 0, 0.089);
  line-height: 1.5rem;
  position: relative;
}
.home .plus-avis .section-content .avis .content .commentaire img {
  height: 40px;
  width: 40px;
}
@media (max-width: 1100px) {
  .home .plus-avis .section-content .avis .content .commentaire img {
    height: 25px;
    width: 25px;
  }
}
.home .plus-avis .section-content .avis .content .commentaire img:first-of-type {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.home .plus-avis .section-content .avis .content .commentaire img:last-of-type {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.home .plus-avis > * {
  position: relative;
  z-index: 1;
}
.home .plus-avis > * * {
  margin: 0;
}
.home .plus-avis::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.274);
}
.home .plus-avis > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
}
.home .carte {
  background-color: #FAF3F2;
  padding: 3rem;
}
@media (max-width: 1100px) {
  .home .carte {
    padding: 1.5rem;
  }
}
.home .carte .section {
  display: flex;
  max-width: 1500px;
  margin: auto;
}
.home .carte .section > div {
  height: 500px;
  width: 50%;
  margin: 0;
  border-radius: 1rem;
}
.home .carte .section .description-map {
  margin-left: 3rem;
}
.home .carte .section .description-map h2 {
  font-family: "Playfair Display", serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
}
.home .carte .section .description-map div {
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1100px) {
  .home .carte .section {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .home .carte .section > div {
    width: 100%;
    margin: 0;
    height: auto;
    margin-left: 0 !important;
  }
  .home .carte .section #map {
    height: 500px;
  }
}

footer {
  position: relative;
  min-height: 300px;
  display: flex;
  background-color: #B25845;
  padding: 1rem;
}
footer > img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.096);
}
footer .footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 1500px;
  margin: auto;
}
footer .footer .info {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
}
footer .footer img {
  height: 250px;
}
footer .footer .menu {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
}
footer .footer .menu ul {
  list-style: none;
}
footer .footer .menu ul li {
  margin-bottom: 1.25rem;
  text-align: end;
}
footer .footer .menu ul a {
  text-decoration: none;
  color: white;
}
@media (max-width: 1100px) {
  footer .footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer > * {
    width: 100% !important;
  }
  footer .footer > * .menu {
    margin: 0;
    padding: 0;
  }
  footer .footer > * .menu li {
    text-align: center !important;
  }
  footer .footer img {
    width: 250px !important;
    margin-bottom: 2rem;
  }
  footer .footer .info p {
    text-align: center;
  }
}

.interne .landing {
  height: auto;
  min-height: 0;
}
.interne .landing::before {
  display: none;
}
.interne .landing .slide_landing {
  display: none;
}
.interne .landing .logo {
  display: none;
}
.interne .landing .text-link {
  display: none;
}
.interne .landing .header {
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.interne .landing .menu-container a {
  color: black !important;
}
.interne .landing .right {
  position: relative !important;
  display: flex;
  justify-content: end;
}
.interne .landing .right span {
  color: black !important;
}
.interne .content {
  min-height: 90vh;
  background-color: #F7EEEC;
}
.interne .content .main {
  max-width: 1500px;
  margin: auto;
  height: 100%;
  padding: 3rem 2rem;
  font-family: "Open Sans", sans-serif;
}
.interne .content .main .link-reserve {
  display: flex;
}
.interne .content .main .reserve {
  border-radius: 5rem;
  background-color: #B25845;
  text-decoration: none;
  padding: 1rem 3rem;
  display: block;
  color: white;
  margin-top: 2rem;
}
.interne .content .main .gallery-text {
  display: flex;
  flex-wrap: wrap;
}
.interne .content .main .gallery-text .gallery {
  width: 60%;
}
.interne .content .main .gallery-text .gallery .current_img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 1rem;
}
.interne .content .main .gallery-text .gallery .slide {
  display: flex;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  overflow: auto;
}
.interne .content .main .gallery-text .gallery .slide img {
  width: calc(20% - 1rem);
  aspect-ratio: 1/1;
  border-radius: 0.95rem;
  object-fit: cover;
  margin: 0.5rem;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .interne .content .main .gallery-text .gallery .slide img {
    width: calc(40% - 1rem);
  }
}
.interne .content .main .gallery-text .text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
  flex-grow: 1;
  width: 1%;
  margin-left: 1rem;
}
.interne .content .main .gallery-text .text ul {
  margin: 0;
  list-style: none;
}
.interne .content .main .gallery-text .text ul li {
  position: relative;
}
.interne .content .main .gallery-text .text ul li:before {
  content: "✔️";
  position: absolute;
  transform: translateX(-100%);
  padding-right: 5px;
  filter: invert(1);
}
@media (max-width: 1100px) {
  .interne .content .main .gallery-text > * {
    width: 100% !important;
  }
  .interne .content .main .gallery-text .gallery {
    margin-bottom: 3rem;
  }
}
.interne .content h1 {
  margin: 0;
  padding: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  padding-left: 0;
}
.interne .content h2 {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.7rem;
}
.interne .content .content-page {
  max-width: none;
  padding: 0;
  overflow: hidden;
}
.interne .content .content-page * {
  line-height: 2rem;
}
.interne .content .content-page > div, .interne .content .content-page > p {
  margin: auto;
  max-width: 1500px;
  padding-top: 3rem;
}
@media (max-width: 1100px) {
  .interne .content .content-page > div, .interne .content .content-page > p {
    padding: 2rem;
  }
}
.interne .content .content-page > div:last-child, .interne .content .content-page > p:last-child {
  margin-bottom: 3rem;
}
.interne .content .content-page .wp-block-columns {
  position: relative;
}
@media (max-width: 1100px) {
  .interne .content .content-page .wp-block-columns {
    padding: 2rem;
  }
}
.interne .content .content-page .wp-block-columns.white::before {
  content: "";
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  background: white;
  z-index: 0;
}
.interne .content .content-page .wp-block-columns.white {
  padding-bottom: 3rem;
}
.interne .content .content-page .wp-block-columns * {
  margin: 0;
  position: relative;
}
.interne .content .content-page .wp-block-columns * > p {
  margin: auto;
  margin-top: 1rem;
}
.interne .content .content-page .wp-block-columns *:nth-child(even) img {
  transform: translateY(4rem);
}
@media (max-width: 1100px) {
  .interne .content .content-page .wp-block-columns *:nth-child(even) img {
    transform: translateY(0rem);
  }
}
.interne .content .content-page .wp-block-columns img {
  object-fit: cover;
  border-radius: 2rem;
  max-height: 450px;
  aspect-ratio: 1/1;
  box-shadow: 10px 10px 13px 1px rgba(0, 0, 0, 0.32);
}
.interne .content.faq {
  background-color: white;
}
.interne .content.faq h1 {
  margin-bottom: 3rem;
}
.interne .content.faq h2 {
  margin-top: 3rem;
}
.interne .content .questions .question {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  background-color: #F7EEEC;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  user-select: none;
  position: relative;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
.interne .content .questions .question > p {
  width: 100%;
  margin: 0;
}
.interne .content .questions .question span {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: auto;
}
.interne .content .questions .question .titre {
  font-weight: 500;
  font-size: 1.2rem;
}
.interne .content .questions .question .response {
  margin-top: 1rem;
  display: none;
}
.interne .content .questions .question.open .response {
  display: block;
}
.interne .content .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: auto;
}
.interne .content .wpcf7-form * {
  width: 100%;
}
.interne .content .wpcf7-form p {
  display: flex;
  justify-content: center;
}
.interne .content .wpcf7-form input, .interne .content .wpcf7-form textarea {
  padding: 1rem;
  width: calc(100% - 2rem);
  border-radius: 0.5rem;
  border: solid 2px black;
  border: none;
  background: #f7eeec;
  margin-top: 0.5rem;
}
.interne .content .wpcf7-form .wpcf7-submit {
  width: 200px;
  background-color: #B25845;
  border: none;
  color: white;
  cursor: pointer;
}
.interne .content .wpcf7-form .wpcf7-response-output {
  border-radius: 0.5rem;
  background: rgba(70, 180, 80, 0.4901960784);
  border: none;
  color: white;
  padding: 0.5rem;
}