/* CSS Document */

div.town_selector_box
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	text-align: center;
	margin: 0;
	display: inline-block;
	position: relative;
	border: 1px solid #dadada ;
}

input.town_selector
{
	
}
.blocMap{max-width: 80%;
margin: auto;margin-bottom:30px;}


div.town_selector_row
{
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
#listeBtnEvt
{
	overflow-y:scroll;
	height:500px;
	width:100%;
	display:inline-block;
	float:left;
	background-color:#f8f8f8;
}
#mapEvt
{
	height:500px;
	width:75%;
	z-index: 50;
	
	display: inline-block;
	background-color:#fff;

}
@media only screen and (max-width: 650px) {#listeBtnEvt{height:auto;}.blocMap{max-width: 100%;
margin: auto;margin-bottom:20px;}.js-list-place-wrapper,.pastevent-result,.list-event-past{}
#mapEvt {
  height: 200px;}
  }

.blocMap{padding: 0;border: 2px #dadada solid;}


.blocMap .col-12 {padding: 0!important;}


@media only screen and (max-width: 1080px) {.blocMap{width:100%;margin-left:0;}}
div.bloc-list-result
{
	    display: inline-block;
    position: relative;
    float: left;
    width: 25%;
	background-color: #fff;

}

@media only screen and (max-width: 1080px) {#mapEvt,div.bloc-list-result{width:50%}}
@media only screen and (max-width: 650px) {#mapEvt,div.bloc-list-result{width:100%}}
@media only screen and (max-width: 1070px) {
.blocMap {
  max-width: 100%;
}
}
  
  
.list-event-past{background-color: #eee;}
.event-item .dist {text-align: center;}
.event-item .dist .picto {
	background-image: url(../images/picto-event-ok.png);
	
}

.event-item .dist .picto-off {
	background-image: url(../images/picto-event-ko.png);
}
.event-item .dist .picto-on {
	background-image: url(../images/picto-event-on.png);
}

.event-item .dist .picto-off , .event-item .dist .picto-on , .event-item .dist .picto  {
width: 40px;
  height: 40px;
	margin: 5px auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;

}
	
div.km
{
	font-size: 10px;
	text-align:center;
}
.list-result .list-event .result-nbr {margin-right: 5px; color: #05141f;font-size: 12px;font-family:"ProximaNovaExCnSReg","ProximaNovaExCnSReg",Arial,Helvetica,sans-serif;;}
.list-result .list-event .result {margin: 0;border-bottom: 1px solid #e2e1e5;padding: 9.5px 0;text-align: center;font-size: 12px;}

.event-item
{
	color: #3c3947;
	font-size:18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align:left;
	padding:10px 0px;
}
.place-date {
    font-weight: 700;
    color: #e3001d;
}
.place-name {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
	text-align:left;
	color:#05141f;
}
.place-name-resume {
    text-transform: uppercase;
	color:#05141f;
}

.list-result .event-item:hover, .list-result .event-hover
{
	background-color:#fff;
	 color: #000;
}

.leaflet-popup-content
{
	text-align:center;
}
.MapEventLogo {
    margin: auto;
	margin-bottom:5px;
	max-width:65%;
}
.leaflet-container a.cta  {
   display:inline-block;color: #fff;
}

.cta:hover {
  background-color: #fff;
}

a.MapEventName {
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
	color: #000;
}
a.MapEventAdresse {
    display: inline-block;
    width: 100%;
    color: #333;
	color: #000;
}

#town_selector_btn
{
	    cursor: pointer;
    background: var(--color-primary);
    color: var(--color-white);
    border: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
	font-family:ProximaNovaExCnSReg,Arial;
    border-radius: 30px;
    padding: 1.4rem 2rem;
border-style: none;
display: inline-block;
text-align: center;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.list-event {
  color: #000;
}