/* === COULEURS DE BASE === */
.col-primary, nav#haut, footer { background-color:#cc0000; }
.col-secondary { background-color:#1a1a1a; }
.col-third { background-color:#0d0d0d; }

/* === LOGO === */
.font-logo { font-family:"Oswald", sans-serif !important; }
.col-logo { color:#f5c518 !important; }
a.col-logo:hover { color:#f5c518 !important; }

/* === TITRES === */
.font-titres, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family:"Oswald", sans-serif; }
.col-titres, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color:#f5c518; padding:15px 0; }

/* === TEXTE === */
.font-texte, p, ul, ol { font-family:"Open Sans", sans-serif; }
.col-texte, p { color:#d4c9a8; }

/* === LIENS === */
.font-link, a, a:visited { font-family:"Open Sans", sans-serif; font-weight:bold; text-decoration:none !important; }
.col-link, a { color:#f5c518; }
a:visited { color:#f5c518; }

/* === ALERTES === */
.alert-primary { background-color:#1a1a1a; color:#f5c518; border:#cc0000; }

/* === BOUTONS === */
.btn, .btn-primary { color:#0d0d0d !important; background-color:#f5c518; border: solid 1px #f5c518; padding: 10px 20px; }
.btn:hover, .btn-primary:hover { color:#f5c518 !important; background-color:#0d0d0d !important; border: solid 1px #f5c518; padding: 10px 20px; filter: brightness(100%) !important; }