/* ── Politique Tarifaire ── */
.politique-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 16px 60px;
}

.politique-header {
    margin-bottom: 28px;
}

.politique-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 0;
}

.politique-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
}

.politique-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #E65100;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.politique-section-desc {
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 18px;
    line-height: 1.6;
}

/* Barre niveau de politique */
.politique-niveau-bar {
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

/* Barre des marques */
.politique-brands-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.politique-brand-btn {
    padding: 6px 14px;
    border-radius: 20px;
    border: 2px solid #ddd;
    background: #f5f5f5;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s ease;
    letter-spacing: .03em;
    color: #444;
}

.politique-brand-btn:hover {
    border-color: #E65100;
    color: #E65100;
    background: #fff8f5;
}

.politique-brand-btn.active {
    background: #E65100;
    border-color: #E65100;
    color: #fff;
}

/* Tableau des règles */
.politique-grid {
    overflow-x: auto;
}

.politique-table {
    width: 100%;
    border-collapse: collapse;
}

.politique-table th {
    background: #1a3a2a;
    color: #fff;
    font-size: 0.82rem;
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
}

.politique-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.politique-table tr:last-child td {
    border-bottom: none;
}

.politique-table tr:nth-child(even) td {
    background: #fafafa;
}

.politique-diam-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 12px;
    padding: 3px 12px;
    font-weight: 700;
    font-size: 0.88rem;
}
