/* Foire aux questions */
.faq-menu .is-accordion-submenu-parent {
	margin-top: 10px;
}

.title-faq {
	padding: 16px 0 6px 0 !important;
	border-top: 1px solid #cccdcd;
	background-image: url('/img/contact/contact-open.png');
	background-repeat: no-repeat;
	background-position : right 70%;
}

.faq-open {
	font-size: 1rem;
	padding: 15px 0 0 10px !important;
	border-top: 2px solid #82dff4;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url('/img/contact/contact-close.png');
	background-position : 98% 70%;
}

.info-faq {
	box-shadow: none;
	background-color: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
}

.info-faq > li {
	font-family: 'Neuton', serif;
	font-size: 1rem;
	color: #70777a;
}

div.paragraphe a {
    text-decoration: underline;
    color: #82dff4;
}


@media screen and (max-width: 40em) {

	.faq-open {
		padding: 15px 25px 0 10px !important;
		color: #82dff4 !important;
	}	
	
	.title-faq {
		padding: 16px 20px 6px 0 !important;
	}
	
}