@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/* [General styles] */
body {
    /*min-width: 480px;*/
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
}

.no-show{
    display: none !important;
}

#backgroundWrapper{
    background: url('/images/background.jpg') no-repeat center top fixed;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 30px;
}

#main-content #main-content-wrapper{
    background: #ffffff;
    padding: 20px;
}

#main-content #main-content-wrapper .content-title{
    margin-top: 0;
    color: #1982d7;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.table-fixed{
    table-layout: fixed;
}
.table-fixed th{
    width: 65px;
}
.table-fixed th[colspan="2"]{
    width: 130px;
}
.table-fixed th[colspan="3"]{
    width: 195px;
}

h1{
    font-size: 28px;
    color: #1982d7;
    font-weight: 600;
    text-transform: uppercase;
}

h2{
    font-size: 24px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
}

h3{
    font-size: 22px;
    color: #323232;
    font-weight: 600;
}

h4{
    font-size: 18px;
    /*color: #1982d7;*/
    text-transform: uppercase;
    font-weight: 600;

}

h5{
    font-size: 18px;
    color: #1982d7;
    text-transform: uppercase;
    font-weight: 600;

}

a:focus {
	text-decoration: none;
}

.cb {
    clear: both;
}

.redStar {
    color: #FF0000;
    font-size: 10px;
}

.soft-hidden {
	display: none;
}

a.socialLink {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url('/images/social_icons.png') no-repeat;
	background-position-y: 0;
}

a.socialLink.fb {
	background-position: 0 0;
}

a.socialLink.twitter {
	background-position: -25px 0;
}

a.socialLink.linkedin {
	background-position: -50px 0;
}

a.socialLink.vimeo {
	background-position: -75px 0;
}

a.socialLink.pinterest {
	background-position: -100px 0;
}

a.socialLink.yt {
	background-position: -125px 0;
}

a.socialLink.instagram {
	background-position: -150px 0;
}

a.socialLink.fb:hover {
	background-position: 0 -23px;
}

a.socialLink.twitter:hover {
	background-position: -25px -23px;
}

a.socialLink.linkedin:hover {
	background-position: -50px -23px;
}

a.socialLink.vimeo:hover {
	background-position: -75px -23px;
}

a.socialLink.pinterest:hover {
	background-position: -100px -23px;
}

a.socialLink.yt:hover {
	background-position: -125px -23px;
}

a.socialLink.instagram:hover {
	background-position: -150px -23px;
}

a.teamLink {
	text-transform: uppercase;
	color: #333;
}

a.teamLink:hover {
	color: #337ab7;
	text-decoration: none;
}

a.blackLink {
    /*text-transform: uppercase;*/
    color: #333;
}

a.blackLink:hover {
    color: #337ab7;
    text-decoration: none;
}

.white-space-nowrap{
    white-space: nowrap;
}

.table-striped>tbody>tr:nth-child(odd){
    background-color: #ffffff;
}

.table-striped>tbody>tr:nth-child(even){
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover{
    background-color: #E6F2FC;
}


/* [Error messages] */
.msg_info,.msg_success,.msg_warning,.msg_erreur{
    border:1px solid;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -moz-box-shadow:0 0 5px #888;
    -webkit-box-shadow:0 0 5px #888;
    box-shadow:0 0 5px #888;
    width: auto !important;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    text-align: left;
    margin:0 0 10px 0!important;
    padding:15px 10px 15px 50px !important;
}

.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messageBox/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/messageBox/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messageBox/warning.png');
}
.msg_erreur {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/messageBox/error.png');
}

.erreur_loc, .fieldError {
    color: #a94442;
    /*font-size: 11px;*/
    font-style: italic;
    /*display: block;*/
}

/* [Autodatatable] */
.autodatatableLight td {
    padding: 5px;
    vertical-align: top;
}

.autodatatableLight td.label {
    vertical-align: top;
    padding-top: 10px;
}

.autodatatable {
    border: 1px solid #000000;
    color: #3e3e3e;
}

.autodatatable th {
    font-size: 11px;
    border-bottom: 1px solid #000000;
    background-color: #e3e3e3;
    padding: 5px 15px 5px 5px;
    text-align: left;
}

.autodatatable.rowHighlight tr:hover td {
    background-color: #dbe8ec;
}

.autodatatable td {
    padding: 5px 15px 5px 5px;
    font-size: 11px;
    text-align: left;
}

.autodatatable .row1 td,
.autodatatable .odd td {
    background-color: #f1f1f1;
}

.autodatatable .row2 td,
.autodatatable .even td {
    background-color: #fff;
}

table input[type=text] {
    margin: 4px 0;
}

