.amilo-ateliers-front-menu{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin:0 0 20px 0;
}
.amilo-ateliers-front-btn{
    display:inline-block;
    padding:10px 16px;
    border:1px solid #d0d7de;
    border-radius:6px;
    text-decoration:none;
    background:#fff;
    color:#222;
}
.amilo-ateliers-front-btn.is-active,
.amilo-ateliers-front-btn.is-primary{
    background:#2271b1;
    color:#fff;
    border-color:#2271b1;
}
.amilo-ateliers-front-box{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:8px;
    padding:20px;
    margin-bottom:20px;
}
.amilo-field{
    width:100%;
    max-width:700px;
    padding:10px;
    box-sizing:border-box;
}
.amilo-ateliers-front-msg{
    padding:12px 15px;
    border-radius:6px;
    margin-bottom:15px;
}
.amilo-success{
    background:#edf7ed;
    color:#1e4620;
    border:1px solid #b7dfb9;
}
.amilo-error{
    background:#fdecec;
    color:#7a1f1f;
    border:1px solid #f1b5b5;
}
.amilo-ateliers-table{
    width:100%;
    border-collapse:collapse;
}
.amilo-ateliers-table th,
.amilo-ateliers-table td{
    border:1px solid #e5e5e5;
    padding:10px;
    text-align:left;
    vertical-align:top;
    font-size: 17px;
}
.amilo-actions{
    margin-top:20px;
}

.amilo-badge-past{
    display:inline-block;
    padding:6px 10px;
    background:#f0f0f0;
    color:#666;
    border-radius:6px;
    font-size:13px;
}

.amilo-inscrits-link{
    display:inline-block;
    cursor:help;
    text-decoration:underline dotted;
}