/* Gestion des class pour les background et couleur de textes.*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
.color-main {
  color: #082820;
}

.bg-main {
  background-color: #082820 !important;
}

.color-snd {
  color: #EDDCC0;
}

.bg-snd {
  background-color: #EDDCC0 !important;
}

.color-third {
  color: #BB852D;
}

.bg-third {
  background-color: #BB852D !important;
}

.color-white {
  color: #FFFFFF;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.color-black {
  color: #000000;
}

.bg-black {
  background-color: #000000 !important;
}

.color-text {
  color: #414B5A;
}

.bg-text {
  background-color: #414B5A !important;
}

.color-text75 {
  color: #848484;
}

.bg-text75 {
  background-color: #848484 !important;
}

* {
  font-family: "Lato", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
}

.heading--n1 {
  font-size: clamp(2.125rem, 1.7792rem + 1.4953vw, 3.125rem);
  letter-spacing: calc(clamp(2.125rem, 1.7792rem + 1.4953vw, 3.125rem) * 5 / 100);
  line-height: clamp(2.46875rem, 2.0473rem + 1.8224vw, 3.6875rem);
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
}
.heading--n1-serif {
  font-size: clamp(2.125rem, 1.7792rem + 1.4953vw, 3.125rem);
  letter-spacing: normal;
  font-style: italic;
  line-height: clamp(2.46875rem, 2.0473rem + 1.8224vw, 3.6875rem);
  font-family: "DM Serif Display", serif;
}
.heading--n2 {
  font-size: clamp(2rem, 1.7407rem + 1.1215vw, 2.75rem);
  letter-spacing: calc(clamp(2rem, 1.7407rem + 1.1215vw, 2.75rem) * 5 / 100);
  line-height: clamp(2rem, 1.6758rem + 1.4019vw, 2.9375rem);
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.heading--n2-serif {
  font-size: clamp(2rem, 1.7407rem + 1.1215vw, 2.75rem);
  letter-spacing: calc(clamp(2rem, 1.7407rem + 1.1215vw, 2.75rem) * -1 / 100);
  font-style: italic;
  line-height: clamp(2.375rem, 2.1157rem + 1.1215vw, 3.125rem);
  font-family: "DM Serif Display", serif;
}
.heading--n3 {
  font-size: clamp(1.75rem, 1.5339rem + 0.9346vw, 2.375rem);
  letter-spacing: calc(clamp(1.75rem, 1.5339rem + 0.9346vw, 2.375rem) * -1 / 100);
  line-height: clamp(1.75rem, 1.3826rem + 1.5888vw, 2.8125rem);
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.heading--n4 {
  font-size: clamp(1.5rem, 1.414rem + 0.374vw, 1.75rem);
  letter-spacing: normal;
  line-height: clamp(1.5rem, 1.219rem + 1.215vw, 2.3125rem);
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.heading--n5 {
  font-size: clamp(1.1875rem, 1.1227rem + 0.2804vw, 1.375rem);
  letter-spacing: calc(clamp(1.1875rem, 1.1227rem + 0.2804vw, 1.375rem) * -1 / 100);
  line-height: clamp(1.1875rem, 1.0319rem + 0.6729vw, 1.6375rem);
  font-style: italic;
  font-family: "DM Serif Display", serif;
}

span {
  line-height: inherit;
}

hr {
  border: none;
  opacity: 1;
  height: 4px;
  width: 85px;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  list-style-type: none;
}

.label {
  font-size: 18px;
  font-weight: 500;
}

.legend {
  font-size: 11px;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}

p > a {
  text-decoration: underline;
}

.txt-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 12px 20px;
  border-radius: 24px;
  transition: 0.3s;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #082820;
  color: white;
  border: 1px solid #082820;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #082820;
  border: 1px solid #082820;
}
.btn--main-outline {
  background: #FFFFFF;
  color: #082820;
  border: 1px solid #082820;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #082820;
  color: #FFFFFF;
  border: 1px solid #082820;
}
.btn--white {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #082820;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn--white-outline {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn--white-outline:hover, .btn--white-outline:focus, .btn--white-outline:active {
  background: #FFFFFF;
  color: #082820;
  border: 1px solid #FFFFFF;
}

.separator {
  opacity: 1;
  height: 1px;
  width: 85px;
}
.separator--white {
  background-color: #FFFFFF;
}
.separator--main {
  background-color: #082820;
}
.separator--snd {
  background-color: #EDDCC0;
}
.separator--third {
  background-color: #BB852D;
}

form {
  position: relative;
}
form label {
  color: #000000;
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0 !important;
}
form input {
  border: none !important;
  height: 42px;
  color: #000000 !important;
  background: #FFFFFF;
  display: block;
  width: 100%;
  border-radius: 21px !important;
  padding: 8px 16px 8px 20px !important;
}
form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #082820;
  outline: none;
}
form input::placeholder {
  font-size: 15px;
  color: #EDDCC0;
  transition: all 0.3s;
}
form input:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox] {
  width: 10%;
}
form input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: none !important;
  padding: 8px 20px !important;
  color: #000000 !important;
  background: #FFFFFF;
  display: block;
  width: 100%;
  margin: 6px 0 32px 0;
  border-radius: 21px !important;
  height: 178px;
}
form textarea::placeholder {
  color: #EDDCC0;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form:not(.wp-block-starter-form) label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form:not(.wp-block-starter-form) label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 5px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form:not(.wp-block-starter-form) input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}

.rank-math-breadcrumb {
  display: none;
}
@media (width > 767px) {
  .rank-math-breadcrumb {
    display: block;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #082820;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #082820;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #082820;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

/***** HERO *****/
.hero {
  padding-bottom: 9.6rem;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  display: block;
  top: 85px;
  width: 1px;
  height: 65px;
  background: linear-gradient(92deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  left: 50.3%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 542px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/bg-hero.png");
  z-index: -1;
}
.hero__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-hero-mobile.jpg") lightgray 50%/cover no-repeat;
  background-position: bottom;
  opacity: 1;
  transform: scale(0);
  transform-origin: center center;
  z-index: 0;
}
.hero__wrapper {
  height: 772px;
  padding-block: 10rem 2rem;
}
.hero__wrapper > * {
  opacity: 0;
}
.hero__title, .hero__img {
  transform: translateY(-100px);
}
.hero__btn {
  transform: translateY(-30px);
}
.hero__btn {
  margin-top: 18.5rem;
}
@media screen and (min-width: 767px) {
  .hero {
    padding-bottom: 6rem;
  }
  .hero::before {
    height: 162px;
  }
  .hero__bg {
    background: url("../images/bg-hero.jpg") lightgray 50%/cover no-repeat;
  }
  .hero__wrapper {
    padding-block: 19rem 4rem;
  }
  .hero__btn {
    margin-top: unset;
  }
}

