/*PLUGIN classement equipe*/
/*
.n3-classement h2,
.n3-classement .n3-meta {
	display:none;
}
.n3-table {
    width: 100%;
    border-collapse: collapse;
		font-weight:600;
		font-size:14px
  }
.n3-table thead tr th:first-child {
}
.n3-table thead tr th:last-child {
}
 .n3-table thead tr th {
	position: sticky;
    top: 0;
    z-index: 1;
	color:#353376;
	background:#efefef;
	font-size:1.5em;
}
  .n3-table th, .n3-table td {
    border-bottom: 1px solid #35337644;
    padding: .5rem .6rem;
    text-align: center;
    vertical-align: middle
  }
.n3-table tr td:first-child {
    font-size:2.5em;
	font-family:Kallisto;
	font-weight:600;
	color:#353376;
}	
.n3-table tr:nth-child(2n-1) td {
    background:#f9f9f9;
}	
  .n3-team-cell {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: flex-start;
	min-height:81px;
  }
  .n3-team-cell a {
    text-decoration: none;
    color: #353376;
    font-weight: 700;
  }
  .n3-team-logo {
    width: 60px;
	height:auto;
    border-radius: 0px;
  }
  .n3-meta {
    font-size: .85rem;
    color: #6b7280;
    margin: .25rem 0 .75rem
  }
  .n3-source {
    font-size: .8rem;
    color: #9ca3af;
    margin-top: .5rem
  }

/* Badges de série (V/N/D) */
/*
.n3-serie {
  display: inline-flex;
  gap: .25rem
}
.n3-badge {
  display: inline-block;
  min-width: 1.35em;
  padding: .1rem .35rem;
  border-radius: 100%;
  font-weight: 500;
  line-height: 1.3em;
}
.n3-badge--v {
  background: #80a51b;
  color: #ffffff;
}
.n3-badge--n {
  background: #476eac;
  color: #ffffff;
}
.n3-badge--d {
  background: #c00d0d;
  color: #ffffff;
}

.n3-source {
	padding:0 20px;
	line-height:1rem;
	font-weight:400;
}

/*Classement equipe RESUME - Mask colonnes inutiles*/
/*
#classementResume .n3-table {
	font-size:0.7rem;
	line-height:0.85rem;
}

#classementResume .n3-table thead tr th:nth-child(2),
#classementResume .n3-table thead tr th:nth-child(6),
#classementResume .n3-table thead tr th:nth-child(7),
#classementResume .n3-table thead tr th:nth-child(8),
#classementResume .n3-table thead tr th:nth-child(9),
#classementResume .n3-table thead tr th:nth-child(10),
#classementResume .n3-table thead tr th:nth-child(11),
#classementResume .n3-table thead tr th:nth-child(12)
{
    display:none;
}
#classementResume .n3-table thead tr th:nth-child(5)
{
}

#classementResume .n3-table tr td:nth-child(2),
#classementResume .n3-table tr td:nth-child(6),
#classementResume .n3-table tr td:nth-child(7),
#classementResume .n3-table tr td:nth-child(8),
#classementResume .n3-table tr td:nth-child(9),
#classementResume .n3-table tr td:nth-child(10),
#classementResume .n3-table tr td:nth-child(11),
#classementResume .n3-table tr td:nth-child(12){
   display:none;
}	

#classementResume .n3-table tr td:first-child {
  font-size:1.5em;
}

#classementResume .n3-team-logo {
  width: 40px;
	height:auto;
}
*/





