tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

#header_block {
	width: 100%;
	text-align: left;
	height: 200px;
	border-bottom: 2px solid #2ECC71;
	position:relative;
	overflow:hidden;
}

#header_block .header_text{
	height:100%;
	display:inline-block;
	width:25%;
	position:absolute;
	left:0;
	box-shadow:0 0 20px 10px rgba(0,0,0,0.3);
	z-index:2;
	text-align:center;
}
#header_block .header_img {
	position:absolute;
	display:flex;
	height:100%;
	width:100%;
	justify-content:center;
	right:0;
	overflow:hidden;
}

#header_block .carousel-slides {
     display: flex;
     transition: transform 0.5s ease-in-out;
     height: 100%; /* 固定高度，可根据图片比例调整 */
	 width:100%;
}
        
        /* 单张幻灯片样式 */
#header_block .carousel-slide {
            flex: 0 0 100%; /* 初始为100%宽度，响应式时调整 */
            height: 100%;
            position: relative;
        }
        
#header_block .carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* 保持图片比例，覆盖容器 */
			transition:transform 0.5s ease;
        }
        
#header_block .carousel-slide img:hover{
	transform:scale(1.1);
	position:relative;
	z-index:2;
}
        /* 幻灯片文本层 */
#header_block .slide-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 0px 70px;
            background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
            color: white;
        }

#header_block div img {
	height:100%;
}

/* 控制按钮 */
#header_block .carousel-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(0,0,0,0.2);
            z-index: 10;
            transition: background 0.3s;
			color:#555;
			font-size:larger;
			font-weight:bolder;
        }
        
#header_block .carousel-control:hover {
            background: #f0f0f0;
        }
        
#header_block  .carousel-control.prev {
            left: 15px;
        }
        
#header_block  .carousel-control.next {
            right: 15px;
        }
        
        /* 指示器 */
#header_block  .carousel-indicators {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        
#header_block  .indicator-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: background 0.3s;
        }
        
#header_block .indicator-dot.active {
            background: white;
        }
        
        /* 响应式设计：小屏幕时调整高度和布局 */
@media (max-width: 768px) {
	#header_block .carousel-container {
                margin: 15px;
            }
            
	#header_block  .carousel-slides {
                height: 250px;
            }
            
   #header_block .slide-caption {
                padding: 15px;
                font-size: 14px;
            }
        }



#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;
}

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%;
}

@media (max-width: 768px) {
	#threads,#replies,#views,#lastpost,.side,.useroptions{
display: none;
}
	
.threadlist_none{
	display:none;	
}
	
.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%
}

#logo {
 
		left: -15px;
}


}

@media (max-width: 1280px) {
.wrapper {
 width:100%;
}

#buytheme {
	max-height: 80px;
}

#threads,.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;
	}
}

		
		
		
		
		
		
		
		
		
		
		
		
		