:root{
	--main-bg-color: #F3F3F3;
	--secondary-bg-color: #EFEFEF;
	--main-blue: #055EB0;
}


ul.forums {
		background-color: rgb(248, 248, 248);
		background-image: none;
}
.adblock_ad{
	padding: 20px;
	text-align: center;
	background: white;
	color: #506a85;
	font-size: 15px;

}
#menu a, .sidenav a {
		color: #506a84;
		font-size: 15px;
}
.nav > li {
		position: relative;
		display: block;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	background: white;
	overflow-x: hidden;
	padding-top: 54px;
	border-width: 2px;
	border-color: #2c3e50;
	border-right-style: solid;
	transition: 0.5s;
}

.nav-l {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-l > li {
	position: relative;
	display: block;
}
.nav-l > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 15px;
}
.nav-l > li > a:hover,
.nav-l > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav-l > li.disabled > a {
	color: #999;
}
.nav-l > li.disabled > a:hover,
.nav-l > li.disabled > a:focus {
	color: #999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav-l .open > a,
.nav-l .open > a:hover,
.nav-l .open > a:focus {
	background-color: #eee;
	border-color: #428bca;
}
.nav-l .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav-l > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
	}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #fff;
	}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #428bca;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
	display: table-cell;
	width: 1%;
	}
	.nav-justified > li > a {
	margin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
	border-bottom-color: #fff;
	}
}
#menu  a{
	color: #3c3fad;
	font-family: sans-serif;
}
#menu {

	font-size: 15px;
	background: #ffffff none repeat scroll 0 0;
	border-color: #2c3e50;
	border-right: 2px solid #2c3e50;
	border-width: 2px;
	height: 100%;
	margin-top: 39px;
	overflow-y: auto;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 3;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #999;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eee;
	border-color: #428bca;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.navbar {
	position: relative;
	min-height: 0px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.navbar-header {
	float: left;
	}
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	}
	.navbar-text.navbar-right:last-child {
	margin-right: 0;
	}
}
.navbar-default {
	background-color: #2c3e50;
	border-color: #2c3e50;
}

.navbar-default .navbar-text {
	color: white;
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
	}
}

body {
	padding: 0;
	background: none;
}

html{
	background: url('https://www.pokecardex.com/assets/images/concrete_seamless.png') repeat scroll 0 0 #ededed;
}
#wrap {
	margin: 0px auto 0;
	margin-bottom: 0px;
}
header{
	background-position: center top !important;
	background-size: cover !important;
	position: relative;
	width: auto;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
}

/*@media only screen  and (max-width: 768px) {
	.forum_unread{ background-image: url("http://www.pokecardex.eu/forums/styles/newcardex/theme/images/forum_unread_mob.png");
	background-size: 30px 30px; }
}*/

@media (max-width: 700px) {
	.post .signature{
	display: none;
	}
}


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: inline-block;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height: auto;
	max-width: 100%;
}
.text-center {
	text-align: center;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-8 {
	width: 66.66666667%;
}
@media (max-width: 767px) {

	.active-cont#wrap{
		margin-top: 140px;
	}

	.active-cont{
		height: 100%;
		left: 0px;
		position: fixed;
		top: 0px;
		width: 100%;
	}
}

#menu_top{
	background-color: rgb(248, 248, 248);
	border-bottom-color: rgb(80, 106, 132);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: rgb(215, 215, 215);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(44, 62, 80);
	display: block;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 21.4333px;
	margin-bottom: 0px;
	min-height: 0px;
	position: relative;
	z-index: 5000;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}
.navbar{
	padding: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #506a85;
}

@media (min-width: 768px) {
	.extension >  .symbole{
		position: absolute;
		bottom: -11px;
		right: -12px;
		max-height: 25px;
		max-width: 25px;
	}

}

header{
	margin-top: 100px;
	text-align: center;
}

/* content.css */
dl.row-item dt .list-inner {
	padding-left: 50px;					/* Space for folder icon */
}

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

.headerbar, .forumbg {
	    background-color: #055eb0;
    background-image: none;
    background-repeat: repeat-x;
}

.forabg {
    background-color: #055eb0;
    background-image: none;
    background-repeat: repeat-x;
}

.navbar ul.linklist {
    padding: 2px 5px;
    list-style-type: none;
}

.bg1, .bg2 {
	-webkit-box-shadow: 0px 0px 7px -5px #000000;
    box-shadow: 0px 0px 7px -5px #000000;
    margin-bottom: 15px;
}

/* Forum icons & Topic icons */
.global_read													{ background-image: url("./images/announce_read.png"); }
.global_read_mine												{ background-image: url("./images/announce_read_mine.png"); }
.global_read_locked												{ background-image: url("./images/announce_read_locked.png"); }
.global_read_locked_mine										{ background-image: url("./images/announce_read_locked.png"); }
.global_unread													{ background-image: url("./images/announce_unread.png"); }
.global_unread_mine												{ background-image: url("./images/announce_unread_mine.png"); }
.global_unread_locked											{ background-image: url("./images/announce_unread_locked.png"); }
.global_unread_locked_mine										{ background-image: url("./images/announce_unread_locked.png"); }

