.elementor-7070101 .elementor-element.elementor-element-ba1123e{text-align:center;}body.elementor-page-7070101 header.page-header{display:none;}/* Start custom CSS for html, class: .elementor-element-1f13265 */.table-wrapper {
    margin: 40px 0;
    overflow-x: auto;
}

.table-tailles {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.08),
        0 4px 12px rgba(0,0,0,0.05);
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 14px;
}

.table-tailles caption {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.table-tailles thead th {
    background: linear-gradient(
        135deg,
        #0f172a 0%,
        #1e3a8a 100%
    );
    color: #fff;
    padding: 16px;
    font-weight: 600;
    border: none;
}

.table-tailles td {
    padding: 14px;
    border-bottom: 1px solid #edf2f7;
    text-align: center;
    transition: all .25s ease;
}

.table-tailles tbody tr:last-child td {
    border-bottom: none;
}

.table-tailles td:first-child {
    background: #f8fafc;
    font-weight: 600;
    color: #0f172a;
    text-align: left;
}

.table-tailles tbody tr:hover td {
    background: #f1f5f9;
}

.table-tailles tbody tr:hover td:first-child {
    background: #e2e8f0;
}

/* Mise en valeur des tailles */
.table-tailles thead th:not(:first-child) {
    position: relative;
}

.table-tailles thead th:not(:first-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 3px;
    background: #ef4444;
    opacity: .7;
}

@media (max-width: 768px) {
    .table-tailles {
        min-width: 850px;
        font-size: 13px;
    }

    .table-tailles caption {
        font-size: 20px;
    }
}/* End custom CSS */