@font-face {
    font-family: "Qebox Chrome";
    src: url("../fonts/QEBOX-CHROME.otf") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

/* White index preloader: the four supplied chrome C-pieces spread, then assemble into the mark. */
body.lc-index-four-home .loading-screen.lc-index-symbol-preloader {
    background: #fff !important;
}

body.lc-index-four-home .loading-screen.lc-index-symbol-preloader.is-complete {
    transition: opacity .28s cubic-bezier(.65, 0, .35, 1) !important;
}

body.lc-index-four-home .lc-index-symbol-stage {
    width: clamp(180px, 24vw, 260px);
}

body.lc-index-four-home .lc-index-symbol-composite {
    transform: none;
    animation: none !important;
    transition: opacity .34s ease, transform .42s cubic-bezier(.22, 1, .36, 1);
}

body.lc-index-four-home .lc-index-symbol-composite .lc-index-piece {
    position: absolute;
    inset: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: none !important;
    filter: none;
    opacity: 0;
    animation: lc-index-piece-assemble .68s cubic-bezier(.22, 1, .36, 1) both;
    animation-play-state: paused;
    will-change: transform, opacity;
}

body.lc-index-four-home .lc-index-symbol-composite .lc-index-piece-top-left {
    --lc-index-from: translate(-118%, -118%) scale(.78);
    --lc-index-to: translate(0, 0) rotate(0) scale(1);
    animation-delay: 0s;
}

body.lc-index-four-home .lc-index-symbol-composite .lc-index-piece-top-right {
    --lc-index-from: translate(118%, -118%) scale(.78);
    --lc-index-to: translate(0, 0) rotate(0) scale(1);
    animation-delay: .04s;
}

body.lc-index-four-home .lc-index-symbol-composite .lc-index-piece-bottom-left {
    --lc-index-from: translate(-118%, 118%) scale(.78);
    --lc-index-to: translate(0, 0) rotate(0) scale(1);
    animation-delay: .08s;
}

body.lc-index-four-home .lc-index-symbol-composite .lc-index-piece-bottom-right {
    --lc-index-from: translate(118%, 118%) scale(.78);
    --lc-index-to: translate(0, 0) rotate(0) scale(1);
    animation-delay: .12s;
}

body.lc-index-four-home .lc-index-symbol-preloader.is-running .lc-index-piece {
    animation-play-state: running;
}

/* When the page needs a little more time, keep the assembled mark present and
   reveal only the reduced wordmark underneath. */
body.lc-index-four-home .lc-index-loading-copy {
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: max-content;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity .28s ease, transform .42s cubic-bezier(.22, 1, .36, 1);
}

body.lc-index-four-home .lc-index-loading-wordmark {
    display: block;
    width: clamp(160px, 23vw, 360px);
    height: auto;
}

body.lc-index-four-home .lc-index-footer-wordmark {
    filter: brightness(0) invert(1);
}

@media (max-width: 575px) {
    body.lc-index-four-home .lc-index-loading-wordmark {
        width: min(32vw, 195px);
    }
}

body.lc-index-four-home .lc-index-loading-spinner {
    display: none !important;
}

body.lc-index-four-home .lc-index-symbol-preloader.is-waiting .lc-index-symbol-composite {
    opacity: 0;
    transform: translateY(-8px) scale(.92);
}

body.lc-index-four-home .lc-index-symbol-preloader.is-waiting .lc-index-loading-copy {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
}

@keyframes lc-index-loading-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

body.lc-index-four-home .lc-public-link.is-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #777875;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .18) 17%, transparent 18%),
        linear-gradient(135deg, #f1f1ee 0%, #a3a4a1 43%, #ecece8 68%, #797a78 100%) !important;
    color: #171717 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), inset 0 -4px 9px rgba(36, 36, 36, .14), 0 7px 18px rgba(0, 0, 0, .14);
}

@keyframes lc-chrome-cursor-click {
    0%, 28% {
        opacity: 0;
        transform: translate(86px, 42px) scale(1);
    }
    42% {
        opacity: 1;
        transform: translate(34px, 18px) scale(1);
    }
    54% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    61% {
        opacity: 1;
        transform: translate(0, 6px) scale(.88);
    }
    68% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    84%, 100% {
        opacity: 0;
        transform: translate(86px, 42px) scale(1);
    }
}

@keyframes lc-chrome-button-click {
    0%, 54%, 68%, 100% {
        translate: 0 0;
    }
    61% {
        translate: 0 4px;
    }
}

/* Index header CTA: use the supplied chrome button and keep it clickable. */
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta {
    display: inline-flex !important;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 214px !important;
    min-width: 214px !important;
    max-width: none !important;
    height: 82px !important;
    min-height: 82px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background-color: transparent !important;
    background-image: none !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 125% 230% !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: visible !important;
    animation: lc-chrome-button-click 2.8s cubic-bezier(.22, 1, .36, 1) infinite;
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta::before,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta::before {
    display: none !important;
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta:hover,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta:focus-visible,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta:hover,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta:focus-visible {
    background-color: transparent !important;
    background-image: none !important;
    transform: scale(1.08) !important;
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta::after,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta::after {
    display: block !important;
    position: absolute;
    top: 34%;
    left: 74%;
    z-index: 3;
    width: 44px;
    height: 44px;
    background: url("../images/index-crops/reservation-cursor-chrome-transparent.png") center / contain no-repeat;
    content: "";
    pointer-events: none;
    transform-origin: 22% 10%;
    animation: lc-chrome-cursor-click 2.8s cubic-bezier(.22, 1, .36, 1) infinite;
}

body.lc-index-four-home .lc-public-link.is-cta::before {
    content: "−";
    display: inline-block;
    font-family: "Qebox Chrome", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: .7;
}

body.lc-index-four-home .lc-public-link.is-cta:hover,
body.lc-index-four-home .lc-public-link.is-cta:focus-visible {
    border-color: #4e4f4d;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .25) 17%, transparent 18%),
        linear-gradient(135deg, #ffffff 0%, #bfc0bc 43%, #f5f5f1 68%, #8e8f8c 100%) !important;
    color: #111 !important;
}

/* Index-only reservation treatment: chrome mark, same quiet geometry as Mighti. */
body.lc-index-four-home .lc-chrome-booking {
    color: #161616 !important;
    text-decoration: none;
}

body.lc-index-four-home .learn-more-btn.lc-chrome-booking {
    gap: 0;
    font-weight: 700;
    letter-spacing: .14em;
}

body.lc-index-four-home .learn-more-btn.lc-chrome-booking i,
body.lc-index-four-home .rts-btn.lc-chrome-booking i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 24px;
    width: 94px;
    height: 94px;
    border: 1px solid #777875;
    border-radius: 50%;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .18) 17%, transparent 18%),
        linear-gradient(135deg, #f1f1ee 0%, #a3a4a1 43%, #ecece8 68%, #797a78 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), inset 0 -7px 12px rgba(36, 36, 36, .16), 0 8px 22px rgba(0, 0, 0, .13);
    color: #171717;
    font-family: "Qebox Chrome", Arial, sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
}

body.lc-index-four-home .learn-more-btn.lc-chrome-booking:hover i,
body.lc-index-four-home .learn-more-btn.lc-chrome-booking:focus-visible i,
body.lc-index-four-home .rts-btn.lc-chrome-booking:hover i,
body.lc-index-four-home .rts-btn.lc-chrome-booking:focus-visible i {
    border-color: #4e4f4d;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .25) 17%, transparent 18%),
        linear-gradient(135deg, #ffffff 0%, #bfc0bc 43%, #f5f5f1 68%, #8e8f8c 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), inset 0 -7px 12px rgba(36, 36, 36, .12), 0 11px 26px rgba(0, 0, 0, .2);
    color: #111;
    transform: scale(1.06);
}

body.lc-index-four-home .rts-btn.lc-chrome-booking {
    display: inline-flex;
    align-items: center;
    border: 1px solid #777875;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .18) 17%, transparent 18%),
        linear-gradient(135deg, #f1f1ee 0%, #a3a4a1 43%, #ecece8 68%, #797a78 100%);
    color: #171717 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85), inset 0 -5px 10px rgba(36, 36, 36, .14), 0 8px 22px rgba(0, 0, 0, .12);
}

body.lc-index-four-home .rts-btn.lc-chrome-booking:hover,
body.lc-index-four-home .rts-btn.lc-chrome-booking:focus-visible {
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .25) 17%, transparent 18%),
        linear-gradient(135deg, #ffffff 0%, #bfc0bc 43%, #f5f5f1 68%, #8e8f8c 100%);
    color: #111 !important;
    transform: translateY(-2px);
}

/* Inline reservation links use the exact navigation chrome frame, without the cursor animation. */
body.lc-index-four-home .lc-index-nav-cta {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 214px !important;
    min-width: 214px !important;
    max-width: none !important;
    height: 92px !important;
    min-height: 92px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: visible !important;
    animation: lc-chrome-button-click 2.8s cubic-bezier(.22, 1, .36, 1) infinite;
    text-decoration: none;
    transition: transform .22s cubic-bezier(.16, 1, .3, 1);
    transform-origin: center;
}

/* Keep the testimonial quotation marks clear of the copy. */
body.lc-index-four-home .single-testimonials-main-wrapper .body .quote-img {
    left: auto;
    right: 4%;
}

body.lc-index-four-home .lc-index-nav-cta::before {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    border-radius: 999px;
    background: transparent var(--lc-cta-frame) center 50% / 110% auto no-repeat !important;
    content: "" !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

body.lc-index-four-home .lc-index-nav-cta.lc-index-frame-ready::before {
    opacity: 1;
}

body.lc-index-four-home .lc-index-nav-cta .lc-cta-label {
    position: relative;
    top: -3px;
    left: 3px;
    z-index: 2;
    display: block;
    color: #161616 !important;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    line-height: 1;
    text-indent: .22em;
    white-space: nowrap;
    transition: transform .22s cubic-bezier(.16, 1, .3, 1);
    transform-origin: center;
}

body.lc-index-four-home .lc-index-nav-cta:hover,
body.lc-index-four-home .lc-index-nav-cta:focus-visible {
    background-color: transparent !important;
    background-image: none !important;
    transform: scale(1.08) !important;
}

body.lc-index-four-home .lc-index-nav-cta:hover .lc-cta-label,
body.lc-index-four-home .lc-index-nav-cta:focus-visible .lc-cta-label {
    transform: scale(1.08);
}

body.lc-index-four-home .lc-index-nav-cta::after {
    display: none !important;
    content: none !important;
}

body.lc-index-four-home .button-area-right .lc-index-nav-cta {
    margin: 0 !important;
}

body.lc-index-four-home .button-area-right .lc-index-nav-cta .lc-cta-label {
    color: #fff !important;
}

/* The original Mighti vertical rail, kept as a page-local control for the two hero slides. */
body.lc-index-four-home .lc-index-slider-nav {
    position: absolute;
    top: 50%;
    right: 34px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 42px;
    transform: translateY(-50%);
    color: #202020;
    pointer-events: none;
}

body.lc-index-four-home .lc-index-slider-dot {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent url("../images/index-crops/slider-dot.png") center / 4px 4px no-repeat;
    cursor: pointer;
    pointer-events: auto;
    transition: transform .25s ease, opacity .25s ease;
}

body.lc-index-four-home .lc-index-slider-dot.is-active {
    background-image: url("../images/index-crops/slider-active-dot.png");
    background-size: 11px 11px;
}

body.lc-index-four-home .lc-index-slider-dot:hover,
body.lc-index-four-home .lc-index-slider-dot:focus-visible {
    transform: scale(1.14);
}

body.lc-index-four-home .lc-index-slider-dot:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 2px;
}

body.lc-index-four-home .lc-index-slider-line {
    display: block;
    width: 1px;
    height: 60px;
    margin: 2px 0 15px;
    background: currentColor;
    opacity: .78;
}

body.lc-index-four-home .lc-index-slider-arrow {
    display: block;
    width: 11px;
    height: 11px;
    background: transparent url("../images/index-crops/slider-arrow.png") center / contain no-repeat;
    opacity: .9;
}

body.lc-index-four-home .lc-index-slider-nav::before {
    content: "";
    position: absolute;
    inset: -14px -8px;
    z-index: -1;
    background: rgba(255, 255, 255, .04);
    pointer-events: none;
}

@media (max-width: 575px) {
    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta {
    width: 164px !important;
    min-width: 164px !important;
    max-width: none !important;
    height: 70px !important;
    min-height: 70px !important;
    }

    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta::before {
        display: none !important;
    }

    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta::after {
        width: 36px;
        height: 36px;
    }

    body.lc-index-four-home .learn-more-btn.lc-chrome-booking i,
    body.lc-index-four-home .rts-btn.lc-chrome-booking i {
        width: 70px;
        height: 70px;
        margin-left: 16px;
        font-size: 36px;
    }

    body.lc-index-four-home .lc-index-nav-cta {
        width: 164px !important;
        min-width: 164px !important;
        height: 78px !important;
        min-height: 78px !important;
    }

    body.lc-index-four-home .lc-index-nav-cta .lc-cta-label {
        font-size: 9px;
        letter-spacing: .18em;
        text-indent: .18em;
    }

    body.lc-index-four-home .single-testimonials-main-wrapper .body .quote-img {
        right: 1%;
    }

    body.lc-index-four-home .lc-index-slider-nav {
        right: 9px;
        width: 34px;
    }

    body.lc-index-four-home .lc-index-slider-dot {
        width: 34px;
        height: 34px;
    }

    body.lc-index-four-home .lc-index-slider-line {
        height: 46px;
        margin-bottom: 11px;
    }
}

/* One live label only: the PNG is cleaned once in the browser and used as a
   transparent chrome frame, so its baked label and checkerboard never show. */
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta::before,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta::before {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    padding: 0;
    border-radius: 999px;
    background: transparent var(--lc-cta-frame) center 58% / 110% auto no-repeat !important;
    content: "" !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta.lc-index-frame-ready::before,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta.lc-index-frame-ready::before {
    opacity: 1;
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta .lc-cta-label,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta .lc-cta-label {
    position: relative;
    left: 3px;
    top: -3px;
    z-index: 2;
    display: block;
    color: #fff !important;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    line-height: 1;
    text-indent: .22em;
    white-space: nowrap;
}

body.lc-index-four-home .header-area.header-one.header--sticky.sticky .header-wrapper > .lc-index-floating-cta .lc-cta-label,
body.lc-index-four-home .header-area.header-one.header--sticky.sticky .header-wrapper > .lc-public-nav > .lc-public-link.is-cta .lc-cta-label {
    color: #fff !important;
}

@media (max-width: 575px) {
    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta::before {
        padding: 0;
    }

    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta .lc-cta-label {
        font-size: 9px;
        letter-spacing: .18em;
        text-indent: .18em;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta,
    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta,
    body.lc-index-four-home .lc-index-nav-cta {
        animation: none;
        translate: 0 0;
    }

    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta::after,
    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta::after {
        animation: none;
        opacity: 0;
    }
}

/* Final index header alignment: keep the chrome CTA exactly in the quiet gap
   between the wordmark and the public navigation, including when sticky. */
@media (min-width: 1200px) {
    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta,
    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta {
        top: -8px !important;
        left: 260px !important;
        transform: none !important;
    }

    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav {
        top: 8px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta {
    background-size: 110% auto !important;
    background-position: center 50% !important;
}

/* The slider CTA sits on the light chrome frame: keep its live label dark,
   and give the frame a little more vertical air so its lower rim stays clear. */
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta {
    height: 92px !important;
    min-height: 92px !important;
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta .lc-cta-label,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta .lc-cta-label {
    color: #161616 !important;
}

body.lc-index-four-home .header-area.header-one.header--sticky.sticky .header-wrapper > .lc-index-floating-cta .lc-cta-label,
body.lc-index-four-home .header-area.header-one.header--sticky.sticky .header-wrapper > .lc-public-nav > .lc-public-link.is-cta .lc-cta-label {
    color: #fff !important;
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta::before,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta::before {
    background-position: center 50% !important;
}

/* Keep the top of the head in frame on both bath photographs. */
body.lc-index-four-home .lc-index-hero-slide > .rts-banner-area--four {
    background-position: center top !important;
}

/* Hover changes the live word only; the chrome frame and its single label
   stay in place, so no baked second “Réserver” can appear. */
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta .lc-cta-label,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta .lc-cta-label {
    transition: transform .22s cubic-bezier(.16, 1, .3, 1);
    transform-origin: center;
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta:hover .lc-cta-label,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta:focus-visible .lc-cta-label,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta:hover .lc-cta-label,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta:focus-visible .lc-cta-label {
    transform: scale(1.08);
}

body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta,
body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav > .lc-public-link.is-cta {
    transition: transform .22s cubic-bezier(.16, 1, .3, 1);
    transform-origin: center;
}

body.lc-index-four-home .header-area.header-one,
body.lc-index-four-home .header-area.header-one .header-container-one,
body.lc-index-four-home .header-area.header-one .header-wrapper {
    overflow: visible !important;
}

@media (max-width: 575px) {
    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-index-floating-cta {
        height: 78px !important;
        min-height: 78px !important;
    }
}

/* Reserve room for the booking button before the desktop navigation. */
@media (min-width:1200px) and (max-width:1599px) {
    body.lc-index-four-home .header-area.header-one .header-wrapper > .lc-public-nav {
        left:540px !important;
        transform:none !important;
    }
}

/* Service introduction: keep the description beneath its heading. */
body.lc-index-four-home #prestations .title-top-service-varticle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 64px;
    row-gap: 24px;
    align-items: center;
}
body.lc-index-four-home #prestations .title-top-service-varticle > .title {
    grid-column: 1;
    grid-row: 1;
}
body.lc-index-four-home #prestations .title-top-service-varticle > .dsic {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: 620px;
    margin: 0;
}
body.lc-index-four-home #prestations .title-top-service-varticle > .learn-more-btn {
    grid-column: 2;
    grid-row: 1 / 3;
    justify-self: end;
    white-space: nowrap;
}
@media (max-width: 767px) {
    body.lc-index-four-home #prestations .title-top-service-varticle {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        margin-bottom: 64px;
    }
    body.lc-index-four-home #prestations .title-top-service-varticle > .learn-more-btn {
        grid-column: 1;
        grid-row: 3;
        justify-self: start;
    }
}

/* Pricing CTA: keep the single chrome-button label visible in black. */
body.lc-index-four-home #tarifs .btn--area-center .lc-index-nav-cta .lc-cta-label {
    position: relative !important;
    z-index: 3 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #161616 !important;
    -webkit-text-fill-color: #161616 !important;
    text-shadow: none !important;
}

body.lc-index-four-home #tarifs .btn--area-center .lc-index-nav-cta:hover .lc-cta-label,
body.lc-index-four-home #tarifs .btn--area-center .lc-index-nav-cta:focus-visible .lc-cta-label,
body.lc-index-four-home #tarifs .btn--area-center .lc-index-nav-cta:active .lc-cta-label {
    color: #161616 !important;
    -webkit-text-fill-color: #161616 !important;
}
