.ninmah{font:bold 1.2em "Dancing Script"; border-bottom: 1px solid;}

.btnl {
	padding:		8px 16px;
	border-radius:	8px;
	min-width:		16rem;
	margin:			0.5rem;
	border:			none;
}

.af{
	color:			var(--vcolor-f);
	background-color:	transparent!important;
	text-decoration:	none;
}

.a0{
	color:			var(--vcolor-0);
	background-color:	transparent!important;
	text-decoration:	none;
}

.enfantBadge{
	display:		flex;
	flex-wrap:		wrap;
	justify-content:space-between;
	align-items:	stretch;
	margin-bottom:	.5em;
	text-align:		left;
}
.enfantBadgeTitre{
	align-items:	center;
	border-bottom:	2px solid rgb(221, 221, 221);
	display:		flex;
	font-size:		1.1em;
	font-weight:	bold;
	padding:		.5em;
}
.enfantBadgeTitre img{
	margin-right:	.5em
}

/* pages VEL */

.menu-btn{
	width:					auto;
	outline:				0;
	
	display:				inline-block;
	vertical-align:			middle;
	overflow:				hidden;
	text-decoration:		none;
	text-align:				center;
	cursor:					pointer;
	white-space:			nowrap;
	padding:				0.5em;
}
.menu-btn:hover{color:var(--vcolor-warning)}
.menu-btn-act{
	align-self:				flex-start;
	padding-bottom:			0px;
	border-bottom-width:	3px;
	border-bottom-style:	solid;
	border-color:			var(--vcolor-warning);
}
.menu-btn-lbl{
}

.ea-bar-flex{
	display:		flex;
	flex-wrap:		wrap;
	justify-content:space-between;
	align-items:	flex-end;
	row-gap:		0.5em;
	text-align:		left;
	width:			auto;
}

.ea-bulle, .ea-bulle-b{
	display:		inline-block;
	padding-left:	0.5rem;
	padding-right:	0.5rem;
	text-align:		center;
	border-radius:	4px;

	position:		relative;
	left:			-2px;
	top:			-0.75rem;
/*	vertical-align:	super;*/
}
.ea-bulle-b{
	border-width:	1px;
	border-style:	solid;
)