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

body::-webkit-scrollbar, html::-webkit-scrollbar { display: none; }
body, html { -ms-overflow-style: none; scrollbar-width: none; }

.mobilOnly { display: none !important; }
.mobilSupr { display: default !important; }
.mobilCenter { text-align: default !important; }
.tableCellMobil { display: none !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: 86vw;
	margin: 0 0 0 14vw;
	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 {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) - 60px); padding: 0px 30px; }
.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; }
.deuxcinquieme-full {width: calc(2*(100% / 5) - 30px); padding: 0px 15px; }
.troiscinquieme {width: calc(3*(100% / 5) - 60px); padding: 0px 30px; }
.sixieme {width: calc((100% / 6) - 60px); padding: 0px 30px; }
.sixieme-full {width: calc((100% / 6) - 0px); padding: 0px 0px; }
.huitieme {width: calc((100% / 8) - 60px); padding: 0px 30px; }
.troishuitieme {width: calc(3*(100% / 8) - 60px); padding: 0px 30px; }
.troishuitieme-full {width: calc(3*(100% / 8) - 0px); padding: 0px 0px; }
.douzieme {width: calc((100% / 12) - 60px); padding: 0px 30px; }
.douzieme-full {width: calc((100% / 12) - 0px); padding: 0px 0px; }

.decalage { transform: translateX(30px); }

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

.para-left { text-align: left; }
.para-justify { text-align: justify; }
.para-center { text-align: center; }
.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; }

/* H */

p {
	font-family: 'regular', sans-serif;
}

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

sup { line-height: 0px; }

b { font-family: 'bold', sans-serif; }

i { color: var(--color-projet-tonic); }
i.vert { color: var(--color-projet-corpo); }

span.space { font-size: 0px; }

h1 {

}

h2 {

}

h3 {
	font-family: 'bold', sans-serif;
	font-size: 26px;
	line-height: 32px;
	text-align: right;
	color: var(--color-gris-super);
	padding: 40px 0 40px 20%;
}

h3 a { color: var(--color-projet-tonic); transition-duration: 0.4s; }
h3 a:hover { color: var(--color-projet-corpo); transition-duration: 0.4s; }

h4 {

}

span.ligne-fat {
	display: block;
	width: calc(100% + 100px);
	height: 26px;
	background-color: var(--color-gris-super);
	transform: translateX(-100px);
}

p.fleche-droite {
	display: block;
	text-align: right;
}

span.fleche-bas-droite {
	display: inline-block;
	width: 26px;
	height: 26px;
	box-shadow: inset -4px -4px 0 0 var(--color-gris-super);
}

span.fleche-haut-droite {
	display: inline-block;
	width: 26px;
	height: 26px;
	box-shadow: inset -4px 4px 0 0 var(--color-gris-super);
}

/* PARA-CLASS */

p.tire-section {
	display: block;
	width: 200%;
	font-family: 'bold', sans-serif;
	font-size: 9.5vw;
	line-height: 7.5vw;
	text-align: right;
	letter-spacing: -3px;
	transform: translateX(-50%);
	padding: 5% 0;
}

/*

p.tire-section::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 26px;
	background-color: var(--color-gris-super);
	bottom: 0px;
}

*/

/* POINTS-FORTS */

ul.points-forts { }
ul.liste-decompte { }

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

ul.points-forts li:nth-child(1) p img {
	width: 70px;
	transform: translateX(-10px);
}

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

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



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

ul.liste-decompte li:nth-child(1) {
	display: table;
	width: 100%;
	padding: 0;
}

ul.liste-decompte li:nth-child(1) span {
	display: table-cell;
}

/*
ul.liste-decompte li:nth-child(1) span:nth-child(1) { width: 80%; }
ul.liste-decompte li:nth-child(1) span:nth-child(2) { width: 30%; }
ul.liste-decompte li:nth-child(1) span:nth-child(3) { width: 35%; }
*/

ul.liste-decompte li:nth-child(1) span p {
	display: inline-block;
	vertical-align: middle;
	font-family: 'bold', sans-serif;
	padding: 10px 0;
}

ul.liste-decompte li:nth-child(1) span:nth-child(1) p {
	font-size: 7vw;
	line-height: 6.4vw;
	color: var(--color-projet-tonic);
}

ul.liste-decompte li:nth-child(1) span:nth-child(3) p {
	font-size: 3vw;
	line-height: 2.4vw;
	color: var(--color-gris-super);
}

/* LISTE PHOTO */

