@font-face {
  font-family: 'Manrope';
  src: url(src/Manrope[wght].woff2);
}
:root {
	--rien:	transparent;
	--fond:	#000;
	--typo: #dadada;
	--lien: #fff;
	--bord: #717171;
	--message: #888888;
	--marqueur: #aaa;
	--asleep: #7a7a7a;
	--bordImage: #222;
	--focus: #99877b;
}

body, html	{
	color: var(--typo);
	background-color: var(--fond);
	font: 16px/100% "Manrope", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 120%;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}
#container {
	width: 1650px;
	margin: auto;
}
a,
a:visited,
a:active {
	color: var(--lien);
	text-decoration: none;
}
a:hover	{
	text-decoration: none;
}
h1,h2,h3 {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.cache {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
p	{
	margin-top: 0px;
	}
.pied	{
	font-family: Arial, sans-serif;
	font-size: 80%;
	margin-top: 20px;
	}
#contenu {
	margin-left: 20px;
	top: 0px;
	z-index: 10;
	visibility: visible;
	width: 770px;
	min-height: 670px;
	position: relative;
	float: left;
	display: block;
	clear: right;
}
#nav {
	margin-left: 20px;
	position: relative;
	margin-top: 20px;
	border-top: 1px dotted var(--bord);
	padding-top: 6px;
	height: auto;
	width: 230px;
	z-index: 250;
	column-count: 2;
	float: left;
}
#nav span {
	margin-right: 12px;
	display: inline-block;
}
#nav .lien img {
	max-height: 120px;
	height: 100px;
	width: 100px;
	object-fit: fill;
}
span.lien {
	height: 120px;
	display: inline-block;
}
span.asleep {
	color: var(--asleep);
}
span.last {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid var(--marqueur);
	padding: 3px;
	width : 70px;
	text-align: center;
	padding-top: 15px;
	margin-left: 5px;
 	margin-top: 2px;
 	position: absolute;
	height: 45px;
}
span.last2 {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid var(--marqueur);
	padding: 3px;
	width : 70px;
	text-align: center;
	padding-top: 15px;
	margin-left: 5px;
	margin-top: 71px;
 	position: absolute;
	height: 45px;
}
#note {
	border-top: 1px dotted var(--bord);
	padding-top: 6px;
	font-size: 90%;
	margin-top: 50px;
	margin-left: 20px;
	width: 100%;
	z-index: 10;
	visibility: visible;
	clear: both;
}
#message {
	margin-left: 0px;
	color: var(--message);
	width: 70vw;
	max-width: 1240px;
}
#message p {
	margin-top: 0px;
	margin-bottom: 12px;
}
img {
    padding-top: 0px;
    margin-top: 0px;
    border: 1px solid var(--bordImage);
    margin: auto;
}
img.ns {
	max-height: 850px;
	margin: auto;
	max-width: 100%;
}
img.ks {
 	max-height: 1200px;
	margin:	auto;
	max-width: 1575px;
}
#contenu {
	min-height: 962px;
}
#contenu.ns {
	max-height: 962px;
}
#contenu.ks {
	max-height: 1800px;
	max-width: 1600px;
}

#img {
	margin: auto;
	text-align: center;
}
#voeux {
	width: 750px;
	position: absolute;
	top: 12px;
}
#liens {
	display: block;
	float:left;
	max-width: 850px;
}
.lien {
	cursor: pointer;
}
.lien:focus,
.imagePrincipale:focus,
a:focus {
	border: 1px solid var(--focus);
    outline: none;
}
span.lien.image {
	margin-bottom: 10px;
}
#LNG {
	height: 150px;
	width: 120px;
	display: block;
	float: left;
}
#LNG span {
	max-height: 50px !important;
	margin-bottom: 20px;
	display: block;
	position: relative;
	margin-top: 5px;
}