.autodatatable .adt-ctrl {
    list-style: none;
    margin: 0;
    border-left: 1px solid #aaa;
    padding: 4px 0 0 10px;
    line-height: 1;
}

.autodatatable .adt-ctrl li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0 0 4px;
}

.autodatatable .adt-ctrl-multiline li {
    display: block;
}

.icon-active {
    /*background: url('/images/icon-active.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.icon-inactive {
    /* background: url('/images/icon-inactive.png') 2px 2px no-repeat;*/
    width: 19px;
    height: 19px;
    display: block;
}

.permissionField {
    list-style: none;
    margin: 0;
    padding: 0;
}

.permissionField li {
    margin: 0;
    padding: 2px 0;
}

.permissionField li > ul {
    margin-left: 25px;
}

.permissionField input[type="checkbox"], .permissionField label{
    vertical-align: middle;
}

#user-groups .user-group-title {
    font-weight: bold;
    padding-top: 4px;
    font-size: 14px;
}

#user-groups .user-group-list-label {
    font-weight: bold;
    font-size: 12px;
}

#user-groups .user-group-selected {
    margin: 5px 0 10px 0;
}

#user-groups .user-group-selected li {
    line-height: 1.9;
}

#user-groups .user-group-center {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#user-groups .user-group-selected-label {
    width: 300px;
    float: left;
}

#user-groups .user-group-selected-remove {
    float: right;
}

#user-groups {
    width: 400px;
}

/* [Admin styles] */

.adminContent h2 {
    font-size: 18px !important;
}

.blockIcon {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.blockContent {
    float: left;
    width:220px;
}

/* [Admin login] */

.login-form {
    max-width: 400px;
    margin: 60px auto;
}

.login-form label {
    display: block;
}

.login-form input {
    border: 1px solid #616161;
    width: 388px;
    padding: 5px;
}

.login-form button {
    padding: 10px 15px;
}

/* Admin blocks */

.admin-nav {
    margin: 0 0 20px 0;
}

.admin-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-nav ul li.pull-left {
    margin-right:5px;
}

.admin-nav ul li.pull-right {
    margin-left:5px;
}

.admin-box {
    border-bottom: 8px solid #000;
    background: #FFF;
    padding: 20px;
    min-height: 230px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px -10px #444;
    -moz-box-shadow: 0 10px 20px -10px #444;
    box-shadow: 0 10px 20px -10px #444;
    margin-bottom: 30px;
}

.admin-box h2 {
    color: #000;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.admin-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-box ul li {
    margin: 0 0 10px 0;
}

.admin-box a {
    color: #000;
    text-decoration: none;
}

.admin-box a:hover {
    text-decoration: underline;
}

.admin-box .icon {
    background: #000;
    color: #FFF;
    font-size: 20px;
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    padding: 5px;
    width: 32px;
    text-align: center;
}

.adminCategoryBlock {
    float: left;
    margin: 0 10px 20px 0;
    width: 32%;
}

.adminCategoryBlock .adminCategoryIcon {
    float: left;
}

.adminCategoryBlock .adminCategoryBlockContent {
    float: left;
    margin-left: 13px;
}

.adminCategoryBlock h2 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 52px;
    padding: 0 0 3px 8px;
}


.adminBlock {
    min-height:100px;
    height:auto !important;
}

#adminNavBar {
    list-style: none;
    margin: 0;
    padding:6px 0 12px;
}

#adminNavBar li {
    display: inline;
    padding: 0;
    margin:0 10px 0 0;
}

#adminNavBar li.right {
    float: right;
}

.specialButton {
    display: block;
    border: 1px solid #003;
    background: #03C;
    padding: 5px;
    color: #FFF;
    text-decoration: none;
    float: left;
}

.specialButton:hover {
    color: #FFF;
    text-decoration: none;
    background: #03F;
}

.specialButtonSubmit {
    position: absolute;
    left: -9999px;
}


/* [Photo album] */
#photoList {
    list-style: none;
    margin: 0;
    padding: 0;
}
#photoList li {
    padding: 0;
    float: left;
    margin: 5px;
    position: relative;
    width: 178px;
}
#photoList li .options {
    background: url('/images/white75percent.png') left top repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    display: none;
}
#photoList li:hover .options {
    display: block;
}
#photoList li .options a {
    float: left;
}
#photoList li .cover {
    background: url('/images/white75percent.png') left top repeat;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 168px;
    position: absolute;
    bottom: 5px;
    left: -18px;
    z-index: 10;
    padding: 5px 0;
}
#photoList li a {
    display: block;
    /*background: url('/images/blank.gif') left top repeat;*/
    text-decoration: none;
}
#photoList li a:hover {
    text-decoration: none;
}
#photoList li .thumbnail {
    width: 178px;
}

