.agence-navigation {
    ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;

        li {
            list-style: none;
            margin: 0 40px 0 0;

            a {
                font-weight: bold;
                font-family: var(--wp--preset--font-family--secondary);
                color: var(--wp--preset--color--primary);
                font-size: 1.25rem;
                text-decoration: none;

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }
}