#etat-deploiement:not([hidden]) {
    position: sticky;
    top: 0;
    z-index: 12000;
    padding: 1rem;
    background: #fff3cf;
    color: #342800;
    border-bottom: 2px solid #866700;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}
/* Boîte posée par-dessus un panneau de saisie modal : seule zone cliquable
   quand le circuit est perdu ou les opérations suspendues. */
#etat-deploiement-modal {
    border: 2px solid #866700;
    border-radius: .5rem;
    background: #fff3cf;
    color: #342800;
    padding: 1.25rem;
    width: calc(100% - 2rem);
    max-width: 32rem;
}
#etat-deploiement-modal::backdrop { background: rgba(20, 22, 29, .5); }
#etat-deploiement-modal p { margin: 0 0 1rem; }
.mh-deploiement-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
@media print { #etat-deploiement, #etat-deploiement-modal { display: none !important; } }
