.filterDiv {
  display: none;
}
.show {
  display: block;
}
.containerform {
  margin-top: 20px;
  overflow: hidden;
}
/* Style the buttons */
.containerform .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  margin-right: 5px;
  background-color: rgb(155,206,0);
  color: white;
  cursor: pointer;
	font-size: 28px;
  font-family: 'Caveat', cursive;
}

.containerform .btn:hover {
  background-color: #ddd;
}

.containerform .btn.active {
  background-color: rgb(155,206,0);
  color: white;
}
.boxintro {
			position:relative;
			overflow: hidden;
			width: 300px;
			height: 200px;
	float: left;
	margin: 5px;
		}		
		
		.tiroir {
	position:absolute;
	left:0;
	top:0;
  width: 300px;
  height: 800px;
  background: white;
  transition-property: top, opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
opacity: 0;
			cursor: pointer;
}

.tiroir:hover {
	opacity: 0.8;
top:-400px;
  width: 300px;
}
.tiroirtexte {
	clear: both;
	margin-top: 480px;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: black;
	font-size: 30px;
		}	
.containerform img {
		width: 100%;
		height: auto;
	}
.bulleprix {
	float: right;
	width: 140px;
	height: 140px;
	text-align: center;
	line-height: 130px;
	font-size: 38px;
	font-weight: bold;
	color: white;
	background-image: url("../images/rond_prix_snrh.png");
	background-repeat: no-repeat;
	background-size: contain;
	font-family: "Poppins", serif;
}