

.etat {
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}
.etat-grey { background:#6c757d; }
.etat-green { background:#2e7d32; }
.etat-red { background:#b30000; }
.etat-orange { background:#ef6c00; }

.etat-image {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.admin-link {
    display: block;
    text-align: center;
    margin-top: 30px;
}

