/*=============================================================== marqueur de position*/

.notice::before {
    --size: .8em;
    content: "";
    display: block;
    background: gray;
    height: var(--size);
    width: 8.5vw;
    position: absolute;
    z-index: -1;
    left: -0.6em;
    top: -0.11em;
}

/*=============================================================== */

h1{
    margin: 1em;
    font-size: 2vw;
}
