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

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

.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;
}

.width-max.separation {
	height: 3px;
	box-shadow: inset 30px 0px 0 0 var(--color-white);
	background-color: var(--color-projet-corpo);
}

/* MARGES */

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

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

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

/* FONT // FAMILY */

.font-titre { font-family: 'AvecRegular', serif; }
.font-light { font-family: 'SansLight', sans-serif; }
.font-regular { font-family: 'SansRegular', sans-serif; }
.font-bold, b { font-family: 'SansBold', sans-serif; }

.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; }

/**/

.color-back {
	background-color: var(--color-projet-corpo);
	min-height: 100px;
}

.image-back {
	background-position: center;
	cursor: pointer;
}

.image-back span.btn-pict {
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: var(--color-white);
	top: 20px;
	left: 50px;
	box-shadow: inset 0 0 0 2px var(--color-projet-corpo);
	border-radius: 50%;
	background-image: url('../svg/picto-photo.svg');
	background-position: center;
	background-size: 80%;
	transition-duration: 0.6s;
}

.image-back span.btn-pict { transform: translateX(0px) rotate(-360deg); }
.image-back:hover span.btn-pict { transform: translateX(10px) rotate(0deg); }

/* H */

p {
	display: inline-block;
	padding: 8px 0;
	font-family: 'SansLight', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: var(--color-projet-corpo);
}

p.block { display: block; }

p.img-inline {
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	overflow: hidden;
	cursor: pointer;
}

p.img-inline span.btn-pict {
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: var(--color-white);
	top: 20px;
	left: 20px;
	box-shadow: inset 0 0 0 2px var(--color-projet-corpo);
	border-radius: 50%;
	background-image: url('../svg/picto-photo.svg');
	background-position: center;
	background-size: 80%;
	transition-duration: 0.6s;
}

p.img-inline span.btn-pict { transform: translateX(0px) rotate(-360deg); }
p.img-inline:hover span.btn-pict { transform: translateX(10px) rotate(0deg); }

a {
	text-decoration: none;
}

sup { line-height: 0px; }

h1 {
	font-family: 'AvecRegular', serif;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 10px;
	text-transform: uppercase;
	color: var(--color-projet-corpo);
}

h2 {
	font-family: 'AvecRegular', serif;
	font-size: 24px;
	letter-spacing: 10px;
	text-transform: uppercase;
	color: var(--color-projet-corpo);
}

h4 {
	font-family: 'AvecRegular', serif;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: var(--color-projet-corpo);
	padding: 0 0 50px 0;
	margin-bottom: 50px;
	border-bottom: 3px solid var(--color-projet-corpo);
}

h4.sans {
	border-bottom: 0px solid var(--color-projet-corpo);
	padding: 0 0 0 0;
}

h4 b {
	font-family: inherit;
	color: var(--color-projet-tonic);
}

h4 span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding: 30px 0 0 0;
}

a.download {
	display: block;
	box-shadow: inset 0 0 0 3px var(--color-projet-corpo);
	width: 100%;
	padding: 20px 0px;
	text-transform: uppercase;
	font-family: 'SansBold', serif;
	text-align: center;
	cursor: pointer;
	transition-duration: 0.4s;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-projet-corpo);
}

a.download:hover {
	box-shadow: inset 0 0 0 0px var(--color-projet-corpo);
}

a.download span {
	display: block;
}

a.bouton {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 16px 0;
	background-color: var(--color-projet-corpo);
	color: var(--color-white);
	font-family: 'SansRegular', serif;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition-duration: 0.4s;
}

a.bouton:hover {
	background-color: var(--color-projet-tonic);
}

a.langue {
	font-family: 'SansRegular', serif;
	text-decoration: none;
	color: var(--color-selecteur-dispo);
	transition-duration: 0.4s;
}

a.langue:hover { color: var(--color-projet-corpo); }



/* LISTES */

ul.titre-sommaire {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

ul.titre-sommaire li {
	display: table-cell;
	padding: 0px;
}

ul.titre-sommaire li:nth-child(1) { text-align: left; }
ul.titre-sommaire li:nth-child(2) { text-align: right; cursor: pointer; }

ul.titre-sommaire li a.more {
	font-family: 'SansBold', sans-serif;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-projet-corpo);
}

