.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 10001 !important;
    display: block;
}

.back a,
.back p {
    color: var(--dark);
    font-size: 1.25rem;
}

.back a i {
    font-size: 1rem;
}

.list-inline-item .btn {
    color: var(--white);
}

.list-inline-item .btn.btn-outline-primary {
    color: var(--primary);
}

.agentPhoto img {
    max-width: 120px;
}

.agentName .label {
    color: #999999;
}

.position-relative .circle {
    position: absolute;
    right: -13px;
    top: -10px;
    width: 25px;
    height: 25px;
    background: var(--primary);
    border-radius: 50%;
}

.images-bien img {
    width: 100%;
    object-fit: cover;

}

.leaflet-marker-icon {
    border-radius: 20px
}

.card {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
    border-radius: 20px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.color-gray {
    color: #9b9b9b;
}

.agentImageProfil .img-fluid {
    height: 120px;
    object-fit: cover;
}


.others-photos {
    position: absolute;
    bottom: 20px;
    right: 12px;
}

.others-photos .btn {
    background: var(--white);
}

.images-section-1 img {
    height: 627px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
}

.images-section-2 .venobox img {
    height: 300px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
}

.w-fit-content {
    width: fit-content;
}

.price .btn {
    color: var(--primary);
    width: 210px;
}

.accordion .card {
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    background-color: #fff !important;
    border-bottom: unset;
    border: 1px solid rgba(0, 0, 0, 0.13) !important
}

.dynamic-icon {
    height: 30px;
    width: 30px !important;
    border: 0;
    border-radius: 50% !important;
}

a.contactAgent:not([href]):hover {
    color: var(--primary) !important;
    background: transparent !important;
    border: 2px solid var(--primary) !important;
}

#collapseOne-lots .text-link {
    color: var(--primary) !important
}

#collapseOne-lots .text-link:hover {
    color: white !important
}


.accordion .card-header.collapsed .dynamic-icon::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 57%;
    left: 46%;
    transform: translate3d(-50%, -50%, 0);
    right: 0;
    color: var(--dark);
    font-weight: 500;
}

.adress-bien,
.agentLabel {
    color: #999999;
}

.agentLabel {
    position: relative;
    top: 10px;
}

.accordion .card-header .dynamic-icon::after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 57%;
    left: 46%;
    transform: translate3d(-50%, -50%, 0);
    right: 0;
    color: var(--primary);
    font-weight: 500;
}

#map {
    height: 303px;
    border-radius: 20px;
}

.btn-map {
    bottom: 20px;
    right: 12px;
    z-index: 999;
}

.btn-map button {
    background-color: #fff;
}

.leaflet-marker-icon {
    /* box-shadow: 0px 0px 0px 50px rgba(252, 114, 71, 0.28); */
    box-shadow: 0px 0px 0px 50px rgba(244, 0, 0, 0.33);

}

.social-icon.si-circle a .fab,
.social-icon.si-square a .fab,
.social-icon.si-circle a .far,
.social-icon.si-square a .far {

    line-height: inherit
}

.card-bilan {
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.13);
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.text-medium {
    color: #0000007a;
}

.modal {
    z-index: 10000;
}

.modal-backdrop {
    z-index: 9999;
}

.lot-item {
    border-radius: 10px
}

.lot-item:nth-child(odd) {
    background: #f5f5f5;
}

.bien-cover img {
    height: 261px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: solid 1px var(--gray-01);
}

.bien-info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bien-info .adress {
    line-height: 19px;
}

.adress-bien .price {
    font-weight: 600;
    color: var(--success);
    font-size: 28px;
    line-height: 33px;
}

.bien-info .price {
    font-weight: 600;
    color: var(--success);
    font-size: 28px;
    line-height: 33px;
}

.more-info ul li::marker {
    color: var(--gray);
}

.more-info ul {
    font-size: 18px;
    line-height: 21px;
}

.bien {
    height: 490px;
    color: var(--dark);
}

.bien:hover {
    color: var(--dark);
    text-decoration: none;
}

.pagination {
    background: rgba(255, 255, 255, 0.61);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    width: fit-content;
    margin: 50px auto;
}

.pagination .page-item {
    padding: 2px 7px;
    border-right: solid 1px var(--gray-01);
}

.pagination .page-item:last-child {
    border-right: none;
}

.pagination .active {
    color: var(--dark) !important;
}

/* div.card:has(> .row:empty) <  div.collapse {
                        display : none
                        
                    } */
.hide {
    display: none
}

#bien-photos {
    clear: both;
}

.icon-trans {
    height: 20px;
}

.vbox-grab .vbox-child img {
    height: auto;
    max-height: 90vh;
}

.btn-map {
    bottom: 20px;
    z-index: 999;
    width: 100%;
}

.btn-map a {
    background-color: #fff;
    border-radius: 12px;
    color: var(--primary) !important;
    border: 2px solid var(--primary);
    float: right;
}

.btn-map a:hover {
    color: var(--primary) !important;
}

.btn-map>a>span {
    color: var(--primary) !important;
    font-family: "Almarai", sans-serif !important;
}

.price-tag {
    width: 100%;
}

#AR .price-tag a,
#AR #social-share-links ul li {
    float: left;
}

.price-tag a,
#social-share-links ul li {
    float: right;
}

#shard-success,
#link-copied,
#social-share-links {
    display: none;
}

#AR #social-share-links ul li {
    list-style: none;
    padding-right: 15px;
}

#social-share-links ul li {
    list-style: none;
    padding-left: 15px;
}

#social-share-links ul li a.social-share-link {
    direction: ltr;
    font-size: 16px;
    color: var(--dark);
}

#social-share-links ul li a.social-share-link i,
#social-share-links ul li a.social-share-link:hover {
    color: var(--primary);
    text-decoration: none;
}

#link-copied {
    font-size: 12px;
    clear: both;
    top: 15px;
}

.back a#ClaimPropBTN {
    color: var(--primary);
    font-size: 12px !important;
    float: right;
}

#AR .back a#ClaimPropBTN {
    float: left;
}


.hiddenRadio:checked+.type-bien-item {
    border: 1px solid var(--primary);
}

.error {
    color: var(--primary) !important;
}

.hiddenRadio {
    display: none !important;
}

.oui-non {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: 38px;
    padding: 5px 0;
    border-radius: var(--border-radius);
    background: #ffffff;
    border: 1px solid #222222;
}

.hidden-radio-label {
    margin: 0 !important;
    padding: 0 20px !important;
    color: var(--dark) !important;
}

.oui-non .right-border {
    border-right: solid 1px #222222;
}

#AR .oui-non .right-border {
    border-right: none;
    border-left: solid 1px #222222;
}

.hiddenRadio:checked+.hidden-radio-label {
    color: var(--primary) !important;
}

input[type="submit"] {
    border: none;
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 380px) {

    #social-share {
        float: left !important;
    }

    a#ClaimPropBTN {
        float: left !important;
        margin-left: 15px;
    }

    .energy-class .px-2 {
        padding: 0.625rem 5px !important;
        width: 28px;
    }

    #AR a#ClaimPropBTN {
        float: right !important;
        margin-right: 15px;
    }

    #social-share {
        float: left !important;
    }

    #AR #social-share {
        float: right !important;
    }
}