@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('/fonts/din-next-lt-pro-regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/din-next-lt-pro-regular.eot?#iefix') format('embedded-opentype'), /* IE6?IE8 */
    url('/fonts/din-next-lt-pro-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/din-next-lt-pro-regular.woff') format('woff'); /* Modern Browsers */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN Next LT Pro Bold';
    src: url('/fonts/din-next-lt-pro-bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/din-next-lt-pro-bold.eot?#iefix') format('embedded-opentype'), /* IE6?IE8 */
    url('/fonts/din-next-lt-pro-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/din-next-lt-pro-bold.woff') format('woff'); /* Modern Browsers */
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
.hidden {
    visibility: hidden;
}
body {
    font-family: 'DIN Next LT Pro', Arial, sans-serif;
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
    font-size: 16px;
    margin: 0;
    color: #000;
}
header {
    text-align: center;
}
.page0 header {
    /*display: none;*/
}
.page0 #header-bottom {
    padding: 0;
}
#header-top {
    display: grid;
    grid-template-columns: 260px auto;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    justify-items: left;
    position: relative;
}
.page0 #header-top {
    height: 80px;
}
#header-top a {
    text-decoration: none;
    display: inline-block;
}
div#app-logo {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 10px;
}
#app-logo-image img {
    height: 100px;
}
#app-logo-text {
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    font-size: 50px;
}
.page0 #app-logo-text {
    background: linear-gradient(90deg, #d5622c, #fccc50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* -webkit-text-stroke: 1px #d5622c; */
    background-clip: text;
    color: transparent;
}
.icon.soccer-ball svg {
    width: 45px;
    height: 45px;
    /* display: inline; */
    margin: 0;
    padding: 0;
    position: relative;
    top: 6px;
}
.icon.soccer-ball svg path {
    /* ici on définit la couleur « courante » du SVG */
    fill: currentColor;
    /* si votre SVG a plusieurs paths avec un fill propre, vous pouvez cibler */
    /* path { fill: currentColor; } ou .st0 { fill: currentColor; } */
}

/* ensuite, n?importe où */
.soccer-ball {
    color: #d5622c;
    display: inline-block;
}
/*.soccer-ball:hover { color: #fccc50; }*/
#league-logo {
    height: 180px;
    position: absolute;
    left: 460px;
    top: -10px;
}
#header-top #league-logo img {
    height: 180px;
}
nav {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 35px;
    /*background-color: white;*/
    text-align: left;
}
#nav-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}
.page0 #nav-btn {
    background: linear-gradient(90deg, #d5622c, #fccc50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* -webkit-text-stroke: 1px #d5622c; */
    background-clip: text;
    color: transparent;
}
#nav-btn i {
    margin-right: 5px;
}
#leagues-nav {
    width: 280px;
    font-family: Arial, sans-serif;
    display: none;
    background-color: #f9f9f9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#leagues-nav.leagues-home-list {
    display: block!important;
}

/* remise à zéro des listes */
#leagues-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#leagues-nav .level1 {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
/* Niveau 1 : catégories */
#leagues-nav .level1 > li {
    color: #fff;
    padding: 10px 10px;
    /* border-radius: 4px; */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 8px;
    background: #fff;
    font-size: 22px;
    /* border: #00000017 1px solid; */
    border-bottom: 0;
    text-transform: uppercase;
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    /* background: linear-gradient(90deg, rgba(0, 0, 97, 1) 0%, rgba(0, 0, 156, 1) 100%); */
    background: linear-gradient(90deg, #d5622c, #fccc50);
    border-bottom: #d5622c 5px solid;
    line-height: 22px;
    height: 40px;
    box-sizing: border-box;
}

/* Premier élément sans marge haute */
#leagues-nav .level1 > li:first-child {
    margin-top: 0;
}

