.roue-fortune-container {
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: center;
}

.roue-fortune-title {
  height: 60px;
  background-color: #4b4a4a;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.roue-fortune-title .entete-titre {
  color: #ffffff;
  padding: 5px;
  font-size: 22px;
}

.roue-fortune-title .entete-sousTitre {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}

.roue-fortune-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.roue-fortune-main-title {
  color: #4e5d97;
  margin-bottom: 20px;
  font-size: 1.4em;
  text-align: center;
  width: 100%;
}

.roue-fortune-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.roue-fortune-wheel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 15px;
}

#wheelCanvas {
  width: 400px;
  height: 400px;
  display: block;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
}

.spin-button {
  position: static;
  margin: 20px auto 0 auto;
  z-index: 2;
  display: block;
  border-radius: 6px;
}

.spin-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.roue-fortune-result {
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.roue-fortune-result p {
  color: #4caf50;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}

.roue-fortune-message {
  text-align: center;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.roue-fortune-message h3 {
  color: #4caf50;
  margin-bottom: 15px;
  font-size: 1.4em;
}

.roue-fortune-message p {
  color: #4caf50;
  font-size: 1.1em;
  line-height: 1.5;
}

.spin-button {
  position: static;
  margin: 20px auto 0 auto;
  z-index: 2;
  display: block;
  border-radius: 6px;
  margin-top: 20px;
}

.spin-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.message-plein-ecran {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.roue-fortune-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  max-width: 180px;
}

.roue-fortune-legend p {
  color: #4e5d97;
  font-size: 1.1em;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}
