.scrollToTop {
	background: #cc2e2e;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 143px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

.scrollToDown {
	background: #cc2e2e;
	color: white;
	position: fixed;
	z-index: 4000;
	bottom: 100px;
	right: 20px;
	border-radius: 2px;
	padding: 9px 10px;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

#avatarheader {
	cursor: pointer;
	float: right;
	position: relative;
	border-radius: 50%;
	right: -10px;
	bottom: 11px;
}

#avatarheader:hover {
	opacity:0.6;
}

.haut {
	background: rgb(36,36,36);
	width: 100%;
	float: right;
	box-shadow: 0px 1px 1px 1px rgb(0,0,0,0.3);
	position: fixed;
	height: 70px;
	z-index: 1000;
	text-align: left;
}

.headerlist {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #2d9cc3;
	background: #FFF none repeat scroll 0% 0%;
	font-size: 15px;
}

.headerlist ul {
	display: inline;
	text-align: right;
	color: #2d9cc3;
	position: relative;
	text-decoration: none;
}

.headerlist ul li {
	display: inline-block;
	padding: 14px 13px;
}

#menu-deroulant, #menu-deroulant ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu-deroulant {
/* on centre le menu dans la page */
    text-align: center;
}

#menu-deroulant li {
/* on place les liens du menu horizontalement */
    display: inline-block;
}

#menu-deroulant ul li {
/* on enlève ce comportement pour les liens du sous menu */
    display: inherit;
}

#menu-deroulant a {
    text-decoration: none;
    display: block;
	color:#000;
}

#menu-deroulant ul {
    position: absolute;
/* on cache les sous menus complètement sur la gauche */
    left: -999em;
    text-align: left;
    z-index: 1000;
}

#menu-deroulant li:hover ul {
/* Au survol des li du menu on replace les sous menus */
    left: auto;
}

#menu-deroulant li:hover ul li a {
    background-color:#242424;
	padding: 13px;
	width:100%
}

#menu-deroulant li a{
	color: #cc2e2e;
	padding: 20px 14px;
	transition: background-color 200ms, color 200ms;
	font-weight: bold;
	font-size: 14px;
}

#menu-deroulant li:hover {
	background: rgb(18,18,18);
	color: rgb(123,123,123);
	border-bottom: 2px solid #cc2e2e;
}

#menu-deroulant li:hover ul li:hover {
	color: #2d9cc3;
	border:none;
}

#menu-deroulant li:hover ul li:hover a {
	background: rgb(18,18,18);
}

#menu-deroulant {
	float: right;
	vertical-align: middle;
	position: relative;
	right: 35px;
	letter-spacing: 0.4px;
}

@media (max-width: 768px) {
.haut {
	text-align:center;
}

.scrollToDown, .scrollToTop {
 bottom: 14553px;
}


}

@media (max-width: 1280px) {
.scrollToDown, .scrollToTop {
 bottom: 14553px;
}


}

/* Remove all thread status icons */
.thread_status {
    display: none !important;
}

/* Remove the status column entirely */
.forumdisplay .trow1 .threadslist_icon, 
.forumdisplay .trow2 .threadslist_icon {
    width: 0;
    padding: 0;
    border: none;
}

/* 1. Hide default thread status (keep this) */
.thread_status {
    display: none !important;
}

/* 2. Sticky Thread Indicator - Fixed */
.forumdisplay_sticky .combined_thread_icons {
    position: relative;
    width: 16px !important; /* Reset to original width */
    min-height: 40px; /* Allows vertical centering */
}

.forumdisplay_sticky .combined_thread_icons:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background: url(../../../../images/sticky.png) no-repeat center;
    background-size: contain;
    z-index: 2;
    /* Removed debug borders */
}

/* 3. Hide default icon */
.forumdisplay_sticky .thread_icon {
    display: none !important;
}

/* 4. Fix column width */
.forumdisplay .trow1 .threadslist_icon, 
.forumdisplay .trow2 .threadslist_icon {
    width: 16px !important; /* Original width */
    padding: 0 !important;
}	
		
		
<style>