/* Niveau 2 : sous-éléments */
#leagues-nav .level2 {
    margin-top: 0px;
    padding-left: 46px;
    background-color: #fff;
}
.page0 h1 {
    font-size: 30px;
    background: linear-gradient(90deg, #d5622c, #d06431);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* -webkit-text-stroke: 1px #d5622c; */
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.page0 h1 strong {
    text-transform: none;
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
}
.page0 #intro strong {
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
}
.page0 #intro {
    font-size: 18px;
    color: #000000bf;
}
.page0 #main {
    display: block!important;
}
.page0 #main #leagues-nav.leagues-home-list {
    display: block!important;
    width: 100%;
    margin-top: 22px;
}
.page0 #main #leagues-nav .level2 {
    padding-left: 120px;
}
.page0 #main #leagues-nav .level2 li {
    height: 120px;
}
.page0 #main #leagues-nav .level2 div::before {
    width: 100px;
    height: 100px;
    left: -120px;
    top: 11px;
}
#leagues-nav .level2 li {
    margin-top: 0px;
    font-family: 'DIN Next LT Pro', Arial, sans-serif;
}
.page0 #main #leagues-nav .level2 div {
    height: 120px;
    box-sizing: border-box;
    padding-top: 18px;
}
.page0 #main #leagues-nav .level2 div {
    font-size: 40px;
}
.page0 #main #leagues-nav .level2 a span {
    font-size: 28px;
}
#leagues-nav .level2 div {
    display: block;
    text-decoration: none;
    background: #ECF0F1;
    color: #fff;
    padding: 8px 12px;
    /* border-radius: 4px; */
    transition: background 0.3s, color 0.3s;
    position: relative;
    font-size: 20px;
}

