/* 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 ;
}
.km {
  color: #fff;
}

.list-result .event-item:hover div.km, .list-result .event-hover div.km {
  color: #999;
}
input.town_selector
{
	
}
.blocMap{
margin: auto;margin-bottom:0px;border-top:1px #fff solid;}


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:#000000;;
}
#mapEvt
{
	height:500px;
	width:75%;
	z-index: 50;
	
	display: inline-block;
	background-color:#fff;

}
h2.result {
  color: #000;
  font-family: Ubuntu;
}

.leaflet-container a {
  color: var(--color-primary);
}


@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;}


.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%;
  margin-bottom:0;
}
#map_essai
{
  padding-bottom: 0;
}

}
  
  .event-description {
  color: #aaa;
}
.list-event-past{background-color: #2b2b2b;}
.event-item .dist {text-align: center;}
.event-item .dist .picto,  .event-item .dist .picto-off {
	background-image: url(../images/pin-off.png);
	width: 25px;
	height: 34px;
	margin: 5px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.event-item .dist .picto-off {
	background-image: url(../images/pin-ko.png);
}
.event-item .dist .picto-on {
	background-image: url(../images/pin-on.png);
}
	
div.km
{
	font-size: 10px;
	text-align:center;
}
.list-result .list-event .result-nbr {margin-right: 5px; color: #fff;font-size: 12px;font-family:Ubuntu,Ubuntu,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; color:#fff}
.result.pastevent-result {
  background-color: #333 !important;
}
.event-item
{
	color: #3c3947;
	font-size:13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align:left;
	padding:10px 0px;
}
.place-date {
    font-weight: 700;
    color: rgb(227, 67, 56);
}

.blocMap .place-name
{
	color:#fff;
}
.list-event-active  a.cta
{
	color:#fff;
	border-color : #fff;
}
.event-item:hover .place-name,.event-item.event-hover .place-name  {
  color: #000;
}
.event-item:hover  a.cta ,.event-item.event-hover a.cta {
  color: #000;border-color :#000;
}
.event-item:hover  a.cta:hover  ,.event-item.event-hover  a.cta:hover{
  color: #fff;border-color :var(--color-primary);;
}
.place-name {
    text-transform: uppercase;
    font-size: 14px;
    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;
}


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;
}
