@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.bounce{animation:bounce 2s infinite}.appear-after-a-moment{animation:appear 2s}@keyframes appear{0%{opacity:0}99%{opacity:0}100%{opacity:1}}#home{background-color:#fff}#tableau{width:100vw;font-weight:200;height:95%}@media (min-width:768px){#tableau{height:100%}}#container-home{font-weight:500}@media (min-width:768px){#container-home{max-width:75%}}#container-home{font-size:1.68rem;font-weight:600;line-height:1;margin-left:5%;margin-right:5%;padding-bottom:2.5rem}@media (min-width:768px){#container-home{font-size:2rem;margin-left:10%;margin-right:10%}}@media (min-width:1280px){#container-home{font-size:3.2rem}}.whitespace-pre-line{margin-right:.25rem;margin-bottom:.5rem}@media (min-width:768px){.whitespace-pre-line{margin-right:1rem;margin-bottom:1rem}}canvas{background:#fff0}#drawhere{position:relative}