#leagues-nav .level2 div::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 46px;
    margin-right: 0px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    position: absolute;
    left: -51px;
}
#leagues-nav .level2 div.league2::before {
    background-image: url('/assets/images/logos_ligues/favicon-ligue1.png');
}
#leagues-nav .level2 div.league2 {
    background: #4ba6dd;
    background: linear-gradient(90deg, rgba(75, 166, 221, 1) 0%, rgba(41, 135, 194, 1) 100%);
    border-left: #d3a953 8px solid;
}
#leagues-nav .level2 div.league2:hover {
    background: #2987C2;
    background: linear-gradient(90deg, rgba(41, 135, 194, 1) 0%, rgba(75, 166, 221, 1) 100%);
    border-left: #2987C2 8px solid;
}
#leagues-nav .level2 div.league4::before {
    background-image: url('/assets/images/logos_ligues/favicon-ligue2.png');
}
#leagues-nav .level2 div.league4 {
    background: #4ba6dd;
    background: linear-gradient(90deg, rgba(75, 166, 221, 1) 0%, rgba(41, 135, 194, 1) 100%);
    border-left: #8d8c9e 8px solid;
}
#leagues-nav .level2 div.league4:hover {
    background: #2987C2;
    background: linear-gradient(90deg, rgba(41, 135, 194, 1) 0%, rgba(75, 166, 221, 1) 100%);
    border-left: #2987C2 8px solid;
}
#leagues-nav .level2 div.league5::before {
    background-image: url('/assets/images/logos_ligues/favicon-plsjq.png');
}
/*#leagues-nav .level2 div.league5 {*/
/*    background: #2d3c91;*/
/*    background: linear-gradient(90deg, rgba(45, 60, 145, 1) 0%, rgba(24, 34, 112, 1) 100%);*/
/*    border-left: #c49d3e 8px solid;*/
/*}*/
/*#leagues-nav .level2 div.league5:hover {*/
/*    background: #182270;*/
/*    background: linear-gradient(90deg, rgba(24, 34, 112, 1) 0%, rgba(45, 60, 145, 1) 100%);*/
/*    border-left: #182270 8px solid;*/
/*}*/
#leagues-nav .level2 div.league5 {
    background: #dab83d;
    background: linear-gradient(90deg, rgba(218, 184, 61, 1) 0%, rgba(178, 142, 20, 1) 100%);
    border-left: #313c98 8px solid;
}
#leagues-nav .level2 div.league5:hover {
    background: #b28e14;
    background: linear-gradient(90deg, rgba(178, 142, 20, 1) 0%, rgba(218, 184, 61, 1) 100%);
    border-left: #b28e14 8px solid;
}
#leagues-nav .level2 div.league1::before {
    background-image: url('/assets/images/logos_ligues/favicon-ldp.png');
}
#leagues-nav .level2 div.league1 {
    background: #334494;
    background: linear-gradient(90deg, rgba(51, 68, 148, 1) 0%, rgba(32, 39, 85, 1) 100%);
    border-left: #8e8d9e 8px solid;
}
#leagues-nav .level2 div.league1:hover {
    background: #202755;
    background: linear-gradient(90deg, rgba(32, 39, 85, 1) 0%, rgba(51, 68, 148, 1) 100%);
    border-left: #202755 8px solid;
}
#leagues-nav .level2 div.league3::before {
    background-image: url('/assets/images/logos_ligues/favicon-tournoi-exp-showcase.png');
}
#leagues-nav .level2 div.league3 {
    background: #d61f36;
    background: linear-gradient(90deg, rgba(214, 31, 54, 1) 0%, rgba(186, 19, 41, 1) 100%);
    border-left: #000000 8px solid;
}
#leagues-nav .level2 div.league3:hover {
    background: #BA1329;
    background: linear-gradient(90deg, rgba(186, 19, 41, 1) 0%, rgba(214, 31, 54, 1) 100%);
    border-left: #BA1329 8px solid;
}
#leagues-nav .level2 a {
    text-decoration: none;
    color: #ffffffdd;
    position: relative;
}
#leagues-nav .level2 a:hover {
    /*text-decoration-style: double;*/
    color: #ffffff;
}
/* Texte secondaire en plus petit */
#leagues-nav .level2 a span {
    display: block;
    font-size: 0.85em;
    color: #ffffffdd;
    margin-top: 2px;
    font-size: 16px;
    text-transform: uppercase;
}
.season_wrapper {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 30px;
}
.season_wrapper a span::before {
    content: "";
    width: 30px;
    /* background-color: #fff; */
    height: 2px;
    display: inline-block;
    position: absolute;
    border-bottom: #fff 2px dashed;
    bottom: -2px;
    opacity: 0.5;
}
.page0 #main .season_wrapper a span::before {
    width: 70px;
    height: 4px;
    bottom: -1px;
    left: 1px;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* 2) Au survol du lien, on anime l?icône */
.season_wrapper a:hover i.fa-futbol {
    display: inline-block;       /* pour que transform fonctionne */
    animation: spin 1.5s linear infinite;
}
/* Effet au survol */
/*#leagues-nav .level2 a:hover {*/
/*    background: #BDC3C7;*/
/*    color: #1A242F;*/
/*}*/

/* (Optionnel) Indiquer l?élément actif */
#leagues-nav .level2 div.active {
    background: #3498DB;
    color: #fff;
}
#header-bottom {
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    text-align: left;
    padding: 20px 0;
}
#header-bottom a {
    text-decoration: none;
    display: inline-block;
}
#league-name {
    text-align: left;
    font-size: 26px;
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    line-height: 31px;
    margin-top: 16px;
    color: #444;
    display: none;
}
h1 em {
    /*display: inline-block;*/
    font-style: normal;
    color:#ffffffdd;
    text-transform: uppercase;
    font-size: 20px;
}
/*h1 {*/
/*    text-align: left;*/
/*    font-size: 28px;*/
/*    line-height: 33px;*/
/*    margin-top: 30px;*/
/*    margin-bottom: 25px;*/
/*}*/
/*h1 span:nth-child(1) {*/
/*    color: #334494;*/
/*    position: relative;*/
/*    line-height: 35px !important;*/
/*    margin-bottom: 10px!important;*/
/*    display: inline-block;*/
/*}*/
/*h1 span:nth-child(1)::after {*/
/*    content: '';*/
/*    background-color: #334494;*/
/*    height: 3px;*/
/*    width: 80px;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    !* border: 0; *!*/
/*    bottom: -6px;*/
/*    margin-bottom: 3px;*/
/*}*/
/*h1 span:nth-child(2),h1 span:nth-child(4) {*/
/*    color: #334494;*/
/*}*/
/*h1 span:nth-child(3) {*/
/*    font-size: 25px;*/
/*    color: #555;*/
/*}*/
/*h1 span:last-child {*/
/*    font-size: 22px;*/
/*    color: #222;*/
/*    text-transform: uppercase;*/
/*}*/
h1 {
    /* facultatif : pour virer le margin par défaut et centrer */
    margin: 0;
    font-size: 1.5rem;
    position: relative;
}

