/* ========================================================= Marqueur de position*/

.propos::before {
    --size: .8em;
    content: "";
    display: block;
    background: gray;
    height: var(--size);
    width: 11.5vw;
    position: absolute;
    z-index: -1;
    left: -0.6em;
    top: -0.11em;
}

/* ========================================================= zonne crédit*/

#credit {
    position: absolute;
    top: 11vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999999999;
    filter: blur(0.3px);
    background-color: #eee;
    overflow-x: hidden;
}

#credit a {
    text-decoration: none;
    color: black;
}

#credit ul {
    margin: 1em;
}

ul {
    list-style-type: none;
}