/* CSS Document */

.blocEventAdresse
{
	font-size:1.5rem;
}

#bookingstep-resumeevent-bloc .cta {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#bookingInfo-event
{
	text-align:left;
}
#adresse .dealer-name
{
	font-weight:700;
}
#adresse .dealer-adresse
{
	margin-bottom:20px;
}

.dealer-map a::before {
    content: "\f279";
	font-family:icon !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: 5px;
}

.dealer-url a::before {
	content: "\f0c1";
font-family:icon !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: 5px;
}

.dealer-phone a::before {
	content: "\f095";
font-family:icon !important;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: 5px;
}
@media only screen and (max-width: 600px) {

#bookingstep-resumeevent-bloc .cta {
    position: relative;
    bottom: auto;
    right: auto;
	margin:20px;
}
}