#photoList2 li{
    padding: 10px;
    margin:0;
}

#global {
    position: relative;
    width: 100%;
    min-width: 960px;
    overflow: hidden;
}

.btn-blue{
    background: #1982d7;
    padding: 6px 20px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-blue:hover{
    text-decoration: none;
}



/*****************************************
 _   _  ___    _____  ___    ___    ___   
( ) ( )(  _`\ (  _  )(  _`\ (  _`\ |  _`\ 
| |_| || (_(_)| (_) || | ) || (_(_)| (_) )
|  _  ||  _)_ |  _  || | | )|  _)_ | ,  / 
| | | || (_( )| | | || |_) || (_( )| |\ \ 
(_) (_)(____/'(_) (_)(____/'(____/'(_) (_)
*******************************************/

#header{
    /*height: 200px;*/
    /*background: #dedede;*/
    /*margin-top: 50px;*/
}

#header .container{
    /*height: 200px;*/
    /*background: rgba(0,0,0,0.1);*/
}

#headerTop{
    background: #323232;
    text-transform: uppercase;
    color: #ffffff;
    height: 50px;
    /*margin-bottom: 25px;*/
    /*position: fixed;*/
}

#header .topSection{
    background: #ffffff;
    padding: 20px;
}
/*#header .topSection img{*/
    /*margin-top: 10px;*/
/*}*/


#headerTop ul li{
    display: inline-block;
    line-height: 50px;
    padding: 0 10px;
}

#headerTop ul li a{
    color: #ffffff;
}

#headerTop ul li ul{
    padding: 0;
}

#headerTop ul li ul li{
    padding: 0 2px;
}

#headerTop .btn-blue:hover{
    color: #23527c;
}

#sidrContainer #sidrMenu{
    font-size: 40px;
    color: #1982d7;
}

#sidr{
    display: none;
}

.sticky{
    position: fixed;
    top: 50px;
}


/**************************************************
 _   _  _____  _   _          ___    _____  ___   
( ) ( )(  _  )( ) ( )        (  _`\ (  _  )|  _`\ 
| `\| || (_) || | | | ______ | (_) )| (_) || (_) )
| , ` ||  _  || | | |(______)|  _ <'|  _  || ,  / 
| |`\ || | | || \_/ |        | (_) )| | | || |\ \ 
(_) (_)(_) (_)`\___/'        (____/'(_) (_)(_) (_)
****************************************************/

#nav-bar-container {

}

#nav-bar {

}

.nav-bar{
    height: 52px;
    background: #1982d7;
    /*z-index: 2;*/
}
.nav-bar ul{
    padding: 0;
}
.nav-bar ul li{
    color: #fff;
    text-align: center;
    line-height: 52px;
    display: inline-block;
    /*width: 159.7px;*/
    width: 139.3px;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
	position: relative;
}
.nav-bar ul li:first-child{
    border: none;
}

.nav-bar ul li a{
    color: #fff;
    display: block;
}

.nav-bar a{
    /*display: block;*/
    /*padding: 10px;*/
    /*background: #6565fe;*/
    /*color: #fff;*/
    /*text-align: center;*/
}

.nav-bar .nav ul{
    list-style: none;
    display: none;
}

.nav-bar .nav:hover > ul{
	display: block;
	position: absolute;
	/*min-width: 163px;*/
	min-width: 142px;
	z-index: 99999;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #1982d7;
	left: 0;
 }

.nav-bar .nav:hover ul.right {
	left: auto;
	right: -1px;
}

.nav-bar .nav ul li {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 5px;
    border-right: none;
    border-bottom: 1px #ffffff solid;
    border-left: none;
}

.nav-bar .nav ul li:last-of-type {
	border-bottom: none;
}

.nav-bar .dropdowns a {
	line-height: 1.5em;
	padding: 6px 0;
	/*font-size: 16px;*/
}

.nav-bar ul li a:hover,
.nav-bar .dropdowns a:hover {
	text-decoration: none;
	color: #23527c;
}

.nav-bar .dropdowns .dropdowns {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #1982d7;
	border-left: 1px solid white;
}

.nav-bar .dropdowns li:hover .dropdowns {
	display: block;
}

#sidr ul li ul li ul li a {
	padding-left: 50px;
}


/*****************************
        ___    _   _  _   _ 
/'\_/`\(  _`\ ( ) ( )( ) ( )
|     || (_(_)| `\| || | | |
| (_) ||  _)_ | , ` || | | |
| | | || (_( )| |`\ || (_) |
(_) (_)(____/'(_) (_)(_____)
******************************/

#menu-container {

}

#menu {

}

