body {
			background-color : #e5edef;
			margin: 0;
			font-family: "Open Sans",sans-serif;
		}

		
			h2 { 
			text-align: center;
			font-size: 1.75rem;
			margin-top: 0;
			margin-bottom: 0.5rem;
			font-family: DejaVu Sans Mono, monospace;
			font-weight: 500;
			line-height: 1.2;
			color: inherit;
			vertical-align: middle;
		}
		

.field{
	margin:20px;
}	
		
#bouton {
            text-decoration: none;
			background-color: #fff;
			padding: 15px;
			margin : 10px;
			text-align: center;
			border-radius: 5px;
			font-size:20px;
			border-style: none;
			box-shadow: 0 2px 6px 0 rgb(189 189 189);	
			color: #777;
			height:40px;
			white-space: nowrap; /* interdiction de passer à la ligne */
			line-height: 10px;
			-webkit-transform: scale(1);
			transform: scale(1);
			-webkit-transition: .3s ease-in-out;
			transition: .3s ease-in-out;
        }
		

		
		#bouton:hover{
			background-color: #377d87;
			color: #fff;
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}
		
form {
    background-color: white;
    padding: 20px;
    margin: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgb(189 189 189);
	width: 20%;
	text-align:center;
	
}

input {
    background-color: #f8f8f8;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgb(197 197 197 / 50%);
    max-height: 325px;
    height: 40px;
    border-style: none;
    font-weight: normal;
    color: black;
    font-size: 15px;
    margin: 5px;
}