.visionneuse.launcher {
	margin: 0 auto;
	clear: both;
}

.visionneuse.launcher img {
	margin: 0 auto;
	display: block;
}

.isb_fullview-close_vis {
	width: 60px;
	height: 60px;
	background: url('../images/prejuges/close.svg') no-repeat;
	position: fixed;
	top: 3%;
	right: 2%;
	z-index: 200000;
	cursor: pointer;
	display: none;
}

.isb_fullview_vis {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	background-color: rgba(255, 255, 255, 0.9); /* Transparence */
	top: 0;
	left: 0;
	z-index: 100000;
	vertical-align: center;
	text-align: center;
}