#topbar {
	background-color: rgba(237, 116, 132, 0.8);
	height: 50px;
	width: 100%;
}
#accordionSidebar {
    background-color: rgba(237, 116, 132, 0.8);
    background-image: rgba(237, 116, 132, 0.8);
  }
#nomsite {
	color: white;
	font-size: 17px;
	display: inline-block;
	padding: 9px;
}
#dropdownMenuButton {
	position: absolute;
	left: 90%;
	bottom: 0px;
	width: 126px;
}
.nav-link:hover {
	cursor: pointer;
}
.nav-item:hover {
	cursor: pointer;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: -0.75rem;
}

a:hover {
	color: white;
	text-decoration: none;
}

.logo {
	width: 100%;
}

#drop_zone > * {
	width: fit-content;
	margin: auto;
	display: flex;
}

#drop_zone1 {
	border: 3px solid gray;
	border-radius: 10px;
	width: 100%;
	height: 20%;
	padding: 5px;
}

.dropdown-container {
	display: none;
}

.page {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.sidenav {
	height: 100%;
	overflow-y: auto;
}
.col-10 {
	margin-left: auto;
	margin-right: auto;
}

#accordionSidebar {
	/* position: fixed; */
	z-index: 1100;
}

#formAnnonceJson {
	height: auto;
	width: 60%;
	margin-left: 20%;
}

.closeButton {
	cursor: pointer;
}
