.filterDiv {
  float: left;
  color: #000000;
  width: 48%;
  font-size: 11px;
  border: 1px solid gray;
  border-radius: 3px;
  /*line-height: 100px;*/
  text-align: center;
  height: 100px;
  display: none;
  margin: 0.4%;
  box-shadow: -1px 2px 10px 2px rgba(0, 0, 0, 0.3) inset;
}

.Rouge {
  background-color: #FE2E2E;
}
.Orange {
  background-color: orange;
}
.Violet {
  background-color: #AC58FA;
}
.Bleu {
  background-color: #5882FA;
  /*color: white;*/
}
.Gris {
  background-color: #D8D8D8;
}
.Vert {
  background-color: #92DD71;
}
.NC {
  background-color: white;
  border: 1px solid black;
  box-shadow: none;
  background-image:url(/_fields/icones/question-icon-64.png);
  background-repeat:no-repeat;
  background-position:center center;
}

.show {
  display: block;
}

.container {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover, .active {
  background-color: #ccc;
}
