/* Exemple d'utilisation de la font Cairo */
body {
    font-family: 'Cairo', sans-serif !important;
  
}
#nav-topbar .nav li a {
	color: #000 !important;
	font-weight: bold !important
}
.sidebar-top p {
	color: #fff !important;
	font-size: 20px !important;
    float: inherit !important;
}
.site-description {
	margin-left: 0 !important;
	font-size: 22px !important;
	color: white !important;
	font-weight: bold !important;
}

#header .hu-pad {
	padding: 30px 0 !important
}
.entry.excerpt {
	color: #454e5c !important
}
.next strong, .previous strong {display: none !important;}

.alx-posts .post-item-date, .alx-tab .tab-item-date, .alx-tab .tab-item-name {
	color: #23282d95 !important
}