.coin{
	padding: 0em;
}

.coin-presentation{
	-moz-box-shadow: 0px 1px 1px #aaa; 
  	-webkit-box-shadow: 0px 1px 1px #aaa; 
  	box-shadow: 0px 1px 1px #aaa;
  	padding: 2em;
  	background: #eef5e2;
}
.coin-presentation figure{
	float: right;
	max-width: 300px;
	position: relative;
}
.coin-presentation figure .legend{
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.6;
	color: #fff;
	width: 100%;
	width: calc( 100% - 2em );
	padding: 0.5em 1em;
}
.coin-presentation figure img{
	display: block;
	max-width: 100%;
}
.coin-presentation .jardin-name{
	color: #666;
	font-weight: bold;
	text-decoration: uppercase;
	margin-bottom: 0.5em;
}
.coin-presentation .coin-name{
	color: #85cc1a;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 2em;
}
.coin-presentation .coin-lieu{
	color: #999;
	font-size: 11px;
	margin-bottom: 1em;
}
.coin-presentation .coin-description{
	margin-bottom: 2em;
}
.coin-presentation .objects-count{
	float: left;
	margin-right: 1em;
}
.coin-presentation .caracteristique{
	
}
.coin-presentation .souscaracteristique{
	padding-left: 2em;
}
.coin-presentation .caracteristique .count{
	color: #85cc1a;
	font-weight: bold;
}
.coin-presentation .souscaracteristique .count{
	display: inline;
	font-weight: bold;
}



.coin-plants{
	float: left;
	width: 50%;
}
.coin-plants .wrapper{
	padding: 2em;
}
.coin-plants ul{
	
}
.coin-plants ul li{
	display: block;
}
.coin-plants ul li ul li{
	display: block;
	padding: 0.5em 0;
}
.coin-plants .type{
	display: block;
	padding: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
}
.coin-plants .name{
	
}
.coin-plants .etat{
	color: #999;
	font-style: italic;
	margin-left: 1em;
}


.coin-planifications{
	float: left;
	width: 50%;
}
.coin-planifications .wrapper{
	padding: 2em;
}
.coin-planifications ul{
	
}
.coin-planifications ul li{
	display: block;
}
.coin-planifications ul li ul li{
	display: block;
	padding: 1em 0;
}
.coin-planifications .date{
	display: block;
	padding: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
}
.coin-planifications .name{
	display: block;
	float: left;
	width: 33.3%;
}
.coin-planifications .action{
	display: block;
	float: left;
	width: 66.6%;
	color: #999;
}