div.form-group{
	margin-bottom:40px;
}

input,textarea,select{
	color: #000000;
	margin: 15px;
	padding: 5px;
}
table
{
	width: 80vw;
	margin: auto;
}
tr
{
	background-color: var( --msTheme-even-bg-color );
	width: 100%;
}
tr:nth-child(odd)
{
	background-color: var( --msTheme-odd-bg-color );
}
td
{
	text-align: center;
	vertical-align: middle;
}
.Corbeille{
	width: 50px;
	border-radius: 50%;
}
.extrait-produit
{
	max-width: 20vw;
	border-radius: 10px;
}
.extrait-produit-multi
{
	max-width: 10vw;
}

#liste-styles, #liste-artistes, #liste-Textes, #liste-Partitions, #liste-Bandes-son, #liste-Videos, #liste-Concerts, #liste-Cours{
	color:var( --msTheme-grey3-color );
	background-color: #ffffff30;
	border-radius: 7px 7px 7px 7px;
	overflow-x: auto;
    flex-wrap:nowrap;
}

#liste-styles figcaption{
	color:white;
}