.index-marques__alphabet {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 48px;
}

.index-marques__alphabet a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	background: #f2f2f2;
	color: #111;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.index-marques__alphabet a:hover,
.index-marques__alphabet a:focus-visible {
	background: #111;
	color: #fff;
	transform: translateY(-2px);
}

.index-marques__group {
	margin-bottom: 54px;
	scroll-margin-top: 120px;
}

.index-marques__group h2 {
	margin: 0 0 24px;
	padding-bottom: 10px;
	border-bottom: 2px solid currentColor;
	font-size: 36px;
}

.index-marques__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.index-marques__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #111;
	text-align: center;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.index-marques__card:hover,
.index-marques__card:focus-visible {
	border-color: #111;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	transform: translateY(-3px);
}

.index-marques__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	margin-bottom: 15px;
}

.index-marques__logo img {
	width: auto;
	max-width: 150px;
	max-height: 75px;
	object-fit: contain;
}

.index-marques__name {
	font-weight: 600;
}

.index-marques__name small {
	font-weight: 400;
}

@media (max-width: 1024px) {
	.index-marques__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.index-marques__alphabet {
		margin-bottom: 36px;
	}

	.index-marques__alphabet a {
		width: 36px;
		height: 36px;
	}

	.index-marques__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.index-marques__card {
		min-height: 120px;
		padding: 12px;
	}
}

.filtre-marques__list {
	max-height: 360px;
	margin: 0 0 18px;
	padding: 0;
	overflow-y: auto;
	list-style: none;
}

.filtre-marques__list li {
	margin: 0;
	padding: 0;
}

.filtre-marques__list label {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 9px;
	padding: 7px 2px;
	cursor: pointer;
}

.filtre-marques__list input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #111;
}

.filtre-marques__list small {
	opacity: .65;
}

.filtre-marques__actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.filtre-marques__actions button {
	padding: 10px 18px;
	border: 0;
	background: #111;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.filtre-marques__actions a {
	color: inherit;
	text-decoration: underline;
}
