#listimmo {
  margin-top: -40px;
  min-height: 70px;
}

h2.noresult {
  margin-top: 25px;
  text-align: center;
}

#listimmo .content {
  position: relative;
}

#listimmo li {
  position: relative;
  overflow: hidden;
}

#listimmo li .li-inner {
  background: white;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  margin: 20px 0;
  display: block;
  position: relative;
}

#listimmo li .li-inner:after {
  content: "";
  display: block;
  height: 5px;
  width: 70px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -35px;
  background: #afa38e;
}

#listimmo li .li-inner:hover {
  text-decoration: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#listimmo li .li-inner .img {
  text-align: center;
  position: relative;
  overflow: hidden;
}

#listimmo li .li-inner .img .images {
  width: 100%;
  height: 100%;
}

#listimmo li .li-inner .img .images.slick-slider .slick-track,
#listimmo li .li-inner .img .images.slick-slider .slick-list {
  position: relative;
  height: 100%;
}

#listimmo li .li-inner .img .images.slick-slider .slick-arrow {
  position: absolute;
  background: #ffffffb3;
  color: #000000;
  border-radius: 100%;
  top: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  z-index: 1;
}

#listimmo li .li-inner .img .images.slick-slider .slick-arrow.fa-chevron-left {
  left: 5px;
}

#listimmo li .li-inner .img .images.slick-slider .slick-arrow.fa-chevron-right {
  right: 5px;
}

#listimmo li .li-inner .img .images img {
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
}

#listimmo .slick-slide {
  overflow: hidden;
  height: auto;
  aspect-ratio: 16/9;
}

#listimmo li .li-inner .img .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  line-height: 300px;
  text-align: center;
  font-size: 4em;
  color: white;
  background: url("img/plus.png") center center no-repeat rgba(0, 0, 0, 0.3);
}

#listimmo li .li-inner .img:hover .hover {
  top: 0;
}

#listimmo li .li-inner .img .exclu {
  width: max-content;
  height: 32px;
  background: url(img/exclu.png);
  position: absolute;
  top: -1px;
  left: -1px;
  color: white;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.1em;
  padding-left: 10px;
  line-height: 32px;
  padding-right: 10px;
}

#listimmo li .li-inner .img .exclu.exclu-right {
  /* background: url("img/exclu-right.png");
	text-align: right;
	padding-right: 15px;
	left: auto;
	right: 0; */
}

#listimmo li .li-inner .img .sold {
  background: red;
  width: max-content;
  height: max-content;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-style: italic;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

#listimmo li:hover .li-inner .img .exclu,
#listimmo li:hover .li-inner .img .exclu-right,
#listimmo li:hover .li-inner .img .sold {
  display: none;
}

#listimmo li .li-inner .infos {
  padding: 5px 10px;
}

#listimmo li .li-inner .infos .price {
  color: #776652;
  font-size: 2em;
}

#listimmo li .li-inner .infos .price .fai {
  font-size: 0.7em;
}

#listimmo li .li-inner .infos .name {
  font-weight: bold;
}

#listimmo li .li-inner .infos h2 {
  color: #868686;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: capitalize;
}

#listimmo li .li-inner .infos .description {
  color: #706659;
  margin-top: 10px;
  font-size: 0.9em;
  height: 60px;
}

#listimmo .action-container {
  position: absolute;
  top: 300px;
  right: 0;
  display: flex;
  gap: 0.2rem;
}

.slider .add,
#listimmo .action-container__btn {
  display: block;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 0.9em;
  text-decoration: none;
}

.slider .add {
  color: white;
  position: absolute;
  top: 52px;
  z-index: 49;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 0.9em;
}

.slider .add:hover,
#listimmo .action-container__btn:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
}

#listimmo-more {
  text-align: center;
  margin-top: 20px;
  color: #776652;
}

#fullmap {
  visibility: visible;
  display: block;
  width: 100%;
  height: 710px;
  background: #ececec;
  position: relative;
}

#fullmap:before {
  content: "Chargement de la carte ...";
  position: absolute;
  width: 100%;
  top: 48%;
  font-size: 1.3em;
  text-align: center;
  color: #444;
}

#fullmap #marker img {
  border-radius: 100px;
  width: 100% !important;
  height: 100% !important;
}

#fullmap #info {
  max-height: 300px;
}

#fullmap #info .info-item {
  display: inline-block;
  padding: 5px 10px;
  width: 250px;
  overflow: hidden;
  vertical-align: top;
  font-size: 0.8em;
}

#fullmap #info .info-item img {
  max-height: 70px;
  max-width: 100px;
  margin-right: 10px;
  float: left;
}

#fullmap #info .info-item:hover {
  text-decoration: none;
}

