/* Votre Style */
#header {
	background-color: #16C3D0;
}
body {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	margin:10px;

	/*background: #16C3D0;*/



}
#contenu {



	/*flex-direction: column; */
	/*height:150px;*/
	 }
.centrer {
	/*width: 90%;*/
	width: auto;
	height:500px;
	/*background: #16C3D0;*/
	/*height: 150px;*/
	/*display: flex;*/
	/*flex-direction: column;*/
	/*justify-content: flex-start;*/
}
	 h1,p {

		 /*flex-wrap: wrap;*/
	 	text-align: center;
	 }
	 p{
		 font-weight: 600;
		 font-family: 'Poppins', sans-serif;
	 }
