.widget-biens .contenu-widget { padding-top: 20px; }
.widget-biens .conteneur-element { margin-bottom: 30px; }

.widget-biens .element  { box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.13); }

.widget-biens .element .conteneur-visuel .pastille
{
    position: absolute;
    display: flex;
    align-items: center;
    top: 25px;
    right: 0;
    background: #fff;
    color: #ee8640;
    border-bottom-left-radius: 11px;
    padding: 5px 11px;
    font-family: "Bilo", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.widget-biens .element .conteneur-visuel .pastille i { font-size: 21px; margin-right: 7px; }

.widget-biens .element .conteneur-detail { display: flex; flex-direction: column; padding: 20px; flex-grow: 1; position: relative; background: #fff; }
.widget-biens .element .conteneur-visuel { position: relative; display: block; width: 100%; overflow: hidden; }
.widget-biens .element .conteneur-visuel img { transition: all 300ms; }

.widget-biens .element .conteneur-detail .conteneur-typologie {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 57px;
    height: 57px;
    top: -45px;
    left: 22px;
    padding: 0 5px;
    background: #ee8640;
    border-bottom-right-radius: 20px;
}

.widget-biens .element .conteneur-detail .conteneur-typologie .typologie {
    font-family: "Bilo", sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 19.41px;
}

.widget-biens .element .conteneur-detail .conteneur-typologie .surface { font-family: "Bilo", sans-serif; font-size: 16px; color: #fff; letter-spacing: 0.02em; line-height: 19.41px; }
.widget-biens .element .conteneur-detail .titre-element-sidebar { font-family: "Bilo", sans-serif; font-size: 18px !important; font-weight: bold; color: #3A3026; line-height: 20px; transition: all 300ms linear; margin-bottom: 10px; }
.widget-biens .element .conteneur-detail .titre-element-sidebar a { color: inherit; }

.widget-biens .element .conteneur-detail .conteneur-infos { position: relative; margin-bottom: 15px; flex-grow: 1; }
.widget-biens .element .conteneur-detail .conteneur-infos .info { display: flex ; align-items: flex-start; margin-bottom: 10px; }
.widget-biens .element .conteneur-detail .conteneur-infos .info i { width: 20px; flex-shrink: 0; margin-right: 10px; font-size: 20px; color: #ee8640; }

.widget-biens .element .conteneur-detail .conteneur-infos .info span { font-family: "Bilo", sans-serif; font-size: 14px; color: #3A3026; }
.widget-biens .element .conteneur-detail .conteneur-infos .info span strong { font-family: "Bilo", sans-serif; font-size: 18px; font-weight: 800; color: #3A3026; text-transform: uppercase; line-height: 1; }
.widget-biens .element .conteneur-detail .conteneur-infos .info span small { font-family: "Catamaran", sans-serif; font-size: 14px; font-weight: 500; color: #98A9B2; line-height: 1; margin-left: 5px; margin-top: 3px; }

.widget-biens .element .conteneur-detail .footer-element { display: flex; justify-content: space-between; align-items: center; }

.widget-biens .annonce-vente .element .conteneur-visuel .pastille { color: #94C4C2; }
.widget-biens .annonce-vente .element .conteneur-detail .conteneur-typologie { background-color: #94C4C2; }
.widget-biens .annonce-vente .element .conteneur-detail .conteneur-infos .info i { color: #94C4C2; }


@media screen and (min-width: 992px) and (max-width: 1199px) {
	.widget-biens .element .conteneur-detail { width: 100%; }
}

@media screen and (max-width: 1199px) {
	.widget-biens .element .conteneur-detail .footer-element { flex-direction: column; gap: 15px; }
	.widget-biens .element .conteneur-detail .footer-element a { width: 100%; }
	.widget-biens .element .conteneur-detail .titre-element-sidebar { font-size: 16px !important; }
}

@media screen and (max-width: 991px) {
	.widget-biens .element { width: 410px; max-width: calc(100vw - 30px); }
	.widget-biens .element .conteneur-visuel img { width: 100%; }
}

@media screen and (min-width: 992px) {
	.widget-biens .element .conteneur-visuel:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .widget-biens .element .conteneur-detail .titre-element-sidebar:hover { color: #ee8640; }
}

/* Slider home */

.page-wrapper .slick-home {
    z-index: 1;
}

.page-wrapper.home section.section-accueil .container-baseline-link {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
}


.sticky {
    --_sticky-accent: #F84F50;
    --_sticky-default: #fff;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    z-index: 15;
    transition: all 300ms;

    .menuSticky {
        display: grid;
        place-items: flex-end;
        gap: 9px;
    }

    .menuSticky__link {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 60px;
        height: 60px;
        border-radius: 0.625rem;
        overflow: hidden;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        color: var(--_sticky-accent);
        border: solid 1px var(--_sticky-accent);
        background: var(--_sticky-default);
        padding-right: 0;
        cursor: pointer;

        i {
            width: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
        }

        span {
            width: 0;
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
        }

        svg {
            width: 35px;
            height: 35px;
            fill: var(--_sticky-accent);
        }

        &.rouge {
            background: var(--_sticky-accent);
            color: var(--_sticky-default);
            svg {
                fill: #fff;
            }
        }

        @media screen and (min-width: 576px) {
            &:hover {
                width: fit-content;
                padding-right: 1rem;

                span {
                    width: fit-content;
                }
            }
        }

        &.openWidgetLisio {
            justify-content: center;
            svg {
                width: 60px;
                height: 60px;
            }
        }
    }

}

@media screen and (min-width: 992px) {
    .sticky {
        right: 0;
        .menuSticky__link {
            width: 90px;
            height: 90px;
            border-right: none;
            border-radius: 0.625rem 0 0 0.625rem;
            flex-direction: column;
            gap: 0.3125rem;
            line-height: 1rem;
            padding: 0.3125rem;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 14px;
            transition: all 300ms;

            span {
                width: auto;
                overflow: initial;
                white-space: break-spaces;
            }

            i {
                width: auto;
                font-size: 32px;
            }

            svg {
                width: 35px;
                height: 35px;

            }
            
            &:hover {
                background: #ee8640;
                border-color: #ee8640;
                color: white;
                width: 90px;
                padding-right: 0.3125rem;
                span {
                    width: auto;
                }
                svg path {
                    fill: white;
                }
            }
        }

        &.sticky-hidden {
            right: -90px;
        }
    }
}



@media screen and (max-width: 1199px) {
    .page-wrapper.home section.section-accueil .container-baseline-link {
        top: 48%;
    }
}

@media screen and (max-width: 991px) {
    .page-wrapper.home section.section-accueil .container-baseline-link {
        top: 52.5%;
    }

    .sticky {
        top: auto;
        left: auto;
        right: auto;
        bottom: 0;
        transform: none;
        width: 100vw;
        &.stickyLeft {
            left: auto;
        }
        .menuSticky {
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            .menuSticky__link {
                border-radius: 0;
                border-right: none;
                border-bottom: none;
                width: 100%;
                justify-content: center;
                flex-direction: column;
                padding: 0.5rem;
                height: 80px;
                i {
                    height: 40px;
                    align-items: center;
                    justify-content: center;
                }
                svg {
                    width: 40px;
                    height: 40px;
                }
                span {
                    width: auto;
                    font-size: 13px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 24px;
                    white-space: normal;
                    line-height: 1;
                    text-align: center;
                }

                &.openWidgetLisio {
                    svg {
                        width: 60px;
                        height: 60px;
                    }
                }
            }

        }
    }

}

@media screen and (max-width: 767px) {
    .page-wrapper.home section.section-accueil .container-baseline-link {
        top: 47.5%;
    }
}

@media screen and (max-width: 767px) {
    footer {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 549px) {
    .page-wrapper.home section.section-accueil .container-baseline-link {
        top: 81.5%;
    }
}

.page-wrapper.home section.section-accueil .container-baseline-link .baseline-link {
    position: relative;
    font-size: 24px;
    font-style: italic;
    color: #3A3026;
    letter-spacing: -0.01em;
    padding: 0 15px;
    z-index: 100;
}

.page-wrapper.home section.section-accueil .container-baseline-link .baseline-link i {
    margin-left: 2px;
}

.page-wrapper.home section.section-accueil .container-baseline-link .baseline-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.7;
    height: 30px;
    background: #fff;
    z-index: -1;
}

.page-wrapper.home section.section-actualites .header-section .partage .conteneur-rs { width: auto; }
header.header_2026 {

}

header.header_2026 .surheader { background: #fffc; box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.3); }
header.header_2026 .surheader .conteneur-surheader .contenu-surheader { border: none; }
.header_2026 .sur-header-search { display: flex; gap: 10px; }
/*
.header_2026 .sur-header-search input { border-radius: 100px; border-width: 1px; border-color: #ccc; appearance: none; background: #fff; width: 300px; }
.header_2026 .sur-header-search span { margin: 0; }
*/
header.header_2026 .surheader .conteneur-surheader .conteneur-logo { background: transparent; }
header.header_2026 .surheader .conteneur-surheader .contenu-surheader .conteneur-acces-rapides { display: flex; gap: 20px; }
.header_2026 .conteneur-surheader.container-nav { z-index: 150; }
.header_2026 .conteneur-surheader.container-nav .responsive-socials { display: none; }
.header_2026 .conteneur-surheader.container-nav nav ul { list-style: none; margin: 0; padding: 0; display: flex; }
.header_2026 .conteneur-surheader.container-nav nav > ul { width: 100%; justify-content: space-between; font-size: 24px; }
.header_2026 .conteneur-surheader.container-nav nav > ul > li { position: relative; }
.header_2026 .conteneur-surheader.container-nav nav > ul > li > a { padding: 10px 20px; display: flex; }
.header_2026 .conteneur-surheader.container-nav nav > ul > li > ul { display: none; flex-direction: column; font-size: 18px; position: absolute; background: #fff; padding: 10px 20px; white-space: nowrap;; }
.header_2026 .conteneur-surheader.container-nav nav > ul > li > ul a { color: #000; line-height: 34px; }
.header_2026 .conteneur-surheader.container-nav nav > ul > li.acces-rapides { display: none; }
@media screen and (min-width: 768px) {
    .header_2026 .conteneur-surheader.container-nav nav > ul > li:hover > a {
        background: #ee8640;
        color: #fff;
    }
    .header_2026 .conteneur-surheader.container-nav nav > ul > li:hover > ul { display: flex; }
    header.header_2026 .surheader .conteneur-surheader .contenu-surheader .conteneur-acces-rapides .btn:hover { border: solid 1px; }
    .header_2026 .conteneur-surheader.container-nav nav > ul > li > ul a:hover { color: #ee8640}
}
.header_2026 .sur-header-reseaux { display: flex; align-items: center; justify-content: center; gap: 10px; }
.header_2026 .sur-header-reseaux a { color: #000; font-size: 18px; display: flex; align-items: center; justify-content: center; }

header.header_2026 .surheader .conteneur-surheader .conteneur-logo { transition: none; position: absolute; top: 170px; left: 0; z-index: 100; }
header.header_2026 .surheader .conteneur-surheader .conteneur-logo .logo { position: relative; height: auto }

header.header_2026.scrolling .surheader { background: #fff; }
header.header_2026.scrolling .surheader .conteneur-surheader { height: auto; }
header.header_2026.scrolling .conteneur-surheader.container-nav { z-index: 150; background: #fff; }
header.header_2026.scrolling .surheader .conteneur-surheader .contenu-surheader { padding-block: 0; margin-left: 0; }
header.header_2026.scrolling .surheader .conteneur-surheader .conteneur-logo { position: relative; top: auto; left: 0; margin-right: auto; }
header.header_2026.scrolling .surheader .conteneur-surheader .conteneur-logo img { height: 50px;  }

header.header_2026.header-interieur .surheader .conteneur-surheader .conteneur-logo::before { display: none;}

#header2026-closeMenu { display: none; }
#trigger-responsive-menu { display: none; }

@media screen and (max-width: 1449px) {
    header.header_2026 .surheader .conteneur-surheader .conteneur-logo { left: 50px; }
}

@media screen and (max-width: 1199px) {
    header.header_2026 .surheader .conteneur-surheader .conteneur-logo { left: 120px; top: 210px; }
    .header_2026 .conteneur-surheader.container-nav nav > ul { font-size: 20px; }
}

@media screen and (max-width: 991px) {
    header.header_2026 .surheader .conteneur-surheader .contenu-surheader .conteneur-acces-rapides .acces.btn,
    header.header_2026.header-interieur .surheader .conteneur-surheader .contenu-surheader .conteneur-acces-rapides .acces.btn {
        padding: 6px;
    }

    header.header_2026 .surheader .conteneur-surheader .contenu-surheader .conteneur-acces-rapides .acces:nth-child(1),
    header.header_2026.header-interieur .surheader .conteneur-surheader .contenu-surheader .conteneur-acces-rapides .acces:nth-child(1) {
        min-width: 0;
    }

    header.header_2026 .surheader .conteneur-surheader .conteneur-logo {
        left: 80px; top: 160px;
        img { width: 130px; }
    }


    .header_2026 .conteneur-surheader.container-nav nav > ul { font-size: 18px; }
    .header_2026 .conteneur-surheader.container-nav nav > ul > li > a { padding-inline: 10px; }
}

@media screen and (max-width: 767px) {
    #trigger-responsive-menu {
        cursor: pointer;
        font-size: 20px;
        display: block;
    }

    #header2026-closeMenu {
        display: block;
        height: calc(100vh + 80px);
        position: absolute;
        top: 0;
        right: 0;
        color: white;
        background: #F84F50;
        writing-mode: vertical-rl;
        text-align: left;
        padding: 20px 5px;
        border: none;
        cursor: pointer;
    }

    header.header_2026 .surheader .conteneur-surheader:not(.container-nav) {
        .contenu-surheader {
            padding-block: 0;
            margin-left: 0;

            .conteneur-acces-rapides {
                display: none;
            }

            .sur-header-reseaux {
                display: none;
            }

            .conteneur-logo {
                background: transparent;
                position: relative;
                top: auto;
                left: 0;
                margin-right: auto;

                img {
                    width: auto;
                    height: 50px;
                }
            }
        }
    }

    header.header_2026 .surheader .container-nav {
        position: fixed;
        top: 0;
        left: 100vw;
        max-width: none;
        width: 100vw;
        max-height: 100vh;
        height: 100vh !important;
        background: #fff;
        padding: 1rem 3.5rem 100px 3rem;
        align-items: flex-start;
        overflow-y: auto;

        .responsive-socials {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding-top: 10px;
            position: absolute;
            left: 1rem;
        }

        &.active {
            left: 0;
        }
    }

    .header_2026 .conteneur-surheader.container-nav nav > ul {
        flex-direction: column;
        align-items: flex-end;
        & > li.acces-rapides {
            display: block;
        }
        & > li.active {
            & > a {
                justify-content: flex-end;
                padding-inline: 0;
            }
            ul {
                display: flex;
                position: relative;
                text-align: right;
                padding: 0;
            }
        }
    }

}



html { border-bottom: solid 30px #F84F50;
}


