.mobilSupr { display: none; }
.background-supr { background-image: none !important; }

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

/* 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; }
.padding-right { padding-right: 0px; }
.padding-left { padding-left: 0px; }

.cleanMobil { 
	background: none !important;
	vertical-align: top !important;
}

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

/* MENU */
span.menuSupr { display: none; }

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

/* ACTUALITE */
#block-actu { position: relative;  top : 0px; }

/* LANGUES */

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

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

.supJustMobil {
	display: block;
}