p.pre-legende {
	display: block;
	width: 100%;
	font-family: 'light', sans-serif;
	color: var(--color-projet-tonic);
	font-size: 12px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 40px 0 20px 0;
	text-align: right;
}

ul.liste-photo {
	position: relative;
	width: 100%;
}

ul.liste-photo li {
	position: relative;
	width: 100%;
}

ul.liste-photo li { display: none; }
ul.liste-photo li.active { display: block; }

ul.liste-photo li p {
	font-family: 'light', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	padding: 0 0 0 20%;
}

/* GALERIE EN LIGNE */

ul.galerie-photo {
	position: relative;
	width: 100%;
	height: 55vh;
	min-height: 650px;
}

ul.galerie-photo li {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

ul.galerie-puces {
	position: relative;
	display: table;
	width: 100%;
	height: 26px;
	table-layout: fixed;
}

ul.galerie-puces li {
	display: table-cell;
	height: 100%;
	transition-duration: 0.4s;
	cursor: pointer;
}

ul.galerie-puces li { background-color: var(--color-gris-super); }
ul.galerie-puces li:hover { background-color: var(--color-projet-corpo); }
ul.galerie-puces li.active { background-color: var(--color-projet-tonic); }

/* LIEN PLUS */

ul.lien-plus {
	display: table;
	width: 100%;
	padding: 40px 0 0 0;
}

ul.lien-plus li {
	display: table-cell;
}

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

ul.lien-plus li:nth-child(1) p {
	display: inline-block;
	vertical-align: bottom;
	font-family: 'bold', sans-serif;
	font-size: 2vw;
	padding: 30px 0 0 0;
}

ul.lien-plus li:nth-child(2) p { text-align: right; }

/* MENU PRINCIPAL */

#menu-principal {
	position: relative;
	width: 100vw;
	height: auto;
}

#menu-principal ul {
	display: table-cell;
	padding: 40px 30px;
}

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

#menu-principal ul li {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}

#menu-principal ul li p {
	text-align: left;
}

#menu-principal ul li.logo-principal {
	padding-left: 20%;
}

#menu-principal ul li.logo-principal p img {
	display: inline-block;
	width: 60%;
	min-width: 160px;
	vertical-align: bottom;
}

#menu-principal span.bouton-menu {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('../svg/pictogramme-menu.svg');
	cursor: pointer;
}

#menu-principal ul li.decompte p, #menu-principal ul li.telechargements p {
	font-family: 'bold', sans-serif;
	font-size: 32px;
	line-height: 36px;
} #menu-principal ul li.decompte p i { color: var(--color-projet-corpo); }

#menu-principal ul li.decompte p img {
	display: inline-block;
	width: 26px;
	margin: 0 10px;
}

#menu-principal ul li.telechargements { display: inline-block; position: relative; width: 100%; }

#menu-principal ul li.telechargements p {
	width: 100%;
	text-align: right;
}

#menu-principal ul li.telechargements p img {
	display: inline-block;
	width: 26px;
	margin: 0;
}

#fenetre-menu, #fenetre-doc {
	position: fixed;
	z-index: 1000;
	background-color: white;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	box-shadow: inset 0 26px 0 0 black, inset 0 -26px 0 0 var(--color-projet-tonic);
	overflow: hidden;
	transition-duration: 0.8s;
} #fenetre-menu.close, #fenetre-doc.close { top: -200vh; }

#fenetre-menu ul.liste-lien, #fenetre-doc ul.liste-lien {
	display: table;
	position: relative;
	margin: 0 auto;
	z-index: 1002;
}

#fenetre-menu ul.liste-lien li, #fenetre-doc ul.liste-lien li {
	display: block;
	padding: 10px 0;
}

#fenetre-menu ul.liste-lien li p, #fenetre-doc ul.liste-lien li p {
	font-family: 'bold', sans-serif;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	color: var(--color-gris-super);
	transition-duration: 0.4s;
}

#fenetre-menu ul.liste-lien li p:hover, #fenetre-doc ul.liste-lien li p:hover {
	color: var(--color-projet-tonic);
}

#fenetre-menu ul.liste-lien li:last-of-type, #fenetre-doc ul.liste-lien li:last-of-type {
	padding: 40px 0;
}



#fenetre-doc ul.liste-lien li p a img { width: 60px; }

#fenetre-menu ul.liste-lien li:last-of-type a img, #fenetre-doc ul.liste-lien li:last-of-type a img {
	width: 30px;
}

.open-menu,
.close-menu,
.open-doc,
.close-doc {
	cursor: pointer;
}

