p {
    margin-block-start: 0em;
    margin-block-end: 0em;}
	
#conteneur {
	display: flex;
    flex-direction: column;
	justify-content: space-around;
}
	
#top{
	display: flex;
    flex-direction: column;
}
	
#dialogue1 {
	margin:auto;
}

#dessus {margin:auto;}
	
#enonce {
	display: flex;
	justify-content: space-around;
	}
	
#depart,
#transformation,
#fin,
#manipulation {
  width: 180px;
  padding-left: 10px;
  padding-right: 10px;
  font-size:2.2em;
}

#cour {
	display: flex;
	width:630px;
	height: 160px;
	justify-content: space-around;
	border:1px solid #000000;
}

.valise1 {
	background-image: url("images/valise.png");
	background-position: center;
	background-repeat:no-repeat;
  height: 150px; 
  width: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.valise2 {
	background-image: url("images/valise.png");
	background-position: center;
	background-repeat:no-repeat;
  height: 150px; 
  width: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}


.flecheRetrait {
	background-position: center;
	background-repeat:no-repeat;
	height: 150px; 
	width: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.fee {
	background-position: center;
	background-repeat:no-repeat;
	max-height: 30px; 
	max-width: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.milieu {
	background-position: center;
	background-repeat:no-repeat;
	max-height: 60px; 
	max-width: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}



.bordure {
	border:1px solid #000000;
}
	
#reserve{
	justify-content: center;
	margin:40px;
	}
	
#garage{
	display:flex;
	justify-content: center;
		width:600px;
		margin:auto;

}
	
td.etiquette {
    border: 1px solid #aaaaaa;
    width: 50px;
    height: 80px;
    font-size: 2,2em;
    text-align: center;
}

	
.fondGris{
	background-color:#DDD;
}
	
	

.grosBouton {
	font-size:2em;
	}
	
	 /* Style de base pour tous les boutons */
    button {
      display: block;
      padding: 5px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s ease;
	  margin: 0 auto; /* Centre horizontalement */
    }

    /* Définir un dégradé de couleur en fonction de l'id du bouton */
    #btnExercice3 {
      background-color: #4bd610 ;
    }

    #btnExercice6 {
      background-color: #10d672 ;
    }

    #btnExercice2 {
      background-color: #10d6cd;
    }

    #btnExercice5 {
      background-color: #1048d6;
    }

    #btnExercice1 {
      background-color: #8010d6;
    }

    #btnExercice4 {
      background-color: #cf10d6;
    }

    #btnAdditif {
      background-color: #d6108e; 
    }

    #btnSoustractif {
      background-color: #d6105e; /* Rouge */
    }

    #btnAleatoire {
      background-color: #FF0000; /* Dégradé vert-rouge au milieu */
    }

    /* Style pour le survol de la souris (hover) */
    button:hover {
      background-color: darken(linear-gradient(to right, #4CAF50 0%, #FF0000 100%)); /* Assombrir le dégradé */
    }