@font-face {
  font-family: 'Ubuntu';
  src: url(fonts/Ubuntu/Ubuntu-Regular.ttf);
}

@font-face {
  font-family: 'Ubuntu Bold';
  src: url(fonts/Ubuntu/Ubuntu-Bold.ttf);
}

html {
  overflow: hidden;
}

body {
  margin: 0;
}

#wrapper {
  display: block;
  margin: auto;
}

g text {
  font-size: 1rem;
  font-family: 'Ubuntu Bold';
}

g text.small {
  font-size: 0.8rem;
}

g:hover text {
  fill: #e03f3f;
}

g .title {display:none;}
g .number { display:block;}

g:hover .number { display:none;}
.displayer { 
    fill: #FE8C02;
    text-shadow: 1px 1px #000;
    font-weight:bold;
    font-size:21px;
}

g .departement ,g.active{
  display: inline;
  fill: #ffffff;
  fill-rule: evenodd;
  stroke: #01205c;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

g:hover {
  cursor: pointer;
}

g:hover .departement , g.active .departement{
  fill: #01205c;
}

