/* line 3, map.scss */
#container-map {
  display: flex;
  flex-wrap: wrap;
}
/* line 6, map.scss */
#container-map .flag {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  padding: 8px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #ffb24d;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
/* line 20, map.scss */
#container-map .flag.open {
  background: #009d99;
}
/* line 24, map.scss */
#container-map .title {
  color: #009d99;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
}
/* line 30, map.scss */
#container-map .right {
  width: 65%;
}
/* line 32, map.scss */
#container-map .right #result_map_maison {
  margin-left: 15px;
  border-radius: 10px;
}
/* line 37, map.scss */
#container-map > .left {
  padding-right: 20px;
  width: 35%;
}
/* line 43, map.scss */
#container-map .title-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
/* line 47, map.scss */
#container-map .title-box .title-result {
  width: 50%;
  text-transform: uppercase;
  color: #666f81;
  font-size: 19px;
  font-weight: 700;
}
/* line 54, map.scss */
#container-map .title-box #reinitialise {
  width: 50%;
  text-align: right;
  color: #009d99;
  font-weight: 700;
}
/* line 59, map.scss */
#container-map .title-box #reinitialise i {
  transition-property: transform;
  transition-duration: 0.7s;
  transform: scale(-1, 1);
  margin-right: 5px;
  transform: rotate(0);
}
/* line 66, map.scss */
#container-map .title-box #reinitialise:hover {
  cursor: pointer;
}
/* line 68, map.scss */
#container-map .title-box #reinitialise:hover i {
  transition-property: transform;
  transition-duration: 0.7s;
  transform: rotate(360deg);
}
/* line 77, map.scss */
#container-map #results {
  margin-top: 20px;
  max-height: 600px;
  overflow-y: auto;
}
/* line 81, map.scss */
#container-map #results .item {
  display: flex;
  flex-wrap: wrap;
  background: #f3f8fc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-right: 10px;
}
/* line 89, map.scss */
#container-map #results .item > .left {
  width: 100%;
  max-width: 200px;
  position: relative;
}
/* line 93, map.scss */
#container-map #results .item > .left img {
  height: 100%;
}
/* line 98, map.scss */
#container-map #results .item .right {
  width: calc(100% - 200px);
  padding: 10px 10px 10px 15px;
}
/* line 103, map.scss */
#container-map #results .item .right .content {
  color: #666f81;
  font-size: 16px;
}
/* line 107, map.scss */
#container-map #results .item .right .link {
  margin-top: 15px;
  width: 100%;
  position: relative;
}
/* line 111, map.scss */
#container-map #results .item .right .link span {
  display: inline-block;
  font-weight: bold;
  color: #666f81;
  font-size: 18px;
}
/* line 117, map.scss */
#container-map #results .item .right .link a {
  position: absolute;
  right: 0;
  top: -1px;
  padding: 0 10px;
  /*color : #ffb24d;*/
  font-size: 20px;
  font-weight: bold;
  display: block;
  background: #ffb24d;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
}
/* line 132, map.scss */
#container-map #results .item .right .link a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  top: -1px;
  left: 1px;
  position: relative;
  text-align: center;
}
/* line 149, map.scss */
#container-map #form_carte_senioryta {
  display: flex;
  flex-wrap: wrap;
}
/* line 154, map.scss */
#container-map .search-box {
  position: relative;
  width: calc(100% - 80px);
}
/* line 158, map.scss */
#container-map .parameters-box {
  width: 80px;
  justify-content: right;
  display: flex;
  position: relative;
}
/* line 163, map.scss */
#container-map .parameters-box::before {
  content: "";
  height: 20px;
  width: 20px;
  background: #f3f8fc;
  position: absolute;
  left: 1px;
  bottom: -10px;
}
/* line 172, map.scss */
#container-map .parameters-box::after {
  content: "";
  height: 20px;
  width: 20px;
  border-bottom-right-radius: 20px;
  background: #fff;
  position: absolute;
  left: 1px;
  bottom: -10px;
}
/* line 183, map.scss */
#container-map #parameters {
  width: 60px;
  height: 60px;
  padding: 0 !important;
  border-radius: 50%;
  border: 1px solid #ffb24d;
  background: #fff;
  margin-left: 10px;
  display: block;
  position: relative;
}
/* line 193, map.scss */
#container-map #parameters::before {
  content: "";
  background: url("../img/parameters.png") center center no-repeat;
  width: 33px;
  height: 33px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
}
/* line 205, map.scss */
#container-map #parameters:hover {
  border-color: #f3f8fc;
  cursor: pointer;
}
/* line 209, map.scss */
#container-map #parameters.active {
  background: #f3f8fc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #f3f8fc;
}
/* line 215, map.scss */
#container-map #parameters.active::after {
  content: "";
  display: block;
  height: 36px;
  bottom: -25px;
  width: 60px;
  right: -1px;
  position: absolute;
  background: #f3f8fc;
}
/* line 227, map.scss */
#container-map .filters {
  width: 100%;
  display: none;
  background: #f3f8fc;
  border: 1px solid #f3f8fc;
  padding: 20px;
  margin-top: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* line 237, map.scss */
