#mobile-drawer .drawer-content.mobile-drawer-content{
position: relative;
} #mobile-drawer .mdc-block{
position: absolute;
left: 0;
right: 0;
bottom: 72px;          
z-index: 6;
pointer-events: none;
opacity: 0;
transition: none;
}
#mobile-drawer.active .mdc-block{
opacity: 1;
}
#mobile-drawer .drawer-image-container{
position: relative;
z-index: 1;
} #mobile-drawer .mdc-inner{
pointer-events: auto;
padding-left: 40px;
padding-right: 24px;
display: inline-flex;
align-items: center;
gap: 12px;
filter: drop-shadow(0 1px 0 rgba(0,0,0,.20));
} #mobile-drawer .mdc-link{
display: inline-flex;
align-items: center;
gap: 7px;
font-family: "Cormorant Garamond","Cormorant",serif;
font-size: 13px;
font-weight: 400;
letter-spacing: 0.12em;
text-transform: none; color: rgba(245,242,234,.72);
text-decoration: none !important;
padding: 4px 0;
white-space: nowrap;
line-height: 1;
transition: color .18s ease;
} #mobile-drawer .mdc-link svg{
width: 12px;
height: 12px;
opacity: .82;
flex-shrink: 0;
} #mobile-drawer .mdc-link:hover{
color: #ffffff;
} #mobile-drawer .mdc-sep{
color: rgba(245,242,234,.45);
font-family: "Cormorant Garamond","Cormorant",serif;
font-size: 11px;
transform: translateY(-.5px);
user-select: none;
opacity: .45;
} @media (max-width: 520px){
#mobile-drawer .mdc-inner{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 18px;
align-items: start;
} #mobile-drawer .mdc-sep{
display: none;
}
#mobile-drawer .mdc-link{
font-size: 12px;
letter-spacing: .06em;
text-transform: none;
}
#mobile-drawer .mdc-link svg{
width: 12px;
height: 12px;
opacity: .88;
}
} #mobile-drawer .drawer-content.mobile-drawer-content{
position: relative; } #mobile-drawer .mdc-top-logo{
position: absolute;
left: 0;
right: 0;
top: 32px;
z-index: 6;
pointer-events: none;
display: none; }
#mobile-drawer .mdc-top-logo img{
display: block;
width: 80px;
height: auto;
margin: 0 auto;
opacity: .92;
filter: drop-shadow(0 2px 8px rgba(0,0,0,.35));
} @media (max-width: 520px){
#mobile-drawer .mdc-top-logo{ display:block; }
}
.divider,
.divider-white,
.divider-left,
.divider-left-white {
width: 160px;
height: 1px;
margin: 0 auto;
}
.divider {
background: linear-gradient(90deg, transparent, #23302E, transparent);
}
.divider-white {
background: linear-gradient(90deg, transparent, #F3E6C9, transparent);
}
.divider-left,
.divider-left-white {
margin: 0;
}
.divider-left {
background: linear-gradient(90deg, #23302E, transparent);
}
.divider-left-white {
background: linear-gradient(90deg, #F3E6C9, transparent);
} .divider,
.divider-white,
.divider-left,
.divider-left-white{
background: none !important;
position: relative;
height: 1px !important;
}
.divider::before,
.divider-white::before,
.divider-left::before,
.divider-left-white::before{
content:"";
position:absolute;
inset:0;
height:1px;
}
.divider::before{
background: linear-gradient(90deg, transparent, #23302E, transparent);
}
.divider-white::before{
background: linear-gradient(90deg, transparent, #F3E6C9, transparent);
}
.divider-left::before{
background: linear-gradient(90deg, #23302E, transparent);
}
.divider-left-white::before{
background: linear-gradient(90deg, #F3E6C9, transparent);
} .button:hover,
.wp-block-button__link:hover,
.kt-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
transform: translateX(5px);
transition: transform 0.2s ease;
}
.header-button,
.header-button:hover,
.site-header .mobile-header-button,
.site-header .mobile-header-button:hover,
.site-header .mobile-header-button:focus {
transform: none !important;
}
.site-header .mobile-header-button,
.site-header .mobile-header-button:hover,
.site-header .mobile-header-button:focus {
transition: background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 768px) {
body.page-id-4652 .mobile-header-button-wrap {
display: none !important;
}
} .aah-lang-switcher {
position: relative;
display: inline-flex;
align-items: center;
}
.aah-lang-switcher--dropdown .aah-lang-switcher__toggle {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 13px;
background: #F5F2EA;
border: 1px solid #23302E;
border-radius: 4px;
font-family: "Nunito", sans-serif;
font-weight: 400;
color: #23302E;
text-transform: uppercase;
line-height: 1;
cursor: pointer;
transition: all 0.2s ease;
}
.aah-lang-switcher--dropdown .aah-lang-switcher__toggle:hover,
.aah-lang-switcher--dropdown .aah-lang-switcher__toggle:focus-visible {
background: #23302E;
color: #F5F2EA;
transform: translateY(-1px);
border: 1px solid #F5F2EA;
}
.aah-lang-switcher__arrow {
transition: transform 0.2s ease;
flex-shrink: 0;
}
.aah-lang-switcher--dropdown
.aah-lang-switcher__toggle[aria-expanded="true"]
.aah-lang-switcher__arrow {
transform: rotate(180deg);
}
.aah-lang-switcher__dropdown {
position: absolute;
top: calc(100% + 12px);
right: 0;
min-width: 120px;
background: #F5F2EA;
border: 1px solid #23302E;
border-radius: 4px;
list-style: none;
margin: 0;
padding: 8px;
opacity: 0;
visibility: hidden;
transform: translateY(-8px);
transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
z-index: 1000;
}
.aah-lang-switcher--dropdown
.aah-lang-switcher__toggle[aria-expanded="true"]
+ .aah-lang-switcher__dropdown {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.aah-lang-switcher__dropdown .aah-lang-switcher__item {
margin: 0;
}
.aah-lang-switcher__dropdown .aah-lang-switcher__link {
display: flex;
align-items: center;
padding: 12px 16px;
color: #23302E;
text-decoration: none !important;
font-family: "Nunito", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.04em;
text-transform: uppercase;
border-radius: 2px;
transition: all 0.15s ease;
}
.aah-lang-switcher__dropdown .aah-lang-switcher__link:hover,
.aah-lang-switcher__dropdown .aah-lang-switcher__link:focus-visible {
background-color: #23302E;
color: #F5F2EA;
}
@media (max-width: 768px) {
.aah-lang-switcher--dropdown .aah-lang-switcher__toggle {
padding: 8px 10px;
gap: 6px;
font-size: 13px;
}
.aah-lang-switcher--dropdown .aah-lang-switcher__toggle img,
.aah-lang-switcher--dropdown .aah-lang-switcher__dropdown img {
display: none;
}
.aah-lang-switcher--dropdown .aah-lang-switcher__text {
display: inline-block;
max-width: 2ch;
overflow: hidden;
text-overflow: clip;
white-space: nowrap;
letter-spacing: 0;
}
.aah-lang-switcher--dropdown .aah-lang-switcher__arrow {
width: 10px;
height: 6px;
}
.aah-lang-switcher__dropdown {
min-width: 80px;
padding: 6px;
}
.aah-lang-switcher__dropdown .aah-lang-switcher__link {
padding: 8px 10px;
font-size: 13px;
letter-spacing: 0;
}
} .parallax {
--parallax-offset-x: 0px;
--parallax-offset-y: 0px;
transform: translate3d(var(--parallax-offset-x), var(--parallax-offset-y), 0);
will-change: transform;
transition: transform 0.08s linear;
} @media (max-width: 768px) {
.mobile-header-button-wrap {
position: fixed !important;
bottom: 12px;
left: 0;
right: 0;
width: 100%;
padding: 0 12px;
box-sizing: border-box;
z-index: 99999;
pointer-events: none;
}
.mobile-header-button-inner-wrap {
pointer-events: auto;
width: 100%;
}
.mobile-header-button-wrap .mobile-header-button {
display: block;
width: 100%;
text-align: center;
background-color: #23302E !important;
color: #F5F2EA !important;
border: 1px solid #F5F2EA !important;
box-shadow:
0 10px 28px rgba(0, 0, 0, 0.28),
0 2px 0 rgba(255, 255, 255, 0.08) inset;
}
.mobile-header-button-wrap .mobile-header-button:hover,
.mobile-header-button-wrap .mobile-header-button:focus {
background-color: #1c2624 !important;
border-color: #F5F2EA !important;
}
.mobile-header-button-wrap .mobile-header-button:active {
background-color: #16201e !important;
}
} .fade-in-up,
.fade-in-up-fast,
.fade-in-up-slow,
.fade-in-up-large {
opacity: 0;
transform: translateY(40px);
}
.fade-in-up {
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-up-fast {
transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in-up-slow {
transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.fade-in-up-large {
transform: translateY(80px);
transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
.fade-in-up.visible,
.fade-in-up-fast.visible,
.fade-in-up-slow.visible,
.fade-in-up-large.visible {
opacity: 1;
transform: translateY(0);
}
.fade-in {
opacity: 0;
transition: opacity 0.8s ease-out;
}
.fade-in.visible {
opacity: 1;
}
.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
.delay-600 { transition-delay: 0.6s; }
.delay-700 { transition-delay: 0.7s; }
.delay-800 { transition-delay: 0.8s; }
.delay-1400 { transition-delay: 1s; }  @keyframes tabFadeUp {
0% { opacity: 0; transform: translateY(20px); }
100% { opacity: 1; transform: translateY(0); }
}
.room-equip-tabs .tab-replay {
animation: tabFadeUp 0.6s ease-out;
} .aah-marquee {
width: 100%;
height: 64px;
overflow: visible;
color: #ffffff;
position: relative;
}
.aah-marquee-track {
display: flex;
width: max-content;
white-space: nowrap;
animation: aah-marquee-slide 12s linear infinite;
}
.aah-marquee-track span {
padding: 0 8rem;
font-size: 17px;
line-height: 64px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
@keyframes aah-marquee-slide {
from { transform: translateX(0); }
to { transform: translateX(-33.333%); }
}
@media (max-width: 768px) {
.aah-marquee { height: 52px; }
.aah-marquee-track span {
font-size: 14px;
line-height: 52px;
padding: 0 2rem;
}
} .leaflet-top.leaflet-left {
left: auto !important;
right: 0 !important;
}
.leaflet-control-zoom.leaflet-bar {
margin-right: 10px;
margin-top: 10px;
} .kadence-sticky-header.item-is-stuck {
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
}
.map-wrapper {
height: 600px;
overflow: hidden;
box-shadow: 0 25px 80px rgba(90, 61, 46, 0.25);
border-radius: 12px;
}
@media (max-width: 640px) {
.map-wrapper {
height: 400px;
margin: 0 16px;
}
} .kadence-sticky-header {
background-color: transparent;
transition: background-color 0.35s ease, box-shadow 0.35s ease;
}
.mobile-header-button {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
transition: padding-right 0.38s cubic-bezier(0.25, 0.1, 0.25, 1);
} .hero-carousel-section,
.hero-carousel-section-alt {
width: 100%;
height: 80vh;
min-height: 650px;
padding: 0;
margin: 0;
font-family: inherit;
overflow: hidden;
position: relative;
background: transparent;
}
.hero-carousel-container {
width: 100%;
height: 100%;
position: relative;
}
.hero-carousel-viewport {
position: relative;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
touch-action: pan-y;
perspective: 1200px;
user-select: none;
}
.hero-carousel-track {
position: relative;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.hero-carousel-slide {
position: absolute;
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer;
border-radius: 16px;
overflow: hidden;
will-change: transform, opacity;
}
.hero-carousel-slide.active {
width: 60vw;
height: 70vh;
transform: translateX(0) scale(1);
z-index: 10;
opacity: 1;
}
.hero-carousel-slide.prev {
width: 15vw;
height: 70vh;
transform: translateX(-38vw);
z-index: 10;
opacity: 1;
}
.hero-carousel-slide.next {
width: 15vw;
height: 70vh;
transform: translateX(38vw);
z-index: 5;
opacity: 0.95;
}
.hero-carousel-slide.hidden {
width: 15vw !important;
height: 70vh !important;
transform: translateX(0) scale(0.6);
opacity: 0;
pointer-events: none;
z-index: 1;
transition: width 0.15s ease-out, height 0.15s ease-out, opacity 0.25s ease-out, transform 0.3s ease-out !important;
}
.hero-slide-card {
position: relative;
width: 100%;
height: 100%;
border-radius: 16px !important;
overflow: hidden;
box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
transition: all 0.4s ease;
user-select: none;
}
.hero-carousel-slide:not(.active) .hero-slide-card {
filter: brightness(0.4) blur(3px);
}
.hero-carousel-slide.active .hero-slide-card {
box-shadow: 0 20px 60px rgba(255, 255, 255, 0.15);
}
.hero-carousel-slide.active .hero-slide-card:hover {
transform: scale(1.02);
}
.hero-slide-image {
width: 100%;
height: 100%;
object-fit: cover;
user-select: none;
-webkit-user-drag: none;
transition: transform 0.6s ease;
pointer-events: none !important;
}
.hero-carousel-slide.active:hover .hero-slide-image {
transform: scale(1.05);
}
.hero-slide-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.90) 0%,
rgba(0, 0, 0, 0.65) 35%,
rgba(0, 0, 0, 0.40) 60%,
rgba(0, 0, 0, 0.15) 85%,
transparent 100%
);
transition: opacity 0.4s ease;
}
.hero-carousel-slide:not(.active) .hero-slide-overlay {
opacity: 0.6;
}
.hero-slide-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 60px;
color: white;
transform: translateY(30px);
opacity: 0;
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-slide-content h2,
.hero-slide-content p {
text-shadow:
0 2px 8px rgba(0, 0, 0, 0.8),
0 4px 16px rgba(0, 0, 0, 0.6);
}
.hero-carousel-slide.active .hero-slide-content {
transform: translateY(0);
opacity: 1;
transition-delay: 0.2s;
}
.hero-room-title {
font-size: 40px;
font-weight: 300;
margin-bottom: 24px;
line-height: 1.1;
color: #fff;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.hero-room-features {
display: flex;
gap: 30px;
margin-bottom: 30px;
}
.hero-feature-item {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
color: #e2e8f0;
}
.hero-feature-icon {
width: 20px;
height: 20px;
opacity: 0.9;
}
.hero-room-description {
font-size: 18px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.85);
margin-bottom: 35px;
max-width: 600px;
}
.hero-room-cta {
display: inline-flex;
align-items: center;
width: fit-content !important;
align-self: flex-start;
gap: 12px;
padding: 18px 40px;
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.25);
color: white;
text-decoration: none;
font-family: "Nunito", sans-serif;
font-size: 17px;
line-height: 1.4;
letter-spacing: 0.04em;
text-transform: uppercase;
border-radius: 8px;
transition: all 0.3s ease;
font-weight: 400;
}
.hero-room-cta:hover {
background: rgba(255, 255, 255, 0.25);
color: white;
transform: translateX(5px);
border-color: rgba(255, 255, 255, 0.4);
}
.hero-room-cta svg {
width: 16px;
height: 16px;
opacity: 0;
transform: translateX(-6px);
transition: all 0.3s ease;
}
.hero-room-cta:hover svg {
opacity: 1;
transform: translateX(0);
}
.hero-room-cta:hover,
.hero-room-cta:focus,
.hero-room-cta:focus-visible,
.hero-room-cta:active,
.hero-room-cta:visited{
color: #fff !important;
} .hero-carousel-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 20;
width: 70px;
height: 70px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(15px);
border: 1px solid rgba(255, 255, 255, 0.2);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
color: #fff;
}
.hero-carousel-nav:hover,
.hero-carousel-nav:focus,
.hero-carousel-nav:active {
background: rgba(255, 255, 255, 0.2);
transform: translateY(-50%) scale(1.1);
border-color: rgba(255, 255, 255, 0.4);
}
.hero-carousel-nav.hero-prev-btn { left: 8vw; }
.hero-carousel-nav.hero-next-btn { right: 8vw; }
.hero-carousel-nav svg {
width: 28px;
height: 28px;
stroke: currentColor;
stroke-width: 2.5;
fill: none;
} .hero-carousel-indicators {
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
z-index: 15;
display: flex;
gap: 14px;
padding-bottom: 8px;
}
.hero-indicator {
width: 50px;
height: 4px;
background: rgba(255, 255, 255, 0.25);
border-radius: 2px;
cursor: pointer;
transition: all 0.4s ease;
overflow: hidden;
position: relative;
}
.hero-indicator::before {
content: '';
position: absolute;
inset: 0;
background: #fff;
transform: translateX(-100%);
transition: transform 0.4s ease;
}
.hero-indicator.active { width: 80px; }
.hero-indicator.active::before { transform: translateX(0); }
.hero-indicator:hover {
background: rgba(255, 255, 255, 0.4);
} .hero-carousel-section a,
.hero-carousel-section button,
.hero-carousel-section [role="button"],
.hero-carousel-slide,
.hero-carousel-nav,
.hero-room-cta {
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
tap-highlight-color: rgba(0,0,0,0) !important;
}
.hero-carousel-section a:focus,
.hero-carousel-section button:focus,
.hero-carousel-nav:focus,
.hero-room-cta:focus {
outline: none !important;
box-shadow: none !important;
}
.hero-carousel-section a:focus-visible,
.hero-carousel-section button:focus-visible,
.hero-carousel-nav:focus-visible,
.hero-room-cta:focus-visible {
outline: none !important;
box-shadow: 0 0 0 3px rgba(245, 242, 234, 0.7) !important;
}
.hero-carousel-nav { border-radius: 999px !important; }
.hero-carousel-section { -webkit-touch-callout: none; } .hero-scroll-hint {
position: absolute;
bottom: 50px;
right: 60px;
z-index: 15;
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
color: rgba(255, 255, 255, 0.6);
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
animation: heroScrollBounce 2s ease-in-out infinite;
}
.hero-scroll-hint svg {
width: 20px;
height: 20px;
stroke: currentColor;
stroke-width: 2;
fill: none;
}
@keyframes heroScrollBounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(12px); }
} @media (max-width: 1200px) {
.hero-carousel-slide.active { width: 65vw; }
.hero-carousel-slide.prev,
.hero-carousel-slide.next {
width: 18vw;
transform: translateX(-42vw) scale(0.9);
}
.hero-carousel-slide.next {
transform: translateX(42vw) scale(0.9);
}
.hero-carousel-nav.hero-prev-btn { left: 5vw; }
.hero-carousel-nav.hero-next-btn { right: 5vw; }
}
@media (max-width: 1024px) {
.hero-room-title { font-size: 42px; }
.hero-slide-content { padding: 40px; }
.hero-carousel-nav { width: 60px; height: 60px; }
}
@media (max-width: 768px) {
.hero-carousel-section { min-height: 600px; }
.hero-carousel-slide {
transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hero-carousel-slide.active {
width: 85vw;
height: 75vh;
transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hero-carousel-slide.prev,
.hero-carousel-slide.next {
opacity: 0;
pointer-events: none;
}
.hero-carousel-slide.hidden {
width: 85vw !important;
height: 75vh !important;
transition: width 0.08s ease-out, height 0.08s ease-out, opacity 0.15s ease-out, transform 0.2s ease-out !important;
}
.hero-room-title { font-size: 36px; }
.hero-room-description { font-size: 16px; margin-bottom: 25px; }
.hero-slide-content {
padding: 30px;
transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hero-room-cta {
padding: 14px 28px;
font-size: 15px;
gap: 10px;
}
.hero-room-cta svg { width: 14px; height: 14px; }
.hero-carousel-nav.hero-prev-btn { left: 6px; }
.hero-carousel-nav.hero-next-btn { right: 6px; }
.hero-carousel-nav {
width: 42px;
height: 42px;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.15);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.hero-carousel-nav:hover,
.hero-carousel-nav:focus,
.hero-carousel-nav:active {
transform: translateY(-50%) scale(1.05);
}
.hero-carousel-nav svg {
width: 22px;
height: 22px;
stroke-width: 2.5;
stroke: #fff;
}
.hero-scroll-hint,
.hero-carousel-indicators {
display: none;
}
.hero-room-features {
gap: 20px;
flex-wrap: wrap;
}
}
@media (max-width: 480px) {
.hero-room-title { font-size: 28px; }
.hero-room-cta {
padding: 12px 24px;
font-size: 14px;
gap: 8px;
}
.hero-room-cta svg {
width: 13px !important;
height: 13px !important;
}
.hero-carousel-indicators { display: none; }
.hero-indicator { width: 40px; }
.hero-indicator.active { width: 60px; }
.hero-carousel-nav { width: 40px; height: 40px; }
.hero-carousel-nav.hero-prev-btn { left: 4px; }
.hero-carousel-nav.hero-next-btn { right: 4px; }
.hero-carousel-nav svg {
width: 14px !important;
height: 14px !important;
max-width: none !important;
max-height: none !important;
min-width: 14px !important;
min-height: 14px !important;
flex: 0 0 20px !important;
display: block !important;
transform: none !important;
}
} .widget-title {
font-size: 17px !important;
color: #F5F2EA !important;
}
#mobile-drawer .drawer-inner {
display: flex;
flex-direction: row;
width: 100%;
}
.drawer-content.mobile-drawer-content {
flex: 1 1 100%;
max-width: 100%;
z-index: 0;
}
.drawer-image-container {
flex: 1;
background-image: url(https://monsieur-jules-hotel-clamart.fr/wp-content/uploads/2026/03/chb_double-3.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 10%;
background-origin: content-box;
background-clip: content-box;
display: none;
position: relative;
opacity: 1;
z-index: 3 !important;
transition: opacity 0.5s ease-in-out;
}
.drawer-image-container.fade-out { opacity: 0; }
@media (min-width: 1024px) {
.drawer-image-container { display: block; }
.drawer-content.mobile-drawer-content {
flex: 0 0 40%;
max-width: 500px;
}
}
.drawer-image-container::before {
content: '';
position: absolute;
top: 5%;
right: 5%;
bottom: 5%;
left: 5%;
pointer-events: none;
}
.drawer-image-container::after {
content: "";
position: absolute;
right: 80px;
bottom: 80px;
width: 120px;
height: 120px;
background-image: url(https://monsieur-jules-hotel-clamart.fr/wp-content/uploads/2026/02/Logo_hmj_round_alt.png);
background-repeat: no-repeat;
background-position: bottom right;
background-size: contain;
opacity: 1;
pointer-events: none;
z-index: 3;
}
.drawer-inner {
position: relative;
background-color: #23302E !important;
}
.drawer-inner .drawer-header,
.drawer-inner .drawer-content,
.drawer-inner .site-header-item,
.drawer-inner .mobile-drawer-content {
background-color: transparent !important;
background-image: none !important;
} .drawer-inner::before,
.drawer-inner::after {
content: "";
position: absolute;
width: 500px;
height: 500px;
background-image: url(https://monsieur-jules-hotel-clamart.fr/wp-content/uploads/2026/02/leaves_pattern_5.png);
background-size: cover;
background-repeat: no-repeat;
opacity: 0.08; pointer-events: none;
z-index: 1;
}
.drawer-inner::before {
top: 0;
left: 0;
background-position: top left;
-webkit-mask-image: radial-gradient(ellipse at top left,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0.35) 45%,
rgba(0, 0, 0, 0) 75%);
mask-image: radial-gradient(ellipse at top left,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0.35) 45%,
rgba(0, 0, 0, 0) 75%);
}
.drawer-inner::after {
bottom: 0;
right: 0;
background-position: bottom right;
-webkit-mask-image: radial-gradient(ellipse at bottom right,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0.35) 45%,
rgba(0, 0, 0, 0) 75%);
mask-image: radial-gradient(ellipse at bottom right,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0.35) 45%,
rgba(0, 0, 0, 0) 75%);
} .drawer-inner > * {
position: relative;
z-index: 2;
}
@media (max-width: 768px) {
.drawer-content {
margin-left: -40px !important;
margin-right: 40px !important;
}
.drawer-inner::before,
.drawer-inner::after {
width: 280px;
height: 280px;
opacity: 0.08; } .drawer-inner::before {
-webkit-mask-image: radial-gradient(ellipse at top left,
rgba(0, 0, 0, 0.6) 0%,
rgba(0, 0, 0, 0.3) 25%,
rgba(0, 0, 0, 0) 50%);
mask-image: radial-gradient(ellipse at top left,
rgba(0, 0, 0, 0.6) 0%,
rgba(0, 0, 0, 0.3) 25%,
rgba(0, 0, 0, 0) 50%);
}
.drawer-inner::after {
-webkit-mask-image: radial-gradient(ellipse at bottom right,
rgba(0, 0, 0, 0.6) 0%,
rgba(0, 0, 0, 0.3) 25%,
rgba(0, 0, 0, 0) 50%);
mask-image: radial-gradient(ellipse at bottom right,
rgba(0, 0, 0, 0.6) 0%,
rgba(0, 0, 0, 0.3) 25%,
rgba(0, 0, 0, 0) 50%);
}
}  .section-light,
.section-dark {
position: relative;
overflow: hidden;
z-index: 0;
}
.section-light::before,
.section-light::after,
.section-dark::before,
.section-dark::after {
content: "";
position: absolute;
width: 500px;
height: 500px;
background-size: cover;
background-repeat: no-repeat;
pointer-events: none;
z-index: -1;
}
.section-light::before,
.section-light::after {
background-image: url(https://monsieur-jules-hotel-clamart.fr/wp-content/uploads/2026/02/leaves_pattern_5.png);
opacity: 0.4;
}
.section-light::before {
top: 0;
left: 0;
background-position: top left;
mask-image: radial-gradient(ellipse at top left,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0.3) 30%,
rgba(0, 0, 0, 0) 60%);
-webkit-mask-image: radial-gradient(ellipse at top left,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0.3) 30%,
rgba(0, 0, 0, 0) 60%);
}
.section-light::after {
bottom: 0;
right: 0;
background-position: bottom right;
mask-image: radial-gradient(ellipse at bottom right,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0.3) 30%,
rgba(0, 0, 0, 0) 60%);
-webkit-mask-image: radial-gradient(ellipse at bottom right,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0.3) 30%,
rgba(0, 0, 0, 0) 60%);
}
.section-dark {
background: #23302E;
}
.section-dark::before,
.section-dark::after {
background-image: url(https://monsieur-jules-hotel-clamart.fr/wp-content/uploads/2026/02/leaves_pattern_6.png);
opacity: 0.08;  
z-index: -1;   
width: 520px;
height: 520px;
}
.section-dark::before {
top: -20px;
left: -20px;
background-position: top left;
-webkit-mask-image: radial-gradient(ellipse at top left,
rgba(0,0,0,.75) 0%,
rgba(0,0,0,.35) 45%,
rgba(0,0,0,0) 72%);
mask-image: radial-gradient(ellipse at top left,
rgba(0,0,0,.75) 0%,
rgba(0,0,0,.35) 45%,
rgba(0,0,0,0) 72%);
}
.section-dark::after {
bottom: -20px;
right: -20px;
background-position: bottom right;
-webkit-mask-image: radial-gradient(ellipse at bottom right,
rgba(0,0,0,.75) 0%,
rgba(0,0,0,.35) 45%,
rgba(0,0,0,0) 72%);
mask-image: radial-gradient(ellipse at bottom right,
rgba(0,0,0,.75) 0%,
rgba(0,0,0,.35) 45%,
rgba(0,0,0,0) 72%);
}
.section-dark:last-of-type::before {
background-image:
linear-gradient(
to bottom,
rgba(35,48,46,0) 0%,
rgba(35,48,46,0.55) 55%,
#23302E 100%
),
url(https://monsieur-jules-hotel-clamart.fr/wp-content/uploads/2026/02/leaves_pattern_6.png);
background-size: cover, cover;
background-repeat: no-repeat, no-repeat;
}
.section-light > *,
.section-dark > * {
position: relative;
z-index: 1;
}
.section-dark {
color: rgba(245,242,234,.92);
}
.section-dark p {
color: rgba(245,242,234,.75);
}
@media (min-width: 1024px){
.section-dark::before,
.section-dark::after{
opacity: .06;
width: 480px;
height: 480px;
}
}
@media (max-width: 768px) {
.kt-inside-inner-col > .hero-carousel-section:first-child,
.kt-inside-inner-col > .hero-carousel-section-alt:first-child {
margin-top: -80px;
padding-top: 0;
}
.section-light::before,
.section-light::after,
.section-dark::before,
.section-dark::after {
width: 280px;
height: 280px;
opacity: 0.15;
background-size: contain;
}
}
.room-details {
padding: 60px 0;
background-color: #F5F2EA;
}
.room-details__inner {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
}
.room-details__header { margin-bottom: 36px; }
.room-details__title {
font-size: 2rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #49443E;
margin: 0 0 10px;
}
.room-details__subtitle {
color: #7C756C;
line-height: 1.6;
max-width: 620px;
}
.room-details__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px;
}
@media (max-width: 840px) {
.room-details__grid { grid-template-columns: 1fr; }
}
.room-equip-tabs .kt-tabs-layout-vtabs {
background: rgba(0, 0, 0, 0.22);
border: 1px solid rgba(243, 230, 207, 0.15);
border-radius: 14px;
padding: 40px 50px;
backdrop-filter: blur(2000px);
}
.gallery-custom .kb-gal-image-radius {
overflow: hidden;
border-radius: 2px;
}
.gallery-custom .kb-gallery-image-contain img {
transition:
transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
filter 0.6s ease;
transform-origin: center center;
}
.gallery-custom .kb-gallery-item-link {
position: relative;
display: block;
}
.gallery-custom .kb-gallery-item-link::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(135deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.3) 50%,
rgba(0, 0, 0, 0.6) 100%);
opacity: 0;
transition: opacity 0.6s ease;
z-index: 1;
}
.gallery-custom .kb-gallery-item-link::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 48px;
height: 48px;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: 70%;
transform: translate(-50%, -50%) scale(0.5);
opacity: 0;
transition:
opacity 0.4s ease 0.1s,
transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
z-index: 2;
}
.gallery-custom .kadence-blocks-gallery-item-inner:hover .kb-gallery-image-contain img {
transform: scale(1.08);
filter: brightness(0.85) contrast(1.05);
}
.gallery-custom .kadence-blocks-gallery-item-inner:hover .kb-gallery-item-link::before {
opacity: 1;
}
.gallery-custom .kadence-blocks-gallery-item-inner:hover .kb-gallery-item-link::after {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.gallery-custom .kadence-blocks-gallery-item-inner {
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gallery-custom .kadence-blocks-gallery-item-inner:hover {
transform: translateY(-4px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
} #mobile-toggle .kadence-menu-svg {
width: 40px;
height: 40px;
}
#mobile-toggle .burger-line {
transition: transform 0.35s ease, opacity 0.25s ease;
transform-origin: center;
transform-box: fill-box;
}
#mobile-toggle[aria-expanded="true"] .burger-line-top {
transform: translateY(6px) rotate(45deg);
}
#mobile-toggle[aria-expanded="true"] .burger-line-bottom {
transform: translateY(-6px) rotate(-45deg);
}
#mobile-toggle[aria-expanded="true"] .burger-line-middle {
opacity: 0;
transform: scaleX(0.2);
} .divider-container {
position: relative;
height: 0;
z-index: 10;
}
.divider-line,
.divider-line-alt {
width: 100%;
height: 2px;
position: relative;
}
.divider-ornament,
.divider-ornament-alt {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 1px;
height: 120px;
z-index: 11;
}
.divider-ornament {
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #23302E 50%, #23302E 100%);
}
.divider-ornament-alt {
background: linear-gradient(to bottom, #23302E 0%, #23302E 50%, #fff 50%, #fff 100%);
}
@media (max-width: 768px) {
.divider-ornament,
.divider-ornament-alt {
height: 60px;
}
} .wp-block-kadence-advancedheading .letter {
display: inline-block;
font-size: inherit !important;
opacity: 0;
transform: translateX(30px);
animation-name: aahLetterSlideIn;
animation-duration: .6s;
animation-timing-function: ease-out;
animation-fill-mode: both;
animation-iteration-count: 1;
will-change: transform, opacity;
}
@keyframes aahLetterSlideIn {
0% { opacity:0; transform:translateX(30px); }
60% { transform:translateX(-3px); }
100% { opacity:1; transform:translateX(0); }
}
.letter:nth-child(1){animation-delay:0s;}
.letter:nth-child(2){animation-delay:.06s;}
.letter:nth-child(3){animation-delay:.12s;}
.letter:nth-child(4){animation-delay:.18s;}
.letter:nth-child(5){animation-delay:.24s;}
.letter:nth-child(6){animation-delay:.30s;}
.letter:nth-child(7){animation-delay:.36s;}
.letter:nth-child(8){animation-delay:.42s;}
.letter:nth-child(9){animation-delay:.48s;}
.letter:nth-child(10){animation-delay:.54s;}
.letter:nth-child(11){animation-delay:.60s;}
.letter:nth-child(12){animation-delay:.66s;}
.letter:nth-child(13){animation-delay:.72s;}
.letter:nth-child(14){animation-delay:.78s;}
.letter:nth-child(15){animation-delay:.84s;}
.letter:nth-child(16){animation-delay:.90s;}
.letter:nth-child(17){animation-delay:.96s;}
.letter:nth-child(18){animation-delay:1.02s;}
.letter:nth-child(19){animation-delay:1.08s;}
.letter:nth-child(20){animation-delay:1.14s;}
.letter:nth-child(21){animation-delay:1.20s;}
.letter:nth-child(22){animation-delay:1.26s;}
.letter:nth-child(23){animation-delay:1.32s;}
.letter:nth-child(24){animation-delay:1.38s;}
.letter:nth-child(25){animation-delay:1.44s;}
.letter:nth-child(26){animation-delay:1.50s;}
.letter:nth-child(27){animation-delay:1.56s;}
.letter:nth-child(28){animation-delay:1.62s;}
.letter:nth-child(29){animation-delay:1.68s;}
.letter:nth-child(30){animation-delay:1.74s;}
.letter.space { width: .3em; } .hero-title .letter {
font-size: 80px !important;
line-height: 1.05 !important;
}
@media (max-width: 768px) {
.hero-title .letter {
font-size: 48px !important;
}
}
@media (prefers-reduced-motion: reduce) {
.letter { opacity:1; transform:none; animation:none; }
}
.hero-baseline {
display: block;
margin-top: 20px;
text-align: center;
font-family: var(--global-heading-font-family, inherit);
font-size: var(--global-kb-font-size-lg, 2rem);
line-height: 1.05em;
font-style: italic;
font-weight: 400;
color: var(--global-palette9);
}
@media (max-width: 768px) {
.hero-baseline {
font-size: 20px;
}
} .faq-accordion-wrapper {
width: 100%;
max-width: 100%;
}
.faq-section { margin-bottom: 2.5rem; }
.faq-section-title {
font-size: 1.6rem;
font-weight: 500;
color: #1a1a2e;
margin: 3.75rem 0 1.875rem;
letter-spacing: 0.03125rem;
}
.faq-accordion-wrapper .accordion-item {
margin-bottom: 0.75rem;
border-left: 0.1875rem solid transparent;
transition: border-color 0.3s ease;
}
.faq-accordion-wrapper .accordion-item:hover {
border-left-color: #b8976d;
}
.faq-accordion-wrapper .accordion-header {
padding: 1.25rem 1.5625rem;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
transition: box-shadow 0.3s ease, transform 0.3s ease;
border-radius: 0.375rem;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.faq-accordion-wrapper .accordion-header:hover {
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.10);
transform: translateX(0.3125rem);
}
.faq-accordion-wrapper .accordion-header h3 {
font-size: 1.5rem;
font-weight: 400;
margin: 0;
line-height: 1.4;
letter-spacing: 0.0125rem;
flex: 1;
padding-right: 0.9375rem;
}
.faq-accordion-wrapper .accordion-item.active .accordion-header h3 {
color: #b8976d;
}
.faq-accordion-wrapper .accordion-icon {
font-size: 1.3rem;
color: #b8976d;
transition: transform 0.3s ease;
font-weight: 700;
flex-shrink: 0;
min-width: 1.25rem;
text-align: center;
}
.faq-accordion-wrapper .accordion-item.active .accordion-icon {
transform: rotate(45deg);
}
.faq-accordion-wrapper .accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.faq-accordion-wrapper .accordion-content-inner {
padding: 1.25rem 1.5625rem;
line-height: 1.8;
background: #fafbfc;
margin-top: 0.375rem;
border-radius: 0.375rem;
box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.03);
}
.faq-accordion-wrapper .accordion-content-inner a {
color: #1a1a2e;
text-decoration: underline;
text-underline-offset: 0.1875rem;
}
@media (max-width: 768px) {
.faq-section-title {
font-size: 1.35rem;
margin: 2.8125rem 0 1.375rem;
}
.faq-accordion-wrapper .accordion-header {
padding: 1rem 1.125rem;
}
.faq-accordion-wrapper .accordion-header h3 {
font-size: 22px;
}
.faq-accordion-wrapper .accordion-content-inner {
padding: 1rem 1.125rem;
font-size: 0.95rem;
}
} #colophon .aah-footer-row,
#colophon .aah-footer-row > .kt-row-column-wrap {
min-width: 100% !important;
max-width: none !important;
}
#colophon .aah-footer-row > .kt-row-column-wrap {
margin-left: 0 !important;
margin-right: 0 !important;
} #cmplz-manage-consent,
button.cmplz-manage-consent {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}  .visually-hidden {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} @media (max-width: 768px) {
h1:not(.hero-title) .letter,
.wp-block-kadence-advancedheading:not(.hero-title) h1 .letter {
font-size: 42px !important;
line-height: 1.08 !important;
}
} .aah-offers{ position: relative; } .aah-offers__grid{
max-width: 1400px;
margin: 0 auto;
padding: 0 18px;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 22px;
}
@media (max-width: 1380px){
.aah-offers__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1100px){
.aah-offers__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
} .aah-offer{
position: relative;
height: 520px;
border-radius: 18px;
overflow: hidden;
background: #23302E;
box-shadow: 0 18px 60px rgba(0,0,0,.32);
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease;
}
.aah-offer:hover{
transform: translate3d(0,-10px,0) scale(1.01);
box-shadow: 0 30px 90px rgba(0,0,0,.45);
}
.aah-offer__img{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
transform: translateZ(0);
will-change: transform;
transition: transform .8s cubic-bezier(.34,1.56,.64,1);
pointer-events: none;
}
.aah-offer:hover .aah-offer__img{ transform: translateZ(0) scale(1.06); }
.aah-offer__overlay{
position: absolute;
inset: 0;
pointer-events: none; 
background: linear-gradient(
to top,
rgba(0,0,0,.78) 0%,
rgba(0,0,0,.48) 32%,
rgba(0,0,0,.22) 60%,
rgba(0,0,0,.08) 82%,
transparent 100%
);
transition: opacity .35s ease;
}
.aah-offer:hover .aah-offer__overlay{ opacity: .95; }
.aah-offer__content{
position: absolute;
left: 0; right: 0; bottom: 0;
padding: 34px 26px 26px;
color: #F5F2EA;
z-index: 2;
background: linear-gradient(to top,
rgba(0,0,0,.52) 0%,
rgba(0,0,0,.22) 60%,
rgba(0,0,0,0) 100%
);
border-top: none; }
.aah-offer__name{
font-family: var(--global-heading-font-family, inherit) !important;
font-weight: 300 !important;
font-style: normal !important;
letter-spacing: 0 !important;
text-transform: none !important;
font-size: 40px !important;
line-height: 1.1 !important;
margin: 10px 0 18px !important;
color: #fff !important;
text-shadow: 0 4px 20px rgba(0,0,0,.5) !important;
-webkit-text-stroke: 0 !important; font-synthesis: none; } .aah-offer__content .aah-offer__name{
font-size: 40px;
font-weight: 300;
line-height: 1.1;
} @media (max-width: 1200px){
.aah-offer__content .aah-offer__name{
font-size: 42px;
}
} @media (max-width: 768px){
.aah-offer__content .aah-offer__name{
font-size: 36px;
}
} @media (max-width: 480px){
.aah-offer__content .aah-offer__name{
font-size: 28px;
}
} .aah-offer__cta{
display: inline-flex;
align-items: center;
width: fit-content;
gap: 12px;
padding: 18px 40px;
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.25);
color: white;
text-decoration: none;
font-family: "Nunito", sans-serif;
font-size: 17px;
line-height: 1.4;
letter-spacing: 0.04em;
text-transform: uppercase;
border-radius: 8px;
transition: all 0.3s ease;
font-weight: 400;
}
.aah-offer__cta:hover{
background: rgba(255, 255, 255, 0.25);
transform: translateX(5px);
border-color: rgba(255, 255, 255, 0.4);
}
.aah-offer__cta svg{
width: 16px;
height: 16px;
opacity: 0;
transform: translateX(-6px);
transition: all 0.3s ease;
}
.aah-offer__cta:hover svg{
opacity: 1;
transform: translateX(0);
} .aah-offers__nav{ display:none; } @media (max-width: 768px){ .aah-offers .kt-inside-inner-col,
.aah-offers .kt-row-column-wrap,
.aah-offers .wp-block-kadence-column,
.aah-offers .wp-block-kadence-rowlayout{
overflow: visible !important;
}
.aah-offers__grid{
display: flex;
gap: 14px;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x mandatory;
padding: 0 7vw 10px; scroll-padding: 0 7vw;
scrollbar-width: none;
-ms-overflow-style: none;
}
.aah-offers__grid::-webkit-scrollbar{ display:none; }
.aah-offer{
flex: 0 0 86vw;
height: 470px;
scroll-snap-align: center;
scroll-snap-stop: always;
}
.aah-offer__cta{
padding: 14px 28px;
font-size: 15px;
gap: 10px;
}
.aah-offer__cta svg{ width:14px; height:14px; } .aah-offers__nav{
display: flex;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 20;
width: 42px;
height: 42px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
border: 1px solid rgba(255, 255, 255, 0.3);
cursor: pointer;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
color: #fff;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.aah-offers__nav--prev{ left: 6px; }
.aah-offers__nav--next{ right: 6px; }
.aah-offers__nav:hover,
.aah-offers__nav:focus,
.aah-offers__nav:active{
background: rgba(255, 255, 255, 0.2);
transform: translateY(-50%) scale(1.05);
border-color: rgba(255, 255, 255, 0.4);
}
.aah-offers__nav svg{ width:22px; height:22px; fill:none; stroke:currentColor; }
.aah-offers__nav.is-disabled{ opacity:.35; pointer-events:none; }
}
.aah-offer__cta{
color: #fff !important;
}
.aah-offer__cta:hover,
.aah-offer__cta:focus,
.aah-offer__cta:focus-visible,
.aah-offer__cta:active,
.aah-offer__cta:visited{
color: #fff !important;
}
.aah-offer__cta{
background: rgba(255,255,255,0.15) !important;
border-color: rgba(255,255,255,0.25) !important;
}
.aah-offer__cta:hover,
.aah-offer__cta:focus-visible{
background: rgba(255,255,255,0.25) !important;
border-color: rgba(255,255,255,0.4) !important;
transform: translateX(5px);
}
.aah-offer__cta svg{
opacity: 0;
transform: translateX(-6px);
transition: all 0.3s ease;
}
.aah-offer__cta:hover svg,
.aah-offer__cta:focus-visible svg{
opacity: 1;
transform: translateX(0);
} .mj-guide {
--brand: #23302E;
--bg: #f5f2ea;
--card: #fbfaf6;
--muted: rgba(35, 48, 46, 0.58);
--line: rgba(224, 221, 213, 0.70);
--shadow: 0 2px 8px rgba(35, 48, 46, 0.08);
--shadow-hover: 0 4px 16px rgba(35, 48, 46, 0.12); --mj-green: #538479;
background: var(--bg);
color: var(--brand);
padding-bottom: calc(92px + env(safe-area-inset-bottom));
min-height: 100vh;
}
.mj-guide * { box-sizing: border-box; }
.mj-guide a {
color: inherit;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
.mj-guide img {
max-width: 100%;
height: auto;
display: block;
} .mj-svg { width: 22px; height: 22px; display: block; }
.mj-svg--stroke {
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.mj-svg--stroke * { fill: none; stroke: inherit; vector-effect: non-scaling-stroke; }
.mj-svg--fill { fill: currentColor; stroke: none; }
.mj-svg--fill * { fill: currentColor; stroke: none; } .mj-header {
max-width: 640px;
margin: 0 auto;
padding: 18px 14px 10px;
text-align: center;
}
.mj-logo { width: min(320px, 92vw); margin: 6px auto 16px; }
.mj-kicker {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 12px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--muted);
margin: 0 0 12px;
}
.mj-h1 {
font-family: "Cormorant Garamond", serif;
font-size: 30px;
line-height: 1.05;
letter-spacing: -0.02em;
margin: 0 0 10px;
font-weight: 600;
}
.mj-sub {
margin: 0 0 20px;
font-size: 14.5px;
color: var(--muted);
font-style: italic;
line-height: 1.4;
} .mj-quickactions {
max-width: 640px;
margin: 0 auto 24px;
padding: 0 14px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
}
.mj-quickbtn {
background: var(--card);
border: 1px solid var(--line);
border-radius: 12px;
box-shadow: var(--shadow);
padding: 12px 6px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 6px;
min-height: 74px;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 11.5px;
font-weight: 600;
color: var(--brand);
transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
cursor: pointer;
}
.mj-quickbtn:hover {
box-shadow: var(--shadow-hover);
transform: translateY(-2px);
border-color: rgba(35, 48, 46, 0.20);
}
.mj-quickbtn:active { transform: translateY(0) scale(0.98); }
.mj-quickbtn .mj-svg { width: 24px; height: 24px; } .mj-content {
max-width: 640px;
margin: 0 auto;
padding: 8px 14px 22px;
}
.mj-stack { display: grid; gap: 16px; } .mj-card {
background: var(--card);
border: 1px solid var(--line);
border-radius: 14px;
box-shadow: var(--shadow);
padding: 20px;
display: flex;
gap: 18px;
align-items: flex-start;
transition: box-shadow 220ms ease, transform 220ms ease, border-color 220ms ease;
}
.mj-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-1px); }
.mj-card:active { transform: scale(0.99); }
.mj-card--highlight {
border: 2px solid var(--brand);
background: linear-gradient(135deg, var(--card) 0%, rgba(212, 165, 116, 0.03) 100%);
}
.mj-ico {
width: 44px;
height: 44px;
display: grid;
place-items: center;
border-radius: 11px;
flex: 0 0 auto;
background: var(--brand);
color: #f5f2ea;
}
.mj-ico--wifi { background: linear-gradient(135deg, #23302E 0%, #3a4f4c 100%); }
.mj-ico .mj-svg { width: 24px; height: 24px; }
.mj-body { flex: 1; min-width: 0; }
.mj-cardtitle {
font-family: "Cormorant Garamond", serif !important;
font-size: 19px !important;
line-height: 1.25 !important;
margin: 0 0 16px !important;
font-weight: 600 !important;
color: var(--brand) !important;
}
.mj-text {
margin: 0 0 6px;
font-size: 15px;
line-height: 1.5;
color: rgba(35, 48, 46, 0.92);
}
.mj-text:last-child { margin-bottom: 0; }
.mj-text strong { font-weight: 700; color: var(--brand); } .mj-times {
display: flex;
align-items: center;
gap: 12px;
margin: 8px 0 10px;
padding: 12px;
background: rgba(35, 48, 46, 0.03);
border-radius: 10px;
}
.mj-time { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.mj-timelabel {
font-size: 12px;
color: var(--muted);
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 600;
}
.mj-timeval {
font-size: 22px;
font-weight: 700;
color: var(--brand);
font-family: "Cormorant Garamond", serif;
}
.mj-timesep { color: var(--muted); font-size: 18px; flex: 0 0 auto; }
.mj-schedule { display: grid; gap: 8px; margin: 8px 0 10px; }
.mj-scheditem {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 12px;
background: rgba(35, 48, 46, 0.03);
border-radius: 8px;
border-left: 3px solid var(--brand);
}
.mj-schedday { font-size: 13.5px; font-weight: 600; color: var(--brand); }
.mj-schedhours { font-size: 15px; font-weight: 700; font-family: "Cormorant Garamond", serif; color: var(--brand); }
.mj-meta { margin: 6px 0; font-size: 14px; color: rgba(35, 48, 46, 0.75); } .mj-wifibox { display: grid; gap: 10px; margin: 10px 0 12px; }
.mj-wifiitem {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 10px 14px;
background: rgba(35, 48, 46, 0.04);
border-radius: 8px;
border: 1px dashed rgba(35, 48, 46, 0.15);
}
.mj-wifilabel {
font-size: 13px;
font-weight: 600;
color: var(--muted);
text-transform: uppercase;
letter-spacing: 0.03em;
}
.mj-wifivalue {
font-family: "SF Mono", Monaco, "Cascadia Code", "Courier New", monospace;
font-size: 14.5px;
font-weight: 600;
color: var(--brand);
background: rgba(35, 48, 46, 0.06);
padding: 4px 10px;
border-radius: 6px;
letter-spacing: 0.01em;
} .mj-badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 12px;
background: rgba(35, 48, 46, 0.06);
border-radius: 8px;
font-size: 13.5px;
margin: 8px 0;
color: rgba(35, 48, 46, 0.85);
}
.mj-badge strong { font-weight: 700; color: var(--brand); }
.mj-en {
display: block;
margin-top: 8px;
font-size: 12.5px;
color: var(--muted);
font-style: italic;
} .mj-alert {
margin: 20px 0;
background: #FFF9F0;
border: 1px solid rgba(212, 165, 116, 0.30);
border-left: 4px solid #D4A574;
border-radius: 14px;
box-shadow: var(--shadow);
padding: 20px;
display: flex;
gap: 16px;
align-items: flex-start;
}
.mj-alertico {
width: 40px;
height: 40px;
flex: 0 0 auto;
display: grid;
place-items: center;
background: rgba(212, 165, 116, 0.15);
border-radius: 10px;
color: #B8904D;
}
.mj-alertico .mj-svg { width: 22px; height: 22px; }
.mj-alertbody { flex: 1; }
.mj-foot {
margin-top: 10px;
font-size: 13px;
color: rgba(35, 48, 46, 0.70);
line-height: 1.5;
}
.mj-foot strong { font-weight: 700; color: var(--brand); } .mj-cta {
margin: 14px 0 0;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 52px;
padding: 0 20px;
border-radius: 13px;
background: var(--brand);
color: #fff;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
font-weight: 700;
font-size: 15.5px;
box-shadow: 0 2px 12px rgba(35, 48, 46, 0.18);
transition: box-shadow 220ms ease, transform 220ms ease;
}
.mj-cta:hover { box-shadow: 0 4px 20px rgba(35, 48, 46, 0.24); transform: translateY(-2px); }
.mj-cta:active { transform: scale(0.98); }
.mj-ctasvg { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 24px; }
.mj-cta .mj-svg { width: 24px; height: 24px; }
.mj-cta,
.mj-cta:visited { color: #fff !important; }
.mj-cta .mj-svg--stroke,
.mj-cta .mj-svg--stroke * { stroke: currentColor !important; }
.mj-cta .mj-svg--fill,
.mj-cta .mj-svg--fill * { fill: currentColor !important; }
.mj-cta:focus-visible { outline: 3px solid rgba(35, 48, 46, 0.40); outline-offset: 3px; } .mj-footer {
margin: 32px 0 10px;
padding: 0 14px;
text-align: center;
font-size: 12.5px;
color: var(--brand);
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.mj-footer p { margin: 0; }
.mj-footer a {
color: inherit;
text-decoration: none;
border-bottom: 1px solid rgba(35, 48, 46, 0.25);
padding-bottom: 1px;
transition: border-color 0.2s ease;
}
.mj-footer a:hover,
.mj-footer a:focus-visible { border-color: var(--brand); }
.mj-nav{
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 999; padding: 0 12px calc(12px + env(safe-area-inset-bottom));
background: transparent;
display: flex;
justify-content: space-around;
align-items: flex-end; gap: 6px;
}
.mj-nav::before{
content: "";
position: absolute;
left: 12px;
right: 12px;
bottom: calc(12px + env(safe-area-inset-bottom));
height: 68px;
background: rgba(255, 255, 255, 0.82);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border-radius: 24px;
border: 1px solid rgba(35, 48, 46, 0.10);
box-shadow:
0 4px 16px rgba(35, 48, 46, 0.08),
0 10px 36px rgba(35, 48, 46, 0.06);
outline: 1px solid rgba(255, 255, 255, 0.55);
outline-offset: -1px;
}
.mj-navlink{
position: relative;
z-index: 1;
flex: 1 1 0;
height: 56px; margin-bottom: 6px;
padding: 6px 6px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
border-radius: 16px;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
font-size: 10.5px;
font-weight: 600;
line-height: 1;
color: rgba(35, 48, 46, 0.55);
background: transparent;
text-decoration: none;
transition: background 160ms ease, color 160ms ease, transform 160ms ease, border-color 160ms ease;
-webkit-tap-highlight-color: transparent;
}
.mj-navico{
width: 24px;
height: 24px;
display: grid;
place-items: center;
transition: transform 160ms ease, opacity 160ms ease;
}
.mj-navlink{
color: rgba(35, 48, 46, 0.75);
}
.mj-navlink[aria-current="page"]{
color: var(--brand);
}
.mj-navico .mj-svg{ width: 22px; height: 22px; }
.mj-navtxt{
display: block;
font-size: 10px;
line-height: 1;
white-space: nowrap;
} .mj-navlink[aria-current="page"]{
background: transparent;
border: none;
}
.mj-navlink[aria-current="page"]::before{
content:"";
position:absolute;
left:50%;
top:50%;
transform: translate(-50%, -50%);
width:56px;
height:56px;
background: rgba(83,132,121,0.14);
border-radius: 18px;
z-index:-1;
}
.mj-navlink[aria-current="page"] .mj-navico{ opacity: 1; } @media (min-width: 640px){
.mj-nav{
max-width: 600px;
margin: 0 auto;
}
.mj-nav::before{
left: 50%;
right: auto;
width: min(600px, calc(100vw - 48px));
transform: translateX(-50%);
}
} @media (min-width: 640px) {
.mj-quickactions { gap: 12px; }
.mj-quickbtn { min-height: 82px; font-size: 12px; }
}
@media (min-width: 768px) {
.mj-h1 { font-size: 34px; }
.mj-logo { width: 340px; }
.mj-card { padding: 24px; }
.mj-cardtitle { font-size: 21px !important; }
.mj-stack { gap: 18px; }
} @media (prefers-reduced-motion: reduce) {
.mj-card,
.mj-quickbtn,
.mj-navlink,
.mj-navico,
.mj-cta {
transition: none !important;
}
} .mj-section { 
margin-bottom: 32px; 
}
.mj-sectiontitle {
font-family: "Cormorant Garamond", serif;
font-size: 24px;
line-height: 1.2;
font-weight: 600;
color: var(--brand);
margin: 0 0 18px;
padding: 0 6px 16px;
display: flex;
align-items: center;
gap: 10px;
}
.mj-sectiontitle .mj-svg {
width: 26px;
height: 26px;
color: var(--mj-green);
} .mj-phonelist { 
display: grid; 
gap: 8px; 
margin: 10px 0 12px; 
}
.mj-phoneitem {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 10px 14px;
background: rgba(35, 48, 46, 0.04);
border-radius: 8px;
border-left: 3px solid var(--brand);
}
.mj-phonelabel {
font-size: 13.5px;
font-weight: 600;
color: var(--brand);
}
.mj-phonevalue {
font-family: "SF Mono", Monaco, "Cascadia Code", "Courier New", monospace;
font-size: 15px;
font-weight: 700;
color: var(--brand);
background: rgba(35, 48, 46, 0.06);
padding: 4px 12px;
border-radius: 6px;
} @media (min-width: 768px) {
.mj-sectiontitle { 
font-size: 26px; 
}
}
.mj-nav{
--brand: #23302E;
--mj-green: #538479;
color: var(--brand);
} .mj-home-benefits{
--brand: #23302E;
--card: #fbfaf6;
--line: rgba(224, 221, 213, 0.70);
--shadow: 0 2px 8px rgba(35, 48, 46, 0.08);
--shadow-hover: 0 4px 16px rgba(35, 48, 46, 0.12);
max-width: 1120px;
margin: 0 auto;
padding: 18px 18px;
}
.mj-home-benefits__grid{
display: grid;
gap: 14px;
}
@media (min-width: 768px){
.mj-home-benefits__grid{ grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
.mj-home-benefit{
background: var(--card);
border: 1px solid var(--line);
border-radius: 16px;
box-shadow: var(--shadow);
padding: 20px 18px;
text-align: center;
transition: box-shadow 220ms ease, transform 220ms ease, border-color 220ms ease;
}
.mj-home-benefit:hover{
box-shadow: var(--shadow-hover);
transform: translateY(-2px);
border-color: rgba(35, 48, 46, 0.20);
}
.mj-home-benefit__ico{
width: 46px;
height: 46px;
margin: 0 auto 12px;
display: grid;
place-items: center;
border-radius: 14px;
background: var(--brand);
color: #f5f2ea;
}
.mj-home-benefit__ico .mj-svg{ width: 22px; height: 22px; }
.mj-home-benefit__title{
font-family: "Cormorant Garamond", serif;
font-weight: 600;
font-size: 20px;
line-height: 1.15;
margin: 0 0 8px;
color: var(--brand);
}
.mj-home-benefit__text{
margin: 0;
font-size: 14.5px;
line-height: 1.45;
color: rgba(35, 48, 46, 0.86);
}
.mj-home-benefit__text strong{
font-weight: 700;
color: var(--brand);
}
.mj-home-benefit__sep{
opacity: .55;
padding: 0 6px;
}  .mj-pricegrid{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin: 10px 0 14px;
}
.mj-priceitem{
background: rgba(35, 48, 46, 0.03);
border-radius: 10px;
border: 1px solid var(--line);
padding: 14px 10px;
text-align: center;
display:flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.mj-priceitem--main{
border-color: rgba(35, 48, 46, 0.25);
background: rgba(35, 48, 46, 0.05);
}
.mj-pricelabel{
font-size: 11px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--muted);
}
.mj-priceval{
font-family: "Cormorant Garamond", serif;
font-size: 26px;
font-weight: 600;
color: var(--brand);
line-height: 1;
}
.mj-priceitem--main .mj-priceval{ font-size: 30px; }
.mj-priceval--small{
font-size: 18px;
padding-top: 4px;
}
.mj-pricesub{
font-size: 11.5px;
color: var(--muted);
line-height: 1.3;
} .mj-buffetlist{
display:grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
margin: 12px 0;
}
.mj-buffetitem{
display:flex;
flex-direction: column;
align-items:flex-start;
padding: 10px 12px;
background: rgba(35, 48, 46, 0.03);
border-radius: 8px;
font-size: 13.5px;
color: rgba(35, 48, 46, 0.92);
line-height: 1.3;
}
.mj-buffetitem--wide{ grid-column: span 2; }
.mj-buffetitem small{
display:block;
font-size: 11.5px;
color: var(--muted);
font-style: italic;
margin-top: 2px;
} .mj-infocard{
background: rgba(83, 132, 121, 0.07);
border: 1px solid rgba(83, 132, 121, 0.25);
border-radius: 14px;
padding: 20px;
display:flex;
gap: 18px;
align-items:flex-start;
margin-top: 2px;
}
.mj-infocard__ico{
width: 44px;
height: 44px;
flex: 0 0 auto;
display:grid;
place-items:center;
background: rgba(83, 132, 121, 0.15);
border-radius: 11px;
color: var(--mj-green);
}
.mj-infocard__ico .mj-svg{ 
width: 24px; 
height: 24px; 
}
.mj-infocard__body{ 
flex: 1; 
}
.mj-infocard__title{
font-family: "Cormorant Garamond", serif;
font-size: 19px;
line-height: 1.25;
font-weight: 600;
color: var(--brand);
margin: 0 0 8px;
}
.mj-infocard__text{
font-size: 15px;
line-height: 1.5;
color: rgba(35, 48, 46, 0.92);
margin: 0;
}
.mj-infocard__text strong{ 
font-weight: 700; 
color: var(--brand); 
margin-top: 8px;
} @media (max-width: 400px){
.mj-pricegrid{ grid-template-columns: 1fr; }
.mj-buffetlist{ grid-template-columns: 1fr; }
.mj-buffetitem--wide{ grid-column: span 1; }
} .mj-tvdetails{
margin-top: 10px;
border-radius: 12px;
overflow: hidden;
border: 1px solid rgba(224, 221, 213, 0.85);
background: rgba(35, 48, 46, 0.02);
} .mj-tvsummary{
cursor: pointer;
list-style: none;
user-select: none;
display:flex;
align-items:center;
gap: 6px;
padding: 9px 12px;
font-weight: 800;
font-size: 14.5px;
color: var(--brand);
background: rgba(35, 48, 46, 0.03);
}
.mj-tvsummary::-webkit-details-marker{ display:none; }
.mj-tvsumen{
opacity: .65;
font-weight: 700;
}
.mj-tvchev{
margin-left: auto;
width: 9px;
height: 9px;
border-right: 2px solid rgba(35, 48, 46, 0.65);
border-bottom: 2px solid rgba(35, 48, 46, 0.65);
transform: rotate(45deg);
transition: transform 180ms ease;
}
.mj-tvdetails[open] .mj-tvchev{ transform: rotate(-135deg); }
.mj-tvpanel{
padding: 24px 16px;
background: rgba(251, 250, 246, 0.65);
}
.mj-tvgroup + .mj-tvgroup{
margin-top: 24px;
padding-top: 24px;
border-top: 1px solid rgba(224, 221, 213, 0.85);
} .mj-tvtitle{
margin: 0 0 24px !important;
font-size: 16px;
font-weight: 800;
color: var(--brand);
}
.mj-tvtitleen{
font-weight: 700;
opacity: .65;
font-size: 0.95em;
} .mj-tvlist{
margin: 0;
padding: 0 !important;
list-style: none;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px 8px;
}
@media (min-width: 768px){
.mj-tvlist{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 420px){
.mj-tvlist{ grid-template-columns: 1fr; }
} .mj-tvitem{
display:flex;
align-items: baseline;
gap: 8px;
padding: 20px 12px;
border-radius: 10px;
background: rgba(35, 48, 46, 0.03);
border: 1px solid rgba(224, 221, 213, 0.85);
}
.mj-tvnum{
width: 22px;
text-align: right;
font-variant-numeric: tabular-nums;
font-size: 14px;
font-weight: 800;
color: rgba(35, 48, 46, 0.62);
}
.mj-tvname{
font-size: 15px;
font-weight: 700;
line-height: 1.15;
color: rgba(35, 48, 46, 0.92);
}
#inner-wrap {
margin: 0;
}