/*
Theme Name:     Guinevere (Child)
Theme URI:      https://studiosaroya.com
Author:         Eve — Studio Saroya
Author URI:     https://studiosaroya.com
Description:    Minimalist and feminine WordPress theme.
Template:       guinevere
Version:        3.0.0
License:        GNU General Public License v2 or later
License URI:    LICENSE
Text Domain:    guinevere-child
License:        GNU General Public License v2 or later
License URI:    LICENSE
*/

@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Quicksand:wght@300..700&display=swap');

:root {
  --background-color: #f6f5f1;
  --background2-color: rgba(255, 255, 255, 0.4);
  --fontMenuMobile: 'sweet-sans-pro', helvetica, arial, sans-serif;
  --fontCanelaRegular: 'canela-regular', helvetica, arial, sans-serif;
  --solidHeaderBackgroundColor: hsla(48, 21.74%, 95.49%, 1);
  --solidHeaderNavigationColor: hsla(0, 0%, 0%, 1);
  --gradientHeaderBackgroundColor: hsla(48, 21.74%, 95.49%, 1);
  --gradientHeaderNavigationColor: hsla(0, 0%, 0%, 1);
  --headingLinkColor: #9a9083;
  --textSiteColor: #3a3a3a;
  --secondary-font-family: 'sweet-sans-pro', helvetica, arial, sans-serif;
  --romie-regular: "romie-regular", helvetica, arial, sans-serif;
  --romie-bold: "romie-bold", helvetica, arial, sans-serif;
  --romie-italic: "romie-italic", helvetica, arial, sans-serif;
  --romie-light: "romie-light", helvetica, arial, sans-serif;
  --romie-light-italic: "romie-light-italic", helvetica, arial, sans-serif;
}

html, body {
  overflow-x: hidden;
}

body {
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}

/* ******* Loader ******* */
#loader-animation img {
  height: 80px;
  width: auto;
}

#loader-animation {
  height: 100vh;
  width: 100vw;
  background: var(--background-color);
  position: fixed;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

#loader-animation .loading-graphic {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
  animation: pulse 3s ease-in-out infinite;
  margin-top: -30px;
}

#loader-animation.hide-animation .loading-graphic {
  opacity: 0;
  transition-delay: 0.2s;
}

#loader-animation {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 1s, opacity 1s linear;
}

#loader-animation.hide-animation {
  visibility: hidden;
  opacity: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
  }
}

/* ******* Menu ******* */
figure,
section {
  display: block;
}

figure {
  margin: 0;
}

input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

.sqs-block.vsize-1 .sqs-block-content {
  height: 34px;
}

.sqs-row {
  width: auto !important;
}

.sqs-row:before,
.sqs-row:after {
  content: '';
  display: table;
}

.sqs-row:after {
  clear: both;
}

[class*='sqs-col'] {
  float: left;
}

[class*='sqs-col']:last-child {
  padding-right: 0;
}

.sqs-col-12 {
  width: 100%;
}

.sqs-col-12 .sqs-col-4 {
  width: 33.3333%;
}

.sqs-col-4 {
  width: 33.3333%;
}

.sqs-layout>.sqs-row {
  margin-left: -17px;
  margin-right: -17px;
}

.sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:not(.float):not(.sqs-feature-gated-wrapper):first-child {
  padding-top: 0;
}

.sqs-block.sized .sqs-block-content {
  overflow: hidden;
}

.sqs-block {
  position: relative;
  height: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}

.sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {
  clear: both;
}

.sqs-block .sqs-intrinsic {
  position: relative !important;
}

.sqs-block-markdown .sqs-block-content {
  position: relative;
}

.sqs-block-markdown .sqs-block-content *:first-child {
  margin-top: 0;
}

.sqs-block-markdown .sqs-block-content *:last-child {
  margin-bottom: 0;
}

.sqs-block-html .sqs-block-content,
.sqs-block-html .sqs-html-content {
  outline: none;
}

.sqs-block-html .sqs-block-content *:not(h1):not(h2):not(h3),
.sqs-block-html .sqs-html-content *:not(h1):not(h2):not(h3) {
  word-wrap: break-word;
}

.sqs-block-html .sqs-block-content>*:first-child,
.sqs-block-html .sqs-html-content>*:first-child {
  margin-top: 0;
}

.sqs-block-html .sqs-block-content>*:last-child,
.sqs-block-html .sqs-html-content>*:last-child {
  margin-bottom: 0;
}

.sqs-block-spacer .sqs-block-content {
  visibility: hidden;
}

.page-section>.content-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .page-section:not(.full-bleed-section)>.content-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
}

h2 {
  margin: 2rem 0;
}

p {
  margin: 1rem 0;
}

.sqs-block-html a {
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, currentColor 100%, currentColor 0);
  background-size: 1px 1px;
  background-position: 0 100%;
  white-space: initial;
}

.sqs-block-image .sqs-block-image-figure {
  margin: 0;
}

.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper {
  position: relative;
  overflow: visible;
}

.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper img {
  position: absolute;
  width: 100%;
}

.sqs-block-image .design-layout-inline .intrinsic {
  margin: 0 auto;
}

.section-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-section {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.page-section>.content-wrapper {
  width: 100%;
  box-sizing: content-box;
  position: relative;
}

.page-section .content {
  width: 100%;
}

.page-section>.content-wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .page-section .content {
    width: 100% !important;
  }
}

.page-section.content-width--wide .content {
  width: 100%;
}

.page-section.horizontal-alignment--center>.content-wrapper {
  justify-content: center;
}

.page-section.section-height--medium:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  min-height: 66vh;
}

.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount) {
  align-items: center;
}

