/*
Theme Name: Ya Vamos Viendo
Author: YVV
Description: Plantilla YVV
Version: 1.1
Text Domain: yvv_tema
*/

/************************************************************************
GÉNÉRIQUES */
@import url('https://fonts.googleapis.com/css2?family=Alkatra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
* {
  box-sizing: border-box;
}
body, html {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #333;
  background-color: black;
  font-family: 'Alkatra', cursive;
  overflow-x: hidden;
}
img {
  width: 100%;
  height: auto;
}
a {
  color: white;
  display: block;
  text-decoration: none;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover {
  color: #1e73be;
  text-decoration: none;
}
a.btn {
  width: 100%;
  margin-top: 5px;
  padding: 6px;
  text-align: center;
  font-size: 12px;
}
.btn a {
  color: black;
}
.nbr-parties {
  padding-left: 7px;
}
ul {
  margin: 0;
  padding: 0;
}
.clearfix {
  overflow: auto;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.quote {
  position: relative;
  max-width: 380px;
  margin: 25px auto; 0;
}
.quote .box {
  position: relative;
  padding: 20px;
  padding-top: 35px;
  margin-bottom: 20px;
  background-color: black;
  color: gold;
  box-shadow: -7px 8px 10px 0px rgba( 0, 0, 0, 0.5 );
}
.page-404 .quote .box {
  box-shadow: 5px 8px 10px 0px rgba( 0, 0, 0, 0.5 );
}
.quote .box::after {
    content:'';
    position: absolute;
    top: 100%;
    right: 45px;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 15px black;
    border-left: solid 0px transparent;
    border-right: solid 15px transparent;
    box-shadow: -14px 1px 11px -2px rgba( 0, 0, 0, 0.5 );
}
.quote .box p {
  position: relative;
  padding: 17px;
  margin: 0;
  font-family: 'Bangers', cursive;
  letter-spacing: 2px;
}
.quote .box p .material-symbols-outlined {
  position: absolute;
  top: -10px;
  left: 12px;
}
.quote img {
  float: right;
  width: 80px;
  margin-right: 40px;
  box-shadow: -3px 5px 8px 0px rgba( 0, 0, 0, 0.5 );
}
.fini {
  color: red;
}
/*********************************************************************************
 LOADER
 ********************************************************************************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  z-index: 9999;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}
.loader img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  animation: rotation 1s infinite;
  -webkit-animation: rotation 1s infinite;
}
@keyframes rotation {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0turn);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
.loader.hidden {
  opacity: 0;
  visibility: hidden;
}
/*********************************************************************************
 FIN LOADER
 ********************************************************************************/
.section .container-fluid {
  position: relative;
  z-index: 5;
}
.block-carousel {
  width: 290px;
  max-width: 800px;
  height: 106px;
  max-height: 291px;
  margin: 0 auto 30px;
  box-shadow: 5px 8px 10px 0px rgba( 0, 0, 0, 0.5 );
}
.carousel {
  width: 290px;
  max-width: 800px;
  height: 106px;
  max-height: 291px;
}

.carousel-item {
  transition: transform 2.6s ease-in-out;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .8s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
/************************************************************************
TABLE */
.block-table-head {
  width: 100%;
  padding: 0;
  margin: 0;
}
.block-table-body {
  height: auto;
  width: 100%;
  overflow: auto;
  overflow-x: auto;
  overflow-x: hidden;
}
.yvv-tbl {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  color: inherit;
  font-weight: bold;
  transition: all .3s ease;
  /*border: 1px solid #ddd;*/
}
.yvv-tbl thead {
  background-color: black;
  color: gold;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
.yvv-tbl caption {
  margin: .5em 0 .75em;
}
.yvv-tbl tbody {
  border: none; 
}
.section-temporadas .yvv-tbl tbody {
  border-top: 1px solid #ddd;
}
.yvv-tbl tr {
  border-bottom: 1px solid #ccc;
  height: auto;
}
.page-template-resultados .yvv-tbl tr {
  border-bottom: 4px solid #ccc;
}
.yvv-tbl thead tr:first-child {
  border-bottom: none;  
}
.yvv-tbl th,
.yvv-tbl td {
  padding: .625em;
  text-align: center;
}
.yvv-tbl th {
  letter-spacing: .1em;
  text-transform: uppercase;
}
.yvv-tbl a {
  color: black;
}
.yvv-tbl a:hover {
  color: black;
}
.section-clasificacion .yvv-tbl th {
  color: gold;
}
.yvv-tbl img {
  width: 30px;
  height: auto;
  margin-right: 7px;
  box-shadow: 1px 1px 4px #555;
}
.yvv-tbl .th-joueur,
.yvv-tbl .td-joueur {
  width: 125px;
}
.yvv-tbl .th-pos, .yvv-tbl .td-pos {
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.yvv-tbl .th-joueurs,
.yvv-tbl .td-joueurs {
  width: 70px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.yvv-tbl .td-joueurs a {
  color: black;
}
.yvv-tbl .td-joueurs a:hover {
  color: black;
}
.yvv-tbl .th-pts,
.yvv-tbl .td-pts {
  width: 50px;
  padding-left: 0;
  padding-right: 0;
}
.yvv-tbl .td-pts {
  background-color: black;
  color: gold;
}
.yvv-tbl .th-cg,
.yvv-tbl .td-cg {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}
/*.yvv-tbl .th-pj, .yvv-tbl .td-pj,*/
.yvv-tbl .th-gplus, .yvv-tbl .td-gplus,
.yvv-tbl .th-gmoins, .yvv-tbl .td-gmoins {
  display: none;
}
.titre-reglement {
  text-transform: uppercase;
  font-weight: bold;
}
/************************************************************************
TABLE RESULTATS */
.page-template-resultados .block-table-body {
  /*height: 500px;*/
  height: calc(100vh - 280px);
}
.section-resultados .corps-resultados {
  max-width: 1000px;
}
.yvv-tbl-resultats {
  font-size: 13px;
  border-top: none;
}
.yvv-tbl-resultats .th-jour,
.yvv-tbl-resultats .td-jour {
  width:80px;
  font-size: 10px;
}
.yvv-tbl-resultats .td-jour {
  border-right: 1px solid #ccc;
}
.yvv-tbl-resultats .span-h,
.yvv-tbl-resultats .span-b {
  display: block;
}
.yvv-tbl-resultats .span-b p {
  margin: 0;
}
.yvv-tbl-resultats .span-2 {
  display: block;
}
.yvv-tbl-resultats .th-resultats,
.yvv-tbl-resultats .td-resultats {
  width: 50px;
}
.yvv-tbl-resultats .td-equipes,
.yvv-tbl-resultats .td-resultats {
  padding: 0;
}
.yvv-tbl-resultats .td-equipes p,
.yvv-tbl-resultats .td-resultats p {
  margin: 5px 0 0 0;
  padding: 0;
}
.yvv-tbl-resultats .td-equipes p:last-child,
.yvv-tbl-resultats .td-resultats p:last-child {
  padding-bottom: 5px;
}
.yvv-tbl-resultats .td-equipes p:nth-child(2n):after,
.yvv-tbl-resultats .td-resultats p:nth-child(2n):after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-color: #ccc;
}
.yvv-tbl-resultats .td-equipes p:last-child:after,
.yvv-tbl-resultats .td-resultats p:last-child:after {
  display: none;
}

/************************************************************************
TABLE PICHICHI */
.page-template-pichichi .corps-pichichi {
  max-width: 1000px;
}
.yvv-tbl-pichichi .th-pos, .yvv-tbl-pichichi .td-pos {
  width: 30px;
}
.yvv-tbl-pichichi .th-joueur, .yvv-tbl-pichichi .td-joueur {
  text-align: left;
}
.yvv-tbl-pichichi .th-jouees, .yvv-tbl-pichichi .th-golplus,
.yvv-tbl-pichichi .td-jouees, .yvv-tbl-pichichi .td-golplus {
  width: auto;
}
.yvv-tbl-pichichi .td-golplus {
  line-height: 0.9;
  background-color: black;
  color: gold;
}
.yvv-tbl-pichichi .td-golplus span {
  display: block;
  font-size: 10px;
  text-align: center;
}

/************************************************************************
HEADER */
.header * {
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.background-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: left;
}
.header {
  position: relative;
  height: 370px;
}
.header.height-header {
  height: auto;
}
.height-header + .corps {
  position: relative;
  top: 0px;
}
.corps {
  padding: 0;
}
/************************************************************************
MENU */
.navbar.fixed-top {
  position: relative;
  z-index: 1000;
}
.home .navbar {
  background-color: transparent;
}
.navbar {
  background-color: black;
}
.navbar .link-logo {
  position: relative;
  top: 0;
  left: -5px;
  width: 50px;
}
.navbar button {
  width: auto;
}
.navbar-nav {
  margin: 0 auto;
  text-align: center;
}
.navbar-nav a {
  color: white!important;
}
.navbar-nav a:hover,
.navbar-nav .active a {
  color: gold!important;
}
.dropdown-menu {
  transition: all 0.3s ease!important;
}
.dropdown:hover .dropdown-menu {
  display:block;
}
.dropdown-toggle:after {
  position: relative;
  top: 4px;
}

.navbar-toggler {
  position: absolute;
  top: 10px;
  right: 5%;
  margin: 12.5px 0;
  padding: 0;
  border: 0;
}
.navbar-toggler-home {
  position: relative!important;
  top: auto!important;
  right: auto!important;
  width: 100%!important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
#nav-icon {
  float: right;
  position: relative;
  width: 33px;
  height: 25px;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 51%;
  background-color: gold;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 9px;
}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 18px;
}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 6px;
}
#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 6px;
}
#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 13px;
}
#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 13px;
}

/************************************************************************
BASELINE */
.baseline {
  position: relative;
  padding-top: 0;
  line-height: 35px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: white;
  z-index: 1;
}
.header .baseline .baseline-content {
  margin: 0 auto;
}
.header .baseline .a-header,
.header .baseline .a-header:hover {
  color: white;
}
.header .baseline .baseline-l2 .a-header,
.header .baseline .baseline-l2 .a-header:hover {
    color: gold;
}
.baseline-l1 h1 {
  margin: 5px 0;
  font-size: 20px;
}
.baseline img {
  width: 80px;
  height: 80px;
}
.baseline-l2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 40px;
  color: gold;

  text-shadow: 1px 1px 1px #eaa82a,
    1px 2px 1px #eaa82a,
    1px 3px 1px #eaa82a,
    1px 4px 1px #eaa82a,
    1px 5px 1px #eaa82a,
    1px 6px 1px #eaa82a,
    1px 7px 1px #eaa82a,
    1px 8px 1px #eaa82a,
    1px 9px 1px #eaa82a,
    1px 10px 1px #eaa82a;
}
.baseline-l3 {
  font-size: 16px;
}
/* BASELINE HEADER */
.header .baseline .link-logo {
  width: 80px;
  height: 80px;
  margin: 15px auto;
}

