.smr-zone {
    width: calc(100% - 1vh);
}

.smr-libelle-actif {
    display: inline-block;

    vertical-align: top;
    padding: 2vh;
    border: 0.3vh solid;

    width: calc(25% - 6.3vh);

    font-size: 1.4vh;
    line-height: 1.4vh;
}

.smr-icone {
    display: block;
    position: absolute;

    top: 0.5vh;
    height: 1.5vh;
    width: 1.5vh;
    left: 0.65vh;

    text-align: right;

    border: 0.3vh solid white;
}