.menu-logo {
	position: relative;
	display: block;
	width: 20vw;
	max-width: 300px;
	min-width: 200px;
	margin: 0 auto;
	text-align: center;
	padding: 10vh 0 40px 0;
}

.menu-photo {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 100vw;
	height: 30vh;
	z-index: 1001;
	background-image: url('../image/galerie-image-situation-1.jpg');
	background-position: center;
	background-size: cover;
	transition-duration: 0.4s;
}

@media screen and (max-height: 800px) {
  .menu-photo {
		bottom: -200vh;
	}
}

/* INTRODUCTION */

#introduction {
	position: relative;
}

#introduction-offre, #introduction-accroche {
	position: absolute;
	width: 25vw;
	height: auto;
	background-color: white;
	box-shadow: 0 26px 0 0 black;
	padding: 30px;
	z-index: 30;
	transition-duration: 0.4s;
}

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

#introduction-fond #barre-noire {
	position: absolute;
	width: 100%;
	height: 26px;
	bottom: 93%;
	background-color: black;
	z-index: 0;
}

#introduction-fond img {
	display: block;
	position: relative;
	z-index: 10;
}

#introduction-offre p, #introduction-accroche p {
	font-family: 'bold', sans-serif;
	font-size: 3vw;
	line-height: 2.6vw;
}

#introduction-offre p { padding-left: 18%; }
#introduction-accroche p { padding: 0 10% 0 10px; }

#introduction-offre h3 {
	text-align: left;
	font-size: 1.4vw;
	line-height: 1.8vw;
	padding: 20px 0 10px 18%;
}

#introduction-accroche {
	right: 0px;
	bottom: 0px;
}

#introduction-offre a.ferme-fenetre, #introduction-accroche a.ferme-fenetre {
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 22px;
	height: 22px;
	background-image: url('../svg/pictogramme-close.svg');
	transition-duration: 0.4s;
	cursor: pointer;
	transform: rotate(0deg);
}

#introduction-offre a.ferme-fenetre:hover, #introduction-accroche a.ferme-fenetre:hover {
	transform: rotate(90deg);
}

/* SOUS-INTRO */

#sous-intro {
	position: relative;
	width: 100vw;
	display: table;
	margin-top: 26px;
	z-index: 40;
}

#sous-intro div {
	display: table-cell;
}

#sous-intro div:nth-child(1) { width: auto; transform: translateY(-80px); }
#sous-intro div:nth-child(2) { width: calc(25vw + 60px); }

#sous-intro div:nth-child(1) p {
	position: relative;
	font-family: 'bold', sans-serif;
	font-size: 10vw;
	line-height: 8vw;
	letter-spacing: -3px;
	margin-bottom: 60px;
}

#sous-intro div:nth-child(1) p span {
	display: inline-block;
	position: relative;
}

#sous-intro div:nth-child(1) p span::before {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 0px;
	background-color: var(--color-gris-super);
	width: 100%;
	height: 26px;
	transform: translateY(60px);
}

/* FOOTER */

#footer {
	padding-bottom: 100px;
}

#footer i { color: var(--color-projet-corpo); }
#footer i.tonic { color: var(--color-projet-tonic); }

#footer p.normal {
	padding: 10px 0 0 0;
	font-size: 18px;
	line-height: 24px;
}

#footer p.site {
	font-family: 'bold', sans-serif;
	padding: 20px 0 0 0;
	font-size: 24px;
	line-height: 30px;
}

#footer p.site a { transition-duration: 0.4s; }
#footer p.site a:hover { color: var(--color-projet-corpo); }

#footer p.credits {
	font-family: 'bold', sans-serif;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 30px 0 0 0;
	text-align: right;
}

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

#footer p.titre-inter span {
	position: relative;
	display: inline-block;
}

#footer p.titre-inter span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 6px;
	background-color: var(--color-gris-super);
	transform: translateY(10px);
}

#footer p.titre-mini {
	font-family: 'bold', sans-serif;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 30px 0 0 0;
	text-align: left;
}

#footer p.image img {
	display: block;
	width: 100%;
}

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

/* ADM */

#signature-adm {
	position: relative;
	width: 100vw;
	height: 50px;
}

#signature-adm div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#signature-adm div#signature-adm-logo {
	background-image: url('../svg/adm-signature.svg');
	background-position: center right;
	background-size: contain;
}

#signature-adm div#signature-adm-ligne {
	box-shadow: inset 0 -6px 0 0 #403D4A;
}

/* GOOGLE */

.grecaptcha-badge { display: none; }