.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--medium>.content-wrapper {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.section-border {
  position: absolute;
  top: calc(-1 * var(--previous-section-divider-offset, 0px));
  right: 0;
  bottom: 0;
  left: 0;
}

.section-background {
  overflow: hidden;
  pointer-events: none;
}

.section-background,
.section-background .section-background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-background img {
  position: relative;
}

.image-block-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-background-overlay {
  opacity: 0;
}

.sqs-block-image .image-block-wrapper:after {
  opacity: 0.1;
}

:focus,
a:focus {
  outline-color: var(--navigationLinkColor);
}

@media screen and (max-width: 767px) {
  .sqs-layout [class*='sqs-col'] {
    float: none !important;
    width: auto !important;
  }

  .sqs-layout .spacer-block {
    display: none;
  }

  .sqs-layout .sqs-row .sqs-block:first-child {
    padding-top: 17px !important;
  }

  .sqs-layout .sqs-row .sqs-block:last-child {
    padding-bottom: 17px !important;
  }

  .sqs-layout .sqs-row+.sqs-block {
    margin-top: 0 !important;
  }
}

a:hover {
  opacity: 80%;
}

.nav2 input[type='checkbox'] {
  display: none;
}

.checkburger {
  cursor: pointer;
  display: block;
  height: auto;
  position: fixed;
  right: 40px;
  top: 5px;
  width: 40px;
  z-index: 1500;
  background: transparent;
  padding: 21px 0px 30px 0px;
  border-right: 0px solid #fff;
}

.checkburger span {
  background: #000;
  display: block;
  height: 1px;
  margin: 7px 0 0 0;
  transition: 0.5s ease all;
  width: 40px;
}

.nav2.scrolled .checkburger {
  top: 0px;
}

#hamburger:checked+label.checkburger {
  border-right: none !important;
}

#hamburger:checked+label.checkburger .top-bun {
  transform: rotate(45deg) translate(3px, 3px);
  position: fixed !important;
}

#hamburger:checked+label.checkburger .meat {
  width: 0px;
}

#hamburger:checked+label.checkburger .bottom-bun {
  transform: rotate(-45deg) translate(3px, -3px);
  position: fixed;
}

#nav2 {
  z-index: 9999;
  position: relative;
}

#nav2.menu-open {
  pointer-events: all;
}

body.menu-open .container.clearfix {
  z-index: -2;
  position: relative;
}

.menuu {
  height: 0;
  overflow: hidden;
  background-color: var(--background-color);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 1400;
  opacity: 0;
  transition: height 0.4s ease-in-out, opacity 0.5s ease-in-out;
  pointer-events: none;
}

#popOne {
  width: 50vw;
  margin: auto;
}

#popOne .logo-desktop {
  width: 60px;
  opacity: 0.9;
}

/* MENU DESKTOP OPEN */
.menuu h2 {
  font-family: var(--romie-light);
  font-size: 21px;
  font-weight: 400 !important;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2 !important;
  pointer-events: auto;
}

.je-reserve {
  width: 115px;
}

/* MENU DESKTOP OPEN CURRENT PAGE*/
.menuu h2.current_page_item {
  font-family: var(--romie-bold);
}

.menuu p {
  font-family: var(--fontCanelaRegular);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.menuu a {
  text-decoration: none !important;
  color: #7a7165;
}

.menuu a:hover {
  letter-spacing: 0.1em;
  transition: 0.5s ease;
  color: var(--headingLinkColor);
}

#hamburger:checked~.menuu {
  display: block;
  height: 100%;
  opacity: 1;
}

.menuu #popOne {
  opacity: 0;
  transition: opacity 1s ease-in-out 0.3s;
  /* pointer-events: none; */
}

#hamburger:checked~.menuu #popOne {
  opacity: 1;
}

.menu2 {
  height: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  transition: height 0.5s ease;
  width: 50vw;
  z-index: 1400;
}

#mobileNav a {
  text-decoration: none !important;
  color: #7a7165;
}

#mobileNav a:hover {
  letter-spacing: 0.1em;
  transition: 0.5s ease;
  color: var(--headingLinkColor);
}

#hamburger:checked~.menuu {
  display: block;
  height: 100%;
}

#hamburger:checked~.menu2 {
  display: block;
  height: 100%;
}

.menuu .page-section {
  height: 100vh;
}

.menuu .page-section .content-wrapper {
  padding-left: 0vw !important;
  padding-right: 0vw !important;
}

.menu2 .page-section {
  height: 100vh;
}

.menu2 .page-section .content-wrapper {
  padding-left: 0vw !important;
  padding-right: 0vw !important;
}

section[data-section-id='63036d72ab74cf769ac4c50f'] {
  border-bottom: none;
}

section[data-section-id='6303725657cb5f57b0272092'] {
  border-bottom: none;
}

@media only screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 799px) {
  .nav2 {
    display: none;
  }
}

.spacer-block {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.spacer-block .sqs-block-content {
  line-height: 0em;
  min-height: 0px;
}

a {
  text-decoration: none !important;
}

.sqs-block-html a {
  background-image: none !important;
  background-repeat: no-repeat !important;
  text-decoration: none !important;
}

.section-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

input:focus {
  outline-style: solid;
  outline-color: var(--dynamic-border-color, var(--navigationLinkColor));
  outline-width: 2px;
  outline-offset: 2px !important;
}

[data-animation-role='image'] {
  min-height: 1px;
}

.tweak-global-animations-animation-type-fade section>.content-wrapper {
  opacity: 0;
}

.tweak-global-animations-animation-type-fade[data-animation-state='booted'] section>.content-wrapper {
  opacity: 1;
}

.top-bun,
.bottom-bun {
  height: 1px;
}

header,
nav,
section {
  display: block;
}

[hidden] {
  display: none;
}

button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button {
  line-height: normal;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

[data-fluid-engine] {
  position: relative;
  height: 100%;
  width: 100%;
}

.fluid-engine .sqs-block {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
}

.page-section.full-bleed-section>.content-wrapper {
  max-width: 100%;
}

#siteWrapper .sqs-button-element--primary {
  font-family: var(--primary-button-font-font-family);
  font-style: var(--primary-button-font-font-style);
  font-weight: var(--primary-button-font-font-weight);
  line-height: var(--primary-button-font-line-height);
  letter-spacing: var(--primary-button-font-letter-spacing);
  text-transform: var(--primary-button-font-text-transform);
}

.header-nav-item {
  font-family: var(--site-navigation-font-font-family);
  font-style: var(--site-navigation-font-font-style);
  font-weight: var(--site-navigation-font-font-weight);
  line-height: var(--site-navigation-font-line-height);
  letter-spacing: var(--site-navigation-font-letter-spacing);
  text-transform: var(--site-navigation-font-text-transform);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-nav-item {
    font-size: calc((var(--site-navigation-font-font-size-value) - 1) * calc(0.012 * min(100vh, 900px)) + 1rem);
  }
}

@media screen and (min-width: 768px), screen and (max-width: calc(1908px - 1px)) and (orientation: landscape) {
  .header-nav-item {
    font-size: calc((var(--site-navigation-font-font-size-value) - 1) * 1.2vw + 1rem);
  }
}

@media screen and (min-width: 1908px) {
  .header-nav-item {
    font-size: calc(var(--site-navigation-font-font-size-value) * 1rem);
  }
}

.header-menu-nav-item {
  font-family: var(--site-navigation-font-font-family);
  font-style: var(--site-navigation-font-font-style);
  font-weight: var(--site-navigation-font-font-weight);
  line-height: var(--site-navigation-font-line-height);
  letter-spacing: var(--site-navigation-font-letter-spacing);
  text-transform: var(--site-navigation-font-text-transform);
  line-height: 1;
}

#siteWrapper .header-skip-link {
  font-family: var(--header-button-font-font-family);
  font-style: var(--header-button-font-font-style);
  font-weight: var(--header-button-font-font-weight);
  line-height: var(--header-button-font-line-height);
  letter-spacing: var(--header-button-font-letter-spacing);
  text-transform: var(--header-button-font-text-transform);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #siteWrapper .header-skip-link {
    font-size: calc((var(--header-button-font-font-size-value) - 1) * calc(0.012 * min(100vh, 900px)) + 1rem);
  }
}