h1 span {
    display: inline-block;
    position: relative;
    /*padding: 0.5em 1em;*/
    padding: 12px 24px 10px 24px;
    margin-right: 0em;
    color: #fff;
    /* ici on crée des bords obliques :
       top-left à 10px, bottom-right à 10px */
    clip-path: polygon(
            10px 0,        /* top-left indent */
            100% 0,        /* top-right */
            calc(100% - 10px) 100%, /* bottom-right indent */
            0 100%         /* bottom-left */
    );
}
.sep {
    display: none;
}
/* exemples de fonds différents */
h1 span:nth-of-type(1) { background: #3498db; }  /* bleu */
h1 span:nth-of-type(1) {
    line-height: 1;
}
h1 span:nth-of-type(3) {
    background: #e74c3c;
    position: relative;
    left: -10px;
}  /* rouge */
h1 span:nth-of-type(5) {
    background: #f1c40f;
    position: relative;
    left: -20px;
}  /* jaune */
h3 {
    margin-bottom: 0px;
}
#main {
    max-width: 1200px;
    width: 100%;
    padding: 0 0px;
    display: inline-block;
    text-align: left;
}
#page1 #main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    margin: 0 auto;
}
h2 {
    /*color: #334494;*/
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
}
.owl-carousel .owl-stage-outer {
    background-color: #fff;
}
.owl-carousel .item {
    box-shadow: unset!important;
}
table.standings {
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-collapse: separate; /* impératif pour border-radius */
    border-spacing: 0;         /* pour que les bordures collent bien */
    border-radius: 4px 4px 0 0;/* top-left, top-right, bottom-right, bottom-left */
    overflow: hidden;          /* cache les coins des cellules qui dépassent */
}
th, td {
    padding: 10px 12px;
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
}
th {
    color: #fff; text-transform: uppercase; font-size: 14px;
}
tr:nth-child(even) {
    background: #fff;
}
tr:hover           {
    /*background: #e8f0fb;*/
}
.rank             {             font-family: 'DIN Next LT Pro Bold', Arial, sans-serif; color: #334494; }
.standing-club-logo,.result-club-logo,.player-club-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: inline-block;
}
.result-club-logo,.player-club-logo {
    width: 30px;
    height: 30px;
}
.standing-club-logo img,.result-club-logo img,.player-club-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#standingNotes {
    margin-top: 15px;
    padding: 8px 10px 5px 10px;
    width: 100%;
    box-sizing: border-box;
    min-width: 565px;
    font-size: 14px;
}
.club-name a,.result-club-name a,.scorers .club {
    text-align: left;
    padding-left: 0px;
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    column-gap: 10px;
    /*width: 250px;*/
}
.scorers .club {
    font-family: 'DIN Next LT Pro', Arial, sans-serif;
}
.club-name a {
    text-decoration: none;
    color:#000;
}
.scorers .club {
    font-weight: 500;
}
.result-club-name a {
    grid-template-columns: 30px auto;
    text-decoration: none;
    color: #000000;
}
.result-club-name.left a {
    padding-right: 2px;
}
.result-club-name.right a {
    grid-template-columns: auto 30px;
    text-align: right;
    padding-left: 2px;
}
.result-club-name a .result-club-name-wrapper {
    position: relative;
    top: 1px;
}
.scorers .club {
    grid-template-columns: 30px auto;
}
.club-name .name {
    text-align: left;
    white-space: normal;
    width: 182px;
    position: relative;
    top: 0px;
}
.club-name .name > span {
    bottom: 3px;
    font-weight: 800;
    font-size: 16px;
    position: absolute;
    padding-left: 5px;
}
.club-name .name > span:nth-child(2) {
    padding-left: 15px;
}
.points {             font-family: 'DIN Next LT Pro Bold', Arial, sans-serif; }
table.scorers {
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    padding: 0;
}
table.scorers thead tr, table.standings thead tr {
    background: #334494;
    background: linear-gradient(90deg, rgba(51, 68, 148, 1) 0%, rgba(32, 39, 85, 1) 100%);
}
table.scorers th,
table.scorers td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
    font-size: 16px;
}
table.scorers th {
    /*background: #334494;*/
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
table.scorers tr:nth-child(even) {
    background: #fff;
}
table.scorers tbody tr:hover {
    /*background: #e8f0fb;*/
}
.rank {
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    /*color: #334494;*/
}
.player-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Nouveau : conteneur qui met le nom Last, First en ligne */
.name-row {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
}
.name-row .lastname,
.name-row .firstname {
    white-space: nowrap; /* évite la césure */
}
/* ? reste de votre CSS ? */
.player-cell .lastname {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #333;
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
}
.player-cell .firstname {
    font-size: 16px;
    color: #444;
    margin-left: 4px;
}
.player-cell .club {
    font-size: 14px;
    color: #555;
    margin-top: 2px;
}
.player-cell .club span:last-child {
    position: relative;
    top: 1px;
}
#page3 .player-cell .club {
    display: none;
}
/* Cacher par défaut les lignes au-delà de la 10? */
.hidden-row {
    display: none;
}
#games-carousel {
    width: 632px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    line-height: 30px;
}
.owl-carousel .owl-stage {
    margin-top: 37px;
}
.owl-theme .owl-nav {
    margin-top: 0;
    background: #334494;
    background: linear-gradient(90deg, rgba(51, 68, 148, 1) 0%, rgba(32, 39, 85, 1) 100%);
    height: 37px;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.owl-theme .owl-nav [class*=owl-] {
    font-size: 46px!important;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
    top: -5px!important;
}
.owl-nav button.owl-prev {
    left: 60px!important;
}
.owl-nav button.owl-next {
    right: 60px!important;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    text-decoration: none;
    line-height: 32px;
    height: 37px;
    width: 30px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    /*color:#034c70;*/
    border-radius: 0;
}
#showAllBtn {
    margin-top: 15px;
    padding: 8px 16px;
    font-size: 16px;
    background: #334494;
    background: linear-gradient(90deg, rgba(51, 68, 148, 1) 0%, rgba(32, 39, 85, 1) 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#showAllBtn:hover {
    background: #202755;
    background: linear-gradient(90deg, rgba(32, 39, 85, 1) 0%, rgba(51, 68, 148, 1) 100%);
}
.owl-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.3);
}

