html { margin: 0px; overflow-x: hidden; }
body { margin: 0px; overflow-x: hidden;}

.none {display: none !important; }
.table {display: table !important; }

/* 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;
}

/* 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: 70%;
	margin: 0 auto;
	table-layout: fixed;
	word-spacing: -4em;
	overflow: visible;
	padding: 20px 0;
}

@media screen and (min-width: 1900px) { .width-max { width: 60%; } }

/* MARGES */

.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: 1100px) { .padding-top, .padding-top { padding-top: 30px; } }

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

/* 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; }

/* COLOR // TYPO */
.color-typo-black { color: rgba(63,63,63,1); }
.color-typo-gris { color: rgba(0,0,0,0.6); }
.color-typo-gold { color: #8d7336; }

/* BORDER */
.border-radius { border-radius: 10px; 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((100% / 3) - 60px); padding: 0px 30px; }
.tier-full {width: calc((100% / 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) - 60px); padding: 0px 30px; }
.troisquart-full {width: calc(3*(100% / 4) - 0px); padding: 0px 0px; }
.cinquieme {width: calc((100% / 5) - 60px); padding: 0px 30px; }
.deuxcinquieme {width: calc(2*(100% / 5) - 60px); padding: 0px 30px; }
.troiscinquieme {width: calc(3*(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-light { font-family: 'light', sans-serif; }
.font-regular { font-family: 'regular', sans-serif; }
.font-medium, b { font-family: 'medium', sans-serif; }
.font-bold { font-family: 'bold', sans-serif; }
.font-black { font-family: 'black', sans-serif; }

i { font-style: italic; }

.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: 1100px) { .para-center-mobil { text-align: center !important; } }

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

.size-mini { font-size: 10px !important; line-height: 16px !important; }
.size-petit { font-size: 12px !important; line-height: 18px !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; }
.letter-spacing-8 { letter-spacing: 8px; }

/* 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%; }

/* H */

h1 {
	display: inline-block;
	font-family: 'medium', sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0;
	color: #8d7336;
	text-transform: uppercase;
	width: 100%;
}

h2 {
	display: inline-block;
	font-family: 'medium', sans-serif;
	font-size: 36px;
	line-height: 40px;
	padding: 0 0 20px 0;
	color: #8d7336;
	border-bottom: 2px solid #8d7336;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
}

p {
	font-family: 'light', sans-serif;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

p.bullet-point {
	font-family: 'medium', sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.8);
	padding: 20px 0 40px 0;
}

p.bullet-txt {
	padding: 10px 0 10px 10%;
	width: 90%;
	color: #8d7336;
	font-size: 16px;
	line-height: 24px;
}

p.chiffre-intro {
	text-align: center;
	font-family: 'light', sans-serif;
	font-size: 40px;
	line-height: 50px;
	color: #8b497e;
}

p.text-intro {
	text-align: center;
	font-family: 'medium', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #8b497e;
	text-transform: uppercase;
	padding: 20px 0;
}

p.credit {
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	color: rgba(0,0,0,0.8);
}

p.credit a { color: rgba(0,0,0,0.8); }

p.contact-titre {
	display: inline-block;
	font-family: 'medium', sans-serif;
	font-size: 36px;
	line-height: 40px;
	color: #8d7336;
	text-transform: uppercase;
}

p.contact-soustitre {
	display: inline-block;
	font-family: 'medium', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #8d7336;
	text-transform: uppercase;
}

p.contact-texte {
	font-family: 'light', sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

p.contact-texte span {
	font-family: 'medium', sans-serif;
	font-size: 10px;
}

p.contact-contour {
	box-shadow: inset -2px 2px 0 0 #8d7336;
	padding: 30px 20px 0 0;
	border-top-right-radius: 10px;
}

p.border-right {
	box-shadow: inset -2px 0 0 0 #8d7336;
}

/* PICTO */

.opa30 { opacity: 0.3; }
.opa50 { opacity: 0.5; }

/* IMAGES */

.image-back { background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 10px; }
.height80 { height: 80vh; min-height: 600px; }
.height50 { height: 50vh; min-height: 400px; }
.height30 { height: 30vh; min-height: 300px; }

/* LIEN */

a.bouton-abonnement {
	display: inline-block;
	font-size: 30px;
	font-family: 'light', sans-serif;
	padding: 14px 24px;
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.8);
}

a.bouton-abonnement sup { text-transform: uppercase; font-size: 16px; }
a.bouton-abonnement span { text-transform: uppercase; font-size: 16px; }

/* MENU */

ul#commande-menu {
	display: table;
	width: 100%;
	text-align: center;
	margin: 20px 0px;
}

ul#commande-menu li {
	display: inline-block;
	position: relative;
	box-shadow: inset 0 0 0 2px #8d7336;
	border-radius: 10px;
	vertical-align: middle;
	margin: 6px;
	cursor: pointer;
}

ul#commande-menu li:hover {
	box-shadow: inset 0 0 0 2px #8B497E;
}

ul#commande-menu li#bouton-menu p {
	height: 20px;
	background-image: url('../svg/picto-menu-close.svg');
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
}

ul#commande-menu li#bouton-menu.open p {
	background-image: url('../svg/picto-menu-open.svg');
}

ul#commande-menu li#bouton-menu::before {
	content: "menu";
	display: block;
	position: absolute;
	top: 50px;
	width: 100%;
	height: auto;
	font-family: 'medium', sans-serif;
	text-transform: uppercase;
	color: #8d7336;
	font-size: 10px;
}

ul#commande-menu p {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	font-family: "medium", sans-serif;
	font-size: 10px;
	color: #8d7336;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	width: auto;
}

ul#commande-menu p img {
	vertical-align: middle;
}


ul#menu-principal {
	display: none;
	width: 100%;
	text-align: center;
	margin: 20px 0px;
}

ul#menu-principal.open {
	display: table;
}

ul#menu-principal li {
	display: block;
	position: relative;
	box-shadow: inset 0 0 0 2px #8d7336;
	border-radius: 10px;
	vertical-align: middle;
	margin: 6px;
	cursor: pointer;
	transition-duration: 0.6s;
}

ul#menu-principal p {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	font-family: "medium", sans-serif;
	font-size: 14px;
	color: #8d7336;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	width: auto;
}

ul#menu-principal li:hover { box-shadow: inset 0 0 0 2px #8B497E; }
ul#menu-principal li:hover p { color: #8B497E; }

/* D2CORATION */

div.deco {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 15%;
	/*background-color: red;*/
	background-repeat: no-repeat;
	background-size: 150%;
}

@media screen and (min-width: 1900px) { div.deco { width: 20%; background-size: 100%; } }

div.deco.droite { right: 0px; background-position-x: left; }
div.deco.gauche { left: 0px; background-position-x: right; }

div.deco.center { background-position-y: center; }
div.deco.top { background-position-y: top; }
div.deco.bottom { background-position-y: bottom; }


/* GOOGLE */

.grecaptcha-badge { display: none; }