/****************************************
 ___    _      _  ___    ___    ___   
(  _`\ ( )    (_)(  _`\ (  _`\ |  _`\ 
| (_(_)| |    | || | ) || (_(_)| (_) )
`\__ \ | |  _ | || | | )|  _)_ | ,  / 
( )_) || |_( )| || |_) || (_( )| |\ \ 
`\____)(____/'(_)(____/'(____/'(_) (_)
*****************************************/



/*************************************************
 ___    _____  _   _  _____  ___    _   _  _____ 
(  _`\ (  _  )( ) ( )(_   _)(  _`\ ( ) ( )(_   _)
| ( (_)| ( ) || `\| |  | |  | (_(_)| `\| |  | |  
| |  _ | | | || , ` |  | |  |  _)_ | , ` |  | |  
| (_( )| (_) || |`\ |  | |  | (_( )| |`\ |  | |  
(____/'(_____)(_) (_)  (_)  (____/'(_) (_)  (_) 
***************************************************/

#content-container {

}

#content {

}

/* Forms */

.form-control,
.ui-slider{
    /*margin-bottom: 10px;*/
}

.form-required{
    color: #c00;
}

.honeypot-textfield{
    position: absolute;
    left: -5000px;
}

.scoresheet-head > div {
	background-color: #1982D7;
	color: white;
	padding: 5px 10px;
}

.scoresheet-head .TAB-label {
	font-size: 15px;
    line-height: 15px !important;
	color: #CCC;
	font-weight: bold;
	/*padding-top: 12px;*/
	display: inline-block;
}

.scoresheet-head .TAB {
	font-weight: bold;
	font-size: 20px;
    line-height: 20px !important;
}

.scoresheet-head .team-name {
	font-size: 20px;
	padding-top: 22px;
}

.scoresheet-head .score {
	font-size: 50px;
	font-weight: bold;
}

#partnerSliderContainer {
	margin: 25px 0;
}

#partnerSliderContainer a {
	display: block;
	width: 335px;
	text-align: center;
	float: left;
}

@media (max-width: 1199px) {
	#partnerSliderContainer a {
		width: 268px;
	}
}

#partnerSliderContainer a img {
	max-width: 100%;
}


/********************************************
 ___    _____  _____  _____  ___    ___   
(  _`\ (  _  )(  _  )(_   _)(  _`\ |  _`\ 
| (_(_)| ( ) || ( ) |  | |  | (_(_)| (_) )
|  _)  | | | || | | |  | |  |  _)_ | ,  / 
| |    | (_) || (_) |  | |  | (_( )| |\ \ 
(_)    (_____)(_____)  (_)  (____/'(_) (_)
**********************************************/

#footer-container {

}

#footer {
    /*height: 200px;*/
    /*background: #dedede;*/
    /*margin-top: 30px;*/
}

.footerTop{
    background: #323232;
    padding: 30px 0;
}
.footerTop ul li{
    color: #ffffff;
    text-transform: uppercase;
    list-style: none;
}
.footerTop ul li a{
    color: #ffffff;
}

.footerTop ul li a:hover {
	text-decoration: none;
	color: #bbb;
}

.footerTop ul{
    margin-left: 30px;
}

.footerBot{
    background: #1982d7;
    height: 33px;
    color: #ffffff;
    font-size: 12px;
    line-height: 33px;
}
.footerBot a{
    color: #ffffff;
}
.footerBot img{
    position: absolute;
    bottom: 0;
    right: -70px;
}
.footerBot .container{
    position: relative;
}

/*#footer .container{*/
    /*height: 200px;*/
    /*background: rgba(0,0,0,0.1);*/
/*}*/

.user-active {
    color: #147a00;
}

.user-inactive {
    color: #807d7c;
}

.user-status {
    font-size: 20px;
    text-align: center;
}

/* ADMIN */
.img-admin-equipe {
    width: 100px;
}

#indexLeftSection{
    padding-right: 0;
}
#indexRightSection .rightSection{
    background: rgba(245, 245, 245, 0.8);
    padding: 20px;
}



.newsSection .newsVedette{
    position: relative;
    /*margin-right: -15px;*/
}
.newsSection .newsVedette .newsVedetteDesc{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
}
.newsSection .newsVedette .titreNews{
    font-size: 22px;
    /*line-height: 56px;*/
    font-weight: 600;
    text-transform: uppercase;
}
.newsSection .newsFour{
    background: #323232;
    padding: 20px 15px 20px 0;
    color: #ffffff;
    overflow: auto;
}
.newsSection .newsFour .titreNews{
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
}
.newsSection .newsFour .news{
    padding-right: 0;
}