@media screen and (min-width: 768px), screen and (max-width: calc(1908px - 1px)) and (orientation: landscape) {
  #siteWrapper .header-skip-link {
    font-size: calc((var(--header-button-font-font-size-value) - 1) * 1.2vw + 1rem);
  }
}

@media screen and (min-width: 1908px) {
  #siteWrapper .header-skip-link {
    font-size: calc(var(--header-button-font-font-size-value) * 1rem);
  }
}

.header-menu {
  font-size: 1.2em;
}

.header-menu-nav-item a {
  font-size: 8.5vmin;
}

@media screen and (min-width: 576px) {
  .header-menu-nav-item a {
    font-size: 6.6vmin;
  }
}

@media screen and (min-width: 768px) {
  .header-menu-nav-item a {
    font-size: 6vmin;
  }
}

.sqs-block-image .design-layout-fluid {
  width: 100%;
  height: 100%;
}

.sqs-block-image .design-layout-fluid img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.sqs-block-image .design-layout-fluid .sqs-image {
  display: flex;
}

.sqs-block-image .design-layout-fluid.image-position-center .sqs-image {
  justify-content: center;
}

.sqs-block-image .design-layout-fluid .fluid-image-container .content-fill {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sqs-block-image .design-layout-fluid .fluid-image-container .content-fill img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.sqs-block-image.sqs-stretched .sqs-block-content {
  height: 100%;
  width: 100%;
}

.burger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.burger-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.burger-inner {
  width: 100%;
  height: 100%;
}

.burger-inner .top-bun,
.burger-inner .patty,
.burger-inner .bottom-bun {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100%;
  transition: transform 250ms cubic-bezier(0.2, 0.6, 0.3, 1), width 250ms cubic-bezier(0.2, 0.6, 0.3, 1);
  will-change: transform, width;
}

.burger-inner.header-menu-icon-doubleLineHamburger .top-bun {
  transform: translatey(-5.5px);
}

.burger-inner.header-menu-icon-doubleLineHamburger .bottom-bun {
  transform: translatey(5.5px);
}

.burger-inner.header-menu-icon-doubleLineHamburger .patty {
  transform: scale(0);
}

.page-section.section-height--small:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  min-height: 33vh;
}

.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--small>.content-wrapper {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.section-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body:not(.header--menu-open) .header .header-nav-wrapper a {
  color: var(--solidHeaderNavigationColor);
}

body:not(.header--menu-open) .header .header-nav-wrapper .header-nav-item--active a {
  color: var(--solidHeaderNavigationColor);
}

body:not(.header--menu-open) .header .burger-inner .top-bun,
body:not(.header--menu-open) .header .burger-inner .patty,
body:not(.header--menu-open) .header .burger-inner .bottom-bun {
  background-color: var(--solidHeaderNavigationColor);
}

.header {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: transform 140ms ease-in-out;
}

.header .sqs-announcement-bar-dropzone {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.header .header-announcement-bar-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 55px;
  pointer-events: auto;
}

.header.scrolled .header-announcement-bar-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;

}

.header .header-announcement-bar-wrapper .header-border,
.header .header-announcement-bar-wrapper .header-dropshadow,
.header .header-announcement-bar-wrapper .header-background-solid {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.header .header-announcement-bar-wrapper .header-border {
  z-index: 1;
}

.header .header-announcement-bar-wrapper .header-border[data-header-border='true'] {
  border: solid var(--headerBorderColor);
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header .header-announcement-bar-wrapper {
    padding: 20px 20px;
  }

  .header.scrolled .header-announcement-bar-wrapper {
    padding: 12px 20px;
  }
}

.header .header-nav-wrapper a {
  text-decoration: none;
  backface-visibility: hidden;
  padding: 0.1em 0;
}

.header .header-skip-link {
  position: absolute;
  padding: 1em 1.5em;
  box-sizing: border-box;
  text-decoration: underline;
  z-index: 2;
  max-width: calc(100vw - 2.6em);
  top: 1.5em;
  left: -1000em;
}

.header .header-skip-link:focus {
  left: 1.3em;
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
}

.header-background,
.header-background::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.header-background::after {
  content: '';
  opacity: 0;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header-background::after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.header-display-mobile {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header-display-mobile {
    display: flex;
  }
}

.header-display-mobile .showOnDesktop {
  display: flex;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header-display-mobile .showOnDesktop {
    display: none;
  }
}

.header-display-desktop {
  position: relative;
  display: grid;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header-display-desktop {
    display: none;
  }
}

.header-display-desktop .showOnMobile {
  display: none;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header-display-desktop .showOnMobile {
    display: flex;
  }
}

.header-title-nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 67%;
  align-items: center;
}

.header-title {
  flex-grow: 0;
  flex-shrink: 0;
  backface-visibility: hidden;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header-title {
    flex-grow: 1;
  }
}

.header-title-logo {
  width: auto;
  font-size: 0;
}

.header-title-logo a {
  display: inline-block;
}

.header-title-logo img {
  width: auto;
}

.header-title-logo a,
.header-title-logo img {
  max-width: 100%;
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  .header-title-logo a {
    max-height: 30px;
  }

  .header-title-logo img {
    max-height: 30px;
  }
}

.header-title .header-mobile-logo {
  display: none;
}

.header-burger {
  display: none;
  align-items: center;
  justify-content: center;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header-burger {
    display: flex;
  }
}

.header-nav {
  flex-grow: 1;
  flex-shrink: 1;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: inline-flex;
  flex-wrap: wrap;
}

.header-nav-list>div {
  white-space: nowrap;
}

.header-nav-item a {
  display: block;
}

.header-actions {
  flex-grow: 0;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
}

.header-actions--right {
  justify-content: flex-end;
}

.header-layout-branding-center .header-title {
  width: 34%;
  text-align: center;
  flex: 1 1 34%;
}

.header-layout-branding-center .header-nav {
  width: 33%;
  flex: 1 1 33%;
}

.header-layout-branding-center .header-nav .header-nav-item:not(:last-child) {
  margin-right: 3.1vw;
}

.header-layout-branding-center .header-actions {
  width: 33%;
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
  .header .header-burger {
    margin-right: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 50px;
    width: 50px;
  }

  .header .header-title-nav-wrapper {
    flex: 1 0 calc(100% - 50px);
  }

  .header .header-title-nav-wrapper .header-title {
    margin-right: 0;
    flex: 1 0 100%;
    text-align: left;
  }

  .header .header-title-nav-wrapper .header-nav {
    display: none;
  }

  .header .header-actions {
    display: none;
  }

  .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-burger {
    justify-content: flex-end;
    flex: 0 0 50px;
  }

  .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-actions {
    justify-content: center;
  }

  .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-title {
    text-align: left;
  }

  .header .header-title--use-mobile-logo .header-title-logo {
    display: none;
  }

  .header .header-title--use-mobile-logo .header-mobile-logo {
    display: block;
  }

  .header .header-title--use-mobile-logo .header-mobile-logo a {
    display: inline-block;
    max-height: 26px;
  }

  .header .header-title--use-mobile-logo .header-mobile-logo img {
    max-height: 40px;
    margin-top: -5px;
  }
}

.header[data-first-focusable-element]:focus {
  outline: none;
}

.header-menu {
  position: fixed;
  z-index: 1;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  user-select: none;
  text-align: center;
  pointer-events: auto;
}

.header-menu a {
  opacity: 1;
}

.header-menu-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  opacity: 0;
  background-color: var(--background-color);
  width: 100vw;
  transition: height 0.6s ease-in-out, opacity 0.7s ease-in-out;
}

