@font-face {
	font-family: 'PixelOperatorHB';
	src: 
	url("../fonts/PixelOperatorHB.woff") format("woff"), 
	url("../fonts/PixelOperatorHB.otf") format("opentype"),
	url("../fonts/PixelOperatorHB.ttf") format("truetype");
}
@font-face {
	font-family: 'ShareTech-Regular';
	src: 
	url("../fonts/ShareTech-Regular.woff") format("woff"), 
	url("../fonts/ShareTech-Regular.otf") format("opentype"),
	url("../fonts/ShareTech-Regular.ttf") format("truetype");
}
html {
	color: #eee;
	background-color: #175;
	font-family: ShareTech-Regular, Cambria, serif;
	font-size: %;
}
body {
	margin: 0 auto;
	max-width: none;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom:50px;
	hyphens: auto;
	overflow-wrap: break-word;
	text-rendering: optimizeLegibility;
	font-kerning: normal;
	font-size: 0.8em;
}
header {
	/*background-color: #058;*/
	background-color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	font-family: 'PixelOperatorHB';
	border-style: dashed;;
}
@media (min-width: 480px) {
	body {
		max-width: 50em;
		font-size: 1.3em;
		padding: 12px;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 50px;
		padding-bottom:50px;
	}
	h1 {
		font-size: 2.0em;
	}
}
@media print {
	html {
		background-color: white;
	}
	body {
		background-color: transparent;
		color: black;
		font-size: 12pt;
	}
}
p {
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 0em;
}
h2 { font-size: 1.6rem; }
h3 { font-size: 1.2rem; }
h5, h6 {
	font-size: 1em;
  font-style: italic;
}
h6 {
  font-weight: normal;
}
small { font-size: 0.8rem; }
ol, ul {
  padding-left: 1.7em;
  margin-top: 1em;
}
li > ol, li > ul {
  margin-top: 0;
}
blockquote {
  margin: 1em 0 1em 1.7em;
  padding-left: 1em;
  border-left: 4px solid #058;
	background-color: #286;
  color: #fff;
}
code {
  font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
  font-size: 85%;
  margin: 0;
}
pre {
  margin: 1em 0;
}
pre code {
  padding: 0;
}
.sourceCode {
 background-color: transparent;
}

hr {
	border-top: dashed White;
	border-bottom: none;
}

table {
  margin: 1em 0;
  width: 100%;
  display: block;
}
table caption {
  margin-bottom: 0.75em;
}
th {
  border-top: 0px solid #1a1a1a;
  padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
  padding: 0.125em 0.5em 0.25em 0.5em;
}
#TOC li {
  list-style: none;
}
#TOC ul {
  padding-left: 1.3em;
}
#TOC > ul {
  padding-left: 0;
}
#TOC a:not(:hover) {
  text-decoration: none;
}
code{white-space: pre-wrap;}
.center {
  margin-left: auto;
  margin-right: auto;
}
blockquote {
  margin: 20px 0;
  border-left: 5px solid #058; /* Une barre bleue sur le côté */
  font-style: italic;
}
blockquote footer {
  margin-top: 10px;
  font-style: normal;
  font-weight: bold;
  color: #eee;
  text-align: right; /* Aligne l'auteur à droite */
}

blockquote footer cite {
  color: white;
}