.articlesSection{
    background: #ffffff;
    padding: 15px;
}
.articlesSection .title{
    font-size: 22px;
    color: #1982d7;
    font-weight: 600;
    text-transform: uppercase;
}
.articlesSection .article{
    margin-top: 20px;
}
.articlesSection .article img{
    margin-right: 15px;
}


.panelsContainer{
    border: solid 1px #d7d7d7;
    border-top: none;
}

.etoilesSection{
    padding: 30px 15px 15px;
    background: #ffffff;
}
.etoilesSection .nav li a{
    background: #e8e8e8;
    border: solid 1px #d7d7d7;
    border-radius: 0 !important;
    font-size: 16px;
    color: #838383;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 20px;
}
.etoilesSection .nav li:last-child a{
    margin-right: 0;
}
.etoilesSection .nav a:hover{
    color: #1982d7;
    background: #e8e8e8;
}

.etoilesSection .nav .active a{
    background: #f5f5f5;
    color: #1982d7;
    border-bottom-color: #f5f5f5;
}

.etoilesSection .nav .active a:hover{
    background: #f5f5f5;
    color: #1982d7;
}

.etoilesSection #etoilesSemaine{
    background: #f5f5f5;
    padding: 20px;
    overflow: auto;
}
.etoilesSection .player{
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 600;
}
.etoilesSection .player .name{
    color: #1982d7;
    text-transform: uppercase;
}

.etoilesSection .player .name a{
    color: #1982d7;
    text-transform: uppercase;
}

.etoilesSection .player .titre{
    color: #1982d7;
    text-transform: uppercase;
    font-size: 16px;
}
.etoilesSection .player .playerImg{
    margin-right: 15px;
}
.etoilesSection .dateEtoile{
    padding-left: 8px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #1982d7;
    margin-bottom: 15px;
}

.recruMois{
    background: #e8e8e8;
    /*height: 44px;*/
    border: solid 1px #d7d7d7;
    border-top: none;
}

.recruMois .player li{
    display: inline-block;
    line-height: 23px;
    padding: 0 12px;
}

.etoilesSection .dateRecru{
    padding-left: 8px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    /*color: #1982d7;*/
    margin-bottom: 5px;
}

#recrueMois .etoilesCarou .row .player {
	margin: 0 33%;
}

.etoilesSection .etoileRecrue{
    background: #f5f5f5;
    padding: 20px;
    overflow: auto;
}

.etoilesSection .etoile {
	/*background: url('/images/etoile_bg.jpg') left top no-repeat;*/
	background-size: cover;
}

.etoilesSection .recrue {
	/*background: url('/images/recrue_bg.jpg') left top no-repeat;*/
	background-size: cover;
}

.etoilesSection #archives{
    background: #f5f5f5;
    padding: 20px;
}

.sponsorsSection{
    background: #ffffff;
    padding: 35px;
    overflow: auto;
}

.sponsorsSection img{
    margin-right: 60px;
}

#indexRightSection{
    padding-left: 0;
}

.resultats,
.classements {
    background: #ffffff;
    padding: 20px;
}

.resultats .resultat,
.classements .classement {
    background: #f5f5f5;
    padding: 10px 15px;
    margin-bottom: 1px;
    overflow: auto;
    position: relative;
}

.resultats .resultat .team1{
    padding-left: 0;
    z-index: 1;
}
.resultats .resultat .team2{
    padding-right: 0;
    text-align: right;
}

.resultats .scores{
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
}

.resultatsSection .nav a{
    background: #e8e8e8;
    border: solid 1px #d7d7d7;
    border-radius: 0 !important;
    font-size: 16px;
    color: #838383;
    text-transform: uppercase;
    font-weight: 600;
}
.resultatsSection .nav a:hover{
    color: #1982d7;
    background: #e8e8e8;
}

.resultatsSection .nav .active a{
    background: #ffffff;
    color: #1982d7;
    border-bottom-color: #ffffff;
}

.resultatsSection .nav .active a:hover{
    background: #ffffff;
    color: #1982d7;
}

.resultats .btn-blue,
.classements .btn-blue {
    width: 100%;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
}

.videoSection #youtube{
    width: 100%;
}

.optionSet .panel-heading {
	cursor: pointer;
}

.news-container{
    padding-top: 30px;
}

.news-container .news-title h2{
    margin-top: 0;
}

#indexLeftSection .index-left-wrapper{
    height: 100%;
    background: #ffffff;
}

.table-stats th, .table-stats td{
    text-align: center !important;
    vertical-align: middle !important;
    padding: 7px 7px !important;
    border-collapse: collapse;
}

.table-stats th{
    text-transform: uppercase;
}

.boxEquipe{
    text-transform: uppercase;
}

