.item{
	float: left;
	width: 100%;
}
	.item-info{
		float: left;
		width: 100%;
		line-height: 20px;
		box-sizing: border-box;
		padding: 5px 0 5px 10px;
		border-left: 1px solid #4C433B;
		color: #4C433B;
		font-weight: bold;
		margin-bottom: 20px;
	}
		.item-info h2, .item-info h3{
			margin: 0;
			padding: 0;
			font-size: inherit;
			font-weight: inherit;
		}
	.item-pictos{
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
		.item-picto{
			float: left;
			width: 32px;
			height: 32px;
			border-radius: 5px;
			border: 1px solid #4C433B;
			background: no-repeat center center #4C433B;
			margin-right: 5px;
		}
	.item-text{
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.item-back{
		float: left;
		line-height: 16px;
		padding: 5px 10px;
		background: #4C433B;
		color: #ffffff;
	}
		.item-back:before{
			content: "◄";
			font-size: 11px;
			float: left;
			line-height: 16px;
			margin-right: 5px;
		}
	.item-button{
		float: left;
		line-height: 16px;
		padding: 5px 10px;
		margin-left: 10px;
		background: #BFB0A3;
		color: #4C433B;
		font-weight: bold;
	}
	.item-url-container{
		display: block;
		float: left;
		width: 100%;
		margin: 5px 0;
	}
		.item-url{
			display: block;
			float: left;
			width: auto;
			border: 1px solid #645046;
			color: #645046;
			padding: 3px 10px;
		}
	.pdf-container{
		display: block;
		float: left;
		width: 100%;
		margin: 5px 0;
	}
		.item-pdf{
			display: block;
			float: left;
			width: auto;
			border: 1px solid #645046;
			color: #645046;
			padding: 3px 10px;
		}