ul.titre-sommaire li span.btn-plus {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	background-color: var(--color-white);
	box-shadow: inset 0 0 0 2px var(--color-projet-corpo);
	border-radius: 50%;
	background-image: url('../svg/picto-plus.svg');
	background-position: center;
	background-size: 80%;
	transition-duration: 0.6s;
	vertical-align: middle;
	margin-left: 10px;
}

ul.titre-sommaire li span.btn-plus { transform: rotate(-90deg); }
ul.titre-sommaire li:hover span.btn-plus { transform: rotate(0deg); }

ul.en-chiffre {
	display: table;
}

ul.en-chiffre li {
	display: table-cell;
	vertical-align: top;
}

ul.en-chiffre li:nth-child(1) p {
	font-family: 'AvecRegular', serif;
	font-size: 7vw;
	line-height: 7vw;
	padding: 0 1.4vw 0 0;
}

ul.en-chiffre li:nth-child(2) p:nth-child(1) {
	font-family: 'SansRegular', serif;
	font-size: 1vw;
	line-height: 1.3vw;
	text-transform: uppercase;
	letter-spacing: 0.5vw;
}

ul.en-chiffre li:nth-child(2) p:nth-child(1) span {
	font-family: 'SansLight', serif;
	font-size: 2.2vw;
	line-height: 2.6vw;
	letter-spacing: 0.1vw;
}

ul.en-chiffre li:nth-child(2) p:nth-child(2) {
	display: block;
	width: 100%;
	font-family: 'SansLight', serif;
	font-size: 0.6vw;
	line-height: 0.6vw;
	letter-spacing: 0.2vw;
	text-transform: uppercase;
}

ul.en-chiffre li:nth-child(2) p:nth-child(2).ok { color: var(--color-selecteur-dispo); }
ul.en-chiffre li:nth-child(2) p:nth-child(2).ko { color: var(--color-selecteur-vendu); }

/* FENETRE LATERALE */

.fenetre-laterale {
	position: absolute;
	width: calc(100% - 140px);
	height: auto;
	background-color: var(--color-projet-corpo);
	right: 0px;
}

.fenetre-laterale p {
	color: var(--color-white);
	font-family: 'SansLight', serif;
	font-size: 1.2vw;
	line-height: 1.6vw;
	letter-spacing: 0.1vw;
	text-transform: uppercase;
}

.fenetre-laterale ul {
	display: table;
	padding: 10px 3vw;
}

.fenetre-laterale ul:nth-child(1) {
	padding: 50px 3vw 10px 3vw;
}

.fenetre-laterale ul li {
	display: table-cell;
	vertical-align: top;
}

.fenetre-laterale ul li:nth-child(1) {
	width: 30%;
	text-align: right;
}

.fenetre-laterale ul li:nth-child(1) p {
	font-family: 'AvecRegular', serif;
	font-size: 6vw;
	line-height: 7vw;
	padding: 0 20px 0 0;
}

.fenetre-laterale ul li:nth-child(2) p span {
	font-family: 'SansBold', serif;
	display: block;
	width: 100%;
	font-size: 0.8vw;
	line-height: 1vw;
	letter-spacing: 0.4vw;
	padding-bottom: 10px;
}

.fenetre-laterale div {
		position: relative;
		width: 100%;
		height: auto;
		background-color: var(--color-projet-corpo);
		padding: 10px 0 30px 0;
}

.fenetre-laterale div a {
	display: block;
	position: relative;
	width: 45px;
	height: 45px;
	left: calc(50% - 30px);
	background-color: white;
	border-radius: 50%;
	background-image: url('../svg/picto-side.svg');
	background-position: center;
	background-size: 80%;
	transition-duration: 0.6s;
	transform: rotate(0);
} .fenetre-laterale div:hover a { transform: translateX(50%); }

/* DECORATION */

.border-bottom {
	/*border-bottom: 100px solid var(--color-projet-corpo);*/
	box-shadow: 30px 200px 0 0 var(--color-projet-corpo), inset 30px 0px 0 0 var(--color-white);
}

