.elementor-189242 .elementor-element.elementor-element-34af326{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-189242 .elementor-element.elementor-element-52754bb{--display:flex;}.elementor-189242 .elementor-element.elementor-element-0389e88{--display:flex;}@media(min-width:768px){.elementor-189242 .elementor-element.elementor-element-52754bb{--width:35%;}.elementor-189242 .elementor-element.elementor-element-0389e88{--width:65%;}}/* Start custom CSS for shortcode, class: .elementor-element-c6cc4cd *//* 1. Make button text and icons white */
.em-event-editor button,
.em-event-editor input[type="submit"],
.em-event-editor .button {
    color: #ffffff !important;
}

/* Ensure specific icon classes within the form also turn white */
.em-event-editor button .em-icon,
.em-event-editor button::before,
.em-event-editor .button .em-icon {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* 2. Hide the main recurrence settings section */
.em-event-editor .event-form-recurrences {
    display: none !important;
}

/* 3. Hide the "Ceci est un évènement récurrent" / recurrence checkbox toggle */
.em-event-editor p.em-event-type {
    display: none !important;
}

/* 4. Make text editor (TinyMCE) icons and text white */
.wp-core-ui .mce-ico,
.wp-core-ui .mce-text,
.wp-editor-tabs button,
.wp-media-buttons .button,
.quicktags-toolbar .ed_button {
    color: #ffffff !important;
}

/* 5. Hide the "Please enter dates and times..." missing recurrence message */
.em-event-editor p.recurring-summary-missing {
    display: none !important;
}

/* 6. Hide the Add Media button */
.em-event-editor .wp-media-buttons {
    display: none !important;
}/* End custom CSS */