.ecomplus-heure-depart {
	margin: 0.75em 0 1em;
	padding: 0;
	border: 0;
	min-width: 0;
}
.ecomplus-heure-depart__legend {
	font-weight: 600;
	margin: 0 0 0.4em;
	padding: 0;
}
.ecomplus-heure-depart__row {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.4em;
	align-items: stretch;
	width: 100%;
}
.ecomplus-heure-depart__btn {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	cursor: pointer;
	min-width: 0;
}
.ecomplus-heure-depart__btn input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}
.ecomplus-heure-depart__btn span {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.45em 0.25em;
	border: 1px solid #222;
	border-radius: 3px;
	background: #fff;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}
.ecomplus-heure-depart__btn input:focus-visible + span {
	outline: 2px solid #222;
	outline-offset: 2px;
}
.ecomplus-heure-depart__btn input:checked + span {
	background: #222;
	color: #fff;
}
