.elementor-2445 .elementor-element.elementor-element-badf536{margin-top:3%;margin-bottom:0%;}.elementor-2445 .elementor-element.elementor-element-108e449 .elementor-heading-title{font-size:43px;}/* Start custom CSS for text-editor, class: .elementor-element-8534e7f *//* Style général */
.alt-container {
    padding: 10px;
    color: #333;
}

.alt-container h3 {
    color: #1a252f;
    margin-bottom: 5px;
    font-size: 1.4rem;
    border-left: 4px solid #27ae60;
    padding-left: 10px;
}

.alt-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    font-style: italic;
}

/* Gestion du scroll mobile */
.alt-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.alt-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 750px; /* Force le scroll sur mobile pour garder la lisibilité */
    background: #fff;
}

.alt-table th {
    background-color: #f8f9fa;
    color: #2c3e50;
    font-weight: bold;
    text-align: left;
    padding: 15px 10px;
    border-bottom: 2px solid #27ae60;
    line-height: 1.2;
}

.alt-table th span {
    font-size: 0.75rem;
    font-weight: normal;
    color: #7f8c8d;
}

.alt-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0.95rem;
}

/* Zebra striping */
.alt-table tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}

/* Highlight des prix */
.alt-table td:not(:first-child) {
    font-weight: bold;
    color: #27ae60;
}

.alt-conditions {
    background: #fdfdfd;
    padding: 15px;
    border-radius: 5px;
    border: 1px dashed #ccc;
    font-size: 0.85rem;
    margin-top: 20px;
}

/* Indicateur de scroll pour mobile */
@media screen and (max-width: 768px) {
    .alt-table-wrapper::after {
        content: "← Glissez horizontalement pour voir les prix →";
        display: block;
        text-align: center;
        font-size: 0.7rem;
        color: #999;
        padding: 8px;
        background: #f9f9f9;
    }
}/* End custom CSS */