body {
	margin: 0px;
	padding: 0px;
}
@media (prefers-color-scheme: dark) {
	body {
		background-color: #171717;
		color: #f0f0f0;
	}
	a:link {
		color: #d96436;
	}
	a:visited {
		color: #df5d2d;
	}
}

a:link {
	color: #c84b1e;
}
a:visited {
	color: #aa4722;
}


#banner {
	min-height: 157px;
	margin: 0.5ex 0.5ex 0px 0.5px;
}
#banner h1 {
	margin: 0.5ex;
}
#banner h1 img {
	margin-top: 42px;
	margin-left: 42px;
}


#translation {
	position: absolute;
	top: 1ex;
	right: 3ex;
	text-align: right;
}
#translation ul {
	list-style-type: none;
}

#menu {
	font-size: x-large;
	font-weight: bold;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin: 1ex;
}

nav.breadcrumbs {
	position: relative;
	top: 2rem;
	font-size: small;
	font-variant: small-caps;
}

#content h1 {
	font-size: xxx-large;
	text-align: center;
}
#content h2 {
	font-size: xx-large;
	padding-left: 10%;
}
#content h3 {
	font-size: x-large;
	padding-left: 4ex;
	margin: 2ex auto 0.66ex auto;
}

#content h1,
#content h2 {
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	margin-top: 3rem;
	margin-bottom: 1ex;
	border-top: 2px solid #4955ce;
	border-bottom: 2px solid #4955ce;
	background-color: #e8eafe;
	color: #4955ce;
	text-shadow: 
		-1px -1px 0 #5a69ff,
		-1px 1px 0 #5a69ff,
		1px -1px 0 #5a69ff,
		1px 1px 0 #5a69ff,
		1px 0px 0 #5a69ff,
		-1px 0px 0 #5a69ff,
		0px -1px 0 #5a69ff,
		0px 1px 0 #5a69ff;
}

@media (prefers-color-scheme: dark) {
	#content h1,
	#content h2 {
		background-color: #d0d2e4;
	}
}

#content > article,
#content > p,
#content > figure,
#content > div,
#content > section {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1ex;
	padding-right: 1ex;
}
#content > article {
	max-width: 60rem;
}
#content h3,
#content > p,
#content > ul,
#content > div,
#content > section {
	max-width: 40rem;
}
#content > ul {
	margin: 1ex auto;
	padding-left: 4rem;
	padding-right: 2rem;
	max-width: 34rem;
}
#content > ul li {
	margin-bottom: 0.5ex;
}
#content p {
	margin-bottom: 1ex;
	line-height: 1.5;
}

#content > figure,
#content > div > figure {
	max-width: 38rem;
	margin-top: 2ex;
	margin-bottom: 2ex;
}
#content > figure img,
#content > div > figure img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#content > figure figcaption,
#content > div > figure figcaption {
	font-size: smaller;
	font-style: italic;
	text-align: center;
}

#content .note {
	font-size: small;
}

#content .requirements {
	display: flex;
	justify-content: space-evenly;
	max-width: none;
}
.requirements dt {
	font-style: italic;
	font-size: small;
}
.requirements dd {
	margin-bottom: 0.2ex;
}


article.game img {
	margin-right: 2ex;
}
article.game .game-title {
	font-size: large;
}

#content .page-article-list {
	list-style-type: none;
	padding-left: 1ex;
	padding-right: 1ex;
	max-width: 40rem;
}

.page-article-list li {
	text-indent: -6rem;
	margin-left: 6rem;
	max-width: 34rem;
	margin-bottom: 1.5ex !important;
}

.article-category {
	font-variant: small-caps;
	font-size: small;
}

.article-date {
	font-size: small;
}

.article-infos {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2ex;
}

.page-article-list .article-title {
	font-weight: bold;
}

#content .contact-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: max-content;
}

#page-footer {
	background: #d0d2e4;
	border-top: 2px solid #4955ce;
	font-size: small;
	margin-top: 2rem;
}
@media (prefers-color-scheme: dark) {
	#page-footer {
		background: #000;
		border-top: 2px solid #222;
	}
}
#page-footer ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0px;
}
#page-footer li {
	display: inline-block;
	padding: 0.5ex 1ex;
}