.shadow-left {
	box-shadow: inset 30px 0px 0 0 var(--color-white);
}

/* INTRODUCTION */

body.page #introduction {
	height: 30vh;
	min-height: 300px;
}

body.selecteur #introduction {
	height: 100vh;
	min-height: 300px;
}

#introduction {
	height: 50vw;
	min-height: 500px;
}

#introduction::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: calc(43vw - 30px);
	background-color: var(--color-projet-corpo);
}

#introduction #image-fond {
	position: absolute;
	width: 90%;
	height: 90%;
	right: 0px;
	bottom: 0px;
	background-image: url('../image/image-introduction.png');
	background-size: contain;
	background-position: right bottom;
}

#introduction ul#partie-principale {
	position: absolute;
	width: 90%;
	height: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 5%;
}

#introduction ul#partie-principale li {
	display: table-cell;
	vertical-align: top;
}

#introduction ul#partie-principale li { word-spacing: 0em; }

#introduction ul#partie-principale li:nth-child(1) p {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'SansBold';
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
}

#introduction ul#partie-principale li:nth-child(1) p span {
	 color: var(--color-selecteur-dispo);
}

#introduction ul#partie-principale li:nth-child(1) p img {
	width: 80%;
	max-width: 300px;
}

#introduction ul#partie-principale li:nth-child(3) p {
	display: block;
	width: 100%;
	color: var(--color-white);
	text-align: right;
	font-family: 'SansBold';
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 5px;
}

#introduction ul#partie-principale li:nth-child(3) p span {
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	box-shadow: inset 0 0 0 2px var(--color-white);
	margin: 0 0 0 20px;
	border-radius: 50%;
	background-image: url('../svg/picto-menu-white.svg');
	background-position: center;
	background-size: 80%;
}

#introduction ul#partie-principale li:nth-child(3) p.open-menu {
	cursor: pointer;
}

#introduction ul#partie-principale li:nth-child(3) p.acroche {
	font-family: 'AvecRegular';
	text-transform: uppercase;
	font-size: 1.6vw;
	line-height: 2vw;
	letter-spacing: 0px;
}

div.intro-deco {
	position: absolute;
	width: 30vw;
	height: 15vw;
	background-image: url('../svg/deco-vagues.svg');
	background-position: center;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

div.intro-deco.position1 { top: 70%; left: 20%; }
div.intro-deco.position2 { top: -5%; left: 55%; }

body.page div.intro-deco.position1 { top: 111%; left: 50%; }
body.page div.intro-deco.position2 { top: 18%; left: 64%; }

#introduction #bouton-video {
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translateX(-50%) translateY(-50%);
	background-color: white;
	z-index: 100;
	cursor: pointer;
}

#introduction #bouton-video p {
	font-family: 'SansBold';
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 5px;
	padding: 0px 20px 0px 0;
	border: 3px solid var(--color-projet-corpo);
	word-spacing: 0px;
	transition-duration: 0.4s;
}

#introduction #bouton-video p span {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	vertical-align: middle;
	background-color: var(--color-projet-corpo);
	background-image: url('../svg/picto-video.svg');
	background-position: center;
	background-size: 34px;
	transition-duration: 0.4s;
}

#introduction #bouton-video:hover p {
	border: 3px solid var(--color-projet-tonic);
	color: var(--color-projet-tonic);
}

#introduction #bouton-video:hover p span {
	background-color: var(--color-projet-tonic);
}



/* MENU PRINCIPAL */

#menu-principal {
	position: absolute;
	right: 0px;
	top: 0px;
	height: auto;
	background-color: var(--color-projet-corpo);
	width: calc(43vw - 30px);
	background-image: url('../svg/deco-vagues.svg');
	background-size: 80%;
	background-position: 400% 80%;
	transition-duration: 0.6s;
	z-index: 100000;
}

body.page #menu-principal {
	border-bottom: 10vh solid var(--color-projet-corpo);
}

#menu-principal { transform: translateX(100%); }
#menu-principal.active { transform: translateX(0%); }

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

#menu-principal li {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}