#container-map .filters select {
  border-radius: 50px;
  border-color: #e5e5e5;
  margin: 0 0 8px 0;
}
/* line 242, map.scss */
#container-map .filters input {
  border-radius: 50px;
  margin: 0 0 8px 0;
}
/* line 248, map.scss */
#container-map #submit_map {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  right: 8px;
  top: 8px;
  border-radius: 50%;
  border: 0;
}
/* line 257, map.scss */
#container-map #submit_map::before {
  content: "";
  background: url("../img/search.png") center center no-repeat;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
}
/* line 269, map.scss */
#container-map #submit_map:hover {
  background: #009d99;
}
/* line 274, map.scss */
#container-map #result_map_maison {
  height: 800px;
  width: 100%;
  z-index: 1;
}
/* line 278, map.scss */
#container-map #result_map_maison .leaflet-popup-content {
  margin-top: 43px;
  position: relative;
  border: 0 !important;
  border-radius: 10px;
}
/* line 284, map.scss */
#container-map #result_map_maison .leaflet-popup-content .flag {
  top: -44px;
  left: -21px;
  text-align: left;
  padding-left: 25px;
}
/* line 290, map.scss */
#container-map #result_map_maison .leaflet-popup-content .box-img {
  margin-top: 43px;
}
/* line 293, map.scss */
#container-map #result_map_maison .leaflet-popup-content .title {
  font-size: 16px;
  font-family: "Open Sans";
}
/* line 297, map.scss */
#container-map #result_map_maison .leaflet-popup-content .address,
#container-map #result_map_maison .leaflet-popup-content .content {
  color: #666f81;
  font-family: "Open Sans";
}
/* line 302, map.scss */
#container-map #result_map_maison .leaflet-popup-content .read_more {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffb24d;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}
/* line 313, map.scss */
#container-map #result_map_maison .leaflet-popup-content .read_more::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* line 325, map.scss */
#container-map #autocomplete_city {
  max-width: 100%;
  background: #eef3f7;
  padding: 5px 25px;
  border-radius: 50px;
  height: 50px;
  border: 0;
  height: 65px;
}

@media (max-width: 1550px) {
  /* line 339, map.scss */
  #container-map #results .item > .left img {
    height: auto;
  }
}
@media (max-width: 1400px) {
  /* line 345, map.scss */
  #container-map #results .item > .left {
    max-width: 150px;
  }

  /* line 349, map.scss */
  #container-map #results .item .right {
    width: calc(100% - 150px);
  }
}
@media (max-width: 992px) {
  /* line 354, map.scss */
  #container-map .right,
  #container-map .left {
    width: 100%;
  }

  /* line 360, map.scss */
  #container-map .right {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  /* line 365, map.scss */
  #container-map .right #result_map_maison {
    margin-left: 0;
  }

  /* line 369, map.scss */
  #container-map {
    padding: 0 20px;
  }

  /* line 372, map.scss */
  #container-map .left {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  /* line 378, map.scss */
  #container-map > .right {
    /*display: none;*/
  }

  /* line 381, map.scss */
  #container-map #results .item > .left {
    max-width: 100%;
  }

  /* line 384, map.scss */
  #container-map #results .item > .left {
    margin-bottom: 20px;
  }

  /* line 387, map.scss */
  #container-map #results .item .right,
  #container-map #results .item > .left {
    width: 100%;
  }
  /* line 390, map.scss */
  #container-map #results .item .right img,
  #container-map #results .item > .left img {
    display: none;
  }
}
/* line 396, map.scss */
.ui-autocomplete {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 450px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}
/* line 404, map.scss */
.ui-autocomplete li {
  list-style-type: none;
}
/* line 406, map.scss */
.ui-autocomplete li div {
  padding: 8px;
}
