.home__hero {
    height: calc(100vh - 175px) !important;
    background-image: -webkit-image-set(
        url("/wp-content/uploads/2022/12/Residences-LH-House-1024x683.jpg") 1x,
        url("/wp-content/uploads/2022/12/Residences-LH-House.jpg") 2x) !important;
    background-image: image-set(
        url("/wp-content/uploads/2022/12/Residences-LH-House-1024x683.jpg") 1x,
        url("/wp-content/uploads/2022/12/Residences-LH-House.jpg") 2x) !important;
    background-image: image-set(
        url("/wp-content/uploads/2022/12/Residences-LH-House-1024x683.jpg") 1024w,
        url("/wp-content/uploads/2022/12/Residences-LH-House.jpg") 1920w) !important;
}
.home__hero .fusion-title {
    display: inline-block;
    max-width: 510px;
    padding: 25px 20px 19px;   
    background-color: rgba(255,255,255,.25);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border-radius: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.home__hero .fusion-layout-column {
    position: static;
}
.scroll__down {
    position: absolute !important;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .home__hero {
        height: 100vh !important;
        height: 100svh !important;
        max-height: 667px;
        margin-top: -90px !important;
        background-position: 70% 0% !important;
        background-size: 265% !important;
    }
    body .home__hero .fusion-title {
        max-width: 65.6vw;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.residence__map {
    border-radius: 10px;
    overflow: hidden;
}

/* Avis */
.testimonial__item .fusion-imageframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 27px;
    background-color: #fff;
    z-index: 1;
}
.testimonial__item figure {
    margin-bottom: 20px;
}
.testimonial__item blockquote {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-style: normal !important;
    text-align: center !important;
}
.testimonial__item figcaption {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.testimonial__item .fa-star::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("/wp-content/uploads/2022/12/icone-etoile.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.testimonial__item .awb-stars-rating-icons-wrapper {
    font-size: 1rem;
}
body .awb-stars-rating-filled-icon {
    margin-right: 5px;
}

@media only screen and (max-width: 800px) {
    .residence__map {
        max-height: 215px;
    }
    .testimonial__item blockquote {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .testimonial__item figure {
        margin-bottom: 15px;
    }
}
/* Fin avis */