.auto-height {
  display: inline-block;       /* ou block selon votre mise en page */
  min-height: 3em;             /* hauteur de départ */
  padding: 0.5em;
  box-sizing: border-box;
  white-space: pre-wrap;       /* retours à la ligne automatiques */
  outline: none;
}

/* placeholder CSS pour contenteditable */
.auto-height:empty:before {
  content: attr(data-placeholder);
  color: #888;
}
a.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-daygrid-event.fc-daygrid-dot-event {
    white-space: pre-wrap !important;
    word-break: break-all !important;
}

.fc-event-title {
    white-space: pre-wrap !important;
    word-break: break-all !important;
}

/* Empêcher les retours à la ligne pour l'heure */
.fc-event-time {
    white-space: nowrap !important;
    word-break: normal !important;
}
.fc-daygrid-event-harness {
    border: 1px solid lightgray; /* Contour gris léger */
    border-radius: 4px; /* Arrondi des coins (facultatif) */
    /*padding: 2px;  Espace intérieur (facultatif) */
}

.menuhover {
}
.menuhover:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.09);
}

html,
body {
	overflow-x: hidden;
}

.burgerMenu {
	display: none;
}

@media screen and (max-width: 992px) {
	/* BURGER MENU */
	.navMenu {
		position: fixed;
		top: 0;
		left: 100%;
		width: 100vw;
		height: 100vh;
		z-index: 1053;
		background: #fff;
		transition: all 0.25s ease;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.navMenu.open {
		left: 0;
	}

	.navMenu .nav {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.burgerMenu {
		position: fixed;
		top: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		z-index: 1054;
		background: #00000030;
	}

	.burgerMenu:hover {
		cursor: pointer;
	}

	.burgerMenu .line {
		width: 80%;
		height: 4px;
		background: white;
	}

	/* PAGE DOSSIER */
	.contentRow .menu {
		width: 0;
	}

	.navTabs1_3_row,
	.navTabs1_2_row {
		display: flex;
		flex-direction: column-reverse;
	}

	.navTabs1_3_row_files,
	.navTabs1_2_row_files {
		width: 100%;
		margin-top: 10px;
	}
}
