#root {
  transition: 0.3s;
}

.dnone{
  display: none;
}

.dshow{
  display: block;
}

#vue-biens {
  z-index: 2;
}


.mobile-map-active{
  border-radius: 2em;
  margin-top: -2em !important;
  background: #ffffff;
}

#vue-biens .slidecontainer .slider{
  background: #FFFFFF !important
}

@media screen and (max-width: 650px) {
  #vue-biens ul .grapes .radio-container .radio label {
    font-size: 0.8rem;
    margin-right: 1px;
  }
}

#vue-biens h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 130px;
}
#vue-biens .list-container {
  display: flex;
  flex-wrap: wrap;
}

#vue-biens .list-container .biens-list {
    width: 33.3333%;
}


#vue-biens .list-container .biens-card {
  background: #333333;
  border-radius: 30px 30px 25px 30px;
  position: relative;
  min-height: 550px;
  box-shadow: 2px 2px 10px 0 rgba(202,158,2,0.40);
  margin: 14px auto 30px;
  cursor: pointer;
  transition: transform .2s ease;
}

#vue-biens .list-container .biens-card:hover{
  transform: translateY(-.5em);
}

#vue-biens .list-container .biens-card img{
  height: 100%;
  border-radius: 25px 25px 0 0;
  width: 100%;
  object-fit: cover;
}

#vue-biens .card-content{
  padding: 1rem 2rem 2rem 2rem;
}

#vue-biens .card-content h2{
  font-size: 1rem;
  color: #FFFFFF;
  padding-top: 0.8em;
}

#vue-biens .list-container .biens-card:nth-child(1), .lobby-container .list-container .biens-card:nth-child(2) {
  margin-top: 14px;
}

#vue-biens .list-container .biens-card {
  width: 90%;
}

#vue-biens .estate-loc{
  display: flex;
}

#vue-biens .estate-loc p{
  width: 90%
}

#vue-biens .estate-loc svg{
  height: auto;
  width: 1.3em;
  margin-right: .5em;
}

#vue-biens .form-control-feedback svg {
  vertical-align: text-bottom;
}

@media screen and (max-width: 550px) {
  #vue-biens .list-container .biens-card {
    height: 340px;
  }
}


#vue-biens .list-container .biens-card .card-header {
  width: 100%;
  height: 15em;
}

#vue-biens .list-mode .biens-card .card-header {
  width: 35%;
}

@media screen and (max-width: 550px) {
  #vue-biens .list-container .biens-card .card-header h2 {
    font-size: 1.3rem;
  }
}
#vue-biens .list-container .biens-card .card-header i {
  margin-right: 6px;
  font-size: 1.3rem;
  z-index: 20;
}
#vue-biens .list-container .container {
  display: grid;
  grid-template-columns: 73% 27%;
}
#vue-biens .list-container .container .text-container .buttons {
  display: flex;
  margin: 24px 0 20px;
  width: 100%;
  justify-content: space-between;
}
#vue-biens .list-container .container .text-container .buttons h4 {
  background: #3E0018;
  border-radius: 20px;
  padding: 10px 10px;
  box-shadow: 0 0 4px #333;
}
@media screen and (max-width: 550px) {
  #vue-biens .list-container .container .text-container .buttons h4 {
    font-size: 0.8rem;
  }
}
#vue-biens .list-container .container .text-container .location {
  margin: 20px 0 20px;
  color: #3E0018;
}
#vue-biens .list-container .container .text-container .location i {
  color: #B01735;
  font-size: 1.4rem;
  margin-right: 6px;
}
#vue-biens .list-container .container .text-container .location span {
  font-size: 1.3rem;
}
#vue-biens .list-container .container .text-container p {
  font-weight: 100;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  color: #3E0018;
  font-family: "font-2", sans-serif;
  line-height: 24px;
}
@media screen and (max-width: 550px) {
  #vue-biens .list-container .container .text-container p {
    -webkit-line-clamp: 4;
  }
}
#vue-biens .list-container .container img {
  margin: 0 auto;
  padding: 20px 0 0 20px;
  max-height: 300px;
}
@media screen and (max-width: 550px) {
  #vue-biens .list-container .container img {
    height: 200px;
  }
}

