
.titre-agenda{

width: 100%;
background-color: #4E6B90;
color : #FFF;
height: 35px;
position: absolute;
top: 0px;
padding-left: 10px;
margin-bottom : 0px;
}


.titre-agenda > span{
	display:block;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	font-weight:400;
	margin-top:6px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
}


.module-title{
 margin : 0px;
}
.agenda {
    min-height: 213px;
    padding: 0px !important;
}
.shadow {
    box-shadow: 0px 0px 5px #787878;
}

.Agenda-item {
 position: relative;
 height: 45px;
 margin-right : 10px;
}

.Agenda-items {
 border-top : 0px;
 position : absolute;
 top : 35px;
 width : 100%;
}
a.readMoreAgenda{
display:block;
  color: #4e6b90 !important; font-size : 12px;
 float: right;
 top : 30px;
 right : 5px;
 text-decoration : underline;
 text-align : right;
 width : 100%;
padding-right:15px;
margin-top:-20px;
}

.moduleAgenda {
 margin-bottom : 0px;
}
.date-container{
	width:29px;
	height:29px;
	margin:5px 10px 5px 5px;
 //	position: relative;
	float:left;
	background:url(../images/calendar-icon.jpg) no-repeat;
	padding : 5px;
}
.date{
	margin:7px;
	color : #333;
}
.date-detail{
// 	float:left;
//	position : relative;
//	width:80%;
	color:#89c1cf;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:12px;
	margin-top:6px;
	
}

hr.date-separator{
	display: block; height: 1px;
	border: 0; border-top: 1px solid #89c1cf;
	margin:0px;
}

div.moduleItemIntrotext {
 position: relative;
}
.Agenda-CustomLink{
	color: #4E6B90;
	font-family: "Open Sans",sans-serif;
	text-decoration: underline;
	float: right;
	padding-right:10px;
	
}

@media (max-width : 1279px) {
	.agenda {
//		margin-right : 10px;
	}

}
