body {
	text-align: center;
	display:flex; flex-direction: column;
	overflow-x:hidden;
	align-items:center;
}

.group-wheel {
	display: flex;
	flex-direction: column;
	align-items:center;
	position:relative;
	width: 681px; height:681px;
	transform:scale(0.9);
}

.arrow-top {
	position: absolute; z-index: 1;
	rotate: -180deg;
	transform-origin: 50% 50%;
	width: 76px; height: 76px;
	top:-42px; left:calc(50% - 34px);
}

.graphic-wheel {
	z-index: 0;
	width: 681px; height:681px;
	background: url(../assets/page-wheel/group-wheel.png) center / contain no-repeat;
}

.btn-wheel-center {
	box-shadow: inset 0px 0px 24px 0px rgba(0, 0, 0, 0.5);
	position: absolute; z-index: 2;
	left:0; top:0;
	display: flex;
	width:254px; height:254px;
	padding:0 10px;
	justify-content: center;
	letter-spacing: 0px;
	background-color: #fff;
	padding: 86px 3px;
	border: 7px solid #fe0;
	border-radius: 50%;
	left:50%; top:50%; transform:translate(-50%, -50%);
	cursor:pointer;
	pointer-events: none;
	
	font-size: 28px;
	font-style: unset;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: unset;
}

.btn-wheel-center:hover{
	filter:brightness(0.9);
}


.container-moustiques-mobile .moustique1{
	top: 93px; left: 59px;
}
.container-moustiques-mobile .moustique3{
	top: 590px; right: 73px;
}


/** breakpoints (margin / paddings) **/
@media screen and (max-width: 768px) {
	.group-wheel {
		transform:scale(0.52);
		margin-top:-100px;
	}
	.container-moustiques-mobile .moustique3{
		top: 380px;
	}
}

@media screen and (max-width: 670px) {
	
	.illus-footer{
		background-position: 0 0px;
	}
	.group-footer-illus{
		margin-top:100px;
	}
}




