
.marker-label,
.marker-icon {
  z-index: 99;
  position: absolute;
  display: block;
  margin-top: -32px;
  margin-left: -25px;
  width: 50px;
  height: 32px;
  font-size: 20px !important;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}


div.gmap_info {
  max-width: 300px;
  padding: 10px;
}

div.gmap_info_title {
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

div.gmap_info_img {
  text-align: center;
  margin: 10px 0;
}
div.gmap_info_img img {
  max-width: 150px;
  max-height: 130px;
}

div.gmap_info_address {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

div.gmap_info_content {

}

/* Categories filter */
.cat_filter {
  bottom: 20px;
  right: 5px;
  z-index: 100;
  background: #f9f9f9;
  padding: 5px;
}


/* List */
div#map_canvas,
div.list_result_gmap {
  border: solid 1px #999999;
  width: 100%;
}

div.list_result_gmap {
  border-top-style: none;
  background: #FCFEFC;
}

ul.list_places {
  margin: 0;
  padding: 0;
}

ul.list_places li {
  min-height: 28px;
  list-style-type: none;
  margin: 3px;
}

ul.list_places li img {
  max-height: 28px;
  vertical-align: middle;
  margin-right: 5px;
}

ul.list_places li a {
  color: #333;
  text-decoration: none;
}


/* Popup mode */

.popup_map {
  background-image: url('./img/map_open.jpg');
  background-repeat: repeat;
  position: relative;
}
.popup_map a.show_map {
  display: block;
  cursor: pointer;
  background-color: rgba(250,250,250,0.25);
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 18px #fff;
  color: #222;
  padding: 35px 15px 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: background 0.3s;
  box-shadow: inset 4px 4px 40px rgba(0,0,0,0.125);
}
.popup_map a.show_map:hover {
  background-color: rgba(150,150,150,0.25);
}

.rgpd_refused {
  background-color: #e3e3e3;
}
.rgpd_refused > div {
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  margin:  30px auto;
}