/*!
Theme Name: La Siesta Child
Theme URI: https://aetherworks.io
Description: Theme officiel du restaurant de plage, La siesta
Author: Nicolas Santos
Author URI: https://aetherworks.io
Template: siesta
Version: 1.15.0
Text Domain: siesta
*/

.elementor-element.header.e-con {
  overflow: hidden;
  position: relative;
}

.elementor-element.header.e-con.has-parallax {
  background-image: none !important;
}

.elementor-element.header.e-con::before {
  background: radial-gradient(ellipse at 40% 40%, rgba(20, 10, 6, 0.52), rgba(20, 10, 6, 0) 65%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.header__parallax-bg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -15%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
  will-change: transform;
  z-index: 0;
}

.elementor-element.header.e-con::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 10, 25, 0.38)), color-stop(25%, rgba(120, 65, 20, 0.12)), color-stop(45%, rgba(140, 75, 20, 0.15)), color-stop(70%, rgba(30, 16, 8, 0.55)), to(rgba(18, 10, 6, 0.4)));
  background: linear-gradient(180deg, rgba(15, 10, 25, 0.38) 0%, rgba(120, 65, 20, 0.12) 25%, rgba(140, 75, 20, 0.15) 45%, rgba(30, 16, 8, 0.55) 70%, rgba(18, 10, 6, 0.4) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.elementor-element.header.e-con > .e-con-inner {
  position: relative;
  z-index: 3;
}

[id].e-parent {
  scroll-margin-top: 100px;
}
.admin-bar [id].e-parent {
  scroll-margin-top: 132px;
}

.moment-card {
  position: relative;
}
.moment-card .card-img {
  position: relative;
}
.moment-card .card-img::after {
  background: rgba(0, 0, 0, 0);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.moment-card:hover .card-img::after {
  background: rgba(0, 0, 0, 0.3);
}

.siesta-live {
  backdrop-filter: blur(12px);
  background: rgba(30, 18, 12, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: inline-block;
  max-width: 480px;
  padding: 16px 22px;
  width: 100%;
}
@media (width <= 600px) {
  .siesta-live {
    border-radius: 12px;
    padding: 20px;
  }
}

.siesta-live__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 239, 224, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  gap: 10px;
  letter-spacing: 0.14em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.siesta-live__dot {
  -webkit-animation: siesta-live-pulse 2s ease-in-out infinite;
          animation: siesta-live-pulse 2s ease-in-out infinite;
  background: #d66544;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 8px;
  width: 8px;
}

@-webkit-keyframes siesta-live-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

@keyframes siesta-live-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.siesta-live__row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 1px dashed rgba(255, 229, 210, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}
.siesta-live__row:last-child {
  padding-bottom: 2px;
}

.siesta-live__label {
  color: #ffefe0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  opacity: 0.55;
  text-transform: uppercase;
}

.siesta-live__value {
  color: #ffefe0;
  font-family: Fraunces, serif;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.siesta-live__value em {
  color: #d66544;
  font-style: italic;
}

@media (width <= 767px) {
  body:not(.elementor-editor-active) {
    padding-bottom: calc(56px + 24px + env(safe-area-inset-bottom, 0px));
  }
}
.siesta-bar {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  backdrop-filter: blur(20px);
  background: rgba(30, 18, 12, 0.65);
  border: 1px solid rgba(255, 239, 224, 0.12);
  border-radius: 50px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.2);
  display: none;
  left: 12px;
  position: fixed;
  right: 12px;
  z-index: 9999;
}
@media (width <= 767px) {
  .siesta-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.elementor-editor-active .siesta-bar {
  display: none;
}

.siesta-bar__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 239, 224, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.15s ease;
  transition: color 0.2s ease, -webkit-transform 0.15s ease;
  transition: color 0.2s ease, transform 0.15s ease;
  transition: color 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.siesta-bar__item:hover, .siesta-bar__item:focus {
  color: #d66544;
  text-decoration: none;
}
.siesta-bar__item:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.siesta-bar__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 21px;
  width: 21px;
}
.siesta-bar__icon svg {
  display: block;
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 100%;
}

.siesta-bar__label {
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  opacity: 0.9;
}

.siesta-splash {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: splash-exit 0.5s cubic-bezier(0.4, 0, 0.2, 1) 2.4s forwards;
          animation: splash-exit 0.5s cubic-bezier(0.4, 0, 0.2, 1) 2.4s forwards;
  background: #1a0f09;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 99999;
}
.siesta-splash.is-done {
  -webkit-animation: splash-exit 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: splash-exit 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  pointer-events: none;
}
.siesta-splash.is-hidden {
  -webkit-animation: none;
          animation: none;
  display: none;
}

.siesta-splash__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.siesta-splash__logo {
  -webkit-animation: splash-logo-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
          animation: splash-logo-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
  height: auto;
  width: 120px;
}
@media (width <= 767px) {
  .siesta-splash__logo {
    width: 100px;
  }
}

.siesta-splash__wave {
  -webkit-animation: splash-wave-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
          animation: splash-wave-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
  height: 12px;
  width: 100px;
}
.siesta-splash__wave path {
  -webkit-animation: splash-draw 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
          animation: splash-draw 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
  fill: none;
  stroke: #d66544;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  stroke-linecap: round;
  stroke-width: 1.2;
}
.siesta-splash__wave path:nth-child(2) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
  opacity: 0.5;
}

@-webkit-keyframes splash-logo-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.92) translateY(6px);
            transform: scale(0.92) translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes splash-logo-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.92) translateY(6px);
            transform: scale(0.92) translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes splash-wave-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes splash-wave-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes splash-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes splash-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes splash-exit {
  to {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    visibility: hidden;
  }
}
@keyframes splash-exit {
  to {
    opacity: 0;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    visibility: hidden;
  }
}
@view-transition {
  navigation: auto;
}
@-webkit-keyframes vt-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes vt-fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes vt-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes vt-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html::view-transition-new(root) {
  -webkit-animation: vt-fade-in-up 0.35s cubic-bezier(0.16, 1, 0.3, 1);
          animation: vt-fade-in-up 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

html::view-transition-old(root) {
  -webkit-animation: vt-fade-out 0.2s ease-in;
          animation: vt-fade-out 0.2s ease-in;
}
