@font-face {
	font-family: caecilia lt pro;
	font-style: normal;
	font-weight: 400;
	src: local('Caecilia LT Pro'), url(/template/fonts/CaeciliaLTPro55Roman.TTF)
}

@font-face {
	font-family: caecilia lt pro;
	font-style: italic;
	font-weight: 400;
	src: local('Caecilia LT Pro'), url(/template/fonts/CaeciliaLTPro56RomanIt.TTF)
}

@font-face {
	font-family: caecilia lt pro;
	font-style: normal;
	font-weight: 300;
	src: local('Caecilia LT Pro'), url(/template/fonts/CaeciliaLTPro45Light.TTF)
}

@font-face {
	font-family: caecilia lt pro;
	font-style: italic;
	font-weight: 300;
	src: local('Caecilia LT Pro'), url(/template/fonts/CaeciliaLTPro46LightIt.TTF)
}

@font-face {
	font-family: caecilia lt pro;
	font-style: normal;
	font-weight: 700;
	src: local('Caecilia LT Pro'), url(/template/fonts/CaeciliaLTPro75Bold.TTF)
}

@font-face {
	font-family: caecilia lt pro;
	font-style: italic;
	font-weight: 700;
	src: local('Caecilia LT Pro'), url(/template/fonts/CaeciliaLTPro76BoldIt.TTF)
}

@font-face {
	font-family: caecilia lt pro;
	font-style: normal;
	font-weight: 850;
	src: local('Caecilia LT Pro'), url(/template/fonts/CaeciliaLTPro85Heavy.TTF)
}

@font-face {
	font-family: caecilia lt pro;
	font-style: italic;
	font-weight: 850;
	src: local('Caecilia LT Pro'), url(/template/fonts/CaeciliaLTPro86HeavyIt.TTF)
}


body{
	font-family: 'caecilia lt pro', sans-serif;
	font-size: 14px;
	line-height: 1.35;
	margin: 0;
	padding: 20px;
	background-color: #fcf4e5;
}

input{
	font-family: 'Caecilia LT Pro', sans-serif;
font-size: 14px;
line-height: 1.35;	
}

b{
	font-weight: 600;
	font-style: bold italic;
}

html{
	scroll-behavior: smooth;
}

body.zone{
	background-color: #181913;
	color: #181913;
}

.lightbox{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.887);
	z-index: 100000;
	display: none;
}

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

.hidden, .proposition.hidden{
	display: none;
}

iframe{
	top: 50%;
	left: 50%;
	position: absolute;
	width: 320px;
	height: 568px;
	border: none;
	transform: translate(-50%, -50%);
	border-radius: 5px;
}

.image{
	border-radius: 5px;
	overflow: hidden;
}

.wrapper{
	width: 100%;
	box-sizing: border-box;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.block{
	margin-bottom: 15px;
	display: none;
}

.block p{
	margin: 0;
}

.block pre{
	margin : 0;
}

.block-input{
	background-color: #bf6032;
	color: white;
	display: block;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 15px;

}

.proposition{
	display: block;
	color: white;
	padding: 20px;
	border-bottom: 1px solid white;
}



.proposition:last-child{
	border-bottom: none;
}

.separator{
	background-color: transparent;
}

hr{
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.text{
	background-color: #ffffff;
	color: rgb(27, 27, 27);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.10);
}

.brief{
	border-radius: 0;
	background-color: #f3c583;
	background-image: url(/template/sheet.png);
	background-size: cover;
}

.system{
	font-family: monospace;
	background-color: #292929;
	color: #f0f986;
	font-style: normal;
}

audio{
	width: 100%;
}


h1{
	text-align: center;
	margin: 0;
	z-index: 1;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 2px;
	font-weight: 400;
	padding-left: 70px;
	padding-right: 70px;
}

h2, h3, ul{
	font-weight: 400;
	margin: 0px;
}

.subtitle{
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	z-index: 1;
}



.home-button{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 18px;
	padding: 8px;
	background-color: rgb(249, 244, 235);
}

.zone .back-arrow{
	filter: none;
}

.back-arrow{
	position: fixed;
	top: 20px;
	left: 10px;
	width: 44px;
	height: 44px;
	filter: invert();
	z-index: 1000;
}

.back-arrow img{
	width: 25px;
}

.game{
	background-color: #6f8868;

}

.game a {
	color: white;
}

.home{
	height: 100%; 
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	color: white;
	text-align: center;
}

.home h1{
	font-size: 60px;
	padding: 0;
	padding-top: 150px;
	padding-bottom: 10px;
	font-style: italic;
}

.home img{
	position: absolute;
	width: 200px;
	top: 40px;
	right: 0px;
	opacity: 0.3;
	transform: rotate(30deg);
}

.home-buttons{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding-bottom: 0px;
}

.start, .back{
	min-width: 200px;
	text-align: center;
	color: white;
	font-size: 15px;
	background-color: #bf6032;
	display: inline-block;
	padding: 10px;
	border-radius: 35px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 8px;
}

div[done], .done{
	opacity: 0.4;
}

.next{
	animation: pulse 0.7s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.terminal{
	font-family: monospace;
	font-style: normal;
}

.center{
	text-align: center;
}

form{
	margin: 0;
}

input[type='email']{
	border: none;
	border-radius: 5px;
	padding: 8px;
	background-color: rgb(223, 223, 223);
}

input[type='submit']{
	margin-top: 4px;
	border: none;
	background-color: #bf6032;
	color: white;
	padding: 8px;
	border-radius: 5px;
}

.map-title{
	position: fixed;
	
	top: 26px;
	text-align: center;
	z-index: 10000;
	width: 100%;
	left: 0;
	color: white;
	pointer-events: none;
}

.info{
	display: block;
	position: absolute;
	border-radius: 20px;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	padding-top: 2px;
	line-height: 25px;
	text-align: center;
	background-color: white;
	box-sizing: border-box;
	color: #181913;
	z-index: 100000;
}