.toggle_left_column {
	display: none;
}
.left_column_faq {
	float: left;
	width: 340px;
}
.category_block {
	margin-left: 360px;
	padding-top: 0px;
}
@media (max-width: 991px) {
	.left_column_faq {
		width: 250px;
	}
	.category_block {
		margin-left: 270px;
	}
}
@media (max-width: 767px) {
	.toggle_left_column {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		background: #fff;
		cursor: pointer;
	}
	.toggle_left_column:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		width: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.toggle_left_column:not(.active):after {
		content: "\f0c9";
	}
	.toggle_left_column.active:after {
		content: "\f00d";
	}
	.toggle_left_column:not(.active) + .left_column_faq {
		display: none;
	}
	.toggle_left_column.active + .left_column_faq {
		display: block;
	}
	.left_column_faq {
		float: none;
		width: auto;
	}
	.category_block {
		margin-left: 0;
		padding-top: 15px;
	}
}
#faq_page_title {
	font-size: 27px;
	font-weight: 400;
	margin: 1rem 0 3rem;
}

#faq_page_dmu .answer_faq {
	display: none;
}
#faq_page_dmu .topic_faqs  {
	padding: 20px;
	background: #f4f4f4;
}
#faq_page_dmu .left_column_faq .listing_cat {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	background: #fff;
	color: #000;
	cursor: pointer;
	padding: 2rem;
	font-size: 16px;
    font-weight: 600;
}
/* #faq_page_dmu .left_column_faq .listing_cat:before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	background: transparent no-repeat center center;
}
#faq_page_dmu .left_column_faq .listing_cat[data-id="1"]:before {
	background-image: url(../../../../img/faqs/compte_client.png);
}
#faq_page_dmu .left_column_faq .listing_cat[data-id="2"]:before {
	background-image: url(../../../../img/faqs/passer_commande.png);
}
#faq_page_dmu .left_column_faq .listing_cat[data-id="3"]:before {
	background-image: url(../../../../img/faqs/produits.png);
}
#faq_page_dmu .left_column_faq .listing_cat[data-id="4"]:before {
	background-image: url(../../../../img/faqs/carte_fidelite.png);
}
#faq_page_dmu .left_column_faq .listing_cat[data-id="5"]:before {
	background-image: url(../../../../img/faqs/suivi_commande.png);
}
#faq_page_dmu .left_column_faq .listing_cat[data-id="6"]:before {
	background-image: url(../../../../img/faqs/sav_retour.png);
}
#faq_page_dmu .left_column_faq .listing_cat[data-id="7"]:before {
	background-image: url(../../../../img/faqs/h2r.png);
}
#faq_page_dmu .left_column_faq .listing_cat#contactez-nous:before {
	background-image: url(../../../../img/faqs/besoin_aide.png);
} */
#faq_page_dmu .left_column_faq .listing_cat span {
	display: block;
	margin-top: 5px;
	font-weight: normal;
	font-size: 15px;
}
@media (max-width: 767px) {

	#faq_page_dmu .left_column_faq .listing_cat:before {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		background-size: 30px;
	}
	#faq_page_dmu .left_column_faq .listing_cat span {
		margin-top: 0;
		font-size: 12px;
	}
}
#faq_page_dmu .listing_cat:hover, #faq_page_dmu .listing_cat.actif {
	background: #004899;
	color: #fff;
}
#faq_page_dmu .listing_cat#contactez-nous:hover, #faq_page_dmu .listing_cat#contactez-nous.actif {
	background: #0074a6;
}

