p {
    margin-block-start: 0em;
    margin-block-end: 0em;}

td{
	width:160px;
	height:120px;
}
td.main {
	width:160px;
}
#tapis td{
	height:120px;
	border:1px solid #aaaaaa;
}

#tapis {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cellule-verte {
  background-color: #98FB98;
}

.cellule-bleue {
  background-color: #D1EDF2;
}

.cellule-verte-foncee {
  background-color: #6bcd6e;
}

.etiquette {
  background-color: #71ddf1;
}

td {
	border: none; /* Remove all borders */
	text-align: center; /* Center text content */
}

.em {
  font-size: 3em;
}


#escoba {
	border:0px solid #fff;
}

#carteChoisie {
	background-color: #D1EDF2;
}

#scopa {
	display:none;
	position : absolute;
	padding-left:10px;
	padding-top :10px;
	z-index : 1;
}

table {
	font-size:0.8em;
	border-spacing: 5px;
	padding:0px;
	}
#tapis #espace {
  border: none;
  font-size: 0.9em;
}
	
#mot {
	font-size : 0.8em;
	}
	
.grosBouton {
	font-size:2em;
	}
	
#validation {
  text-align: center; 
}