.SchemaAccueil
{
	margin:10px;
	padding:10px;
	color:white;
	background:rgba(21, 21, 21, 0.5);
}
.unSchemaAccueil
{
	cursor:pointer;
	margin-bottom:5px;
	background-size: center;
	background-position: center;
	position: relative;
	border-radius:10px;
 box-shadow:
   inset 0 0 10px 2px rgba(184, 134, 11, 0.7), /* lueur dorée */
     0 0 20px 2px rgba(0, 255, 200, 0.2); /* lueur intérieure bleu-vert */
  transition: transform 0.3s ease, box-shadow 0.3s ease;	
}
.overlay 
{
	position: absolute;
	inset: 0; /* top, right, bottom, left = 0 */
	background: rgba(0, 0, 0, 0.3); /* assombrit */
	transition: background 0.3s ease;
	z-index: 1;
	border-radius:10px;
}
.unSchemaAccueil:hover .overlay {
  background: rgba(0, 0, 0, 0);
}









h3
{
	font-weight:bold;
	font-size:1.2em;
	margin:20px;
}


.cost
{
	border-radius:0 0 10px 0;
	z-index: 2;
	position:absolute;
	bottom:0px;
	right:0px;
	background:rgba(0, 216, 155, 0.3);
}