#fullmap #info .info-item:last-child {
  border: none;
}

#fullmap #info .info-item .price {
  color: #776652;
  font-size: 1.5em;
}

#fullmap #info .info-item .desc_immo_block_map {
  float: left;
  max-width: 120px;
}

#fullmap #info .info-item .price .fai {
  font-size: 0.7em;
}

#fullmap #info .info-item .name {
  color: #858585;
  font-weight: bold;
  font-size: 1.2em;
}

#fullmap #info .info-item .ref {
  color: #858585;
  font-size: 0.9em;
}

.fullsearch {
  background: #afa38e;
  color: white;
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
}

.fullsearch .colfloat {
  float: left;
  padding: 0 10px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.fullsearch .textvertical {
  position: relative;
  top: 15px;
}

.fullsearch .textvertical,
.fullsearch input {
  font-size: 20px;
}

.fullsearch ul.ultypes {
  margin-left: 150px;
}

.fullsearch ul.ultypes li.type_fusion {
  width: 240px;
}

.fullsearch ul.ultypes li.type_fusion_2 {
  width: 360px;
}

.fullsearch ul.ultypes li.type_fusion_3 {
  width: 240px;
}

.fullsearch ul.ultypes li {
  float: left;
  width: 120px;
}

/* City Search */

.webcontent .fullsearch .citySearch .sSelectbar,
.webcontent .fullsearch .districtSearch .sSelectbar {
  font-size: 12px;
}

.webcontent .fullsearch .cityBlock {
  margin-left: -23px;
  margin-top: -9px;
}

.webcontent .fullsearch .citySearch {
  float: left;
  margin-top: 13px;
  margin-left: 18px;
  min-width: 130px;
}

.webcontent .fullsearch .districtLabel {
  margin-top: -3px;
}

.webcontent .disctrictBlock .sSelectUl {
  width: 72px;
  text-align: center;
}

.webcontent .fullsearch .districtSearch {
  float: left;
  margin-top: 9px;
  margin-left: 24px;
  min-width: 70px;
  max-width: 70px;
}

.fullsearch ul.ultypes li:nth-child(3n + 1) {
  clear: left;
}

.fullsearch ul.ultypes li:first-child {
  clear: none;
}

.fullsearch input[type="text"] {
  background: none;
  border: none;
  color: white;
  outline: none;
  border-bottom: 1px solid white;
  padding: 10px 5px;
  margin-top: -10px;
}

.fullsearch .buttonsubmit {
  background: white;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: none;
  cursor: pointer;
  font-size: 40px;
  color: #706659;
  position: relative;
  top: -15px;
  vertical-align: top;
}

#zoom .tools.sticky {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

#zoom .zoom-slider-arrow {
  height:40px;
  width:40px;
  border-radius:40px;
  background-color:#ffffffb3;
}

#zoom .zoom-slider-arrow::before {
  color: #000000;
  font-weight: 800;
  font-size: 20px;
}


#zoom .status {
  display: inline-block;
  margin: 10px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  font-style: italic;
  text-transform: uppercase;
  margin-top: -20px;
  font-size: 1.2em;
}

#zoom .ref {
  font-size: 1.25em;
  position: relative;
  margin-block: 15px;
}

#zoom .icons {
  vertical-align: bottom;
  margin-right: 10px;
}

#zoom .caracthead {
  margin-top: 25px;
  font-size: 1.2em;
}

#zoom .description {
  margin-top: 20px;
  margin-bottom: 20px;
}

#zoom .description .text {
  text-align: justify;
}

#zoom .description .text h2 {
  text-align: left;
}

#zoom .description .text .fees {
  margin-top: 20px;
}

#zoom .caracteristics {
  margin-left: 20px;
}

#zoom .caracteristics li {
  margin-top: 10px;
}

#zoom .iconwrap {
  width: 30px;
  display: inline-block;
}

#zoom .norme {
  width: 100%;
}

#zoom .norme ul.dpe,
#zoom .norme ul.ges {
  position: relative;
  display: inline-block;
  margin: 40px 0px;
  padding-left: 15px;
}

#zoom .norme li {
  position: relative;
}

#zoom .norme ul.dpe li.legend,
#zoom .norme ul.ges li.legend {
  font-family: "roboto";
  font-size: 13px;
  color: #444444;
  padding: 10px 0px;
}

#zoom .norme li img {
  position: relative;
  z-index: 1;
}

#zoom .norme li img.pointer {
  position: absolute;
  right: 0;
  z-index: 0;
}

#zoom .norme li .score {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 105%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border: 1px solid #655B4E;
  border-radius: 6px;
}

#zoom .norme li .score::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #655B4E;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}

