#button-up {
	display:none; position:fixed; z-index:10000; bottom:10px; right:10px;
	overflow: hidden;
	border-radius: 5px;
	background: #bb8620;
	padding: 5px;
}
	#button-up .material-icons {
		color: #FFF;
		font-size: 34px;
		line-height: 1.0;
		font-weight: bold;
	}
	#button-up img {
		width:33px;
		height:33px;
	}


.union #button-up {
	background: #1a1e51;
}
.membres #button-up {
	background: #ee3124;
}
.filiere #button-up {
	background: #11154a;
}
.shop #button-up {
	background: #1a1e51;
}