html { margin: 0px; overflow-x: hidden; }
body { margin: 0px; overflow-x: hidden;}

.none {display: none !important; }
.table {display: table !important; }

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

/* WIDTH */

.contenu {
	position: relative;
	display: inline-block;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
  word-spacing: 0em;
	overflow: hidden;
}

/* PAGE CONTENU */

.width-full {
	display: table;
	position: relative;
	width: 100vw;
	height: auto;
	min-width: 100vw;
	background-color: rgba(0,0,0,0);
	table-layout: fixed;
	word-spacing: -4em;
	margin: 0 auto;
	overflow: visible;
	vertical-align: middle;
}

.width-max {
	display: table;
	position: relative;
	width: calc( 100% - 100%/6 - 30px );
	margin: 0 auto;
	table-layout: fixed;
	word-spacing: -4em;
	overflow: visible;
	padding: 20px 0;
}

/* MARGES */

.padding-top { padding-top: 50px; }
.padding-bottom { padding-bottom: 50px; }
.padding-left { padding-left: 80px; }
.padding-right { margin-right: 6%; }
.margin-top { margin-top: 0px; }
.margin-bottom { margin-bottom: 0px; }


.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }
.no-background-mobil { background-image: default; }

/* COLOR // BACKGROUND */
.color-background-white { background-color: rgba(255,255,255,1); }
.color-background-grey { background-color: rgba(0,0,0,0.1); }
.color-background-black { background-color: #3e3f3f; }
.color-background-jaune { background-color: #ffcc00; }
.color-background-vert { background-color: #13a965; }
.color-background-rouge { background-color: #c90b19; }

/* COLOR // TYPO */
.color-typo-black { color: rgba(63,63,63,1); }
.color-typo-gris { color: rgba(0,0,0,0.6); }
.color-typo-vert { color: #13a965; }
.color-typo-jaune { color: #ffcc00; }
.color-typo-rouge { color: #c90b19; }

/* BORDER */
.border-radius { border-radius: 10px; overflow: hidden;}

/* BOX // WIDTH */
.entier {width: calc((100% / 1) - 60px); padding: 10px 30px; }
.entier-full {width: calc((100% / 1) - 0px); padding: 10px 0px; }
.demi {width: calc((100% / 2) - 60px ); padding: 0px 30px; }
.demi-full {width: calc((100% / 2) - 0px ); padding: 0px 0px; }
.tier {width: calc((100% / 3) - 60px); padding: 0px 30px; }
.tier-full {width: calc((100% / 3) - 0px); padding: 0px 0px; }
.deuxtier {width: calc(2*(100% / 3) - 60px); padding: 0px 30px; }
.deuxtier-full {width: calc(2*(100% / 3) - 0px); padding: 0px 0px; }
.quart {width: calc((100% / 4) - 60px); padding: 0px 30px; }
.quart-full {width: calc((100% / 4) - 0px); padding: 0px 0px; }
.troisquart {width: calc(3*(100% / 4) - 60px); padding: 0px 30px; }
.troisquart-full {width: calc(3*(100% / 4) - 0px); padding: 0px 0px; }
.cinquieme {width: calc((100% / 5) - 60px); padding: 0px 30px; }
.deuxcinquieme {width: calc(2*(100% / 5) - 60px); padding: 0px 30px; }
.troiscinquieme {width: calc(3*(100% / 5) - 60px); padding: 0px 30px; }
.sixieme {width: calc((100% / 6) - 60px); padding: 0px 30px; }
.huitieme {width: calc((100% / 8) - 60px); padding: 0px 30px; }
.douzieme {width: calc((100% / 12) - 60px); padding: 0px 30px; }
.douzieme-full {width: calc((100% / 12) - 0px); padding: 0px 0px; }

/* FONT // FAMILY */

.font-light { font-family: 'light', sans-serif; }
.font-regular { font-family: 'regular', sans-serif; }
.font-medium, b { font-family: 'medium', sans-serif; }
.font-bold { font-family: 'bold', sans-serif; }

i { font-style: italic; }

.font-cap { text-transform: uppercase; }
.font-underline { text-decoration: underline; }
.font-italique { font-style: italic; }

.para-left { text-align: left !important; }
.para-justify { text-align: justify; }
.para-center, .center { text-align: center; }
.para-right { text-align: right; }

.para-center-mobil { text-align: default; }
@media screen and (max-width: 1100px) { .para-center-mobil { text-align: center !important; } }

.no-background-mobil { background: default; }
@media screen and (max-width: 1100px) {	.no-background-mobil { background: none !important; } }

.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; }

.letter-spacing-1 { letter-spacing: 1px; }
.letter-spacing-2 { letter-spacing: 2px; }
.letter-spacing-4 { letter-spacing: 4px; }
.letter-spacing-8 { letter-spacing: 8px; }

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

/* ESPACE VIDE */

.espace-vide-10 { height: 10px; width: 100%; }
.espace-vide-20 { height: 20px; width: 100%; }
.espace-vide-30 { height: 30px; width: 100%; }
.espace-vide-50 { height: 50px; width: 100%; }
.espace-vide-60 { height: 60px; width: 100%; }
.espace-vide-100 { height: 100px; width: 100%; }

/* H */

a {
	text-decoration: none;
	color: inherit;
}

h1 {
	font-size: 18px;
	line-height: 26px;
	font-family: 'regular', sans-serif;
	color: black;
	padding: 10px 0 20px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 26px;
	line-height: 34px;
	font-family: 'regular', sans-serif;
	color: black;
	padding: 10px 0 20px 0;
}

p {
	font-family: 'light', sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0;
}

/* IMAGES */

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

/* DECO */

.deco-gauche, .deco-droite {
	position: absolute;
	height: 500px;
	width: 150px;
	background-size: contain;
}

.deco-gauche {
	left: 0px;
	background-position: center left;
}

.deco-droite {
	right: 0px;
	background-position: center right;
}

.deco-up { z-index: 10; }
.deco-down { z-index: 0; }

.deco-gauche.jaune { background-image: url('../svg/deco-jaune-gauche.svg'); }
.deco-droite.jaune { background-image: url('../svg/deco-jaune-droite.svg'); }

.deco-gauche.vert { background-image: url('../svg/deco-vert-gauche.svg'); }
.deco-droite.vert { background-image: url('../svg/deco-vert-droite.svg'); }

.deco-gauche.rouge { background-image: url('../svg/deco-rouge-gauche.svg'); }
.deco-droite.rouge { background-image: url('../svg/deco-rouge-droite.svg'); }

/* ROUNDED */

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