/* Page Contact MEGAPNEUS - largeur fixe 1000 px */
.mp-contact-page,
.mp-contact-page * {
	box-sizing: border-box;
}

.mp-contact-page {
	width: 1000px;
	margin: 14px auto 34px;
	padding: 18px 23px 25px;
	color: #292929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #f1f1f1;
	border: 1px solid #d4d4d4;
	border-radius: 13px;
	box-shadow: 0 15px 36px rgba(0, 0, 0, .3);
}

.mp-contact-hero {
	margin-bottom: 15px;
	padding: 24px 28px;
	color: #ffffff;
	text-align: left;
	background: radial-gradient(circle at 88% 12%, rgba(215, 25, 32, .58), transparent 30%),
		linear-gradient(120deg, #111111, #2b2b2b);
	border: 1px solid #3b3b3b;
	border-bottom: 3px solid #d71920;
	border-radius: 10px;
}

.mp-contact-hero > span,
.mp-contact-map-heading > span,
.mp-contact-legal-heading > span {
	display: block;
	margin-bottom: 5px;
	color: #ef343b;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1.7px;
}

.mp-contact-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: 29px;
	line-height: 1.15;
	text-transform: uppercase;
}

.mp-contact-hero p {
	margin: 8px 0 0;
	color: #d6d6d6;
	font-size: 12px;
	line-height: 1.45;
}

.mp-contact-cards {
	display: flex;
	width: 952px;
	margin-bottom: 16px;
	gap: 12px;
}

.mp-contact-card {
	position: relative;
	display: block;
	width: 229px;
	min-height: 112px;
	padding: 16px 13px 13px 17px;
	color: #292929 !important;
	text-align: left;
	text-decoration: none !important;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	border-left: 5px solid #d71920;
	border-radius: 9px;
	box-shadow: 0 7px 18px rgba(0, 0, 0, .08);
}

.mp-contact-card:before {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 29px;
	height: 29px;
	content: "";
	background-color: #d71920;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px 17px;
	border-radius: 50%;
}

.mp-contact-phone:before,
.mp-contact-workshop:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 2.8l3 4.6-2.2 2c1.3 2.7 3.3 4.7 6 6l2-2.2 4.6 3c.5.3.7.9.5 1.5-.7 2-2.2 3.2-4.3 3.2-6.9 0-13.1-6.2-13.1-13.1 0-2.1 1.2-3.6 3.2-4.3.6-.2 1.1 0 1.3.5z' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mp-contact-email:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18v12H3zM3 7l9 7 9-7' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mp-contact-address:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6.1 7-12a7 7 0 10-14 0c0 5.9 7 12 7 12z' fill='none' stroke='white' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='9' r='2.2' fill='none' stroke='white' stroke-width='1.8'/%3E%3C/svg%3E");
}

.mp-contact-card > span {
	display: block;
	margin-bottom: 11px;
	color: #d71920;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 1.4px;
}

.mp-contact-card strong {
	display: block;
	max-width: 184px;
	color: #1e1e1e;
	font-size: 16px;
	line-height: 1.25;
}

.mp-contact-email strong {
	font-size: 12px;
	line-height: 1.45;
}

.mp-contact-address strong {
	font-size: 13px;
}

.mp-contact-card small {
	display: block;
	margin-top: 6px;
	color: #707070;
	font-size: 10px;
	line-height: 1.3;
}

.mp-contact-card:hover,
.mp-contact-card:focus {
	background: #fff7f7;
	border-color: #e15c61;
	transform: translateY(-2px);
}

.mp-contact-main {
	display: flex;
	width: 952px;
	align-items: flex-start;
	gap: 18px;
}

.mp-contact-sidebar {
	width: 320px;
}

.mp-contact-panel,
.mp-contact-map-panel {
	color: #292929;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	border-radius: 9px;
	box-shadow: 0 7px 18px rgba(0, 0, 0, .08);
}

.mp-contact-panel {
	margin-bottom: 14px;
	padding: 17px;
	border-left: 5px solid #d71920;
}

.mp-contact-panel h2 {
	margin: 0 0 12px;
	color: #1e1e1e;
	font-size: 17px;
	line-height: 1.2;
}

.mp-contact-hours .styleHORAIRES {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 14px 10px !important;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	text-align: center !important;
	background: #292929 !important;
	border: 1px solid #444444 !important;
	border-bottom: 3px solid #d71920 !important;
	border-radius: 7px !important;
	box-shadow: none !important;
}

.mp-contact-help p {
	margin: 0;
	color: #555555;
	font-size: 11px;
	line-height: 1.55;
}

.mp-contact-help a {
	color: #b51218 !important;
	font-weight: 800;
}

.mp-contact-facebook {
	display: block;
	width: 100%;
	padding: 12px 15px;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	text-decoration: none !important;
	background: #2b2b2b;
	border: 1px solid #505050;
	border-left: 5px solid #d71920;
	border-radius: 7px;
}

.mp-contact-facebook:hover,
.mp-contact-facebook:focus {
	background: #d71920;
}

.mp-contact-map-panel {
	width: 614px;
	padding: 12px;
	overflow: hidden;
}

.mp-contact-map-heading {
	padding: 6px 7px 13px;
	text-align: left;
}

.mp-contact-map-heading h2 {
	margin: 0;
	color: #1e1e1e;
	font-size: 18px;
	line-height: 1.25;
}

.mp-contact-map-heading p {
	margin: 6px 0 0;
	color: #666666;
	font-size: 11px;
	line-height: 1.45;
}

.mp-contact-map-panel iframe {
	display: block;
	width: 590px;
	height: 390px;
	border: 0;
	border-radius: 7px;
}

.mp-contact-map-link {
	display: block;
	margin-top: 10px;
	padding: 11px 15px;
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	text-decoration: none !important;
	background: #d71920;
	border: 1px solid #ef343b;
	border-radius: 7px;
}

.mp-contact-map-link:hover,
.mp-contact-map-link:focus {
	background: #ef2b32;
}

.mp-contact-legal {
	margin-top: 17px;
	padding: 21px 24px;
	color: #f1f1f1;
	text-align: left;
	background: linear-gradient(120deg, #171717, #2b2b2b);
	border: 1px solid #414141;
	border-left: 6px solid #d71920;
	border-radius: 9px;
}

.mp-contact-legal-heading h2 {
	margin: 0;
	color: #ffffff;
	font-size: 21px;
	line-height: 1.2;
}

.mp-contact-legal > p {
	margin: 10px 0 15px;
	color: #d4d4d4;
	font-size: 12px;
	line-height: 1.45;
}

.mp-contact-legal > p strong {
	color: #ffffff;
}

.mp-contact-legal-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.mp-contact-legal-grid span {
	display: block;
	min-width: 282px;
	padding: 9px 11px;
	color: #d6d6d6;
	font-size: 11px;
	background: rgba(255, 255, 255, .055);
	border: 1px solid #444444;
	border-radius: 5px;
}

.mp-contact-legal-grid b {
	margin-right: 5px;
	color: #ffffff;
}
