.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-wheel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    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: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    width: 100%;
    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-wheel h3 {
    color: #4E5D97;
    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;
}