@charset "utf-8";
/* CSS Document */

body,html{
	width:100%;
	height:100%;
	background:#000;
	margin:0;
	padding:0;	

}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	overflow:hidden;
}

/* CURSOR */

body.nocursor{
	cursor:none;
}
h1{
	font-size: 20px;
}
a{
	color:#6CC;
	text-decoration:none;
}
a:hover{
	color:#6FC;	
}
.container{
	width:100%;
	height:auto;
	position:relative;
	z-index:1;	
	text-align:center;
}
.container img{
	width:100%;
	height:auto;
}
.noir{
	width:100%;
	height:100%;
	position:fixed;
	z-index:5;	
	background:#000;
	top:0;
	left:0;
}

.noir.hidden{
	display:none;
}
video{
	width:100%;
	height:auto;	
}

video.background{
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}
nav{
	position:absolute;
	top:0;
	left:0;
	background:#000;
	color:#fff;	
	z-index:0;
	padding:20px;
	display: none;
	font-size:18px;
}


.container nav{
	display:block;
	opacity: 1;
	left:50%;
	width:800px;
	margin-left: -400px;
}
nav ul{
	list-style-type:none;
	margin:0;
	padding:20px;
	text-transform:uppercase;

}
nav ul li, nav p{
	margin:0;
	padding:20px;
	text-align:center;
}


nav ul li a, nav p a{
	padding:10px;
}

nav ul li a.active{
	background:#fff;
	color:#000;
}

a.btn{
    display:block;
	background-color:#6CC;
	text-decoration:none;
    color:#123;
    height:50px;
    width: 80px;
    font-size:25px;
    margin-top:-25px;
    margin-left:-40px;
    line-height:50px;
    top:50%;
    left:50%;
    text-align:center;
    position:absolute;
}
a.btn:hover{
	background-color:#6FC;
    color:#123;
}

/* Sweet Dreams */

::-moz-selection { /* Code for Firefox */
  background: transparent;
}

::selection {
  background: transparent;
}

@media (min-width: 2801px) { body{font-size:17px;} }

@media (max-width: 2800px) { body{font-size:16px;} }

@media (max-width: 2400px) { body{font-size:15px;} }

@media (max-width: 2000px) { body{font-size:13px;} }

@media (max-width: 1800px) { body{font-size:12px;} }

@media (max-width: 1600px) { body{font-size:11px;} }

@media (max-width: 1400px) { body{font-size:10px;} }

@media (max-width: 1100px) { body{font-size:9px;} }




.form{
    width:94%;
    height: 90%;
    position : fixed;
    margin-top:5px;
    margin-left:3%;
    z-index:3
}
.form table{
	width:100%;
	position: relative;
}

.form table tr{
	position:relative;
}

.form table td{
	width:50%;
	position:relative;
}

.form textarea, .form span.val{
    color:white;
    font-family:serif;
    font-size:2.5em;
    letter-spacing: 0.1em;	
    margin:15px 10%; 
	width:90%;   
}


.form span.val{
	position: relative;
    width:90%;
    max-width:90%;
    display: block;
    min-height:1em;
    text-align: center;
}


.form textarea{
	position:absolute;
	top:0;
	left:0;
    height:2.5em;
	display:block;
	background:transparent;
    text-align: center;
	opacity:0;
    border: none !important;
    overflow: hidden;
  	resize: none;
	cursor:none;
    text-shadow: 3px 6px 7px #000000;	

}


.form textarea:focus{
	opacity:1;
    outline: none;
}

.form td.active span.val,
.form td.active.done span.val{
	opacity:0;
}

.form td div{
    display: block;
    position: absolute;
    top:-1em;
    left:0;
    height:100%;
	background-image:none;
    background-position: center center;
	background-size: 80%;
	background-repeat: no-repeat;
    width:7em;
    height:7em;
    
}

.form td.active div{
	background-image:url('MEDIA/star.png');
}
.form td:hover div{
	background-image:url('MEDIA/star.png');
	background-size: 60%;
    opacity:60%;
}

.form td:hover span.val{
	text-shadow: 3px 6px 7px #7697FF;
}

.form td.done span.val {
	transition-property: opacity;
  	transition-duration: 1s;
	opacity:0.2;
}
.form td.active.done textarea {
	transition-property: opacity;
  	transition-duration: 1s;
	opacity:0.2;
}


.logo{
    display:block;
    position: fixed;
    z-index:5;
}
.logo img{
    width:100%;
    height:auto;
}
#logo-sd{
    bottom:-3em;
    left:-2em;
    width:15%;
}
#logo-ori{
    bottom:1.5em;
    right:2em;
    width:15%;
}



.sparkle {
  position: fixed;
  z-index: 4;
  opacity: 0.5;
  pointer-events: none;
    background-color: #fff;
}