@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
body {
    width: 100%;
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background-color: #EFEDF0;
}
pre {
	font-family: 'Raleway', sans-serif;
	width: 100%;
	white-space: pre-wrap;
}
h1, h2 {
    font-size: 40px;
    text-align: center;
    padding-top: 100px;
}
.recherche {
    display: block;
    margin: 50px auto;
    text-align: center;
}
.recherche #search-produit {
    padding: 10px;
    width: 40%;
    font-size: 15px;
    border-radius: 5px;
    border: none;
}
#btn-retour {
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-radius: 50px;
	background-color: #EFEDF0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#btn-retour a {
	font-size: 30px;
	color: #212121;
	padding: 2px;
}
.item {
	padding: 10px;
	box-sizing: border-box;
}
.block {
	display: flex;
    flex-direction: column;
	align-items: center;
    border: none;
    border-radius: 20px;
    background-color: white;
    padding: 20px;
    margin: 0px 0px 50px 0px;
}