html { margin: 0px; overflow-x: hidden; }
body {
	margin: 0px;
	overflow-x: hidden;
	background-color: var(--color-body-back);
}

.mobilOnly { display: block !important; }
.mobilSupr { display: none !important; }
.mobilCenter { text-align: center !important; }
.tableCellMobil { display: table-cell !important; }

/* WIDTH */

.contenu {
	position: relative;
	display: inline-block;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
  word-spacing: 0em;
	overflow: visible;
}

/* PAGE CONTENU */

.width-full {
	display: table;
	position: relative;
	width: 100vw;
	height: auto;
	background-color: rgba(0,0,0,0);
	table-layout: fixed;
	word-spacing: -4em;
	margin: 0 auto;
	vertical-align: middle;
	overflow: hidden;
}

.width-max {
	display: table;
	position: relative;
	width: 100vw;
	margin: 0 0vw 0 0vw;
	table-layout: fixed;
	word-spacing: -4em;
	overflow: visible;
	padding: 0;
}

/* MARGES */

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

/* BORDER */
.border-radius { border-radius: 0px; overflow: hidden;}

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

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

/* FONT // FAMILY */
.para-left { text-align: left; }
.para-justify { text-align: justify; }
.para-center { text-align: center !important; }
.para-right { text-align: right; }

/* ALIGNEMENT */
.vertical-align-top { vertical-align: top; }
.vertical-align-bottom { vertical-align: bottom; }

/* ESPACE VIDE */
.espace-vide-10 { height: 10px; width: 100%; }
.espace-vide-20 { height: 20px; width: 100%; }
.espace-vide-30 { height: 30px; width: 100%; }
.espace-vide-50 { height: 50px; width: 100%; }
.espace-vide-60 { height: 60px; width: 100%; }
.espace-vide-100 { height: 100px; width: 100%; }

/*BANDES IMAGES*/
.bande-20 { min-height: 20vh; }
.bande-30 { min-height: 30vh; }
.bande-40 { min-height: 40vh; }
.bande-50 { min-height: 50vh; }
.bande-70 { min-height: 70vh; }

/* P */

p {

}

h1 {

}

h4 {

}

h4 span {

}

/* P */

p.tire-section {
	font-size: 28vw;
	line-height: 20vw;
}

/* MENU */

#menu-principal {
	display: table;
	table-layout: fixed;
	padding: 0;
	width: calc(100% - 60px);
}

#menu-principal ul {
	padding: 0px;
}

#menu-principal ul li {
	padding: 30px 20px 0 20px;
}

#menu-principal ul:nth-child(1) { width: calc(50vw); }
#menu-principal ul:nth-child(2) { width: calc(50vw); }

#menu-principal ul:nth-child(3) {
	display: none;
}

#menu-principal ul li.logo-principal {
	padding-left: 30px;
}

#menu-principal ul li:nth-child(2) {
	padding: 0;
}

#menu-principal ul li.decompte p {
	font-size: 5vw;
  line-height: 5.5vw;
	text-align: right;
}

#menu-principal ul li.logo-principal p img {
	min-width: 100%;
}

/* INTRODUCTION */

#introduction-offre, #introduction-accroche {
	position: relative;
	width: calc( 100vw - 60px);
	height: auto;
}

#introduction-offre.close, #introduction-accroche.close {
	transform: translateX(0vw);
}

#introduction-offre a.ferme-fenetre, #introduction-accroche a.ferme-fenetre { display: none; }

#introduction-offre {
	box-shadow: none;
}

#introduction-offre p, #introduction-accroche p {
	font-size: 7vw;
	line-height: 5.6vw;
}

#introduction-offre h3 {
	text-align: left;
	font-size: 4.4vw;
	line-height: 4.8vw;
	padding: 20px 0 0 0%;
}


#introduction-offre p {
	 padding-left: 0px;
}

#introduction-fond #barre-noire {
	display: none;
}

/* SOUS-INTRO */

#sous-intro div:nth-child(1) {
	display: none;
}

/**/

ul.points-forts {
	padding-bottom: 40px;
}

ul.points-forts li:nth-child(2) p, ul.points-forts li:nth-child(2).moins p {
	font-family: 'bold', sans-serif;
	font-size: 6vw;
	line-height: 6.4vw;
}

ul.points-forts li, ul.liste-decompte li {
	padding: 10px 0px 10px 0px;
}

ul.points-forts li:nth-child(3) p, ul.liste-decompte li:nth-child(2) p {
	font-size: 4.5vw;
	line-height: 6vw;
}

ul.lien-plus {
	padding: 20px 0;
	margin: 0 auto;
	text-align: right;
}

ul.lien-plus li:nth-child(1) p {
	font-size: 5vw;
}

ul.lien-plus li:nth-child(2) {
    width: 80px;
}

ul.lien-plus li:nth-child(2) img {
	width: 60%;
}


/* GALERIE */

.mobilFull {
	width: 100vw;
	padding: 0;
	transform: none;
}

ul.galerie-photo {
	position: relative;
	width: 100%;
	height: 60vw;
	min-height: 60vw;
}

ul.liste-photo {
	padding: 20px 0;
}

p.pre-legende {
	display: none;
}

/* LISTE COMPTE */

ul.liste-decompte {
	padding: 0 0 30px 0;
}

ul.liste-decompte li:nth-child(1) {
	width: 50%;
	padding: 0 0 0px 0px;
}

ul.liste-decompte li:nth-child(1) span:nth-child(1) p {
	font-size: 16vw;
	line-height: 16.4vw;
}

ul.liste-decompte li:nth-child(1) span:nth-child(3) p {
	font-size: 6vw;
	line-height: 6.4vw;
}

/* FOOTER */

#footer div:nth-child(2) p img {
	width: 200px;
	padding-top: 50px;
}

#footer p.titre-inter {
	font-family: 'bold', sans-serif;
	padding: 40px 0 20px 0;
	font-size: 7vw;
	line-height: 7.6vw;
}

#footer p.image img {
	width: 100px;
	padding: 10px 0;
}

#footer p.credits {
	text-align: left;
}