#zoom .norme li .score__title:first-child {
  border-right: 1px solid #655B4E;
}

#zoom .norme li .value {
  vertical-align: middle;
  font-family: "roboto_condensed";
  color: #444444;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  padding: 0.225rem 0.375rem;
  color: #655B4E;
  font-weight: 600;
  text-align: center;
}

#zoom .norme li .legend {
  vertical-align: middle;
  font-family: "roboto_condensed";
  color: #655B4E;
  font-size: 12px;
}

#zoom .map {
  height: 380px;
  width: 100%;
}

#zoom .map.hide {
  display: none;
}

#zoom .imgprint {
  display: none;
}

#zoom .backlinks {
  margin: 20px 0;
}

#zoom #zoom-shopping-basket {
  display: none;
}

#zoom .noMobile {
  display: none !important;
}

.icons {
  background: url("img/icons.png") top left no-repeat;
  display: inline-block;
}

.icon-surface-field {
  width: 30px;
  height: 26px;
  background-position: -10px -10px;
}

.icon-bed {
  width: 32px;
  height: 26px;
  background-position: -10px -46px;
}

.icon-heating {
  width: 18px;
  height: 26px;
  background-position: -10px -82px;
}

.icon-building {
  width: 20px;
  height: 26px;
  background-position: -10px -118px;
}

.icon-parking {
  width: 20px;
  height: 26px;
  background-position: -10px -154px;
}

.icon-swimingpool {
  width: 20px;
  height: 26px;
  background-position: -10px -190px;
}

.icon-copro {
  width: 20px;
  height: 26px;
  background-position: -10px -226px;
}

.icon-view {
  width: 20px;
  height: 26px;
  background-position: -10px -262px;
}

.icon-taxe {
  width: 32px;
  height: 26px;
  background-position: -10px -298px;
}

.icon-surface-home {
  width: 25px;
  height: 26px;
  background-position: -10px -334px;
}

@media screen and (max-width: 1280px) {
  .fullsearch ul.ultypes li {
    width: 130px;
  }

  .fullsearch ul.ultypes li.type_fusion {
    width: 260px;
  }

  .fullsearch ul.ultypes li.type_fusion_2 {
    width: 260px;
  }

  .fullsearch ul.ultypes li.type_fusion_3 {
    width: 260px;
  }

  .fullsearch input[type="text"] {
    width: 132px;
  }

  .fullsearch .buttonsubmit {
    margin-left: 4px;
  }

  /** LIST IMMO */
  #listimmo li .li-inner .infos .price {
    font-size: 25px;
    margin: 10px 0 5px 0;
  }

  #listimmo li .li-inner .infos .nostyle {
    font-size: 17px;
  }

  #listimmo li .li-inner .infos .ref {
    font-size: 16px;
  }

  #listimmo li .li-inner .infos .description {
    height: 90px;
    font-size: 17px;
  }

  .c-immo-bottom .immo-block .inner .inner-i {
    height: 150px !important;
  }

  .c-immo-bottom .immo-block .description {
    font-size: 16px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media screen and (max-width: 1199px) {
  #zoom .norme li .score {
    transform: translate(-50%,-50%);
    left: 50%;
    border: none;
    z-index: 1;
  }

  #zoom .norme li .score__title:first-child {
    border: none;
  }

  #zoom .norme li .score::before {
    display: none;
  } 

  #zoom .norme li.selected img {
    padding: 1px;
    border: 1px solid #000;
  }
}

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

  #listimmo li .li-inner .img .images.slick-slider .slick-arrow {
    height: 40px;
    width: 40px;
  }


  .slider .add {
    top: 112px;
  }

  .fullsearch ul.ultypes li {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0 15px;
    min-width: 150px;
  }

  .fullsearch .buttonsubmit {
    background: white;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    line-height: 42px;
    text-align: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: #706659;
    position: relative;
    top: 10px;
    vertical-align: top;
  }

  #zoom .description .text {
    font-size: 20px;
  }

  #zoom .description .text h2 {
    font-size: 32px;
  }

  #zoom #zoom-shopping-basket {
    display: inline-block;
  }
}

@media screen and (max-width: 400px) {
  .slider .add {
    top: 92px;
  }
}

@media screen and (min-height: 701px) and (max-height: 800px) {
  #fullmap {
    height: 600px;
  }
}

@media screen and (min-height: 601px) and (max-height: 700px) {
  #fullmap {
    height: 500px;
  }
}

@media screen and (max-height: 600px) {
  #fullmap {
    height: 400px;
  }

  #action_sendfriend {
    display: none;
  }
}


.tp-revslider-slidesli:not(.active-revslide) {
  opacity: 0.3 !important;
}