html { overflow-x: hidden; }
body { overflow-x: hidden; background-color: #FFF; }

a { display: inline-block; text-decoration: none; color: unset; }

/* MARGES */
.padding-top { padding-top: 60px; }
.padding-bottom { padding-bottom: 60px; }

/* WIDTH */
.width-full { display: table; position: relative; width: 100%; min-width: 1200px; background-color: rgba(0,0,0,0); table-layout: fixed; word-spacing: -4em; margin: 0 auto; overflow: visible; }
.width-max { display: table; position: relative; width: 88%; margin: 0 auto; table-layout: fixed; word-spacing: -4em; overflow: visible; }

.justMobil { display: none; }

/* COLONNES */
.deuxColones { column-count: 2; column-gap: 60px; }

/* 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: rgba(0,0,0,1); }

/* COLOR // TYPO */
.color-typo-white { color: rgba(255,255,255,1); }
.color-typo-grey { color: rgba(0,0,0,0.7); }
.color-typo-black { color: rgba(0,0,0,1); }

/* BORDER */
.border-radius { border-radius: 0px; }
.border-top { border-top: 1px solid black; }
.border-bottom { border-bottom: 1px solid black; }

/* CONTENU */
.contenu { 
	display: inline-block;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
  	word-spacing: 0em;
}

.background {
	background-position: center;
	background-size: cover;
}

.imageBack {
	height: 40vh;
}

/* 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: 10px 30px; }
.demi-full {width: calc((100% / 2) - 0px ); padding: 0px 0px; }
.tier {width: calc((100% / 3) - 60px); padding: 10px 30px; }
.tier-full {width: calc((100% / 3) - 0px); padding: 0px 0px; }
.deuxtier {width: calc(2*(100% / 3) - 60px); padding: 10px 30px; }
.deuxtier-full {width: calc(2*(100% / 3) - 0px); padding: 0px 0px; }
.quart {width: calc((100% / 4) - 60px); padding: 10px 30px; }
.quart-full {width: calc((100% / 4) - 0px); padding: 0px 0px; }
.troisquart {width: calc(3*(100% / 4) - 60px); padding: 10px 30px; }
.troisquart-full {width: calc(3*(100% / 4) - 0px); padding: 0px 0px; }
.cinquieme {width: calc((100% / 5) - 60px); padding: 10px 30px; }
.sixieme {width: calc((100% / 6) - 60px); padding: 10px 30px; }
.huitieme {width: calc((100% / 8) - 60px); padding: 10px 30px; }

.para-padding { padding: 10px 15%; }

/* FONT // FAMILY */
.font-SansThin { font-family: 'SansThin'; }
.font-SansLight { font-family: 'SansLight'; }
.font-SansLight b {  font-family: 'SansRegular'; }
.font-SansRegular { font-family: 'SansRegular'; }
.font-SansBold { font-family: 'SansBold'; }

.font-SerifLight { font-family: 'SerifLight'; }
.font-SerifLight b { font-family: 'SerifRegular'; }
.font-SerifRegular { font-family: 'SerifRegular'; }
.font-SerifBold { font-family: 'SerifBold'; }

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

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

.size-mini { font-size: 10px; line-height: 14px; }
.size-petit { font-size: 12px; line-height: 17px; }
.size-normal { font-size: 16px; line-height: 26px; }
.size-grand { font-size: 20px; line-height: 30px; }
.size-big { font-size: 30px; line-height: 40px; }
.size-ultra { font-size: 50px; line-height: 60px; }

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

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

/* SITE */

#selection-langue {
	height: 100vh;
}

#selection-langue #selection-langue-contenu {
	vertical-align: middle;
	display: table-cell;
}

.selection-langue {
	padding: 20px;
	filter: grayscale(100%);
	transition-duration: 0.4s;
} .selection-langue img { opacity: 0.8; padding-bottom: 20px;}

.selection-langue:hover {
	filter: grayscale(0%);
} .selection-langue:hover img { opacity: 1; }


h1 {
	color: white;
	text-align: center;
	font-family: 'SerifRegular';
	padding: 5vh 0 5vh 0;
	margin: 5vh 0 10vh 0;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 12px;
	border-bottom: 1px solid white;
	transition-duration: 0.8s;
}

a.button {
	display: inline-block;
	margin: 20px 0 10px 0;
	background-color: #f4e49d;
	color: black;
	padding: 12px 20px 10px 20px;
	font-family: 'SansRegular';
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 4px;
	filter: grayscale(100%);
	transition-duration: 0.4s;
} a.button:hover { filter: grayscale(0%); }

span.vignette {
	display: block;
	position: relative;
	height: 150px;
	background-size: cover;
	background-position: center;
	transition-duration: 0.8s;
	filter: grayscale(100%);
} span.vignette:hover { filter: grayscale(0%); }

.liste {
	display: block;
	margin: 24px 0px;
	font-family: 'SansLight';
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
}

.imageTitre {
	filter: grayscale(100%);
	transition-duration: 0.4s;
}

.imageTitre::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	transition-duration: 0.4s;
}

.imageTitre:hover  {
	filter: grayscale(0%);
}

.imageTitre:hover::before  {
	opacity: 0;
}

.imageTitre:hover h1  {
	opacity: 0.2;
}



