*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: montserrat;
  box-sizing: border-box;
}

body{
	background-image:url("image/fondnoel.png");
	background-position: center center;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
  	background-color: #464646;
  
}

h1
{
	text-align: center;
	color: white;
	margin-top: 10px;
	font-size: 60px;
	text-shadow:0 0 10px #1583CE ;

}

h3
{
	margin-bottom: 30px;
	font-size: 30px;
	text-decoration: underline;
	color: #1583CE;
}

.box
{
	border: 1px solid white;
	border-radius: 3px;
	margin-top: 250px;
	width: 50%;
	padding: 20px;
	margin-left: 25%;
	text-align: center;
	background-color: white;
}

form
{
	padding-bottom: 20px;
}

form .objet1
{
	margin-bottom: 8px;
}

form .objet1 select
{
	border-radius: 3px;
 	border: 2px solid #1583CE;
 	width: auto;
 	color: #1583CE;
 	font-size: 18px;
 	text-align: center;
}

form .objet1 select:focus
{
	outline: none;
}

form .objet2 input
{
	border-radius: 3px;
 	border: 2px solid #1583CE;
 	width: 50%;
 	color: #1583CE;
 	text-align: center;
 	font-size: 18px;
}

form .objet2 input:focus
{
	outline: none;
}


form .objet2 input::placeholder
{
	text-align: center;
	color: #1583CE;
}

 .connectbutton
 {
 	margin-top: 20px;
 	width: 50%;
 	padding : 5px;
 	background-color: #1583CE;
 	border-radius: 3px;
 	border: 2px solid #1583CE;
 	color: white;
 	font-size: 18px;
 }

.connectbutton:hover
 {
 	margin-top: 20px;
 	width: 50%;
 	padding : 5px;
 	background-color: white;
 	border-radius: 3px;
 	border: 2px solid #1583CE;
 	color: #1583CE;
 	font-size: 18px;
 }

.objet3
{
	color: #1583CE;
	font-size: 18px;
	margin-bottom: 10px;
}

.boxpass
 {
 	width: 100%;
 	padding : 5px;
 	background-color: #1583CE;
 	border-radius: 3px;
 	border: 2px solid #1583CE;
 	color: white;
 	font-size: 18px;
 }

.boxpass:hover
 {
 	width: 100%;
 	padding : 5px;
 	background-color: white;
 	border-radius: 3px;
 	border: 2px solid #1583CE;
 	color: #1583CE;
 	font-size: 18px;
 }

.message
{
	border: 1px solid white;
	padding: 5px;
	border-radius: 3px;
	text-align: center;
	background-color: #D12637;
	width: 50%;
	margin-left: 25%;
	margin-top: 10px;
	color : white;
}

