/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 *
 * Modifiication by Karoil http://karoil.fr/
*/

/* Carte accueil  */
.map_index{width: 520px; height: 420px;}
@media only screen and (max-width : 480px) {.map_index {display: none}}
@media only screen and (min-width: 480px) and (max-width: 767px) {.map_index{width: 400px; height: 320px;}}
@media only screen and (min-width : 768px) and (max-width : 959px) {.map_index{width: 412px; height: 340px;}}
@media only screen and (min-width: 1120px){.map_index{width: 610px; height: 510px;}}


.jqvmap-label
{
        position: absolute;
        display: none;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        border-top: 1px solid #3d3d3d;
        border-left: 1px solid #3d3d3d;
        border-right: 1px solid #3d3d3d;
        background: #014ba3; /* Old browsers */
        background: #014ba3 -moz-linear-gradient(top, rgba(0,85,190,1) 0%, rgba(0,65,125,1) 100%); /* FF3.6+ */
        background: #014ba3 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,85,190,1)), color-stop(100%,rgba(0,65,125,1))); /* Chrome,Safari4+ */
        background: #014ba3 -webkit-linear-gradient(top, rgba(0,85,190,1) 0%,rgba(0,65,125,1) 100%); /* Chrome10+,Safari5.1+ */
        background: #014ba3 -o-linear-gradient(top, rgba(0,85,190,1) 0%,rgba(0,65,125,1) 100%); /* Opera11.10+ */
        background: #014ba3 -ms-linear-gradient(top, rgba(0,85,190,1) 0%,rgba(0,65,125,1) 100%); /* IE10+ */
        background: #014ba3 linear-gradient(top, rgba(0,85,190,1) 0%,rgba(0,65,125,1) 100%); /* W3C */
        color: #fff;
        text-shadow: 0 1px  rgba(1,1,1,0.5);
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 700;
        padding: 5px 10px 10px 10px;
        min-width: 100px;
        text-align: center;
}

.jqvmap-label2
{
        position: absolute;
        display: none;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius:  0 0 3px 3px;
        border-radius:  0 0 3px 3px;
        border-bottom: 1px solid #3d3d3d;
        border-left: 1px solid #3d3d3d;
        border-right: 1px solid #3d3d3d;
        background: #eee; /* Old browsers */
        background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
        background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
        background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
        background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
        background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
        background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
        color: #3d3d3d;
        text-shadow: 0 1px rgba(255, 255, 255, .75);
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 10px 10px 10px;
        text-align: center;
}

.jqvmap-label:before,
.jqvmap-label:after
{
        content: "";
        position: absolute;
        z-index: 1000;
        top: -7px;
        left: 50%;
        margin-left: -8px;
        border-bottom: 8px solid #0055be;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 0;
}

.jqvmap-label:before
{
        border-bottom-color: #3d3d3d;
        top: -8px;
}

.jqvmap-zoomin, .jqvmap-zoomout
{
        position: absolute;
        left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #000000;
        padding: 3px;
        color: white;
        width: 10px;
        height: 10px;
        cursor: pointer;
        line-height: 10px;
        text-align: center;
}
.jqvmap-zoomin
{
        top: 10px;
}
.jqvmap-zoomout
{
        top: 30px;
}
.jqvmap-region
{
        cursor: pointer;
}
.jqvmap-ajax_response
{
        width: 100%;
        height: 500px;
}
