/* 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] {
		position: relative;	
	}
	abbr[title]:hover::after,
	abbr[title]:focus::after {
		content: attr(title);
		position: absolute;
		left: 0;
		bottom: -40px;
		width: auto;
		white-space: nowrap;
		background-color: white;
		color: #222;
		border-radius: 3px;
		box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
		font-size: 14px;
		padding: 3px 5px;
	}
}