@charset "utf-8";
/* CSS Document */

/********************************Shadow**************************************************/

#multicouche {
  display:none ;
	position:fixed ;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  margin-bottom:auto ;  
  margin-right:auto ;
  margin-left:auto ;
  margin-right:auto ;
  height:650px ;
  width:510px ;
  opacity:0.95 ;
  background-color:white ;
  background-size:cover ;
  border:solid black 1px ;
  box-shadow: 5px 5px 12px black ;
}
#multicouche_confirmation {
  display:none ;
	position:fixed ;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  margin-bottom:auto ;  
  margin-right:auto ;
  margin-left:auto ;
  margin-right:auto ;
  height:120px ;
  width:350px ;
  padding:20px ;
  border:solid black 2px ;
  box-shadow: 5px 5px 12px black ;
  background-color:#F2F2F2 ;
  color:black ;
  font-weight:bold ;
}
#multicouche_confirmation:hover {
	cursor:pointer ;
}

#contact {
  	font-size:15px ;
    font-weight:bold ;
    margin-left:20px ;
    position:relative ;
    top:25px ;	
}
#contact:hover {
	cursor:pointer ;
	color:green ;
}
/******************************fin shadow***************************************************/