.result-card {
    position: relative;
    background: #fff;
    padding: 3px;
    text-align: center;
    /*width: 100%;*/
    padding-left: 55px;
}
.result-card .game-name {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #d61f3610;
    border-radius: 2px;
    padding: 3px 5px;
    font-size: 12px;
    color: #d61f36;
}
.result-card .date {
    position: absolute;
    top: 17px;
    left: 8px;
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
}
.result-card .date a {
    text-decoration: none;
    color: #888;
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center;
    line-height: 14px;
    gap: 3px;
}
.result-card .date a span:first-child {
}
.result-card .date a span:last-child {
    color: #999;
}
.result-card .clubs {
    font-size: 16px;
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    margin-bottom: 0;
    height: 40px;
    display: grid;
    grid-template-columns: auto min-content auto;
    width: fit-content;
    column-gap: 10px;
    justify-self: center;
    align-items: center;
}
.result-club-name {
    width: 220px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.score-box {
    display: inline-block;
    background-color: #334494;
    color: #fff;
    width: 56px;
    height: 40px;
    align-content: center;
}
.score-box:hover {
    background-color: #202755;
}
.score-box a {
    color: #fff;
    margin: auto;
    padding: auto;
    text-decoration: none;
    width: 100%;
    height: 100%;
    align-content: center;
    /*background-color: aqua;*/
    display: grid;
}
.score-box.disable {
    background-color: #e2e2ea;
}
.score-box.postponed {
    background-color: #e2e2ea;
    color: #a52834;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: #334494;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    position: absolute;
    top: 45%;
}
.owl-nav button.owl-prev { left: -60px; }
.owl-nav button.owl-next { right: -60px; }
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #202755;
}
.match-header {
    position: relative;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    position: relative;
    border-top: #334494 5px solid;
}
.match-header .date {
    font-size: 15px;
    color: #555;
    position: absolute;
    top: 16px;
    left: 16px;
}
.match-header .spordle_link,.team-header .spordle_link {
    font-size: 15px;
    color: #444;
    position: absolute;
    top: 16px;
    right: 16px;
}
.match-header .spordle_link a,.team-header .spordle_link a {
    color: #959595;
}
.match-header .score {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.team {
    display: inline-flex;
    align-items: center;
}
.team a {
    text-decoration: none;
    color: #000;
}
.column.schedule .teams a {
    display: contents;
}
.team-logo {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: inline-block;
}
.visitor-logo {
    margin-right: 0px;  /* logo à gauche */
}
.host-logo {
    margin-left: 0px;   /* logo à droite */
}
span.score-club-logo {
    border: #ccc 1px solid;
    border-radius: 75px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.match-header .score .team {
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    width: 350px;
}
.match-header .score .team.host {
    justify-content: end;
}
.vs {
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    font-size: 20px;
}
.vs .postponed {
    color: #da2828;
}
.score-box.disable.postponed a {
    color: #da2828;
}
.match-header .venue {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-top: 20px;
}
.match-header .venue i {
    font-size: 18px;
    margin-right: 2px;
}
#page2 .scorers {
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-top: #334494 5px solid;
}
.scorers h2 {
    margin-top: 0;
    font-size: 18px;
    /*color: #334494;*/
}
.scorers ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.scorers li {
    padding: 6px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.scorers li:last-child {
    border-bottom: 0;
}
.goal-club-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.scorers li span.minute {
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    margin-right: 8px;
    text-align: right;
    width: 20px;
    display: inline-block;
}
.scorers li span.club {
    color: #334494;
    margin-right: 8px;
}
.scorers li span.name {
    font-style: normal;
    white-space: nowrap;
    position: relative;
    top: 1px;
}
.scorers li span.jersey {
    color: #555;
    margin-left: 0px;
}
.assist {
    background-color: #33449410;
    border-radius: 3px;
    text-align: center;
    width: fit-content;
    padding: 3px 6px 1px 6px;
}
.rosters {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 30px;
}
.rosters .column {
    width: 48%;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.rosters .column h2 {
    margin-top: 0;
    font-size: 18px;
    /*color: #334494;*/
}
.rosters ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rosters li {
    padding: 14px 0 8px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}
.rosters li:last-child {
    border-bottom: none;
}
.roster-player-number {
    width: 20px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
}
.roster-player-lastname {
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
}
/* TEAM DETAILS */
.team-header {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-top: #334494 5px solid;
    position: relative;
}
.club-logo {
    width: 60px; height: 60px;
    object-fit: contain;
}
.team-header .club-name {
    font-size: 27px;
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    margin: 0 12px;
    position: relative;
    line-height: 22px;
}
.team-header .team-name {
    font-size: 18px;
    /*color: #555;*/
    margin-left: auto;
    text-align: right;
    /*background: linear-gradient(90deg, rgba(51, 68, 148, 1) 0%, rgba(32, 39, 85, 1) 100%);*/
    /*border-bottom: #8e8d9e 8px solid;*/
    display: inline-block;
    position: relative;
    padding: 0.5em 1em;
    margin-right: 0em;
    color: #fff;
    clip-path: polygon(10px 0, /* top-left indent */ 100% 0, /* top-right */ calc(110% - 10px) 100%, /* bottom-right indent */ 0 100% /* bottom-left */);
    right: -15px;
}
.team-header #club-address {
    font-size: 16px;
    font-family: 'DIN Next LT Pro', Arial, sans-serif;
    margin-top: 3px;
    color: #888;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block !important;
    white-space: nowrap;
    /* cursor: pointer; */
    position: absolute;
    left: 0;
    bottom: -30px;
}
/*.team-header #club-address:hover {*/
/*    font-size: 16px;*/
/*    font-family: 'DIN Next LT Pro', Arial, sans-serif;*/
/*    margin-top: 3px;*/
/*    color: #888;*/
/*    height: unset;*/
/*    text-overflow: ellipsis;*/
/*    overflow: unset;*/
/*    display: block;*/
/*    white-space: unset;*/
/*    width: 233px;*/
/*    background-color: #f7f7f7;*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    left: 0;*/
/*    padding: 10px 10px;*/
/*    border-radius: 6px;*/
/*    box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
/*    cursor: pointer;*/
/*}*/
#page3 .columns {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
}
.column {
    flex: 1;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-top: #334494 5px solid;
}
.column h2 {
    margin-top: 0;
    font-size: 18px;
    /*color: #334494;*/
}
/* Roster */
.roster ul {
    list-style: none;
    margin: 0; padding: 0;
}
.roster li {
    padding: 12px 0 8px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}
.roster li:last-child {
    border-bottom: none;
}
/* Calendar */
.schedule .match {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
}
.schedule .match.victory {
    /*border-right: #079407 5px solid;*/
    /*border-right: #38B013 5px solid;*/
}
.schedule .match.draw {
    /*border-right: #999292 5px solid;*/
    /*border-right: #1d1d1b 5px solid;*/
}
.schedule .match.defeat {
    /*border-right: #d92f2f 5px solid;*/
}
.schedule .match:last-child {
    border-bottom: none;
}
.match .date {
    width: 100px;
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    text-align: right;
    padding-right: 20px;
}
.match .teams {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 5px;
}
.match .team {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 210px;
    justify-content: end;
}
#page3 .match .team .team-name {
    text-align: right;
}
#page3 .match .team.visitor .team-name {
    text-align: left;
}
.match .team.visitor {
    justify-content: start;
}
.match .team-logo {
    width: 24px;
    height: 24px;
    object-fit: contain;
    position: relative;
    top: -2px;
}
.match .score {
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
    width: 50px;
    text-align: center;
}
.match .score a {
}
.match.victory .score a {
    color: #38B013;
}
.match.defeat .score a {
    color: #d92f2f;
}
.match.draw .score a {
    color: #999292;
}
.match.future .score {
    color: #888;
}
.roster-player-number {
    width: 20px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
}
.roster-player-lastname {
    font-family: 'DIN Next LT Pro Bold', Arial, sans-serif;
}
.score a {
    text-decoration: none;
    /*color: #334494;*/
    font-size: 18px;
}
.score-club-logo a {
    display: contents;
}
.score a.postponed {
     color: #da2828;
     font-size: 15px;
 }
#footer-top {
    color: #000;
    margin-top: 80px;
    text-align: center;
}
#footer-top a {
    color: #d5622c;
}