*{
	margin: 0px;
	padding: 0px;
}

.clickable{cursor: pointer;}
.clickable:hover .apg-cls16{fill:#ed6969}

.apg-cls16{
	-webkit-transition: fill 0.6s ease;
	-moz-transition:fill 0.6s ease;
	-o-transition:fill 0.6s ease;
	transition: fill 0.6s ease;
}

.apg-cls16.active{fill:#646567 !important;
	-webkit-transition: fill 0.25s ease;
	-moz-transition:fill 0.35s ease;
	-o-transition:fill 0.35s ease;
	transition: fill 0.35s ease;
}

#pyramidwrapper > .title{
	font-weight: 700;
	margin: 16px 8px;
	line-height: 1.3em;
	font-size: 20px;
	text-align: center;
	padding: 0px;
}

.invis{
	display: none;
}

.infobox{
	position: absolute;
	z-index: 999999;
	left: calc(50% - 200px);
	top: 5%;
}

.infobox .inner{
	padding: 15px 20px;
	text-align: left;
	width: 400px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	font-weight: normal;
	color: #FFF;
	background-color: rgba(25,25,25,0.95);
	position: relative;
}

.infobox h4{
	margin-top: 0px;
	font-weight: bold;
	padding-right: 20px;
}

#infoboxcloser{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	background-image: url(../img/cancel.png);
	cursor: pointer;
}

#pyramidwrapper{
	display: block;
}

#pyramide_img{
	display: none;
	text-align: center;
}

@media screen and (max-width: 980px){
	.infobox .inner p{font-size: 13px; line-height: 18px;}
	.infobox .inner h4{font-size: 16px; line-height: 24px;}
}

@media screen and (max-width: 720px){
	#pyramidwrapper{
		display: none;
	}
	
	#pyramide_img{
		display: block;
	}
}