/* Styles Front-Office (Public) pour B12 - Gestion des salles */
.b12-public-form-container { background: #fdfdfd; border: 1px solid #e0e0e0; border-radius: 8px; padding: 25px; max-width: 650px; margin: 20px auto; box-shadow: 0 4px 10px rgba(0,0,0,0.03); font-family: inherit; }
.b12-form-group { margin-bottom: 18px; }
.b12-form-group label { display: block; font-weight: 600; margin-bottom: 6px; color: #333; }
.b12-form-control { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; box-sizing: border-box; }
.b12-form-control:focus { border-color: #0288d1; outline: none; }
.b12-charte-box { background: #f5f5f5; border: 1px solid #ddd; padding: 15px; max-height: 150px; overflow-y: scroll; margin-bottom: 10px; font-size: 13px; border-radius: 4px; color: #555; }
.b12-prix-live { background: #e1f5fe; border: 1px solid #b3e5fc; padding: 12px; border-radius: 4px; font-weight: bold; color: #0286c2; margin-top: 15px; font-size: 1.1em; text-align: center; }
.b12-btn-submit { background-color: #0288d1; color: white; border: none; padding: 12px 20px; font-size: 16px; border-radius: 4px; cursor: pointer; width: 100%; font-weight: bold; transition: background 0.2s; }
.b12-btn-submit:hover { background-color: #01579b; }

/* Style du pot de miel (Honeypot) - Doit rester totalement invisible */
.b12-real-hidden-field { display: none !important; visibility: hidden !important; height: 0 !important; width: 0 !important; overflow: hidden !important; position: absolute !important; z-index: -5000; }

/* Styles spécifiques du calendrier public */
.fc-event.b12-cal-prive { cursor: default; }

/* SOLUTION DÉFINITIVE : Forcer le retour à la ligne sur FullCalendar (Tous environnements) */
.fc-daygrid-event, 
.fc-daygrid-block-event,
.fc-event {
    white-space: normal !important;
    align-items: normal !important;
    height: auto !important;
}

.fc-event-main,
.fc-event-main-frame {
    display: block !important;
    white-space: normal !important;
    height: auto !important;
}

.fc-event-title-container,
.fc-event-title {
    white-space: normal !important;
    overflow: visible !important;
    word-break: break-word !important;
    word-wrap: break-word !important;
    line-height: 1.4 !important;
    text-overflow: clip !important;
}