#bg_header_faq {
    width: 100%;
    max-width: 1492px;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    background-image: url(../../images/img_bg_page_contact.png);
    background-repeat: no-repeat;
    background-position: center;
}
#top_title {
	float: left;
	width: 100%;
	background-image: url(../../images/icone_faq.png);
	background-repeat: no-repeat;
	background-position: left top;
	/*padding-left: 100px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}
.title_faq {
	color: #6f7e46;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f7e46;
	display: block;
	padding-bottom: 10px;
    margin-left: 120px;
}
.question {
    cursor: pointer;
    font-weight: bold;
}
.reponse {
    display: none;
    margin-bottom: 5%;
    margin-left: 5%;
}
.reponse.selected {
    display: initial;
}
