.header-titre{
    font-family: 'DM Serif Display';
    font-weight: 400;
    color: #757E78;
}

.lien-home{
    text-decoration: none;
}

.header-item{
    color: #757E78;
    font-weight: 700;
}

.rdv-btn {
    background: #757E78 !important;
    border: 1px solid #757E78;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
    padding: 0.5em 0.6em !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* smooth behavior clique sur ancre */

*, html {
    scroll-behavior: smooth !important;
}

*:focus {
    outline: none !important;
}

/* Pour l'accessibilité, on garde un style de focus pour la navigation au clavier */
*:focus-visible {
    outline: 2px solid #757E78 !important;
}


