:root {
	--title-font-family: "Krona One", Sans-serif !important;
	--text-font-family: "Roboto", Sans-serif !important;
	/* --text-color: red; */
	--text-color: #0096e8 !important;
}

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

.visibli-vehicle {
	width: 25%;
	float: left;
	min-height: 400px;
	text-align: left;
	margin: 10px 0;
	font-family: var(--text-font-family);
	text-align: center;
}

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

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

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

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

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

.visibli-vehicle-content h4 {
	font-weight: 600;
	font-size: 1.4em;
}

.filter-form-wrapper {
	display: flex;
	flex-direction: column;
	margin: 50px 0px 50px 0px;
	border-bottom: 1px solid rgba(127, 127, 127, 0.476);
	padding-bottom: 30px;
	margin-left: 25px;
	margin-right: 25px;
}

.filter-form-wrapper h3 {
	margin-bottom: 20px;
}

.filter-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 35px;
}

.filter-form select {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 5px;
	width: 200px;
	cursor: pointer;
	background-color: #f3f4f6;
	border: 1px solid #d1d5db;
	color: #1f2937;
	font-size: 0.875rem;
	border-radius: 0.375rem;
	display: block;
	padding: 0.625rem;
	padding-right: 2rem;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%231e293b" viewBox="0 0 20 20" width="12" height="12"><path d="M9.293 11.293l4-4a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L10 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 0.7rem center;
	appearance: none;
	font-family: var(--text-font-family);
	letter-spacing: 1px;
	outline: none;
}

.filter-form select:focus {
	outline: none;
}

.filter-form-wrapper div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.filter-form-wrapper div div {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	max-width: 80%;
	font-family: var(--text-font-family);
	letter-spacing: 1px;
}

.filter-card-link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: fit-content;
	cursor: pointer;
	gap: 5px;
	font-size: 14px;
	background-color: #f3f4f6;
	padding: 5px 20px 5px 20px;
	border-radius: 20px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1));
	text-decoration: none; /* Pour supprimer le soulignement du lien */
	color: inherit; /* Pour hériter de la couleur du texte */
}

.filter-card-link svg {
	width: 17.5px;
	height: 17.5px;
	color: var(--text-color);
}

.filter-reset-btn {
	display: flex;
	justify-content: end;
	align-items: center;
	color: var(--text-color);
	gap: 5px;
	font-family: var(--text-font-family);
	letter-spacing: 1px;
	font-weight: bold;
	width: fit-content;
}

.filter-reset-btn:hover {
	opacity: 0.8;
	transition-duration: 500ms;
}

.result-title {
	color: var(--text-color);
	font-family: var(--title-font-family);
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: -0.5px;
	margin-left: 25px;
	margin-right: 25px;
	width: 100%;
}

.visibli-vehicle-card {
	padding: 15px;
}

.visibli-vehicle-card img {
	/* border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px; */
	z-index: 1;
	position: relative;
}

.visibli-card-infos {
	/* border-radius:  0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px; */
	padding: 15px 10px;
	color: #FFF;
	z-index: 2;
	position: relative;
}

.visibli-card-infos p span {
	color: #B60002;
	font-weight: bold;
}

.visibli-card-infos h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.visibli-card-infos p {
	font-size: 14px;
}

.visibli-card-infos h4 {
	font-weight: bold;
	font-size: 22px;
	color: #B60002;
}

/* Breakpoint pour les appareils mobiles */
@media only screen and (max-width: 767px) {
  
	#visibli-list {
		padding: 0;	
	}
	.visibli-vehicle {
		width: 100%;
		min-height: 0px;
	}
	
	.filter-form-wrapper div {
		flex-direction: column;
		justify-content: center;
	}
	
	.filter-form-wrapper div div {
		justify-content: center;
		max-width: 100%;
	}
	
	.filter-reset-btn {
		margin-top: 30px;
	}
	
	.filter-form-wrapper {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 25px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.filter-form select {
		width: 100%;
	}
	
	.result-title {
		margin-left: 15px;
		margin-right: 0px;
	}
}

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