#vue-biens .list-mode .bottom-container{
  right: 0;
  width: 65%;
  flex-flow: row-reverse;
}

#vue-biens .list-mode .bottom-container h4{
  margin-left: 1em;
}

#vue-biens .card-content p{
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 10em;
  color: #FFFFFF;
}

#vue-biens .bottom-container h4{
  color: #CA9E02;
  margin-right: 1em;
  margin-bottom: 1em;
}
#vue-biens .bottom-container{
  height: 4em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-flow: wrap-reverse;
  position: absolute;
  bottom: 0
}

#vue-biens .card-content .like{
  float: right;
  color: #CA9E02;
}

#vue-biens .card-content .type{
  color: #FFFFFF;
}
#vue-biens .bottom-container .rentabilite {
  border-radius: 0 25px 0 25px;
  background: #fff;
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  width: 50%;
  align-items: center;
}

#vue-biens .bottom-container .rentabilite p{
  color: #CA9E02;
}

#vue-biens .bottom-container .rentabilite .rentabilite-flex{
  display: flex;
  flex-direction: column;
  margin-left: .5em;
  line-height: 1;
}

#vue-biens .bottom-container .renta-title{
  margin: 0;
}

#vue-biens .bottom-container .renta-text{
  font-size: 1.4em;
  margin: 0;
}

#vue-biens .list-mode .biens-list{
  width: 100% !important
}

#vue-biens .list-mode .card-header{
  float: left;
}

#vue-biens .list-mode .card-content{
  position: relative;
  float: left;
  width: 65%;
  height: 15em;
  overflow: hidden;
}

#vue-biens .list-mode .card-content

#vue-biens .list-mode img{
    border-radius: 25px 0 0 25px !important
}

#vue-biens .list-mode .biens-card{
    border-radius: 30px 25px 30px 30px !important;
    width: 96.333% !important;
    min-height: 15em !important;
}

#vue-biens .list-mode .biens-card img {
  width: 100%;
  border-radius: 25px 0 0 25px;
}

#vue-biens .list-mode .card-content h4{
  right: auto;
  left: 1em
}

#vue-biens .list-mode .rentabilite{
  right: 0;
  left: unset !important;
  border-radius: 25px 0 !important;
  width: 30%
}

#vue-biens .show-list i{
  cursor: pointer;
  font-size: 25px;
}

#vue-biens .show-list:hover{
 color: var(--color-content-link);
}

#vue-biens .list-counter .selected-page:after{
  content:"-";
    color: #000000;

}

#vue-biens .list-counter .selected-page{
    color: #ca9e02;
}

#vue-biens .list-counter p{
    letter-spacing: .2em;
    color: #000000;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
}

#vue-biens .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#vue-biens .active-list{
   color: var(--color-content-link-hover);
}

#vue-biens .list-btn{
  display: flex;
  margin: 5em auto 1em;
  justify-content: space-between;
}

#vue-biens .btn-right{
  margin-left: auto;
}

#vue-biens .list-next{
  cursor: pointer;
  float: left;
  border-radius: 2em;
}
#vue-biens .list-next.btn-search{
  border: 1px solid #ca9e02;
}

#vue-biens .list-next.btn-search:hover{
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  background: #ffffff;
  color: #ca9e02!important;
}

#vue-biens .list-btn p{
  text-align: center;
}


#vue-biens .rentabilite img{
  width: 20% !important;
  border-radius: initial !important;
  height: fit-content !important;
  color: #CA9E02;
}

#vue-biens .search-bar .form-control-feedback {
    position: absolute;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.75rem;
    text-align: center;
    pointer-events: none;
}

#vue-biens .search-bar .form-control {
    padding-left: 2.375rem;
}

#vue-biens .search-left, #vue-biens .search-right{
  position: relative;
  display: inline-flex;
  width: 48%;
}

