/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.tp-bullet {
    width: 50px;
    height: 3px;
    margin-top: 10px;
}


.car-features{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:15px;
	margin-bottom:15px;
	font-size:14px;
	color:#555;
}

.car-features div{
	width:48%;
	margin-bottom:6px;
}

.car-features i{
	float: left;
}

.car-features span{
	float: left;
	margin-left: 10px;
}

ul.custom-list {
    padding-left: 40px;   /* espace à gauche */
    margin: 0;
}

ul.custom-list li {
    margin-bottom: 12px;  /* espace entre les li */
	font-size: 14px;
}


.grid-filter li a:hover{
    color: #000 !important;
}