body.single-bien article {
    margin-top: var(--gutter);
}

body.single-bien .qlwapp {
    margin: 0;
}

body.single-bien .qlwapp .qlwapp__button {
    margin-top: 0;
    margin-bottom: 0;
}

section.fiche-bien .page-titles-container{
    /*display: flex;*/
    /*flex-direction: column-reverse;*/
    margin-left: var(--spacer-sm);
}
section.fiche-bien .informations{
    background-color: var(--creme);
    padding-top: 27px;
}

section.fiche-bien .informations .container{
    padding-bottom: 4px;
}

section.fiche-bien .informations .links{
    display: flex;
    justify-content: space-between;
    padding-bottom: var(--gutter-sm);
}

section.fiche-bien .informations .links div{
    display: flex;
    /*grid-gap: 23px;*/
}
section.fiche-bien .informations .links > div > a {
    float: left;
    margin-right: .8em;
    margin-top: 3px;
}
section.fiche-bien .informations .links > div > a > img {
    height: 24px;
}
section.fiche-bien .informations .links > div > .addtoany_shortcode {
    float: right;
}

section.fiche-bien .informations .links > div:first-child{
    display: flex;
    /*align-items: center;*/
    /*grid-gap: 23px;*/
}

section.fiche-bien .informations .links div:first-child a{
    margin-top: 10px;
}

section.fiche-bien .informations h2{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    max-width: 300px;
    /*margin: 0 auto;*/
}

section.fiche-bien .informations h1{
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    color: var(--noir);
    padding-bottom: 0;
}

section.fiche-bien .informations .bottom{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

section.fiche-bien .informations .bottom .price,
section.fiche-bien .informations .bottom .update{
    display: flex;
    flex-direction: column;
}

section.fiche-bien .informations .bottom .update p{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: flex-end;
    color: var(--noir);
    font-family: "Open Sans", sans-serif;
}

section.fiche-bien .informations .bottom .price p{
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
    color: var(--noir);
    font-family: "Open Sans", sans-serif;
}

section.fiche-bien .informations .bottom .price p.ref{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    text-transform: unset;
}

section.fiche-bien .slider-bien{
    position: relative;
}

section.fiche-bien .slider-bien .background{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--creme);
    height: 135px;
}

section.fiche-bien .slider-bien-single{
    padding-bottom: 40px;
}

section.fiche-bien .slider-bien-single-modal{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
}

section.fiche-bien .slider-bien:has(.slider-bien-single) .slider-bien-single:not(.slick-initialized) > div:not(:first-child),
section.fiche-bien .slider-bien:has(.slider-bien-single) .slider-bien-single:not(.slick-initialized) + .slider-bien-nav {
    display: none;
}

section.fiche-bien .slider-bien-single img{
    aspect-ratio: 1.5;
    object-fit: cover;
    cursor: pointer;
    height: auto;
    max-width: 100%;
    width: 100%;
}

section.fiche-bien .slider-bien-nav{
    padding-bottom: var(--gutter);
}

section.fiche-bien .slider-bien-nav img{
    aspect-ratio: 1.54;
    object-fit: cover;
    padding: 0 8px;
    cursor: pointer;
    max-width: 100%;
}

section.fiche-bien .slider-bien-nav .slick-dots{
    bottom: 0;
}

section.fiche-bien .slider-bien-nav .slick-dots button.active{
    color: var(--noir);
}

section.fiche-bien .slider-bien-nav .slick-dots button{
    color: var(--creme);
}

section.fiche-bien .modal{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transform: none;
    padding: 0;
}

section.fiche-bien .modal > div{
    height: 80%;
    width: 90%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

section.fiche-bien .modal svg{
    position: absolute;
    right: 10px;
    top: 22%;
    cursor: pointer;
    z-index: 1;
}
section.fiche-bien .modal svg path {
    fill: white;
}

section.fiche-bien #myModal img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.87;
}

section.fiche-bien .informations .links .addtoany_shortcode a {
    margin-top: 3px!important;
}

body.single-bien:not(.no-js) .description:not(.opened) .paragraphe {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

body.single-bien .description .paragraphe + #open-description {
    display: none;
    color: var(--noir);
}

body.single-bien:not(.no-js) .description:not(.opened) .paragraphe + #open-description {
    display: block;
    background: none;
    border: none;
    margin-top: 2em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

body.single-bien:not(.no-js) .description .paragraphe + #open-description svg {
    height: 1.4em;
    width: auto;
    vertical-align: middle;
    margin-top: -4px;
}

@media screen and (max-width : 575px){
    section.fiche-bien {
        display: flex;
        flex-direction: column;
    }
    section.fiche-bien .slider-bien {
        max-width: 100%;
        order: -1;
        padding: 0;
    }
    section.fiche-bien .slider-bien .slider-bien-single {
        padding-bottom: 0;
    }
    section.fiche-bien .slider-bien .slider-bien-nav {
        display: none;
    }
    section.fiche-bien .informations .links {
        display: block;
    }
    section.fiche-bien .informations .links > div {
        display: block;
    }
    section.fiche-bien .informations .links > div:last-child {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (min-width : 576px){
    section.fiche-bien .modal > div{
        width: 80%;
    }
    section.fiche-bien .modal svg{
        top: -30px;
    }
    section.fiche-bien .slider-bien-single img{
        aspect-ratio: 1.87;
    }

    section.fiche-bien .slider-bien-nav img{
        aspect-ratio: 1.51;
        padding: 0;
    }

    section.fiche-bien .slick-slide{
        margin: 0 10px;
    }

    section.fiche-bien .slick-list{
        margin: 0 -10px
    }
}

@media screen and (min-width : 992px){
    section.fiche-bien .informations{
        /*height: 482px;*/
        padding-bottom: 240px;
    }

    section.fiche-bien .informations .links{
        padding-bottom: var(--gutter);
        /*padding-bottom: 33px;*/
    }

    section.fiche-bien .informations h1,
    section.fiche-bien .informations h2{
        text-align: left;
    }

    section.fiche-bien .informations h1{
        font-size: 28px;
        line-height: 40px;
    }

    section.fiche-bien .informations h2{
        padding-bottom: unset;
        max-width: unset;
    }

    section.fiche-bien .informations .bottom{
        align-items: unset;
    }

    section.fiche-bien .informations .bottom .update{
        flex-direction: row;
        grid-gap: 0.25em;
    }

    section.fiche-bien .slider-bien {
        margin-top: -240px;
    }

    section.fiche-bien .slider-bien .background {
        display: none;
    }

    section.fiche-bien .slick-dotted.slick-slider{
        margin-bottom: var(--gutter-lg);
    }
}

body.single-bien aside.sticky-sidebar {
    display: none;
}

body.single-bien .container-whats-app {
    max-width: 580px;
}
body.single-bien .container-whats-app .qlwapp .qlwapp__button {
    width: 100%;
}

#single-bien .container.medium + .nos-derniers-articles {
    margin-top: var(--gutter);
}

@media screen and (min-width: 768px) {
    body.single-bien article {
        margin-top: var(--gutter-lg);
    }

    body.single-bien #single-bien .container.medium + .nos-derniers-articles {
        margin-top: var(--gutter-lg);
    }
}

@media screen and (min-width: 1200px) {
    body.single-bien article {
        margin-top: var(--gutter-xl);
    }
    body.single-bien aside.sticky-sidebar {
        display: block;
        width: 32.5%;
    }
}

@media screen and (min-width: 1440px) {
    body.single-bien aside.sticky-sidebar {
        position: sticky;
        top: 150px;
        height: fit-content;
    }
}

