.tn_event{
}
.tn_event .agenda_tri{
	background-color: #FFF;
	margin:0 15px 30px 15px;
	padding: 15px;
}

.tn_event #event_search select{
	width: 150px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.tn_event #event_search div.btns{
	display: inline-block;
	margin-top: 15px;
}
.tn_event #event_search div.btns input{
    width: auto;	
}
.tn_event h1{
	margin-left: 15px;
}	

.tn_event h3.archive{
	color: #666;
}

.tn_event .module_description{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}	

.tn_event .event_bloc{
	padding: 15px;
	margin: 15px 0;
	border:1px solid #e6e6e6;
	border-radius: 5px; 
	background-color: #FFF;
}

.tn_event .event_bloc .event_img_container, .tn_event .list_futur .event_img_container {
    text-align: center;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #F5F5F5;
    position: relative;
}

.tn_event .event_bloc .event_img_container a, .tn_event .list_futur .event_img_container a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 80px;
}

.tn_event .event_bloc .event_info {
	margin: 5px 0;
}

.tn_event .event_bloc .event_short_desc {
	min-height: 100px;
}


.tn_event ul.list{
	padding: 0;
	margin: 30px 0;
	list-style: none;
}

.tn_event ul.list li{
	margin-bottom: 30px;
	background-color: #FFF;
}

.tn_event ul.list_futur{
}

.tn_event ul.list_past{
	color: #666;
}

.tn_event ul.list_past li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F5F5F5;
}

.tn_event .date{
	font-size: 15px;
    color: #ec3b43;
    margin-top: 5px;
}

/*.tn_event .date_futur{
	color: #666;
}

.tn_event .date_past{
	color: #666;
}
*/
.tn_event .event_link{
	font-size: 18px;
    margin: 5px 0;
    color: var(--noir);
    display: block;
}

.tn_event .event_link:hover{
    color: #ec3b43;
    text-decoration: none;
}

/*.tn_event .event_link_futur{
	color: #000;
}

.tn_event .event_link_past{
	color: #666;
}
*/
.tn_event .archive_link{
	display: inline-block;
	color: #666;
	border:1px solid #666;
	padding: 3px 5px;
	margin-right: 5px;
}

.tn_event .archive_link:hover, .tn_event .archive_link.active{
	text-decoration: none;
	color: #FFF;
	background-color: #666;
}

.tn_event .list_past_year{
	background-color: #FFF;
	margin:0 15px;
	padding: 15px;
}

.tn_event .carte_title{
	color: var(--noir);
	margin: 15px 0 0 15px;
}

.tn_event #carte{
	height: 400px;
	margin:0 15px 30px 15px;
}

.no-padding{
/*	padding: 0;
*/}

.tn_event .pagination{
	text-align: center;
}

.tn_event .pagination ul{
	list-style: none;
	margin: 15px auto;
	padding: 0;
}

.tn_event .pagination ul li{
	display: inline-block;
	height: 32px;
}

.tn_event .pagination ul li a{
	display: block;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	border:1px solid #ec3b43;
	color: #ec3b43;
}

.tn_event .pagination ul li a.pagination_total{
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	border:none;
	font-size: 16px;
	font-weight: bold;
	margin-right: 30px;
	color: #ec3b43;
}

.tn_event .pagination ul li.prev a,  .tn_event .pagination ul li.next a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	border:none;
	font-size: 20px;
	font-weight: bold;
	color: #ec3b43;
}

.tn_event .pagination ul li.active a{
	background-color: #ec3b43;
	color: #FFF;
}


/*Event détail*/
.tn_event_detail{
	margin: 30px auto 30px auto;
}
.tn_event_detail .back{
	margin-bottom: 30px;
}
.tn_event_detail .date{
	font-size: 18px;
	color: #e11c23;
}

.tn_event_detail h1{
	margin-bottom: 10px;
}	

.tn_event_detail .themes_author{
}

.tn_event_detail .themes_author .themes .badge{
	display: inline-block;
}	

.tn_event_detail .themes_author .author{
	font-weight: bold;
	margin-bottom: 10px;
}	

.tn_event_detail .description{
	clear: both;
}	

.tn_event_detail .site{
}	

.tn_event_detail .imgs{
	height: 200px;
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}	

.tn_event_detail .imgs img{
	width: auto;
	height: 170px;
}	

.tn_event_detail .pdf{
}	

.tn_event_detail div.lieu{
	margin-top: 30px;
}	

.tn_event_detail .adresse{
}

.tn_event_detail .lieu #carte{
	width: 100%;
	height: 400px;
}

.tn_event_detail .lieu #carte div.popup_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

.tn_event_detail .lieu #carte p.lieu{
	margin-top: 5px;
}
.tn_event_detail .lieu #carte p.lat_lng{
	border-top: 1px solid #ccc;
}	

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {	
	.tn_event #event_search select{
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 576px){
	.tn_event #event_search span{
		display: block;
	}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/*osm*/

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	max-width: 290px;
}

/*osm marker cluster group*/
.marker-cluster-small {

	background-color: rgba(181, 226, 140, 0.6);

	}

.marker-cluster-small div {

	background-color: rgba(110, 204, 57, 0.6);

	}



.marker-cluster-medium {

	background-color: rgba(241, 211, 87, 0.6);

	}

.marker-cluster-medium div {

	background-color: rgba(240, 194, 12, 0.6);

	}



.marker-cluster-large {

	background-color: rgba(253, 156, 115, 0.6);

	}

.marker-cluster-large div {

	background-color: rgba(241, 128, 23, 0.6);

	}



	/* IE 6-8 fallback colors */

.leaflet-oldie .marker-cluster-small {

	background-color: rgb(181, 226, 140);

	}

.leaflet-oldie .marker-cluster-small div {

	background-color: rgb(110, 204, 57);

	}



.leaflet-oldie .marker-cluster-medium {

	background-color: rgb(241, 211, 87);

	}

.leaflet-oldie .marker-cluster-medium div {

	background-color: rgb(240, 194, 12);

	}



.leaflet-oldie .marker-cluster-large {

	background-color: rgb(253, 156, 115);

	}

.leaflet-oldie .marker-cluster-large div {

	background-color: rgb(241, 128, 23);

}



.marker-cluster {

	background-clip: padding-box;

	border-radius: 20px;

	}

.marker-cluster div {

	width: 30px;

	height: 30px;

	margin-left: 5px;

	margin-top: 5px;



	text-align: center;

	border-radius: 15px;

	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;

	}

.marker-cluster span {

	line-height: 30px;

	}



.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {

	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;

	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;

	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;

	transition: transform 0.3s ease-out, opacity 0.3s ease-in;

}



.leaflet-cluster-spider-leg {

	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */

	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;

	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;

	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;

	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;

}