body{	
	background-image : url(https://www.aux-delices-du-gallois.fr/images/logo.svg);
	background-repeat : no-repeat;
	background-attachment : fixed;
}

#bg2{
	position: fixed;
	z-index: -10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.85); /* L\'opacité se règle ici */
}

header{
	text-align: center;
}

header img{
	display: inline-block;
	vertical-align: middle;
}

h1{
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
	font-size: 4em;
	transform: translateY(30%);
}

ul{
	padding-left: 0;
	list-style:none;
}

nav li{
	display: inline-block;
	margin-right: 10px;
}

nav a{
	background-image : url(https://www.aux-delices-du-gallois.fr/images/logo_s.svg);
	background-repeat: no-repeat;
	padding-left: 62px;
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
}

/*#lang {
	float: left;
	min-height: 300px;
}*/

#lang li{
	display: inline-block;
	margin-right: 10px;
}

#lang a{
/*	background-image : url(https://www.aux-delices-du-gallois.fr/images/logo_s.svg);
	background-repeat: no-repeat;
	padding-left: 62px;*/
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}

section{
	/*margin-left: 52px;*/
}

h2{
	font-size: 3em;
}

h3{
	font-size: 2em;
}

article.news{
	border: 1px solid #000000;
	margin-bottom: 10px;
}

article.news p{
	margin-left: 50px;
}

article.news p.header{
	margin-bottom: 0;
	margin-top: 0;
	text-decoration: underline;
	margin-left: 10px;
}

article.pizzas, article.snacks, article.boissons{
	border: 1px solid #000000;
	margin-bottom: 10px;
	min-height: 150px;
}

article.pizzas img, article.snacks img, article.boissons img{
	float: left;
	margin-right: 20px;
}

article.pizzas p.header, article.snacks p.header, article.boissons p.header{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

footer{
	text-align: center;
	clear: both;
}

footer a{
	color: #000000;
	text-decoration: none;
}