.header--menu-open .header-menu-bg {
  opacity: 1;
  height: 100vh;
}

.header-menu .sqs-block {
  opacity: 0;
  transition: opacity 0.6s ease 0s;
  padding-top: 0px;
  padding-bottom: 10px;
}

.header--menu-open .header-menu .sqs-block {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.2, 0, 0.4, 1) 0.4s;
}

.header-menu-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}

.header-menu-nav-list {
  position: relative;
  flex-grow: 1;
  width: 100%;
  transform: translatey(20px);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header-menu-nav-folder {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  justify-content: flex-start;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translatex(100%);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
}

.header-menu-nav-folder[data-folder='root'] {
  transform: translatex(0%);
}

.header-menu-nav-folder-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  flex-direction: column;
}

.header-menu-nav-folder--active {
  transform: translatex(0);
  will-change: transform;
}

.header-menu-nav-item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3vw;
  padding-right: 3vw;
}

.header-menu-nav-item a {
  position: relative;
  display: block;
  margin: 3vw 5vw;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
  .header-menu-nav-item:hover a {
    opacity: 0.9;
  }
}

.header-menu-nav-item-content {
  position: relative;
  display: inline-block;
  pointer-events: none;
}

:is([aria-current='page'], [aria-current='true']) .header-menu-nav-item-content {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
}

@media (forced-colors: active) {
  :is([aria-current='page'], [aria-current='true']) .header-menu-nav-item-content {
    text-decoration: underline !important;
  }
}

body:not(.header--menu-open) .header-nav-item--active>a {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 0.1em);
}

@media (forced-colors: active) {
  body:not(.header--menu-open) .header-nav-item--active>a {
    text-decoration: underline !important;
  }
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.sqs-block-image .sqs-image-content::after {
  opacity: 0.1;
}

:not(.header--menu-open) .header-nav-wrapper a {
  color: var(--navigationLinkColor);
}

:not(.header--menu-open) .header-nav-wrapper .header-nav-item--active a {
  color: var(--navigationLinkColor);
}

:not(.header--menu-open) .burger-inner .top-bun,
:not(.header--menu-open) .burger-inner .patty,
:not(.header--menu-open) .burger-inner .bottom-bun {
  background-color: var(--navigationLinkColor);
}

:not(.header--menu-open) .header-actions {
  color: var(--navigationLinkColor);
}

.site-wrapper .header-menu .header-menu-nav a:not(.btn) {
  color: var(--menuOverlayNavigationLinkColor);
}

.site-wrapper .header-menu .header-menu-nav .header-menu-nav-item--active a {
  color: var(--menuOverlayNavigationLinkColor);
}

.fluidImageOverlay {
  background-color: var(--image-block-overlay-color);
}

.sqs-image-content::after {
  background-color: var(--backgroundOverlayColor);
}

.header-display-desktop .header-nav-list {
  display: none;
}

@media only screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 799px) {
  .header-menu-nav-list {
    display: none;
  }
}

.preFade {
  opacity: 0;
  transition-property: opacity;
}

.fadeIn:not([data-override-initial-global-animation]) {
  opacity: 1 !important;
}

.top-bun,
.patty,
.bottom-bun {
  height: 1px;
}

/* MENU MOBILE DÉCALAGE LINKS PAR RAPPORT AU LOGO */
.fe-menublock {
  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 0px);
  --cell-max-width: calc((var(--sqs-site-max-width, 1500px) - (0px * (8 - 1))) / 8);
  display: grid;
  position: relative;
  grid-area: 1/1/-1/-1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  row-gap: 0px;
  column-gap: 0px;
  margin-top: 50px;
}

.fe-menublock-2 .sqs-block {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .fe-menublock-2 .sqs-block {
    justify-content: flex-start;
  }
}

.second-logo img {
  width: 40px;
}

.second-logo {
  position: absolute;
  left: 0%;
  transform: translateX(-50%);
}

.header--menu-open .header-menu .header-menu-nav-list {
  transform: translatey(0);
}

:not(.has-background) .section-background {
  background-color: var(--siteBackgroundColor);
}

@media only screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 799px) {
  .header-menu-nav-list {
    display: none;
  }
}

