@charset "utf-8";
/* CSS Document */

.no-mobile body {
	/*background:url(../img/bg-header.jpg) no-repeat center top, #eae6da;*/
	margin:0;
	padding:0;
	font-family: "Helvetica Neue", Helvetica,​ Arial,​ sans-serif;
}
.no-mobile .documentMain.container {
    padding-bottom: 0;
    padding-top: 0;
}
.no-mobile .clearfix {
	float: none;
	clear: both;
}
.no-mobile .embedContainer {
    margin-bottom: 0;
}

/* HEADER */

.headhockey {
	background:#fff;
	height: 118px;
}
#header-hockey {
	background-color:#fff;
}
.titrehockey {
	background-color: #b32826;
	border-bottom: 1px solid #881a18;
	color: #fff;
	font-family: "Bitter",serif;
	font-size: 30px;
	padding-bottom: 11px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
.titrehockey sup {
	text-transform:lowercase;
}
.bandeau-shadow {
	background: linear-gradient(to bottom, rgba(0,0,0,0.35), #fff);
	height:5px;
}


/* MENU */
a {
	text-decoration:none !important;
}
#menu-hockey {
	text-decoration:none;
}
#menu-hockey a {
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
	text-decoration: none;
	width: auto;
}
#menu-hockey a#bouton-classement-01 {
	margin-left: 0;
}
#menu-hockey a#bouton-classement-02 {
	margin-left: 1.8%;
	margin-right: 1.8%;
}
#menu-hockey a#bouton-classement-03 {
	margin-right: 0;
}
.btn-classement {
	font-family: "Bitter",serif;
	background: #534245 none repeat scroll 0 0;
	border: 3px solid #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	color: #fff;
	font-size: 25px;
	height: auto;
	padding: 15px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-classement:hover, .btn-classement.active {
	background: #352124;
	text-decoration: none;
	color:#fff;
}
.btn-classement2 {
	background: none repeat scroll 0 0 #BD0F12;
	border-radius: 3px;
	color:#FFF;
	font-family: Arial;
	font-size: 21px;
	height: 35px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	width: 292px;
}
.btn-classement2:hover {
	text-decoration:none;
	background: #740C0E;
	text-decoration: none;
	color:#FFF;
}


/* CONTENT */
.titre-page-hockey {
	font-family: "Bitter",serif;
	fonnt-size:25px;
	text-align:center;
	border-top: 6px solid #b32826;
	border-bottom: 6px solid #b32826;
	margin: 0 0 35px 0;
	padding: 15px;
	text-transform:uppercase;
	color:#b32826;
}
#nav-hockey,
#content-hockey,
#slider-classement-hockey {
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fff;
	padding-bottom: 1px;
}


/* TABLEAU */
#tableau-classement-hockey {
	background-color: #fff;
	height: auto;
	padding-bottom: 25px;
	color:#352124;
	font-weight:bold;
	width:76% !important;
	float:left;
	margin-right:2%;
	text-align:left;
}
.plus{
	position:relative;
}
.plus:before {
	content:"+";
	position:absolute;
	display:block;
	width:100%;
	height:auto;
	margin-left:-25px;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
    cursor: pointer;
}
#example_length,
#example_filter,
#example_info,
#example_paginate
{
	display:none;
}
table.dataTable {
	text-align: center;
}
table.dataTable thead th,
table.dataTable tfoot th  {
	color:#fff;
	font-size: 18px;
    font-weight: normal;
	padding: 25px 18px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}
table.dataTable tfoot th {
	background:#352124;
}
table.dataTable thead .sorting {
    background: url("../img/sort_both.png") no-repeat 90% center, #352124;
}
table.dataTable thead .sorting_asc {
    background: url("../img/sort_asc.png") no-repeat 90% center, #b32826;
}
table.dataTable thead .sorting_desc {
    background: url("../img/sort_desc.png") no-repeat 90% center, #b32826;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: rgba(179,40,38,0.8);
	color:#fff;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: rgba(179,40,38,0.8);
	color:#fff;
}

table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover {
    background-color: rgba(179,40,38,1.00);
	color:#fff;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
    background-color: rgba(179,40,38,1.00);
	color:#fff;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #e8dbdb;
}
table.dataTable tbody tr {
    background-color: #f7f3f3;
}

#tableau-classement-hockey .link-all {
    background: rgba(0, 0, 0, 0) url("../img/arrow-right.png") no-repeat right center;
    color: #352124;
    display: inline-block;
    font-size: 20px;
    margin: 18px 0;
    padding-right: 24px;
}

#tableau-classement-hockey .link-all:hover {
    text-decoration:underline !important;
}

table.dataTable th {
	text-align: center;
}

/* SIDEBAR */

#sidebar-classement-hockey {
	width:21%;
    float: left;
	padding-bottom: 25px;
}
#hockey-box-infos {
    text-align: center;
	padding: 8px 0 0;
}
#box-red {
	background: #b32826;
	border: 3px solid #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	padding: 8px 0 0;
	margin-top: 8px;
}
#hockey-box-infos h3 {
	font-family: "Bitter",serif;
	color: #fff;
	font-size: 25px;
	height: auto;
	padding: 15px 22px;
	text-transform: uppercase;
	margin: 0;
    padding: 6px 8px 15px 8px;
}
#hockey-box-infos h3 span {
    display: block;
    font-size: 20px;
}
#hockey-box-infos h3 .age {
    border-top:1px solid #fff;
	margin-top:10px;
	padding-top:5px;
}

/* SLIDER */

