#sas-notif {
	position: fixed;
	bottom: 0;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	z-index: 99;
    width: 100%;
	font-size: 14px;
    line-height: 14px;
}
#sas-notif p {
	text-align: center;
	margin: 0;
}

@media screen and (min-width: 1200px) {
	
	#sas-notif{
	    font-size: 25px;
	    line-height: 30px;
	}

}