html, 
body {
	height: 100%;
	font-family: 'Source Serif Pro', serif;
	font-size: 0.85714rem;
}

img {
	max-width: 100%;
}

body {
	background-color: #000;
	/*font-family: Oxygen;*/
}

.container-table {
	height: 100%;
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.whiteBkg {
	background: #FFF;
}

.imageFullFrame {
	background: #000;
	padding: 0;
}

.imageFullFrame img {
	width: 100%;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.table {
    display: table;
}

p {
	margin-top: 1.5em;
}

.mainContent {
	padding : 3em 3em;
}
.philippeLeNoble {
	font-size: 3em;
	font-weight: 700;
}

.bouteilles div {
	text-align: center;
	/*margin-top: 1em;*/
}

.disclaimer {
	font-size: 0.6rem;
	text-align: left;
	margin-top: 3em;
}

.drapeau {
	position: absolute;
	bottom: 0;
	right: 2em;
}