/* HEADER */
.ltn__sticky-bg-black {
    background-color: var(--ltn__heading-color);
  }
  .ltn__sticky-bg-black .ltn__main-menu > ul > li > a,
  .ltn__sticky-bg-black .header-wishlist a,
  .ltn__sticky-bg-black .mini-cart-icon,
  .ltn__sticky-bg-black .header-feature-item h6,
  .ltn__sticky-bg-black .header-feature-item p,
  .ltn__sticky-bg-black .header-feature-icon,
  .ltn__sticky-bg-black .header-search-1 .search-icon,
  .ltn__sticky-bg-black
    .ltn__header-options
    .ltn__drop-menu
    > ul
    > li
    > a {
    color: var(--white);
  }
/* LOGO */
.site-logo.go-top a {
    color: white;
    font-family: poppins;
    font-size: large;
}

/* FORM */
input#prix_min,input#prix_max,input#superficie_min,input#superficie_max,
input#pieces_min,input#pieces_max,input#sdb_min,input#sdb_max{
    border: 2px solid !important;
    border-color: var(--border-color-9) !important;
    border-radius: 0px !important;
    height: 65px !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    padding-left: 20px  !important;
    font-size: 16px !important;
    color: var(--ltn__paragraph-color) !important;
    width: 100% !important;

    border-radius: 0 !important;
    padding-right: 40px !important;
}
.ant-select-selector,ant-form-item-control-input {
    border: 2px solid !important;
    border-color: var(--border-color-9) !important;
    border-radius: 0px !important;
    height: 65px !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    padding-left: 20px  !important;
    font-size: 16px !important;
    color: var(--ltn__paragraph-color) !important;
    width: 100% !important;

    border-radius: 0 !important;
    padding-right: 40px !important;
}
.ant-form-inline .ant-form-item-row{
    height: 65px !important;
}

.ant-form-item {
    min-width: 100%;
    margin-bottom: 15px !important;
}

/* search form */
.pricesearch,.searchformatprix ,.search50{
    max-width: 48% !important;
    min-width: auto;
}
@media screen and (max-width: 768px) {
    form.ant-form.ant-form-inline {
        max-width: 85vw;
    }
}

/* annonce */
.bien-badge {
    font-size: 20px;

    font-weight: 600;
    font-family: poppins;
    position: absolute;
    z-index: 9;
    right: 0;
    background: black;
    color: white;
    margin: 10px;
    padding: 5px 10px;
}

/* card annonce */
.transaction-badge {
    font-family: var(--ltn__heading-font);
    position: absolute;
    z-index: 9;
    margin: 10px;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background:#bd0000;
}

.prix-badge {
    position: absolute;
    font-family: var(--ltn__heading-font);
    position: absolute;
    z-index: 9;
    margin: 10px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 18px;
    background: #ffffff;
    bottom: 0;
    text-transform: capitalize;
}

.ant-select-dropdown {
    z-index: 99999;
}

.row {
    justify-content: center;
}

/* off slide menu */
.ltn__utilize{
    width: 500px;
}
@media screen and (max-width: 768px) {
    .ltn__utilize {
        width: 100%;
    }
}

/* gallery */
#lightcase-caption {
    display: none;
}

/* footer */
.footer-menu ul li:hover a::before {
    display: none;
}
p#lightcase-caption {
    display: none !important;
}

.social-icon  {
    margin: 0 3px;
    max-width: 25px;
    min-width: 25px;
}