.footer-bloc{
	width: 100%;  background-color: rgb(232, 232, 232);
	text-align: center; border-top: 1px lightgrey solid; float: left; margin-top: 100px; bottom: 0;
}

.footer-ul{
	padding: 0; list-style-type: none; display: inline-block;
}

.footer-ul2{
	padding: 0; list-style-type: none; display: inline-block; color: white;
}

.footer-li{
	float: left; margin: 5px;
}


@media all and (max-width: 500px){
	.footer-bloc{
		height: 2
	}
}