/* 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;
}
}


.event-item {
    display: inline-block;
    padding: 10px;
    margin: 10px;
        margin-right: 10px;
        margin-left: 10px;
    text-align: center;
    min-width: 300px;
}

.bloc-list-result
{
	background-color: #fff;
text-align: center;
padding: 20px;
}

.bloc-list-result .place-name {
    font-size: 1.5rem;
}

.bloc-list-result .place-city {
    margin-bottom: 20px;
}
.list-event-active .col-8
{
	margin: auto;
padding-top: 20px;
border: 1px solid #ffda66 ;
max-width: 100%;
padding-left: 0;
padding-right: 0;
}

#listeBtnEvt .cta
{
	width:100%;
}