figure {	position: relative;	width: 100%;	height: 100%;	margin: 0;	text-align: center;	overflow: hidden;}figcaption {	position: absolute;	left: 12; bottom: -0.2em;	width: 100%;	height: 0.5%;	text-align: center;	font-family: "SourceSansProLight", "lucida sans", helvetica, arial, sans-serif;	color: #fff;	background: rgba(0,0,0,0.6);	overflow: hidden;	/*préparation de la transition*/	transition: all 0.7s;}.plus{	position: relative;	z-index:1;	top:12%;	left:40%;	width:30px;	height:30px;}.plus img{	max-width:100%;}.titreportf{	position: relative;	top:36%;	color: #fff;	font-family: 'SourceSansProLight', "lucida sans", helvetica, arial, sans-serif;	font-size:24px;	line-height: 1.2em;	font-style:normal;}.titreportf em{	color: #fff;	font-family: 'SourceSansProLightItalic', "lucida sans", helvetica, arial, sans-serif;	font-size:18px;	line-height: 1.2em;	font-style:normal;}figcaption a{	text-decoration:none;}figcaption a:hover{}figcaption span { display: block; }figure:hover figcaption,figure:focus figcaption {	height: 60%;	background: rgba(0,0,0,0.5);}