
#visibli-list {
	list-style-type: none;
}

.visibli-vehicle {
	width: 33%;
	float: left;
	min-height: 450px;
	text-align: center;
	margin: 10px 0;
	font-family: "Roboto", Sans-serif;
}

.visibli-vehicle-content {
	display: block;
	padding: 10px;
	color: #222;
}

.visibli-vehicle-content:hover {
	color: #222;
}

.visibli-vehicle-content img {
	border-radius: 10px !important;
}

.visibli-vehicle-content p {
	font-size: 14px;
}

.visibli-vehicle-content h3 {
	font-size: 1.3em !important;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.visibli-vehicle-content h4 {
	color: #FFA600;
	font-weight: 400;
}


/* Breakpoint pour les appareils mobiles */
@media only screen and (max-width: 767px) {
  
	#visibli-list {
		padding: 0;	
	}
	.visibli-vehicle {
		width: 100%;
	}	
	
}

/* Breakpoint pour les tablettes */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
	#visibli-list {
		padding: 0;	
	}
	.visibli-vehicle {
		width: 50%;
	}
	
}