/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Nicolas */
html, body { height: 100%; }
html {
	font-family: Geist, sans-serif;
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background-image: url('https://s.dvt.re/devenet.eu/assets/img/bg/yellow-lines.jpg');
	background-size: cover;
	background-position: center center;
}

.visu-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0; border: 0;
}

h1 a {
	color: #098BFF;
	text-decoration: none;
}
a {
	color: #0075db;
}
a:hover, a:focus {
	color: #0057A3;
}
a:focus {
	outline: none;
	box-shadow: 0 0 0 2px #FF9723;
	background-color: #FFF4E8;
}
a:active {
	color: #00427D;
	border-color: transparent !important;
}
a[target=_blank]::after {
    display: inline-block;
    margin-left: 2px;
    content: '↗︎';
}
.links a::after { display: none; }

.block {
	box-sizing: border-box;
	width: 610px;
	min-height: 100%;
	margin: 0 auto;
	padding: 10px 40px 20px;
	background-color: rgba(255, 255, 255, .9);
	position: relative;
}

header { margin: 25px 0 40px; }
header a:hover, header a:focus { text-decoration: none; }
h1 {
	margin: 0;
	line-height: 1;
	font-size: 2.8em;
	font-weight: 600;
}
h1 img {
	width: 75px;
	height: 75px;
	max-width: 100%;
	margin-right: 15px;
	border-radius: 10px;
	float: left;
	transition: transform 500ms ease-out;
	font-size: 16px;
	font-weight: normal;
	margin-top: -4px;
}
h1 a:hover img { transform: rotate(360deg); filter: saturate(2.5); }
h2 {
	margin: 0 0 0 70px;
	font-weight: 400;
	font-size: 1.4em;
	letter-spacing: -1px;
}
h3 {
	margin: 30px 0;
	font-weight: 400;
	font-size: 1.5em;
}

.langs { position: absolute; top: 2.5px; right: 5px; line-height: 20px; }
/* .langs a { filter: opacity(.8); } */
.langs a.inactive { filter: opacity(.5); }
.langs a:hover { filter: opacity(1); }
.langs img { vertical-align: middle; }

hr {
	display: block;
	margin: 30px 0;
  border: 0;
  border-top: 1px solid #dedede;
}
h3 + hr { margin-top: -5px; }

.content { margin: 30px 0 10px; }
.content p { font-size: 1.25em; line-height: 1.5; }
.links {
	margin-top: 28px;
	padding-left: 0;
	list-style-type: none;
	overflow: hidden;
}
.links li { display: inline-block; padding: 2px; }
.links a {
	display: inline-block;
	width: 30px;
	max-height: 30px; /* Fuck you IE */
	border: none;
	margin-right: 6px;
	fill: #098BFF;
}
.links a:hover, .links a:focus { fill: #0057A3; transition: fill 100ms ease-out; }
.links svg { width: 100%; }

.country {
	margin: 50px auto 20px;
	color: #aaa;
	clear: both;
	/* font-style: italic; */
	font-size: 1em;
}
.country svg {
	margin-top: -2px;
  margin-left: -6px;
  vertical-align: middle;
}

.error-page a { color: #C62600; }
.error-page a:hover, .error-page a:focus {
	color: #A21F00;
	border-color: #A21F00;
}
.error-page h1 img {
	-webkit-filter: hue-rotate(90deg) sepia(.5);
	-moz-filter: hue-rotate(90deg) sepia(.5);
	filter: hue-rotate(90deg) sepia(.5);
}
.error-page h2 { transform: scale(1, -1); }
.error-page .links a { fill: #C62600; }
.error-page .links a:hover, .error-page .links a:focus { fill: #A21F00; }

.rn-body {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMjY0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-radial-gradient(center, ellipse cover, #01264d 0%, #000001 100%);
  background-image: -webkit-radial-gradient(ellipse cover at center, #01264d 0%, #000001 100%);
  background-image: radial-gradient(ellipse cover at center, #01264d 0%, #000001 100%);
}
.rn-container {
  position: relative;
  float: left;
  width: 75px;
  height: 50px;
  margin-right: 15px;
}
.rainbow {
  display: block;
  position: absolute;
  margin-top: 12px;
  width: 1000px;
  margin-left: -982px;
  height: 42px;
  background-image: url(img/rainbow.png);
  background-repeat: repeat-x;
}
.nyan {
  display: block;
  position: absolute;
  z-index: 99;
  width:  66px;
  height: 42px;
  margin-top: 15px;
  background-image: url(img/nyan.png);
  -webkit-animation: play_nyan .45s steps(5) infinite;
  -moz-animation: play_nyan .45s steps(5) infinite;
  -ms-animation: play_nyan .45s steps(5) infinite;
  -o-animation: play_nyan .45s steps(5) infinite;
  animation: play_nyan .45s steps(5) infinite;
}
@-webkit-keyframes play_nyan { from { background-position: 0px; } to { background-position: -330px; } }
@-moz-keyframes play_nyan { from { background-position: 0px; } to { background-position: -330px; } }
@-ms-keyframes play_nyan { from { background-position: 0px; } to { background-position: -330px; } }
@-o-keyframes play_nyan { from { background-position: 0px; } to { background-position: -330px; } }
@keyframes play_nyan { from { background-position: 0px; } to { background-position: -330px; } }

/* Small devices */
@media (max-width: 610px) {
	.block { width: auto; }
	h1 img { width: 55px; height: 55px; }
	h1 { font-size: 2.125em; }
	h2 { font-size: 1.3em; text-wrap: balance; }
  .rn-container { width: 55px; }
  .nyan { margin-left: -15px; }
  .rainbow { margin-left: -990px;}
}
@media (max-width: 405px) {
	h1 img, .rn-container { display: none; }
	h2 { margin-left: 0; }
}
