.bloc-ahpf-qr-ahpf-qr{
	border-bottom: 1px solid #ddd;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.bloc-ahpf-qr{
	padding: 2.5em 0;
	border-bottom: 1px solid #EEE;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
}
.bloc-ahpf-qr:hover{
	background:  #f5f5f5;
}
.bloc-ahpf-qr h2{
	margin-top: 0;
	margin-bottom: 5px;
	position: relative;
}
.bloc-ahpf-qr h2 a{
	color: inherit;
	text-decoration: none;
}
.bloc-ahpf-qr h2 a:hover{
	text-decoration: underline;
}

.bloc-ahpf-qr .content-wrapper{
	line-height: 1.8em;
}
.bloc-ahpf-qr .bottom-wrapper{
	margin-bottom: 1px;
}
.faq-categories-wrapper{
	color: #E6690B;
	font-size: .9em;
	margin-bottom: 1em;
}
.faq-categories-wrapper .categorie{
	display: inline-bloc-ahpf-qrk;
}
.ahpf-custom-combobox{
	width:280px;
}
.ahpf-faq-listing .wrapper{
/*	max-width: 1800px;
	overflow: hidden;
	margin: 0 auto;*/
}
.ahpf-faq-listing .wrapper .field-wrapper{
	background: #eee;
	box-sizing: border-box;
	float: left;
	width: 100%;
}
.ahpf-poser-question-wrapper {
	overflow: hidden;
	margin-bottom: 2em;
}
.ahpf-poser-question-wrapper #ahpf_faq_form_question {
	background: #EEE;
	padding: 1em;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.ahpf-filter-menu{
	margin-bottom: 2em;
}
.ahpf-filter-menu label{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.ahpf-filter-menu .ahpf-custom-combobox{
	width: 370px;
}

.ahpf-poser-question-wrapper .field-wrapper{
	box-sizing: border-box;
	float: left;
	width: 90%;
}
.ahpf-poser-question-wrapper .field-wrapper input{
	margin-bottom: 0;
	border: 0;
	width: 100%;
	border-radius: 0;
	-moz-border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ahpf-poser-question-wrapper .field-wrapper .col-wrapper{
	overflow: hidden;
}
.ahpf-poser-question-wrapper .field-wrapper .bottom-wrapper{
	max-height: 0;
	transition:1s all;
	-moz-transition:.1s all;
	-webkit-transition:1s all;
}
.ahpf-poser-question-wrapper #ahpf_faq_form_question.ahpf-open .field-wrapper .bottom-wrapper{
	max-height: 100px;
	margin-top: 10px;
	display: block!important;
}
.ahpf-poser-question-wrapper .field-wrapper .col-wrapper .half-col:first-child{
	width: 49.5%;
	float: left;
}
.ahpf-poser-question-wrapper .field-wrapper .col-wrapper .half-col:last-child{
	width: 49.5%;
	float: right;
}
.ahpf-poser-question-wrapper .button-wrapper{
    float: left;
    width: 100%;
}
.ahpf-poser-question-wrapper .button-wrapper .g-recaptcha {
    margin: 10px 0;
}
.ahpf-poser-question-wrapper .button-wrapper button{
	width:auto;
	padding: 1em;
	margin: 0;
}
.ahpf-custom-combobox {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
	border:1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.ahpf-custom-combobox:before {
	content: '';
	right: 10px;
	top: 1px;
	width: 24px;
	height: 34px;
	background: #fff;
	position: absolute;
	pointer-events: none;
	display: block;
}
.ahpf-custom-combobox select {
	margin: 0;
	background: #fff;
	color: #444;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: treeitem;
	appearance: none;
	cursor: pointer;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-size: 1em;
	border: 0;
	width: 100%;
}
.ahpf-custom-combobox select::-ms-expand {
    z-index:99999;
    position: absolute;
}
.ahpf-custom-combobox:after {
	content: '';
	right: 15px;
	top: 16px;
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 0;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-top: 8px solid #000;
}

.ahpf_faq_magicfield{
	position: absolute;
	left:-9999px;
}



/* ======================================================================*/
/* Formulaire de commentaires  */
/* ======================================================================*/
#single-faq .content-wrapper{
	margin-bottom: 3em;
}
#single-faq .faq-categories-wrapper{
	margin-top: 5px;
}

/* ======================================================================*/
/* Mode toggle  */
/* ======================================================================*/

.isretractable{
	width:100%;
	cursor:pointer;
}
.isretractable  .title{
	position: relative;
}
.isretractable  .title::after{
    content: '+';
    position: absolute;
    left: -30px;
    width: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}
.isretractable.opened .title::after{
    content: '-';
}
.isretractable .toggle-object{
	max-height:0px;
	-moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
}

.isretractable.opened .toggle-object{
	max-height:800px;
}

.isretractable .excerpt-wrapper{
	max-height:100px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	overflow: hidden;
	opacity: 1;
}
.isretractable.opened .excerpt-wrapper{
	max-height:0;
	opacity: 0;
}

.ahpf-faq-listing .small-text,
.ahpf-faq-listing .all-text,
.ahpf-faq-listing .bottom-wrapper {
   display: none;
}

.ahpf-faq-listing .show {
   display: block!important;
}

/* Résolution mobile */
@media screen and (max-width: 767px) {
	.ahpf-poser-question-wrapper .ahpf-open .field-wrapper .col-wrapper .half-col:first-child {width: 100%!important; margin-bottom: 10px;}
	.ahpf-poser-question-wrapper .ahpf-open .field-wrapper  .col-wrapper .half-col:last-child{width: 100%!important;}
	.ahpf-filter-menu .ahpf-custom-combobox{width: 100%;margin-bottom: 10px;}
	.ahpf-filter-menu .button{width: 100%;}
	.bloc-ahpf-qr h2:before{display: none;}
}