tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

#header_block {
	background: transparent url(../../../images/emerald/dark_hb.png) repeat fixed 0% 0%;
	width: 100%;
	text-align: left;
	height: 139px;
	border-bottom: 2px solid #2ECC71;
	text-shadow: 0px 1px 0px rgb(39, 33, 59);
	animation: bganim 29s linear infinite;
}

@keyframes bganim {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

#iconbouton {
	padding: 10px;
border-radius: 50%;
margin-right: 5px;
font-size: 14px;
background: #2ECC71 none repeat scroll 0% 0%;
color: #FFF;
}

.teammember {
	background: #F0F0F0 none repeat scroll 0% 0%;
border-bottom: 4px solid #E3E3E3;
margin: 18px;
display: inline-block;
padding: 55px 0px;
width: 24%;
font-size: 17px;
}

.headerlist ul li {
	transition: all 200ms;
}

.headerlist ul li:hover {
	background: #F9F9F9;
}

.headerlist ul li:hover a{
	text-decoration:none;
}

.haut a:hover {
	text-decoration:none;
	color: white !important;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}

.tborder {
}

.tborder tbody tr:last-child td {
	border-bottom: 0;
}

.tborder tbody tr:last-child td:first-child {
}

.tborder tbody tr:last-child td:last-child {
}

.thead {
}

.thead_collapsed {
}

.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
  	border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
}

.post.classic .post_author {
}

.popup_menu .popup_item_container:first-child .popup_item {
}

.popup_menu .popup_item_container:last-child .popup_item {
}

.pagination a {
}

.pollbar {
}

.logo_mobile,#nav_active {
display:none;
}

.logo {
 float:left;
}

.forum {
	width: 77%;
	float: left;
}



	 .side
 {
    float: right;
    width: 22%;
    margin: auto;
}

 @media (max-width: 768px) {
	#lastpost,.useroptions{
display: none;
} 
	 
.side{
	float: none; 
	width: 100%; 
	margin: auto;
}
	
.footer-distributed
{
	bottom: -50px !important;
}

#profile_desktop, #desktop_post, #menu_desktop, #notif_desktop, .hide_mobile {
	display:none;
}
	
#mobile_profile, #mobile_post, #mobile_menu
{
	display:block !important;
}

.post_flexible
{
	display:block;	
}
	
.headerlist{
display:none;
}

#nav_bit_complet{
display:inline-block;
}

.navigation, #header_block,.nav_link, .scrollToDown, .scrollToTop {
display:none;
}

.haut {
text-align: center;
}


.forum,.wrapper {
 width:100%;
}

.post.classic .post_author {
 float:none; width:100%; padding: 20px 0px;
}

#mobile_member {
display:block;
}

.teammember {
display:block;width:60%
}


}

@media (max-width: 1280px) {
.wrapper {
 width:100%;
}

#buytheme {
	max-height: 80px;
}

#lastpost,.scrollToDown, .scrollToTop, .star_rating_container,#rating{
 display:none;
}


}

@media (max-width: 1280px) {

#menu_mobile
{
	display:block !important;
}
	
#menu_desktop, .hide_mobile {
	display:none;
}
	
}		
		
#nav_width {
		float:left;
		width:24%;
}
#content_width {
		float:right;
		width:74%;
}
@media (max-width: 768px) {
	#nav_width, #content_width {
		float:none;
		width:100% !important;
		margin-top:15px;
	}
}

/* HAMBUGGER SECTION */
.haut {
	height: 70px;

}
/* --- HAMBURGER ICON --- */
.menu-toggle {
    display: none; /* Hidden by default on Desktop */
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff; /* White bars - change to #000 if your header is light */
    border-radius: 3px;
    transition: 0.3s ease;
}
    .headerlist {
		display:none;
		background: #222;
}

.mobile-usernav{
	display:none;
}

/* --- MOBILE STYLES (768px and below) --- */
@media (max-width: 768px) {
	
	#logo, #logo:hover{
		top:0 !important;
	}
	
    .menu-toggle {
        display: flex; /* Shows hamburger on mobile */
    }

    .useroptions {
        display: none !important; /* Hides desktop links */
    }

    .haut {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        height: 70px;
        background: #222; /* Ensure background contrast */
    }

    /* Slide Drawer */
    .headerlist {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        background: #222;
		color:#fff;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 10000;
		
    }

    .headerlist.active {
        transform: translateX(0);
    }

    /* Drawer Header & Close Button */
    .mobile-header {
        padding: 20px;
        display: flex;
        justify-content: flex-end;
        border-bottom: 1px solid #2b2b2b;
    }

    #closeMenu {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        line-height: 1;
    }

    /* Navigation Links */
    .headerlist ul {
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
    }
	
	.headerlist ul li{
		    padding: 0px 13px;
	}

   .headerlist li a {
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Forces content to the left */
        padding: 14px 20px;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        transition: background 0.2s ease;
    }

    .headerlist a:active {
        background: #f0f0f0;
    }

    .headerlist a i {
        margin-right: 10px;
        width: 20px;
        text-align: center;
        color: #2ECC71; /* Accent color for icons */
    }

    /* Dark Overlay */
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
        display: none;
        backdrop-filter: blur(2px);
    }

    .menu-overlay.active {
        display: block;
    }
	
	.mobile-usernav{
	display:block;}
	
	#mobileNav .headerlist ul li{
		    padding: 1px 13px !important;
	}
	
	.mobile-usernav a img{
		width: 35px !important;
		height:35px !important;
		top: -12px !important;
	}
	
	.mobile-usernav a[href*="action=profile"] {
  font-size: 0 !important;
		padding:0 !important;
}
	
	.mobile-usernav #menu-deroulant li:hover{
	background:transparent;
		border:none;
	}
	
	.mobile-usernav #menu-deroulant ul{
		position: fixed;
    right: 27px;
    top: 55px;
		  z-index: 1000;
		left: calc(100% - 97px);
	}
	
}

.mobile-usernav #menu-deroulant ul{
	display:none;
}


@media (max-width: 768px) {
  #menu-deroulant li:hover ul {
    display: none;
  }
  
  #menu-deroulant li.active ul {
    display: block;
  }
	
	.op-content img{
	width:100%
}
}

#header_block{
display:none;
}

.guest-message-1{
	display:flex !important;
	flex-direction:column;
	gap:10px;
	margin-bottom:30px;
}

.guest-message{
	text-align:center; 
	color:#fff; 
	font-size:20px;
	display:none;
	
}

@media (max-width: 768px) {
    .hdr_username {
        display: none;
    }
	
	.report_user_button {
		position:relative;
		top:30px;
	}
}

.sceditor-container iframe blockquote{
display:none;
}