body{
   /* display:flex;
    align-items:center;
    justify-content:center;*/
/*	background-image: url("../img/accueil.png");
	background-repeat: no-repeat;
	
	background-position: 50% 00%;
	*/
}

/*#btn_connexion{
	cursor: pointer;

	position :absolute;
	width: 100px;
	height: 30px;
	top:1%;
	left: calc(100% - 110px);

	background-color: black;
	border: 1px solid gray;
	border-radius: 10px;
	color:white;

	font-family: monospace;
	font-weight: bold;

	display: flex;
	align-items: center;
	justify-content: center;

}
.div-hidden{
	display: none;
}

.div-visible{
	display:flex;
	flex-direction: column;
	gap:30px;
	background-color: rgba(128, 128, 128, .3);
	align-items: center;
	border: 1px solid gray;
	border-radius: 5px;

}
*/
#connexion_container{
    
	position :absolute;
	width: 400px;
	background-color: red;
	height: auto;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);


}
h2{
    background-color:yellow;
    
}
#connexionForm{
	display:flex;
	flex-direction: column;
	gap:20px;
		background-color: blue;

}