.elementor-5444 .elementor-element.elementor-element-3ddec57{--display:flex;}#elementor-popup-modal-5444{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5444 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-5444 .dialog-close-button{display:flex;}#elementor-popup-modal-5444 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for text-editor, class: .elementor-element-cb5494e *//* TABLE GLOBAL */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px auto;
    font-size: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    text-align: center;
}

table td p,
table th p {
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

/* HEADER */
table thead {
    background: #0f172a;
    color: #ffffff;
}

table thead th {
    padding: 12px;
    font-weight: 600;
    text-align: center;
}

/* CELLULES (COMPACT + CENTRÉ) */
table th,
table td {
    padding: 10px 12px;
    line-height: 1.3;
    vertical-align: middle;
}

/* TEXTE */
table td {
    text-align: center;
}

/* PREMIÈRE COLONNE (plus lisible) */
table td:first-child {
    text-align: left;
}

/* LIGNES */
table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: 0.2s ease;
}

/* HOVER */
table tbody tr:hover {
    background: #f1f5f9;
}

/* LIGNES ALTERNÉES */
table tbody tr:nth-child(even) {
    background: #f9fafb;
}

/* RESPONSIVE TABLET + MOBILE */
@media (max-width: 1024px) {

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    table thead th,
    table td {
        min-width: 140px;
        white-space: normal;
    }
}

/* PETITS MOBILES */
@media (max-width: 600px) {

    table {
        font-size: 14px;
    }

    table th,
    table td {
        padding: 8px 10px;
    }
}/* End custom CSS */