/* Sass files import */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ysabeau:ital,wght@0,1..1000;1,1..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: #BFAC8B;
  color: #fff;
}

.hide-on-mobile {
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
    visibility: hidden;
  }
}

.hide-on-desktop {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .hide-on-desktop {
    display: block;
    visibility: visible;
  }
}

@media only screen and (min-width: 576px) {
  * {
    cursor: none !important;
  }
}

.cursor {
  position: fixed;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #BFAC8B;
  pointer-events: none;
  z-index: 8500;
  transition: transform 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cursor.white-bg {
  background: #fff;
}
.cursor span {
  opacity: 0;
}
.cursor.hover {
  transform: scale(3);
  background: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.cursor.hover span {
  opacity: 1;
  transform: scale(0.25);
}
@media only screen and (max-width: 576px) {
  .cursor {
    display: none;
  }
}

@keyframes rotation {
  25% {
    transform: rotate(1.5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(1.5deg);
  }
}
body, p, a, span, li {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  body, p, a, span, li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  body, p, a, span, li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  body, p, a, span, li {
    font-size: 14px;
  }
}

p {
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: 500;
}

#main-content a {
  color: #2091e1;
  font-weight: 500;
  text-decoration: solid;
}
#main-content a:hover {
  color: #2182c7;
}

body:not(.elementor-editor-active) #main-content ul {
  list-style-type: none;
  padding-left: 1.5rem;
}
body:not(.elementor-editor-active) #main-content ul li {
  position: relative;
}
body:not(.elementor-editor-active) #main-content ul li:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -1rem;
  width: 10px;
  height: 2px;
  background: #BFAC8B;
}

.splide ul {
  padding-left: 0;
}
.splide ul li:before {
  display: none;
}

h1, h2, h3, h4, h5, h6, h2.elementor-heading-title {
  font-family: "Ysabeau", serif;
  font-weight: 400;
  margin-bottom: 1rem;
  transition: font-size 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}

h1 {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 58px;
  line-height: 1.2 !important;
  letter-spacing: -0.03em;
  color: #000;
}
@media only screen and (max-width: 1800px) {
  h2 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-weight: 300;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 576px) {
  h3 {
    font-size: 25px;
  }
}

/* Subheader */
p.elementor-heading-title,
.elementor-icon-box-title span {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #BFAC8B;
}
@media only screen and (max-width: 1024px) {
  p.elementor-heading-title,
  .elementor-icon-box-title span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  p.elementor-heading-title,
  .elementor-icon-box-title span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  p.elementor-heading-title,
  .elementor-icon-box-title span {
    font-size: 12px;
  }
}

/* Icon box titles only */
.elementor-icon-box-title,
.elementor-icon-box-title span {
  line-height: 0.7 !important;
  letter-spacing: 1px;
}