#menu-principal li p a {
	font-family: 'AvecRegular', serif;
	font-size: 1.4vw;
	line-height: 1.4vw;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--color-white);
	transition-duration: 0.4s;
	text-decoration: none;
	word-spacing: 0;
}

#menu-principal li:hover p a { letter-spacing: 6px; }

#menu-principal p.bouton {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 20px 0;
}

#menu-principal p span.close {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	left: 50%;
	transform: translateX(-50%) rotate(0deg);
	box-shadow: inset 0 0 0 2px var(--color-white);
	border-radius: 50%;
	cursor: pointer;
	background-image: url('../svg/picto-close-white.svg');
	background-position: center;
	background-size: 80%;
	transition-duration: 0.4s;
}

#menu-principal p span.close:hover {
	transform: translateX(-50%) rotate(180deg);
}

/* FOOTER */

#cartes-visites p {
	display: block;
	width: 100%;
	text-align: center;
}

#cartes-visites p b { text-transform: uppercase; }
#cartes-visites p span { font-family: 'SansBold', sans-serif; font-size: 70%; }

#cartes-visites p.logo-client-1 img {
	width: 25%;
	max-width: 100px;
}

#cartes-visites p.logo-client-2 img {
	width: 80%;
	max-width: 200px;
}

#cartes-visites p.credits {
	font-family: 'SansBold', sans-serif;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#cartes-visites p.credits a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.deco-footer {
	background-image: url('../svg/deco-vagues.svg');
	background-size: 450px;
	background-position: 110% 0px;
}

/* GALERIE IMAGE */

#galerie-image {
	position: fixed;
	top: -200vh;
	width: 100vw;
	height: 100vh;
	background-color: var(--color-projet-corpo);
	z-index: 1000;
	background-image: url('../image/galerie-image-exter-01.jpg');
	background-size: cover;
	background-position: center;
	transition-duration: 0.8s;
}

#galerie-image.active {
	top: 0vh;
}

#galerie-image div.close {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: white;
	top: 80px;
	right: 0px;
	background-image: url('../svg/picto-close.svg');
	background-size: 60px;
	background-position: center;
	box-shadow: -30px 0 0 0 var(--color-projet-corpo);
	transition-duration: 0.4s;
	cursor: pointer;
}

#galerie-image div.close:hover {
	box-shadow: -0px 0 0 0 var(--color-projet-corpo);
	width: 100px;
}

/* GALERIE IMAGE */

#galerie {
  position: fixed;
	top: -100vh;
  transition-duration: 1s;
	width: 100vw;
	height: 100vh;
	z-index: 10000000000000000;
}

#galerie.active {
  top: 0vh;
}

#galerie ul#images {
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
	height: 100%;
}

#galerie ul#images li {
	position: absolute;
	display: none;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-color: var(--color-projet-corpo);
}

#galerie ul#images li.active { display: block; }

#galerie ul#vignettes {
	position: absolute;
	text-align: center;
	bottom: 0;
	display: table;
	width: 100%;
	height: 110px;
}

#galerie ul#vignettes li {
	display: inline-flex;
	width: 80px;
	height: 80px;
	margin: 0 10px;
	background-size: cover;
	background-position: center;
	transition-duration: 0.4s;
	cursor: pointer;
	box-shadow: 0 30px 0 0 white;
}

#galerie ul#vignettes li:hover {
	box-shadow: 0 30px 0 0 var(--color-projet-tonic);
}

#galerie ul#vignettes li.active {
	box-shadow: 0 30px 0 0 var(--color-projet-corpo);
}

#galerie #bouton-avant, #galerie #bouton-apres {
	position: absolute;
	display: block;
	top: calc(50% - 40px);
	width: 80px;
	height: 80px;
	background-color: white;
	cursor: pointer;
	background-position: 50% center;
	background-size: 60px;
	transition-duration: 0.4s;
}

#galerie #bouton-avant {
	left: 0px;
	background-image: url('../svg/picto-prev.svg');
	box-shadow: 30px 0 0 0 var(--color-projet-corpo);
}

