/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------/
																																																				/
																						LISTES EVENNEMENTS																							/
																																																				/
---------------------------------------------------------------------------------------------------------------------------------------------------------------------/**/		


body.agenda section article .post-excerpt{
	width:600px;
	min-height:0;
}
body.agenda  section .post-date{
	bottom: 0;
}
body.agenda.single section header>div, body.agenda section header{
	overflow: hidden;
	position: relative;
}

	body.agenda section article .post-spec{
		position: relative;
		z-index: 990;
		max-width: 544px;		
		width:auto;

	}

body.agenda section article .post-spec .post-theme{
	color:#fff;
	margin-top:5px;
}
@media only screen and (max-width: 767px){
    body.agenda section article .post-spec{width: 315px;}
	body.agenda section article .post-excerpt{width:270px;}
	body.agenda section article footer .left, body.agenda section article footer .right{width:100%;}
	body.agenda section article footer .right{margin-top:27px;}
	body.agenda section article .post-spec .post-theme{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
	body.agenda section article .post-excerpt{width:390px;}
	
}
@media only screen and (max-width: 480px) {
    body.agenda section article .post-spec{width: 195px;}
	body.agenda section article footer .right{margin-top:60px;}
}