body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    margin: 0;
    background: #f4f6f9;
    color: #333;
}

.page-header {
    background: url("../img/classbk2.jpeg")center/cover no-repeat;
    color:black;
    text-align: center;
    padding: 50px 20px;
}

.page-header h1 {
    margin-bottom: 10px;
    font-size: 2.2rem;
    color: black;
    opacity: 2.5;
}
.page-header p {
    font-size: 1.2rem;
    opacity: 1;
    color:#0c0101;
}
.poles {
    padding: 40px 20px;
    background: white;
    color: black
}

.pole-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.pole {
    background: #f0f3f8;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 0.95rem;
    color:black
}

.programme {
    padding: 40px 20px;
}

.programme h2 {
    color: white;
    margin-bottom: 15px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    color:#333
}

th, td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

th {
    background: #1e3c72;
    color: white;
}

tr:hover {
    background: #f5f8ff;
}

.note {
    font-style: italic;
    color: whitesmoke;
}

footer {
    text-align: center;
    padding: 20px;
    background: #1e3c72;
    color: white;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        font-size: 0.85rem;
    }
}
