@font-face {
    font-family: "regularText";
    src: url("../assets/NPCLstandard.otf");
}

@font-face {
    font-family: "juicyText";
    src: url("../assets/NPCLjuicy.otf");
}

body {
	background-color: #061022;
	font-family: regularText;
	color: #dddddd;
}

a{
	color: #bbbbff;
}

a:hover{
	color: #9999dd;
}

p {
	margin: 0.3em;
}

h4 {
	margin: 0.6em;
	font-size: 1.1em;
	color: #eeccaa;
}

h3 {
	margin: 0.6em;
	font-size: 1.2em;
	text-decoration: underline;
}

nav {
	margin: auto;
	max-width: 1000px;
	width: 95%;
}

h2 {
	font-size: 1.3em;
	background-image: linear-gradient(to bottom, rgba(33,111,111,1), rgba(18,66,66,1));
	border-radius: 0.3em;
	padding: 0.3em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

.navA {
	text-decoration: none;
	color: #dddddd;
}

.navA:hover {
	color: #ffffff;
}

.navA:hover h2 {
	background-image: linear-gradient(to bottom, rgba(22,77,77,1), rgba(9,33,33,1));
}

.navBlock {
	display: inline-block;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

	.line {
		background-color: white;
		height: 0.1em;
		width: 70%;
		border-radius: 50em;
		margin: auto;
		margin-top: 1em;
	}

	.question {
		padding: 0.5em;
	}

	.question:target {
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 0.5em;
		padding: 1em;
	}

	.answer {
		text-indent: 3em;
	}

.moderation{
	text-align: center;
	margin: auto;
}

.precision {
	color: #bbbbbb;
	font-size: 0.9em;
	font-style: oblique 15deg;
}

.quote {
	color: #ddddbb;
	font-style: oblique 10deg;
}

.announce {
	margin: auto;
	width: 95%;
	max-width: 800px;
	background-image: linear-gradient(to bottom, rgba(77,77,77,0.85), rgba(33,33,33,0.85));
	border-radius: 1.5em 0.6em 1.5em 0.6em;
	border: 0.15rem solid;
	border-color: black;
	margin-top: 0.6em;
	margin-bottom: 1.5em;
	padding-bottom: 0.6em;
	padding-left: 1.2em;
	padding-right: 1.2em;
}

#error {
	background-image: linear-gradient(to bottom, rgba(161,61,61,0.85), rgba(43,18,18,0.85));
}

#warning {
	background-image: linear-gradient(to bottom, rgba(61,111,111,0.85), rgba(18,35,35,0.85));
}

#important {
	background-image: linear-gradient(to bottom, rgba(111,61,111,0.85), rgba(35,18,35,0.85));
}

.list_corpses {
	width: 95%;
	margin: auto;
	text-align: center;
}

.peek_corpse {
	max-width: 12em;
	height: 14em;
	display: inline-block;
	overflow: hidden;
	margin: 0.3em;
}

.theme_corpse {
	background-color: (0, 0, 0, 0.7);
}

	.themeTable {
		display: grid;
		margin: auto;
		width: 85%;
		max-width: 600px;
		grid-template-columns: auto 7em 4em;
	}
	.tThead {
		color: white;
		text-decoration: underline;
		border: 0.05rem solid;
		border-color: black;
		background-image: linear-gradient(to bottom, rgba(81,121,121,0.85), rgba(23,33,33,0.85));
	}
	.tTline {
		color: #bbbbbb;
		border: 0.05rem solid;
		border-color: black;
	}
	.upvoteButton {
		display: inline;
		background-color: rgba(111, 184, 184, 0.7);
		border: 0.2rem outset black;
		color: #dddddd;
	}
	.upvoteButton:hover {
		background-color: rgba(131, 224, 224, 0.7);
	}
	
.themeTableModo {
	display: grid;
	margin: auto;
	width: 42em;
	grid-template-columns: 12em 12em 6em 6em 6em;
}
.actionButton {
	border: 0.1rem solid black;
	color: #dddddd;
	text-align: center;
	background-color: rgba(100, 0, 0, 0.5);
}
.actionButtonL:hover p {
	background-color: rgba(0, 0, 0, 0.7);
}
.themeTableModo :checked+label p {
	background-color: rgba(0, 100, 0, 0.5);
	border: 0.2rem solid black;
}
.moderation :checked+label p {
	background-color: rgba(0, 100, 0, 0.5);
	border: 0.2rem solid black;
}
.themeSubmitModo {
	border: 0.2rem outset black;
	background-color: rgba(111, 184, 184, 0.7);
	height: 100%;
	width: 100%;
	font-family: "regularText";
	font-size: 1.1em;
}
.themeSubmitModo:hover {
	background-color: rgba(131, 224, 224, 0.7);
}
	
		.endnote {
			font-size: 0.8em;
			color: #555555;
			text-align: right;
			position: absolute;
			right: 0.3em;
		}
		
			.langage {
				display: grid;
				grid-template-columns: auto 60px 60px auto;
			}
			.fr {
				grid-column: 2/3;
			}
			.eng {
				grid-column: 3/4;
			}
			#Fr {
				background:url(../assets/fr.png) no-repeat;
			}
			#Eng {
				background:url(../assets/eng.png) no-repeat;
			}
			#Fr:hover {
				background:url(../assets/fr_hover.png) no-repeat;
			}
			#Eng:hover {
				background:url(../assets/eng_hover.png) no-repeat;
			}
			.langageButton {
				border: none;
				height: 36px;
				width: 60px;
			    cursor: pointer;
			}
			
.hidden {
	display: none;
    padding: 0;
	height: 0em;
	width: 0em;
}

.frameGrid {
	display: grid;
	margin: auto;
}
.emplacement {
	background-color: white;
}

#tuto:target {
	display: block;
	height: auto;
	width: auto;
}

.tutorial {
	display: inline-block;
	border-radius: 1.5em;
	width: 22em;
	padding: 0em 0.5em 0.5em 0.5em;
	object-fit: contain;
	vertical-align: middle;
}

.red {
	color: #ec3a3a;
	font-size: 1.1em;
}