/*
 Theme Name:   WP Adventures child theme
 Description:  Thème enfant de WP Adventures theme
 Author:       Loïc Bourgès
 Template:     wp_adventures_theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.vrccaratsdiv .vrccarcarat:last-child {/*display: none;*/}	/* la dernière caractéristique d'une voiture est le montant de la franchise - Mis en commentaires par LBO le 17/02/2025 car affichage franchise obligatoire */
.vrc-showprc-left h3.car_title {visibility: visible !important;}

div.vrc-itinerary-confirmation span.vrc-itinerary-pickup-locname, div.vrc-itinerary-confirmation span.vrc-itinerary-dropoff-locname {display: block;}

/* Tooltip description agence */
a.lbo_tooltip_agence {
	position: relative;
	margin-left: 5px;
	color: #41b7db;
}
a.lbo_tooltip_agence:hover {color: #41b7db;}

a.lbo_tooltip_agence span {
	display: none;
	position: absolute;
	background-color: #41b7db;
	color: #fff;
	width: 280px;
	padding: 6px;
	border-radius: 5px;
	font-family: "Open Sans";
	font-weight: normal;
	line-height: 1.2;
}

a.lbo_tooltip_agence:hover span {display: block; z-index: 999;}

