		.droite
		{
			visibility:hidden;
		}
		legend
		{
			color:green;
		}
		input,textarea,select
		{
			color:blue;
			background-color:#f5f5dc;
		}
		
		body
		{
			background-color:#e2e6e8;/*#1c3348*/
		}
		form
		{
			background-color:#99c4d9;
			
			border-radius:10px;
			
		}
		label
		{
			
			font-size:1.2em;
		}
			
		span
		{
			font-size:1.2em;
			color:green;
		}
			
		.hauteur
		{
			line-height:100px;
		}
		/*.droite
		{
			visibility:hidden;
		}*/
		#menu{
			
			color:blue;
			font-size:1.7em;
			border:1px solid red;
			display:block;
			position:absolute;
			top:100px;
			left:300px;
			background-color:#f5f5dc;
			
		}
		a{
			text-align:center;
			padding:10px;
		}
		@media screen and (max-width:576px){
			label{
				width:100%;
			}
			form{
				width:100%;
			}
			input[type="text"],input[type="password"]{
				width:100%;
			}
		}

		.banniere{
			
			background:#06284e;
			position:fixed;
			bottom:0;
			left:0;
			width:100%;
			color:white;
			margin-top:120px;
			height:90px;
			justify-content: space-around;
			padding:30px;
			font-family:'Signika Negative',sans-serif;
		}
		.text-banniere p {
			font-size:large;
			text-align:center;
		}
		input[type="button"]{
			border:1px solid rgb(216,30,30);
			padding:10px;
			background:red;
			border-radius:7px;
			color:white;
			text-decoration:none;
		}
		.button-banniere a{
			border:1px solid red;
			padding:10px;
			background:red;
			border-radius:5px;
			color:white;
			text-decoration: none;
			margin-left:20px;
		}