.terrasse-badge {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: bold;
    color: white;
    font-size: 16px;
    transition: 0.3s ease;
}

.terrasse-badge.ouverte {
    background: #2ecc71;
}

.terrasse-badge.fermee {
    background: #808080;
}