.spn_0
	{
	Position:relative;
	top: -510px;
	left:230px;
	height: 210px;
	width:210px;	
	border-radius:200px;	
  background:blue;
  	transform:scale(2.5);
 }

.fond_ext
{
	Position:absolute;
	top: 0px;
	left: 0px;
	width:210px;
	height:210px;
	border-radius:400px;
	opacity:1;
	animation: HM1 15s linear infinite;
}

.HM {width:200px;background:cyan;border-radius:1000px}

@keyframes HM1
{
	0%			{opacity:1}
	50%			{opacity:0}
	100%		{opacity:1}
	}

.cnts
	{
	Position:absolute;
	top: 5px;
	left: 5px;
	height: 200px;
	width: 200px;
  border-radius:120px;
	animation: cartes 15s linear infinite;
  opacity:1;
}

@keyframes cartes
{
   0%			{transform:scale(0)      rotate(0deg);   opacity:0}
	47%			{transform:scale(1.07)   rotate(360deg); opacity:1}
	53%			{transform:scale(1.07)   rotate(360deg); opacity:1}
	100%		{transform:scale(0)	     rotate(-1000deg); opacity:0}
	}

/* Texte  */
.c5	
	{
	position:absolute;	
	top:150px;
	left: 45px;
	font-size:14px;
  text-align:center;
  width:109px;
	height:20px;	
	font-family:Mochiy Pop One;
	font-weight:bold;
  text-align:center;
	color:#020395;
  opacity:1;
	border-style:solid	;
	border-radius:5px;	
	border-width:0px;	
	background: linear-gradient(to right, blue, white, red);
		
}
.c6	
	{
	position:absolute;	
	top:170px;
	left: 0px;
	font-size:4px;
  text-align:center;
  width:199px;
	height:68px;	
	font-family:Mochiy Pop One;
	font-weight:bold;
  text-align:center;
	color:black;
  opacity:0;
}


