#map
{
  width: 710px;
  height: 410px;
  border:3px solid #b3081b;
  margin: 0 auto;
  background: white;
  margin-top: 40px;
  padding: 10px;
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYyZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #f0f2f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f2f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f2f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f0f2f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f0f2f7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f0f2f7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f2f7',GradientType=0 ); /* IE6-8 */
  position: relative;
}

#map .titre
{
  margin: 0;
  font-family: 'Montserrat',sans-serif;
  color: #c1001f;
  font-size: 18px;
  line-height: 20px;
}
#map-display a
{
  color:#58628a;
}
#map-display a:hover
{
  color: #c1001f;
  text-decoration: none;
}
#map-display
{
  float: right;
  width: 230px;
  border-left:1px solid #b3081b;
  height: 100%;
  padding-left: 10px;
}
#map-display ul
{
  margin-left: 0px;
  padding-left: 10px;
  color: #58628a;
}
#map-display ul li
{
  list-style: none;
  color: #58628a;
}
#map-display ul li:before
{
  display: inline-block;
  content: '\02022';
  color: #a1b0cd;
  font-size: 22px;
  line-height: 13px;
  margin-right: 5px;
  vertical-align: sub;
}
#map-display ul li span
{
  text-transform: uppercase;
}
#kook_map
{
  position: absolute !important;
  background: url(img/bg-map.png) no-repeat -1px -4px;
  left: 120px;
  top: 60px;
  z-index: 5;
  overflow: visible !important;
}
#map-wrapper
{
}
#map-wrapper form label
{
  display: block;
  margin-bottom: 15px;
}
form.kook-search-form input[type=text]
{
  height: 26px;
  line-height: 26px;
  border:1px solid #a1b0cd;
  width:135px;
}
form.kook-search-form button
{
  background: #58628a;
  border:none;
  color: white;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 4px;
}
#map-wrapper form
{
  margin-top: 25px;
  position: relative;
  z-index: 6;
  float: left;
}
#map-wrapper .instructions
{
  margin: 0;
  font-family: 'Montserrat',sans-serif;
  color: #58628a;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 204px;
  width: 170px;
}
#map-tooltip
{
  position: absolute;
  background: white;
  padding: 5px 10px;
  border-radius: 4px;
  display: none;
}
#map-tooltip .content
{
  position: relative;
}
#map-tooltip .content:before
{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}

body.page-template-page-localiser-chauffagiste #map #kook_map
{
  top: 35px;
  left: 20px;
  background-position: 0px -1px;
  background-size: 345px;
}
body.page-template-page-localiser-chauffagiste #map
{
  width: 690px;
  margin-top: 20px;
}
body.page-template-page-localiser-chauffagiste #map .instructions
{
  margin: 0;
  font-family: 'Montserrat',sans-serif;
  color: #58628a;
  font-size: 16px;
  line-height: 20px;
}