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

/* PAGE CONTENU */

.width-max {
	display: table;
	position: relative;
	width: 60%;
	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 { width: calc((100% / 1) - 0px); padding: 0px 0px; }

.cinquieme-intro { width: calc((100% / 2) - 0px); padding: 0px 0px; }

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

/* DECO */
div.deco { display: none; }

/* CONTACT */

h2 {
	display: inline-block;
	font-family: 'medium', sans-serif;
	font-size: 26px;
	line-height: 30px;
	padding: 0 0 20px 0;
	color: #8d7336;
	border-bottom: 2px solid #8d7336;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
}

p.contact-contour {
	box-shadow: inset 0 0 0 0 #8d7336;
	padding: 30px 20px 0 0;
	border-top-right-radius: 10px;
}

p.border-right {
	box-shadow: inset 0 0 0 0 #8d7336;
}

p.bullet-txt {
	padding: 10px 0 10px 0%;
	width: 100%;
	color: #8d7336;
	font-size: 16px;
	line-height: 24px;
}
