button.widget-account
{
	background:none;
	border:none;
	display:flex;
	flex-direction:column;
	align-items:center;
}
button.widget-account.loged
{
	color:#eb1d24;
}


button.widget-account svg
{
	width:36px;
	height:auto
}


button.widget-account .log-label
{
	
	font-size:12px;
	width:70px;
	 display: inline-block; /* ou block si tu préfères */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}