#slideshow .prev,
#slideshow .next { display: none;}
#sContent figcaption {
  padding: 10px;
	font-size: 18px;
  text-align: center;
	margin-bottom: 10px;
	font-family: "Bitter",serif;
	font-weight: 300;
}
#sContent figure img {
	max-width: 100%;
}
@media (min-width:992px) {
.spacing {
  margin-top: -70px; /*on trompe la position des ancres au clic */ /*lié à la taille de figcaption*/
}
#slideshow {
	position: relative;    /*le parent positionné*/
	width: 940px;          /*limite en largeur (1 élément du slideshow)*/
	margin:  20px auto;
	padding: 0;
}
#sContent {
	position: absolute;   /*on sort l'élément du flux*/
	top: 0;               /*on le positionne précisément dans ...*/
	left: 0;              /*l'angle haut gauche de son parent positionné*/
	/*width: 2556px;*/		  /*ou 300% car 3 éléments*/
	width: 300%;		  /*ou 300% car 3 éléments*/
	margin: 0;
	z-index: 10;
	padding: 0;
  /*background: red;*/

	/*CSS3 transition*/
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#sContent figure {
	display: inline-block;      /*on aligne les éléments du slideshow*/
	position: relative;
	margin: 70px 33px 0 33px; /*lié à la taille de figcaption*/
  width: calc(33.33333333333333% - 88px); /*100% divisé par 3 car 3 slide*/
  /* CSS3 effects */
  padding: 11px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0,0,0, 0.15);
}

/* avanced box-shadow */
#sContent figure:before,
#sContent figure:after {
	position: absolute;
	bottom:16px;
	z-index: -10;
	width: 50%;
	height: 20px;
	content: " ";
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0, 0.2), 0 20px 10px rgba(0,0,0, 0.5);
}
#sContent figure:before {
	left:0;
	transform: rotate(-4deg);
}
#sContent figure:after {
	right:0;
	transform: rotate(4deg);
}
.slideshow-container {
  position:relative;
	width: 940px;
	height: 647px; /*limite en hauteur*/
	overflow: hidden; /*on cache ce qui déborde*/
}

#sContent figcaption {
	position: absolute;
  left: 0;
  right: 0;
  top: -70px;
	padding: 20px;
	font-size: 24px;
  margin: 0;
}

#slideshow .next, #slideshow .prev {
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	z-index: 20;
	width: 35px;
  height: 50px;
	text-indent: -99999px;
	overflow: hidden;
}
#slideshow .prev,
#slideshow .next {
	background: rgba(0, 0, 0, 0) url("../img/prev-next.png") no-repeat scroll 0 0;
}
#slideshow .prev {
	left: 0;
}
#slideshow .next {
	background-position: -35px 0;
	right: 0;
}

/* initialisation */
#slideshow .next, #slideshow .prev { display: none; }
#slideshow .next1 { display: block; }

/* Vers 1ère étape */
#s1:target #sContent { left: 0px; }
/*#s1:target #sContent { left: calc(0% + 10px ); }*/ /* -20% pour l'espace entre les slides */
#s1:target .next, #s1:target .prev { display: none; }
#s1:target .next1 { display: block; }

/* Vers 2ème étape */
/*#s2:target #sContent { left: -852px; }*/ /*ou -100%*/
#s2:target #sContent { left: -100%; }
/*#s2:target #sContent { left: calc(-100% - 10px); }*/ /* -20% pour l'espace entre les slides */
#s2:target .next, #s2:target .prev { display: none; }
#s2:target .next2, #s2:target .prev2 { display: block; }

/* Vers 3ème étape */
/*#s3:target #sContent { left: -1704px; }*/ /*ou -200%*/
#s3:target #sContent { left: -200%; }
/*#s3:target #sContent { left: calc(-200% - 10px); }*/ /* -20% pour l'espace entre les slides */
#s3:target .next, #s3:target .prev { display: none; }
#s3:target .prev3 { display: block; }

}


/* FOOTER */
#footer-classement-hockey .sociaux {
	background:#b32826;
	padding: 35px 20px;
}
#footer-classement-hockey .logo {
	float:left;
}
#footer-classement-hockey .twitter {
	float: right;
	background:url("../img/twitter.png") no-repeat left center;
	padding-left: 45px;
	font-size:28px;
	color:#fff;
	height: 41px;
    line-height: 41px;
}

#footer-classement-hockey .twitter:hover {
	color:#000;
	background:url("../img/twitter-hover.png") no-repeat left center;
}

@media only screen and (max-width : 768px) {
	#tableau-classement-hockey {
		width: 100% !important;
		float: none;
	}
	#sidebar-classement-hockey {
		width: 100%;
		float: none;
		padding-bottom: 25px;
	}
	#hockey-box-infos img, #hockey-box-infos #box-red {
		float:left;
	}
	#box-red {
		margin-top: 0;
		margin-left: 25px;
	}
	#footer-classement-hockey .sociaux {
		display:none;
	}
	#nav-hockey .btn-classement {
	  margin-bottom:0;
	}
}

@media only screen and (min-width : 768px) {
	#nav-hockey .nav-justified > li {
	  display: table-cell;
	  width: 1%;
	}
	#nav-hockey .nav-justified > li {
	  float: none;
	}
	#nav-hockey .nav-justified > li > a {
	  display: block;
	  padding: 10px 5px;
	  position: relative;
	}
}

@media only screen and (max-width : 500px) {
	#tableau-classement-hockey {
		font-weight: normal;
	}
	#hockey-box-infos img, #hockey-box-infos #box-red {
		float:none;
	}
	#box-red {
		margin-top: 8px;
		margin-left: 0;
	}
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 8px 0;
	}
	table.dataTable thead th, table.dataTable tfoot th {
		font-size: 1em;
		padding: 10px 4px;
	}
	table.dataTable thead .sorting_asc {
		background: #b32826;
	}
	table.dataTable thead .sorting {
		background: #352124;
	}
}
