.encartReponse {
    padding: 3rem;
    box-shadow: 0px 0px 20px 20px transparent;
    border-radius: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;

    button {
        padding: 0.5rem;
    }
}

.cartes {
    img {
        height: 7rem;
    }
}

.mauvaiseReponse {
    padding: 3rem;
    box-shadow: 0px 0px 20px 20px rgb(255 0 0 / 58%);
    border-radius: 15%;
}

.bonneReponse {
    padding: 3rem;
    box-shadow: 0px 0px 20px 20px rgba(38, 255, 0, 0.58);
    border-radius: 15%;
}


/**************************************************************/
.btnReponse {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

.tirer {
    margin-top: 0.5rem;
    width: 30%;
    font-weight: bold;
}

.score {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    max-width: 400px;
    width: 100%;
}

.score button {
    flex: 0 0 auto;
    width: 60px;
    padding: 0.75rem 0;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.score button[data-score="bj"],
.score button[data-score="bust"] {
    width: 75px;
}