/************************************************************************
SECTIONS */
.section {
  position: relative;
  padding: 0 0 40px;
  background-color: #f2f2f2;
}
.section:before, .section:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: #f2f2f2;
  transform-origin: 0 0;
  transform: skewY(0deg);
}
.section:after {
  background-color: #f2f2f2;
  transform-origin: 100% 0;
  z-index: 1;
}

.section-single-jornadas {
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/************************************************************************
TITRES SECTIONS */
.section-titre {
  margin: 5px auto 0;
  line-height: 15px;
  text-align: center;
}
.section-titre .titre-h1 {
  font-size: 30px;
  margin: 20px auto 15px;
}
.section-titre p {
  margin: 0;
}

/************************************************************************
SECTION INICIO */
.section-inicio .corps-inicio {
  max-width: 1000px;
}
.section-inicio .yvv-portfolio {
  position: relative;
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #aeafb1;
  border-bottom-color: rgb(174, 175, 177);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-shadow: 1px 1px 3px #555;
}
.section-inicio .yvv-portfolio.pos-vert {
  border-bottom: 5px solid #11d511;
}
.section-inicio .yvv-portfolio.pos-noir {
  border-bottom: 5px solid black;
}
.section-inicio .yvv-portfolio.pos-rouge {
  border-bottom: 5px solid red;
}
.section-inicio .yvv-portfolio .desc {
  padding-bottom: 15px;
  text-align: center;
}
.section-inicio .yvv-portfolio .desc h5,
.section-inicio .yvv-portfolio .desc p {
  margin-bottom: 0;
}
.section-inicio .yvv-portfolio .desc p {
  font-size: 12px;
}
.section-inicio .yvv-portfolio .desc h5 {
  margin-top: 5px;
  font-size: 18px;
  color: black;
}
.section-inicio .yvv-portfolio .desc h5 a {
  padding: 5px;
  color: black;
}
.section-inicio .yvv-portfolio .desc h5 a:hover {
  color: gold;
  background-color: black;
}
.section-inicio .yvv-portfolio .campeon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.section-inicio .yvv-portfolio .campeon .fa {
  margin: 0 2px;
  font-size: 12px;
  color: #e6c410;
}
.section-inicio .figure {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.section-inicio .hover-img {
  position: relative;
  text-align: center;
}
.section-inicio .hover-img .figure {
  position: relative;
}
.section-inicio .hover-img .figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.section-inicio .hover-img .figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.section-inicio .cat {
  display: block;
}
.section-inicio .pourcentage-vert {
  color: green;
}
.section-inicio .pourcentage-rouge {
  color: red;
}
/************************************************************************
SECTION JUGADORES */
.section-clasificacion .box-tbl {
    width: 100%;
    height: auto;
    overflow: auto;
}
.section-clasificacion .freeze-table {
    width: 100%;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: none!important;
}
.section-clasificacion .freeze-table thead th {
    background-color: black;
    color: gold;
    z-index: 20;
}
.section-clasificacion .freeze-table th,
.section-clasificacion .freeze-table td {
    padding: 0.625em 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.section-clasificacion .freeze-table tr {
    border-bottom: 1px solid #ccc;
}
.section-clasificacion .freeze-table .fixed-header {
    z-index: 50;
}
.freeze-table .col-pos {
    position: sticky;
    left: 0;
    min-width: 45px!important;
    width: 45px!important;
    padding-left: 8px;
    text-align: left;
}
.freeze-table .col-pos .rang {
  position: relative;
  left: -5px;
}
.freeze-table .nbr-place {
  position: relative;
  top: -3px;
  left: 7px;
  font-size: 8px;
}
.freeze-table .fleche-verte,
.freeze-table .fleche-rouge {
  position: relative;
}
.freeze-table .fleche-verte::after,
.freeze-table .fleche-rouge::after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    width: 0; 
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.freeze-table .fleche-verte::after {
    border-bottom: 5px solid green;
}
.freeze-table .fleche-rouge::after {
    border-top: 5px solid red;
}
.section-clasificacion .freeze-table .col-jugador {
    position: sticky;
    left: 45px;
    min-width: 115px;
    width: 115px;
    padding-left: 2px;
    text-align: left;
    border-right: 1px solid #ccc;
}
.section-clasificacion .corps-classement {
  max-width: 1000px;
}
.freeze-table .col-jugador span {
    display: inline-block;
}
.section-clasificacion .freeze-table .col-bgc {
    background-color: #f2f2f2;
}
.section-clasificacion .freeze-table .col-pts {
    min-width: 52px;
    width: 52px;
    background-color: black!important;
    color: gold!important;
}
.section-clasificacion .freeze-table .col-jugadas,
.section-clasificacion .freeze-table .col-victorias,
.section-clasificacion .freeze-table .col-derrotas,
.section-clasificacion .freeze-table .col-golplus,
.section-clasificacion .freeze-table .col-golmenos,
.section-clasificacion .freeze-table .col-cg {
    min-width: 48px;
    width: 48px;
}
.section-clasificacion .freeze-table .col-fannys,
.section-clasificacion .freeze-table .col-fannysmenos {
    min-width: 34px;
    width: 34px;
}
.section-clasificacion .freeze-table .col-cg,
.section-clasificacion .freeze-table .td-col-cg {
  padding-right: 5px;
  padding-left: 5px;
}

/************************************************************************
SECTION JUGADORES */
.section-jugadores .block-graphiques {
  width: 100%;
  margin: 10px auto;
}
.section-jugadores .vd {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 13px;
  margin-bottom: 5px;
}
.section-jugadores .barre-interne {
  float: left;
  padding: 7px 0;
  text-align: center;
  font-weight: bold;
  height: 30px;
  line-height: 18px;
  font-size: 15px;
}
.section-jugadores .barre-interne.pv {
  background-color: yellowgreen;
}
.section-jugadores .barre-interne.pd {
  background-color: red;
}
.section-jugadores .moyenne {
  padding-top: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.section-jugadores .span-golplus-reales,
.section-jugadores .span-golmoins-reales,
.section-jugadores .span-diff-reales {
  display: block;
}

/************************************************************************
SECTION FANNYS */
.section-fannys .corps-fannys {
  max-width: 1000px;
}
.section-fannys .titre-fannys {
  margin: 0;
  padding: 10px 10px 0 10px;
  width: 130px;
  font-size: 25px;
  background-color: black;
  color: gold;
}
.section-fannys .fannysplus {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.section-fannys .fannysmoins {
  padding-left: 0;
  padding-right: 0;
}
.section-fannys .yvv-tbl-fannys .td-fannysplus {
  line-height: 0.9;
  background-color: black;
  color: gold;
}
.section-fannys .yvv-tbl-fannys .td-fannysmoins {
  line-height: 0.9;
  background-color: black;
  color: gold;
}
/************************************************************************
SECTION TEMPORADAS */
.section-temporadas .titre-h2 {
  width: 100px;
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
  background-color: black;
  color: gold;
  text-align: center;
}
.section-temporadas .yvv-tbl {
  border-top: none;
}
.section-temporadas .block-table-classement {
  margin-bottom: 25px;
}
.section-temporadas .yvv-tbl .th-pj, .section-temporadas .yvv-tbl .td-pj,
.section-temporadas .yvv-tbl .th-victorias, .section-temporadas .yvv-tbl .td-victorias,
.section-temporadas .yvv-tbl .th-perdu, .section-temporadas .yvv-tbl .td-perdu,
.section-temporadas .yvv-tbl .th-fanys, .section-temporadas .yvv-tbl .td-fanys,
.section-temporadas .yvv-tbl .th-gplus, .section-temporadas .yvv-tbl .td-gplus,
.section-temporadas .yvv-tbl .th-gmoins, .section-temporadas .yvv-tbl .td-gmoins {
  display: none;
}
.section-temporadas .yvv-tbl .col-pos {
  padding-right: 0;
}
.section-temporadas .yvv-tbl .col-img {
  padding-left: 0 ;
}
.section-temporadas .yvv-tbl .col-jugador img {
  display: block;
  width: 35px;
  height: auto;
  margin: 0;
}
.single-yvv-cpt-temporadas .btn {
  width: 100px;
}
.single-yvv-cpt-temporadas .btn.prev {
  float: right;
}
.single-yvv-cpt-jornadas .freeze-table .col-pos .rang {
  left: 7px;
}
.tab-wrap {
  transition: 0.3s box-shadow ease;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  margin: 0;
}
.tab {
  display: none;
}
.tab:checked + label {
  background-color: black;
  color: gold;
  cursor: default;
}
.tab:checked + label:hover {
  background-color: black;
  color: gold;
}
.tab + label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  box-sizing: border-box;
  padding: 4px 9px 0;
  font-size: 13px;
}
.tab + label:hover {
  background-color: black;
  color: gold;
}
.tabs-temporadas label {
    margin-bottom: 0;
}
.tab__content {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
}
.tabs-temporadas {
  margin: 0 auto;
  display: block;
}
.tabs-temporadas > * {
  padding: 0 80px;
}
.tabs-temporadas > .tab-wrap {
  padding: 0; /* Si tu veux que .tab-wrap n'ait pas de padding */
}
.tabs-temporadas .col-pos {
    min-width: 25px!important;
    width: 25px!important;
    padding-right: 0;
}
.tabs-temporadas .col-jugador {
    padding-left: 0;
    text-align: left;
}
/************************************************************************
SECTION GALERIE */
.section-galerie .container-fluid.no-padding {
  padding-left: 0!important;
  padding-right: 0!important;
}
.section-galerie .section-titre {
    margin-bottom: 50px;
}
.yvv-galerie {width: 100%; max-width: 500px; height: auto; margin: 0 auto; padding: 0;}

.yvv-galerie #links {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.yvv-galerie #links a {
    flex-basis: calc(100% / 6);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yvv-galerie #links a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.yvv-galerie .blueimp-gallery {
  background-color: rgba(0, 0, 0, .8)!important;
}
.yvv-galerie .slide-content {
  width: 1000px!important;
  height: auto!important;
}
.yvv-galerie .blueimp-gallery .indicator {
    bottom: 10px;
}
.yvv-galerie .blueimp-gallery .indicator li {
    background: #ccc;
}
.yvv-galerie .next, .yvv-galerie .prev {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    font-size: 50px;
    line-height: .5;
    text-align: center;
}
.yvv-galerie .prev {margin-left: 15px}
.yvv-galerie .next {margin-right: 15px;}
.yvv-galerie .next .material-symbols-outlined {
    transform: rotate(-90deg);
}
.yvv-galerie .prev .material-symbols-outlined {
    transform: rotate(90deg);
}
.yvv-galerie .close {
    top: 11px!important;
    left: 15px!important;
    width: 50px;
    height: 50px;
    text-shadow: none;
    opacity: 1!important;
    z-index: 2003!important;
}
.yvv-galerie .play-pause {
    top: 40px!important;
}
.yvv-galerie .close .material-symbols-outlined {
    font-size: 68px;
    z-index: 2000!important;
}
.yvv-galerie .fa {
    color: white;
}
.yvv-galerie .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
    font-size: 50px;
    color: gold;
}
.yvv-galerie .material-symbols-outlined.mplay,
.yvv-galerie .material-symbols-outlined.mpause {
    position: absolute;
    right: 15px;
    bottom: 0;
    transition: opacity .5s;
}
.yvv-galerie .material-symbols-outlined.mplay {opacity: 1;}
.yvv-galerie .material-symbols-outlined.mpause {opacity: 0;}
.yvv-galerie .blueimp-gallery-playing .material-symbols-outlined.mplay {opacity: 0;}
.yvv-galerie .blueimp-gallery-playing .material-symbols-outlined.mpause {opacity: 1;}
.yvv-galerie .blueimp-gallery-display .navbar.fixed-top {
    position: relative!important;
}

/************************************************************************
SINGLE JUGADORES */
.single-yvv-cpt-jugadores .ps-0,
.single-yvv-cpt-jugadores .pe-0 {
  padding: 0;
}
.single-yvv-cpt-jugadores .corps-single {
  max-width: 600px;
}
.single-yvv-cpt-jugadores .section-titre {
  margin-bottom: 5px;
}
.single-yvv-cpt-jugadores .section-titre h1 {
  margin-bottom: 0;
  font-size: 30px;
}
.single-yvv-cpt-jugadores .yvv-tbl tbody {
  border: none;
}
.single-yvv-cpt-jugadores .yvv-tbl.tbl-1 tr,
.single-yvv-cpt-jugadores .yvv-tbl.tbl-2 tr {
  border: none;
}
.single-yvv-cpt-jugadores .yvv-tbl.tbl-3 tbody td {
  padding-top: 2px;
  padding-bottom: 2px;
}
.single-yvv-cpt-jugadores .yvv-tbl.tbl-3 tr:first-child td {
  padding-top: 5px;
}
.single-yvv-cpt-jugadores .yvv-tbl.tbl-3 tr:last-child {
  border: none;
}
.single-yvv-cpt-jugadores .moyenne {
  margin-top: 5px;
  padding: 7px;
  font-size: 16px;
  background-color: black;
  color: gold;
  text-align: center;
}
.single-yvv-cpt-jugadores .block-nav-joueurs {
  margin-top: 10px;
  text-align: center;
}
.single-yvv-cpt-jugadores .block-nav-joueurs a {
  color: black;
}
.single-yvv-cpt-jugadores .block-nav-joueurs a:hover {
  color: black;
}
.single-yvv-cpt-jugadores .btn.link-back {
  width: 127px;
  float: left;
}
.single-yvv-cpt-jugadores .btn.link-forward {
  width: 127px;
  float: right;
}
.single-yvv-cpt-jugadores .block-graphiques {
  width: 100%;
  margin: -6px auto 0;
}
.single-yvv-cpt-jugadores .block-graphiques .vd {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 13px;
  margin-bottom: 5px;
}
.single-yvv-cpt-jugadores .barre-interne {
  position: relative;
  padding: 7px 0;
  text-align: center;
  font-weight: bold;
  height: 30px;
  line-height: 18px;
  font-size: 10px;
}
.single-yvv-cpt-jugadores .barre-interne.pv {
  float: left;
  background-color: yellowgreen;
}
.single-yvv-cpt-jugadores .barre-interne.pd {
  float: right;
  background-color: red;
}
.single-yvv-cpt-jugadores .figure {
  position: relative;
  width: 115px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.single-yvv-cpt-jugadores .hover-img {
  text-align: center;
}
.single-yvv-cpt-jugadores .hover-img .figure {
  position: relative;
}
.single-yvv-cpt-jugadores .hover-img .figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.single-yvv-cpt-jugadores .hover-img .figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.single-yvv-cpt-jugadores .block-campeon * {
  margin: 0;
}
.single-yvv-cpt-jugadores .block-campeon {
  position: absolute;
  width: 100%;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.single-yvv-cpt-jugadores .block-campeon .saisons {
  display: inline-block;
}
.single-yvv-cpt-jugadores .block-campeon .palmares {
  padding: 2px 5px 0 5px;
  position: absolute;
  left: 50%;
  translate: -50%;
  background-color: black;
  color: gold;
}
.single-yvv-cpt-jugadores .block-campeon p {
  font-weight: normal;
}
.single-yvv-cpt-jugadores .block-campeon .palmares .etoiles .fa {
  color: gold;
  margin: 0 3px;
}
.single-yvv-cpt-jugadores .next,
.single-yvv-cpt-jugadores .prev,
.single-yvv-cpt-jornadas .next,
.single-yvv-cpt-jornadas .prev {
  width: 110px;
  font-size: 14px;
}

.page-single-joueurs .figure {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.page-single-joueurs .figure.fading {
  opacity: 0;
}


.single-yvv-cpt-jugadores .next {
  float: left;
}
.single-yvv-cpt-jornadas .next {
  float: right;
}
.single-yvv-cpt-jugadores .prev {
  float: right;
}
.single-yvv-cpt-jornadas .prev {
  float: left;
}
/************************************************************************
SINGLE JORNADAS */
.single-yvv-cpt-jornadas .ps-0 {
  padding-left: 0;
}
.single-yvv-cpt-jornadas .pe-0 {
  padding-right: 0;
}
.single-yvv-cpt-jornadas h2 {
  width: 180px;
  margin: 0;
  padding: 10px;
  font-size: 20px;
  background-color: black;
  color: gold;
}
.single-yvv-cpt-jornadas .h2-single-clasificacion {
  width: 210px;
}
.single-yvv-cpt-jornadas .yvv-tbl {
  border-top: none!important;
}
.single-yvv-cpt-jornadas .block-table-body {
  height: auto;
}
.single-yvv-cpt-jornadas .col-clasificacion table tbody td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.single-yvv-cpt-jornadas .col-clasificacion .col-jugador {
  width: 112px;
}
.single-yvv-cpt-jornadas .btn.link-back {
  float: right;
}
.single-yvv-cpt-jornadas .col-clasificacion {
  margin-top: 25px;
}
.single-yvv-cpt-jornadas .col-clasificacion .th-pos,
.single-yvv-cpt-jornadas .col-clasificacion .td-pos {
  width: 30px;
}
.single-yvv-cpt-jornadas .col-clasificacion .th-joueurs,
.single-yvv-cpt-jornadas .col-clasificacion .td-joueurs {
  width: 70px;
  padding-left: 5px;
}
.single-yvv-cpt-jornadas .col-clasificacion img {
  width: 35px;
  margin-right: 5px;
}
.single-yvv-cpt-jornadas .col-clasificacion .col-golplus,
.single-yvv-cpt-jornadas .col-clasificacion .td-col-golplus,
.single-yvv-cpt-jornadas .col-clasificacion .col-golmenos,
.single-yvv-cpt-jornadas .col-clasificacion .td-col-golmenos,
.single-yvv-cpt-jornadas th.col-cg,
.single-yvv-cpt-jornadas .td-col-cg {
  display: none;
}
.single-yvv-cpt-jornadas .block-nav-jornadas {
  margin-top: 20px;
}
.single-yvv-cpt-jornadas .col-jugador {
  padding-left: 0;
  text-align: left;
}
.single-yvv-cpt-jornadas th.col-pts {
  width: 48px;
}
.single-yvv-cpt-jornadas .td-col-cg {
  width: 40px;
  padding: 0 5px 0 5px;
}
.single-yvv-cpt-jornadas .col-pts {
  background-color: black;
  color: gold;
}
.single-yvv-cpt-jornadas .freeze-table .col-pos {
    min-width: 55px!important;
    width: 55px!important;  
}
.single-yvv-cpt-jornadas .freeze-table .fleche-verte::after,
.single-yvv-cpt-jornadas .freeze-table .fleche-rouge::after {
    top: 12px;
    left: 10px;
}
.single-yvv-cpt-jornadas .freeze-table .nbr-place {
  left: 18px;
  top: -1px;
  font-size: 9px;
}

/************************************************************************
SINGLE TEMPORADAS */
.single-yvv-cpt-temporadas .block-nav-temporadas {
  margin-top: 25px;
}
.single-yvv-cpt-temporadas .block-nav-temporadas .link-forward {
  margin-left: 20px;
}
.single-yvv-cpt-temporadas .block-nav-temporadas .link-next {
  float: right;
  margin-right: 20px;
}
.post-type-archive-yvv-cpt-temporadas .ps-0 {
  padding-left: 0;
}
.post-type-archive-yvv-cpt-temporadas .pe-0 {
  padding-right: 0;
}
/************************************************************************
SECTION VICTORIAS */
.page-template-victorias .corps-victorias {
  max-width: 1000px;
}
.page-template-victorias .tbl-victorias {
  margin-bottom: 20px;
}
.page-template-victorias .th-joueur,
.page-template-victorias .td-joueur {
  text-align: left;
}
.page-template-victorias h2 {
  width: 180px;
  margin: 0;
  padding: 10px;
  font-size: 20px;
  background-color: black;
  color: gold;
}
.page-template-victorias .th-pj,
.page-template-victorias .td-pj {
  display: table-cell;
}
.page-template-victorias .th-pourcentage,
.page-template-victorias .td-pourcentage {
  width: 90px;
  background-color: black;
  color: gold;
}
.page-template-victorias tbody {
  border-right: none;
}
/************************************************************************
PAGE 404 */
.page-404 .block-404 {
  padding: 20px;
  margin-bottom: 50px;
  text-align: center;
  color: gold;
  background-color: black;
  box-shadow: 5px 8px 10px 0px rgba( 0, 0, 0, 0.5 );
}
.page-404 .block-404 h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.page-404 .block-404 p {
  margin-bottom: 0;
  font-family: 'Shantell Sans', cursive;
}
.page-404 .block-table-head {
  margin: 20px 0 0;
}
.page-404 .block-table-head h2 {
  text-align: center;
}
.page-404 .back {
  padding: 20px 20px 1px;
  margin-bottom: 50px;
  text-align: center;
  color: black;
  background-color: gold;
  box-shadow: 5px 8px 10px 0px rgba( 0, 0, 0, 0.5 );
}
.page-404 .back a {
  display: inline-block;
  padding: 0 5px;
  background-color: black;
  color: gold;
}
.page-404 .back a:hover {
  background-color: gold;
  color: black;
  text-decoration: none;
}
/************************************************************************
PODIUM */
.block-podium {
    display: block;
    margin: 0 auto 6%;
    text-align: center;
}
.block-podium .podium {
    width: 85px;
    display: inline-block;
    vertical-align: bottom;
}
.block-podium .podium a {
  color: black;
}
.block-podium .podium img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  box-shadow: 1px 1px 4px #555;
}
.block-podium .podium-nombre {
  margin: 5px 0;
  font-size: 14px;
  text-align: center;
  padding: 0 .5rem;
  text-transform: uppercase;
}
.block-podium .podium-position {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #000000;
  box-shadow: 1px 1px 4px #555;
}
.block-podium .podium-position .span-premier {
  color: #d9b759;
  text-shadow: 2px 2px 4px #000000;
}
.block-podium .podium-position .span-deuxieme {
  color: #a1a1a1;
  text-shadow: 2px 2px 4px #000000;
}
.block-podium .podium-position .span-troisieme {
  color: #ca7345;
  text-shadow: 2px 2px 4px #000000;
}
.block-podium .premier {
    min-height: 130px;
    background: #BF953F;
  background: linear-gradient(to right, #bf953f 0%, #fcf8bA 21%, #d9b759 49%, #fbf5b7 79%, #aa771c 100%);
}
.block-podium .deuxieme {
    min-height: 98px;
  background:-moz-linear-gradient(
    -90deg,
    #dedede,
    #ffffff 16%,
    #dedede 21%,
    #ffffff 24%,
    #454545 27%,
    #dedede 36%,
    #ffffff 45%,
    #ffffff 60%,
    #dedede 72%,
    #ffffff 80%,
    #dedede 84%,
    #a1a1a1
  );
  background:-webkit-linear-gradient(
    -90deg,
    #dedede,
    #ffffff 16%,
    #dedede 21%,
    #ffffff 24%,
    #a1a1a1 27%,
    #dedede 36%,
    #ffffff 45%,
    #ffffff 60%,
    #dedede 72%,
    #ffffff 80%,
    #dedede 84%,
    #a1a1a1
  );
  background:-o-linear-gradient(
    -90deg,
    #dedede,
    #ffffff 16%,
    #dedede 21%,
    #ffffff 24%,
    #a1a1a1 27%,
    #dedede 36%,
    #ffffff 45%,
    #ffffff 60%,
    #dedede 72%,
    #ffffff 80%,
    #dedede 84%,
    #a1a1a1
  );
  background:linear-gradient(
    -90deg,
    #dedede,
    #ffffff 16%,
    #dedede 21%,
    #ffffff 24%,
    #a1a1a1 27%,
    #dedede 36%,
    #ffffff 45%,
    #ffffff 60%,
    #dedede 72%,
    #ffffff 80%,
    #dedede 84%,
    #a1a1a1
  );
}
.block-podium .troisieme {
    min-height: 70px;
  background:-moz-linear-gradient(
    -90deg,
    #ca7345,
    #ffdeca 16%,
    #ca7345 21%,
    #ffdeca 24%,
    #ca7345 27%,
    #ca7345 36%,
    #ffdeca 45%,
    #ffdeca 60%,
    #ca7345 72%,
    #ffdeca 80%,
    #ca7345 84%,
    #732100
  );
  background:-webkit-linear-gradient(
    -90deg,
    #ca7345,
    #ffdeca 16%,
    #ca7345 21%,
    #ffdeca 24%,
    #ca7345 27%,
    #ca7345 36%,
    #ffdeca 45%,
    #ffdeca 60%,
    #ca7345 72%,
    #ffdeca 80%,
    #ca7345 84%,
    #732100
  );
  background:-o-linear-gradient(
    -90deg,
    #ca7345,
    #ffdeca 16%,
    #ca7345 21%,
    #ffdeca 24%,
    #ca7345 27%,
    #ca7345 36%,
    #ffdeca 45%,
    #ffdeca 60%,
    #ca7345 72%,
    #ffdeca 80%,
    #ca7345 84%,
    #732100
  );
  background:linear-gradient(
    -90deg,
    #ca7345,
    #ffdeca 16%,
    #ca7345 21%,
    #ffdeca 24%,
    #ca7345 27%,
    #ca7345 36%,
    #ffdeca 45%,
    #ffdeca 60%,
    #ca7345 72%,
    #ffdeca 80%,
    #ca7345 84%,
    #732100
  );
}

/************************************************************************
FOOTER */
.footer {
  position: relative;
  height: 280px;
}
.footer .baseline {
  padding-top: 30px;
}
.footer .baseline .baseline-content {
  width: 240px;
  margin: 0 auto;
}
.footer .baseline .a-footer:hover {
  color: white;
}
.footer .baseline .baseline-l2 .a-footer,
.footer .baseline .baseline-l2 .a-footer:hover {
  color: gold;
}
.footer .baseline ul {
  margin: 5px auto 0;
  padding: 0;
  line-height: normal;
  text-align: center;
  text-transform: none!important;
  font-size: 12px;
}
.footer .baseline ul li {
  display: inline-block;
  margin: 0 3px;
}
.footer .baseline ul li a {
  text-decoration: none;
}
.footer .baseline ul .active a,
.footer .baseline ul li a:hover {
  color: gold;
}

/* ANIMATE */
.animate__animated.animate__rubberBand {
  --animate-duration: 2s;
}

.yvv-tbl .td-fleche .fleche-verte,
.yvv-tbl .td-fleche .fleche-rouge {
    position: relative;
    top: -1px;
    font-size: 12px;
}
.yvv-tbl .td-fleche .fleche-verte {
    color: green;
}
.yvv-tbl .td-fleche .fleche-verte::after {
    content: '';
    position: absolute;
    top: 7px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: solid 7px green;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    transform: rotate(60deg);
}
.yvv-tbl .td-fleche .fleche-rouge {
    color: red;
}
.yvv-tbl .td-fleche .fleche-rouge::after {
    content: '';
    position: absolute;
    top: 7px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: solid 7px red;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
}
.section-temporadas .corps-temporadas .col-12 {
  padding: 0;
}
.section-temporadas .corps-temporadas {
  max-width: 1000px;
}
.section-temporadas .freeze-table .col-pos {
  position: relative;
  min-width: 35px !important;
  width: 35px !important;
  padding-left: 0px;
  text-align: center;
}
.section-temporadas .freeze-table .rang {
  left: 0;
}
.section-temporadas .freeze-table .col-jugador {
  width: 115px;
  padding-left: 0;
  text-align: left;
}
.section-temporadas .freeze-table .col-jugador img {
  display: inline-block;
  width: 35px;
  margin-right: 8px;
}
.section-temporadas .freeze-table .col-pts {
  width: 50px;
  background-color: black;
  color: gold;
}
.section-temporadas .freeze-table .nbr-place,
.section-temporadas .freeze-table .col-jugadas,
.section-temporadas .freeze-table .col-derrotas,
.section-temporadas .freeze-table .col-golmenos,
.section-temporadas .freeze-table .td-col-golmenos {
  display: none;
}

/************************************************************************
MEDIAS */
@media only screen and (min-width: 498px) {


  .yvv-tbl .th-pts, .yvv-tbl .td-pts,
  .yvv-tbl .th-fanys, .yvv-tbl .td-fanys,
  .yvv-tbl .th-cg, .yvv-tbl .td-cg {
    width: auto;
  }
  .yvv-tbl-resultats .th-resultats,
  .yvv-tbl-resultats .td-resultats {
    width: 80px;
  }
  .yvv-tbl-resultats .th-jour,
  .yvv-tbl-resultats .td-jour {
    width: 80px;
    font-size: inherit;
  }
  .block-carousel {
    width: 468px;
    height: 181px;
  }
  .carousel {
    width: 468px;
    height: 181px;
  }
  .carousel .carousel-inner,
  .carousel .carousel-item,
  .carousel img {
    width: 468px;
    height: 181px;
  }
  /* Page single resultados */
  .page-template-resultados .btn {
    display: block;
  }
}
@media only screen and ( min-width: 560px ) {
  .section-clasificacion .freeze-table .col-jugador {
    border-right: none;
  }
}
@media only screen and (min-width: 576px) {

  .page-template-victorias .no-padding {
    padding: 0 15px;
  }
  .section-temporadas .freeze-table .col-jugador {
    width: 130px;
  }

}
@media only screen and (min-width: 600px) {
  .single-yvv-cpt-jugadores .corps-single {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 767px) {

  a.btn {
    font-size: 20px;
  }
  .container-fluid {
    width: 90%;
  }
  .background-img {
    display: none;
  }
  .header {
    height: 360px;
    background-image: url(img/galerie/background-header-mobil.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center -230px;
  }
  .height-header + .corps {
    top: 0px;
  }
  .header .yvv-logo {
    width: 120px;
    margin-top: 30px;
  }
  .navbar .link-logo {
    left: -17px;
  }
  .baseline {
    line-height: 65px;
  }
  .baseline .baseline-content {
    width: 370px;
  }
  .baseline-l1 h1 {
    font-size: 30px;
    margin: 0;
  }
  .baseline-l2 {
    font-size: 65px;
  }
  .baseline-l3 {
    font-size: 16px;
    line-height: 2;
  }
  .baseline .link-logo {
    margin: 0 auto 15px;
  }
  .corps {
    padding: 0 0 0px;
  }
  .home .corps {
    padding: 0;
  }
  .section-inicio .corps-inicio {
    margin: 0 auto;
  }
  .section-resultados .corps-resultados {
    margin: 0 auto;
  }
  .block-carousel {
    width: 660px;
    height: 241px;
    margin: 0 auto 40px;
  }
  .carousel {
    width: 660px;
    height: 241px;
  }
  .carousel .carousel-inner,
  .carousel .carousel-item,
  .carousel img {
    width: 660px;
    height: 241px;
  }
  .section-titre {
    margin: 20px auto 0;
  }
  .yvv-tbl {
    font-size: inherit;
  }
  .yvv-tbl .th-pos, .yvv-tbl .td-pos {
    width: 50px;
  }
  .yvv-tbl .td-joueurs {
    text-transform: uppercase;
  }
  .yvv-tbl .td-joueur {
    width: 210px;
  }
  .yvv-tbl img {
    width: 55px;
    margin-right: 15px;
  }
  .yvv-tbl .th-pj, .yvv-tbl .td-pj,
  .yvv-tbl .th-gplus, .yvv-tbl .td-gplus,
  .yvv-tbl .th-gmoins, .yvv-tbl .td-gmoins {
    display: table-cell;
  }
  .yvv-tbl .th-fleche, .yvv-tbl .td-fleche {
    width: 50px;
  }
  .yvv-tbl .td-fleche .fleche-verte,
  .yvv-tbl .td-fleche .fleche-rouge {
    top: -3px;
  }
  .freeze-table .nbr-place {
    font-size: 12px;
  }
  .yvv-tbl .th-joueurs, .yvv-tbl .td-joueurs {
    width: 220px;
  }
  .yvv-tbl-resultats .th-resultats,
  .yvv-tbl-resultats .td-resultats {
    width: 100px;
  }
  .yvv-tbl-resultats .th-jour,
  .yvv-tbl-resultats .td-jour {
    width: 95px;
  }
  .single-yvv-cpt-jornadas .ps-0 {
    padding-left: 15px;
  }
  .single-yvv-cpt-jornadas .pe-0 {
    padding-right: 15px;
  }
  .single-yvv-cpt-jornadas .col-clasificacion .col-golplus,
  .single-yvv-cpt-jornadas .col-clasificacion .td-col-golplus,
  .single-yvv-cpt-jornadas .col-clasificacion .col-golmenos,
  .single-yvv-cpt-jornadas .col-clasificacion .td-col-golmenos,
  .single-yvv-cpt-jornadas th.col-cg,
  .single-yvv-cpt-jornadas .td-col-cg {
    display: table-cell;
  }
  .single-yvv-cpt-jornadas .yvv-tbl-resultats .th-jour,
  .single-yvv-cpt-jornadas .yvv-tbl-resultats .td-jour {
    width: 80px!important;
  }
  .single-yvv-cpt-jornadas .freeze-table .col-pos {
      min-width: 65px!important;
      width: 65px!important;  
  }
  .single-yvv-cpt-jornadas .freeze-table .fleche-verte::after,
  .single-yvv-cpt-jornadas .freeze-table .fleche-rouge::after {
      top: 13px;
      left: 11px;
  }
  .single-yvv-cpt-jornadas .freeze-table .nbr-place {
      left: 19px;
      top: -2px;
      font-size: 11px;
  }
  .single-yvv-cpt-jornadas .freeze-table .fleche-verte::after,
  .single-yvv-cpt-jornadas .freeze-table .fleche-rouge::after {
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
  }
  .single-yvv-cpt-jornadas .freeze-table .fleche-verte::after {
      border-bottom: 5px solid green;
  }
  .single-yvv-cpt-jornadas .freeze-table .fleche-rouge::after {
      border-top: 5px solid red;
  }

  .section-jugadores .yvv-portf {
    padding: 20px;
    padding-bottom: 5px;
  }
  .section-jugadores .yvv-portf .img-portf {
    width: 130px;
  }
  .section-clasificacion .corps-classement {
    margin: 0 auto;
  }
  .section-clasificacion .freeze-table .col-pos {
    padding-left: 0;
    text-align: center;
  }
  .section-clasificacion .freeze-table .nbr-place {
    top: -4px;
  }
  .section-clasificacion .freeze-table .col-jugador {
    min-width: 150px;
    width: 150px;
  }
  .section-clasificacion .freeze-table tbody td,
  .section-victorias .freeze-table tbody td,
  .section-pichichi .freeze-table tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .yvv-tbl-pichichi .td-golplus span {
    font-size: 16px;
  }
  .single-yvv-cpt-jornadas .col-clasificacion .col-jugador {
    width: 160px;
  }
  .section-jugadores .yvv-portf .position-portf {
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    line-height: 82px;
    font-size: 31px;
  }
  .section-fannys .corps-fannys {
    margin: 0 auto;
  }
  .section-fannys .fannysplus {
    margin-bottom: 0;
    padding-right: 20px;
  }

  .section-fannys .fannysmoins {
    padding-left: 20px;
  }
  .section-temporadas h2 {
    margin: 15px 0 0;
  }

  /* SINGLE */
  .single-yvv-cpt-jugadores .moyenne {
    font-size: inherit;
  }
  .single-yvv-cpt-jornadas .col-clasificacion .th-pos,
  .single-yvv-cpt-jornadas .col-clasificacion .td-pos {
    width: 40px;
  }
  .single-yvv-cpt-jornadas .col-clasificacion .th-joueurs,
  .single-yvv-cpt-jornadas .col-clasificacion .td-joueurs {
    width: 115px;
  }
  .single-yvv-cpt-jornadas .td-equipes p:nth-child(2n):after,
  .single-yvv-cpt-jornadas .td-resultats p:nth-child(2n):after {
    margin: 0;
  }
  .single-yvv-cpt-jornadas th.col-pts {
    width: auto;
    padding: inherit;
  }
  .single-yvv-cpt-jornadas .col-cg,
  .single-yvv-cpt-jornadas .td-col-cg {
    width: auto;
    padding-left: inherit;
    padding-right: inherit;
  }
  .page-template-victorias .th-pourcentage,
  .page-template-victorias .td-pourcentage {
    width: auto;
  }
  .page-template-victorias .th-joueur,
  .page-template-victorias .td-joueur {
    width: 210px;
  }
  .section-inicio .yvv-portfolio .desc p {
    font-size: 18px;
  }
  .section-inicio .yvv-portfolio .desc h5 {
    font-size: 28px;
  }
  /* TABLE PICHICHI */
  .yvv-tbl-pichichi .th-joueur, .yvv-tbl-pichichi .td-joueur {
    width: 250px;
  }
  .yvv-tbl-pichichi .th-jouees, .yvv-tbl-pichichi .th-golplus,
  .yvv-tbl-pichichi .td-jouees, .yvv-tbl-pichichi .td-golplus {
    width: auto;
  }
  .tab-wrap {
    margin: 0 0 40px;
  }
  .single-yvv-cpt-temporadas .block-nav-temporadas .link-forward {
    margin-left: 0;
  }
  .section-temporadas .corps-temporadas .col-12 {
    padding: 0 15px;
  }
  .single-yvv-cpt-temporadas .block-nav-temporadas .link-next {
    margin-right: 0;
  }
  .section-inicio .yvv-portfolio .campeon .fa {
    font-size: 20px;
  }
  /* PODIUM */
  .block-podium .podium {
    width: 200px;
  }
  .block-podium .podium img {
    width: 120px;
    height: 120px;
  }
  .block-podium .podium-nombre {
    font-size: 22px;
  }
  .block-podium .premier {
    min-height: 200px;
  }
  .block-podium .deuxieme {
    min-height: 150px;
  }
  .block-podium .troisieme {
    min-height: 100px;
  }
  .page-template-victorias .corps-victorias {
    margin: 0 auto;
  }
  .section-temporadas .corps-temporadas {
    margin: 0 auto;
  }
  .page-template-pichichi .corps-pichichi {
    margin: 0 auto;
  }
  .section-temporadas .freeze-table .col-pos {
    min-width: 45px !important;
    width: 45px !important;
  }
  .section-temporadas .freeze-table .col-jugador {
    width: 170px;
  }
  .section-temporadas .freeze-table .col-jugador img {
    /*width: 55px;*/
  }
  .section-temporadas .yvv-tbl .col-jugador img {
    width: 55px;
  }
  .section-temporadas .freeze-table .col-pts {
    width: 80px;
  }
  .section-temporadas .freeze-table .col-jugadas,
  .section-temporadas .freeze-table .col-derrotas,
  .section-temporadas .freeze-table .col-golmenos,
  .section-temporadas .freeze-table .td-col-golmenos {
    display: table-cell;
  }
  .tab + label {
    font-size: 20px;
  }

  /* FOOTER */
  .footer {
    height: 350px;
    background-image: url(img/galerie/background-header-mobil.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  .footer .baseline {
    padding-top: 40px;
  }
  .footer .baseline .baseline-content {
    width: 370px;
  }
  .footer .baseline img {
    margin-bottom: 15px;
  }
  .footer .baseline ul {
    margin: 15px auto 0;
    text-transform: none!important;
    font-size: 16px;
  }

}
@media only screen and (min-width: 792px) {
    
    .yvv-galerie {padding: 0}
    .yvv-galerie .blueimp-gallery-display > .prev,
    .yvv-galerie .blueimp-gallery-display > .next {
      top: 50%;
    }

}

@media only screen and (min-width: 890px) {

  .yvv-tbl-pichichi .th-golplus-reales,
  .yvv-tbl-pichichi .th-moyenne,
  .yvv-tbl-pichichi .td-golplus-reales,
  .yvv-tbl-pichichi .td-moyenne {
    display: table-cell;
  }

}
@media only screen and (min-width: 924px) {
  
  .block-carousel {
    width: 800px;
    height: 291px;
  }
  .carousel {
    width: 800px;
    height: 291px;
  }
  .carousel .carousel-inner,
  .carousel .carousel-item,
  .carousel img {
    width: 800px;
    height: 291px;
  }

}
@media only screen and (min-width: 992px) {

  .header .fixed-top {
    position: fixed;
  }
  .home .navbar.background-color {
    background-color: #927762;
  }
  .navbar .link-logo {
    left: -30px;
  }
  .baseline {
    padding-top: 70px;
  }
  .height-header + .corps {
    top: 70px;
    padding-bottom: 70px;
  }

}
@media only screen and (min-width: 1200px) {

  .single-yvv-cpt-jornadas .col-clasificacion {
    margin-top: 0;
  }
  
}

/************************************************************************
TOURNOIS */
.section-torneos {
    padding: 0 0 40px;
    background-color: #f9f9f9;
}
.section-torneos a,
.section-torneos a:hover {
  color: black;
}
.section-torneos .datos {
    margin-bottom: 15px;
    padding: 0px 25px 0;
}
.section-torneos .datos .titre-datos { margin: 0; }
.section-torneos .datos p { margin:0 }
.section-torneos .container-fluid.torneo {
    margin-bottom: 25px;
    padding:20px 0 20px;
}
.section-torneos .info-torneo p {
    margin: 0.3rem 0;
    font-size: 1rem;
    color: #333;
}
.section-torneos .equipos-rows {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}
.section-torneos .equipos-rows .equipo-card { width: 49%; }
.section-torneos .equipo-card {
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.section-torneos .equipo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.section-torneos .equipo-card p { margin: 0; }
.section-torneos .equipo-card span {
  font-size: 250px;
  width: 250px;
  height: 250px;
}
.section-torneos .equipo-img-wrapper {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.section-torneos .equipo-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-torneos .equipo-nombre {
    font-weight: bold;
    font-size: 1rem;
    color: #222;
    margin-top: 5px;
}

/************************************************************************
TOURNOIS SINGLE */


@media (min-width:767px) {
    /************************************************************************
    TOURNOIS */
    .section-torneos .container-fluid.torneo {
        padding:0 15px 15px;
    }
    .section-torneos .datos {
        padding: 18px 18px 0;
    }
    .section-torneos .equipos-rows {
        gap: 2.6%;
    }
    .section-torneos .equipos-rows .equipo-card {
        width: 23% !important;
    }
    /************************************************************************
    TOURNOIS SINGLE */

}
@media (min-width:1345px) {
    /************************************************************************
    TOURNOIS */
    .section-torneos .equipos-rows.equipos-32,
    .section-torneos .equipos-rows.equipos-16,
    .section-torneos .equipos-rows.equipos-8 {
        gap: 1.7%!important;
    }
    .section-torneos .equipos-rows.equipos-32 .equipo-card,
    .section-torneos .equipos-rows.equipos-16 .equipo-card,
    .section-torneos .equipos-rows.equipos-8 .equipo-card {
        width: 11%!important;
    }
}





.section-torneos .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.section-torneos .bloque-datos {
    margin: 0 auto;
}
.section-torneos .bloque-fotos {
    margin: 0 auto 25px;
}
.section-torneos .bloque-campeon {
    margin: 10px auto 30px;
    text-align: center;
}
.section-torneos .bloque-campeon h2 {
    font-size: 28px;
}
.section-torneos .bloque-campeon .copa {
    display: block;
    font-size: 68px;
}
.section-torneos .bloque-campeon img {
    width: 228px;
}

/* TABLE MATCHS */
.section-torneos .yvv-tbl {
    margin-bottom: 25px;
}
.section-torneos .yvv-tbl:last-child {
    margin-bottom: 40px;
}
.section-torneos .yvv-tbl thead {
    color: white;
}
.section-torneos .yvv-tbl .col-num-matchs {
    width: 27px;
    padding-right: 0;
}
.section-torneos .yvv-tbl .col-img-equipes {
    width: 25px;
    padding-right: 0;
    padding-left: 0;
}
.section-torneos .yvv-tbl .col-img-equipes img {
    width: 25px;
    box-shadow: none;
}
.section-torneos .yvv-tbl.tbl-final tbody .col-img-equipes img {
    display: none;
    box-shadow: none;
}
.section-torneos .yvv-tbl.tbl-final tbody tr:nth-child(-n+2) .col-img-equipes img {
    display: block;
}
.section-torneos .yvv-tbl.tbl-final tbody tr {
    border-bottom: 2px dotted black;
}
.section-torneos .yvv-tbl.tbl-final tbody tr:nth-child(2n+1) {
    border-bottom: 1px solid #ccc;
}
.section-torneos .yvv-tbl .col-equipes { position:relative; }
.section-torneos .yvv-tbl .col-equipes .ganador,
.section-torneos .yvv-tbl .col-equipes .perdedor {
    position: absolute;
    left: 3px;
    top: 14px;
}
.section-torneos .yvv-tbl .col-equipes .ganador::after,
.section-torneos .yvv-tbl .col-equipes .perdedor::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 12px;
}
.section-torneos .yvv-tbl .col-equipes .ganador::after {
    content: '✅';
}
.section-torneos .yvv-tbl .col-equipes .perdedor::after {
    content: '⛔';
}
.section-torneos .yvv-tbl .col-equipes {
    text-align: left!important;
    padding-left: 21px;
    padding-top: 12px;
}
.section-torneos .yvv-tbl .col-scores {
    width: 42px;
    padding-left: 0 !important;
}

/* TABLE CLASIF */
.section-torneos .wrapper {
    width: 100%;
    height: 150px;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
}
.section-torneos .wrapper .yvv-tbl-clasif {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
}
.section-torneos .wrapper .yvv-tbl-clasif thead {
    height: 39px;
}
.section-torneos .wrapper .yvv-tbl-clasif th {
    position: sticky;
    top: 0;
    background-color: black;
    color: white;
    z-index: 5;
}
.section-torneos .wrapper .yvv-tbl-clasif th,
.yvv-tbl-clasif td {
    padding: 0.625em;
    text-align: center;
    box-shadow: inset 0 -1px 0 0 #ccc;
}
.section-torneos .wrapper .yvv-tbl-clasif td:nth-child(1),
.section-torneos .wrapper .yvv-tbl-clasif th:nth-child(1) {
    background: #f2f2f2;
    position: sticky;
    left: 0;
}
.section-torneos .wrapper .yvv-tbl-clasif td:nth-child(2),
.section-torneos .wrapper .yvv-tbl-clasif th:nth-child(2) {
    background: #f2f2f2;
    position: sticky;
    left: 25px;
}
.section-torneos .wrapper .yvv-tbl-clasif tbody tr:nth-child(1) td {
    position: sticky;
    top: 39px;
    background-color: #f2f2f2;
    z-index: 5;
}
.section-torneos .wrapper .yvv-tbl-clasif tbody tr:nth-child(1) td.col {
    z-index: 4;
}
.section-torneos .wrapper .yvv-tbl-clasif th:nth-child(2) {
    background-color: black;
}
.section-torneos .wrapper .yvv-tbl-clasif td:nth-child(3),
.section-torneos .wrapper .yvv-tbl-clasif th:nth-child(3) {
    background: #f2f2f2;
    position: sticky;
    left: 50px;
    box-shadow: inset -1px -1px 0 0 #ccc;
}
.section-torneos .wrapper .yvv-tbl-clasif th:nth-child(n+4) {
    z-index: 4;
}
.section-torneos .wrapper .yvv-tbl-clasif th.col-pos {
    width: 25px;
    text-align: center;
    background-color: black;
}
.section-torneos .wrapper .yvv-tbl-clasif td.col-pos {
    text-align: center;
}
.section-torneos .wrapper .yvv-tbl-clasif th.col-img {
    width: 25px;
    padding-left: 0;
    padding-right: 0;
}
.section-torneos .wrapper .yvv-tbl-clasif td.col-img {
    width: 25px;
    padding-left: 0;
    padding-right: 0;
}
.section-torneos .wrapper .yvv-tbl-clasif .col-img img {
    width: 25px;
    height: auto;
}
.section-torneos .wrapper .yvv-tbl-clasif th.col-eq {
    width: 230px;
    text-align: left;
    background-color: black;
}
.section-torneos .wrapper .yvv-tbl-clasif td.col-eq {
    text-align: left;
    z-index: 4;
}
.section-torneos .wrapper .yvv-tbl-clasif th.col {
    width: 40px;
    text-align: center;
    background-color: black;
}

/* ARBRE */
.section-torneos .container-fluid.container-arbre {
    width: 100%;
}
.section-torneos .bloque-arbre {
    margin: 70px auto 25px;
}
.section-torneos .wrapper-arbre {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    align-items: flex-start;
    justify-content: center;
}

/* BLOCS GAUCHE / CENTRE / DROITE */
.section-torneos .matchs-left,
.section-torneos .matchs-right {
    position: relative;
}
.section-torneos .matchs-left:after,
.section-torneos .matchs-right:after,
.section-torneos .matchs-finale {
    content: '';
    position: absolute;
    background: #ccc;
}

/* TITRES DES TOURS */
.section-torneos .arbre-title {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 14px;
}

/* MATCH */
.section-torneos .yvv-match {
    position: relative;
    width: 240px;
    padding: 8px 12px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.section-torneos .matchs-finale {
    position: relative;
    width:260px;
    margin-bottom: 20px;
}
.section-torneos .matchs-finale:last-child {
    margin-bottom: 0;
}
.section-torneos .matchs-finale::after {
    content: '';
    position: absolute;
    bottom: -21px;
    left: 50%;
    width: 4px;
    height: 20px;
    margin-left: -4px;
    background-color: #ccc;
}
.section-torneos .matchs-finale:last-child::after {
    display: none;
}
.section-torneos .match-1,
.section-torneos .match-2 {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.section-torneos .matchs-finale .match-1,
.section-torneos .matchs-finale .match-2 {
}
.section-torneos .equipe,
.section-torneos .resultat {
    font-weight: bold;
}
.section-torneos .resultat.vencedor {
    color: green;
}
.section-torneos .resultat.perdedor {
    color: red;
}
.section-torneos .arbre-rows .img-campeon {
    width: 150px;
    margin: 0 auto 25px;
}

/* 4 ÉQUIPES */
.section-torneos .arbre-rows-4 .wrapper-arbre {
    gap: 60px;
}
.section-torneos .arbre-rows-4 .bloque-finale.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-4 .bloque-finale.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-4 .bloque-finale.num-match-finale-3 .arbre-title {
    margin-bottom: 14px;
}
.section-torneos .arbre-rows-4 .bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-4 .bloque-right.num-match-finale-1 .arbre-title {
    margin-bottom: 14px;
}
.section-torneos .arbre-rows-4.img .bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-4.img .bloque-right.num-match-finale-1 .arbre-title {
    margin-bottom: 285px;
}

.section-torneos .arbre-rows-4 .bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-4 .bloque-right.num-match-finale-2 .arbre-title {
    margin-bottom: 114px;
}
.section-torneos .arbre-rows-4.img .bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-4.img .bloque-right.num-match-finale-2 .arbre-title {
    margin-bottom: 385px;
}
.section-torneos .arbre-rows-4 .bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-4 .bloque-right.num-match-finale-3 .arbre-title {
    margin-bottom: 214px;
}
.section-torneos .arbre-rows-4.img .bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-4.img .bloque-right.num-match-finale-3 .arbre-title {
    margin-bottom: 485px;
}
.section-torneos .arbre-rows-4 .yvv-match {
    width: 260px;
}
.section-torneos .arbre-rows-4 .matchs-left::after,
.section-torneos .arbre-rows-4 .matchs-right::after {
    top: 37px;
    width: 61px;
    height: 4px;
}
.section-torneos .arbre-rows-4 .matchs-left::after {
    right: -61px;
}
.section-torneos .arbre-rows-4 .matchs-right::after {
    left: -61px;
}

/* 8 ÉQUIPES */
.section-torneos .arbre-rows-8 .wrapper-arbre {
    gap: 60px;
}
.section-torneos .arbre-rows-8 .yvv-match.yvv-match-1 {
    position: relative;
    margin-bottom: 20px;
}
.section-torneos .arbre-rows-8 .bloque-left .yvv-match.yvv-match-1::after,
.section-torneos .arbre-rows-8 .bloque-right .yvv-match.yvv-match-1::after,
.section-torneos .arbre-rows-16 .bloque-left .yvv-match.yvv-match-1::after,
.section-torneos .arbre-rows-16 .bloque-right .yvv-match.yvv-match-1::after {
  content: '';
  position: absolute;
  bottom: -18px;
  width: 4px;
  height: 18px;
  background-color: #ccc;
}
.section-torneos .arbre-rows-8 .bloque-left .yvv-match.yvv-match-1::after {
    right: -1px;
}
.section-torneos .arbre-rows-8 .bloque-right .yvv-match.yvv-match-1::after {
    left: -1px;
}
.section-torneos .arbre-rows-8 .matchs-left::after,
.section-torneos .arbre-rows-8 .matchs-right::after {
    top: 37px;
    width: 61px;
    height: 4px;
}
.section-torneos .arbre-rows-8 .matchs-left::after {
    right: -61px;
}
.section-torneos .arbre-rows-8 .matchs-right::after {
    left: -61px;
}
.section-torneos .arbre-rows-8 .tour-CUARTOS.bloque-left .yvv-match.yvv-match-1::after,
.section-torneos .arbre-rows-8 .tour-CUARTOS.bloque-right .yvv-match.yvv-match-1::after {
  bottom: -22px;
  height: 22px;
}
.section-torneos .arbre-rows-8 .tour-CUARTOS .matchs-right::after {
    top: 88px;
    left: -61px;
}
.section-torneos .arbre-rows-8 .tour-CUARTOS .matchs-left::after {
    top: 88px;
    right: -61px;
}
.section-torneos .arbre-rows-8 .tour-SEMIS.bloque-left .yvv-match.yvv-match-1::after,
.section-torneos .arbre-rows-8 .tour-SEMIS.bloque-right .yvv-match.yvv-match-1::after {
    display: none;
}
.section-torneos .arbre-rows-8 .tour-SEMIS.bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-8 .tour-SEMIS.bloque-right.num-match-finale-1 .arbre-title{
    margin-bottom: 65px;
}
.section-torneos .arbre-rows-8 .bloque-finale.num-match-finale-1 .arbre-title {
    margin-bottom: 65px;
}
.section-torneos .arbre-rows-8.img .bloque-finale.num-match-finale-1 .arbre-title {
    margin-bottom: 14px;
}
.section-torneos .arbre-rows-8 .tour-SEMIS.bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-8 .tour-SEMIS.bloque-right.num-match-finale-2 .arbre-title{
    margin-bottom: 114px;
}
.section-torneos .arbre-rows-8.img .tour-SEMIS.bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-8.img .tour-SEMIS.bloque-right.num-match-finale-1 .arbre-title{
    margin-bottom: 285px;
}
.section-torneos .arbre-rows-8 .tour-CUARTOS.bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-8 .tour-CUARTOS.bloque-right.num-match-finale-2 .arbre-title{
    margin-bottom: 63px;
}
.section-torneos .arbre-rows-8.img .tour-CUARTOS.bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-8.img .tour-CUARTOS.bloque-right.num-match-finale-1 .arbre-title{
    margin-bottom: 234px;
}
.section-torneos .arbre-rows-8.img .tour-SEMIS.bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-8.img .tour-SEMIS.bloque-right.num-match-finale-2 .arbre-title{
    margin-bottom: 385px;
}
.section-torneos .arbre-rows-8.img .tour-CUARTOS.bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-8.img .tour-CUARTOS.bloque-right.num-match-finale-2 .arbre-title{
    margin-bottom: 334px;
}
.section-torneos .arbre-rows-8.img .tour-SEMIS.bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-8.img .tour-SEMIS.bloque-right.num-match-finale-3 .arbre-title{
    margin-bottom: 485px;
}
.section-torneos .arbre-rows-8.img .tour-CUARTOS.bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-8.img .tour-CUARTOS.bloque-right.num-match-finale-3 .arbre-title{
    margin-bottom: 434px;
}

/* 16 ÉQUIPES */
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-right.num-match-finale-1 .arbre-title {
    margin-bottom: 63px;
}
.section-torneos .arbre-rows-16 .tour-SEMIS.bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-16 .tour-SEMIS.bloque-right.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-16 .bloque-finale.num-match-finale-1 .arbre-title {
    margin-bottom: 163px;
}
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-right.num-match-finale-2 .arbre-title {
    margin-bottom: 63px;
}
.section-torneos .arbre-rows-16 .tour-SEMIS.bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-16 .tour-SEMIS.bloque-right.num-match-finale-2 .arbre-title {
    margin-bottom: 163px;
}
.section-torneos .arbre-rows-16 .bloque-finale.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-16 .bloque-finale.num-match-finale-2 .arbre-title {
    margin-bottom: 63px;
}
.section-torneos .arbre-rows-16 .tour-SEMIS.bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-16 .tour-SEMIS.bloque-right.num-match-finale-3 .arbre-title {
    margin-bottom: 214px;
}
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-right.num-match-finale-3 .arbre-title {
    margin-bottom: 114px;
}
.section-torneos .arbre-rows-16 .tour-8F.bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-16 .tour-8F.bloque-right.num-match-finale-3 .arbre-title {
    margin-bottom: 65px;
}
.section-torneos .arbre-rows-16.img .bloque-finale.num-match-finale-1 .arbre-title {
    margin-bottom: 14px;
}
.section-torneos .arbre-rows-16.img .tour-SEMIS.bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-16.img .tour-SEMIS.bloque-right.num-match-finale-1 .arbre-title {
    margin-bottom: 285px;
}
.section-torneos .arbre-rows-16.img .tour-CUARTOS.bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-16.img .tour-CUARTOS.bloque-right.num-match-finale-1 .arbre-title {
    margin-bottom: 185px;
}
.section-torneos .arbre-rows-16.img .tour-8F.bloque-left.num-match-finale-1 .arbre-title,
.section-torneos .arbre-rows-16.img .tour-8F.bloque-right.num-match-finale-1 .arbre-title {
    margin-bottom: 137px;
}
.section-torneos .arbre-rows-16.img .bloque-finale.num-match-finale-2 .arbre-title {
    margin-bottom: 14px;
}
.section-torneos .arbre-rows-16.img .tour-SEMIS.bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-16.img .tour-SEMIS.bloque-right.num-match-finale-2 .arbre-title {
    margin-bottom: 385px;
}
.section-torneos .arbre-rows-16.img .tour-CUARTOS.bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-16.img .tour-CUARTOS.bloque-right.num-match-finale-2 .arbre-title {
    margin-bottom: 285px;
}
.section-torneos .arbre-rows-16.img .tour-8F.bloque-left.num-match-finale-2 .arbre-title,
.section-torneos .arbre-rows-16.img .tour-8F.bloque-right.num-match-finale-2 .arbre-title {
    margin-bottom: 235px;
}
.section-torneos .arbre-rows-16.img .tour-SEMIS.bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-16.img .tour-SEMIS.bloque-right.num-match-finale-3 .arbre-title {
    margin-bottom: 485px;
}
.section-torneos .arbre-rows-16.img .tour-CUARTOS.bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-16.img .tour-CUARTOS.bloque-right.num-match-finale-3 .arbre-title {
    margin-bottom: 385px;
}
.section-torneos .arbre-rows-16.img .tour-8F.bloque-left.num-match-finale-3 .arbre-title,
.section-torneos .arbre-rows-16.img .tour-8F.bloque-right.num-match-finale-3 .arbre-title {
    margin-bottom: 337px;
}
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-left .yvv-match.yvv-match-1::after,
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-right .yvv-match.yvv-match-1::after {
  bottom: -131px;
  height: 131px;
}
.section-torneos .arbre-rows-16 .tour-CUARTOS .matchs-left::after,
.section-torneos .arbre-rows-16 .tour-CUARTOS .matchs-right::after {
  top: 137px;
}
.section-torneos .arbre-rows-16 .tour-SEMIS.bloque-left .yvv-match.yvv-match-1::after,
.section-torneos .arbre-rows-16 .tour-SEMIS.bloque-right .yvv-match.yvv-match-1::after {
  display: none;
}
.section-torneos .arbre-rows-16 .tour-SEMIS .matchs-left::after,
.section-torneos .arbre-rows-16 .tour-SEMIS .matchs-right::after {
  top: 38px;
}
.section-torneos .arbre-rows-16 .bloque-left .yvv-match.yvv-match-1,
.section-torneos .arbre-rows-16 .bloque-right .yvv-match.yvv-match-1,
.section-torneos .arbre-rows-16 .bloque-left .yvv-match.yvv-match-2,
.section-torneos .arbre-rows-16 .bloque-right .yvv-match.yvv-match-2,
.section-torneos .arbre-rows-16 .bloque-left .yvv-match.yvv-match-3,
.section-torneos .arbre-rows-16 .bloque-right .yvv-match.yvv-match-3 {
    margin-bottom: 15px;
}
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-left.num-match-finale-1 .yvv-match-1,
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-right.num-match-finale-1 .yvv-match-1 {
    margin-bottom: 125px;
}

.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-left.num-match-finale-2 .yvv-match.yvv-match-1,
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-right.num-match-finale-2 .yvv-match.yvv-match-1 {
    margin-bottom: 125px;
}
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-left.num-match-finale-3 .yvv-match-1,
.section-torneos .arbre-rows-16 .tour-CUARTOS.bloque-right.num-match-finale-3 .yvv-match-1 {
    margin-bottom: 125px;
}
.section-torneos .arbre-rows-16 .matchs-left::after {
  right: -12px;
}
.section-torneos .arbre-rows-16 .matchs-right::after {
  left: -12px;
}
.section-torneos .arbre-rows-16 .matchs-left::after,
.section-torneos .arbre-rows-16 .matchs-right::after {
  top: 85px;
  width: 12px;
  height: 4px;
}
.section-torneos .arbre-rows-16 .bloque-left .yvv-match.yvv-match-1::after {
    right: -1px;
}
.section-torneos .arbre-rows-16 .bloque-right .yvv-match.yvv-match-1::after {
    left: -1px;
}
.section-torneos .arbre-rows-16 .tour-8F.bloque-left .yvv-match.yvv-match-2,
.section-torneos .arbre-rows-16 .tour-8F.bloque-right .yvv-match.yvv-match-2 {
    margin-bottom: 30px;
}
.section-torneos .matchs-left .yvv-match-1::after,
.section-torneos .matchs-right .yvv-match-1::after,
.section-torneos .matchs-left .yvv-match-2::after,
.section-torneos .matchs-right .yvv-match-2::after,
.section-torneos .matchs-left .yvv-match-3::after,
.section-torneos .matchs-right .yvv-match-3::after,
.section-torneos .matchs-left .yvv-match-4::after,
.section-torneos .matchs-right .yvv-match-4::after {
    content: '';
    position: absolute;
    background: #ccc;
}
.section-torneos .arbre-rows-16 .matchs-left .yvv-match-3::after {
  right: -12px;
}
.section-torneos .arbre-rows-16 .matchs-right .yvv-match-3::after {
  left: -12px;
}
.section-torneos .arbre-rows-16 .matchs-left .yvv-match-3::after,
.section-torneos .arbre-rows-16 .matchs-right .yvv-match-3::after {
  top: 85px;
  width: 12px;
  height: 4px;
}
.section-torneos .arbre-rows-16 .matchs-left .yvv-match-4::after {
  right: -1px;
}
.section-torneos .arbre-rows-16 .matchs-right .yvv-match-4::after {
  left: -1px;
}
.section-torneos .arbre-rows-16 .matchs-left .yvv-match-4::after,
.section-torneos .arbre-rows-16 .matchs-right .yvv-match-4::after {
  bottom: 77px;
  width: 4px;
  height: 18px;
}

/* 32 ÉQUIPES */
.section-torneos .arbre-rows-32 .wrapper-arbre {
    gap: 0;
}
.section-torneos .arbre-rows-32 .yvv-match { width: auto; }
.section-torneos .arbre-rows-32 .tour-8F.bloque-left .arbre-title,
.section-torneos .arbre-rows-32 .tour-8F.bloque-right .arbre-title {
    margin-bottom: 54px;
}
.section-torneos .arbre-rows-32 .tour-CUARTOS.bloque-left .arbre-title,
.section-torneos .arbre-rows-32 .tour-CUARTOS.bloque-right .arbre-title {
    margin-bottom: 150px;
}
.section-torneos .arbre-rows-32 .tour-SEMIS.bloque-left .arbre-title,
.section-torneos .arbre-rows-32 .tour-SEMIS.bloque-right .arbre-title {
    margin-bottom: 343px;
}
.section-torneos .arbre-rows-32 .bloque-finale.num-match-finale-1 .arbre-title {
    margin-bottom: 343px;
}
.section-torneos .arbre-rows-32 .bloque-finale.num-match-finale-2 .arbre-title {
    margin-bottom: 243px;
}
.section-torneos .arbre-rows-32 .bloque-finale.num-match-finale-3 .arbre-title {
    margin-bottom: 143px;
}
.section-torneos .arbre-rows-32.img .bloque-finale.num-match-finale-1 .arbre-title {
    margin-bottom: 72px;
}
.section-torneos .arbre-rows-32.img .bloque-finale.num-match-finale-2 .arbre-title {
    margin-bottom: 14px;
}
.section-torneos .arbre-rows-32.img .tour-SEMIS.bloque-left .arbre-title,
.section-torneos .arbre-rows-32.img .tour-SEMIS.bloque-right .arbre-title {
    margin-bottom: 385px;
}
.section-torneos .arbre-rows-32.img .tour-CUARTOS.bloque-left .arbre-title,
.section-torneos .arbre-rows-32.img .tour-CUARTOS.bloque-right .arbre-title {
    margin-bottom: 203px;
}
.section-torneos .arbre-rows-32.img .tour-8F.bloque-left .arbre-title,
.section-torneos .arbre-rows-32.img .tour-8F.bloque-right .arbre-title {
    margin-bottom: 108px;
}
.section-torneos .arbre-rows-32.img .tour-16F.bloque-left .arbre-title,
.section-torneos .arbre-rows-32.img .tour-16F.bloque-right .arbre-title {
    margin-bottom: 67px;
}
.section-torneos .arbre-rows-32.img .bloque-finale.num-match-finale-3 .arbre-title {
    margin-bottom: 14px;
}
.section-torneos .arbre-rows-32.img .tour-SEMIS.bloque-left .arbre-title,
.section-torneos .arbre-rows-32.img .tour-SEMIS.bloque-right .arbre-title {
    margin-bottom: 485px;
}
.section-torneos .arbre-rows-32.img .tour-CUARTOS.bloque-left .arbre-title,
.section-torneos .arbre-rows-32.img .tour-CUARTOS.bloque-right .arbre-title {
    margin-bottom: 294px;
}
.section-torneos .arbre-rows-32.img .tour-8F.bloque-left .arbre-title,
.section-torneos .arbre-rows-32.img .tour-8F.bloque-right .arbre-title {
    margin-bottom: 200px;
}
.section-torneos .arbre-rows-32.img .tour-16F.bloque-left .arbre-title,
.section-torneos .arbre-rows-32.img .tour-16F.bloque-right .arbre-title {
    margin-bottom: 160px;
}
.section-torneos .arbre-rows-32 .bloque-left .yvv-match-2,
.section-torneos .arbre-rows-32 .bloque-right .yvv-match-2,
.section-torneos .arbre-rows-32 .bloque-left .yvv-match-4,
.section-torneos .arbre-rows-32 .bloque-right .yvv-match-4,
.section-torneos .arbre-rows-32 .bloque-left .yvv-match-6,
.section-torneos .arbre-rows-32 .bloque-right .yvv-match-6 {
    margin-bottom: 30px;
}
.section-torneos .arbre-rows-32 .tour-8F.bloque-left .yvv-match-1,
.section-torneos .arbre-rows-32 .tour-8F.bloque-right .yvv-match-1 {
    margin-bottom: 111px;
}
.section-torneos .arbre-rows-32 .tour-8F.bloque-left .yvv-match-1::after,
.section-torneos .arbre-rows-32 .tour-8F.bloque-right .yvv-match-1::after {
  bottom: -130px;
  width: 4px;
  height: 130px;
}
.section-torneos .arbre-rows-32 .tour-8F.bloque-left .yvv-match-1::after {
  right: -1px;
}
.section-torneos .arbre-rows-32 .tour-8F.bloque-right .yvv-match-1::after {
  left: -1px;
}
.section-torneos .arbre-rows-32 .tour-8F.bloque-left .yvv-match-2,
.section-torneos .arbre-rows-32 .tour-8F.bloque-right .yvv-match-2 {
    margin-bottom: 109px;
}
.section-torneos .arbre-rows-32 .tour-8F.bloque-left .yvv-match-3,
.section-torneos .arbre-rows-32 .tour-8F.bloque-right .yvv-match-3 {
    margin-bottom: 111px;
}
.section-torneos .arbre-rows-32 .tour-8F.bloque-left .yvv-match-3::after,
.section-torneos .arbre-rows-32 .tour-8F.bloque-right .yvv-match-3::after {
  bottom: -130px;
  width: 4px;
  height: 130px;
}
.section-torneos .arbre-rows-32 .tour-8F.bloque-left .yvv-match-3::after {
  right: -1px;
}
.section-torneos .arbre-rows-32 .tour-8F.bloque-right .yvv-match-3::after {
  left: -1px;
}
.section-torneos .arbre-rows-32 .tour-CUARTOS.bloque-left .yvv-match-1,
.section-torneos .arbre-rows-32 .tour-CUARTOS.bloque-right .yvv-match-1 {
    margin-bottom: 300px;
}
.section-torneos .arbre-rows-32 .tour-CUARTOS.bloque-left .yvv-match-1::after,
.section-torneos .arbre-rows-32 .tour-CUARTOS.bloque-right .yvv-match-1::after {
  bottom: -310px;
  width: 4px;
  height: 310px;
}
.section-torneos .arbre-rows-32 .tour-CUARTOS.bloque-left .yvv-match-1::after {
  right: -1px;
}
.section-torneos .arbre-rows-32 .tour-CUARTOS.bloque-right .yvv-match-1::after {
  left: -1px;
}
.section-torneos .campeon-wrapper h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.section-torneos .campeon-wrapper h2 .copa {
    display: block;
    font-size: 50px;
}

@media (min-width:767px) {
    /* TABLE MATCHS */
    .section-torneos .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-torneos .yvv-tbl {
        margin-bottom: 50px;
    }
    .section-torneos .yvv-tbl .col-img-equipes img {
        width: 55px;
    }
    .section-torneos .yvv-tbl .col-num-matchs {
        width: 100px;
    }
    .section-torneos .yvv-tbl .col-img-equipes {
        width: 80px;
        padding-right: 0.625em!important;
    }
    .section-torneos .yvv-tbl .col-equipes {
        text-align: center!important;
        padding-left: 0.625em!important;
    }
    .section-torneos .yvv-tbl .col-equipes .ganador,
    .section-torneos .yvv-tbl .col-equipes .perdedor {
        top: 27px;
        left: -12px;
        margin-left: 0;
    }
    .section-torneos .yvv-tbl .col-equipes .ganador::after,
    .section-torneos .yvv-tbl .col-equipes .perdedor::after {
        font-size: 20px;
    }
    .section-torneos .yvv-tbl.tbl-final .col-equipes .ganador,
    .section-torneos .yvv-tbl.tbl-final .col-equipes .perdedor {
        top: 15px;
    }
    .section-torneos .yvv-tbl.tbl-final tr:nth-child(-n+1) .col-equipes .ganador,
    .section-torneos .yvv-tbl.tbl-final tr:nth-child(-n+2) .col-equipes .perdedor {
        top: 28px;
    }
    .section-torneos .yvv-tbl .col-scores {
        width: 100px;
        padding-left: 0.625em!important;
    }

    /* TABLE CLASIF */
    .section-torneos .wrapper {
        width: 100%;
        height: 375px;
    }
    .section-torneos .wrapper .yvv-tbl-clasif {
        font-size: 20px;
    }
    .section-torneos .wrapper .yvv-tbl-clasif thead {
        height: 55px;
    }
    .section-torneos .wrapper .yvv-tbl-clasif td:nth-child(3),
    .section-torneos .wrapper .yvv-tbl-clasif th:nth-child(3) {
        box-shadow: inset 0 -1px 0 0 #ccc;
    }
    .section-torneos .wrapper .yvv-tbl-clasif tbody tr:nth-child(1) td {
        top: 55px;
    }
    .section-torneos .wrapper .yvv-tbl-clasif th.col-pos {
        width: 55px;
    }
    .section-torneos .wrapper .yvv-tbl-clasif td.col-pos {
        width: 55px;
    }
    .section-torneos .wrapper .yvv-tbl-clasif th.col-img {
        width: 55px;
        padding-left: 0.625em;
        padding-right: 0.625em;
    }
    .section-torneos .wrapper .yvv-tbl-clasif td.col-img img {
        width: 55px;
    }
    .section-torneos .wrapper .yvv-tbl-clasif th.col-eq {
        width: auto;
        text-align: center;
    }
    .section-torneos .wrapper .yvv-tbl-clasif td.col-eq {
        text-align: center;
    }
    .section-torneos .wrapper .yvv-tbl-clasif th.col {
        width: 60px;
        text-align: center;
    }

    /* ARBRE */
}

/* RESPONSIVE */
@media (max-width: 1200px) {

}
