.mobilSupr { display: none !important; }
.justMobil { display: inline-block !important; width: 100%; }
.tableMobil { display: table-cell !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; }

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

/* WIDTH */

.width-full { display: table; position: relative; width: 100vw; }
.width-max { display: table; position: relative; width: 96%; }

/* BOX // WIDTH */

.contenu .demi { padding: 0 !important; }

.tier, .tier-full {width: calc((100% / 1) - 0px); padding: 0px 0px; }

.entierMobil {width: calc((100vw / 1) - 60px); padding: 10px 30px; }
.entierMobilGalerie {width: calc((100vw / 1) - 40%); padding: 10px 20%; }

.size-mini { font-size: 8px !important; line-height: 10px !important; }
.size-petit { font-size: 12px !important; line-height: 14px !important; }
.size-normal { font-size: 17px !important; line-height: 30px !important; }
.size-grand { font-size: 16px !important; line-height: 26px !important; }
.size-big { font-size: 24px !important; line-height: 34px !important; }
.size-ultra { font-size: 60px !important; line-height: 55px !important; }

.no-background-mobil { background-image: none; }

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

.huitieme-full {width: calc((100% / 1) - 0px); padding: 0px 0px; }
.troishuitieme-full {width: calc((100% / 1) - 0px); padding: 0px 0px; }
.cinqhuitieme-full {width: calc((100% / 1) - 0px); padding: 0px 0px; }
.septhuitieme-full {width: calc((100% / 1) - 0px); padding: 0px 0px; }

/* TEXTES */
p { font-size: 15px; line-height: 27px; }
h3 { font-size: 25px; line-height: 33px; }
p.contact { font-size: 18px; line-height: 29px; }

h2 {
	font-size: 2vw;
	line-height: 3vw;
	letter-spacing: .5vw;
}

/* IMAGES */
.height80 { height: 80vh; min-height: 600px; }
.height50 { height: 35vh; min-height: 300px; }
.height30 { height: 30vh; min-height: 200px; }

.height30.round-right { border-top-right-radius: 0vh 0vh; border-bottom-right-radius: 0vh 0vh; }
.height50.round-left { border-top-left-radius: 0vh 0vh; border-bottom-left-radius: 0vh 0vh; }

/* BORDER */
.border-bottom { margin-bottom: 46px; }
.border-right { box-shadow: inset -0px 0px 0px 0px white; }

/* GALERIE PRINCIPALE */

#galerie ul#vignettes li {
	display: none;
	/*width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 8px white;
	margin: 5px 10px;
	background-size: cover;
	background-position: center;
	transition-duration: 0.4s;
	cursor: pointer;*/
}

/* JPO */

ul#bouton-accueil {
	position: relative;
	display: table;
	height: 10%;
	left: calc(50% - 40px);

}

ul#bouton-accueil li a {
	margin: 0px;
}


/* LANDING */

p.landing-titre1, p.landing-titre2, p.landing-titre3 {
	text-transform: uppercase;
}

p.landing-titre1, p.landing-titre2 {
	font-size: 4.8vw;
	line-height: 6vw;
	color: #adc06a;
	text-align: center;
}

p.landing-titre2 {
	color: #006f32;
}

p.landing-titre3 {
	font-size: 3.2vw;
	line-height: 4vw;
	text-align: center;
}

/* P */

p.atout {
	font-size: 3.8vw;
	line-height: 5vw;
	padding-bottom: 4vh;
}

/* TABLE LOT */

table.lot tr:nth-child(1) td p {
	font-size: 7vw;
	line-height: 10vw;
}

table.lot tr td p span {
	font-size: 2vw;
	line-height: 4vw;
}

table.lot tr td p {
	font-size: 3vw;
	line-height: 6.2vw;
}

table.lot tr td p a {
	font-size: 2.8vw;
	line-height: 4vw;
	margin-bottom: 6vh;
}

img.lot {
	width: 100% !important;
	height: auto !important;
}