.landing-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-content .page-heading {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.5;
  text-transform: uppercase;
  width: fit-content;
  position: relative;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1440px) {
  .landing-content .page-heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-content .page-heading {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-content .page-heading {
    font-size: 12px;
  }
}
.landing-content .page-heading:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: -5rem;
  width: 50px;
  height: 2px;
  background: #BFAC8B;
}
@media only screen and (max-width: 1024px) {
  .landing-content .page-heading:before {
    width: 40px;
    left: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .landing-content .page-heading:before {
    width: 30px;
    left: -3rem;
  }
}
.landing-content .page-heading:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: -5rem;
  width: 50px;
  height: 2px;
  background: #BFAC8B;
}
@media only screen and (max-width: 1024px) {
  .landing-content .page-heading:after {
    width: 40px;
    right: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .landing-content .page-heading:after {
    width: 30px;
    right: -3rem;
  }
}

.social-media-links {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  list-style-type: none;
}
@media only screen and (max-width: 1024px) {
  .social-media-links {
    gap: 0.75rem;
  }
}
.social-media-links li {
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
.social-media-links li img {
  width: 100%;
  height: 20px;
}
@media only screen and (max-width: 1024px) {
  .social-media-links li img {
    height: 18px;
  }
}
.social-media-links li:hover {
  transform: scale(1.2);
}

.footer-col .social-media-links {
  margin-top: 1rem;
}

.landing-section {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-section.video video {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1440px) {
  .landing-section.video video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .landing-section {
    padding-top: 4rem;
  }
}
.landing-section .page-heading,
.landing-section h1,
.landing-section p,
.landing-section .button {
  opacity: 0;
}
.landing-section .landing-content {
  text-align: center;
  position: relative;
  z-index: 20;
  max-width: 66vw;
}
.landing-section .landing-content .page-heading, .landing-section .landing-content h1, .landing-section .landing-content p {
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .landing-section .landing-content {
    max-width: 90vw;
  }
}
.landing-section .landing-section-overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body:not(.home) .landing-content p {
  width: 60%;
}
@media only screen and (max-width: 1440px) {
  body:not(.home) .landing-content p {
    width: 68%;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.home) .landing-content p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.home) .landing-content p {
    width: 100%;
  }
}

header {
  position: fixed;
  z-index: 1100;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding: 35px;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}
header.scrolled {
  background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
}
@media only screen and (max-width: 767px) {
  header {
    padding: 20px;
  }
}
header.open-menu {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
header .header-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  header .header-col.right-header-col .book-now {
    display: none !important;
  }
}
header .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
  max-width: 100%;
}
header .logo img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  header .logo {
    max-width: 250px;
  }
}
@media only screen and (max-width: 576px) {
  header .logo {
    max-width: 155px;
    gap: 0.5rem;
  }
}
header .logo-separator {
  width: 1px;
  height: 4rem;
  background: #fff;
}
header .menu-trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  header .menu-trigger {
    gap: 0.5rem;
  }
}
header .menu-trigger span {
  font-size: 0.85em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 4px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  header .menu-trigger img {
    transform: scale(0.75);
  }
}
header .button {
  margin-top: 0;
}

.home .landing-content h1 {
  display: none;
}

.landing-section {
  background-position: bottom center !important;
}

