#cmap svg {
  width: 100%;
  height: 100%;
}
#cmap svg path {
  transition: .6s fill;
  fill: #7cc5f8;
  stroke: #FFFFFF;
  stroke-width: 1.2;
  cursor: pointer;
}
#cmap svg path:hover {
  fill: #274472;
}
#cmap .tooltip {
  position: fixed;
}
#cmap-outremer {
  position: relative;
}
#cmap-outremer a {
  background: url(../images/dom-tom.png) no-repeat 0 100%;
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
}
#cmap-outremer a:hover {
  background: url(../images/dom-tom-hover.png) no-repeat 0 100%;
}
#carte-associations-locales {
  height: 600px;
}
