@charset "UTF-8";
/*
Plugin Name: SFR Google Map module
Text Domain: sfrmap
Plugin URI: https://sfroy.com/sfrmap
Description: Stylesheet for SFR Map plugin - the plugin also provides SASS files
Version: 1.0
Author: Stéphan Pelletier
Author URI: http://www.sfroy.com
*/
/* GENERAL */
.map {
  background-color: #ccc;
}

/*
**   INFOBOX
*/
.map-wrapper {
  position: relative;
}

.map-wrapper #custom-infobox-gauche {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  display: none;
}

.searchbox {
  padding: 15px 15px 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #aaa;
}

.searchbox label {
  padding: 10px 0 0 0;
}

.searchbox input[type="button"] {
  padding: 5px 10px;
}

.searchbox .allwidth {
  width: 98%;
}

#listebox {
  overflow-y: auto;
}

#listebox .listebox-lieu {
  border-bottom: 1px solid #aaa;
}

#listebox .listebox-lieu .bloc-image {
  display: inline-block;
  width: 60px;
  vertical-align: top;
  padding: 10px 10px 0 0;
}

#listebox .listebox-lieu .bloc-image img {
  width: 100%;
  height: auto;
}

#listebox .listebox-lieu .bloc-infos {
  display: inline-block;
}
