/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			SE:Gamer
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		PlanetStyles ( https://www.planetstyles.net/ )
    --------------------------------------------------------------
*/

/* colours.css changes 

343434

*/
.post:target .content {
    color: #000000;
}

#particles-js {
  position: absolute;
  width: 92%;        /* prend toute la largeur dispo */
  max-width: 1200px;  /* mais ne dépasse jamais 1200px */
  height: 180px;   /* hauteur de ta banderole */
  background: transparent !important; /* force la transparence */
  z-index: 1;          /* sous le logo */
  pointer-events: none; /* ne bloque pas les clics */
  overflow: hidden;
  }
  


html, body {
	background: url("./images/delta-halloween-bg-seamles.jpg") repeat #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	/* color: black; */
}

body.simple {
	min-height: 100%;
	padding: 0 5px;
}

h1 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
}

h1 span {
	color: #ff992c;
}

h2 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}

h3 {color: #313131;}

li.header dt, li.header dd {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

a.forumtitle, a.topictitle {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.2em;
}

.content, .postbody h3 {
	font-family: Arial, Helvetica, sans-serif;
}

.postbody h3 {
	font-size: 1.2em;
}

.postbody .content {
	font-size: 1.2em;
}

.site_info {
	display: inline-block;
	overflow: hidden;
	padding: 8px 8px;
	margin-top: 12px;
}

.site_info p {
	margin: 0;
	padding-left: 16px;
}

ul#nav-breadcrumbs {
	margin: 15px 0;
}

.wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px rgba(157, 154, 147, 0.5),  inset 0 3px 18px rgba(100, 100, 100, .25);
	background: repeating-linear-gradient(
		135deg,
		#C5C5C5,
		#C5C5C5 30px,
		#000000 30px,
		#000000 60px
	);	
}

.search-header {
	box-shadow: 0 0 10px #5b5b5b;
}

.headerbar {
	min-height: 185px;
	background: #000000 url("./images/banner.jpg") no-repeat left top;
	border-radius: 7px 7px 0 0;
	padding: 0 30px;
	margin: 0;
}

.navbar {
	background-color: #313131;
}

.forabg, .forumbg {
	background-color: #151515;
	background-image: url("./images/forumbg.jpg"); 
}

.copyright a {
	color: #000000 !important;
}

.username-coloured {
    text-shadow: 0 0 0.2em white, 0 0 0.2em white,  0 0 0.2em white;
}

li.row {
	background-color: #313131;
}

li.row {
	border-top: none;
	border-bottom-color: #313131;
	padding: 0 0 5px 8px;
	background: url("./images/grunge-row.png");
}

li.row:hover {
}