#vue-biens .search-right{
  float: right;
}

#vue-biens .th-right{
  float: right;
}

#vue-biens .search-bar{
  width: 75%;
  margin: auto;
}

#vue-biens .no-result{
  display: flex;
  width: 100%;
  height: 20em;
  margin: auto;
}

#vue-biens .no-result h2{
  margin: auto;
  text-align: center;
}

#vue-biens .search{
  margin: auto;
  width: 96%;
  background-color: #333333;
  min-height: 17rem;
  border-radius: 2rem;
  padding: 2em;
}

#vue-biens .search h2{
  text-align: center;
  color: #fff
}

#vue-biens .search .colored-title{
  color: #CA9E02;
}

#vue-biens .loc{
  float: right;
}

#vue-biens .search-buttons{
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#vue-biens .btn-filtre .selected{
  background: #CA9E02 !important;
}

#vue-biens .btn-filtre .filtre-main-btn{
  padding: .5em 1em;
  border-radius: 2em;
  margin: 2em 0 0;
  color: #fff;
  background-color: inherit;
}

#vue-biens .btn-filtre i{
  vertical-align: middle;
  margin-left: .5em;
}

#vue-biens .delete{
  display: table;
  width: 100%;
  text-align: right;
  margin-top: 2em;
}

#vue-biens .btn-del{
  font-family: 'Anton';
  letter-spacing: 1.5px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: inherit;
  float: right;
}

#vue-biens .btn-action{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  position: absolute;
}

#vue-biens .btn-save, .btn-search{
  font-family: 'Anton';
  letter-spacing: 1.5px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
  margin: 0 10px;
  border-radius: 2em;
  padding: .5em 1em;
}

#vue-biens .btn-search{
  color: #fff;
  background-color: var(--color-content-primary);
}

#vue-biens .btn-save{
  background-color: #fff;
}

#vue-biens .bodymovinanim {
  cursor: pointer;
}


#vue-biens .animated-icon {
  vertical-align: middle;
  cursor: pointer;
}

#vue-biens .animated-icon svg{
  width: auto !important;
  height: auto !important;
}

#vue-biens #save{
  margin-left: 3px;
}

#vue-biens .chkbx-filtre{
  margin: 0 2em;
  background-color: inherit;
}

#vue-biens .header-list{
  width: 100%
}

#vue-biens .filtre-options{
  margin-top: .5em;
  background-color: #fff;
  border-radius: 2rem;
  z-index: 50;
  width: 16em;
  position: absolute;
  box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
}

#vue-biens .filtre-suggestions ul{
  list-style-type: none;
  border-radius: 2rem;
  padding: 1em;
  background-color: #fff;
}

#vue-biens .suggestions{
  width: 100%;
  margin-top: 3em !important;
}

#vue-biens .filtre-options ul{
  border-radius: 2rem;
  margin: 0;
  list-style-type: none;
  padding: 1em
}


#vue-biens .filtre-suggestions button,.filtre-options button{
  color: #000;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
  border-radius: 2rem;
  padding: .5em;
  width: 100%;
}

#vue-biens .like-icon {
  fill: transparent;
  stroke: #CA9E02;
  stroke-width: 30;
  cursor: pointer;
  position: relative;
}
#vue-biens .like-icon svg {
  overflow: visible !important;
  width: 1.5rem;
}
#vue-biens .like-icon path {
  stroke-dashoffset: 0;
  stroke-dasharray: 1550;
  transform-origin: center;
}
#vue-biens .like-icon .heart-background {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  stroke: none;
}
#vue-biens .like-icon .liked path{
  animation: stroke-animation 1.5s ease-in-out forwards;
}

@keyframes stroke-animation {
  0% {
    stroke-dashoffset: 0;
  }
  30% {
    stroke-dashoffset: 1550;
  }
  60% {
    stroke-dashoffset: 3100;
    fill: transparent;
    transform: scale(1);
  }
  80% {
    fill: #CA9E02;
    transform: scale(1.1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    stroke-dashoffset: 3100;
    fill: #CA9E02;
  }
}

.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .3s ease;
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateY(10px);
  opacity: 0;
}

