/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* CUSTOM: honeypot anti-bot, champ piège masqué hors écran (ne pas afficher) */
.rrma-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}