*{
	font-family: verdana;
}

.logo-header{
	display: block;
	width: 20%;
	margin: auto;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

#page-centre{
	width: 75%;
	margin: auto;
	/* border-right: solid black 0.5rem;
	border-left: solid black 0.5rem; */
}


.photo-gateau {
    width: 32%;
}


#scroll_to_top{
	position: fixed;
	bottom: 0px;
	right: 0px;
}

h1, h2{
	background-color: lightblue;
	color: white;
}

a{
	text-decoration: none;
	color: black;
}

.div-lien-sommaire:hover{
	background-color: lightblue;
	color: white;
}