body {

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgb(239, 242, 244);
    overflow-x: hidden;
    padding-top: 60px;
}


.nav-link.active {
    color: #045e9b!important; /* Forcer la couleur bleue pour l'élément actif */
    font-weight: bold; /* Met le texte en gras */
}

/* Ajoute un décalage pour les sections afin qu'elles ne soient pas cachées */
section {
    scroll-margin-top: 67px; /* Ajustez si nécessaire */
}