.slide-fade-bloc-enter, .slide-fade-bloc-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateY(100px);
  opacity: 0;
}

.slide-fade-bloc-enter-active {
  transition: all .5s ease;
}
.slide-fade-bloc-leave-active {
  transition: all .5s ease;
}

#vue-biens .list-counter{
  width: 100%;
  text-align: center;
  display: flex;
  margin: auto;
  /* align-items: center; */
  justify-content: center;
}

#vue-biens .saved-search{
  position: absolute;
  right: 4%;
}

#vue-biens .saved-search button{
  background-color: #fff;
}

#vue-biens .saved-search i{
  margin-left: .5em;
}

#vue-biens .icons{
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em
}

#vue-biens .spacer {
    height: 1.5em;
    background: transparent; /* you'll need this if #container's parent element has a different background from #container itself */
}

#vue-biens .range-slider {
  padding: .5em 2em;
    width: auto;
 /* Match this to the SVG's x2 value */
    margin: auto;
    text-align: center;
    position: relative;
}

#vue-biens .range-slider label{
  display: block;
}
#vue-biens .range-slider svg,
#vue-biens .range-slider input[type="range"] {
  background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

#vue-biens .range-filter input::-webkit-outer-spin-button,
#vue-biens .range-filter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#vue-biens .range-filter input[type="number"] {
    text-align: center;
    margin: .3em auto;
    border-radius: 2em;
    box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
    background-color: white;
}

#vue-biens .range-filter input[type="number"]:invalid,
#vue-biens .range-filter input[type="number"]:out-of-range {
    border: 2px solid var(--color-content-primary);
}
#vue-biens .range-filter input[type="range"] {
    -webkit-appearance: none;
    width: 95%;
}
#vue-biens .range-filter input[type="range"]:focus {
    outline: none;
}
#vue-biens .range-filter input[type="range"]:focus::-webkit-slider-runnable-track {
    background: var(--color-content-primary);
}
#vue-biens .range-filter input[type="range"]:focus::-ms-fill-lower {
    background: var(--color-content-primary);
}
#vue-biens .range-filter input[type="range"]:focus::-ms-fill-upper {
    background: var(--color-content-primary);
}
#vue-biens .range-filter input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: var(--color-content-primary);
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
#vue-biens .range-filter input[type="range"]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid var(--color-content-primary);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: var(--color-content-primary);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
#vue-biens .range-filter input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: var(--color-content-primary);
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
#vue-biens .range-filter input[type="range"]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid var(--color-content-primary);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: var(--color-content-primary);
    cursor: pointer;
}
#vue-biens .range-filter input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
#vue-biens .range-filter input[type="range"]::-ms-fill-lower,
#vue-biens .range-filter input[type="range"]::-ms-fill-upper {
    background: var(--color-content-primary);
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}
#vue-biens .range-filter input[type="range"]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid var(--color-content-primary);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: var(--color-content-primary);
    cursor: pointer;
}

#vue-biens .last-item {
  margin-bottom: 1em !important
}


#vue-biens .chkbx-filtre i{
  margin-left: .5em;
}

#vue-biens .btnClicked{
  background-color: var(--color-content-primary) !important;
  color: #fff !important;
}

#vue-biens .flex-tag{
  width: 90%;
  overflow: hidden;
  position: absolute;
  top: .4em;
  left: .6em;
  display: flex;
  flex-wrap: wrap;
}

#vue-biens .bien-with-et{
  white-space: nowrap;
  margin-right: .5em;
  margin-bottom: .5em;
  border-radius: 2em;
  background-color: var(--color-content-primary);
  color: #fff;
}

#vue-biens .bien-with-et span{
  padding: 0 .5em
}

#vue-biens .loading{
  margin-top: 2em;
  font-size: 4em;
  width: 100%;
  text-align: center;
}