.header-menu .content-wrapper {
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}

.header--menu-open .header-menu .sqs-block {
  padding-top: 0px;
  padding-bottom: 10px;
}

.header-menu {
  pointer-events: none;
}

.header--menu-open .header-menu {
  pointer-events: auto;
}

.header--menu-open #mobileNav {
  opacity: 1;
}

#mobileNav p:hover {
  opacity: 40%;
}

.burger--active .burger-inner .top-bun {
  transform: translatex(3.5px) rotate(-135deg);
  width: 28px;
}

.burger--active .burger-inner .bottom-bun {
  transform: translatex(3.5px) rotate(135deg);
  width: 28px;
}

.burger--active .burger-inner .patty {
  transform: scale(0);
}

#burger-btn-mobile {
  outline: none;
}

.header-menu--folder-list {
  padding-top: 98px;
}

@media (max-width: 798.99px) {
  .header-menu--folder-list {
    padding-top: 74px;
  }

  .header.scrolled .header-menu--folder-list {
    padding-top: 59px;
  }
}

.sqs-html-content h2 a {
  text-align: center;
  white-space: pre-wrap;
  display: block;
}

ul.sub-menu {
  margin-left: 0;
  padding-left: 0;
}

ul.sub-menu .sub-menu-item:first-child {
  margin: 2em 0 1em 0;
}

ul.sub-menu .sub-menu-item:first-child a {
  color: var(--textSiteColor);
}

ul.sub-menu .sub-menu-item {
  margin: 1em 0;
}

ul.sub-menu .sub-menu-item a {
  color: var(--headingLinkColor);
}

body.menu-open {
  overflow-y: hidden;
}

#mobileNav {
  opacity: 1;
  background-color: transparent;
  height: 100vh;
  transition: opacity 0.3s ease-in-out;
}

/* MENU MOBILE */
#mobileNav p {
  letter-spacing: 0px;
  font-family: var(--romie-light);
  font-size: 21px;
  font-weight: 400 !important;
  color: #7a7165;
}

#mobileNav p.current_page_item {
  font-family: var(--romie-bold);
}

#mobileNav p:hover {
  opacity: 40%;
}

#mobileNav .sub-menu p {
  margin: 1em 0;
  text-transform: none;
}

#mobileNav ul.sub-menu p:first-child {
  margin: 2em 0 1em 0;
}

#mobileNav ul.sub-menu p:first-child a {
  color: var(--textSiteColor);
}

#mobileNav ul.sub-menu p {
  margin: 1em 0;
}

#mobileNav ul.sub-menu p a {
  color: var(--headingLinkColor);
}

/* MENU MOBILE LOGO NOT OPEN */
#mobileNav .content-mobile-logo .logo-desktop {
  display: block;
  margin: auto;
  margin-top: 50px;
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease 0s;
  max-height: 35px !important;
  width: auto;
}

.header--menu-open .header-title .header-mobile-logo {
  opacity: 0;
}

/* LOGO SYMBOLE MOBILE */
@media only screen and (max-width: 1024px) {
  .header .header-title--use-mobile-logo .header-mobile-logo img.logo-mobile {
    max-height: 41px;
    margin-top: -5px;
    top: 14px;
  }

  .header .header-mobile-logo .logo-mobile {
    position: fixed;
    top: 24px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    left: calc((100vw - 39px) / 2);
  }

  .header.scrolled .header-mobile-logo .logo-mobile {
    opacity: 0.8;
  }
}

/* MENU MOBILE LOGO OPEN */
.header--menu-open #mobileNav .content-mobile-logo .logo-desktop {
  opacity: 0.8;
  transition: opacity 2s cubic-bezier(0.2, 0, 0.4, 1) 0.4s;
}

.submenu-toggle {
  display: none;
}

#burger-btn-mobile:hover {
  background-color: transparent;
  border: none;
}

#burger-btn-mobile {
  padding: 0;
}

.header .header-announcement-bar-wrapper .header-background-solid {
  background-color: var(--background-color);
  transition: all 1s ease-in-out;
}

