.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-b53298f */.calendar-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.calendar-title {
    font-size: 1.5em;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

.responsive-iframe {
    position: relative;
    width: 100%;
    height: 800px; /* ✔️ HAUTEUR FIXE ASSURÉE pour afficher tout le tableau */
    overflow: auto;
}

.responsive-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.poweredBy {
    text-align: center;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .calendar-title {
        font-size: 1.2em;
    }
    .responsive-iframe {
        height: 800px; /* même hauteur sur mobile pour ne pas couper */
    }
    .poweredBy span {
        font-size: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-6d77482 */.responsive-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 71.85%; /* Aspect ratio: height/width = 467/650 ≈ 0.7185 */
    height: 0;
    overflow: hidden;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Ensure the powered-by text is readable on mobile */
.poweredBy {
    text-align: center;
    margin-top: 10px;
}/* End custom CSS */