
#tip {

	color: #000 !important;
	background: #fff;
	display: inline-block;
	line-height: 45px;
	box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, .2);
	border:5px solid #AE1B1F;
	border-radius : 5px;
	font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 38px;

	font-weight: bold;

	position: relative;	
	left: 50%;	
	transform: translateX(-50%);
	text-align:center;
}

#centretip {
	display:none;
}

#placetip {
	height:60px;
}

svg#Calque_1 {
	display:block;
	margin:auto;
}


/* 
#tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 30px;
	font-weight: bold;

}*/