/* Classements top14 */
.classement-top14 td{ font-family: var(--font-secondary); font-size: 1.5rem; color: var(--gray-600); }
.classement-top14 td img{ width: 50px; height:50px; object-fit:contain; margin-right:5px; }
.classement-top14 th,
.classement-top14 td{ text-align: center; }
.classement-top14 th:nth-of-type(2),
.classement-top14 td:nth-of-type(2){ text-align: left; }
.classement-top14 td:nth-of-type(2){ font-family: var(--font-primary); font-weight: 600; font-size: 1rem; white-space: nowrap; }
.classement-top14 td:nth-of-type(n+4){ -webkit-text-stroke-width: 1px; -webkit-text-stroke-color:var(--gray-600); -webkit-text-fill-color: transparent; }
.classement-top14 tr.team-mhr td{ color: var(--tertiary); }
.classement-top14 tr.team-mhr td:nth-of-type(n+4){  -webkit-text-stroke-color:var(--tertiary); }
@media (max-width:1199px){
  .classement-top14 th span { font-size:0px; vertical-align: middle; }
  .classement-top14 th,
  .classement-top14 td { padding: 1rem; }
  .classement-top14 td img { width: 32px; height: 32px; }
}
@media (max-width:991px){
  .classement-top14 th,
  .classement-top14 td { padding:1rem .5rem; }
}
@media (max-width:700px){
  .classement-top14 th:nth-of-type(n+5),
  .classement-top14 td:nth-of-type(n+5){ display: none; }
  .classement-top14 td { font-size: 1.2rem; }
}
@media (max-width:580px){
  .classement-top14 th:nth-of-type(n+4),
  .classement-top14 td:nth-of-type(n+4){ display: none; }
  .classement-top14 td:nth-of-type(2){ white-space:normal }
  .classement-top14 td img { display: none; }
}


/* Classement top14 extrait */
.classement-top14-extrait { width:100%;border: none }
.classement-top14-extrait td{ font-family: var(--font-secondary); font-size: 1.5rem; color:white }
.classement-top14-extrait td img{ width: 32px; height:32px; object-fit:contain; margin-right:5px; }
.classement-top14-extrait td{ text-align: center; border-right: 0 !important; border-bottom: 1px solid #ffffff7d; padding: 1.5rem 1rem; }
.classement-top14-extrait td:nth-of-type(2){ text-align: left; }
.classement-top14-extrait td:nth-of-type(2){ font-family: var(--font-primary); font-weight: 600; font-size: 1rem; white-space: nowrap; }
.classement-top14-extrait td:nth-of-type(3){ -webkit-text-stroke-width: 1px; -webkit-text-stroke-color:white; -webkit-text-fill-color: transparent; }
.classement-top14-extrait tr.team-mhr td{ color: var(--tertiary); }
@media (max-width:991px) {
  .classement-top14-extrait td:nth-of-type(1) { white-space: nowrap; }
  .classement-top14-extrait td:nth-of-type(2) { white-space: normal; }
  .classement-top14-extrait td:nth-of-type(3){ white-space: nowrap; }
  .classement-top14-extrait td img { float: left; }
}
@media (max-width:530px) {
  .classement-top14-extrait td { padding: 1rem 0.5rem; }
  .classement-top14-extrait td:nth-of-type(3){ display: none; }
}

.section-classement.section-cta6 > div > .wp-block-group { max-width: 720px; width: 95%; }
@media (max-width:991px) {
  .section-classement.section-cta6 { flex-direction: column-reverse; }
  .section-classement.section-cta6 .wp-block-cover{ display: none; }
  .section-classement.section-cta6 > div > .wp-block-group { max-width: 100%; width: 100%; }
  .section-classement.section-cta6 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column { flex-basis: 100%!important; }
}