html {font-size: 100%;}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
	font-family: "Constantine";
	src: url("../fonts/constantine/constantine.woff2") format("woff2"),
	url("../fonts/constantine/constantine.woff") format("woff");
  font-display: swap;
}
@font-face {
	font-family: "Oxanium";
	src: url("../fonts/oxanium/Oxanium-Regular.woff2") format("woff2"),
	url("../fonts/oxanium/Oxanium-Regular.woff") format("woff");
  font-display: swap;
}

body {
  background-color: #000;
  border-color: #000;
	margin: 0;
	border-top: 0;
  height: auto;
  overscroll-behavior: none;
}
body.phone {
  border-top: none;
}

#V0 {
	position: fixed;
	z-index: 5;
	background-size: 25%;
	background-image: url("../Images/no_index/mur_briques.jpg");
	height: 100vh;
	width: 100%;
	overflow: hidden;
  scroll-behavior: smooth;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  visibility: hidden;
}

.etageres {
	height: 30vw;
	position: absolute;
	bottom: 15vw;
	left: 9.5vw;
	z-index: 0;
}
@media screen and (min-device-width: 1101px) and (max-width: 1450px) {
  .etageres {bottom: 18vw;}
	  .etageres:hover {bottom: 12vw;}
}
@media screen and (min-device-width: 1101px) and (max-width: 1350px) {
  .etageres {bottom: 21vw;}
	  .etageres:hover {bottom: 15vw;}
}
@media screen and (min-device-width: 1101px) and (max-width: 1250px) {
  .etageres {bottom: 24vw;}
	  .etageres:hover {bottom: 18vw;}
}
@media screen and (min-device-width: 1101px) and (max-width: 1100px) {
  .etageres {bottom: 27vw;}
	  .etageres:hover {bottom: 21vw;}
}
@media screen and (min-device-width: 1101px) and (max-width: 950px) {
  .etageres {bottom: 30vw;}
	  .etageres:hover {bottom: 24vw;}
}

.etageres_mobile {
	display: none;
}
.sombre2 {
	opacity: 0.8;
	position: absolute;
	z-index: 6;
	margin: 0;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: black;
}
.lampe1a {
	opacity: 0.5;
	height: 10.2vw;
	position: absolute;
	top: 0;
	left: 9vw;
	z-index: 6;
}
.lampe1b {
	opacity: 0.5;
	height: 7vw;
	position: absolute;
	top: 10.2vw;
	left: 8.6vw;
	z-index: 6;
}
.lampe2a {
	opacity: 0.5;
	height: 9vw;
	position: absolute;
	top: 0;
	right: 10vw;
	z-index: 6;
}
.lampe2b {
	opacity: 0.5;
	height: 9vw;
	position: absolute;
	top: 9vw;
	right: 9.2vw;
	z-index: 6;
}

#encart {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mention {
	font-size: 1rem;
	z-index: 8;
	position: absolute;
	top: 3vh;
	left: 15vw;
	height: auto;
	max-height: 92vh;
	width: 68vw;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 7px 5px #2d2d2d, inset 0 -10px 20px 2px black;
	box-shadow: 0 0 7px 5px #2d2d2d, inset 0 -10px 20px 2px black;
	overflow: hidden;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: black #2d2d2d;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding-bottom: 1vh;
}
#mention::-webkit-scrollbar {
	width: 5px;
}
#mention::-webkit-scrollbar-track {
	background: #2d2d2d;
}
#mention::-webkit-scrollbar-thumb {
	background: black;
}
.Bienvenue {
	z-index: 8;
	margin: 0px;
	opacity: 1;
	color: white;
	line-height: 1.5;
	padding: 0 1rem;
}
.Bienvenue a {
	color: white;
	text-decoration: underline;
}
.Bienvenue h1, .Bienvenue h2 {
	text-align: left;
}
.Bienvenue h1 {
	font-family: Constantine, sans-serif;
	font-size: 120%;
	margin-bottom: 1.5vw;
	margin-top: 1vw;
}
.Bienvenue h2 {
	font-size: 100%;
	font-style: italic;
	margin-bottom: 0;
}
.Bienvenue div {
	font-family: Oxanium, sans-serif;
	font-size: 90%;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 1vw;
}
.Bienvenue p {
	margin: 0;
}
.small {
	font-size: 80%;
}
.Bienvenue div:nth-child(2) p:first-child {
	margin-bottom: 1vw;
}
.Bienvenue div:nth-child(3) {
	padding-left: 10%;
}
.Bienvenue div:nth-child(4) {
	padding-left: 20%;
}
.nb {
	font-size: 90%;
}
.Bienvenue div:nth-child(5) {
	margin-top: 2vw;
	text-align: right;
}

