/* GENERAL CSS BEGINS | DEBUT DU CSS GENERAL */
/*Demo content*/
.followus .twitter, .icon.twitter {
    background-image: url("/img/x.svg") !important;
}
.followus .facebook, .icon.facebook {
    background-image: url("/img/facebook.svg") !important;
}
.followus .youtube, .icon.youtube {
    background-image: url("/img/youtube.svg") !important;
}
.followus .linkedin, .icon.linkedin {
    background-image: url("/img/linkedin.svg") !important;
}
.followus .instagram, .icon.instagram {
    background-image: url("/img/instagram.svg") !important;
}
.followus .rss, .icon.rss {
    background-image: url("/img/rss.svg") !important;
}
@media (pointer:coarse) {
	abbr[title]:hover::after,
	abbr[title]:focus::after {
		content: " (" attr(title) ")";
	}
}
.d-none{
	display: none !important;
}