.table-default {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .table-default {
    margin-bottom: 45px;
  }
}
.table-default .heading {
  height: 38px;
  line-height: 38px;
  background-color: #3f3f3f;
}
.table-default .heading p {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.4em;
}
.table-default .heading .title-mobile {
  padding-left: 10px;
  padding-top: 12px;
}
.table-default .heading .col_title {
  display: none;
}

.table-default .body .line {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  background: #fff;
}
.table-default .body .line > div {
  padding-left: 10px;
}
.table-default .body .line > div:last-child p {
  margin-bottom: 0;
}
.table-default .body .line > div p {
  color: #3f3f3f;
  font-weight: 400;
  font-size: 1.4em;
  position: relative;
  padding-left: 140px;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.table-default .body .line > div p .label-mobile {
  color: #3f3f3f;
  position: absolute;
  font-weight: 700;
  display: inline-block;
  width: 140px;
  left: 0;
  top: 0;
}
.table-default .body .line .link .link-left,
.table-default .body .line .link .link-right {
  display: block;
  font-size: 1.4em;
}
.table-default .body .line .link .link-left {
  color: #3a83bf;
  padding-bottom: 10px;
}
.table-default .body .line .link .link-right {
  color: #c02544;
}
.table-default .body .line input{
  display: block;
  width: 100%;
  height: 36px;
  border: 2px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-shadow: none;
  box-shadow: none;
  background-color: #ffffff;    
}

@media only screen and (min-width: 1232px) {
  .table-default .heading .title-mobile {
    display: none;
  }
  .table-default .heading .col_title {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
  }
  .table-default .body .line {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .table-default .body .line > div {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
  }
  .table-default .body .line > div p {
    color: #3f3f3f;
    font-weight: 400;
    font-size: 1.4em;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
  }
  .table-default .body .line > div p .label-mobile {
    display: none;
  }
}

/* -------------------------------------- */
/* Spécifier les largeur des colonnes ici */
/* -------------------------------------- */
@media only screen and (min-width: 1232px) {
  .table-game-lineup .heading .c75, 
  .table-game-lineup .body .line .c75 {
    width: 75px;
  } 

  .table-game-lineup .heading .c100, 
  .table-game-lineup .body .line .c100 {
    width: 100px;
  } 

  .table-game-lineup .heading .c150, 
  .table-game-lineup .body .line .c150 {
    width: 150px;
  }    

  .table-game-lineup .heading .c200, 
  .table-game-lineup .body .line .c200 {
    width: 200px;
  } 

  .table-game-lineup .heading .c250, 
  .table-game-lineup .body .line .c250 {
    width: 250px;
  }

  .table-game-lineup .heading .c300, 
  .table-game-lineup .body .line .c300 {
    width: 300px;
  }       
}

/* -------------------------------------- */
/* Toggle button                          */
/* -------------------------------------- */
.toggle{
  display: inline-block;
  height: 34px;
  border: 2px solid #d0d0d0;
  border-radius: 17px;
  margin-left: 140px;
}
.toggle .box{
  display: inline-block;
  height: 100%;
}
.toggle .box_on{
  width: 50px;
}
.toggle .box_na{
  width: 30px;
}
.toggle .box_off{
  width: 50px;
}

.toggle .box label{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
}
.toggle .box input {
  position: absolute;
  opacity: 0;
  width: 25px !important;
}
.toggle .box input + label {
  float:left;
  color: #000;
  cursor: pointer;
}

.toggle .box_on input:checked + label {
  background: #20ba99;  
  color: #ffffff;
}
.toggle .box_na input:checked + label {
  background: #d0d0d0;
}
.toggle .box_off input:checked + label {
  background: #c02543;
  color: #ffffff;
}
@media only screen and (min-width: 1232px) {
  .toggle{
    margin-left: 0px;
  }
}

/* -------------------------------------- */
/* Accordéons                             */
/* -------------------------------------- */
.table-game-lineup .body .group_title{
  padding:5px 10px;
  font-weight: 700;
  font-size: 1.4em;
  line-height:24px;
  text-transform: uppercase;  
}

.table-game-lineup .body .group_title a{
  position:relative;float:right;display:inline-block;padding:0px 30px 0px 0px;margin:0px;height:24px;line-height:24px;color:#fff;font-weight:700;
}

.table-game-lineup .body .group_title a img{
  position:absolute;top:0px;right:0px;height:24px;width:24px;margin:0px;padding:0px;
}

.table-game-lineup .body .group_title_0{
  color:#fff;
  background-color: #20ba99;
}

.table-game-lineup .body .group_title_1{
  color:#fff;
  background-color: #c02543;
}

.table-game-lineup .body .group_title_2{
  color:#fff;
  background-color: #919292;
}

.table-game-lineup .body .group_title_3{
  color:#fff;
  background-color: #5685bc;
}

/* -------------------------------------- */
/* Real table <table>                     */
/* -------------------------------------- */
.std-table{
  border-collapse: collapse;
  border-spacing: 0;
  margin:0px;
}

.std-table th{
  height: 38px;
  line-height: 38px;
  background-color: #3f3f3f;  
  color: #ffffff;
  font-weight: 400;
  font-size: 1.4em;
  padding-left:10px;
  padding-right:10px;
  white-space: nowrap;
}

.std-table tr{
  border-bottom: 1px solid #ddd;
}

.std-table td{
  height: 38px;  
  line-height: 38px;
  background-color: #fff;  
  color: #3f3f3f;;
  font-weight: 400;
  font-size: 1.4em;
  padding-left:10px;
  padding-right:10px;
  white-space: nowrap;
}

/* -------------------------------------- */
/* Calendrier                             */
/* -------------------------------------- */
.table-schedule .team{
  position:relative;
  height:38px;
  width:200px;
  padding-left:40px;
  overflow:hidden;
  font-weight:bold;
}

.table-schedule .team .logo{
  position:absolute;
  top:4px;
  left:4px; 
  height: 30px; 
  width: 30px;
}
.table-schedule .team .logo p{
  border-radius:15px;
  background-color:#3a83bf;
  color:#fff;
  text-align:center;
  line-height: 30px;
  font-weight:bold;
}
.table-schedule .team .logo img{
  position:absolute;
  top:0px;
  left:0px;   
  max-height: 30px; 
  max-width: 30px;  
}
.table-schedule .score{
  text-align:center;
}

.table-schedule .score div{
  line-height:20px;
  text-align:center;
  padding-left:10px;
  padding-right:10px;
}

.table-schedule .score div.default{
  background-color:#3a83bf;
  color:#fff;
}

.table-schedule .score div.win{
  background-color:#20ba99;;
  color:#fff;
}
.table-schedule .score div.loss{
  background-color:#c02543;
  color:#fff;
}
.table-schedule .score div.tie{
  background-color:#f0ad4e;
  color:#fff;
}

.table-schedule .statut_ended{
  color:#3a83bf;
  font-weight:bold;
}