
    :root {
        --text: #565656;
--links: #252bbe;
--titles: #000000;
--page-background: #fcf6f1;
--highlight: #252bbe;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #142E7B;
--section-titles-background: #F6F8FB;
--header-background: #252BBE;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #0F79D0;
    }
    
:root { --react-body-font-family: "Degular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

.site-header {
    background-color: #252BBE;
    padding: 15px 40px;
}

.site-header nav {
    display: flex;
    justify-content: flex-end; /* alignement à droite */
    align-items: center;
}

.site-header a {
    font-size: 14px;
    font-weight: 700; /* gras */
    color: #FCF6F1;
    text-decoration: none;
    margin-left: 24px;
    font-family: inherit;
}

.site-header a:hover {
    color: #FFA14B;
}