.boxEquipe .equipeName{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.boxEquipe ul{
    padding-left: 0;
    margin-left: -3px;
    margin-right: -3px;
}

.boxEquipe ul li{
    display: inline;
    padding: 3px;
}

.boxEquipe ul li a{
    color: #838383;
}

#navInfoEquipe, #navInfoJoueur{
    margin-top: 20px;
    padding: 0 15px;
}

#navInfoEquipe ul li a, #navInfoJoueur ul li a{
    padding: 4px;
    background: #9B9B9B;
    color: #ffffff;
    font-weight: 600;
    font-size: 10px;
    margin-left: 1px;
}

#navInfoEquipe ul li a:hover, #navInfoJoueur ul li a:hover{
    color: #1982d7;
}

#navInfoEquipe ul .active a, #navInfoJoueur ul .active a{
    background: #ffffff;
    color: #1982d7;
    font-weight: 600;
}

#navInfoEquipe .panelsContainer, #navInfoJoueur .panelsContainer{
    padding: 15px;
}

#navInfoEquipe .panelsContainer .boxJoueur .imgJoueur{
    border: solid 1px #dddddd;
    margin: auto;
}

#navInfoEquipe .panelsContainer .panelSection.stats {
	overflow: auto;
}

.listInfoEquipe, .listInfoJoueur {
	text-transform: uppercase;
}

.listInfoEquipe label{
    width: 160px;
}

.listInfoEquipe label, .listInfoJoueur label{
    color: #A9A9A9;
    font-weight: 400;
}

.listInfoEquipe span, .listInfoJoueur span{
    color: #646464;
    font-weight: 600;
}

.panel-collapsible .panel-heading {
	cursor: pointer;
}

.panel-collapsible .panel-heading .panel-title {
	float: left;
}

.panel-collapsible .panel-collapsible-icon > span {
	float: right;
}

.panel-collapsible.open .panel-collapsible-icon .glyphicon-plus {
	display: none;
}

.panel-collapsible.open .panel-collapsible-icon .glyphicon-minus {
	display: inline;
}

.panel-collapsible.closed .panel-collapsible-icon .glyphicon-plus {
	display: inline;
}

.panel-collapsible.closed .panel-collapsible-icon .glyphicon-minus {
	display: none;
}

.panel-collapsible.closed .panel-body {
	display: none;
}

.headPageJoueur .logoEquipe{
    padding-right: 15px;
}

.headPageJoueur .listInfoJoueur{
    overflow: auto;
	position: relative;
}

.headPageJoueur .listInfoJoueur .addthis_sharing_toolbox,
.headPageEquipe .addthis_sharing_toolbox {
	position: absolute;
	top: 0;
	right: 0;
}

.headPageJoueur .listInfoJoueur label{
    width: 170px;
}

.headPageJoueur .listInfoJoueur .firstList label{
    width: 100px;
}

.blog-img img{
    max-width: 100%;
}

.dateFieldWrapper.nomargin > .form-inline > .form-group {
	margin: 0;
}

thead tr{
    background-color: #D7D7D7;
    color: #191919;
    font-weight: 600;
}

thead tr a{
    color: #191919;
}

thead .tableTitle{
    background-color: #5F5F5F;
    color: #E6E6E6;
    font-weight: 600;
    font-size: 16px;
}

table .total, table .importantColumn{
    color: #000000;
    background-color: #D7D7D7 !important;
    font-weight: 600;
}

table .orderColumn{
    background-color: #AAD2EE;
    font-weight: 600;
}

table .sousTotal{
    font-weight: 600;
}

.searchLetter{
    color: #838383;
    font-weight: 600;
}

.searchLetter:hover{
    cursor: pointer;
    color: #1982d7;
}

.searchLetter.active{
    color: #1982d7;
}

.table-thead-center thead th{
    text-align: center;
    vertical-align: middle !important;
}

.table-center th, .table-center td{
    text-align: center;
    vertical-align: middle !important;
}

.table-bordered>thead>tr>th{
    border-color: #B3B3B3;
}

.table>thead:first-child>tr:first-child>th{
    border-top: solid #B3B3B3 1px;
}

.pp_description{
    position: absolute;
    bottom: 7px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    color: #ffffff;
    padding: 15px;
    display: none !important;
    font-weight: 400 !important;
}

.pp_fade:hover .pp_description{
    display: block !important;
}

#newCommentSection{
    padding-bottom: 50px;
}


@media (min-width: 1200px) {
	.recruMois{
		height: 44px;
	}

	.recruMois .player li{
		line-height: 44px;
	}

	#content{
		padding-right: 0;
	}

	.main-content-wrapper-admin{
		margin-right: 15px;
	}

	#navInfoJoueur ul li a{
		font-size: 10px;
		margin-left: 2px;
	}
}

