/* @override 
	http://wsdev.lebonheur.org/lebon-rd/css/templates/tmp-oneColNav.css?v=v1.1 */

#coverBackground{
	margin-top: 10px;
}

h1{
	font-weight: normal;
	color: #FF352E;
	margin-top: 0px;
}

.articleDetails{
	display:none;
}

article h2{
	font-weight: normal;
	color: #0055A5;
}

#asideMobile{
	margin-top: 30px;
}

/* @group Events */

.eventGlance{
	margin-bottom: 20px;
	border-left: 5px solid #C6E8EB;
	
}

.eventGlance .widget{
	margin-left: 10px;
	margin-bottom: 20px;
}

.eventLabel h5{
}

.eventTime{
	margin-bottom: 10px;
}

.eventCal{
	font-size: 1.3em;
	line-height: 1.4em;
	color: #0055a5;
}

.eventTimestamp{
	font-size: 1.1em;
}

.eventUntil {
	color: #bbb;
	font-size: .8em;
}

address{
	margin-bottom: 0px;
}

/* @end */

.mediaContacts dl{
	margin: 0px;
}

.mediaContacts dt{
	font-size: 1.1em;
	line-height: 1.2em;
	color: #333;
}

.mediaContacts dd{
	margin-bottom: 10px;
	color: #666;
}
 
/* Portrait tablet to landscape and desktop */
@media (max-width: 768px) { 
	.eventGlance{
		margin-top: 10px;
	}

}