.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;
		-webkit-transition: all 0.25s ease;
		transition: all 0.25s ease;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.navMenu.open {
		left: 0;
	}

	.navMenu .nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.burgerMenu {
		position: fixed;
		top: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

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

.wappler-temp {
}

.fc-toolbar {
display:block !important;
}
.fc-center {
text-align : center !important;
}
.fc-right {
text-align : left !important;
}
.fc-left {
text-align : right !important;
}
