.legende-zone-bloc {

    display: inline-block;

    position: relative;

    top: 0;

    margin-bottom: 0.5em;
}

.legende-zone {
    display: block;
    position: relative;

    top: 0;

    padding: 0 0.8em 0 2em;

    text-transform: uppercase;

}

.legende-zone-carre {
    display: block;
    position: absolute;

    top: 0.35em;
    height: 0.8em;
    width: 0.8em;
    left: 0.6em;
    text-align: right;
    border: 0.1em solid #ffbe5f;

}

.legende-contenu {
    display: none;
    position: absolute;

    width: 98%;
    /*margin-left: calc(5% - 4vh);*/
    margin-left: -2em;

    /*opacity: 0;*/

    /*padding: 0.5vh 0 0.5vh 0;*/

    text-align: left;

    font-family: 'Open_sanslight', Arial, sans-serif;
    font-size: 0.95em;
    /*line-height: 2.6vh;*/
    /*letter-spacing: 1px;*/

    text-transform: uppercase;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

    z-index: 0;
}

.legende-zone:hover .legende-contenu {
    display: block;
    /*opacity: 1;*/

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

    z-index: 200000;
}

.legende-item {
    display: block;

    position: relative;

    top: 0;
    left: 0;

    /*width: calc(100% - 2vh);*/
    height: 1em;

    margin: 0.5em;

    /*background-color:#333;*/

}

.legende-item-carre {

    display: inline;
    position: absolute;

    top: 0.4em;
    height: 0.7em;
    width: 0.7em;
    /*left: 0.25vh;*/

    border: 0.1em solid #ffbe5f;

}

.legende-item-texte {

    display: inline;
    position: absolute;

    left: 1.2em;

    text-align: left;

    font-family: 'Open_sanslight', Arial, sans-serif;
    /*font-size: 1.4vh;*/
    /*line-height: 2vh;*/
    /*letter-spacing: 1px;*/

    text-transform: uppercase;

}

.legend-encadre {
    border: solid 2px #ffbe5f;
    background-color: white;
}

.legend-niv-cond {
    display: block;

    top: 0.35em;
    height: 0.8em;
    width: 0.8em;
    left: 0.6em;
    text-align: right;
    border: 0.1em solid #ffbe5f;
}
