#xperto_navigation li a.bx-retour:hover {
	color: #C73334 !important;
}


.services {
	padding: 20px 0;
	margin: 0 auto;
}

.services ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.services li {
	display: inline-block;
	border: 1px solid #EDEDED;
	border-radius: 20px;
	padding: 8px 15px !important;
	margin-right: 20px;
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 10px !important;
}

.services li:hover {
	background-color: #EDEDED;
	color: #191919;
	cursor: pointer;
}

.services li.active {
	background-color: #191919;
	border: 1px solid #191919;
	color: #EDEDED;
}

.service_wrap {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 10px;
	row-gap: 15px;
	padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
	.service_wrap {
		display: inline-grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		column-gap: 10px;
		row-gap: 15px;
		padding-bottom: 25px;
	}
}

.service_wrap .bexpo_projekt__box {
	width: 100% !important;
}