body {
	font-family: 'Poppins', sans-serif;
	background: #660066;
	
		background-image: url('../img/hand-2597795_1920.jpg') ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
}
#container {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 40px;
	background: #00000088;
	
}

#container p, #container a{
color: #fff;	
}

h1 {
	
	font-size: 42px;
	text-transform: uppercase;
	color: #fff;
}
h2 {
	font-weight: normal;
	color: #fff;
}

.numero {
	
	
}
#inputNum, #inputName, #inputMessage, #inputAmount, #gameCode, #email {
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px;
}
#num, #start, #numcsv {
	font-size: 16px;
	/**text-transform: uppercase;*/
	background-color: #8e2541;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	display: inline-block;
	font-weight: 600;
	transition: all 0.3s ease-in-out 0s;
}
#num:hover {
	background-color:#42111E ;
}
.content {
	background: #42111E;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #8e2541;
}



.inputs {
	border: 1px dotted #3d101c;
	margin-bottom: 10px;
	padding: 10px;
	background: #3d101c;
	color: #8e2541;
}
.inputs img {
	cursor: pointer;
}
.email, .nom {
	font-size: 16px;
	margin: 10px;
	padding: 10px;
	color: #000;
	width:150px;
}
.send {
	font-size: 16px;
	/**text-transform: uppercase;*/
	background-color: #14CCB0;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	display: inline-block;
	font-weight: 600;
	transition: all 0.3s ease-in-out 0s;
}
.send:hover {
	background: #10a28c;
}
.green {
	background: transparent;
	color: #14CCB0;
	padding: 0 px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	font-size: 20px;
}

.red {
	background: transparent;
	color: #8e2541;
	padding: 0 px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	font-size: 20px;
}

.conditions {
	
	text-align: left;
	width: 100%;
	
}

.conditions h1 {
	font-size:20px;
	color: #fff;
}

.conditions p {
	font-size:14px;
	color: #fff;
}

hr {
	margin: 40px 0;

	color: #990099;
}

#header {
	text-align:center;
	padding-top:60px;
}
.footer {
	padding:10px;
	
	
}

.footer a {
	color: #fff;
	font-weight: 500;
}

.footer p {
	color:#fff;
	font-size:12px;
}

a.more-link {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans';
	font-weight: 600;
	transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 20px;
	padding: 13px 35px;
	margin: 12px 0 3px;
	text-align: center;
	vertical-align: middle;	
	background: #660066;
}

.inputtextarea {
	width:200px;
	height:300px;
}