
.wvcach{
	top:0px; 
	left:0px; 
	position:absolute; 
	z-index:1; 
	background-color:rgb(128,128,128);
	font-size: 30px;
	color:rgb(255,255,255);
	display: flex; /* contexte sur le parent */
	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center;
}

/*----eclat_html5/w_etoile_blanche-----*/
.horiok_p0_f0{transform:scale(0.200,0.200) ;}
.horiok_p0_f1{transform:scale(0.800,0.800) ;}
.horiok_p0_f2{transform:scale(1.400,1.400) ;}
.horiok_p0_f3{transform:scale(2.0,2.0) ;}
.horiok_p0_f4{transform:scale(1.800,1.800) ;}
.horiok_p0_f5{transform:scale(1.0,1.0) ;}
.horiok_p0_f50{transform:scale(1.0,1.0) ;}

/*----eclat_html5/w_etoile_blanche-----*/
.horiok_p1_f0{transform:scale(0.200,0.200) ;}
.horiok_p1_f1{transform:scale(0.800,0.800) ;}
.horiok_p1_f2{transform:scale(1.400,1.400) ;}
.horiok_p1_f3{transform:scale(2.0,2.0) ;}
.horiok_p1_f4{transform:scale(1.800,1.800) ;}
.horiok_p1_f5{transform:scale(1.0,1.0) ;}
.horiok_p1_f50{transform:scale(1.0,1.0) ;}

/*----eclat_html5/w_etoile_blanche-----*/
.horiok_p2_f0{transform:scale(0.200,0.200) ;}
.horiok_p2_f1{transform:scale(0.800,0.800) ;}
.horiok_p2_f2{transform:scale(1.400,1.400) ;}
.horiok_p2_f3{transform:scale(2.0,2.0) ;}
.horiok_p2_f4{transform:scale(1.800,1.800) ;}
.horiok_p2_f5{transform:scale(1.0,1.0) ;}
.horiok_p2_f50{transform:scale(1.0,1.0) ;}
@keyframes p_papillon_3d_html5ailegauche {
   0% { transform: rotateY(0deg); }
    50%      { transform: rotateY(80deg); }
    100%     { transform: rotateY(0deg); }
  }
@keyframes p_papillon_3d_html5ailedroite {
   0%  { transform: rotateY(-0deg); }
    50%       { transform: rotateY(-80deg); }
    100%     { transform: rotateY(-0deg); }
  }
.p_papillon_3d_html5gauche{
    animation-name: p_papillon_3d_html5ailegauche;
    animation-timing-function:linear;
    animation-iteration-count: infinite;
    animation-duration:8s;
    transform-style: preserve-3d;
}
.p_papillon_3d_html5droite{
    animation-name: p_papillon_3d_html5ailedroite;
    animation-timing-function:linear;
    animation-iteration-count: infinite;
    animation-duration:8s;
    transform-style: preserve-3d;
}
.p_papillon_3d_html5papillon{
   transform:rotateZ(0deg);
   transform-style: preserve-3d;
}
