.scrollToTop {
	background: #f07b0f;
	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: #f07b0f;
	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: #4f4f4f url(https://i.imgur.com/BMJVhAE.png) top left;
	background-size: cover;
	width: 100%;
	float: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
	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 #f07b0f;
	background: #FFF none repeat scroll 0% 0%;
	font-size: 15px;
}

.headerlist ul {
	display: inline;
	text-align: right;
	color: #f07b0f;
	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;
	background: rgba(0, 0, 0, .6);
}

#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: rgb(230, 230, 230);
	padding: 25px 14px;
	transition: background-color 200ms, color 200ms;
	font-size: 14px;
}

#menu-deroulant li:hover {
	background: rgb(18,18,18);
	color: rgb(123,123,123);
	border-bottom: 2px solid #f07b0f;
}

#menu-deroulant li:hover ul li:hover {
	color: #f07b0f;
	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;
}


}


		
		
		
		
		tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

#header_block {
	background: transparent url(https://image.noelshack.com/fichiers/2019/36/3/1567548504-sans-titre-2.png) repeat fixed 0% 0%;
	width: 100%;
	text-align: left;
	height: 139px;
	border-bottom: 2px solid #f07b0f;
	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: #f07b0f 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%;
}

@media (max-width: 768px) {
	#threads,#views,#replies,#lastpost,.side,.useroptions{
display: none;
}
	
.footer-distributed
{
	bottom: -50px !important;
}

	#profile_desktop, #desktop_post, #menu_desktop, #notif_desktop {
	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 {
	display: flex;
	align-items: center;
	justify-content: center;
text-align: center;
}


.forum,.wrapper {
 width:100%;
}

.post.classic .post_author {
 float:none; width:100%; padding: 20px 0px;
}
	.post.classic .post_content { max-width: 100% !important; }

#mobile_member {
display:block;
}

.teammember {
display:block;width:60%
}

#logo {
 
		left: -15px;
}


}

@media (max-width: 1280px) {
.wrapper {
 width:100%;
}

#buytheme {
	max-height: 80px;
}

#threads,#views,#replies,#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;
	}
}

		
		
		
		
		
		
		
		
		
		
		
		