.bwm-whatsapp-button {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background-color: #25d366;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.bwm-whatsapp-button:visited {
	color: #fff;
}

.bwm-whatsapp-button:hover {
	color: #fff;
	background-color: #1ebe5d;
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 9px 24px rgba(0, 0, 0, 0.3);
}

.bwm-whatsapp-button:focus-visible {
	color: #fff;
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px rgba(37, 211, 102, 0.55);
}

.bwm-whatsapp-icon {
	display: block;
	width: 34px;
	height: 34px;
	pointer-events: none;
}

/* Mobile et tablettes WordPress : zone tactile confortable + encoche iPhone. */
@media (max-width: 782px) {
	.bwm-whatsapp-button {
		right: calc(16px + env(safe-area-inset-right, 0px));
		bottom: calc(16px + env(safe-area-inset-bottom, 0px));
		width: 56px;
		height: 56px;
	}

	.bwm-whatsapp-icon {
		width: 32px;
		height: 32px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bwm-whatsapp-button {
		transition: none;
	}
}

@media print {
	.bwm-whatsapp-button {
		display: none !important;
	}
}
