#brick-root { max-width:90%; margin: 20px auto; padding: 15px; background: #212121; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); font-family: Arial, sans-serif; }
#brick-canvas { background: #1F1F1F; display:block; margin: 20px auto; border: 2px solid #444; border-radius:10px; }
.brick-result-ok, .brick-result-no { margin:10px 0; padding:10px; border-radius:10px; display:none; color:#fff; max-width:600px; margin:10px auto; text-align:center; font-weight:bold; }
.brick-result-ok { border: dashed lightgreen; }
.brick-result-no { border: dashed lightcoral; }
#brick-overlay { position: fixed; top: 0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.6); z-index:9998; }
#brick-congrats { position: fixed; top:50%; left:50%; transform: translate(-50%, -50%) scale(0); color: gold; font-size: 4rem; font-weight:bold; text-align:center; z-index:9999; text-shadow: 0 0 20px gold,0 0 40px gold; transition: transform 0.5s ease, opacity 0.5s ease; opacity:0; }
#brick-congrats.show { transform: translate(-50%,-50%) scale(1); opacity:1; }

.formulaire-input-cat-roulette {
    display: inline-flex;
    position: relative;
    width: fit-content;
	vertical-align: middle;
}

.formulaire-input-cat-roulette label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: rgb(169, 169, 173);
    margin-top: 6px;
    background: none;
}

.form-input-form-mbr-cat-roulette {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 10px 10px 10px 40px;
    width: fit-content;
    outline: none;
    background: rgb(26, 26, 26);
    border-radius: 8px;
    height: 38px;
	display: inline-block;
}

.info-session {
    margin-bottom: 15px;
    color: #ddd;
    font-weight: bold;
}
