/*
 This file was generated by Dashcode.
 You may edit this file to customize your widget or web page
 according to the license.txt file included in the project.
 
 1 em = 16 px ?
 
 */


/* ****** couleurs et polices ****** */
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px;}

html{
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background:black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: black;
}

#map {
    height: 100%;
    width: 100%;
}

#container > nav {
    font-size: 0.8em;
}

/** affichage de la position du pointeur **/
#positionCible > .ol-mouse-position {
    padding:0.3em;
    margin-left:20px;
    font-size: 1em;
    border-radius: 0.2em;
    background-color: rgba(164,164,164,.4);
}

p{
    margin: 0px 0px 0px 0px; /* top right bottom left */
}

caption {
    margin-top: 30px;
    font-size: 14px;
    text-shadow: white 1px 1px 5px;
}

/* ****** titrage ****** */
/* titre de page */
h1{
    font-size: 1.2em;
    padding: 10px 0px 20px 10px;
}
/* titre d'article */
h2{
    margin-top: 10px;
    font-size: 1.1em;
}

h3{
    font-size: 1em;
    margin: 0px 10px 10px 0px; /* top right bottom left */
    /* pour le SVG (fill et non color) */
    fill: white;
    
}
h4{
    margin: 0px;
    padding: 0px 0px 0px 10px; /* top right bottom left */
}


/** affichage des info-bulle **/
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}

.carto_info-bulle{
    margin: 0px 0px 10px 0px; /* top right bottom left */
}

.carto_tab_liens{
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-gap: 2px;
    max-height: 100px;
    overflow: auto;
}

.carto_tab_liens p{
    margin: 2px 0px 2px 10px; /* top right bottom left */
    margin-right: 0.4em;
    font-size: 0.8em;
}

/** liens dans les info-bulle **/
.carto_liens{
    font-size: 1em;
    padding: 0px 0px 0px 10px; /* top right bottom left */
    color: black;
}

.carto_liens a > img
{
    border: 0px;
}
