/* Module Home Categories LM - Accord Musique - homecategories_lm.css
   © Eric Reboux Software 13/09/2023 */

.home_categories_lm
{
	margin: 40px 0;
}

.home_categories_lm ul
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.home_categories_lm ul li
{
	width: 15%;
	min-width: 160px;
	max-width: 320px;
	box-shadow: 0 2px 8px #00000030;
	background: white;
	border-radius: 8px;
	transition: 0.5s;
}

.home_categories_lm ul li:hover
{
	box-shadow: 0 2px 12px #00000050;
	background: white;
	transform: scale(1.02);
	transition: 0.2s;
}

.home_categories_lm ul li a
{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	margin: 16px;
}

.home_categories_lm ul li a img
{
	width: 100%;
}

.home_categories_lm ul li a h2
{
	margin: 0;
	font-family: 'D-Din';
	font-size: 24px;
	font-weight: 400;
}
