/* MOBIL */
.mobilSupr { display: none !important; }
.justMobil { display: inline-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: visible;
	padding: 20px 0;
}

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

/* BOX // WIDTH */
.entier,
.entier-full,
.demi,
.demi-full,
.tier,
.tier-full,
.deuxtier,
.deuxtier-full,
.quart,
.quart-full,
.troisquart,
.troisquart-full,
.cinquieme,
.deuxcinquieme,
.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; }

/* 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; }

/* ROUNDED */

.rounded-right { border-radius: 0 0 0 0; }
.rounded-left { border-radius:  0 0 0 0; }

.bullet-video, .bullet-contact {
	left: calc(50% - 30px) !important;
	right: calc(50% - 30px) !important;
}

/* P */

ul#liste-liens.off li {
	font-size: 16px;
	line-height: 22px;
}

p {
	font-size: 16px;
	line-height: 26px;
}

h2 {
	font-size: 26px;
	line-height: 32px;
}
