html, body {
    margin: 0;
    background: #87d5ff;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}

h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#navbar {
    width: 100%;
    height: 100vh;
    margin: auto;
}

#navbar .logo object{
    width: 90%;
}

#navbar .nav-links, #navbar .social-links {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
}

#programmation , #venir, #pratique, .footer {
    padding: 1rem;
    display:block;
}

#programmation > h1, #venir > h1, #pratique > h1 {
    font-size: 5rem;
    color: #00669e;
}

.prog-jour {
    margin-bottom: 5rem;
}
#venir object {
    width: 100%;
}

.footer {
    background: #00669e;
    color: #87d5ff;
}