#galerie #bouton-apres {
	right: 0px;
	background-image: url('../svg/picto-next.svg');
	box-shadow: -30px 0 0 0 var(--color-projet-corpo);
}

#galerie #bouton-avant:hover, #galerie #bouton-apres:hover {
	box-shadow: -0px 0 0 0 var(--color-projet-corpo);
	width: 100px;
	cursor: pointer;
}

#galerie #bouton-close {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: white;
	top: 80px;
	right: 0px;
	background-image: url('../svg/picto-close.svg');
	background-size: 60px;
	background-position: center;
	box-shadow: -30px 0 0 0 var(--color-projet-corpo);
	transition-duration: 0.4s;
	cursor: pointer;
}

#galerie #bouton-close:hover {
	box-shadow: -0px 0 0 0 var(--color-projet-corpo);
	width: 100px;
	cursor: pointer;
}

/* GOOGLE */

.grecaptcha-badge { display: none; }

/* SELECTEUR */

ul#selecteur {
	display: flex;
	position: fixed;
	width: 100vw;
	height: calc(100vh - 250px);
	top: 250px;
	word-spacing: 0px;
}

ul#selecteur li {
	display: block;
	height: 100%;
	vertical-align: top;
}

ul#selecteur li#selecteur-droite {
	width: 500px;
	overflow: scroll;
}

ul#selecteur li#selecteur-gauche {
	width: calc(100vw - 500px);
	background-image: url('../selecteur/image-fond-selecteur.jpg');
	background-size: contain;
	background-position: center;
}

ul#selecteur li#selecteur-gauche svg {
	position: relative;
	width: 100%;
	height: 100%;
}

/* GALERIE VIDEO */

#galerie-video {
	width: 100vw;
	height: 0vh;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000000000;
	background-color: #2e2d2c;
	overflow: hidden;
	transition-duration: 0.6s;
}

#galerie-video.open {
	height: 100vh;
}

#myVideo { position: relative; width: 100vw; height: 100vh; }

#bouton-stop {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: white;
	top: 80px;
	right: 0px;
	background-image: url('../svg/picto-close.svg');
	background-size: 60px;
	background-position: center;
	box-shadow: -30px 0 0 0 var(--color-projet-corpo);
	transition-duration: 0.4s;
	cursor: pointer;
} #bouton-stop:hover { box-shadow: -0px 0 0 0 var(--color-projet-corpo); width: 100px; }

#fictif {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#fictif p {
	font-size: 2vw;
	line-height: 2.4vw;
	letter-spacing: 2vw;
	text-transform: uppercase;
	color: white;
}

/* POPUP */

#popup {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 60vw;
		max-width: 600px;
		background-color: white;
		transform: translateX(-50%) translateY(-50%);
		z-index: 1000000000;
		border: 2px solid var(--color-projet-corpo);
		box-shadow: 0 0 0 40px white, 0 0 0 2000px rgba(255,255,255,0.5);
		transition-duration: 1s;
}

#popup.hide {
	top: -3000px;
	box-shadow: 0 0 0 40px white, 0 0 0 2000px rgba(255,255,255,0);
}

#popup p {
	text-align: justify;
	padding: 10px 60px;
	font-family: 'SansLight', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: var(--color-projet-corpo);
}

#popup p:first-of-type {
	padding-top: 60px;
	font-family: 'AvecRegular', serif;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
}

#popup p:last-of-type { padding-bottom: 60px; }

#popup div.close-pop {
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: white;
	box-shadow: inset 0 0 0 2px var(--color-projet-corpo);
	border-radius: 50%;
	right: 0px;
	top: 0px;
	transform: translateX(50%) translateY(-50%) rotate(45deg);
	background-image: url('../svg/picto-plus.svg');
	background-position: center;
	background-size: 80%;
	transition-duration: 0.4s;
	cursor: pointer;
}

#popup div.close-pop:hover {
	transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

/* ANNONCE */

#annonce {
	text-align: center;
	background-color: var(--color-selecteur-dispo);
	padding: 1vh 0;
}

#annonce p {
	color: white;
	font-family: 'SansRegular', serif;
	font-size: 1.6vw;
	line-height: 2.2vw;
}
