
.signe{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
}

.texte{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    /*display: none;*/
}

.u{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

.i{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
}

a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    color: black;
}

.gris{
    margin-top: 13px;
    margin-left: 4px;
    border-left: 12px solid rgb(222, 220, 220);
    padding-left: 2px;
}

/*.signe:hover ~ .texte {
    display: block;
}*/

body {
    position: relative;
}

#mycanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;   
}
