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

/* MOBIL */
.mobilSupr { display: none !important; }
.justMobil { display: inline-block !important; }
.section.justMobil { display: table !important; }
.justScreen { 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: 100%;
	height: auto;
	table-layout: fixed;
	word-spacing: -4em;
	margin: 0 auto;
	overflow: visible;
	box-shadow: inset 0 0 0 0px #E57F7F;
	vertical-align: middle;
}

.width-max {
	display: table;
	position: relative;
	width: 80%;
	margin: 0 auto;
	table-layout: fixed;
	word-spacing: -4em;
	overflow: visible;
	box-shadow: inset 0 0 0 0px #7EC1AA;
	padding: 20px 0;
}

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

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

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

/* SEPARATION */
.espace-vide-30 { display: block; height: 30px; }
.espace-vide-60 { display: block; height: 60px; }

/* BANDES */
.bande-20 {	height: 20vh; min-height: 200px; }
.bande-30 {	height: 30vh; min-height: 300px; }
.bande-50 {	height: 30vh; min-height: 300px; }
.bande-100 {	height: 50vh; min-height: 600px; }

/* MENU PRINCIPAL */

ul#menu-principal {
	display: none;
}

#menu-principal-mobil {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

#menu-principal-mobil ul {
	position: relative;
	display: table;
	width: 100%;
	table-layout: fixed;
}

#menu-principal-mobil ul:nth-child(1) {
	margin-top: 4%;
	height: 10%;
}

#menu-principal-mobil ul:last-of-type {
	bottom: 2%;
	position: absolute;
}

#menu-principal-mobil ul li {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

/*
#menu-principal-mobil ul:last-of-type li:last-of-type {
	width: 55%;
}
*/

#menu-principal-mobil ul:last-of-type li p a img {
	width: 70%;
}

#menu-principal-mobil ul li p {
	text-align: center;
	padding: 10px 10px;
}

#menu-principal-mobil ul li p span {
	display: block;
	position: absolute;
	top: 0%;
	left: 50%;
	font-size: 2.6vw;
	text-transform: uppercase;
	line-height: 1vw;
	letter-spacing: 0.04vw;
	transform: translate(0%, -250%) rotate(-90deg);
	transition-duration: 0.4s;
	transform-origin: center left;
	font-family: 'sansRegular', sans-serif;
	opacity: 0.8;
	color: white;
}

#menu-principal-mobil ul li:hover p span {
	transform: translate(0%, -350%) rotate(-90deg);
}

#menu-principal-mobil-scroll li p {
	margin: 10px;
	font-size: 3vw;
	line-height: 4vw;
	letter-spacing: 0.2vw;
	box-shadow: inset 0 0 0 0 white;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	color: white;
}

/* H */

p {
	font-size: 3vw;
	line-height: 5.2vw;
}

p.decalage {
	padding: 5px 0vw 15px 0vw;
}

h2 {
	font-size: 11vw;
	line-height: 15vw;
	padding: 60px 0vw 20px 0vw;
}

h3 {
	font-size: 5.6vw;
	line-height: 8.4vw;
	padding: 10px 0vw 20px 0vw;
}

ul.situation li p {
	font-size: 3.6vw;
	line-height: 6vw;
}

ul.spa li p {
	font-size: 3.6vw;
	line-height: 6vw;
}

/* BOUTON VIDEO */

a.bouton-video {
	width: 25vw;
	height: 25vw;
	top: 50%;
	left: 50%;
}

a.bouton-video span {
	display: none;
}

a.telechargements {
	display: block;
	padding: 20px 30px;
	margin: 0 0 50px 0;
	color: white;
	font-size: 3vw;
	line-height: 3.8vw;
	letter-spacing: 0.2vw;
	text-transform: uppercase;
	background-color: var(--color-gris-fonce);
	transition-duration: 0.4;
	text-align: center;
	font-family: 'sansMedium', sans-serif;
}

/* GALERIE IMAGE */

#galerie-image ul#images li { background-size: cover; }
#galerie-image ul#vignettes { display: none; }
#galerie-image ul#vignettes li { display: none; }

/* GALERIE CONTACT */

#galerie-contact #galerie-contact-contenu {
	width: 80%;
	margin: 10%;
}

#galerie-contact #galerie-contact-contenu p img {
	width: 80%;
	margin: 30px 0;
}

#galerie-contact #galerie-contact-contenu #formulaire {
	width: 80%;
	margin: 0 auto;
}


/* ACTU */

/* POPUP ACTU */

#popup-actu {
	position: fixed;
	width: 90%;
	max-width: none;
	height: auto;
	bottom: 50%;
	right: 50%;
	transform: translate(200%, 0%);
	box-shadow: inset 0 0 0 1px white;
	z-index: 100;
	transition-duration: 0.6s;
}

#popup-actu.open { transform: translate(50%, 50%); }

#popup-actu ul {
	display: table;
	width: calc(100% - 10vw);
	position: relative;
	margin: 1vw;
	padding: 4vw;
}

p.actu-titre {
	font-size: 6.5vw;
	line-height: 7vw;
	padding: 20px 40px 10px 0px;
}

p.actu-soustitre {
	font-size: 4.5vw;
	line-height: 5.5vw;
}

#popup-actu ul a {
	font-size: 3.5vw;
	line-height: 4vw;
}

/* LANGUES */

#menu-langue {
	position: fixed;
	top: 50%;
	right: 0px;
	background-color: white;
	transform: translate(0%, -50%);
}

#menu-langue li {
	position: relative;
	width: 10vw;
	height: 10vw;
	background-color: white;
}

#menu-langue li p {
	font-size: 3vw;
	line-height: 3vw;
}
