.filterDiv {
	
	display: none; /* Hidden by default */
}

.myCardStyle {
	margin-top:10px;
	margin-bottom:10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  margin-top:5px;
  margin-bottom:5px;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 16px;
  margin-right:5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #001973;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
  color: #0894d1;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}

.section-offerts h2 {
  
}