.bg-slider {
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: center;
    position: relative;
}
.bg-slider img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-list .card-body-h3:hover a:first-of-type , .product-list .card-body-h3:hover span , .product-list .card-body-h3:hover p , .product-list .card-body-h3:hover .price{
    color: #b70b38;
}
.product-list .card-body-h3 a{
    color: black ;
    font-size: 24px 
}
.product-list .card-body-h3 {
    font-family: "Lora";
}
.product-list .card-body-h3 .type-bien,.product-list .card-body-h3 p{
    font-size: 16px;
    color: #696969;
    line-height: 1.86;
}
.product-list .card-body-h3 .price{
    font-size: 18px;
}
.product-list .card-body-h3 .link-more{
    font-size: 16px;
}
.product-detail .container .align-items-sm-center {
    display: inline !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    align-items: normal !important;
    padding: 15px;
}
.product-detail .container .badge-property .badge-primary{
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
    margin: 0;
}

.product-detail .container .badge-property .badge-success{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    background-color: transparent;
    opacity: 0.8;
    font-size: 80px;
}
.dropdown-menu{
    position: relative;
    padding-top: 16px;
}
.dropdown-menu .inner{
    scrollbar-width: none;
}
.dropdown-menu .popover-header{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e9e9e9;
    z-index: 11;
    border-radius: 5px;
    display: none;
}

.div-gallert-img .badge-success {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    background-color: transparent;
    opacity: 0.8;
    font-size: 70px;
}

.card-img-top .badge-success {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0;
    background-color: transparent;
    opacity: 0.8;
    font-size: 70px;
}

#alertForm .alertFormSelect select{
    display: block !important;
    margin-bottom: 10px;
}

.ul-heart{ 
    z-index: 9;
}

.dropdown-menu li[class*="optgroup-"]:not(.dropdown-header) {
    display: none;
}
.dropdown-menu li.dropdown-header::before {
    content: "\f0fe";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    margin-right: 5px;
}
.dropdown-menu li.dropdown-header.opened::before {
    content: "\f146";
}

.dropdown-header {
    width: 100%;
    cursor: pointer;
}

.categories-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    gap: 10px;
}

.categories-pills li a .img_nuage_tage{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    margin-right: 10px;
}

.categories-pills li a {
    background-color: #db0d43;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-pills li a:hover{
    background-color: white;
    color: #db0d43;
}

@media (max-width: 767px) {
    .homePage #content {
      margin-top: 0;
    }
    .bg-slider img, .bg-slider {
        height: 600px;
        object-fit: cover;
    }
    .categories-pills {
        justify-content: start;
        overflow-x:scroll;
        flex-wrap:nowrap;
        padding-right:20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .categories-pills::-webkit-scrollbar {
        display:none;
    }
    .categories-pills li a {
        text-wrap:nowrap;
    }
}

@media (max-width: 992px){
    .dropdown select[multiple] + .dropdown-toggle +.dropdown-menu .popover-header{
        display: block !important;
    }
}

.categories-pills {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .categories-pills li {
        margin: 0;
    }
    .categories-pills li a {
        font-size: 14px;
        padding: 0rem 1rem
    }
}
li.dropdown-header {
    color: #696969;
    text-transform: uppercase;
    padding: 3px 24px;
    font-size: 14px;
    font-family: 'Source Sans 3',sans-serif
}