.faq .titre {
	margin: 0;
    padding: 18px 60px 18px 20px;
	cursor: pointer;
	background: #F2F2F2;
	font-size: 18px;
    line-height: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;
	-webkit-transition: all 0.25s;
	        transition: all 0.25s;
}

.faq .titre:hover, .faq .titre.active {
	background-color: #F2F2F2;
	
}

.faq .plus {
	position: absolute;
	right: 15px;
	top: 0;
	width: 22px;
    line-height: 100%;
	font-size: 44px;
	font-weight: normal;
}

.faq .titre a {
	display: block;
}

.faq-content {
	display: none;
	margin: 10px 0;
	padding: 0 20px;
	text-align: justify;
}