#vue-biens .icons-type{
  filter: invert(1);
  margin-left: 1.5em
}

#vue-biens .filtre-type{
  text-align: left;
}

#vue-biens .iconActive{
  filter: none !important;
}

#vue-biens .center-li{
  text-align: center;
}

 #vue-biens .slidecontainer{
   margin: .8em;
 }

 #vue-biens .slidecontainer button{
   margin: 1em 0 0 0;
 }

 #vue-biens .range-slider .box-minmax{
     margin: 0 -1.5em 1.5em -1.5em;
 }

#vue-biens .box-minmax {
  display: flex;
  justify-content: space-between;
  margin-top: -1em;
  margin-right: 1em;
}
 #vue-biens .box-minmax span:first-child {
  margin-left: 1em;
}


#vue-biens .selected-city{
  width: 100%;
  background: var(--color-content-bg-alt);
  min-height: 2.8rem;
  line-height: 2.8rem;
}

#vue-biens .selected-city .city{
  margin-left: 2.375rem;
  border-radius: 1em;
  background-color: var(--color-content-primary);
  padding: .3em 1em;
  color: #fff;
  cursor: pointer;
}

#vue-biens .saved-popup h3{
  position: inherit;
  left: auto;
  transform: initial;
  margin: 0 1em;
  margin-top: initial;
}

#vue-biens .saved-popup i{
  padding: 0 !important
}

#vue-biens .selected-city i{
  margin-left: .5em;
  font-weight: initial;
  cursor: pointer;
}

#vue-biens .marker-icon{
  margin-left: 0 !important;
  font-weight: 900 !important;
}

.top-map{
  margin-top: -7.5em;
}

#vue-biens .m-top{
 margin-top: 2em
}

#vue-biens .list-btn h4{
  font-size: 3em;
  text-transform: uppercase;
}

#vue-biens .list-btn .title-span{
  color: var(--color-content-primary);
}

#vue-biens .save-div{
  box-shadow: 2px 2px 10px 0 rgb(202 158 2 / 40%);
  margin-top: -2em;
  background: #FFFFFF;
 padding: 0 1em;
 border-radius: 2em;
 text-align: center;
 z-index: 10
}
#vue-biens .save-div i{
  padding: .5em;
  float: right;
  cursor: pointer;
}

#vue-biens .save-div .btn-search{
  margin: 1em 0;
  width: 100%;
}

#vue-biens .save-div p{
  color: #ff0000;
  margin: 0
}

#vue-biens .save-open li{
  cursor: pointer;
}

#vue-biens .list-btn.fw{
  width: 100%;
}

