.subbanner{
	background-image: url(../images/background/banner-single.jpg);
}

.no-margin{
	margin: 0;
}

.section.classement{
	background: url(../images/background/deuxjoueur.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.section.equipe{
	background: url(../images/background/equipes.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.section.equipe .page-title .lead{
	color: #fff;
}

.underline{
	text-decoration: underline;
}

.row.mrg_b{
	margin-bottom: 10px;
}

.info{
	margin-left: 320px;
}

.nav-tabs{
	background: #fff;
}
.nav-tabs > li{
	width: 33.33%;
}.nav-tabs > li.demi{
	width: 50%;
}

.navbar-main .nav > li > a {
	padding-left:12px;
	padding-right:12px;
}

[class*="col-"].row-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.tab-content {
	padding: 0;
}

.tab-content-bg{
	background: none;
}

.table-responsive .title{
	background: #e8e8e8;
	color: #000;
	text-align: center;
}

table.sortable thead {
	background-color:#eee;
	color:#666666;
	font-weight: bold;
	cursor: pointer;
}
#connexion{
	display: none;
}
.tab-pane .row .row-no-padding table th{
	border-bottom:none;
}
.tab-pane .row .row-no-padding table{
	margin-bottom: 0;
}

@media screen and (min-width: 768px){


	.table-responsive{
		overflow: hidden;
	}

	.row .table-part:first-of-type{
		padding-right: 0;
	}
	.row .table-part:nth-of-type(2){
		padding-left:0;
	}
	.tab-pane .row .table-part:first-of-type table{
		border-right:2px solid red;
	}
}

.equipe a{
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.equipe .image{
	background: #fff;
}
.equipe .image{
	background: #fff;
	display: block;
	height: 250px;
	text-align: center;
	width: 100%;
}
.equipe .image::after{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}
.equipe .image img{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}
.equipe .nom{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}


@media screen and (max-width: 767px){
	.navbar-main ul.nav li{
		text-align: right;
	}

	.table > tbody > tr > td{
		padding:14px 10px;
	}

	.equipe .image img{
		max-width: 110px;
	}
}

@media screen and (max-width: 991px){
	.equipe .image{
		height: 150px;
	}
	.navbar-main .navbar-brand > img {
		width: 30%;
	}
}

@media (max-width: 1200px) and (min-width: 992px){
	.navbar-main .navbar-brand > img {
		width: 80%;
	}
	.info {
		margin-left: 250px;
	}
}
.forum{
	height: 800px;
	width: 100%;
}

@media (max-width: 767px){
	#connexion{
		display: block;
	}
}