

h1.titreProduit {
	margin-bottom: 25px !important;
	margin-top: 20px !important
}

.manufacturerItem {
	padding: 0
}

.manufacturerItem img {
	margin-bottom: 15px
}

.manufacturerItem .inner {
	padding-bottom: 30px;
	border-bottom: 1px dotted grey;
	margin-bottom: 20px
}

.manufacturerItem:nth-of-type(even) {
	text-decoration: underline
}

.h2_30 {
	margin-bottom: 40px !important
}

.items-alpha .item-alpha {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #7a7970;
	border: 1px solid #7a7970;
	color: white;
	height: 30px;
	width: 30px;
	line-height: 28px;
	margin-bottom: 6px
}

.greyed {
	color: #7a7970
}

.items-alpha .item-alpha:hover {
	background-color: #c85b5d;
	border: 1px solid #c85b5d;
	cursor: pointer
}

.items-alpha .item-alpha.is-checked {
	background-color: white;
	border: 1px solid #c85b5d;
	color: #b5131d;
	cursor: pointer
}

.manufacturers {
	margin-top: 40px
}

.manufacturerItem {
	position: relative;
	float: left;
	width: 48%
}

.manufacturerItem img {
	max-width: 100%;
	object-fit: contain;
}

@media all and (max-width: 1000px) {
	.manufacturerItem {
		width: 100%
	}
}

#light-slider {
	margin: 20px 0;
	padding: 20px 0 !important;
	height: auto !important;
	max-height: 151px !important;
	overflow: hidden;
	border-top: 1px dotted grey;
	border-bottom: 1px dotted grey
}

#light-slider img {
	max-width: 100%
}

