html, body, #conteneurZone{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.zone{
	/*background-color: black;*/
	position: absolute;
    background-size: cover;
	background-repeat: no-repeat;  
	background-position: center;
}

.zoneGabarit{
	position: absolute;
	top: 0;
	height: 200%;
	width: 100%;
}

.zoneTexte{
	font-size: 5vmin;
	text-align: center;
	display: table;
}

.zoneTexte p{
	vertical-align: middle;
	display: table-cell;
}

.zoneImage{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.zoneImage div{
	width: 100%;
	height: 100%;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.zoneVideo video{
	width: 100%;
    height: 100%;
}