html { margin: 0px; }
body { margin: 0px; }

/* MOBIL */
.mobilSupr { display: inline-block !important; }
.justMobil { display: none !important; }
.tableMobil { display: none !important; }

/* WIDTH */

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

.visible { overflow: visible; }

/* PAGE CONTENU */

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

.width-max {
	display: table;
	position: relative;
	width: 80%;
	margin: 0 auto;
	table-layout: fixed;
	word-spacing: -4em;
	overflow: visible;
	padding: 20px 0;
}

/* MARGES */
.margin-top { border-top: 50px solid rgba(0, 0, 0, 0); }
.margin-bottom { border-bottom: 50px solid rgba(0, 0, 0, 0); }

.margin-left {
	padding-left: 60px;
}

.margin-right {
	padding-right: 60px;
}

.padding-top { padding-top: 50px; }
.padding-top-mobil { padding-top: 0px; }
.padding-bottom { padding-bottom: 50px; }
.padding-left { padding-left: 80px; }
.padding-right { margin-right: 6%; }
@media screen and (max-width: 1000px) { .padding-top, .padding-top { padding-top: 30px; } }

.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }
.no-background-mobil { background-image: default; }

/* COLONNES */
.deuxColones { column-count: 2; column-gap: 40px; }

/* COLOR // BACKGROUND */
.color-background-white { background-color: rgba(255,255,255,1); }
.color-background-grey { background-color: rgba(0,0,0,0.1); }
.color-background-black { background-color: #3e3f3f; }
.color-background-blue { background-color: #B1A586; }

/* BACKGROUND // VAGUE */
.image-ronde { border: 10px solid white; border-radius: 50%; overflow: hidden; margin: 0 0 30px 0; width: 300px; height: 300px; margin: 0 auto 40px auto; transition-duration: 1s; } .image-ronde img { padding: 0; margin: 0; width: 100%;  }
.image-ronde:hover { border: 10px solid rgba(115,168,139,1); border-radius: 50%; overflow: hidden; margin: 0 0 30px 0; width: 300px; height: 300px; margin: 0 auto 40px auto; }
.image-back { background-size: cover; background-position: center; float: left; width: 100%; height: 80vh; }

/* COLOR // TYPO */
.color-typo-white { color: rgba(255,255,255,1) !important; }
.color-typo-grey { color: rgba(0,0,0,0.5); }
.color-typo-black { color: rgba(63,63,63,1); }
.color-typo-blue { color: #B1A586; }

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

/* 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% / 2) - 60px ); padding: 0px 30px; }
.demi-full {width: calc((100% / 2) - 0px ); padding: 0px 0px; }
.tier {width: calc((99% / 3) - 60px); padding: 0px 30px; }
.tier-full {width: calc((99% / 3) - 0px); padding: 0px 0px; }
.deuxtier {width: calc(2*(100% / 3) - 60px); padding: 0px 30px; }
.deuxtier-full {width: calc(2*(100% / 3) - 0px); padding: 0px 0px; }
.quart {width: calc((100% / 4) - 120px); padding: 0px 60px; }
.quart-full {width: calc((100% / 4) - 0px); padding: 0px 0px; }
.troisquart {width: calc(3*(100% / 4) - 120px); padding: 0px 60px; }
.troisquart-full {width: calc(3*(100% / 4) - 0px); padding: 0px 0px; }
.cinquieme {width: calc((100% / 5) - 60px); padding: 0px 30px; }
.sixieme {width: calc((100% / 6) - 60px); padding: 0px 30px; }
.huitieme {width: calc((100% / 8) - 60px); padding: 0px 30px; }

/* FONT // FAMILY */
.font-extra { font-family: 'sansExtraLight', sans-serif; }
.font-light { font-family: 'sansLight', sans-serif; }
.font-regular, b { font-family: 'sansMedium', sans-serif; }
.font-italic { font-family: 'sansItalic', sans-serif; }
.font-serif { font-family: 'serifDidot', serif; }

.font-cap { text-transform: uppercase; }
.font-underline { text-decoration: underline; }
.font-italique { font-style: italic; }

.para-left { text-align: left !important; }
.para-justify { text-align: justify; }
.para-center, .center { text-align: center; }
.para-right { text-align: right; }

.para-center-mobil { text-align: default; }
@media screen and (max-width: 1000px) { .para-center-mobil { text-align: center !important; } }

.no-background-mobil { background: default; }
@media screen and (max-width: 1000px) {	.no-background-mobil { background: none !important; } }

.size-mini { font-size: 10px !important; line-height: 16px !important; }
.size-petit { font-size: 12px !important; line-height: 14px !important; }
.size-normal { font-size: 15px !important; line-height: 26px !important; }
.size-grand { font-size: 20px !important; line-height: 30px !important; }
.size-big { font-size: 30px !important; line-height: 40px !important; }
.size-ultra { font-size: 80px !important; line-height: 70px !important; }

.letter-spacing-1 { letter-spacing: 1px; }
.letter-spacing-2 { letter-spacing: 2px; }
.letter-spacing-4 { letter-spacing: 4px; }

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

/* ESPACE VIDE */

.espace-vide-30 { height: 30px; width: 100%; }
.espace-vide-50 { height: 50px; width: 100%; }
.espace-vide-100 { height: 100px; width: 100%; }

/* H */

h1 {
	font-family: 'serifDidot', serif;
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #e9c986;
	padding: 20px 0 30px 0;
}

h2 {
	font-family: 'sansLight', serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: rgba(0,0,0,0.65);
	padding: 0 0 10px 0;
}

h3 {
	font-family: 'serifDidot', serif;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(0,0,0,0.65);
	padding: 20px 0 30px 0;
}

h3 {
	font-family: 'serifDidot', serif;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0,0,0,0.65);
	padding: 20px 0 30px 0;
}

h4 {
	font-family: 'sansLight', serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(0,0,0,0.80);
	padding: 0 0 10px 0;
}

h5 {
	font-family: 'sansItalic', sans-serif;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 2px;
	color: rgba(0,0,0,0.65);
	padding: 0 0 10px 0;
	text-align: center;
}

p {
	font-family: 'sansLight', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0,0,0,0.70);
	padding: 0 0 10px 0;
	letter-spacing: 1px;
}

a { text-decoration: none; color: inherit; cursor: pointer;}

.bouton {
	display: block;
	background-color: white;
	font-size: 14px;
	font-family: "sansMedium";
	text-transform: uppercase;
	padding: 8px;
	text-align: center;
	margin: 30px 0 10px 0;
	color: #e9c986;
	letter-spacing: 4px;
	transition-duration: 0.4s;
	box-shadow: inset 0 0 0 1px #dadada;
	padding: 16px 0 14px 0;
	cursor: pointer;
}

.bouton:hover {
	box-shadow: inset 0 0 0 1px #3e3f3f;
}

p.titreContact {
	font-size: 10px;
	font-family: "sansMedium";
	letter-spacing: 4px;
	text-transform: uppercase;
}

p.carteVisite {
	font-size: 16px;
	line-height: 22px;
	font-family: "sansExtraLight";
	letter-spacing: 2px;
	text-transform: uppercase;
}

hr.contact {
	width: 50%;
	color: #bababa;
	text-align: left;
	margin: 20px 0 40px 0;
}

p.credits {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 4px;
}

p.puces {
	display: inline-block;
	font-size: 14px;
	width: 100%;
	font-family: "sansLight";
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
p.puces img { margin: 10px 0;}
p.puces span {
	color: ;
	font-family: "sansMedium";
	color: #e9c986;
}

ul#liste-villes {
	display: block;
	width: 100%;
}

ul#liste-villes li {
	display: block;
	width: 100%;
	text-align: center;

}