.interrupteur {
	position: absolute;
	left: 2vw;
	bottom: 12vw;
}
@-webkit-keyframes neonclignote {
	from {-webkit-box-shadow: 0px 0px 60px 20px #fe7530;box-shadow: 0px 0px 60px 20px #fe7530;}
	to {-webkit-box-shadow: 0px 0px 110px 80px #fe7530;box-shadow: 0px 0px 110px 80px #fe7530;}
}
@keyframes neonclignote {
	from {-webkit-box-shadow: 0px 0px 60px 20px #fe7530;box-shadow: 0px 0px 60px 20px #fe7530;}
	to {-webkit-box-shadow: 0px 0px 110px 80px #fe7530;box-shadow: 0px 0px 110px 80px #fe7530;}
}
.neon {
	border-radius: 50%;
	position: relative;
	z-index: 11;
	height: 0.4vw;
	width: 0.01vw;
	left: 2.2vw;
	top: 2.5vw;
	-webkit-box-shadow: 0px 0px 110px 80px #fe7530;
	        box-shadow: 0px 0px 110px 80px #fe7530;
	-webkit-transition: opacity 100000s, z-index 100000s;
	transition: opacity 100000s, z-index 100000s;
	-webkit-animation: neonclignote 1.5s linear infinite alternate;
	animation: neonclignote 1.5s linear infinite alternate;
}
.interrupteur3 {
	position: relative;
	z-index: 10;
	height: 5vw;
}

/* Media Queries */

@media screen and (max-width: 70em) {
  .Bienvenue {
		font-size: 95%;
	}
	.Bienvenue div:nth-child(3) {
	 	padding-left: 5%;
	}
	.Bienvenue div:nth-child(4) {
	 	padding-left: 10%;
	}
}

@media screen and (max-width: 45em) {
	.etageres, .lampe1a, .lampe1b, .lampe2a, .lampe2b {
		display: none;
	}
	.etageres_mobile {
    z-index: 0;
		display: block;
		position: relative;
    bottom: unset;
		width: 352px;
    height: 1078px;
    margin-left: auto;
    margin-right: auto;
	}
	#V0 {
    background-size: auto;
    overflow-y: scroll;
	}
  .sombre2 {
  	opacity: 0.7;
    height: 1078px;
  }
	#encart {
    position: absolute;
    z-index: 90;
    height: auto;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  	-ms-flex-line-pack: start;
  	    align-content: flex-start;
  	-webkit-box-align: baseline;
  	    -ms-flex-align: baseline;
  	        align-items: baseline;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
	}
	#mention {
		position: relative;
		top: 0;
		left: 0;
    padding-top: 4rem;
    width: 352px;
    height: 1078px;
		max-height: none;
		overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
		border-radius: 0;
		-webkit-box-shadow: 0px 0px 0px 0px #2d2d2d;
		        box-shadow: 0px 0px 0px 0px #2d2d2d;
	}
	.Bienvenue {
		padding: 0 3rem;
	}
	.Bienvenue h1 {
		margin-top: 2rem;
	}
	.Bienvenue div, .Bienvenue div:last-child {
		margin-top: 2rem;
	}
	.Bienvenue div:nth-child(3), .Bienvenue div:nth-child(4) {
	 	padding-left: 0;
	}
	.Bienvenue div:nth-child(5) {
		text-align: left;
	}
	.pasmobile {
		display: none;
	}
	.interrupteur {
		bottom: 0;
		top: 950px;
    width: 100%;
	}
	.interrupteur3 {
		display: block;
		position: absolute;
		height: 10vw;
    min-height: 50px;
		left: 0;
		top: 0;
	}
	.neon {
		display: inline-block;
		position: absolute;
		height: 0.8vw;
		width: 0.02vw;
		left: 5%;
		bottom: 4vw;
	}
}
@media screen and (max-width: 31em) {
  .interrupteur {
		bottom: 0;
		top: 1080px;
    padding-top: 2rem;
    width: 100%;
  }
  .interrupteur3 {
    left: 42%;
    top: 2.4rem;
  }
  .neon {
    position: relative;
		left: 48%;
	}
  .sombre2 {
    height: 1210px;
  }
}
