/* ==========================================================================
   RestoLive — Relance « démo » du héros de la page d'accueil
   Les variables de couleur viennent de mega-menu.css.
   ========================================================================== */

.rl-hero-demo-wrap {
	margin-top: 14px;
}

.rl-hero-demo {
	display: inline-block;
	font-size: 14.5px;
	font-weight: 700;
	color: var(--rl-orange-dark);
	text-decoration: none !important;
	border-bottom: 1px solid rgba(250, 148, 0, .45);
}

.rl-hero-demo:hover {
	color: var(--rl-orange);
	border-bottom-color: currentColor;
}
