html, body{
	margin:0;
	padding:0;
	color:white;
	font-family: 'Titillium Web', sans-serif;
}

body{
	background-color:black;
}

#header{
	margin:0 auto;
	width:550px;
	height:154px;
}

#canvas {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
	display: block;
	margin:0 auto;
}

#btn{
	opacity:0;
}

#loading{
	position:absolute;
	margin: 0 auto;
	left:0; right:0;
	top:154px;
	z-index:998;
	width:550px;
	height:536px;
	display:none;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
	padding-top:100px;
}

#shareScreen{
	display:none;
	position:absolute;
	
	width:550px;
	height:636px;
	
	margin: 0 auto;
	left:0;
	right:0;
	
	z-index:996;
	top:154px;
	background: rgba(0, 0, 0, 0.8);
}


#msg{
	width:300px;
	margin:0 auto;
	margin-top:150px;
	text-align:center;
}

#close{
	position:absolute;
	right:10px;
	top:30px;
}

td{
	
}

/* Formulaire */
#mailForm{
	width:500px;
	height:560px;
	background:#24313C;
	padding:10px;
	padding-top:	50px;
	position:absolute;	
	top:160px;
	margin: 0 auto;
	left:0; right:0;
	z-index:999;
	border-radius:10px;
	box-shadow:0 4px 10px 4px #000;	
	display:none;
}

#btnClose{
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	z-index:1000;
}


input, textarea {
  font-size: 22px;
  display: block;
  width: 477px;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  font-family: 'Titillium Web', sans-serif;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #C68A43;
}

textarea {
  border: 1px solid #a0b3b0;
  resize: none;
}


.button {
	border: 0;
	outline: none;  
	padding: 20px;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: #C68A43;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #179b77;
}

.button-block {
  display: block;
  width: 100%;
}

#result{
	width:100%;
	text-align:center;
	font-size:1.2em;
	color:#C68A43;
}
