#btn-full-size {
	width: calc(100% - 60px);
	height: 85vh;
	border: none;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	z-index: 9;
}


body {
	margin: 0;
	padding: 0;
}

#wrap-bgBlue {
	position: relative;
	height: 85vh;
	-webkit-transition: 0.2s ease background;
}

#bgBlue {
	background-color: hsl(222, 100%, 20%);
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.2s ease background;
}
.sound {
	height: 100%;
	float: left;
	-webkit-transition: 4s ease all;
	/*	AJOUT POUR PAUSE*/
	min-width: 300px;
	min-height: 250px;

}
#P40 {
	width: 25%;
	height: 62%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	-webkit-transition: 0.1s ease all;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	justify-content: space-between;

}
/* TEXT SVG */

#box_sound_svg {
	width: 100%;
	height: 100%;
	/*	pointer-events: none;*/
	overflow: visible;
}

#myth_sound_svg {
	width: 100%;
	height: 23.33%;
	/*	pointer-events: none;*/
	overflow: visible;
}
#syzer_sound_svg {
	width: 100%;
	height: 23.33%;
	/*	margin-top: 33.33%;*/
	/*	pointer-events: none;*/
	overflow: visible;
	-webkit-transition: stroke 2s ease;
	-moz-transition: stroke 2s ease;
	-o-transition: stroke 2s ease;
	transition: stroke 2s ease;
}
#blue_sound_svg {
	width: 100%;
	height: 23.33%;
	/*	margin-top: 66.66%;*/
	/*	pointer-events: none;*/
	overflow: visible;

}
.sound_svg {
	width: 100%;
	height: 100%;
	fill:none;
	stroke:rgb(255, 255, 255);
	/*	stroke-width:10;*/
	stroke-miterlimit:1;
	stroke-linejoin: round;
	stroke-linecap: round;
	vector-effect: non-scaling-stroke;
	-webkit-transition: stroke 0.4s ease;
	-moz-transition: stroke 0.4s ease;
	-o-transition: stroke 0.4s ease;
	transition: stroke 0.4s ease;
}
#myth_sound_svg:hover .sound_svg {
	stroke:#FFD700;

}
#syzer_sound_svg:hover .sound_svg {
	stroke:#FFD700;
}
#blue_sound_svg:hover .sound_svg {
	stroke:#FFD700;
}

#cursor {
	width: 1500px;
	height: 1500px;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 999;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.6s ease opacity;
	display: none;
}
#center-screen {
	width: 5px;
	height: 5px;
	left: 50%;
	position: fixed;
	top: 50%;
}

.module-blue:hover #cursor {
	opacity: 1;
}