#faq_page_dmu .questions {
	margin-bottom: 5px;
	padding: 30px;
	font-size: 16px;
	background: #fff;
	color: #363436;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
}
#faq_page_dmu .questions .arrow-right {
	margin-left: auto;
}
#faq_page_dmu .questions.active .arrow-right {
	transform: rotate(90deg);
}
#faq_page_dmu .answer_faq {
	padding: 30px;
	font-size: 14px;
	line-height: 25px;
	color: #363436;
    background-color: #f8f8f8;
    margin-bottom:5px;
}
#faq_page_dmu .answer_faq a {
	color: #004899;
	text-decoration: underline;
	font-weight: 600;
}
#faq_page_dmu .answer_faq img {
	height: auto;
    max-width: 100%;
    margin: 1rem 0;
}
#link_to_contactform {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-top: 25px;
	padding: 0 30px;
	text-align: center;
	background: #fff;
	color: #0074a6;
	cursor: pointer;
}
@media (max-width: 991px) {
	#link_to_contactform {
		flex-direction: column;
		height: auto;
		padding: 15px 30px;
	}
}
#link_to_contactform:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	margin-right: 5px;
	background: url(../../../../img/faq_contact.png) no-repeat center center;
}
#link_to_contactform .contact {
	font-weight: bold;
	color: #78b736;
}
#link_to_contactform a:hover {
	text-decoration: underline;
}
#choix_sujet {
	display: flex;
	flex-wrap: wrap;
	margin: 0 5px;
}
#choix_sujet li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(50% - 20px);
	min-height: 130px;
	margin: 10px;
	border-radius: 5px;
	padding: 10px 30px 10px 100px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	cursor: pointer;
}
#choix_sujet li .radio {
	position: absolute;
	top: 30px;
	left: 30px;
}
@media (max-width: 991px) {
	#choix_sujet li {
		width: calc(100% - 20px);
	}
}
@media (max-width: 479px) {
	#choix_sujet li {
		padding: 70px 15px 15px;
	}
	#choix_sujet li .radio {
		top: 15px;
		left: calc(50% - 25px);
	}
}
#choix_sujet li .radio span {
	display: block;
	width: 51px;
	height: 45px;
	background: url(../../../../img/radio.png) no-repeat center center;
}
#choix_sujet li .radio span.checked {
	background-image: url(../../../../img/radio_checked.png);
}
#choix_sujet li .radio span input {
	display: none;
}
#choix_sujet li label {
	margin-bottom: 0;
	cursor: pointer;
}
#choix_sujet li label span {
	display: block;
	margin-top: 5px;
}

#contact-faq, #contact-faq form {
	display: none;
}

#contact-faq #submit_contact {
	text-align: center;
}
#contact-faq #submit_contact #submitMessage {
	max-width: 340px;
	width: 100%;
	min-width: 200px;
	border-radius: 3px;
	background: #78b736;
}
#contact-faq #submit_contact #submitMessage:hover {
	background: #0074a6;
}
#contact-faq .form-group.col-md-6 {
	padding: 0;
}

.contact-form-box {
	margin-top: 30px;
}
.contact-form-box .form-group {
	margin: 0 0 15px;
}
.contact-form-box label {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
}

#faq_page_product {
	background: #fff;
    margin-bottom: 0;
}
#faq_page_product > div {
	/*overflow: hidden;*/
}
#faq_page_product .block-faq-product-page {
	float: left;
	display: inline-block;
    margin-right: 20px;
	padding: 20px 0;
}
#faq_page_product .block_infos_gen_faq {
	/*float: left;*/
	text-align: right;
	margin-bottom: 20px;
}
#faq_page_product .infos_gen_faq {
	/*float: left;*/
	display: inline-block;
    margin-top: 1em;
    margin-left: 20px;
    border: 1px solid #78b736;
    border-radius: 5px;
    /*padding: 1em 40px;*/
    font-size: 20px;
    color: #78b736;
    text-transform: uppercase;
    font-weight: bold;
    width: 340px;
    text-align: left;
}

#faq_page_product .infos_gen_faq i {
	font-size: 40px;
    margin: 10px 0;
    border-right: 1px solid #78b736;
    float: left;
    width: 80px;
    text-align: center;
}

#faq_page_product .infos_gen_faq span {
	line-height: 60px;
    margin-left: 30px;
}

#faq_page_product .association_faqs {
	clear: both;
}
#faq_page_product .block_faq_product_page {
	list-style-type: none;
    padding: 0;
}


#faq_page_product button.button-ask-question {
	font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 2.5em;
    height: auto;
    line-height: 1em;
    padding: 0 80px;
}

#faq_page_product .user-assoc-popup {
	text-align: center;
}

#faq_page_product .user-assoc-popup i::before {
	font-size: 50px;
}

#faq_page_product .user-assoc-popup .name_ask {
	margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

#faq_page_product .user-assoc-popup .date_ask {
	font-size: 14px;
    color: #a6a8aa;
}

