.item-carte h1 {
	padding-bottom: 0;
}
.pizza-box {
  position: relative;
	padding: 45px 45px 30px;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.pizza-box h3 {
	color: #000000;
	font-family: 'zona_probold';
	font-size: 3rem;
	font-weight: bold;
	line-height: 3rem;
	cursor: pointer;
	margin-bottom: 3rem;
}
.pizza-box.active {
  background-color: #000;
	color: #fff;
}
.pizza-box.active h3 {
	color: #fff;
}
.pizza-box.active:before {
  content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border: solid 5px #fff;
}
map[name="pizzamap"] area{
	outline: none;
}
#pizza-basis {
	margin: 0 auto;
}
div.go-to-top {
	cursor: pointer;
	display: inline-block;
}