h1 {
	text-align: center;
	color: white;
	font-family: Comic Sans MS;
	width: 100%;
}
h2 {
	text-align: center;
	color: white;
}

h3 {
	text-align: center;
	color: white;
}

body {
	background-image: url(images/bulles.jpg);
	background-size: 100%;
}

p {
	color: white;
}

.container {
	
	display: grid; 
	margin:5%;
	width:90%;
  	position: static;
	background-color: white;
	filter: opacity(75%);
	grid-template-columns: 1fr 1fr 1fr; 
	grid-template-rows: 1fr; 
	gap: 0px 0px; 
	grid-template-areas: 
		"article nombre prix"
}

.article { 

}

.nombre {
	
}

.prix {
	
}