.header.scrolled .header-announcement-bar-wrapper .header-background-solid {
  background-color: var(--background2-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* RESOUT LE PB DE FOND DU HEADER MOBILE QUI LORSQU IL A ETE SCROLLÉ ET QU ON OUVRE A LE FOND EN GRIS : */
.header.scrolled.header--menu-open .header-announcement-bar-wrapper .header-background-solid {
  background-color: var(--background-color) !important;
  border-bottom: 0px solid transparent !important;
}

.header .header-title-logo .logo-desktop {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.header .header-title-logo .treat-yourself {
  position: fixed;
  top: 31px;
  left: 45px;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 0.6px;
  font-family: var(--romie-italic);
  transition: all 0.2s ease-in-out;
  color: #5A5044;
}

.header.scrolled .header-title-logo .treat-yourself {
  top: 24px;
}

.header .header-mobile-logo .treat-yourself {
  position: fixed;
  top: 27px;
  left: 21px;
  opacity: 1;
  letter-spacing: 0.6px;
  font-size: 17px;
  font-family: var(--romie-italic);
  transition: all 0.2s ease-in-out;
  color: #5A5044;
  opacity: 0;
  display: none;
}

.header.scrolled .header-mobile-logo .treat-yourself {
  top: 22px;
  display: inline-block;
  opacity: 1;
}

.header .header-mobile-logo .logo-desktop {
  position: fixed;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  left: calc((100vw - 68px) / 2);
  max-height: 48px !important;
  top: 22px;
}

.header.scrolled .header-mobile-logo .logo-desktop {
  opacity: 0;
}

@media (max-width: 798.99px) {
  .home .header .header-announcement-bar-wrapper .header-background-solid {
    background-color: transparent;
  }

  .home .header.scrolled .header-announcement-bar-wrapper .header-background-solid {
    background-color: var(--background2-color);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .home .header.header--menu-open .header-announcement-bar-wrapper .header-background-solid {
    background-color: var(--background-color);
  }

  .header.scrolled.header--menu-open .header-announcement-bar-wrapper .header-background-solid {
    border-bottom: none !important;
  }

  .home .kb-row-layout-wrap.wp-block-kadence-rowlayout.kb-row-layout-id26_2c82e8-e6 {
    margin-top: 0px;
  }
}

/* ******* Footer ******* */
.site-footer-widget {
  width: 100%;
}

.site-footer {
  text-align: initial;
  padding: 25px 30px;
  /* margin-bottom: 44px; */
  margin-top: 42px;
  margin-bottom: 0px;
  font-family: var(--romie-regular);
}

.site-footer .site-info {
  max-width: 1800px;
  margin: auto;
}

.site-footer ul li {
  width: 100%;
}

.footer-column-1 p {
  text-align: left;
  margin: 0;
}

.footer-column-2 li {
  text-align: right;
}

.footer-column-2 {
  letter-spacing: 1.6px;
}

@media (max-width: 782px) {

  .footer-column-1 p,
  .footer-column-2 li,
  .footer-column-2 {
    text-align: center;
  }

  .site-footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
  }
}

.site-footer-widget .wp-block-columns {
  margin-bottom: 0;
  gap: 18px;
}

.site-footer .footer-column-1 p:first-child {
  margin-bottom: 10px !important;
}

.site-footer .has-text-align-left {
  font-size: 12px;
}

.site-footer .footer-column-1 p:first-child,
.site-footer .footer-column-2 p:last-child {
  text-transform: uppercase;
}

/* Boutons bleu newsletter acceptation CGV. Possible de mettre une autre couleur ?  */
/* Cache l'affichage par défaut */
.kb-radio-style {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 12px !important;
  height: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: white;
  cursor: pointer;
}

input:focus {
  outline-style: solid;
  outline-color: var(--dynamic-border-color, var(--navigationLinkColor));
  outline-width: 0px !important;
  outline-offset: 0px !important;
}

/* BUTTON ACCEPTATION DES FORM */
.kb-radio-style:checked::before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #8f968a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kb-field::placeholder {
  font-size: 15px;
  font-family: 'canela-italic', helvetica, arial, sans-serif;
  text-transform: none;
}

.kb-checkbox-style {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 12px !important;
  height: 12px !important;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.55);
  display: inline-block;
  position: relative;
  background-color: white;
  cursor: pointer;
}

/* Quand l'input checkbox est sélectionné */
.kb-checkbox-style:checked {
  background-color: white;
  border: 1px solid var(--global-palette-4);
  border-radius: 2px;
}

/* Ajout d'un petit rond intérieur pour l'effet "sélectionné" */
.kb-checkbox-style:checked::before {
  content: '✔';
  width: 10px;
  height: 10px;
  background-color: var(--global-palette-4);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  color: white;
  line-height: 1;
  font-size: 11px;
  text-align: center;
}

/* MESSAGE APRES INSCRIPTION NEWSLETTER */
.kb-adv-form-success {
  background: #f0ece7 !important;
  padding: 1em;
  border-radius: 3px;
  border: 0;
  color: #5a5044 !important;
  margin-top: 2px;
  margin-bottom: 10px;
}

.kb-adv-form-message {
  font-family: Quicksand;
  font-weight: 400;
  font-size: 13px;
}

/* BUTTON RESERVATION */
.btn-resa {
  margin-top: 60px !important;
}

@media (min-width: 799px) {
  .btn-resa {
    max-width: 250px;
    margin: auto;
  }
}

.btn-resa a {
  color: white !important;
  background: rgba(58, 58, 58, 0.9);
  padding: 10px 50px;
  border-radius: 0px 30px;
}

#slider-title-home {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 60px;
}

@media only screen and (max-width: 767px) {
  .slider-avis {
    background-size: 150% !important;
    background-position: center left !important;
  }
}

/* Ajout du style pour la pagination Swiper pour les info-box */
.info-box-slider .swiper-pagination {
  margin: 25px auto 0 !important;
}

.info-box-slider .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition-property: transform !important;
}

.info-box-slider .swiper-slide {
  flex-shrink: 0 !important;
  width: auto;
  /* ou 100%, ou laisse Swiper le gérer */
  box-sizing: border-box;
}

.info-box-slider .swiper-pagination {
  width: auto !important;
}

.info-box-slider .swiper {
  overflow: hidden;
}

.info-box-slider .kt-infobox-textcontent {
  width: 100%;
}

.info-box-slider .kt-inside-inner-col {
  height: 100%;
}

.info-box-slider .swiper-pagination-bullet,
.info-box-slider .swiper-pagination-bullet:focus,
.info-box-slider .swiper-pagination-bullet:hover,
.info-box-slider .swiper-pagination-bullet-active {
  background: black !important;
}

.info-box-slider .swiper-pagination-bullet {
  opacity: 0.25 !important;
}

.info-box-slider .swiper-pagination-bullet:focus,
.info-box-slider .swiper-pagination-bullet:hover,
.info-box-slider .swiper-pagination-bullet-active {
  opacity: 0.75 !important;
}

@media (min-width: 1024px) {
  .info-box-slider .swiper-pagination {
    display: none;
  }
}

.info-box-slider .kt-infobox-textcontent {
  margin-top: 15px !important;
}

.info-box-slider .kt-blocks-info-box-link-wrap {
  padding-top: 64px !important;
  padding-bottom: 90px !important;
}

@media (max-width: 768px) {
  .info-box-slider .kt-blocks-info-box-link-wrap {
    padding-bottom: 130px !important;
  }
}

/* WHATSAPP BUTTON */
.ht-ctc.ht-ctc-chat {
  top: 19px !important;
  right: 107px !important;
  height: fit-content;
  width: fit-content;
}

body.scrolled .ht-ctc.ht-ctc-chat {
  top: 16px !important;
}

@media (max-width: 798.99px) {
  .ht-ctc.ht-ctc-chat {
    top: 18px !important;
    right: 75px !important;
  }

  body.scrolled .ht-ctc.ht-ctc-chat {
    top: 8px !important;
  }
}

@media (max-width: 500px) {
  .ht-ctc.ht-ctc-chat {
    top: 15px !important;
    left: 14px !important;
  }

  .ctc_s_7.ctc-analytics.ctc_nb {
    justify-content: start !important;
  }
}

/* MAP */
.btn-google-map {
  position: absolute;
  width: 100%;
  bottom: 22%;
}

@media (max-width: 650px) {
  .btn-google-map a.wp-block-button__link {
    padding: 10px 14px !important;
    font-size: 11px !important;
  }
}

/* CHECKOUT BUTTON */
.wtrvl-checkout_button {
  color: var(--global-palette-2);
  background: var(--global-palette-7);
  font-family: Catamaran;
  font-weight: 400;
  margin-top: var(--global-kb-spacing-sm, 1.5rem);
  border-color: var(--global-palette-6);
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 30px 0px 30px !important;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 14px 25px !important;
}

