/* CSS Document */

div.town_selector_box
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	text-align: center;
	margin: 0;
	display: inline-block;
	position: relative;
}

#town_selector
{
	width: 340px;
padding: 12px;
max-width:80%;
border:0;
outline:none;

}

.blocMap{max-width: 100%;
margin: auto;margin-bottom:30px;}
#listeBtnEvt .cta
{
	padding:10px;
}

div.town_selector_row
{
	 background-color: #222222;
	padding: 8px;
align-items: center;
width: 100%;
z-index: 2;
display: flex;
flex-direction: column;
	
}
#listeBtnEvt
{
	overflow-y:scroll;
	height:500px;
	width:100%;
	display:inline-block;
	float:left;
	background-color:#f8f8f8;
}
@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{display:none}}

.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;

}
#mapEvt
{
	height:500px;
	width:75%;
	display:inline-block;
	z-index: 50;
	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%}}

.list-event-past{background-color: #eee;}
.event-item .dist {text-align: center;}
.event-item .dist .picto {
	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: #000000;font-size: 1rem;font-weight:normal}
.list-result .list-event .result {margin: 0;border-bottom: 1px solid #e2e1e5;padding: 9.5px 0;text-align: center;font-size: 1rem;font-weight:normal}

.event-item
{
	color: #3c3947;
	font-size:13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align:left;
	padding:10px 0px;
}
.place-date {
    
    color: #cd192d;
}
.place-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
	text-align:left;
	color:#000000;
}
.place-name-resume {
    text-transform: uppercase;
	color:#000000;
}

.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
}
.leaflet-container a.cta  {
    color:#fff;
}
.leaflet-container a.cta:hover{
	color: #f60;
}
.leaflet-container  {
    
}
a.MapEventName {
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 1.1rem;
	color: #000;
}
a.MapEventAdresse {
    display: inline-block;
    width: 100%;
    color: #333;
	color: #000;
}
a.town_selector_geoloc:hover
{
	
	 background-color: #8F111F;
	 transition:  background-color .5s ease-out;
	color:#fff !important;
}
a.town_selector_geoloc
{
border-style: none;
padding: 0;
color: #fff;
background: #cd192d ;
 
fill: currentColor;
font-size: 1rem;
font-weight: 700;
line-height: 1.15;
text-align: center;
border: 0;
text-decoration: none;
cursor: pointer;
margin-right: 0;
display: inline-flex;
padding: 16px 24px 16px 48px;
text-transform: uppercase;
position: relative;
background-size: 200% 100%;

}


#town_selector_searchinput svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #cd192d;
    height: 100%;
    z-index: 3;
    width: 55px;
    right: 0;
    padding: 0 15px;
}

.MapEventLogo
{
	max-width: 150px;
}
#town_selector_searchinput  
{
	display:inline-block;
	text-align:left;
	background-color:#fff;
	max-width: 90%;
}


.form_town_selector .form_input:not(:placeholder-shown) + label {
    transform: translateY(-65%) scale(.6) !important;
	color:#333;
} 

#town_selector_searchinput label
{
	left: 3px;
	line-height: 1.8rem;
}


span.town_selector_or
{
	
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 8px 16px;
		margin-bottom: 8px;
	color: #fff;
	width: auto;
margin-bottom: 8px;
}
a.town_selector_geoloc svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 22px;
	overflow: hidden;
}

#town_selector_geoloc>svg>path,    #town_selector_searchinput>svg>path {
    fill: white;
	stroke:white;
}​