@media (min-width: 1200px) and (max-width: 1330px) {
	.footerBot img{
		right: 0;
		width: 280px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footerTop ul {
		margin-left: 0px;
	}

	/*.etoilesSection .nav li{*/
		/*width: 2%;*/
	/*}*/
	.etoilesSection .nav li:first-child{
		width: 2%;
	}
	/*.etoilesSection .nav li:last-child{*/
		/*width: 1%;*/
	/*}*/
    .etoilesSection .nav li a{
        margin-right: 6px;
    }

	.footerBot img{
		width: 190px;
		right: -10px;
	}

	.nav-bar ul li{
		/*width: 131px;*/
        width: 114px;
        font-size: 16px;
	}

	.recruMois .player li{
		padding: 0px 30px;
	}

	.recruMois{
		padding-top: 10px;
	}

	.sponsorsSection img{
		margin-right: 19px;
	}

	#content{
		padding-right: 0;
	}

	.main-content-wrapper-admin{
		margin-right: 15px;
	}

	.listInfoEquipe .firstList{
		margin-left: 90px;
	}

	.nav-bar .nav:hover ul{
		/*min-width: 135px;*/
		min-width: 117px;
	}

    #navInfoEquipe ul li a, #navInfoJoueur ul li a{
        padding: 3px 0;
        font-size: 9px;
    }
    #navInfoJoueur ul li a{
        font-size: 9px;
    }

    .scoresheet-head .team-name{
        padding-top: 10px;
    }
}

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

	#navInfoEquipe, #navInfoJoueur{
		padding: 0 10px;
	}

	#navInfoEquipe ul li, #navInfoJoueur ul li{
		width: 0% !important;
	}

	#navInfoEquipe ul li a, #navInfoJoueur ul li a{
        font-weight: 400;
		padding: 3px 2px;
		margin-left: 2px;
        font-size: 8px;
	}

    #navInfoJoueur ul li a{
        /*font-size: 9px;*/
        padding: 2.1px;
    }

	#headerTop ul{
		padding: 0;
	}
	#headerTop ul li{
		padding: 0 4px;
	}


	.nav-bar{
		height: 40px;
	}
	.nav-bar ul li{
		/*width: 99.7px;*/
		/*font-size: 14px;*/
        width: 86.5px;
        font-size: 12px;
		line-height: 40px;
	}

	#indexLeftSection{
		padding-right: 15px;
	}

	.footerTop img{
		width: 290px;
	}
	.footerTop ul {
		margin-left: 0px;
		padding-left: 20px;
	}
	.footerBot img{
		width: 130px;
		right: 0;
	}

	.etoilesSection .nav li:first-child{
		width: 2%;
	}

	.etoilesSection{
		padding: 0;
		background: none;
	}

	.etoilesSection .nav li a{
		background: rgba(232, 232, 232, 0.8);
	}

	.resultatsSection .nav a{
		background: rgba(232, 232, 232, 0.8);
	}

	.recruMois{
		height: 44px;
	}
	.recruMois .player li{
		padding: 0px 8px;
		line-height: 44px;
	}

	.articlesSection{
		margin-bottom: 20px;
	}

	.sponsorsSection img{
		margin-right: 50px;
	}

	.listInfoEquipe .firstList{
		margin-left: 0px;
	}

	.headPageJoueur .listInfoJoueur{
		overflow: visible;
	}

	.nav-bar .nav:hover ul{
		min-width: 103px;
	}

    .scoresheet-head .team-name{
        padding-top: 0;
    }
}

