#texte {
    font-family: "hershey";
    font-size: 5px;
    /* text-transform: uppercase; */
    /* letter-spacing: .2em; */
     animation: scale 30s;
}
#cheminvisible {
    stroke-width: .5px;
}
#chemin {
    animation: flotte 2s ease-in-out alternate infinite; 
   
}
@keyframes flotte {
    100% { d: var(--dd); }
}


@keyframes scale {
         0% {
                font-size: 2px;
            }

        60% {
                font-size: 5px;
            }
}


@font-face {
    font-family: "hershey";
    src: url(Hershey-Noailles-help-me.woff2);
}