/* Footer MrocWall — correctifs réseaux sociaux */

.mw-c1-social {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.mw-c1-footer__brand .mw-c1-social {
	margin-top: 18px;
}

/* Restes de wpautop dans d’anciennes versions */
.mw-c1-social > p {
	display: contents;
	margin: 0;
}

.mw-c1-social br {
	display: none;
}

.mw-c1-social__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	color: #fff !important;
	text-decoration: none !important;
	transition: border-color 0.2s, background 0.2s, color 0.2s;
	flex-shrink: 0;
}

.mw-c1-social__link:hover {
	border-color: #ff7a00;
	background: rgba(255, 122, 0, 0.15);
	color: #ff7a00 !important;
}

.mw-c1-social__icon {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}