.announce_read													{ background-image: url("./images/announce_read.png"); }
.announce_read_mine												{ background-image: url("./images/announce_read_mine.png"); }
.announce_read_locked											{ background-image: url("./images/announce_read_locked.png"); }
.announce_read_locked_mine										{ background-image: url("./images/announce_read_locked.png"); }
.announce_unread												{ background-image: url("./images/announce_unread.png"); }
.announce_unread_mine											{ background-image: url("./images/announce_unread_mine.png"); }
.announce_unread_locked											{ background-image: url("./images/announce_unread_locked.png"); }
.announce_unread_locked_mine									{ background-image: url("./images/announce_unread_locked.png"); }

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

.sticky_read													{ background-image: url("./images/sticky_read.png"); }
.sticky_read_mine												{ background-image: url("./images/sticky_read_mine.png"); }
.sticky_read_locked												{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_read_locked_mine										{ background-image: url("./images/sticky_read_locked.png"); }
.sticky_unread													{ background-image: url("./images/sticky_unread.png"); }
.sticky_unread_mine												{ background-image: url("./images/sticky_unread_mine.png"); }
.sticky_unread_locked											{ background-image: url("./images/sticky_unread_locked.png"); }
.sticky_unread_locked_mine										{ background-image: url("./images/sticky_unread_locked.png"); }

.topic_moved													{ background-image: url("./images/topic_moved.png"); }
.topic_read														{ background-image: url("./images/topic_read.png"); }
.topic_read_mine												{ background-image: url("./images/topic_read_mine.png"); }
.topic_read_hot													{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_hot_mine											{ background-image: url("./images/topic_read_hot.png"); }
.topic_read_locked												{ background-image: url("./images/topic_read_locked.png"); }
.topic_read_locked_mine											{ background-image: url("./images/topic_read_locked.png"); }
.topic_unread													{ background-image: url("./images/topic_unread.png"); }
.topic_unread_mine												{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_hot												{ background-image: url("./images/topic_unread_hot.png"); }
.topic_unread_hot_mine											{ background-image: url("./images/topic_unread_mine.png"); }
.topic_unread_locked											{ background-image: url("./images/topic_unread_locked.png"); }
.topic_unread_locked_mine										{ background-image: url("./images/topic_unread_locked.png"); }

.pm_read														{ background-image: url("./images/topic_read.png"); }
.pm_unread														{ background-image: url("./images/topic_unread.png"); }

.navbar-bootstrap>.container, .navbar-bootstrap>.container-fluid-bootstrap, .navbar-bootstrap>.container-lg, .navbar-bootstrap>.container-md, .navbar-bootstrap>.container-sm, .navbar-bootstrap>.container-xl, .navbar-bootstrap>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.container, .container-fluid-bootstrap, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right:15px;
    padding-left:15px;
    margin-right: auto;
    margin-left: auto;
}

.action-bar {
    font-size: 11px;
    margin-bottom:  15px;
}

.navbar-bootstrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav {
	    flex-direction: row;
	}
	.navbar-expand-lg {
	    flex-wrap: nowrap;
	    justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: .5rem;
	    padding-left: .5rem;
	}

	.navbar-expand-lg .navbar-collapse {
	    display: flex!important;
	    flex-basis: auto;
	}

	.d-lg-block {
	    display: block!important;
	}
	.navbar-expand-lg .navbar-toggler {
	    display: none;
	}
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.collapse:not(.show) {
    display: none;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("https://www.pokecardex.com/assets/images/concrete_seamless.png");
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
}

.d-none {
    display: none!important;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.ms-auto {
    margin-left: auto!important;
}


.text-body {
    --bs-text-opacity: 1;
    color: rgba(33,37,41,var(--bs-text-opacity))!important;
}

.fw-bold {
    font-weight: 700!important;
}

.nav-link {
	font-size: 16px;
    display: block;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(248,249,250,var(--bs-bg-opacity))!important;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-brand {
	width: 200px;
}

@media (min-width: 576px) { 
	.navbar-brand {
		width: 300px;
	}
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25;
}

.navbar-nav .vr {
    margin-right: 5px;
    margin-left: 5px;
}

@media (min-width: 992px){
	.d-lg-block {
	    display: block!important;
	}
}


ul.forums li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.traduction-carte {
    padding: 5px 10px;
    background-color: #ebebeb;
    border-radius: 10px;
}

.pokemon-name {
    border-bottom: solid 1px #ababab;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
}

.pokemon-attribut {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pokemon-attaque {
    border-top: solid 1px #d5d5d5;
    padding-top: 5px;
}