
@font-face {
	font-family: 'Gontserrat-Regular';
    src: url('../fonts/Gontserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.TabClassement
{
	width: 100%;
}
/*Checkbox*/
/* The container */
.contenu {
    display: block;
    position: relative;
    padding-left: 0rem;
	margin-left: 0.2rem;
    margin-bottom: 0.7rem;
    cursor: pointer;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.contenu input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.8rem;
    width: 0.8rem;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contenu:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contenu input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contenu input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contenu .checkmark:after {
    left: 0.25rem;
    top: 0px;
    width: 0.31rem;
    height: 0.8rem;
    border: solid white;
    border-width: 0 0.23rem 0.23rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.TabClassement th
{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #E4E8F0;
}

.TabClassement td
{
	border-bottom: 1px solid #E4E8F0;
}

.AffJoueur
{
	color: #17a2b8;
	font-weight: bold;
}

.TabMatches
{
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #E4E8F0;
}

.TabGrp
{
	width: 100%;
	background-color: white;
	border: .05rem solid #E4E8F0;
}

.TabGrp td
{
	border-bottom: 1px solid #E4E8F0;
	border-top: 1px solid #E4E8F0;
	font-family: "Gontserrat-Regular";
}
.EnteteGrp
{
	text-align: center;
	color: #FF9D80;
	/*#ffd700*/
	/*#bfa100*/
	/*#daa520*/
	font-weight: bold;
	/*border-bottom: 1px solid #E4E8F0;*/
}

.TabPhase
{
	width: 100%;		
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-family: "Gontserrat-Regular";
	border-top: 5px solid #FF9D80; 
	border-bottom: 5px solid #FF9D80;
}

.TabProno
{
	width: 100%;		
	text-align: center;
}

.TabTendance
{
	width: 100%;		
	text-align: center;
}

.TabGrpCol1
{
	min-width: 9rem;
	text-align: left;
	font-weight: bold;	
}

.TabGrpCol
{
	width: 1.23rem;
	text-align: center;
	font-weight: bold;	
}

.TabDateMatch
{
	width: 100%;		
	text-align: left;
	font-weight: bold;
	background-color: white;
	border-bottom: 1px solid #E4E8F0;
}

.spinner {
  margin: 1.25rem auto 0;
  width: 4.375rem;
  text-align: center;
}

.spinner > div {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #E4E8F0;
	/*#0CC2FF*/
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
