.infos-carburants {
	background: #00529E;
	color: #fff;
	padding: 15px 30px;
	margin-bottom: 30px;
}

.infos-carburants .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	padding: 0;
	margin: 19px 0 0 5px;
}

.infos-carburants .title i {
	position: absolute;
	top: -5px;
	left: 150px;
	color: #fff;
	font-size: 56px;
	line-height: 56px;
	height: 56px;
	width: 56px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.infos-carburants small {
	display: block;
	line-height: 1.1;
	font-size: 13px;
	font-weight: 100;
}

.infos-carburants small a {
	color: #fff;
}

.prix-carburant {
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
	line-height: 28px;
	position: relative;
	padding: 7px 0 7px 38px;
	margin: 0;
}

.prix-carburant:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.prix-gazole:before {
	background-image: url('../img/icon-gazole.png');
}

.prix-sp95:before {
	background-image: url('../img/icon-sp95.png');
}

.prix-sp98:before {
	background-image: url('../img/icon-sp98.png');
}

.prix-e10:before {
	background-image: url('../img/icon-e10.png');
}

.prix-e85:before {
	background-image: url('../img/icon-e85.png');
}

.prix-gpl:before {
	background-image: url('../img/icon-gpl.png');
}

@media (min-width: 980px) and (max-width: 1199px) {
	.infos-carburants .title {
		margin: 10px 0 15px;
	}
}

@media (max-width: 979px) {
	.infos-carburants .title {
		margin: 10px 0;
	}
	.infos-carburants small {
		margin: 10px 0;
	}
}

@media (max-width: 360px) {
	.infos-carburants {
		padding: 10px 20px;
	}
	.prix-carburant {
		font-size: 13px;
	}
}