/***** FIN HERO *****/
/***** CONCEPT *****/
.concept {
  background-color: #082820;
  background-image: url("../images/bg-concept-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-block: 23.4rem 10.8rem;
  position: relative;
}
.concept::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 22px;
  transform: translateY(-50%);
  width: 82px;
  height: 79px;
  background-image: url("../images/balle-golf.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.concept::after {
  content: "";
  position: absolute;
  display: block;
  top: 75px;
  left: 25px;
  width: 91px;
  height: 98px;
  background-image: url("../images/leaf.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.concept__title {
  margin-bottom: 6.6rem;
  position: relative;
  text-transform: uppercase;
}
.concept__title::before {
  content: attr(data-title);
  font-family: "Montserrat", sans-serif;
  font-size: 59px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 2.95px;
  text-transform: uppercase;
  opacity: 0.4;
  color: #558564;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40%);
  width: max-content;
  z-index: -1;
}
.concept__image {
  border: 5px solid #FFFFFF;
}
.concept__image--top-left {
  position: absolute;
  top: -92px;
  left: 22px;
  width: 95px;
  height: 129px;
  z-index: 1;
}
.concept__image--middle-left {
  position: absolute;
  top: -59px;
  left: 93px;
  width: 157px;
  height: 236px;
  z-index: 2;
}
.concept__image--bottom-left {
  position: absolute;
  top: 204px;
  left: 42px;
  width: 96px;
  height: 129px;
  z-index: 1;
}
.concept__image--bottom-right {
  position: absolute;
  top: 84px;
  right: 23px;
  width: 129px;
  height: 194px;
  z-index: 1;
}
.concept__wrapper {
  position: relative;
  padding-left: 24px;
}
.concept__wrapper::before {
  content: "";
  position: absolute;
  display: block;
  top: -43px;
  left: 24px;
  width: 103px;
  height: 27px;
  background-image: url("../images/deco-concept.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.concept__content {
  position: relative;
}
.concept__content::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  background-color: #558564;
  opacity: 0.5;
}
@media screen and (min-width: 991px) {
  .concept {
    background-image: url("../images/bg-concept.svg");
    padding-block: 9.2rem 17.4rem;
  }
  .concept::before {
    top: 403px;
    left: calc(50% - 869px);
    right: unset;
    transform: unset;
    width: 242px;
    height: 236px;
    z-index: 3;
  }
  .concept::after {
    content: "";
    position: absolute;
    display: block;
    top: unset;
    left: unset;
    bottom: 324px;
    right: calc(50% - 911px);
    width: 263px;
    height: 297px;
    background-image: url("../images/leaf-atout.png");
    z-index: 2;
  }
  .concept__title {
    padding-bottom: 8rem;
    white-space: nowrap;
  }
  .concept__title::before {
    font-size: 155px;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 7.75px;
  }
  .concept__image--top-left {
    top: 80px;
    left: calc(50% - 858px);
    width: 199px;
    height: 268px;
    z-index: 3;
  }
  .concept__image--middle-left {
    top: 194px;
    left: calc(50% - 709px);
    width: 328px;
    height: 492px;
    z-index: 2;
  }
  .concept__image--bottom-left {
    top: unset;
    bottom: 107px;
    left: calc(50% - 816px);
    width: 199px;
    height: 268px;
    z-index: 3;
  }
  .concept__image--top-right {
    position: absolute;
    width: 539px;
    height: 342px;
    top: 232px;
    right: calc(50% - 911px);
  }
  .concept__image--bottom-right {
    top: unset;
    bottom: 208px;
    right: calc(50% - 592px);
    width: 281px;
    height: 421px;
  }
}

/***** FIN CONCEPT *****/
/***** VILLAS *****/
.villas {
  padding-block: 5.6rem;
  overflow: visible;
}
.villas .container {
  overflow: visible;
  position: relative;
}
.villas .container::before {
  content: "";
  position: absolute;
  display: block;
  top: -45px;
  left: 10px;
  background-image: url("../images/deco-villas.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 103px;
  height: 35px;
  z-index: 1;
}
.villas .heading--n2 {
  font-style: normal;
}
.villas__swiper {
  position: relative;
  overflow: visible !important;
}
.villas__slide {
  height: 100%;
}
.villas__slide--custom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/bg-box-villas.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 158px 34px 123px 34px;
  position: relative;
}
.villas__slide--custom::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 1px;
  height: 134px;
  background: linear-gradient(92deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.villas__slide-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
}
.villas__image {
  width: 100%;
  overflow: hidden;
}
.villas__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.villas .swiper-slide:nth-child(4n+1) .villas__image {
  height: 406px;
}
.villas .swiper-slide:nth-child(4n+2) .villas__image {
  height: 494px;
}
.villas .swiper-slide:nth-child(4n+3) .villas__image {
  height: 310px;
}
.villas .swiper-slide:nth-child(4n) .villas__image {
  height: 494px;
}
.villas__info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}
.villas__header {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.villas__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #082820;
}
.villas__info-label {
  text-decoration: underline;
  color: #848484;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.villas__excerpt {
  color: #848484;
}
.villas__link {
  color: #000000;
  gap: 10px;
}
.villas__link:hover, .villas__link:focus, .villas__link:active {
  color: #EDDCC0;
}
.villas__custom-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.villas__custom-italic {
  font-size: 31px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.31px;
}
.villas__custom-link {
  align-self: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.villas__custom-link:hover, .villas__custom-link:focus, .villas__custom-link:active {
  color: #BB852D;
}
@media screen and (min-width: 767px) {
  .villas .container::before {
    display: none;
  }
  .villas__swiper::before {
    content: "";
    position: absolute;
    display: block;
    top: -77px;
    right: 0;
    background-image: url("../images/deco-villas.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 103px;
    height: 35px;
    z-index: 1;
  }
}

/***** FIN VILLAS *****/
/***** OFFRES *****/
.offers {
  padding-block: 2rem 5rem;
  position: relative;
  background-color: #EDDCC0;
}
.offers::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  min-height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("../images/bg-offers.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.offers .offer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.offers .offer__flower {
  position: absolute;
  display: none;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 90%);
  background-image: url("../images/white-flower.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  z-index: 3;
  pointer-events: none;
}
.offers .offer__navigation {
  display: flex;
  gap: 1rem;
}
.offers .offer__navigation--left, .offers .offer__navigation--right {
  font-size: 35px;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.offers .offer__navigation--left:hover, .offers .offer__navigation--left:active, .offers .offer__navigation--left:focus, .offers .offer__navigation--right:hover, .offers .offer__navigation--right:active, .offers .offer__navigation--right:focus {
  transform: scale(1.1);
}
.offers .offer__header {
  display: none;
}
.offers .offer__header--active {
  display: flex;
  padding-block: 4rem 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 55px;
}
.offers .offer__image {
  max-width: 211px;
  max-height: 321px;
  object-fit: cover;
}
.offers .offer__content {
  display: none;
  overflow: hidden;
  color: #FFFFFF;
}
.offers .offer__content--active {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.offers .offer__steps {
  color: #FFFFFF;
}
.offers .offer__step {
  width: 48px;
  height: 2px;
  background-color: #FFFFFF;
  opacity: 0.3;
  cursor: pointer;
}
.offers .offer__step--active {
  opacity: 1;
}
.offers .offer__table {
  border-collapse: collapse;
  overflow: hidden;
}
.offers .offer__table thead, .offers .offer__table tbody {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.offers .offer__table thead tr th {
  padding-bottom: 16px;
}
.offers .offer__table tbody tr td {
  padding-top: 16px;
  padding-inline: 5px;
}
.offers .offer__table tbody tr:last-of-type td {
  padding-bottom: 16px;
}
@media screen and (min-width: 991px) {
  .offers {
    padding-block: 7.5rem 7.5rem;
  }
  .offers::before {
    top: 0;
    bottom: 0;
    right: 0;
    left: unset;
    width: 50vw;
    height: 100%;
    min-height: unset;
    background-image: url("../images/bg-offers.png");
  }
  .offers .offer__header--active {
    margin-top: -3rem;
    gap: 105px;
    padding-block: 0 0;
  }
  .offers .offer__content--active {
    padding: 0 0;
  }
  .offers .offer__image {
    max-width: 311px;
    max-height: 421px;
  }
  .offers .offer__flower {
    display: block;
    top: 50%;
    bottom: unset;
    left: calc(50% - 6px);
    width: 125px;
    height: 125px;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

/***** FIN OFFRES *****/
/***** EXPERIENCE *****/
.experience {
  padding-block: 6.9rem 5.6rem;
}
.experience .container {
  position: relative;
}
.experience .row:first-of-type {
  position: relative;
}
.experience .row:first-of-type::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 75px);
  transform: translateY(-50%);
  width: 149px;
  height: 217px;
  background-image: url("../images/logo-experience.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.experience__btn--mobile {
  margin-top: 7.6rem;
}
.experience__background--mobile {
  background: linear-gradient(0deg, rgba(8, 40, 32, 0.5) 0%, rgba(8, 40, 32, 0.5) 100%), url("../images/bg-experience-2.jpg") lightgray 50%/cover no-repeat;
  padding-block: 6.4rem 5.6rem;
  position: relative;
}
.experience__background--mobile::before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  left: 10px;
  right: 0;
  height: 20px;
  background-size: 40px 20px;
  background-repeat: repeat-x;
  background-image: radial-gradient(circle, #FFFFFF 10px, transparent 10px);
  z-index: 1;
}
.experience__background--mobile::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  left: 10px;
  right: 0;
  height: 20px;
  background-size: 40px 20px;
  background-repeat: repeat-x;
  background-image: radial-gradient(circle, #FFFFFF 10px, transparent 10px);
  z-index: 1;
}
.experience__title {
  position: relative;
  margin: 0 auto;
  width: 70%;
}
.experience__title::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 103px;
  height: 27px;
  background-image: url("../images/deco-concept.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.experience .char {
  padding-block: 30px 30px;
  border-bottom: 1px solid rgba(237, 220, 192, 0.5);
}
.experience .char__title {
  color: #000000;
  text-align: left;
}
.experience .char__content {
  color: #848484;
  text-align: left;
}
.experience .char__icon {
  padding: 12px;
  border: 1px solid #EDDCC0;
  border-radius: 999px;
}
.experience .char--last {
  border-bottom: none;
}
@media screen and (min-width: 991px) {
  .experience {
    padding-block: 6.9rem 6.9rem;
  }
  .experience__background--mobile {
    background: unset;
    padding-block: unset;
  }
  .experience__background--mobile::before, .experience__background--mobile::after {
    display: none;
  }
  .experience .container {
    background: linear-gradient(0deg, rgba(8, 40, 32, 0.5) 0%, rgba(8, 40, 32, 0.5) 100%), url("../images/bg-experience-2.jpg") lightgray 50%/cover no-repeat;
    padding-block: 6rem 7rem;
  }
  .experience .container::before {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    bottom: 10px;
    left: -10px;
    right: unset;
    width: 20px;
    background-image: radial-gradient(circle, #FFFFFF 10px, transparent 10px);
    background-size: 20px 40px;
    background-repeat: repeat-y;
  }
  .experience .container::after {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    bottom: 10px;
    left: unset;
    right: -10px;
    width: 20px;
    background-image: radial-gradient(circle, #FFFFFF 10px, transparent 10px);
    background-size: 20px 40px;
    background-repeat: repeat-y;
  }
  .experience .row:first-of-type::before {
    transform: translateY(-70%);
    width: 199px;
    height: 267px;
    left: 112px;
  }
  .experience .char {
    position: relative;
    padding: unset;
    border-bottom: none;
  }
  .experience .char__content, .experience .char__title {
    color: #FFFFFF;
    text-align: center;
  }
  .experience .char__icon {
    filter: brightness(0) invert(1);
  }
  .experience .char:not(:last-of-type)::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #FFFFFF;
    opacity: 0.3;
  }
  .experience__title {
    margin-bottom: 8.1rem;
    width: 100%;
  }
}

/***** FIN EXPERIENCE *****/
/***** ATOUTS *****/
.advantages {
  position: relative;
  background-color: #EDDCC0;
}
.advantages::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  transform: translateY(-50%);
  right: 25%;
  background-image: url("../images/balle-golf.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 192px;
  height: 186px;
  z-index: 4;
}
.advantages::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 20%;
  transform: translateY(60%);
  background-image: url("../images/leaf-atout.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 213px;
  height: 247px;
  z-index: 4;
}
.advantages__bg-wrapper {
  overflow: hidden;
  position: absolute;
  height: 750px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.advantages .bg-left {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.advantages .bg-left--third {
  background-color: #BB852D;
  transform: translateY(0);
  z-index: 1;
  opacity: 1;
}
.advantages .bg-left--fourth {
  background-color: #558564;
  z-index: 1;
  transform: translateY(100%);
  opacity: 0;
}
.advantages .bg-left--main {
  background-color: #082820;
  z-index: 1;
  transform: translateY(100%);
  opacity: 0;
}
.advantages .bg-right {
  height: 1700px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #EDDCC0;
  z-index: -1;
}
.advantages__list {
  padding-block: 5rem 2rem;
  z-index: 2;
  position: relative;
}
.advantages__decorative-image {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 63px;
  height: 63px;
  z-index: 3;
  border: 1px solid #FFFFFF;
  padding: 15px;
  border-radius: 999px;
}
.advantages__item {
  opacity: 0.5;
  cursor: pointer;
  padding-block: 24px 24px;
  max-width: 500px;
}
.advantages__item--active {
  opacity: 1;
}
.advantages .advantages__item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.advantages__steps {
  padding-block: 49px 49px;
  color: #FFFFFF;
}
.advantages__step {
  width: 48px;
  height: 2px;
  background-color: #FFFFFF;
  opacity: 0.3;
}
.advantages__step--active {
  opacity: 1;
}
.advantages__slider {
  padding-block: 7rem 4.4rem;
  position: relative;
}
.advantages__images-container {
  overflow: visible;
  position: relative;
  margin-left: 0;
  width: 170%;
}
.advantages__images {
  display: flex;
  transition: transform 2s ease;
  width: 100%;
}
.advantages__image {
  padding-right: 14px;
  min-width: 310px;
}
.advantages__img {
  border: 9px solid #FFFFFF;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.advantages__content {
  display: none;
}
.advantages__content--active {
  display: block;
}
@media screen and (min-width: 380px) {
  .advantages__bg-wrapper {
    height: 700px;
  }
  .advantages .bg-right {
    height: 1400px;
  }
}
@media screen and (min-width: 575px) {
  .advantages__images-container {
    margin-left: -60%;
  }
  .advantages__image {
    padding-right: 24px;
    min-width: 441px;
    height: 578px;
  }
}
@media screen and (min-width: 991px) {
  .advantages::before {
    width: 242px;
    height: 236px;
  }
  .advantages::after {
    width: 363px;
    height: 397px;
    transform: translateY(30%);
  }
  .advantages__bg-wrapper {
    height: 100%;
    width: 50vw;
    bottom: 0;
  }
  .advantages .bg-right {
    height: 100%;
    width: 50vw;
    bottom: 0;
    top: 0;
  }
  .advantages__list {
    padding-block: 7.6rem 12rem;
  }
  .advantages__image {
    height: 578px;
  }
}

/***** FIN ATOUTS *****/
/***** CONTACT *****/
.contact {
  margin-top: 8.75rem;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background-color: #EDDCC0;
  z-index: -1;
}
.contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background-color: #082820;
  z-index: -2;
}
.contact__content {
  background-image: url("../images/bg-contact.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.contact__form-wrapper {
  padding: 7rem 3.5rem;
  position: relative;
  z-index: 1;
}
.contact__title {
  margin-top: 32px;
}
.contact .separator {
  height: 4px !important;
  margin-block: 32px 32px;
}
@media screen and (min-width: 991px) {
  .contact::before {
    display: none;
  }
  .contact__content {
    padding-top: 7rem;
  }
  .contact__form-wrapper {
    background-color: #EDDCC0;
  }
}
@media screen and (min-width: 1199px) {
  .contact__form-wrapper {
    padding-inline: 6.9rem 6.9rem;
    padding-block: 10rem 10rem;
  }
}

/***** FIN CONTACT *****/
.woocommerce-info {
  border-top-color: #082820 !important;
}
.woocommerce-info::before {
  color: #082820 !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #E0D8C7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #082820;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

.menu-toggler {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 99;
  border: none;
  background-color: transparent;
  top: 26px;
  right: 29px;
  visibility: visible;
  transition: 0.5s;
}
.menu-toggler__line {
  position: absolute;
  top: 20px;
  left: 0;
  height: 2px;
  width: calc(100% - 7px);
  background-color: #082820;
  transition: top 0.15s 0.15s, transform 0.15s;
}
.menu-toggler__line:first-of-type {
  top: 11px;
}
.menu-toggler__line:last-of-type {
  top: 29px;
}
.menu-toggler.menu--opened {
  height: 35px;
}
.menu-toggler.menu--opened .menu-toggler__line {
  top: 16px;
  transform: rotate(-45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
  background-color: #FFFFFF;
}
.menu-toggler.menu--opened .menu-toggler__line:first-of-type {
  top: 16px;
  transform: rotate(45deg);
}
@media screen and (min-width: 991px) {
  .menu-toggler {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 99px;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  opacity: 0;
}
.header .main-menu__logo-mobile-link {
  display: none;
}
.header.menu--opened {
  height: 100vh;
  box-shadow: none;
  background: #082820;
}
.header.menu--opened .main-menu__logo-mobile-link {
  margin-top: 21px;
  margin-left: 20px;
  display: block;
}
.header.menu--opened .main-menu__logo-link {
  display: none;
}
.header.menu--opened::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 354px;
  background-image: url("../images/bg-header.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.main-menu {
  position: relative;
  padding-block: 26px 23px;
}
.main-menu__logo-link {
  position: absolute;
  left: 50%;
  top: 19px;
  padding-inline: 1.5rem;
  display: block;
  opacity: 0;
  transform: translateY(-30px) translateX(-50%);
}
.main-menu__logo-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: -1;
  border-radius: 136px;
}
.main-menu__logo {
  width: 87px;
  height: 148px;
}
.main-menu .menu__item {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.26px;
  line-height: 24.6px;
  font-weight: 300;
  opacity: 0;
  transform: translateY(-30px);
}
.main-menu .menu__item:hover, .main-menu .menu__item:focus, .main-menu .menu__item:active {
  color: #BB852D;
  font-weight: 700;
}
.main-menu.menu--opened {
  padding-block: 30px 0px;
  display: flex !important;
}
.main-menu.menu--opened .menu {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.main-menu.menu--opened .menu__item {
  padding-block: 27px 27px;
  width: 100%;
}
.main-menu.menu--opened .menu .menu__item:not(.menu__item:has(.btn)) {
  font-size: 21px;
  border-top: 1px solid #EDDCC0;
  position: relative;
}
.main-menu.menu--opened .menu .menu__item:not(.menu__item:has(.btn))::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/ic_chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.main-menu.menu--opened .menu .menu-one, .main-menu.menu--opened .menu .menu-two {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  color: #FFFFFF;
}
@media screen and (min-width: 991px) {
  .main-menu .menu-two {
    margin-left: 5rem;
  }
  .main-menu .menu-two .menu__item {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1399px) {
  .main-menu .menu-two {
    margin-left: 0;
  }
}

.calendar-wrapper {
  position: absolute;
  top: 26px;
  left: 29px;
  width: 48px;
  height: 48px;
  border: 1px solid #082820;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-wrapper .bi-calendar3 {
  font-size: 18px;
}

/**** BOUTON RESERVATION FIXE EN BAS A DROITE ****/
.fixed-reserve-button {
  position: fixed;
  bottom: 100px;
  right: 63px;
  width: 63px;
  height: 63px;
  background-color: #FFFFFF;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fixed-reserve-button .bi-calendar3 {
  font-size: 24px;
  color: #082820;
}
.fixed-reserve-button:hover, .fixed-reserve-button:focus, .fixed-reserve-button:active {
  background-color: #082820;
}
.fixed-reserve-button:hover .bi-calendar3, .fixed-reserve-button:focus .bi-calendar3, .fixed-reserve-button:active .bi-calendar3 {
  color: #FFFFFF;
}
.fixed-reserve-button.hidden {
  opacity: 0;
  visibility: hidden;
}

.footer {
  background-color: #082820;
  padding-block: 67px 85px;
}
.footer__deco {
  position: absolute;
  top: 50px;
  right: -10px;
  pointer-events: none;
  width: 63px;
  height: 63px;
  min-width: 63px;
  min-height: 63px;
  padding: 0;
}
.footer__link:hover, .footer__link:focus, .footer__link:active {
  color: #BB852D;
}
.footer__link:hover .heading, .footer__link:focus .heading, .footer__link:active .heading {
  color: #BB852D;
}
.footer__icon {
  transition: transform 0.3s ease-in-out;
}
.footer__icon:hover, .footer__icon:focus, .footer__icon:active {
  transform: scale(1.3);
}
.footer__separator {
  opacity: 0.3;
  background-color: #EDDCC0;
  height: 1px;
  width: 100%;
  margin-block: 32px 32px;
}
.footer .footer__separator--last {
  margin-block: 127px 32px;
}
.footer__hours {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .footer__contact {
    margin-bottom: 32px;
  }
  .footer__scocial .heading, .footer__address {
    text-align: center;
  }
  .footer__hours {
    margin-top: 32px;
  }
  .footer__deco {
    position: absolute;
    transform: translateX(-50%);
    bottom: -95px;
    top: unset;
    right: unset;
    left: 50%;
    margin: 0 auto;
    width: 63px;
    height: 63px;
    min-width: 63px;
    min-height: 63px;
  }
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}

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