html {
    scroll-behavior: smooth;
    scroll-padding-top: 7vh;
    scrollbar-width: none;
    overflow-y: visible;
}

body{
    background-color: var(--vert-sapin);
    overflow-y: visible;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1rem;
    overflow: hidden;
}

li { list-style: none; }
h1, h2 { font-weight: normal; }
a { text-decoration: none; }

img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

::-webkit-scrollbar { display: none; }