#faq_page_product .block_faq_product_page li.container {
	background: #f4f4f4;
    padding: 40px 0;
    margin-bottom: 20px;
}

#faq_page_product .block_faq_product_page .questions {
	margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

#faq_page_product .block_faq_product_page .reponse_h2r, #faq_page_product .block_faq_product_page .reponses_clients {
	background: white;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 20px;
}

#faq_page_product .block_faq_product_page .reponse_h2r {
	border: 2px solid #338aaf;
}

#faq_page_product button.button-reponse-question {
	padding: 0 60px;
	font-size: 18px;
}

#faq_page_product .infos_reponse {
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e6e6e7;
}

#faq_page_product .infos_reponse .date_resp {
	float: right;
    color: #a6a8aa;
    font-size: 14px;
}

#faq_page_product .infos_reponse .name_resp {
	font-size: 15px;
	vertical-align: top;
}


#faq_page_product .infos_reponse i::before {
	margin-right: 10px;
	font-size: 22px;
}

#faq_page_product .tooltip-recompenses {
	position: relative;
	display: inline-block;
	padding-left: 70px;
    /*margin-left: 20px;*/
    font-size: 16px;
    color: #0074a6;
    font-weight: bold;
}

#faq_page_product .tooltip-recompenses .tooltip-recompenses-content:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 0;
    left: 32%;
    box-sizing: border-box;
    border: 1em solid #f9f9f9;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

#faq_page_product .tooltip-recompenses > span {
	color: #d46f2d;
	font-weight: 900;
}

#faq_page_product .tooltip-recompenses > img {
	position: absolute;
    left: 10px;
    top: -5px;
}

#faq_page_product .tooltip-recompenses .tooltip-recompenses-content {
  font-style: normal;
  visibility: hidden;
    min-width: 820px;
    background-color: white;
    color: #363436;
    padding: 20px;
    border-radius: 6px;
    position: absolute;
    z-index: 1000;
    /*border: 1px solid #e2e2e2;*/
    font-size: 14px;
    text-align: left;
    top: 200%;
    left: 15%;
    box-shadow: 0px -1px 14px #b5b5b5;
}

#faq_page_product .tooltip-recompenses .tooltip-recompenses-content p {
	font-size: 12px;
    color: #76787a;
    margin-top: 15px;
}

#faq_page_product .tooltip-recompenses:hover .tooltip-recompenses-content {
  visibility: visible;
}

#faq_page_product .tooltip-recompenses-content {
	font-weight: normal;
}

#faq_page_product .tooltip-recompenses-content ul {
	list-style: none;
}

#faq_page_product .tooltip-recompenses-content ul li::before, #faq_page_product .tooltip-recompenses-content ul li span {
	color: #0074a6;
	font-weight: bold;
}

#faq_page_product .tooltip-recompenses-content ul li::before {
	content: "\2022";
	display: inline-block;
	width: 0.5em;
	margin-left: -1em;
}

@media (min-width: 1346px) {
	#faq_page_product .tooltip-recompenses {
		margin-left: 10px;
	}
}

@media (max-width: 1345px) {
	#faq_page_product .tooltip-recompenses .tooltip-recompenses-content {
		min-width: unset;
	}
	#faq_page_product .tooltip-recompenses .tooltip-recompenses-content:after {
		left: unset;
		right: 32%;
	}
}

@media (max-width: 1267px) {
	#faq_page_product .block_infos_gen_faq {
		text-align: left;
	}
	#faq_page_product .infos_gen_faq {
		margin-left: 0;
		margin-right: 20px;
	}
}

@media (max-width: 1345px) and (min-width: 992px) {
	#faq_page_product .tooltip-recompenses > img {
		display: none;
	}
	#faq_page_product .tooltip-recompenses {
		padding-left: 0;
    	margin: 25px 10px 0 0;
	}
}

@media (max-width: 991px) {
	#faq_page_product .tooltip-recompenses {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	#faq_page_product .tooltip-recompenses {
		padding-left: 0;
    	margin: 25px 10px 0 0;
	}

	#faq_page_product .tooltip-recompenses > img {
		display: none;
	}

}

@media (max-width: 470px){
	#faq_page_product .tooltip-recompenses .tooltip-recompenses-content {
		margin-left: 0;
	    left: 0;
	    top: 120%;
	}
}