/* Contact */
.accordion-contact {
	margin-bottom: 10px;
}

.title-contact {
	padding: 0 40px 8px 0 !important;
	border-bottom: 1px solid #cccdcd;
	font-size: 1rem;
	font-weight: 600;
	background-image: url('/img/contact/contact-open.png');
	background-repeat: no-repeat;
	background-position : 95% 10%;
}

.contact-open {
	background-image: url('/img/contact/contact-close.png');
	background-position : 95% 40%;
}

.info-contact {
	margin-bottom: 20px;
	box-shadow: none;
}

.contact {
	margin-bottom: 2px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.contact-faq {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.contact-faq a {
	padding: 0 !important;
	margin: 0;
	display: inline !important;
}

.contact.contact-phone {
	background-image: url('/img/contact/contact-phone.png');
}

.contact.contact-fax {
	background-image: url('/img/contact/contact-fax.png');
}

.contact.contact-adress {
	line-height: 1.3;
	background-image: url('/img/contact/contact-adress.png');
}

.contact.contact-mail {
	background-image: url('/img/contact/contact-mail.png');
	background-position: 0px 7px;
}

.contact-mail > a {
	padding: 0 !important;
	display: inline !important;
}

.contact-form label,
.inscription-form label,
.login-form label {
	position: relative;
}

.error-input {
	color: #ff0000 !important;
	font-size: 0.9rem !important;
	margin: 0 !important;
}

.contact-faq a {
	color: #003087;
	text-decoration: underline;
}

@media screen and (max-width: 63.9375em) {
	.button.send {
		display: block;
		margin: 0 auto 50px;
	}
}