.menu-style {
	font-size: 15px !important;
	border:transparent; 
	max-height: 57px;
}

.screen_infos {
	display: inline-block;
	max-width: 284px;
	overflow-x: auto;
    white-space: nowrap;
}

#logo img {
	height: 50px;
}

#logo {
	margin-left: 9px;
}

.menu_screen {
	width: 20px;
}

.title-page {
	font-family: QuickSand, Roboto, Calibri, Arial, sans-serif;
	padding-right: 15px;
	max-width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menu-text {
	float: none;
	display: inline-block;
	text-align: center;
	font-size: 25px;
	margin-bottom: 0;
	color: #535b66 !important;
}

.logoutbtn, .logbtn {
	width: 15px;
}

.txt-btn {
	padding-left: 5px;
	margin-bottom: 3px;
}

#ciesbtn, #userlogbtn {
	height: 20px;
	margin-bottom: 7px;
}

.helpIcon {
	width: 30px;
	padding-bottom: 13px;
}

.helpTitle {
	color: #8D6BAC;
	font-weight: bold;
	font-size: 27px;
}

.help-collapse-btn {
	width: 20px;
}

.sectionTitle {
	color: #1FA0B3;
	font-size: x-large;
}

.turned {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-moz-transform: rotate(90deg); /* Firefox */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-o-transform: rotate(90deg); /* Opera */
}

.modifiable_section {
	cursor: pointer;
}

.bloc_help_content {
	margin-top: 6px;
}
.contactbtn, .helpbtn {
	width: 25px;
}

.dropdown-custom-size {
	max-height: 500px;
  	overflow: scroll;
}

.vertical-button {
	padding: 1rem 0.5rem;
	height: 100%;
	width: auto;
  }