#barre-contact{
	z-index:2000;
	position:fixed;
	bottom:0;
	left:0;
	background-color:#800080;
	height:80px;
	width:100%;
}

#barre-contact a{
	text-decoration:none;
	outline:0;
	color:#fff;
}

#barre-contact a:hover{
	text-decoration:none;
	outline:0;
	color: #333;
}

#barre-contact .sn-fonts{
	font-family:ethnocentricregular;
	
}

#barre-contact p{
	font-size:20px;
	padding-top:5px;
}

@media screen and (min-width:320px) and (max-width:595px){
	#barre-contact p{
	font-size:14px;
	padding-top:5px;
	}
}

@media screen and (min-width:360px)and (max-width:595px){
	#barre-contact p{
	font-size:14px;
	padding-top:5px;
	padding-left:40px;
	}
}