@media (max-width: 767px){
	#recrueMois .etoilesCarou .row .player {
		margin: 0;
	}

	#indexLeftSection{
		padding-right: 15px;
	}

	#headerTop{
		padding: 15px 0 5px;
		height: inherit;
	}
	#headerTop ul{
		padding: 0;
	}
	#headerTop ul li{
		padding: 0 3px;
	}
	#headerTop ul li ul li{
		padding: 0 1px;
	}
	#headerTop .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	#headerTop .btn-blue{
		padding: 6px 4px;
	}

	#header .topSection{
		background: rgba(255, 255, 255, 0.8);
	}

	#backgroundWrapper{
		/*background: url('/images/backgroung_mobile.jpg') center top;*/
		/*background-size: 100%;*/
		/*padding-bottom: 0;*/
	}

	.newsSection .newsVedette .newsVedetteDesc{
		padding: 10px;
		font-size: 12px;
	}
	.newsSection .newsVedette .titreNews{
		font-size: 18px;
	}

	.newsSection .newsFour .titreNews{
		line-height: 0;
		margin-top: 10px;
	}

	.newsFour .news img{
		margin-bottom: 5px;
	}

	.nav-tabs.nav-justified>li{
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified>li>a{
		margin-bottom: 0;
	}

	.nav>li>a{
		padding: 10px;
	}

	.articlesSection .btn-blue {
		width: 100%;
		display: block;
		padding: 15px 20px;
		font-size: 18px;
		margin-top: 20px;
	}

	.articlesSection{
		margin-bottom: 20px;
		overflow: auto;
	}

	.etoilesSection{
		padding: 0;
		background: none;
	}

	.etoilesSection .nav li a{
		background: rgba(232, 232, 232, 0.8);
	}

	.resultatsSection .nav a{
		background: rgba(232, 232, 232, 0.8);
	}

	.etoilesSection .player{
		border-bottom: solid 2px #ffffff;
		padding-bottom: 15px;
		padding-top: 20px;
		overflow: auto;
	}

	.etoilesSection .player:first-child{
		padding-top: 0;
	}

	.etoilesSection .player:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}

	.etoilesSection .player .infoPlayer{
		padding-left: 10px;
		padding-bottom: 15px;
	}

	.sponsorsSection{
		margin-top: 20px;
	}

	.sponsorsSection img{
		margin: 0px auto 20px;
	}
	.sponsorsSection div img{
		margin-bottom: 0px;
	}

	.footerTop{
		font-size: 19px;
	}

	.footerTop a{
		color: #1982d7;
	}

	.footerBot{
		height: inherit;
		line-height: inherit;
		padding: 10px 0;
	}

	.footerBot img{
		bottom: -10px;
		right: 0;
		width: 250px;
	}

	form .searchEquipe{
		padding-right: 0;
	}

	.stop-float-xs{
		float: none !important;
	}

	.float-left-xs{
		float: left !important;
	}

	.listInfoEquipe .firstList{
		margin-left: 0px;
	}

	.headPageJoueur .listInfoJoueur .firstList label{
		width: inherit;
	}
	.headPageJoueur .listInfoJoueur label{
		width: inherit;
		padding-right: 5px;
	}
}

@media (max-width: 641px){
	.footerBot img {

	}
}

@media (max-width: 489px){
    .etoilesSection .nav-tabs.nav-justified>li{
        display: block;
        width: inherit;
    }

    .etoilesSection .nav-tabs.nav-justified>li>a{
        margin: 0 0 5px 0 !important;
    }

    .etoilesSection .player .infoPlayer{
        width: 150px;
    }

    .footerBot img{
        /*display: none;*/
        width: 180px;
        bottom: 44px !important;
        right: 0px;
    }

    .footerTop{
        height: 80px;
    }

    .footerTop .container{
        display: none !important;
    }

    .boxEquipe .logo{
        /*padding-right: 0;*/
        padding-left: 0;
    }

    .listInfoEquipe label{
        width: inherit;
    }

    .headPageEquipe div{
        float: none !important;
        text-align: center;
    }
    .headPageEquipe .logoSection .logoEquipe{
        float: none !important;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 257px) {
	.footerBot img{
		display: none;
	}
}

#goToTop {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 36px;
	line-height: 36px;
	opacity: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	color: white;
	background: #1982D7;
	padding: 10px 11px 10px 13px;
	z-index: 9999;
}

#goToTop.active {
	opacity: .7;
}

#goToTop.active:hover {
	opacity: .9;
}

@media (min-width: 768px) {
	#goToTop {
		display: block;
	}
}

/*
 * publicites
 */

.adslot2 {
	display: block;
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.adslot3 {
	display: block;
	height: 250px;
	width: 100%;
}

.adslot4 {
	display: block;
	height: 600px;
	width: 100%;
}

@media (max-width: 767px) {
	.adslot1 {
		width: 100%;
		display: block;
	}
}

@media (min-width: 768px) {
	.adslot1 {
		display: none;
	}


}

/* columns of same height styles */

/*.row-full-height {*/
    /*height: 100%;*/
/*}*/
/*.col-full-height {*/
    /*height: 100%;*/
    /*vertical-align: top;*/
/*}*/
/*.row-same-height {*/
    /*display: table;*/
    /*width: 100%;*/
     /*fix overflow*/
    /*table-layout: fixed;*/
/*}*/
/*.col-xs-height {*/
    /*display: table-cell;*/
    /*float: none !important;*/
/*}*/

/*@media (min-width: 768px) {*/
    /*.col-sm-height {*/
        /*display: table-cell;*/
        /*float: none !important;*/
    /*}*/
/*}*/
/*@media (min-width: 992px) {*/
    /*.col-md-height {*/
        /*display: table-cell;*/
        /*float: none !important;*/
    /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*.col-lg-height {*/
        /*display: table-cell;*/
        /*float: none !important;*/
    /*}*/
/*}*/