body {
	background-image: none;
}

/* MOBIL */
.mobilSupr { display: none !important; }
.justMobil { display: block !important; }
.tableMobil { display: table !important; }

/* PAGE CONTENU */

.width-max, .width-max-mobil {
	display: table;
	position: relative;
	width: 80%;
	min-width: 80%;
	margin: 0 auto;
	table-layout: fixed;
	word-spacing: -4em;
	overflow: hidden;
	padding: 0;
}

@media screen and (max-width: 600px) { .width-max { width: 75%; } }
@media screen and (max-width: 400px) { .width-max { width: 85%; } }

.width-full.decalage { top: -57px; }

/* BOX // WIDTH */
.entier,
.entier-full,
.demi,
.demi-full,
.tier,
.tier-full,
.deuxtier,
.deuxtier-full,
.quart,
.quart-full,
.troisquart,
.troisquart-full,
.cinquieme,
.deuxcinquieme,
.deuxcinquieme-full,
.troiscinquieme,
.sixieme,
.huitieme,
.douzieme,
.douzieme-full { width: calc((100% / 1) - 0px); padding: 0px 0px; }

/* MARGIN */

.margin-top { margin-top: 50px; }
.margin-bottom { margin-bottom: 50px; }
.padding-top { padding-top: 40px; }
.padding-bottom { padding-bottom: 40px; }

/* FONT // FAMILY */

.size-mini { font-size: 10px !important; line-height: 16px !important; }
.size-petit { font-size: 12px !important; line-height: 18px !important; }
.size-normal { font-size: 15px !important; line-height: 26px !important; }
.size-grand { font-size: 20px !important; line-height: 30px !important; }
.size-big { font-size: 30px !important; line-height: 40px !important; }
.size-ultra { font-size: 80px !important; line-height: 70px !important; }

/* ALIGNEMENT */
.vertical-align-top { vertical-align: top; }
.vertical-align-bottom { vertical-align: bottom; }

/* HEIGHT */

.height100 { height: 100vh; min-height: 600px; }
.height80 { height: 80vh; min-height: 600px; }
.height70 { height: 40vh; min-height: 200px; }
.height50 { height: 50vh; min-height: 400px; }
.height40 { height: 40vh; min-height: 350px; }
.height30 { height: 30vh; min-height: 300px; }

/* P */

p.para-prelude {
	font-family: 'light', sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: rgba(0,0,0,0.8);
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 0 5% 30px 5%;
}

a.bouton-plus {
	letter-spacing: 2px;
}

.btn-video-mobil {
	position: absolute;
	left: 50%;
	top: 40%;
	width: 80px;
	height: 80px;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.8), 0 0 0 10px rgba(255,255,255,0);
	background-color: white;
	border-radius: 50%;
	transform: translate(-50%);
	transition-duration: 0.4s;
} .btn-video-mobil:hover { box-shadow: inset 0 0 0 2px rgba(0,0,0,0.8), 0 0 0 10px rgba(255,255,255,1); }

/* MENU PRINCIPAL */

.prelude-top { padding: 20px 0; }

#menu-principal {
	position: relative;
	top: 0px;
	left: 50%;
	display: inline-block;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
  word-spacing: 0em;
	overflow: hidden;
	text-align: center;
	width: 80%;
	width: 80%;
	transform: translate(-50%);
	padding: 30px 0 10px 0;
}

#menu-principal ul#liste-liens li {
  font-size: 20px;
  line-height: 34px;
}

#rond {
	display: none;
}

/* IMAGES */

.image-back {
	margin: 0 0px;
}

/* DECO */

.decoration {
  width: 40%;
  height: 40%;
}

/* GALERIE */

#galerie ul#vignettes {
	display: none;
}