.wtrvl-checkout_button {
  font-size: 12px !important;
}

.wtrvl-checkout_button::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}

/* Page yoga-safari-namibie - Audio player slider */
.audio-player-bloc {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  bottom: 45px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .audio-player-bloc {
    bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .audio-player-bloc {
    bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .audio-player-bloc {
    bottom: 0px;
  }
}

.audio-player-bloc h2 {
  font-weight: 600 !important;
}

.audio-player-bloc>.kt-row-column-wrap {
  width: 300px;
}

/* Newsletter form */
#newsletterform label {
  z-index: 0;
  padding: 0;
}

#newsletterform .kb-adv-form-label-style-float .kb-adv-form-field .kb-adv-form-label {
  transform: translate(0, 8px) scale(0.7);
  padding: var(--kb-form-v-padding, 0.4em) 0;
  margin-top: -1em;
  font-weight: 600;
  color: #5a5044;
}

#newsletterform input:not([type='radio']) {
  z-index: 2;
  background-color: transparent !important;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #5a5044;
  padding: 5px 15px 5px 5px;
  font-weight: 600;
}

#newsletterform .wp-block-kadence-advanced-form-submit button {
  color: #3a3a3a;
  font-family: 'sweet-sans-regular', helvetica, arial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

#newsletterform .wp-block-kadence-advanced-form-submit button:after {
  content: ' →';
  font-size: 1em;
  margin-left: 0.4em;
  display: inline-block;
}

#newsletterform .wp-block-kadence-advanced-form-submit button:before {
  content: none;
}

.wp-block-kadence-advancedheading.kt-adv-heading26_643404-10,
.wp-block-kadence-advancedheading.kt-adv-heading26_643404-10[data-kb-block='kb-adv-heading26_643404-10'] {
  font-weight: 600 !important;
}

#newsletterform .wp-block-kadence-advanced-form-submit {
  z-index: 5;
}

#newsletterform .kb-adv-form-success,
#newsletterform .kb-adv-form-warning {
  margin-top: 55px !important;
}

.kb-adv-form-warning {
  color: #7a5a54 !important;
}

#newsletterform .wp-block-kadence-advanced-form-radio {
  position: absolute;
  top: 70px;
}

#newsletterform .full_name_check {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  left: -9999px;
}

@media only screen and (min-width: 768px) {
  #newsletterform .kb-adv-form-label-style-float .kb-adv-form-field .kb-adv-form-label {
    transform-origin: left bottom;
  }

  #newsletterform .kb-adv-form-label-style-float .kb-adv-form-text-type-input:not(.kb-form-field-focus) .kb-adv-form-label {
    transform: translate(0, calc(100% + 1px)) scale(1);
  }

  #newsletterform .wp-block-kadence-advanced-form-submit button {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    height: 40px;
    width: 116px;
    background-color: transparent;
    color: #3a3a3a;
    top: 5px;
    right: -2px;
    border-radius: 0 !important;
  }

  #newsletterform .wp-block-kadence-advanced-form-submit {
    width: auto;
    column-gap: 0.4rem;
    height: 100%;
    position: absolute;
    right: 0;
    flex-wrap: wrap;
    align-content: end;
  }
}

@media only screen and (max-width: 768px) {
  #newsletterform .wp-block-kadence-advanced-form-submit button {
    padding: 6px 15px !important;
    margin: 8px 0px 0px 0px !important;
    background-color: #8f968a;
    color: white;
    border-color: #8f968a;
  }

  #newsletterform .wp-block-kadence-advanced-form-submit button:hover {
    background-color: #6d746b;
    border-color: #6d746b;
  }

  #newsletterform .kb-adv-form-label-style-float .kb-adv-form-text-type-input:not(.kb-form-field-focus) .kb-adv-form-label {
    transform: translate(0, calc(100% - 5px)) scale(1);
  }

  #newsletterform .kb-adv-form-label-style-float .kb-adv-form-field .kb-adv-form-label {
    transform-origin: center bottom;
    text-align: center;
  }

  #newsletterform .wp-block-kadence-advanced-form-radio {
    position: relative;
    top: 0;
  }

  #newsletterform .kb-adv-form-success,
  #newsletterform .kb-adv-form-warning {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 430px) {
  #newsletterform .kb-radio-check-item {
    font-size: 12px !important;
  }
}

.kb-checkout-cb {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'canela-regular', helvetica, arial, sans-serif;
  color: #463e35;
}

.kb-checkout-cb a {
  color: var(--global-palette-1);
  box-shadow: inset 0 -0.7em var(--global-palette-6);
}

/* MENU DESKTOP LAST CHILD RESERVER */
.menuu .sqs-html-content h2:last-child {
  font-family: var(--romie-italic);
  font-weight: 400 !important;
  padding-top: 8%;
  font-size: 26px;
}

.menuu .sqs-html-content h2:nth-child(4) {
  text-transform: capitalize !important;
}

/* #mobileNav .sub-menu .menu-item:last-child {
  padding-top: 20px !important;
  font-family: var(--romie-italic);
  font-weight: 400 !important;
  font-size: 24px;
} */

/* NEW 08-2025 */
.menuu h2.menu-item:nth-last-child(2),
#mobileNav .sub-menu .menu-item:last-child {
  font-family: 'new-icon-script', cursive;
  font-weight: 600 !important;
  font-size: 24px;
  padding-top: 20px !important;
}

#mobileNav .sub-menu .menu-item:nth-child(4) {
  text-transform: capitalize !important;
}

.ht_ctc_chat_style svg path {
  fill: rgba(58, 58, 58, 0.65) !important;
}

.header .header-title-logo .logo-desktop,
.header.scrolled .header-title-logo .logo-desktop2 {
  opacity: 1;
}

/* TEST BUTTON HOVER */
.wp-block-kadence-advancedbtn .kb-button {
  border-width: 1px !important;
  transition: all 0.35s ease-in-out;
}

.wp-block-kadence-advancedbtn .kb-button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.04);
  transition: all 0.35s ease-in-out;
}

/* === [BLOC PRISCILLA] Animation script looping phrases === */
.phrase-anim-wrapper {
  position: relative;
  height: 2em;
  overflow: hidden;
  font-family: var(--romie-light-italic);
  font-size: 25px;
  text-align: center;
  color: #5a5044;
  margin-top: -130px;
  letter-spacing: 0.5px;
}

