
div.mainmenu.ltdjcustomization::before {
content: "\f249";
}
div.mainmenu.ltdjcustomization {
background-image: none;
}

.bandeauHeaderCusto{
	position: fixed;
	top: -89px;
	left: -200px;
	width: 570px;
	height: 30px;
	padding: 0 80px;
	box-sizing: border-box;
	line-height: 30px;
	transform: rotate(-25deg);
	transform-origin: right;
	background: rgba(220, 38, 38, 0.9);
	color: rgba(255, 251, 0, 1);
	font-weight: bold;
	z-index: 99999;
	opacity: 0.65;
	text-align: center;
	pointer-events: none;
	font-size: 20px;
}