.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 3px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    /*font-family: sans-serif, Verdana;
    font-size: smaller;*/
    /*padding: 10px;*/
    /*min-height:128px;*/
}

.wm-label-titre{
    padding:10px;
    font-size: 1.5em;
    font-weight: bold;
    text-align:center;
}

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

.pays_label td{
    padding:5px;
}

.tab-type
{
	width: 100%;
	float: left;
	font-size: 24px;
	text-align: center;
	margin: 0px 0 10px 0;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 18px;
    height: 18px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

#world-map{
    /*display:none;*/
}

@media (min-width: 768px) {
    #world-map{
        margin: 30px auto;
        width: 735px; 
        height: 361px;
        display:block;
    }
}

@media (min-width: 992px) {
    #world-map{
        width: 735px; 
        height: 361px;
    }
}

@media (min-width: 1200px) {
    #world-map{
        width: 960px; 
        height: 400px;
    }
}

#europe-map{
    margin: 30px auto;
    width: 100%;
    height:300px;
    display:block;
}

@media (min-width: 768px) {
    #europe-map{
        display:none;
    }
}

#asia-map{
    margin: 30px auto;
    width: 100%;
    height:300px;
    display:block;
}

@media (min-width: 768px) {
    #asia-map{
        display:none;
    }
}

#northamerica-map{
    margin: 30px auto;
    width: 100%;
    height:300px;
    display:block;
}

@media (min-width: 768px) {
    #northamerica-map{
        display:none;
    }
}

#southamerica-map{
    margin: 30px auto;
    width: 100%;
    height:300px;
    display:block;
}

@media (min-width: 768px) {
    #southamerica-map{
        display:none;
    }
}