
.boutonFiltre {
  border: none;
  background: linear-gradient(to bottom, #f5a833, #f39200);
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 5px;
}

.active {
  background: linear-gradient(to bottom, #f5ca33, #f5a833);
  text-decoration: none;
}
.box {
  /*background-image: linear-gradient(to bottom, #3498db, #2980b9);*/
  /*padding: 10px;*/
  /*height: 100px;*/
  /*width: calc(25% - 10px);*/
  float: left;
  /*margin: 5px;*/
  /*text-align: center;*/
  /*border-radius: 3px;*/
  /*color: #fff;*/
  width: 100%;
}
.spacer {
  clear: both;
  height: 20px;
}
.positionBoutonFiltre{
	text-align: center;
	padding-top: 20px;
}