.un{
	float:left;
	text-align: center;
	
}
.un a{
	color: #919191;
	transition: all .3s ease-in-out;
}
.un a:hover{
	color:black;
	text-decoration: none;
	padding-left:10px;
}

.infos *{
	display: inline-block;
}

.infos svg{
	padding-top:3px;
}




@media screen and (min-width: 768px){
	.un{
		text-align: left;
	}

	.txt{
		float:left;
		max-width: 400px;
	}
		
	.infos p{
			text-align: left;

	}
}

/*
footer{
 position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
	padding-bottom:10px;
}
*/

