.home-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(5, 150, 105, .08), transparent 26rem),
        radial-gradient(circle at 88% 38%, rgba(5, 150, 105, .05), transparent 24rem),
        linear-gradient(180deg, #fff 0%, #fff 100%);
    color: #18181b;
}
.home-nav {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 30;
}
.home-nav-static {
    position: static;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    background: #09090b;
}
.home-hero {
    position: relative;
    min-height: 92vh;
    overflow: hidden;
    background: #11110f;
    color: #fff;
}
.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 17, 15, .95) 0%, rgba(17, 17, 15, .76) 42%, rgba(17, 17, 15, .18) 100%),
        radial-gradient(circle at 18% 18%, rgba(16, 185, 129, .22), transparent 36%);
    z-index: 2;
}
.home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: 4;
    height: 9rem;
    background: linear-gradient(180deg, transparent, #fff 92%);
    pointer-events: none;
}
.home-slide {
    position: absolute;
    inset: 0;
}
.home-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08);
    will-change: transform;
}
.home-hero-inner {
    position: relative;
    z-index: 5;
    min-height: 92vh;
    display: grid;
    align-items: center;
    justify-items: center;
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.home-search-panel {
    position: relative;
    z-index: 15;
    backdrop-filter: blur(18px);
    background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .78));
    border: 0;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
}
.home-search-input {
    min-height: 3.45rem;
    border: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}
.home-search-button {
    min-height: 3.45rem;
    box-shadow: 0 16px 35px rgba(5, 150, 105, .28);
}
.home-suggestions {
    position: absolute;
    inset: calc(100% + .5rem) 0 auto 0;
    z-index: 60;
    max-height: 18rem;
    overflow: auto;
    border: 0;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 55px rgba(24, 24, 27, .18);
}
.home-section {
    padding: 4rem 0;
}
.home-soft-section {
    position: relative;
    background: transparent;
    margin-top: -1.5rem;
    z-index: 8;
}
.home-feature-shell {
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 28px 90px rgba(24, 24, 27, .08);
    backdrop-filter: blur(14px);
    padding: 1rem;
    position: relative;
}
.home-feature-shell::before {
    content: "";
    position: absolute;
    inset: .75rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(236, 253, 245, .55), rgba(255, 255, 255, 0));
    pointer-events: none;
}
.home-feature-shell > * {
    position: relative;
    z-index: 2;
}
.home-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 999px;
    border: 0;
    background: rgba(236, 253, 245, .78);
    padding: .45rem .8rem;
    color: #047857;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    box-shadow: 0 10px 28px rgba(5, 150, 105, .10);
}
.home-feature-icon {
    display: grid;
    width: 4.25rem;
    height: 4.25rem;
    place-items: center;
    border-radius: 1rem;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .92), transparent 48%),
        linear-gradient(135deg, #059669, #047857);
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 18px 38px rgba(5, 150, 105, .24);
}
.home-feature-card {
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-cta-band {
    position: relative;
    overflow: hidden;
    border: 0;
    background:
        radial-gradient(circle at 92% 12%, rgba(16, 185, 129, .28), transparent 18rem),
        linear-gradient(135deg, #101815 0%, #16231f 54%, #0f1714 100%);
    box-shadow: 0 30px 90px rgba(24, 24, 27, .18);
}
.home-cta-band::before {
    content: "";
    position: absolute;
    inset: auto -8% -45% auto;
    width: 20rem;
    height: 20rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, .12);
    pointer-events: none;
}
.home-cta-band > * {
    position: relative;
    z-index: 2;
}
.home-commerce-section {
    position: relative;
    background: #fff;
    margin-top: 3rem;
    padding-top: 6rem;
    overflow: hidden;
}
.home-commerce-section::before {
    content: "";
    position: absolute;
    top: -4.5rem;
    left: 50%;
    width: 120vw;
    height: 9rem;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    background: #fff;
    box-shadow: 0 -22px 70px rgba(24, 24, 27, .08);
}
.home-commerce-section > * {
    position: relative;
    z-index: 2;
}
.home-commerce-shell {
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
    padding: 1.25rem;
}
@media (min-width: 768px) {
    .home-commerce-shell {
        padding: 2rem;
    }
}
.home-card {
    border: 0;
    background: #fff;
    box-shadow: 0 16px 42px rgba(24, 24, 27, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.home-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 70px rgba(24, 24, 27, .10);
}
.commerce-card {
    border: 0;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    box-shadow: 0 18px 54px rgba(24, 24, 27, .07);
}
.commerce-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(24, 24, 27, .12);
}
.home-news-content {
    color: #52525b;
    font-size: .9rem;
    line-height: 1.65;
}
.home-news-content p + p,
.home-news-content p + ul,
.home-news-content ul + p {
    margin-top: .75rem;
}
.home-news-content ul {
    margin-top: .75rem;
    padding-left: 1.1rem;
    list-style: disc;
}
.home-news-content a {
    color: #047857;
    font-weight: 900;
}
.promotion-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(244, 63, 94, .22);
    background:
        radial-gradient(circle at top right, rgba(244, 63, 94, .12), transparent 34%),
        #fff;
    box-shadow: 0 18px 50px rgba(24, 24, 27, .08);
}
.promotion-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #be123c;
}
.site-logo-img {
    max-height: 4rem;
    max-width: 12rem;
    object-fit: contain;
}
.photo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .88);
    padding: 1rem;
}
.photo-lightbox.is-open {
    display: flex;
}
.photo-lightbox img {
    max-height: 88vh;
    max-width: 100%;
    border-radius: .75rem;
    object-fit: contain;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
}
.vitrine-mobile-menu {
    display: none;
}
.vitrine-mobile-menu.is-open {
    display: grid;
}
.site-toast {
    position: fixed;
    top: 1rem;
    left: 50%;
    z-index: 90;
    display: flex;
    width: min(calc(100% - 2rem), 34rem);
    align-items: flex-start;
    gap: .85rem;
    border-radius: .75rem;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(9, 9, 11, .94);
    padding: 1rem;
    color: #fff;
    box-shadow: 0 24px 70px rgba(9, 9, 11, .28);
    opacity: 0;
    transform: translate(-50%, -1.25rem);
    transition: opacity .28s ease, transform .28s ease;
    pointer-events: none;
    backdrop-filter: blur(16px);
}
.site-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}
.site-toast.is-success {
    background: linear-gradient(135deg, rgba(4, 120, 87, .96), rgba(6, 95, 70, .96));
}
.site-toast.is-error {
    background: linear-gradient(135deg, rgba(185, 28, 28, .96), rgba(127, 29, 29, .96));
}
.site-toast-icon {
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: .55rem;
    background: rgba(255, 255, 255, .16);
}
.site-toast-close {
    margin-left: auto;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .86);
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}
.reviews-separator {
    position: relative;
    height: 72px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #faf9f5 100%);
}
.reviews-separator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -62px;
    width: 120%;
    height: 108px;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    background: #ffffff;
    box-shadow: 0 -18px 45px rgba(24, 24, 27, .05);
}
#presentation,
#promotions,
#localisation,
#galerie,
#video,
#contact,
#avis {
    scroll-margin-top: 1.25rem;
}
@media (max-width: 768px) {
    .home-hero,
    .home-hero-inner {
        min-height: auto;
    }
    .home-hero::before {
        background: linear-gradient(180deg, rgba(17, 17, 15, .90) 0%, rgba(17, 17, 15, .76) 100%);
    }
    .home-slide img {
        opacity: .34;
    }
    .home-section {
        padding: 3.5rem 0;
    }
}
