﻿/****************************************************************************
	Agestis - Content Management System - http://www.agestis.com
	by ARICIA http://www.aricia.fr
*****************************************************************************
			Version:	20150319.0959
			coder: 		Damien
*****************************************************************************
		Actualites.template.css
****************************************************************************/

.container-principal {
	height: auto;
}

.actus-list { margin-top: 30px; }
.actus-list .row { margin-bottom: 20px; }

.actus-list-item {
	padding-bottom: 15px;
}
//.actus-list-item img { width: 190px; max-height: 200px; overflow: hidden; }


	.actus-list-item .item-plus > .btn:after {
		/* symbol for "opening" panels */
		font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
		content: "\e114";    /* adjust as needed, taken from bootstrap.css */
		color: #FFF;         /* adjust as needed */
		margin-left: 5px;
	}
	.actus-list-item .item-plus > .btn.collapsed:after {
		/* symbol for "collapsed" panels */
		content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	}


/** Résumé */
.item-resume {
	margin-top: 10px;
	margin-bottom: 20px;
}
	/* .item-resume h3 { height: 65px;} */

	.iconAgenda {
		display: block;
		width: 60px;
		height: 65px;
		background: transparent url('/skins/_modules/images/icon_agenda.png');
		float:left;
		text-align:center;
		margin-top:-15px;
		margin-right:10px;
		padding-left:6px;
		padding-top: 20px;
		overflow:hidden;
	}
		.iconAgenda div { position:absolute; font-weight:700; }
		.iconAgenda div:nth-child(1){ font-size:70%; margin-top:2px; /*margin-left: 2px;*/} /* jour */
		.iconAgenda div:nth-child(2){ font-size:55%; margin-top: 5px; margin-left: 20px; } /* mois */
		.iconAgenda div:nth-child(3){ font-size:55%; margin-top: 22px; } /* annee */


/** Descriptions longue et médias */

.item-plus .collapse {
}
	.item-desc,
	.item-medias {
		padding: 20px;
		box-shadow: 0 0 10px rgba(0,0,0,.5);
	}
	.item-medias h5 { margin-top: -10px; }
	.item-medias img { width: 70px; }



.actus-list-item .img-thumbnail {
	border-radius: 0;
	border-color: rgba(204, 51, 102, 0.4);
	box-shadow: 5px 5px 5px 0px rgba(204, 51, 102, 0.2);
}
