/* CSS Document */

.blocEventAdresse
{
	font-size:1.1rem;
}

#bookingstep-resumeevent-bloc .cta {
	position: relative;
	margin-top: 20px;
	margin-left: 5%;
	font-size: 0.7rem;
	padding: 5px 30px;
	width: 90%;
}
#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;
    margin-top: 20px;
}
}

#adresse, #adresse div
{
	display:inline-block;
	width:100%;
}


.thumb-event-item-img
{
	width:100%
}

.thumb-event-item a:hover 
{
	color:#cd192d;
}
.thumb-event-item .place-name
{
	width: 50%;
float: left;
font-size: 0.8rem;
}
.thumb-event-item .place-city
{
	width: 50%;
float: right;
text-align: right;
font-size: 0.8rem;
}

.thumb-event-item .event-name
{
	text-transform:uppercase;
	font-weight:bold;
	font-family: "DIN2014-Demi",Arial,Helvetica,sans-serif;
	font-weight:700;
}

.blocThumbEvent .place-name {
    color: inherit;
}

.thumb-event-item {
    margin-bottom: 30px;
}