/* Responsive */
@media only screen and (max-width: 900px){
  .l-subheader.at_middle, .l-subheader.at_middle .w-dropdown-list, .l-subheader.at_middle .type_mobile .w-nav-list.level_1{
      background: var(--color-header-middle-text) !important;
      color: var(--color-header-middle-bg) !important;
    }
}
@media only screen and (max-width: 600px) {
  #vue-biens .rentabilite img{
    display: none;
  }

  #vue-biens .bottom-container .rentabilite{
    padding: 0
  }

  #vue-biens .estate-loc svg{
    filter: invert(1);
  }

  #vue-biens .card-content h4, #vue-biens .card-content .rentabilite{
    bottom: auto;
  }



  #vue-biens .search-bar{
    width: 100%;
  }

  #vue-biens .search-left, .search-right{
    width: 100% !important;
    margin-bottom: 1em
  }

  #vue-biens .search-buttons, #vue-biens .btn-del{
    display: none;
  }

  #vue-biens .btn-action{
  position: inherit;
  }

  #vue-biens .btn-filtre .filtre-main-btn{
    margin: 1em 0 0
  }

  #vue-biens .list-container .biens-list{
    width: 100%
  }

  #vue-biens .chkbx-filtre{
    margin: 0
  }

  #vue-biens .card-content h4{
    left: 0.5em
  }

  #vue-biens .chkbx-filtre i{
    display: none
  }

  .top-map{
    margin-top: 0;
  }

  #vue-biens{
    margin-left: -1.5em;
    margin-right: -1.5em;
  }

  #vue-biens .search{
    width: 100%;
    border-radius: 0 0 1.5rem 1.5rem
  }

  #vue-biens .list-container{
    margin-top: 3em;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  #vue-biens .list-container .biens-card{
    background: inherit;
    box-shadow: inherit
  }

  #vue-biens .list-container .biens-card img{
    border-radius: 25px;
  }

  #vue-biens .card-content .type, #vue-biens .card-content h2, #vue-biens .card-content p{
    color: #333333
  }

  #vue-biens .card-content h2{
    margin: .5em 0
  }

  #vue-biens .list-container .biens-card{
    width: 100%;
    min-height: 470px;
  }

  #vue-biens .card-content .rentabilite{
    background: inherit;
    right: 0;
    left: auto
  }

  #vue-biens .card-content{
    padding: .5rem .5rem 0 .5rem
  }

  #vue-biens .list-container .biens-card .card-header{
    height: 12em;
  }

  #vue-biens .list-btn{
    margin: 1em auto 1em
  }

    .modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
  }

  /* Modal Content */
  .modal-content {
    background-color: #333333;
    margin: auto;
    padding: 20px;
    width: 100%;
  }

  /* The Close Button */
  .close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  #vue-biens .modal .filtre-options{
    margin-top: inherit;
    background-color: inherit;
    border-radius: inherit;
    z-index: 50;
    width: inherit;
    position: inherit;
    box-shadow: inherit;
  }

  #vue-biens .modal .filtre-suggestions button, .filtre-options button{
        padding: 0;
        color: #fff;
        background-color: inherit;
        box-shadow: inherit
  }
  #vue-biens .modal .icons-type{
    filter: inherit;
    margin-left: 0;
  }
    #vue-biens .modal p{
      color: #fff;
      margin: 1em 0 0;
    }

    #vue-biens .modal .btnClicked{
      background-color: inherit !important;
      border: 1px solid var(--color-content-primary)
    }

    #vue-biens .modal .filtre-suggestions button, .filtre-options button{
      padding-left: 1em !important;
      text-align: left;
    }

    #vue-biens .modal h4{
      text-transform: uppercase;
      color: #ffffff;
      text-align: center;
    }

    #vue-biens .modal .revert{
        filter: invert(1);
    }

    #vue-biens .modal .range-slider p{
        text-align: initial;
    }

    #vue-biens .modal .range-slider label{
        color: #ffffff
    }

    #vue-biens .modal .btn-search, #vue-biens .modal .btn-save{
        width: 100%;
        margin: 0
    }

    #vue-biens .modal .btn-save{
      margin-top: 1em;
    }

    #vue-biens .modal .save-div{
      margin-top: 1em;
    }

    #vue-biens .modal .save-div .btn-search, #vue-biens .modal .save-div input{
      margin: 0 0 1em 0;
    }

    #vue-biens .modal .btn-del-mob{
      background: inherit;
    }

    #vue-biens .btn-filtres-mob{
      background: inherit;
      color: #ffffff;
      font-weight: bold;
    }

    #head-find-estate{
      height: 0;
      padding-top: 0 !important
    }

    #vue-biens .filtre-options{
      width: 12em;
    }
}
@media only screen and (max-width: 990px) and (min-width:600px){
  #vue-biens .saved-search{
    margin: 2em 0;
  }
}


@media only screen and (max-width: 768px) and (min-width:600px) {

  #vue-biens .chkbx-filtre{
    margin: auto;
  }
  #vue-biens .chkbx-filtre i{
    display: none
  }

  #vue-biens .search{
    padding: 2em 0;
  }

  #vue-biens .btn-del{
    margin-right: 1em;
  }

  #vue-biens .list-btn{
    width: 100%;
    justify-content: center;
  }
  #vue-biens .list-container .biens-list{
    width: 50%
  }
}
