#logoMenu {
    display: none !important;
}

#tooltip {
    position: fixed;
 /*   width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	

	text-align: center;
		top: 0;*/
	z-index:9999;
	cursor: pointer;
	right: 0;
	bottom: 0;
}

#tooltip__subdiv {
	display: inline-block;
	margin: auto;
	margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
	transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */	
	background: #FFF;
}

#soundMP3 {
    position: fixed; 
    display:inline;
    min-width:200px;
    z-index:9999; 
    top: 55px; 
    left: 20px;
}

#soundMP3 a {
    color: #FFF;
    text-decoration: none;
}

#qx_id_272{
    display: none !important;
}

.ui360 a.sm2_link {
	color: #AAA;
	display: none;
}
.ui360 a.sm2_link:hover, .ui360 a.sm2_link:focus{
	color: #000;
}