ul#liste-villes li p {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: "sansMedium";
}

ul#liste-villes li span {
	font-family: "sansLight";
	color: #e9c986;
}

/* DIAPOSITIVE */

.contenu-diapositives {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.contenu-diapositives.pourLegende {
	width: calc(100% - 60px);
	margin-left: 60px;
}

.diapositives {
	box-shadow: inset -1px -1px 0 0 #dadada;
	position: relative;
	width: 100%;
}

.diapositives li p.legende {
	font-family: 'sansMedium', sans-serif;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #e9c986;
  margin: 0 0 4px 0;
}

.diapositives li p.titre {
	font-family: 'serifDidot', serif;
	font-size: 14px;
	line-height: 18px;
	width: 90%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(0,0,0,0.65);
	padding: 0 0 30px 0;
}

.bulles-diapositives {
	position: absolute;
	width: 30px;
	height: auto;
	right: -14px;
	top: -15px;
}

.bulles-diapositives li {
	display: table;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 14px auto;
	border: 0px solid #dadada;
	background-color: #dadada;
	cursor: pointer;
	box-shadow: 0 0 0 4px white;
}

.bulles-diapositives li.active {
	width: 30px;
	height: 30px;
	border: 1px solid #dadada;
	background-color: rgba(255, 255, 255, 1);
}

.bulles-diapositives li p {
	width: 100%;
	vertical-align: middle;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'serifDidot', serif;
	text-align: center;
	padding: 0;
	opacity: 0;
	display: none;
	color: #e9c986;
}

.bulles-diapositives li.active p {
	opacity: 1;
	display: table-cell;
}

/* DECO */

.decoS {
	display: none;
	position: absolute;
	background-image: url('../svg/deco-S.svg');
	background-size: contain;
	width: 400px;
	height: 400px;
}

.decoC {
	display: none;
	position: absolute;
	background-image: url('../svg/deco-C.svg');
	background-size: contain;
	width: 400px;
	height: 400px;
}
