/* CSS Document */

.blocEventAdresse
{
	font-size:1.5rem;
}

#bookingstep-resumeevent-bloc .cta {
   	display: inline-block;
	float: right;
	position:relative; margin-top: 10px;
}
#container-booking-process
{
	margin-top:30px;
}
#adresse .dealer-name
{
	font-weight:700;
}

.dealer-date  {
    font-weight: 700;
    color: rgb(227, 67, 56);
}

#adresse .dealer-adresse
{
	margin-bottom:20px;
}



.dealer-map a::before {
 content: "\F3E8";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
}

.dealer-url a::before {
	 content: "\F3EE";
  font-family: bootstrap-icons !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: 5px;
}

.dealer-phone a::before {
	content: "\F5C1";
font-family:icon !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: 5px;
}

 .list-event-active .cta-disabled {
  color: #fff;
}
.list-event-past .place-name {
  color: #979797 !important;;}
  
  
  .event-item:hover .cta-disabled {
  color: #333;
}
  
  
@media only screen and (max-width: 600px) {


}