@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
/* Bloque le position stickly sinon */
#page-container{
    overflow-y: visible !important;
}
.acx-shape {
    fill: #EBE3DA;
    stroke: #000000;
    stroke-miterlimit: 10;
    cursor: pointer;
    transition:0.07s fill ease-in-out;
}
.acx-shape:hover {
    fill: rgba(127, 139, 129, 0.5);
}
.acx-shape.active{
    fill: rgba(127, 139, 129, 0.5);
}
.acx-shape.vendu {
    fill: #fff;
}
.cls-2.vendu,.st3.vendu,.st2.vendu,.st7.vendu {
    fill: red !important;
}
.acx-col-left {
    float:none;
    /*flex:1 0 48.5%;*/
    flex:0 0 66.4%;
    padding:20px;
    margin-right: 3%;
}
.acx-col-right {
    float:none;
    /*flex:1 1 48.5%;*/
    flex:0 0 33.4%;
    /*min-width: 436px;*/
}
.acx-unit {
    pointer-events: none;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif !important;
}
.acx-unit tspan{
    font-family: 'Open Sans', sans-serif !important;
}
.acx-unit .vendu {
    fill: #ddd !important;
}
.acx-plan-container {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}
#show-map{
    padding:0 !important;
}
#show-map > .et_pb_row{
    padding: 57px 0px;
}
#show-map > .et_pb_row,
#show-single > .et_pb_row{
    display:flex;
    align-items: flex-start;
}
.et_pb_lightbox_image{
    cursor: zoom-in;
}
.unit-list li {
    line-height: 1;
    padding: 6px;
    width: 100%;
    transition: all 0.1s ease-in-out 0.25s, opacity 0.2s ease-in-out;
}
#list-units li.hide,
#list-units li.hide-area{
    opacity:0;
    height:0;
    padding:0 12px;
    border-bottom:0;
}
.unit-list > li {
    transition:0.17s background ease-in-out;
}
.unit-list > li:hover {
    cursor: pointer;
    background-color: rgba(127, 139, 129, 0.5);
}
.unit-list .active {
    background: rgba(127, 139, 129, 0.5);
}

.acx_section_unit > .et_pb_row {
    display:none;
}
.unit-header {
    display:flex;
}
.unit-header h2 {
    flex-grow:1;
    font-size: 48px;
    color: #313E37;
}
.unit-header a {
    display:block;
    width:37px;
    padding-top: 10px;
}
.unit-meta div {
    display: flex;
    border-bottom: 2px solid #7F8B81;
    padding: 6px;
}
.unit-meta div p {
    margin:0;
    padding:0;
}
.unit-meta div p:first-child {
    flex-grow:1;
}
.unit-links {
    display:flex;
    flex-direction: column;
    margin-top: 15px;
}
.wpv-filter-form select {
    padding: 6px;
    margin-left: 6px !important;
    border-radius: 6px;
    min-width: 170px;
    color: #000 !important;
}
.unit-list li span {
    line-height: 1;
    padding-top: 12px;
}
.plan-btn {
    background: #313e37;
    display: inline-block;
    width: 390px;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    padding: 6px 12px;
}
.plan-btn:hover {
    background: #000;
}
.wpv-filter-form.js-wpv-filter-form {
    justify-content: space-around !important;
}
#show-map .et_pb_column.acx-col-left.acx-plan-container {
    background: url(/wp-content/uploads/2021/11/image-fond-plans.png) transparent scroll no-repeat center;
    background-size: 100%;
    padding-top: 57%;
    height: 0;
    overflow: hidden;
}
#Layer_1 {
    width: 41.4%;
    position: absolute;
    /*top: 20%;*/
    top: 17.2%;
    left: 3.4%;
}
img.mfp-img{
    max-height: 625px;
    /*height: 580px;*/
    height: calc(100vh - 0px);
    padding: 10px;
    background-color:#fff;
}
/* .mfp-figure, img.mfp-img{
	margin-top: 30px;
} */
.mfp-close-btn-in .mfp-close {
    top: 0;
    opacity: 1 !important;
    color: black;
}

/* Unit list */
#unit-list{
    justify-content: space-around !important;
    overflow-y: scroll;
    max-height: 650px;
}
#list-filters{
    display: flex;
    justify-content: space-between;
    background: #7F8B81;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
#list-filters select{
    padding: 6px;
    margin-left: 6px !important;
    border-radius: 6px;
    min-width: 170px;
    color: #000 !important;
}
#list-units ul {
    padding-left: 0;
}
#list-units li {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #7F8B81;
    padding: 12px;
    margin-bottom: 0 !important;
    font-size: 16px;
}
#list-units li:hover {
    cursor: pointer;
    background-color: rgba(127, 139, 129, 0.5);
}
#list-units li a {
    pointer-events: none;
}
.floor-svg-container{
    display: none;
}
.floor-svg-container #show-map .et_pb_column.acx-col-left.acx-plan-container{
    background-image: none !important;
}
#floor-plan-container .unit-header a{
    /*display: none;*/
}
#floor-plan-container{
    position: relative;
    /*float: left;*/
    /*width: 100vw;*/
    padding-top: 0 !important;
}
#floor-plan-container .acx-col-left{
    width: 48%;
    float: left;
}
#floor-plan-container .acx-col-right{
    float: left;
    width: 48%;
}
#floor-plan-container .acx-col-left{
    /*display: none;*/
}
#condominium-choose-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.condominum-design-container svg{
    width: 100%;
    height: 100%;
}
#show-condos .et_pb_column_7{
    background-image: none !important;
}
@media only screen and (max-device-width: 980px) {
    #condominium-choose-container svg{
        width: 97% !important;
        height: 50vh;
    }
    #condominium-choose-container {
        height: 80vh;
        width: 80vw;
    }
}
