img.image{
	object-fit: cover; 
}

.avatar{
	width:90px;
	height:90px;
	border-width:2px;
	border-style:solid;
	border-radius:90px;
	line-height:90px;
}

.avatar img{
	width:100%;
	object-fit: cover; 
}

.avatar.xl{
	width:120px;
	height:120px;	
}

.masque{
	display:none;	
}


.centre{
	text-align:center;	
}

i.fa{
	margin-right:8px;
}

i.fa.droite{
	margin-left:8px;
}

textarea.edit, input.edit{
	border:none;
}





.noir-blanc{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);	
}

