/* Sitraka Rajaonarisoa */
#blocAlert, #toPartnerRadio {
  display: none;
}

#content-bo-map .row {
  margin: 0px !important;
}

.page-wrapper .page-content#content-bo-map > div {
  padding: 5px 10px 0px 40px;
}

@media (min-width: 768px) {
  .page-wrapper.toggled .page-content#content-bo-map {
    padding-left: 230px;
  }
}
#content-map {
  width: 100%;
}

.body_with_overflow {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.content_icon_frs {
  width: 23px;
  border: 1px solid;
  margin-bottom: 5px;
  animation-duration: 1s;
  border-radius: 20px;
}

.content_icon_frs:hover {
  cursor: pointer;
}

#icon_france {
  width: 100%;
  border-radius: 20px;
}

#content_div_map {
  width: 450px;
  height: 300px;
  z-index: 2;
  position: relative;
}

@media (min-width: 767px) {
  .content_iframe_map {
    width: 100%;
    height: 100%;
  }
}
.content_iframe_map {
  border: 2px solid;
}

.content_iframe_map > iframe {
  width: 100%;
  height: 100%;
}

#overlay {
  position: fixed;
  background-color: #7777778c;
  width: 100vw;
  height: 100vh;
  z-index: 99991;
  top: 0;
}

#content_btn_close:hover {
  cursor: pointer;
}

#content_div_map.hide {
  display: none;
}

#content_btn_close {
  z-index: 99994;
  position: absolute;
  right: -15px;
  border: 2px solid #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  top: -15px;
}

#content_btn_close span#close {
  font-weight: 700;
  font-size: 16px;
}

#listCity {
  display: grid;
}

.listCityMarker {
  order: 2;
  padding: 10px;
  border: 1px solid #28427d;
  margin-bottom: 5px;
}

.listCityMarker:hover {
  background-color: #f4f4ff;
  cursor: pointer;
}

#listCity .btn_to_detail {
  background: none;
  border: none;
  padding: 0px;
  font-weight: 500;
  font-size: 1.2rem;
}

#listCity .btn_to_detail_voir {
  background: #000;
  border: none;
  padding: 4px;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  width: 50%;
  text-align: left;
  padding-left: 10px;
  border-radius: 3px;
}

#listCity .to_left i {
  color: #fff;
  position: relative;
  left: -65px;
  transition: 500ms;
}

#listCity .to_left:hover i {
  left: -30px;
}

#partner_left {
  height: 500px;
  overflow: hidden scroll;
  margin-right: 10px;
}

.autocomplete-suggestions {
  background-color: #2a2c44;
  border-width: 1px;
  border-style: solid;
  max-height: 150px;
  overflow-y: scroll;
}

div.autocomplete-suggestion {
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
}

div.autocomplete-suggestion:hover {
  cursor: pointer;
  background-color: azure;
  color: black;
}

.load {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.loader {
  position: relative;
  top: 0;
  left: -20px;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 40px;
  height: 40px;
  border: 10px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

button.btn_afficher.btn_front {
  display: none;
}

.list form a.btn-voir {
  padding: 2px 15px;
}

a.btn-voir {
  background-color: #28427d;
  padding: 5px 15px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

a.btn-voir:hover {
  background-color: #f0592d;
}

#autocomplete-container .autocomplete-container {
  position: relative;
}

#autocomplete-container .autocomplete-items {
  position: absolute;
  z-index: 9999;
  background-color: #2a2c44;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  padding: 10px;
  width: 100%;
}

#autocomplete-container .autocomplete-items > div:hover {
  cursor: pointer;
  color: #f0592d;
}

#icon_search_form {
  position: relative;
  padding: 9px 6px;
  border-radius: 5px 0px 0px 5px;
  border-right: unset;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #f0592d;
}

.autocomplete-container input {
  border-radius: 0px 5px 5px 0px;
}

@media (max-width: 767px) {
  #zone-filtre {
    margin-right: 10px;
    margin-left: 10px;
  }

  #map_fixed {
    margin: 30px;
  }

  #partner_left {
    margin-right: 25px;
    margin-left: 25px;
    height: 300px !important;
    overflow: hidden scroll !important;
  }
}

/*# sourceMappingURL=styles_in_bo.css.map */
