/* Color */
.fd_dark a, a:hover, .navbar_footer a, .copyright_bar a, .social_links_footer a:hover span, .icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red, .navigation .active-subsection a, .navigation .active-subsection a:hover, .navigation a:hover, .tabs .tab > a:hover, .tabs .activetab > a, .tabs .activetab > a:hover, a.postlink, a.postlink:visited, .navbar_in_header .badge, .button:focus .icon, .button:hover .icon, .dark_base .social_links_footer a span, .dark_base h2, .dark_base h2 a, .dark_base a:link, .dark_base a:visited, .button-secondary:focus, .button-secondary:hover, .notification_unread, .topic_type {
	color: #ffffff;
}

/* Background Solid  */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, .jumpbox-cat-link, .dropdown-contents > li > a:hover, a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover, a.no_avatar:hover, .jumpbox-cat-link:hover, input.button1:focus, input.button2:focus, input.button3:focus, .specialbutton, input.specialbutton, .panel .specialbutton, a.specialbutton, .scrollToTop, a.specialbutton, .dark_base .social_links_footer a:hover span, .badge, .grid_unread {
	background: #ba2222;
}

/* Borders Dark */
.pagination li a:hover, .pagination li.active span, .pagination li a:focus, blockquote, .codebox code, .jumpbox-cat-link, a.postlink, input.button1:focus, input.button2:focus, input.button3:focus, input.specialbutton, .inputbox:hover, .inputbox:focus, .specialbutton, .button:hover, .button:focus, a.specialbutton, .dark_base .social_links_footer a span, .dark_base .social_links_footer a:hover span {
	border-color: #470000;
}

/* Background Gradient  */
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header:before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe:before, .fancy_panel:before, .tile_row_2:before, .topiclist header  {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ee0979+100 */
	background: #ba2222; /* Old browsers */
	background: -moz-linear-gradient(left,  #ba2222 0%, #470000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ba2222 0%,#470000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ba2222 0%,#470000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba2222', endColorstr='#470000',GradientType=1 ); /* IE6-9 */
}

/* The same as above, just with some opacity */
.headerbar_overlay_active, .grid_colour_overlay:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ee0979+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(left,  rgba(186,34,34,0.8) 0%, rgba(71,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(186,34,34,0.8) 0%,rgba(71,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(186,34,34,0.8) 0%,rgba(71,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff6a00', endColorstr='#ccee0979',GradientType=1 ); /* IE6-9 */
}

/* Information panel gradient */
ul.topiclist li.header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6a00+0,ee0979+100 */
	background: #ba2222; /* Old browsers */
	background: -moz-linear-gradient(left,  #ba2222 0%, #470000 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ba2222 0%,#470000 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ba2222 0%,#470000 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba2222', endColorstr='#470000',GradientType=1 ) !important; /* IE6-9 */
}

.forumlist_grid.grid_tile_full a.tile_inner,
.forumlist_grid.grid_tile_full .mini_number,
.forum_description {
	color: white !important;
	text-shadow: 0 0 6px black;
}

.category-header .header .row-item{
	border: none;
	margin-bottom: 5px;
}

.grid_tile_full_bg_img {
	opacity: 0.3;
}

#site-description h1{
	color: #ba2222;
	text-shadow: 0 0 1px black;
}

/* Colour Hover Light */
/* Je désactive c'est trop cheum */
/* .fd_dark a:hover, .navbar_footer a:hover, .copyright_bar a:hover, a.postlink:hover, .dark_base h2 a:hover  {
	color: #470000;
} */

.grid_image_container:hover {
    transform: scale(1.02);
}

/* Background Hover Light */
a.scrollToTop:hover, input.specialbutton:hover, a.specialbutton:hover {
	background-color: #470000 !important;
}

/* Border light */
.specialbutton:hover {
	border-color: #470000 !important;
}

/* Custom menu */
.menu {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding: 0;
	height: 46px;
	margin-bottom: 50px;
	background: #701515;
	background: -moz-linear-gradient(left, #ba2222 0%, #470000 100%);
	background: -webkit-linear-gradient(left, #ba2222 0%,#470000 100%);
	background:  linear-gradient(to right,  #ba2222 0%,#470000 100%);
}

.menu-item {
	flex-grow: 1;
	margin:0;
	height: 100%;
	display: block;
	float: left;
}
.menu-item a {
	margin: 0;
	padding: 0;
	line-height: 46px;
	display: block;
	text-align: center;
}

.menu-item a:hover {
	text-decoration: none;
	background-color: #9f1212;
}

table.markdown tr:nth-child(2n) {
	background-color: inherit !important;
}
