@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');


h1 {
  font-size: 2em;
  text-align: center;
}
.map-contact{
    height: 100%;
    width: 100%;
}
#francemap {
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.jqvmap-label{
  position: absolute;
  display: none;
  border-radius: 5px;
  background: #fff;
  color: #8E8E8E;
  padding: 3px;
  font-size:.95em;
  padding:5px 9px;
  font-weight:bold;
  box-shadow:0px 3px 7px 2px rgba(0,0,0,.3); 
}