/*
--------------------------------------------------------------
Style oriented edits
-------------------------------------------------------------- */
ul#nav-main {
    background-color: #262626;
    box-shadow: 0 0 4px #000000;
    padding: 5px;
    z-index: 5;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
div#p1 {
    background-color: #262626;
	box-shadow: 0 0 4px #000000;
}
div#p2 {
    background-color: #262626;
    box-shadow: 0 0 4px #000000;
}
.panel.bg2 {
    background-color: #262626;
}
p.site-des {
    display: none;
}
li.row.bg1 {
    background-color: #171717;
	box-shadow: 0 0 0 #000000 !important;
}
li.row.bg2 {
    background-color: #171717;
	box-shadow: 0 0 0 #000000 !important;
}
tr.bg1 {
    background-color: #171717;
    box-shadow: 0 0 0 #000000 !important;
}
tr.bg2 {
    background-color: #171717;
    box-shadow: 0 0 0 #000000 !important;
}
li.rightside.responsive-search {
    display: none;
}
li#search-box {
    float: right;
}
.bg4 {
	background-color:  #171717;
	margin-bottom: 8px !important;
	box-shadow: 0 0 4px #000000;	
}
.bg5 {
	background-color:  #171717;
	margin-bottom: 8px !important;
	box-shadow: 0 0 4px #000000;	
}
.bg6 {
	background-color: #262626;
	margin-bottom: 8px !important;
}
.bg7 {
	background-color: #262626;
	margin-bottom: 8px !important;
}
.bg8 {
	background-color: #b15c00;
    margin-bottom: 8px !important;
}
.bg9 {
	background-color: #b15c00;
    margin-bottom: 8px !important;
}

.topic-poster { display: none; }

.online_avatar { 
	z-index: 2;
	position: absolute;
}

/* Gestion home banner*/
@media (max-width: 550px) {
	.accueil_large {
		display:none;
	}
	
	.accueil_medium {
		display:none;
	}
	
	.accueil_small {
		display:none;
	}
	
	.accueil_extrasmall {
		display:block;
		height: 100px;
		margin-top: 15px;
	}
}

@media (min-width: 551px) and (max-width: 950px) {
	.accueil_large {
		display:none;
	}
	
	.accueil_medium {
		display:none;
	}
	
	.accueil_small {
		display:block;
		height: 145px;
		margin-top: 15px;
	}
		
	.accueil_extrasmall {
		display:none;
	}
}
	
@media (min-width: 951px) and (max-width: 1400px) {
	/* .site_logo { */
		/* background-image: url(./images/logo.png); */
		/* padding-left: 315px; */
		/* padding-top: 87px; */
		/* margin-top: -15px; */
		/* margin-bottom: -15px; */
		/* background-size: 250px 87px; */
		/* float: inherit; */
		/* background-position: center center; */
	/* } */
	
	.accueil_large {
		display:none;
	}
	
	.accueil_medium {
		display:block;
	}
	
	.accueil_small {
		display:none;
	}
		
	.accueil_extrasmall {
		display:none;
	}
}

@media (min-width: 1401px) {
	.accueil_large {
		display:block;
	}
	
	.accueil_medium {
		display:none;
	}
	
	.accueil_small {
		display:none;
	}
		
	.accueil_extrasmall {
		display:none;
	}
}
/* Gestion home banner*/