.page-heading {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

:root {
  --bar-bg: #fff;
}

.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 16px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--bar-bg, #000);
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}
.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 9px;
}
.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
  width: 22px;
}
@media (min-width: 1024px) {
  .menu-icon:hover span:first-of-type {
    width: 28px;
  }
  .menu-icon:hover span:last-of-type {
    width: 14px;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(150deg, #8DC0E4 0%, #D5AEA3 100%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: background 0.5s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
.menu-overlay #background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 1s ease;
}
.menu-overlay #background-color.blue-bg {
  background: #8DC0E4;
}
.menu-overlay #background-color.darkblue-bg {
  background: #5D87AB;
}
.menu-overlay #background-color.pink-bg {
  background: #D5AEA3;
}
.menu-overlay #background-color.yellow-bg {
  background: #DAB97B;
}
.menu-overlay #background-color.green-bg {
  background: #5D8649;
}
.menu-overlay.visible {
  pointer-events: all;
}
.menu-overlay.visible .menu li,
.menu-overlay.visible a {
  pointer-events: all;
}
.menu-overlay .menu-overlay-container {
  width: 100%;
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  z-index: 250;
}
@media only screen and (max-width: 1680px) {
  .menu-overlay .menu-overlay-container {
    max-width: 100%;
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .menu-overlay .menu-overlay-container {
    grid-template-columns: auto;
    gap: 2rem;
    padding: 0 2rem;
    padding-top: 6rem;
  }
}
.menu-overlay .menu-overlay-container .full-menu-nav .menu li {
  list-style-type: none;
  line-height: 1.5;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
  opacity: 0;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .menu-overlay .menu-overlay-container .full-menu-nav .menu li {
    line-height: 1.25;
  }
}
@media only screen and (max-width: 576px) {
  .menu-overlay .menu-overlay-container .full-menu-nav .menu li {
    line-height: 1.15;
  }
}
.menu-overlay .menu-overlay-container .full-menu-nav .menu li.current-menu-item {
  padding-left: 20px;
}
.menu-overlay .menu-overlay-container .full-menu-nav .menu li.current-menu-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
}
.menu-overlay .menu-overlay-container .full-menu-nav .menu li a {
  font-family: "Ysabeau", serif;
  color: #fff;
  font-size: 62px;
  letter-spacing: -2px;
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: font-size 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9), color 1s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
@media only screen and (max-width: 1440px) {
  .menu-overlay .menu-overlay-container .full-menu-nav .menu li a {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-overlay .menu-overlay-container .full-menu-nav .menu li a {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-overlay .menu-overlay-container .full-menu-nav .menu li a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .menu-overlay .menu-overlay-container .full-menu-nav .menu li a {
    font-size: 28px;
    letter-spacing: -1px;
  }
}
.menu-overlay .menu-overlay-container .full-menu-contact-information {
  opacity: 0;
}
.menu-overlay .menu-overlay-container .full-menu-contact-information p {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  transition: color 1s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
.menu-overlay .menu-overlay-container .full-menu-contact-information .rimc-mariott-logos {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}

#main-content {
  padding-top: 100vh;
  min-height: 100vh;
}

.introduction {
  background: url(../images/moderntimes-pattern.png) no-repeat;
  background-size: cover;
}
.introduction .e-con-inner {
  background: #fff;
  margin: 2rem auto !important;
  padding: 5rem 15rem !important;
  max-width: calc(100vw - 4rem) !important;
  gap: 1rem !important;
}
@media only screen and (max-width: 1680px) {
  .introduction .e-con-inner {
    padding: 5rem 10rem !important;
  }
}
@media only screen and (max-width: 1440px) {
  .introduction .e-con-inner {
    padding: 4rem 8rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .introduction .e-con-inner {
    padding: 2rem 4rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .introduction .e-con-inner {
    padding: 2rem 2rem !important;
  }
  .introduction .e-con-inner .e-child {
    padding: 0;
  }
}
.introduction .e-con-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  left: 46.5%;
  width: 1px;
  height: 70%;
  background: #BFAC8B;
}
@media only screen and (max-width: 1800px) {
  .introduction .e-con-inner:before {
    left: 48%;
  }
}
@media only screen and (max-width: 1520px) {
  .introduction .e-con-inner:before {
    left: 49%;
  }
}
@media only screen and (max-width: 1024px) {
  .introduction .e-con-inner:before {
    display: none;
  }
}
.introduction.one-col {
  text-align: center;
}
.introduction.one-col .e-con-inner:before {
  display: none;
}

.green-section {
  background: #5D8649;
}
.green-section .elementor-heading-title, .green-section p {
  color: #fff;
}

.google-maps-section {
  padding: 0 !important;
}

.full-width-bg-section {
  padding: 1rem 0 !important;
}
.full-width-bg-section .e-child {
  padding: 0;
}
.full-width-bg-section .e-con-inner {
  background: #fff;
  margin: 1rem auto !important;
  padding: 5rem 15rem !important;
  max-width: calc(100vw - 4rem) !important;
  gap: 2rem !important;
}
@media only screen and (max-width: 1680px) {
  .full-width-bg-section .e-con-inner {
    padding: 5rem 10rem !important;
  }
}
@media only screen and (max-width: 1440px) {
  .full-width-bg-section .e-con-inner {
    padding: 4rem 8rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .full-width-bg-section .e-con-inner {
    padding: 2rem 4rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .full-width-bg-section .e-con-inner {
    padding: 2rem 2rem !important;
  }
  .full-width-bg-section .e-con-inner .e-child {
    padding: 0;
  }
}

.pattern-background {
  background: url(../images/moderntimes_mariott_pattern_background.svg) no-repeat;
  background-size: contain;
  background-position: bottom center;
}
@media only screen and (max-width: 767px) {
  .pattern-background {
    background-size: cover;
  }
}
.pattern-background.small {
  background: url(../images/moderntimes_mariott_pattern_background_small.svg) no-repeat;
  background-size: cover;
  background-position: bottom -1% center;
  margin: 0 0 -1% 0;
}
.pattern-background.bottom-gradient {
  background: linear-gradient(rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255) 98%), url(../images/moderntimes_mariott_pattern_background.svg) no-repeat;
  background-size: cover;
  background-position: bottom 5% center;
}
@media only screen and (max-width: 767px) {
  .pattern-background.bottom-gradient {
    background-size: cover;
  }
}

@media only screen and (max-width: 1500px) {
  .e-con.e-parent {
    padding: 0 1rem;
  }
}

.button,
.elementor-button {
  width: fit-content;
  height: 3.25rem;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 1rem 1.75rem !important;
  background: linear-gradient(18deg, #BFAC8B, #BFAC8B 89.45%) !important;
  border-radius: 40px !important;
  color: #fff !important;
  text-decoration: none !important;
  margin-top: 1rem;
  font-size: 0.9rem !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
@media only screen and (max-width: 1440px) {
  .button,
  .elementor-button {
    font-size: 0.8rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .button,
  .elementor-button {
    font-size: 0.75rem !important;
  }
}
.button:hover,
.elementor-button:hover {
  background: linear-gradient(18deg, #BFAC8B 43.53%, #8DC0E4 89.45%) !important;
  transform: scale(0.98);
}
.button span,
.elementor-button span {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.button[target=_blank]:after,
.elementor-button[target=_blank]:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  right: 0;
  top: -25%;
  background: url("../images/button_target_blank_icon.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
.button[target=_blank]:hover:after,
.elementor-button[target=_blank]:hover:after {
  top: -28%;
  right: -3px;
}

.elementor-button {
  line-height: 1.25 !important;
}

.elementor-button-info .elementor-button {
  background: transparent !important;
  border: 2px solid #BFAC8B;
}
.elementor-button-info .elementor-button span {
  color: #BFAC8B !important;
}
.elementor-button-info .elementor-button:hover {
  background: linear-gradient(18deg, #ffffff 43.53%, rgba(141, 192, 228, 0.25) 89.45%) !important;
}
.elementor-button-success .elementor-button {
  background: #fff !important;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.05);
}
.elementor-button-success .elementor-button:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.elementor-button-success .elementor-button span {
  color: #BFAC8B !important;
}

@media screen and (min-width: 768px) {
  .my-call-button-footer {
    display: none;
  }
}
.my-call-button-footer a {
  display: block;
  /*width: fit-content;*/
  height: 3.25rem;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  padding: 1rem 1.75rem !important;
  /*background: linear-gradient(18deg, #BFAC8B, #BFAC8B 89.45%) !important;*/
  background: #ffffff !important;
  border-radius: 40px !important;
  /*color: #fff !important;*/
  color: #BFAC8B !important;
  text-decoration: none !important;
  margin-top: 1rem;
  font-size: 0.9rem !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}

.testimonials-slider {
  background: #fff;
  border-radius: 20px !important;
  padding: 5rem 10rem !important;
  margin: 0 2rem;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .testimonials-slider {
    padding: 5rem 8rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .testimonials-slider {
    padding: 3rem 7rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-slider {
    margin: 0;
    padding: 4rem 3rem !important;
  }
}
.testimonials-slider:before {
  content: "";
  display: block;
  width: 98%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1%;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(1.5deg);
  border-radius: 20px;
  pointer-events: none;
  animation-name: rotation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.testimonials-slider .testimonials-quote-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media only screen and (max-width: 1440px) {
  .testimonials-slider .testimonials-quote-icon {
    transform: scale(0.9);
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-slider .testimonials-quote-icon {
    top: 0.75rem;
    right: 0.75rem;
    transform: scale(0.6);
  }
}
.testimonials-slider .content p {
  color: #000;
  font-style: italic;
}
.testimonials-slider .author {
  font-weight: 400;
}
.testimonials-slider .splide__arrow {
  background: transparent;
}
.testimonials-slider .splide__pagination__page.is-active {
  background: #5D8649 !important;
  transform: scale(1.1);
}

.text-avis-color p {
  color: #000000;
}

.promos-offers-slider {
  border-radius: 20px !important;
  overflow: clip;
  position: relative;
}
.promos-offers-slider .splide__slide {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.promos-offers-slider .splide__slide:hover img {
  transform: scale(1.05);
}
.promos-offers-slider .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 120%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
@media only screen and (max-width: 767px) {
  .promos-offers-slider .splide__slide img {
    min-width: 200%;
  }
}
.promos-offers-slider .splide__slide .content {
  position: relative;
  z-index: 20;
  padding: 2rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.promos-offers-slider .splide__slide .content h3 {
  color: white;
  margin-bottom: 0;
}
.promos-offers-slider .splide__slide .content p.distance {
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #BFAC8B;
}
.promos-offers-slider .splide__arrow {
  background: transparent;
}
.promos-offers-slider .splide__arrow path {
  fill: #fff;
}
.promos-offers-slider .splide__pagination__page {
  background: #BFAC8B;
  opacity: 1;
}
.promos-offers-slider .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.1);
}

.card-content-cta.card_content-cta-all-offer {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.le-modern-menus-slider {
  border-radius: 20px !important;
  overflow: clip;
  position: relative;
}
.le-modern-menus-slider .fixed-slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  padding: 2rem;
  background: #fff;
  border-radius: 20px 0 20px 0;
  z-index: 10;
}
@media only screen and (max-width: 1440px) {
  .le-modern-menus-slider .fixed-slider-image {
    width: 35%;
  }
}
@media only screen and (max-width: 1024px) {
  .le-modern-menus-slider .fixed-slider-image {
    width: 38%;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .le-modern-menus-slider .fixed-slider-image {
    position: relative;
    width: 100%;
  }
  .le-modern-menus-slider .fixed-slider-image img {
    width: 50%;
  }
}
.le-modern-menus-slider .splide__slide {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .le-modern-menus-slider .splide__slide {
    height: 400px;
  }
}
.le-modern-menus-slider .splide__slide:hover img {
  transform: scale(1.05);
}
.le-modern-menus-slider .splide__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 120%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
@media only screen and (max-width: 767px) {
  .le-modern-menus-slider .splide__slide img {
    min-width: 200%;
  }
}
.le-modern-menus-slider .splide__slide .content {
  position: relative;
  margin: 0 1rem 1rem 20%;
  z-index: 20;
  padding: 1.75rem;
  background: #fff;
  border-radius: 15px;
}
.le-modern-menus-slider .splide__slide .content p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .le-modern-menus-slider .splide__slide .content {
    margin: 0 1rem 1rem 1rem;
  }
}
.le-modern-menus-slider .splide__arrow {
  background: transparent;
}
.le-modern-menus-slider .splide__arrow path {
  fill: #fff;
}
.le-modern-menus-slider .splide__pagination__page {
  background: #BFAC8B;
  opacity: 1;
}
.le-modern-menus-slider .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.1);
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  list-style-type: none;
  padding-left: 0 !important;
}
@media only screen and (max-width: 1440px) {
  .room-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .room-grid {
    grid-template-columns: auto;
  }
}
.room-grid .room-card {
  background: white;
  overflow: clip;
  border: 2px solid #E5E2E2;
  border-radius: 20px;
  padding: 1rem;
  margin: 1.25rem 0;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
@media only screen and (max-width: 1440px) {
  .room-grid .room-card {
    margin: 0;
  }
}
@media only screen and (min-width: 767px) {
  .room-grid .room-card:hover:nth-of-type(1) {
    transform: scale(1.025);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  .room-grid .room-card:hover:nth-of-type(2) {
    transform: scale(1.025);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  .room-grid .room-card:hover:nth-of-type(3) {
    transform: scale(1.025);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
}
.room-grid .room-card .main-informations {
  min-height: 320px;
  padding: 1rem;
  position: relative;
  border-radius: 10px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.room-grid .room-card .main-informations .room-card-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 800;
}
.room-grid .room-card .main-informations .room-card-title h3, .room-grid .room-card .main-informations .room-card-title p {
  color: #fff;
  margin-bottom: 0;
}
.room-grid .room-card .main-informations .room-card-title p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.room-grid .room-card .main-informations .introduction-card-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(232, 201, 193, 0) 62.68%, #8DC0E4 100%);
  z-index: 500;
  pointer-events: none;
}
.room-grid .room-card .room-card-content {
  padding: 1rem 1rem 0 1rem;
}
.room-grid .room-card .room-card-content .room-card-features ul {
  list-style-type: disc;
  padding-left: 1rem;
  column-count: 2;
  column-gap: 2rem;
}
.room-grid .room-card .room-card-content .room-card-features ul li {
  font-size: 0.9rem;
}
.room-grid .room-card .room-card-content .card-content-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}
.room-grid .room-card:nth-child(2) {
  margin: 0;
}
.room-grid .room-card:nth-child(2) .main-informations {
  min-height: 352px;
}
.room-grid.events .room-card .main-informations {
  min-height: 400px;
}

.box-icon-meeting {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 1rem;
}

.box-icon-meeting svg {
  height: 3rem;
  width: auto;
}

.room-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  list-style-type: none;
  padding-left: 0 !important;
}
.room-list .room-card {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  background: white;
  overflow: clip;
  border: 2px solid #E5E2E2;
  border-radius: 20px;
  padding: 1rem;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
@media only screen and (max-width: 767px) {
  .room-list .room-card {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 767px) {
  .room-list .room-card:hover {
    transform: scale(1.01);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
.room-list .room-card .main-informations {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.room-list .room-card .main-informations .room-slider .splide__arrow {
  background: transparent;
}
.room-list .room-card .main-informations .room-slider .splide__arrow path {
  fill: #fff;
}
.room-list .room-card .main-informations .room-slider .splide__pagination__page {
  background: #fff;
  opacity: 1;
}
.room-list .room-card .main-informations .room-slider .splide__pagination__page.is-active {
  background: #BFAC8B;
  transform: scale(1.1);
}
.room-list .room-card .main-informations .room-card-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 800;
}
.room-list .room-card .main-informations .room-card-title h3, .room-list .room-card .main-informations .room-card-title p {
  color: #fff;
  margin-bottom: 0;
}
.room-list .room-card .main-informations .room-card-title p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.room-list .room-card .main-informations .introduction-card-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.room-list .room-card .room-card-content {
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .room-list .room-card .room-card-content {
    padding: 2rem 0.5rem;
  }
}
.room-list .room-card .room-card-content .room-card-features ul {
  list-style-type: disc;
  padding-left: 1rem;
  column-count: 2;
  column-gap: 2rem;
}
.room-list .room-card .room-card-content .room-card-features ul li {
  font-size: 0.9rem;
}
.room-list .room-card .room-card-content .card-content-cta {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .room-list .room-card .room-card-content .card-content-cta {
    justify-self: center;
  }
}
.room-list.events .room-card .main-informations {
  min-height: 400px;
}

.main-informations ul li img {
  filter: brightness(80%);
}

footer {
  background: #3E7D40;
  padding: 4rem 8rem;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 4rem 6rem;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  footer {
    padding: 3rem 2rem;
  }
}
footer p, footer li, footer a {
  color: #fff;
}
footer .footer-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
@media only screen and (max-width: 1440px) {
  footer .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  footer .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .footer-container .footer-col ul {
  list-style-type: none;
}
footer .footer-container .footer-col ul li a {
  text-decoration: none;
}
footer .footer-container .footer-col ul li a:hover:after {
  width: 50%;
}
footer .footer-container .footer-col ul li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  display: block;
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
footer .footer-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  footer .footer-logos {
    flex-direction: column;
    gap: 1rem;
  }
}
footer .footer-logos .footer-logos-col {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}

.copyright {
  background: #5D8649;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 8rem;
}
@media only screen and (max-width: 1024px) {
  .copyright {
    padding: 1rem 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 1rem 4rem;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .copyright {
    padding: 1rem 2rem;
  }
}
.copyright p, .copyright span, .copyright a {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .copyright p, .copyright span, .copyright a {
    font-size: 0.8rem;
  }
}
.copyright a {
  text-decoration: none;
}
.copyright .design-by-diabolo {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .copyright .design-by-diabolo {
    justify-content: center;
  }
}
.copyright .design-by-diabolo img {
  transition: all 0.3s cubic-bezier(0.1, 0.9, 0.31, 0.9);
}
.copyright .design-by-diabolo img:hover {
  transform: rotateY(180deg);
}

/****************/

.home .landing-section .landing-section-overlay {
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-widget .widget_polylang ul {
    display: flex;
    justify-content: space-between;
	gap: 1rem;

}

.header-widget .widget_polylang ul li {
    list-style: none;

}

.header-widget .widget_polylang ul li a {
    color: #ffffff;
    text-decoration: none;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	
	header .header-col {
    gap: 0.5rem!important;
}
    header .menu-trigger {
        gap: 0.01rem;
    }
	header-col.right-header-col {
    gap: 0.5rem;
}
	.right-header-col {
    margin-left: 1rem;
}
}


/******* VIDEO ********/

.landing-section.video {
    position: relative;
    width: 100%;
    height: 100vh; /* Prend toute la hauteur de la fenêtre */
    overflow: hidden;
    margin: 0; /* Empêche toute marge */
    padding: 0; /* Supprime tout padding ajouté par défaut */
}

.landing-section.video video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.landing-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.landing-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Couche d'overlay si tu veux un fondu */
    z-index: 1;
}

/* Applique les styles généraux à toutes les pages sauf la page d'accueil */
#main-content:not(.home) {
    padding-top: 100vh;
    min-height: 100vh;
}

/* Sur la page d'accueil, on ne modifie rien */
body.home #main-content {
    padding-top: initial;
    min-height: initial;
}


/*********** SLIDER **********/

/*.custom-carousel-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.custom-carousel {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
}
.carousel-card {
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    padding: 1rem;
    margin: 0.5rem;
    background: #f5f5f5;
    border-radius: 8px;
    text-align: center;
}
.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem;
    z-index: 10;
    cursor: pointer;
}
.carousel-prev { left: 0; }
.carousel-next { right: 0; }

.carousel-dots {
    text-align: center;
    margin-top: 10px;
}
.carousel-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}
.carousel-dots .active {
    background: #333;
}

@media screen and (max-width: 768px) {
    .carousel-card {
        flex: 0 0 100%;
    }
} */

/* */

.custom-carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.custom-carousel {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.carousel-card {
  box-sizing: border-box;
  padding: 1rem;
  margin: 0.5rem;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 0.8rem;
  z-index: 10;
  cursor: pointer;
}
.carousel-prev { left: 0; }
.carousel-next { right: 0; }

.carousel-dots {
  text-align: center;
  margin-top: 10px;
}
.carousel-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}
.carousel-dots .active {
  background: #333;
}
