
.mobilSupr { display: none !important; }
.justMobil { display: inline-block !important; }

/* COLONNES */

.deuxColones { column-count: 1; column-gap: 0px; }
.paraCenterMobil { text-align: center; padding-left: 0px !important; padding-right: 0px !important; margin-right: 0px !important; }
.paraJustifyMobil { text-align: justify; padding-left: 0px !important; padding-right: 0px !important; margin-right: 0px !important; }
.paraLeftMobil { text-align: left; padding-left: 0px !important; padding-right: 0px !important; margin-right: 0px !important; }

/* MENU */
span.menuSupr { display: inline-block; }

/* MARGIN */
.margin-top { border-top: 40px solid white; }

/* WIDTH */
.width-full { display: table; position: relative; width: 100%; min-width: 100%; float: top; }
.width-max { display: table; position: relative; width: calc(100% - 60px); margin: 0 auto; float: top; }

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

.size-mini { font-size: 8px; line-height: 10px; }
.size-petit { font-size: 12px; line-height: 14px; }
.size-normal { font-size: 14px; line-height: 20px; }
.size-grand { font-size: 18px; line-height: 28px; }
.size-big { font-size: 30px; line-height: 40px; }
.size-ultra { font-size: 60px; line-height: 55px; }

.timer {
	position: absolute;
	top: -70px;
	width: 90%;
	height: 50px;
	padding: 0px;
	margin: 0px;
 }

#header-fond {
	position: relative;
	height: calc(50vh - 2 * 175px);
	min-height: 450px;
	margin: 30px 90px;
	background-position: bottom left;
	background-image: url('../custom/image/galerie/image-projet-exter-03.jpg');
}

#header-fond-attente {
	position: relative;
	height: calc(100vh - 2 * 140px);
	min-height: 500px;
	margin: 20px 90px 90px 90px;
	background-image: url('../custom/image/galerie/image-projet-exter-03.jpg');
}

#header .header-logo {
	width: 60%;
}

#header-page {
	min-height: 120px;
}

/* ANNONCE */

#intruduction-annonce {
	position: relative;
	left: 0%;
	width: calc(100vw - 60px);
	max-width: 1000px;
	height: auto;
	min-height: 100px;
	background-color: white;
	transform: translateX(0%) translateY(0%);
	border-radius: 10px;
	padding: 30px;
	z-index: 500000;
	transition-duration: 0.6s;
}

#intruduction-annonce.close {
	top: 0px;
}

#intruduction-annonce p {
	text-transform: uppercase;
	text-align: center;
	font-family: 'regular', sans-serif;
	font-size: 20px;
	line-height: 26px;
	padding: 5px 0;
}

#intruduction-annonce p.bleu {
	font-size: 16px;
	line-height: 22px;
	font-family: 'light', sans-serif;
}

#intruduction-annonce p.size-mini {
	font-size: 12px;
	line-height: 16px;
}

#intruduction-annonce a.fermeture {
	display: none;
}

#intruduction-annonce a:hover {
	transform: rotate(0deg);
}

 /* MENU PRINCIPAL */

#menu-principal-complet {
	position: relative;
	border-bottom: 20px solid white;
}

ul#menu-principal {
	display: none;
	position: relative;
	height: 0px;
	width: 100%;
	left: 0px;
}

ul#menu-principal.open {
	display: table;
	position: relative;
	width: 100%;
	height: calc(100vh - 140px);
}

ul#menu-principal li {
	position: relative;
	display: table-row;
	height: 70px;
	margin: 0 auto;
	margin: 0; padding: 0;
	cursor: pointer;
	transition-duration: 0.5s;
	background-image: none;
} ul#menu-principal li:hover { background-color: rgba(0,0,0,0); background-image: none; }

ul#menu-principal li a {
	display: table-cell;
	width: 90%;
	margin: 0 auto;
	padding-top: 20px; padding-bottom: 20px;
	text-align: center;
	font-family: 'regular';
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	background-image: none;
}

ul#menu-principal li a p {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: 'regular';
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
}

#logo-principal {
	position: relative;
	width: 70%;
	left: 30%;
	height: 100px;
	float: left;
	background-image: url(../custom/identite/logotype-principal-mobil.svg);
	background-position: center top;
}

#bouton-menu {
	display: block;
	position: absolute;
	width: 30%; height: 100px;
	float: left;
	cursor: pointer;
	vertical-align: middle;
}

#bouton-menu p {
	margin: 0; padding: 0;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	background-image: url(../custom/identite/selecteur-picto-menu.svg);
	background-position: 20% bottom;
	background-size: 60%;
	transform: rotate(0deg);
	transition-duration: 0s;
}

#bouton-menu p.close {
	background-image: url(../custom/identite/selecteur-picto-menu-close.svg);
	transform: rotate(0deg);
}



/* GALERIE POP */

#galerie-pop {
	position: absolute;
	top: -500px;
	width: calc(100vw - 0px);
	height: 0px;
	left: 0px;
	transition-duration: 1s;
	z-index: 10000001;
	background-color: white;
	overflow: hidden;
	background-position: center;
	background-size: 120%;
	cursor: pointer;
	border-radius: 0px;
	box-shadow: 0 0 0 0px rgba(33,33,33,0);
}

#galerie-pop.close {
	position: fixed;
	width: calc(100vw - 0px);
	height: 0px;
}

#galerie-pop.open {
	position: fixed;
	top: 0px;
	height: calc(100vh - 0px);
	box-shadow: 0 0 0 0px rgba(33,33,33,0.8);
}
