body.home .fusion-tb-header header:not(.fusion-sticky-transition) {
    --awb-background-color: transparent !important;
    --awb-background-color-small: transparent !important;
    --awb-border-color: transparent !important;
}

.home__hero .fusion-image-element img {
    max-height: 80vh;
    object-fit: cover;
}

.home__sejour {
    --awb-background-position: 104% -32% !important;
}

.sejour__list .fusion-li-item-content {
    font-family: "Roobert Arabic", sans-serif;
}
.sejour__list .fa-asterisk:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url("/wp-content/uploads/2026/02/asterix.svg") no-repeat center center;
    background-size: contain;
}

.sejour__imgs {
    position: relative;
}

.sejour__imgs::before,
.sejour__imgs::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translate(0, 20px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.sejour__imgs::before {
    width: 50vw;
    height: auto;
    aspect-ratio: 613 / 150;
    background-image: url("/wp-content/uploads/2026/03/line-2.svg");
    top: 43.5%;
    right: -11.9vw;
    z-index: 5;
}

.sejour__imgs::after {
    background-image: url("/wp-content/uploads/2026/03/line-1.svg");
    bottom: -74px;
    left: 40px;
    width: 9.8vw;
    height: 8.5vw;
    z-index: -2;
}

.sejour__imgs.smooth__entrance:has(.visible)::before,
.sejour__imgs.smooth__entrance:has(.visible)::after {
  opacity: 1;
  transform: translate(0, 0);
}

.fusion-image-element:has(.sejour__one, .sejour__three, .sejour__four, .sejour__five, .icon__one, .icon__two, .icon__three, .icon__four) {
    position: absolute;
}

.fusion-image-element:has(.sejour__one) {
    top: 17%;
    left: 10%;
    z-index: 2;
}

.fusion-image-element:has(.sejour__three) {
    top: 40%;
    right: 0;
    z-index: 6;
}

.fusion-image-element:has(.sejour__four) {
    top: 54%;
    left: 18%;
    z-index: -1;
}

.fusion-image-element:has(.sejour__five) {
    left: 22%;
    bottom: -140px;
    z-index: 7;
}

.fusion-image-element:has(.icon__one) {
    left: 78%;
    top: 26%;
}

.fusion-image-element:has(.icon__two) {
    left: 22%;
    top: 42%;
    z-index: 6;
}

.fusion-image-element:has(.icon__three) {
    left: 72%;
    top: 76%;
    z-index: 8;
}

.fusion-image-element:has(.icon__four) {
    left: 17.5%;
    top: 92%;
}

.icon__four img {
    min-width: 29px;
}

@media only screen and (min-width: 801px) {
    .mews-booking-bar-wrapper {
        position: absolute;
        bottom: 0;
        transform: translateY(50%);
        z-index: 10;
        width: clamp(300px, calc(100% - 130px), 1440px);
    }
}

@media only screen and (max-width: 800px) {
    /* .sejour__imgs::before {
        top: 48.5%;
    } */
     .mews-booking-bar-wrapper {
        margin-top: -40px;
        z-index: 10;
        position: relative;
     }
     body:has(.mbb-dropdown-dates.active) .fusion-tb-header {
        opacity: 0;
        pointer-events: none;
     }
    .fusion-image-element:has(.sejour__one) {
        --awb-max-width: 23.8vw !important;
        top: 10%;
    }
    .fusion-image-element:has(.sejour__two) {
        --awb-max-width: 35.2vw !important;
    }
    .fusion-image-element:has(.sejour__three) {
        --awb-max-width: 30.7vw !important;
        top: 27%;
        right: 6px;
    }
    .fusion-image-element:has(.sejour__four) {
        --awb-max-width: 41.9vw !important;
        top: 37%;
        left: 4%;
    }
    .fusion-image-element:has(.sejour__five) {
        --awb-max-width: 45.6vw !important;
        left: 8%;
        top: 54%;
        bottom: auto;
    }
    .fusion-image-element:has(.icon__two) {
        --awb-max-width: 48px !important;
        left: 10%;
        top: 24%;
    }
    .fusion-image-element:has(.icon__three) {
        --awb-max-width: 67px !important;
        left: 63.5%;
        top: 48%;
    }
    .fusion-image-element:has(.icon__four) {
        left: 10.5%;
        top: 34%;
    }
    .sejour__imgs::before {
        width: 100vw;
        top: 30.5%;
        right: -18.9vw;
    }
    .sejour__imgs::after {
        width: 82px;
        height: 70px;
        bottom: 17%;
        left: -30px;
    }
}

@media only screen and (min-width: 1580px) {
    .sejour__imgs::before {
        top: 48.5%;
    }
    .fusion-image-element:has(.sejour__four) {
        top: 61%;
        --awb-max-width: 15.8vw !important;
    }
    .fusion-image-element:has(.sejour__five) {
        bottom: -160px;
        --awb-max-width: 18vw !important;
    }
}

@media only screen and (min-width: 1780px) {
    .fusion-image-element:has(.sejour__one) {
        top: 18%;
        --awb-max-width: 14.4vw !important;
    }
    .fusion-image-element:has(.sejour__four) {
        top: 63%;
        --awb-max-width: 12.8vw !important;
    }
    .fusion-image-element:has(.sejour__five) {
        bottom: -120px;
        --awb-max-width: 14vw !important;
        left: 28%;
    }
}

.home__good {
    /* --awb-background-position: 83% clamp(230px, 11vw, 400px) !important; */
}
.home__good .fusion-builder-row-inner {
    gap: 20px;
}
.home__good .fusion-builder-row-inner .fusion_builder_column_inner_1_3 {
    --awb-width-large: calc(33.33% - 13.33px) !important;
    --awb-width-medium: calc(33.33% - 13.33px) !important;
}

.home__pro {
    --awb-background-position: 9% 0% !important;
}
.home__pro::before,
.home__pro::after {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 15px;
    background: url("/wp-content/uploads/2026/02/sep-green.svg") no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.home__pro::after {
    top: auto;
    bottom: -14px;
    transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) and (min-width: 801px) {
    .home__good {
       --awb-background-size-medium: 201% !important;
    }
    .sejour__imgs {
        max-height: 70vh !important;
        margin-top: 15% !important;
    }
}

@media only screen and (max-width: 800px) {
    .home__hero {
        min-height: 566px !important;
    }
    .home__good .scroll__list {
        --scroll-width: 68.7vw;
        --first-margin: 20px;
        --last-margin: 20px;
    }
    ul.fusion-checklist.sejour__list {
        --awb-margin-right: 32px;
        --awb-margin-left: 27px;
        --awb-item-padding-bottom: 2px !important;
    }
    .home__good {
        --awb-background-position: 83% 133% !important;
        --awb-background-size-small: 410% !important;
    }

    .btn__discover {
        --button_padding-right: 30px !important;
        --button_padding-left: 30px !important;
    }
    .home__dormir .underline.ate::after {
        left: 0;
        right: auto;
        transform: none;
    }
    .home__dormir .scroll__list {
        --scroll-width: 68.7vw;
        --scroll-gap: 16px;
        --first-margin: 11px;
        --last-margin: 21px;
    }
    .home__dormir .scroll__list > .fusion-column-wrapper > .fusion-row > .fusion-layout-column:last-child {
        min-width: calc(var(--scroll-width) - var(--scroll-gap)) !important;
    }
    .home__dormir .scroll__list > .fusion-column-wrapper > .fusion-row {
        scroll-start-target: x last;
    }
}