.bg1, .bg3, .panel {background-color: #8f8f8f !important;}
.bg2 {background-color: #adadad !important;}

li.row.bg3 {
	background-color: #a91717;
}

li.row.bg3:hover {
	background-color: #f7f7f7;
}

li.row.reported {
	background-color: #ECD5D8 !important;
}

li.header dt, li.header dd {
	padding: 6px 0 10px 0;	
}

li.header dl.row-item dt {
	background: url("./images/cattip.png") no-repeat 7px 8px;
}

.forumbg, .forabg {
	margin-bottom: 15px;
}

.site_logo {
	background-image: url("./images/site_logo.svg");
}


a {color: #f6f6f6;} 
a:hover {color: #c1c1c1;}

#nav-main > li > a, #nav-footer > li > span > a, #nav-footer > li > a, #page-footer .navbar {color: #e5e5e5;}

.navbar i {color: #c1c1c1;}

.badge {
	background-color: #c1c1c1;
	top: 5px;
	opacity: 1;
}

.copyright span {
	color: #7660ff;
}

.search-header {
	margin-top: 79px;
}

li.header dl.row-item dt .list-inner {
	padding-left: 20px;
	padding-right: 30px;
}

.action-bar {
	margin: 15px 0;
}




/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	html, body {
		background-color: #343434;
	}

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrap {
		width: 850px;
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	body {
		padding: 0;
	}
	
	.headerbar {
		margin-left:-5px !important;
		margin-right:-5px !important;
	}
}

/* Icons */

/* Forum icons & Topic icons */
.global_read						{ background-image: url("./images/icon_read.png"); }
.global_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.global_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.global_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.png"); }
.global_unread						{ background-image: url("./images/icon_unread.png"); }
.global_unread_mine					{ background-image: url("./images/icon_unread_mine.png"); }
.global_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.global_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.png"); }

.announce_read						{ background-image: url("./images/icon_read.png"); }
.announce_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.announce_read_locked				{ background-image: url("./images/icon_read_locked.png"); }
.announce_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.png"); }
.announce_unread					{ background-image: url("./images/icon_unread.png"); }
.announce_unread_mine				{ background-image: url("./images/icon_unread_mine.png"); }
.announce_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.announce_unread_locked_mine		{ background-image: url("./images/icon_unread_locked_mine.png"); }

.forum_link							{ background-image: url("./images/icon_read.png"); }
.forum_read							{ background-image: url("./images/icon_read.png"); }
.forum_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.forum_read_subforum				{ background-image: url("./images/icon_read.png"); }
.forum_unread						{ background-image: url("./images/icon_unread.png"); }
.forum_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.forum_unread_subforum				{ background-image: url("./images/icon_unread.png"); }

.sticky_read						{ background-image: url("./images/icon_read.png"); }
.sticky_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.sticky_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.sticky_read_locked_mine			{ background-image: url("./images/icon_read_locked_mine.png"); }
.sticky_unread						{ background-image: url("./images/icon_unread.png"); }
.sticky_unread_mine					{ background-image: url("./images/icon_unread_mine.png"); }
.sticky_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.sticky_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.png"); }

.topic_moved						{ background-image: url("./images/icon_read.png"); }
.pm_read,
.topic_read							{ background-image: url("./images/icon_read.png"); }
.topic_read_mine					{ background-image: url("./images/icon_read_mine.png"); }
.topic_read_hot						{ background-image: url("./images/icon_read.png"); }
.topic_read_hot_mine				{ background-image: url("./images/icon_read_mine.png"); }
.topic_read_locked					{ background-image: url("./images/icon_read_locked.png"); }
.topic_read_locked_mine				{ background-image: url("./images/icon_read_locked_mine.png"); }
.pm_unread,
.topic_unread						{ background-image: url("./images/icon_unread.png"); }
.topic_unread_mine					{ background-image: url("./images/icon_unread_mine.png"); }
.topic_unread_hot					{ background-image: url("./images/icon_unread.png"); }
.topic_unread_hot_mine				{ background-image: url("./images/icon_unread_mine.png"); }
.topic_unread_locked				{ background-image: url("./images/icon_unread_locked.png"); }
.topic_unread_locked_mine			{ background-image: url("./images/icon_unread_locked_mine.png"); }

dl.row-item {
	background-size: 27px;
}

/* Pagination
---------------------------------------- */

.pagination li a {
	background: black;
	filter: none;
	border-color: #000000;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #555555;
}

.pagination li.ellipsis span {
	background: transparent;
	color: #000000;
}

.pagination li.active span {
	background: linear-gradient(#cd6a01, #fc2a00);
	color: #555555;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: linear-gradient(#cd6a01, #fc2a00);
	border-color: #7DA2CE;
	filter: none;
	color: #555555;
	text-shadow: none;
}


/* Post body links */
.postlink {
	border-bottom-color: #f6f6f6;
	color: #f6f6f6;
}

.postlink:visited {
	border-bottom-color: #f6f6f6;
	color: #f6f6f6;
}

.postlink:hover {
	background-color: #c1c1c1;
	color: #f6f6f6;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

.dropdown .dropdown-contents {
	background: #000000;
	border-color: #B9B9B9;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: linear-gradient(to bottom right, #d4cfc9, #344754);
	/*background-image: url("./images/quote.gif");*/
	border-color:#DBDBCE;
}

blockquote blockquote {
	/* Nested quotes */
	background: linear-gradient(to bottom right, #d4cfc9, #344754);
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background: linear-gradient(to bottom right, #d4cfc9, #344754);
}

.cp-main .pm {
	background-color: #adadad;
	border-bottom: 1px solid transparent;
}

.dropdown .dropdown-contents {
	background: #000;
	border-color: #B9B9B9;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
	border-color: #DCDCDC;
}

.header {
	background: #000;

}