/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Splash
 */

.Logo {
	background: url('/site/img/new/logo@2x.png');
	background-repeat: none;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	background: url('/site/img/new/splash.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin-top:0px;
	padding-top:0px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}
.Wrapper {
	padding:10px 30px 30px 30px;
	width:100%;
	max-width:800px;
	background: url('/site/img/popup/popup-bg.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-color: #f4f4f4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,.15);
	        box-shadow: 0 0 5px 5px rgba(0,0,0,.15);
}
.Language-choice {
	margin-top:3em;
	margin-bottom:2em;
	line-height:1.5em;
}
.Language-button {
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	top: 1px;
	padding: 8px 10px;
	margin-right:0.5em;
	color: #fff;
	background-color: #26aced;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width:8em;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	letter-spacing:normal;
}
.Language-button:hover {
	background-color: #358ac1;
}
.Flag {
	 width:124px;
	 height:75px;
	 margin-left:2em;
	 margin-top:2em;
}

.link-redirect-lu{
	position: absolute;
	top: 153px;
	right: 50px;
	color: #555555;
	font-size: 1.1em;
	outline: 0;
}

.flag-lu{
	height: 75px;
	display: block;
	margin: auto auto 25px auto;
}
