.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FF7E12;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FF7E12;
    padding: 10px;
    color: white;
    width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 17px;
    text-align: center;
    font-size:xx-large;
}


h1 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FF7E12;
    font-size: medium;

    margin-top: 15px;
    z-index: 50;
}

.jvectormap-zoomin {
    top: 30px;
}

.jvectormap-zoomout {
    top: 80px;
}

#global {
  margin-left: auto;
  margin-right: auto;
  width: 900px; /* largeur obligatoire pour �tre centr� */
}