#questionFrequentes .banniere{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 250px;
	width: 100%;
	position: relative;
	z-index: 2;
}
#questionFrequentes h1 {
	font-family: "Mst Black";
	text-align: center;
	text-transform: uppercase;
	font-size: 37px;
	color: black;
	padding: 0px;
}
#questionFrequentes .shadow{
	margin-top: -17px;
}
.breadcrumb{
	display: none;
}
#questionFrequentes p{
	margin-bottom: 10px;
}
#content #questionFrequentes .c {
	position: relative;
	font-size: 14px;
	padding-bottom: 20px;
}
#questionFrequentes .trait{
	text-align: center;
}
#questionFrequentes h2 {
	font-size: 18px;
	font-family: "Mst Black";
	color: #056839;
	text-transform: uppercase;
	padding-top: 20px;
}
#questionFrequentes h3{
	font-size: 17px;
	font-family: "Mst extrabold";
	color: #333;
	cursor: pointer;
}
#questionFrequentes h3:hover{
	color: #94c11f;
}
#questionFrequentes table td {
	text-align: left;
}
#questionFrequentes .conteneurSlide{
	display: none;
}
#questionFrequentes ul.list {
	padding-left: 18px;
}
#questionFrequentes ul.list li {
	list-style-position: outside;
	margin-bottom: 5px;
}
#questionFrequentes #ql4:target + .conteneurSlide {
  display: block;
}

@media screen and (max-width: 700px) {
	#questionFrequentes h1{
		font-size:25px;
	}
}
