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


#menu-principal-complet {
	position: relative;
}

#menu-compensateur-height {
	display: block;
	position: relative;
	height: 160px;
	background-color: white;
}

/* LOGO PRINCIPAL */

#logo-principal {
	position: relative;
	width: 40%;
	max-width: 40%;
	height: 110px;
	float: left;
	background-image: url(../custom/identite/logotype-principal.svg);
	background-size: 80%;
	background-position: center center;
}

#logo-cardis {
	position: relative;
	width: 60%;
	height: 110px;
	float: left;
	background-image: url(../custom/image/logotype-cardis-blanc.png);
	background-size: 90%;
	background-position: center;
	opacity: 1;
}

#bouton-menu {
	display: block;
	position: relative;
	width: 100%; height: 50px;
	float: left;
	cursor: pointer;
	vertical-align: middle;
	padding-top: 15px;
}

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

#bouton-menu p.close {
	background-position: center;
	transform: rotate(90deg);
}

/* MENU PRINCIPAL */

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

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

ul#menu-principal li {
	position: relative;
	display: table-row;
	height: 100px;
	margin: 0 auto;
	margin: 0; padding: 0;
	cursor: pointer;
	transition-duration: 0.5s;
	background-position: center 0px;
	background-size: 64px;
}

ul#menu-principal li:hover {
	background-color: rgba(0,0,0,0);
	background-image: url(../custom/identite/logotype-trait.svg);
}

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

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

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

/* MARGIN */
.margin-top { border-top: 40px solid rgba(0,0,0,0); }

/* WIDTH */
.width-full, .width-max { display: table; position: relative; width: 100%; min-width: 100%; float: top; }

.padding-top { padding-top: 60px; }
.padding-bottom { padding-bottom: 60px; }

.centerMobil { text-align: center !important; }

/* BOX // WIDTH */
.entier {width: calc((100% / 1) - 60px); padding: 10px 30px; }
.entierTablette {width: calc((100% / 1) - 60px) !important; padding: 10px 30px !important; }
.demi { width: calc((100% / 1) - 60px); padding: 10px 30px; }
.demi-full { width: calc((100% / 1) - 60px); padding: 10px 30px; }
.tier {width: calc((100% / 1) - 60px); padding: 10px 30px;}
.deuxtier {width: calc((100% / 1) - 60px); padding: 10px 30px;}
.deuxtier-full {width: calc((100% / 1) - 60px); padding: 10px 30px; }
.quart {width: calc((100% / 1) - 60px); padding: 10px 30px;}
.troisquart {width: calc((100% / 1) - 60px); padding: 10px 30px;}
.cinqieme {width: calc((100% / 1) - 60px); padding: 10px 30px;}
.sixieme {width: calc((100% / 1) - 60px); padding: 10px 30px;}

.para-justify { text-align: justify; }
.para-right { text-align: left; }
.para-left { text-align: left; }

.image-scroll { display: none; }

/* LANGUES */

#menu-langues {
	position: relative;
	top: -35px;
	left: calc(90% - 80px);
}

#menu-langues p {
	font-size: 12px;
}

.supJustMobil {
	display: none;
}

/* ACTU */

#bulle-actu {
	position: absolute;
	top: -800px;
	right: 0px;
	width: 100vw;
	height: auto;
	background-size: contain;
	transition-duration: 0.8s;
	transition-delay: 0.2s;
	background-color: black;
	border-left: 10px solid #8a7459;
}

#bulle-actu.active {
	right: 0px;
	top: 0px;
}