@media (max-width: 1024px) {
  .phrase-anim-wrapper {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .phrase-anim-wrapper {
    font-size: 19px;
  }
}

.phrase, .phrase-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  animation: fadeInOut 3s ease-in-out forwards;
  pointer-events: none;
  margin: 0px 0 10px 0 !important;
}

.phrase.visible,
.phrase-mob.visible {
  visibility: visible
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateX(3px);
  }

  20% {
    opacity: 1;
    transform: translateX(0);
  }

  80% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-3px);
  }
}

.phrase:not(.visible), .phrase-mob:not(.visible) {
  animation: none !important;
}

.scroll-to-top i,
.scroll-to-top i:visited,
.scroll-to-top i:hover {
  border: 1px solid #6d746b;
}

/* STICKY FOOTER 22-07*/
.sticky-footer {
  position: fixed;
  bottom: 0;
  /* left: 0;
  width: 100%; */
  left: calc((100vw - 700px)/2);
  width: 700px;
  border-radius: 50px;
  letter-spacing: 1px;
  background-color: #D8D5CC;
  color: #5A5044;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  font-family: var(--romie-italic);
  font-size: 15px;
  padding: 12px 10px;
  z-index: 1000;
  transition: opacity 0.4s ease;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  /* border-top: 1px solid #5a50446b; */
}

body.menu-open .sticky-footer {
  opacity: 0;
}

.sticky-footer.hidden {
  opacity: 0;
  pointer-events: none;
}

.sticky-footer .ctc_s_7_icon_padding.ctc-analytics {
  display: inline-flex;
  font-size: 19px;
  color: #3a3a3ab3;
  background-color: #ffffff00;
  border-radius: 50%;
  padding: 0px !important;
  top: 2px !important;
  position: relative;
  margin-right: 13px;
}

.sticky-footer .ctc_s_7_icon_padding.ctc-analytics svg {
  width: 19px !important;
  height: 19px !important;
}

.whatsapp-section {
  display: flex;
  align-items: center;
}

.whatsapp-section::after {
  content: "|";
  font-family: var(--fontCanelaRegular);
  color: #5a5044;
  font-weight: normal;
  position: absolute;
  left: 50%;
  font-size: 18px;
}

.sticky-footer a:hover, .sticky-footer a:focus, .sticky-footer a:visited {
  color: #5A5044;

}

.sticky-footer a.backtotop span {
  text-align: center;
  display: block;
}

@media (max-width: 768px) {
  .sticky-footer .backtotop {
    display: none;
  }

  .whatsapp-section::after {
    display: none;
  }

  .sticky-footer {
    position: fixed;
    bottom: 175px;
    left: calc((100vw - 330px)/2);
    width: 330px;
    padding: 9px 10px;
    z-index: 1000;
    transition: opacity 0.4s ease;
    border-top: 0px solid #5a50446b;
    border-radius: 50px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  }

  .site-footer .uagb-block-4ce58d4e.wp-block-uagb-image {
    justify-content: center;
  }

  .sticky-footer a {
    justify-content: space-around;
    align-items: center;
    font-size: 15px;
  }

  .site-footer {
    text-align: initial;
    padding: 25px 30px;
    margin-top: 42px;
    margin-bottom: 0px;
  }

}

/* END STICKY FOOTER */

/* MIN HEIGHT SUR TT LES PAGES */
@media (min-width: 782px) {
  .container.clearfix {
    min-height: calc(100vh - 98px);
  }
}

@media (max-width: 782px) {
  .container.clearfix {
    min-height: calc(100vh - 159px);
  }
}

/* VIDEO GIRAFE */
.video-girafe {
  margin: 0px -24px;
  position: absolute;
  z-index: -1;
  height: calc(100vw * 1522 / 886);
  display: none;
  max-height: 100vh;
  overflow: hidden;
  width: 100vw;
  left: 24px;
}

.video-girafe video {
  width: 100vw;
  height: auto;
}

.video-girafe .wp-block-video {
  width: 100vw;
  margin: 0;
}

@media (max-width: 768px) {
  .video-girafe {
    display: block;
  }

  .kb-row-layout-id26_0ef17b-23>.kt-row-column-wrap {
    min-height: calc(100vw * 1522 / 886) !important;
  }
}

.home .wp-block-kadence-column.kadence-column26_6874f4-60 {
  z-index: 9999;
}

/* LOADER */
.loading div#loader {
  transform: translate(0, 0);
  opacity: 1;
}

.removeloading div#loader {
  transform: translate(-100%, 0);
  opacity: 1;
}

#loaderstandby {
  opacity: 0;
  display: none;
}

.standby #loaderstandby {
  z-index: 99999997;
  background: #f6f5f1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: none;
  display: block;
}

div#loader {
  z-index: 99999998;
  transition: transform 0.7s ease;
  background: #d8d2c7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: translate(100%, 0);
  opacity: 0;
  pointer-events: none;
}

.loading div#background-loader {
  opacity: 1;
}

div#background-loader {
  z-index: 99999999;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
}

div#background-loader img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
  pointer-events: none;
}

.background-desk,
.background-mobile {
  transform: translateY(0px);
  transition: opacity 0.4s ease;
  opacity: 0;
}

.loading .background-desk,
.loading .background-mobile {
  opacity: 1;
}

.removeloading .background-desk,
.removeloading .background-mobile {
  opacity: 0;
}

.background-desk {
  display: block;
}

.background-mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .background-desk {
    display: none;
  }
}

body.loading {
  max-height: 100vh;
}

/* BOUTON LINK WHATSAPP & INSTA MENU DESKTOP */
.link-wrapper-desktop {
  display: flex;
  justify-content: center;
  gap: 15px
}

.link-wrapper-desktop .ht-ctc-sc svg, .link-wrapper-desktop a svg {
  height: 24px !important;
  width: 24px !important;
}

.link-wrapper-desktop .ht-ctc-sc .ctc_s_7_icon_padding {
  padding: 0 !important;
}

.sqs-html-content h2 .link-wrapper-desktop a {
  text-align: left;
  white-space: normal;
  display: block;
}

.sqs-html-content h2 .link-wrapper-desktop a:hover {
  opacity: 100%;
}

/* ce qui rend si unique centré sur desktop */
.title-img img {
  margin: auto;
  display: block;
}

/* Surligner */
.highlighter .kt-btn-inner-text {
  box-shadow: inset 0 -0.7em var(--global-palette-6);
}