.vehicules{
	background-color: #F0F0F0;

}

.vehicules .car-ticket{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.27);
    background-color:#FFFFFF;
}


.car-info .name{
	font-size: 24px;
    font-family: WorkSans-Bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
   
    line-height: 26px;
}

.car-info .subname{
	font-size:15px;
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 10px;
    font-family: WorkSans-Bold;
}
.more_details{
	display: flex;
	align-items: flex-end;
}
.symbols ul{
	list-style: none;
    display: flex;
    padding: 0px;
    
}
.symbols li{
margin-right: 15px;
}
.symbols .li a {
     text-decoration: none;
    color: #000;
    font-family: WorkSans-Bold;
}

.pludet a{
	color: #7E2A90;
	font-family: WorkSans-SemiBold;

}
.ticket-price{
	border: 1px solid #B2B2B2;
	padding: 15px;
	line-height: 30px;

}
.ticket-price p{
	margin: 0px;
	font-size: 26px;

}
.reservation-buton{
	border: 1px solid #B2B2B2;
	background-color: #7E2A90;
	text-align: center;
	font-family: WorkSans-Bold;
	padding: 5px;
	vertical-align: middle;

}
.reservation-buton span a{
	font-size: 14px;
	color: #7E2A90;
	font-family: WorkSans-Bold;
}
.vehicules .picture img{
	width: 100%;
	height: 100%;
	object-fit: contain;

}
.symbols{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-top: 10px;
	flex-wrap: wrap;
}

.car-ticket .picture{
	width: 100%;
	height: 250px;
	display: flex;
	align-items: center;
}

 .symbols .elements{
 	display: flex;
     flex-direction: row;
     margin-right: 15px;
	 align-items: center;
	 margin-bottom: 3px;
 }

 .symbols .elements img{
 	width: fit-content;
 	height: fit-content;
 }

  
.symbols .elements .specifics{
	font-family: WorkSans-Bold;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	margin-left: 3px;
}

.texttdetails{
	margin-bottom: 30px !important;
}

@media (max-width:992px){
	.reservation-buton{
		margin-bottom: 20px;
	}
}