/* BASES DU THEME */
/*
@font-face {
    font-family: "roboto-regular";
    src: url('/font/roboto-regular.eot');
    src: url('/font/roboto-regular.eot?#iefix') format('embedded-opentype'),
    url('/font/roboto-regular.woff') format('woff'),
    url('/font/roboto-regular.ttf') format('truetype'),
    url('/font/roboto-regular.svg#roboto-condensed') format('svg');
font-weight: normal;
font-style: normal;
}

:root {
    --primary-font:  "roboto-regular";
    --primary-color: #3299B5;  
    --secondary-color: #61415A; 
    --tertiary-color: #716D96;
    --highlight-color: #E2903D; 
}

 h1, h2, h3 { font-family: var(--primary-font); }
*/

/* BLOCS TOUTES PAGES */

/* PAGE D'ACCUEIL */

/* FOOTER */
