/* -----------------------------  contact - trapeze -----------*/

@keyframes sil_contact
{
  from
  {
  	/* même valeurs que la def */
		width: 25%;
		height: 130%;
		left: 65.9%;
		top: -3%;
  }
  
  to
  {
		/* valeurs d'arrivée -- se sont effectivement les seules coordonées à trouver */
		
    width: 21%;
    height: 120%;
    left: 6.5%;
    top: -5%;

  }
}

@keyframes back_sil_contact
{
  from
  {
		/* mêmes valeurs qu'a l'arrivée */

    width: 21%;
    height: 120%;
    left: 6.5%;
    top: -5%;
  }
  
  to
  {
  	/* même valeurs que la def */
		width: 25%;
		height: 130%;
		left: 65.9%;
		top: -3%;
  }
}



#sil_contact
{
	z-index=40;
  position:absolute;
  animation-duration: 2s;
  animation-fill-mode: forwards;

	font-family:Arial,sans-serif;
  font-size:2rem;
  color:#FFF;
  
	background-color:transparent;
  
	width: 25%;
	height: 130%;
	left: 65.9%;
	top: -3%;
}

#cache_contact
{
	animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: both;
}

#ombre_contact
{
  position:relative;
	opacity:0.2;
  
	width: 100%; 
  
  left:0%;
  top:67%	;
}

#contact_z1
{
	width:	100.0%; 
  height:	20.0%;	
  
  left:		0%;
  top:		47%;
}

#contact_z2
{
	width: 60.0%;
	height: 8.0%;
	
	left: 40%;
	top: 39%;
}


