/* ── Variables po- design system ──────────────────────────── */
:root {
    --po-teal:   #0c637f;
    --po-green:  #06d6a0;
    --po-yellow: #FFCB00;
    --po-red:    #FF6B6B;
    --po-dark:   #1a2535;
    --po-card:   rgba(255,255,255,0.92);
    --po-border: rgba(12,99,127,0.2);
}

@font-face {
    font-family: Segoe;
    src: url('fonts/segoeui.ttf');
}

@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: AVENGEANCE;
    src: url('fonts/AVENGEANCE.ttf');
}

body {
    color: black;
    
    background: -webkit-gradient(linear, left top, left bottom, from(#0c637f), to(#06d6a0)) fixed;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#e66465), to(#9198e5)) fixed; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#5e0925), to(#af6780)) fixed; */
    /* background-color: #981d46; */
    background-repeat: no-repeat;
    margin: 0px;
    height: 100%;
    font-family: Roboto;

    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.bigTitle {
    color: #06d6a0;
    font-family: AVENGEANCE;
    font-size: 50px;
    line-height: 50px;
}


select {
    height: 30px; 
}

table {
    /* font-family: 'Roboto'; */
}

.ClassementPoints {
    text-align: center;
    width: 7%;
    font-weight: bold;
    font-size: 20px;
}

.ClassementSurnom {
    width: 200px;
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.ClassementBonus {
    text-align: center;
    width: 65px;
    /* width: 7%; */
}

.ClassementEchec {
    width: 65px;
    /* width: 7%; */
    text-align: center;
}

.ClassementInverse {
    width: 65px;
    /* width: 7%; */
    text-align: center;
}

.ClassementCorrect {
    width: 65px;
    /* width: 8%; */
    text-align: center;
}

.ClassementCorrectp {
    width: 65px;
    /* width: 8%; */
    text-align: center;
}

.ClassementNbPerf {
    width: 65px;
    /* width: 8%; */
    text-align: center;
}

.ClassementNbPronos {
    width: 65px;
    /* width: 9%; */
    text-align: center;
}

.ClassementRang {
    width: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.titleSmallTexte {
    font-size: 10px;
}

.titleSmallerTexte {
    font-size: 8px;
}

table.sortable {
    width: 100%;
    border-collapse: collapse;
}

table.sortable thead {
    color:#000;
    background-color:#FFF;
    font-weight: bold;
    cursor: default;

}


.allListeClassement {
    width: 850px;
    display: block;
    margin: auto;
    margin-top: 10px;
    overflow-y: auto;
    background: #ffffff36;
    border-radius: 10px;
}

.uniqueClassement {
    padding: 10px;
}

.uniqueStatistics {
    background: #00000085;
}

.surnomClassementDiv {
    cursor: pointer;
    word-break: break-word;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 23px;
}

.surnomClassementDiv:hover {
    color: #FFF;
    cursor: pointer;
}

.homeClassementPoint {
    width: 50px;
    height: 100%;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 0 30px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding-right: 30px;
}

.homeClassementSurnom {
    flex-grow: 1;
    font-size: 25px;    
    font-weight: bold;
    height: 100%;
    line-height: 60px;
}

.homeClassementRang {
    width: 20px;
    height: 100%;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 0 30px;
    line-height: 60px;
}

.homeEquipeMilieuMatch {
    text-align: center;
        width: 10px;
}

.homePointMatch {
    width: 44px;
    font-size: 24px;
    padding: 0;
    text-align: center;
    font-family: "Poppins", sans-serif;    
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: #FFF;
}

.pronosMatch {
    text-align: center;
        width: 10px;
}

.homeEquipeDroiteMatch {
    width: 110px;
    text-align: right;
    padding-right: 10px;
}

.homeEquipeGaucheMatch {
    width: 110px;
    text-align: left;
    padding-left: 10px;
}

.surnomMatch {
    width: 180px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.rangMatch {
    width: 30px;
    text-align: center;
    padding: 10px;
}

.cadreTableauJoueurMatch {
    height: 450px;
    overflow-y: scroll;
    color: #0A001D;
    font-weight: bold;
}

.TitreTableauJoueurMatchs {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;    
    color: #FFF;
}

.tableauJoueurMatchs {
    /* margin: 15px; */
    /* background: rgb(0, 0, 0); */
    /* color: #FFF; */
    margin: auto;
    /* width: 95%; */
    margin-top: 50px;
    margin-bottom: 14px;
    /* border-radius: 10px; */
    border-collapse: collapse;
    width: 500px;
    /* height: 455px; */
    border: solid 1px black;
}

.allMatch {
    width: 800px;
    padding: 20px;
    display: block;
    margin: auto;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.56);
    z-index: 1;    
    border-radius: 20px;
}

.tableCalendrierL1 {
    text-align: center;
    background: rgba(255, 255, 255, 0.611764705882353);
    border-radius: 20px;
}

.tableCalendrierL3 {
    height: 25px;
    font-size: 12px;
        text-align: center;
}

.tableCalendrierL2 {
    height: 25px;
    font-size: 12px;
        text-align: center;
}

.allListeCalendrier {
    width: 650px;
    display: block;
    margin: auto;
    
    background: rgba(255, 255, 255, 0.45);
    border-radius: 20px;
}

.allPronosJoueurs {
    width: 500px;
    border: solid 1px;
    display: block;
    margin: auto;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.45); 
}

.tableCalendrierGroup {
    width: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: rgba(228, 228, 228, 0.26);
    border-radius: 20px 0 0 20px;
}

.backgroundTab1 {
    /* background:#9a224aa3; */
    /* border-bottom: solid 1px #FFF; */
    font-weight: bold;

}

.backgroundTab2 {
    background: #ffffff26;
    /* border-bottom: solid 1px #FFF; */
    font-weight: bold;
}

.profil-line {
}

.profil-score {
    /* margin-left: 20px; */
    margin-top: -12px;
    padding: 0 0 4px 0px;
    font-weight: bold;
    font-size: 13px;
    color: #474747;
}



.backgroundTab1Jaune {
    background: #f3e883;
}
.backgroundTab2Jaune {
    background: #fff900;
}


.backgroundTab1Bleu {
    background: #8394df;
}
.backgroundTab2Bleu {
    background: #2768ff;
}

.backgroundTab1Rose {
    background: #f97ba6;
}
.backgroundTab2Rose {
    background: rgba(255, 139, 213, 0.5411764705882353);
}


.backgroundTab1Vert {
    background: #91d27f;
}
.backgroundTab2Vert {
    background: #3ccb24;
}

.tab button.active.tablinksgeneral {
    background: #fff900;
}

.tab button.tablinksgeneral:hover {
    border-bottom: solid 2px #fff900;
}

.tab button.active.tablinksequipe {
    background: #2768ff;
}
.tab button.tablinksequipe:hover {
    border-bottom: solid 2px #2768ff;
}
.tab button.active.tablinksfemme {
    background: #ff00a3;
}
.tab button.tablinksfemme:hover {
    border-bottom: solid 2px #ff00a3;
}

.tab button.active.tablinksmontagne {
    background: #3ccb24;
}
.tab button.tablinksmontagne:hover {
    border-bottom: solid 2px #3ccb24;
}

.tab button.active.tablinksjoueur {
    background: #2768ff;
}
.tab button.tablinksjoueur:hover {
    border-bottom: solid 2px #2768ff;
}


.trNeutre {
    color: rgba(255, 255, 255, 0.14);
    font-weight: bold;
}

/* .classTRPerfectHome {
    color: #c0f6ff;
    text-shadow: 2px 0 #00b7ff, -2px 0 #00b7ff, 0 2px #00b7ff, 0 -2px #00b7ff, 1px 1px #00b7ff, -1px -1px #00b7ff, 1px -1px #00b7ff, -1px 1px #00b7ff;
    font-weight: bold;
}


.classTRInverseHome {
    color: #cdcdcd;
    text-shadow: 2px 0 #757575, -2px 0 #757575, 0 2px #757575, 0 -2px #757575, 1px 1px #757575, -1px -1px #757575, 1px -1px #757575, -1px 1px #757575;
    font-weight: bold;
}

.classTRCorrectHome {
    color: #b1f7c0;
    text-shadow: 2px 0 #2bdf6e, -2px 0 #2bdf6e, 0 2px #2bdf6e, 0 -2px #2bdf6e, 1px 1px #2bdf6e, -1px -1px #2bdf6e, 1px -1px #2bdf6e, -1px 1px #2bdf6e;
    font-weight: bold;
}

.classTRCorrectPlusHome {
    color: #b1f7ff;
    text-shadow: 2px 0 #2bdfaa, -2px 0 #2bdfaa, 0 2px #2bdfaa, 0 -2px #2bdfaa, 1px 1px #2bdfaa, -1px -1px #2bdfaa, 1px -1px #2bdfaa, -1px 1px #2bdfaa;
    font-weight: bold;
 }

.classTREchecHome {
    color: #ed9d9d;
    text-shadow: 2px 0 #ed1e25, -2px 0 #ed1e25, 0 2px #ed1e25, 0 -2px #ed1e25, 1px 1px #ed1e25, -1px -1px #ed1e25, 1px -1px #ed1e25, -1px 1px #ed1e25;
    font-weight: bold;
} */

.classTRPerfectHome {
    color:#00b7ff; 
}


.classTRInverseHome {
    color:#757575;
}

.classTRCorrectHome {
    color: #2bdf6e;
}

.classTRCorrectPlusHome {
    color: #2bdfaa;
 }

.classTREchecHome {
    color: #ed1e25;
}

.homeEquipeEquipe {
    text-align: center;
}

.homeEquipeMilieu {
    
    text-align: center;
        width: 10px;
}


.homeEquipeMilieu2 {
    text-align: center;
}

.homeEquipeGauche2 {
    text-align: left;
    padding-left: 8px;
    font-size: 18px;
    width: 110px;
}

.homeEquipeDroite2 {
    text-align: right;
    padding-right: 8px;
    font-size: 18px;
    width: 110px;
}

.homeEquipeGauche {
    width: 110px;
    text-align: left;
    padding-left: 6px;
    font-size: 18px;
}

.homeEquipeGauche-pronos {
    width: 90px;
    padding-left: 4px;
}



.homeEquipeDroite {
    width: 110px;
    text-align: right;
    padding-right: 6px;
    font-size: 18px;
}

.homeEquipeDroite-pronos {
    width: 90px;
    padding-left: 4px;
}
.homePoint {
    width: 44px;
    font-size: 28px;
    padding: 0;
    text-align: center;
    font-family: "Poppins", sans-serif;    
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: #FFF;
}

.ProfilPoint {
    font-size: 35px;
    text-align: center;
    font-family: "Poppins", sans-serif;    
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: #FFF;
    margin: auto;
}
.ProfilPointText {
    font-size: 12px;
    text-align: center;
    font-family: "Poppins", sans-serif;    
    margin: auto;
}

.homeSmallDateLast {
    font-size: 16px;
    width: 44px;
    
    padding: 0;
}

.homeSmallDate {
    padding-left: 10px;
    font-size: 16px;
    width: 45px;
}

.homeSmallDateModif {
    padding-left: 20px;
}


.black 
{
    background: rgb(0, 0, 0);
}

.cadreTableauAcceuilBas {
    padding-top: 25px;
    height: 50px;
    color: #0A001D;
    font-weight: bold;
}

.detailTitreAcceuil:hover 
{
    text-align: right;
    cursor: pointer;
    color: #8496A1;
}

.detailTitreAcceuil {
    text-align: right;
    cursor: pointer;
    padding-right: 10px;
}

.style {
    display: block;
    padding: 0px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.sousTitreTableauHaut {
    display: block;
    padding: 0px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    text-align: center;
    font-style: italic;
}

.TitreTableauHaut {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    /* display: block; */
}

.tableauHaut {
    color: #FFF;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 14px;
    border-collapse: collapse;
    width: 400PX;
}

.tableauClassement {
    color: #FFF;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 14px;
    border-collapse: collapse;
    width: 200PX;    
}

.cadreTableauAcceuil {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 15px; 
}

.cadreTableauAcceuilNoHeight {
    width: 100%;
    overflow-y: auto;
    color: #FFF;
}

.cadreTableauAcceuilClassement {
    width: 100%;
    overflow-y: auto;
    color: #0A001D;
    font-weight: bold;
}

.titreTableau3 {
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.TableAcceuil3 {
    margin: auto;
    border: solid 1px;
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.ulperso {
    margin-top: -3px;
}

.regleDetail {
    font-weight: normal;
}

.regleExempleCorp {
    font-style: italic;
    font-weight: normal;
}

.regleExemple {
    font-style: italic;
    font-weight: 600;
}

.reglePoint {
    font-weight: 600;
}

.pointRegle {
    margin-left: 90px;
    padding-top: 5px;
}

.tab button.active.tablinksgeneral {
    background: #fff900;
}


.tab button.active.tablinksequipe {
    background: #2768ff;
}
.tab button.active.tablinksfemme {
    background: #ff00a3;
}

.tab button.tablinksmontagne:hover {
    border-bottom: solid 2px #3ccb24;
}


.jauneTitre {
    color: #fff900;
}
.roseTitre {
    color: #ff00a3;
}
.bleuTitre {
    color: #2768ff;
}
.vertTitre {
    color: #3ccb24;
}



.perfectTitre {
    color: #c0f6ff;
    text-shadow: 2px 0 #00b7ff, -2px 0 #00b7ff, 0 2px #00b7ff, 0 -2px #00b7ff, 1px 1px #00b7ff, -1px -1px #00b7ff, 1px -1px #00b7ff, -1px 1px #00b7ff;
    /* color: #1792c1; */
}

.perfectInverse {
    color: #cdcdcd;
    text-shadow: 2px 0 #757575, -2px 0 #757575, 0 2px #757575, 0 -2px #757575, 1px 1px #757575, -1px -1px #757575, 1px -1px #757575, -1px 1px #757575;
    /* color: #757575; */
}

.perfectCorrect {
    
    color: #b1f7c0;
    text-shadow: 2px 0 #2bdf6e, -2px 0 #2bdf6e, 0 2px #2bdf6e, 0 -2px #2bdf6e, 1px 1px #2bdf6e, -1px -1px #2bdf6e, 1px -1px #2bdf6e, -1px 1px #2bdf6e;
    /* color : #1ea228; */
}

.perfectCorrectPlus {
    color: #b1f7ff;
    text-shadow: 2px 0 #2bdfaa, -2px 0 #2bdfaa, 0 2px #2bdfaa, 0 -2px #2bdfaa, 1px 1px #2bdfaa, -1px -1px #2bdfaa, 1px -1px #2bdfaa, -1px 1px #2bdfaa;
 }

.perfectEchec {
    color: #ed9d9d;
    text-shadow: 2px 0 #ed1e25, -2px 0 #ed1e25, 0 2px #ed1e25, 0 -2px #ed1e25, 1px 1px #ed1e25, -1px -1px #ed1e25, 1px -1px #ed1e25, -1px 1px #ed1e25;
   /* color: rgba(0, 0, 0, 0.91); */
}


.sousTitre {
    margin-left: 40px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    padding-left: 20px;
}

.reglementDiv {
    text-align: left;
    margin: 50px;
    background: #ffffff40;
    color: #00123f;
    border-radius: 10px;
    line-height: 30px;

}

.reglement-titre-centre {
    font-family: "Kalam", cursive;
    font-size: 30px;
    padding: 30px 0;
    text-align: center;
}

.reglement-sous-text {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
}

.reglement-reponse-text {
    text-align: center;
    font-size: 15px;
    padding: 10px 70px;
    font-family: "Kalam", cursive;
}

.reglement-titre {
    font-family: "Kalam", cursive;
    font-size: 30px;
    padding: 60px 0 30px 40px;
}

.reglement-text {
    padding: 10px 50px;
    font-size: 20px;
}

.reglement-point {
    display: flex;
    margin: 20px;
    background: #ffffff45;
    border-radius: 20px;
}

.reglement-point-item {
    /* width: 200px; */
    flex: 1;
    padding: 30px;
    border-right: solid 1px #FFF;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    line-height: 40px;
}

.reglement-point-item:last-child {
    border: none;
  }

  .reglement-point-item-text {
    font-size: 26px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.reglement-point-item-point {
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    text-align: center;
}

.reglement-point-item-def {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.reglement-link {
    text-decoration: none;
    font-size: 20px;
        cursor: pointer;
            color: #000000;
            font-weight: bold;
}

.reglement-link:hover {
    color: #FFF;
}

.tableListeSecond {
    font-weight: bold;
    font-size: 23px;
}

.imageListe {
    display: inline;
    height: 45px;
    width: 45px;
    margin: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: solid 1px;
}

.pancarteListeJoueur {
    /* background: #018498; */
    margin-left: 79px;
    margin-right: 126px;
    padding: 5px;
    /* border-radius: 20px; */
    font-size: 19px;
    color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.tableListeFour {
    width: 18%;
    text-align: center;
    cursor: pointer;
}

.tableListeFour:hover {
    width: 18%;
    text-align: center;
    color: #008192;
    cursor: pointer;
}

.tableListeDetail {
    padding: 0 55px;
    /* text-align: center;
    color: #0c637f; */
}

/* .tableListeDetail:hover {
    width: 18%;
    text-align: center;
    color: #FFF;
    cursor: pointer;
} */


.tableListe .tableCalendrierElse ~ .tableCalendrierElse {
    background-color: #00123f;
}

.tableListeThird {
    width: 35%;
    text-align: center;
    font-size: 17px;
}

.tableListeThird-round {
    border-radius: 0 20px 0 0;
}

.tableCalendrierL2-hour {
    font-weight: bold;
    font-size: 16px;
}

.tableListeSecond {
    width: 35%;
    text-align: center;
}

.tableListeFirst {
    width: 12%;
    text-align: center;
}

.tableListe {
    margin: auto;
    width: 100%;
        border-collapse: collapse;
}

.allListe {
    height: 650px;
    width: 800px;
        border: solid 1px;
    display: block;
    margin: auto;
    margin-top: 30px;
    overflow-y: scroll;
        background: rgba(255, 255, 255, 0.45);}

.listeJoueurTitre {
    display: block;
    padding: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #0c637f;
    background: #ffffff4f;
    border-bottom: solid 2px #0c637f;
}

.detailTitreListeJoueurs:hover {
    text-align: right;
    font-weight: bold;
    color: #FFF;
       cursor: pointer;
}


.detailTitreListeJoueurs {
    text-align: right;
    font-weight: bold;
       cursor: pointer;
}


.sousTitreListeJoueurs {
    text-align: center;
    font-style: italic;
}


.TitreListeJoueurs {
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    /* display: block; */
}

.TitreTableauBas {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    color: #000;
    /* display: block; */
}

.sousTitreTableauBas {
    display: block;
    padding: 0px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    text-align: center;
    font-style: italic;
}

.listeJoueurs {
    color: #FFF;
    margin: auto;
    width: 400px;
    margin-top: 14px;
    margin-bottom: 14px;
    border-collapse: collapse;
}

.tableAcceuilBas {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tableAcceuilResultat {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tableAcceuilClassement{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between; 
}

.tableAcceuil {
    font-weight: bold;
    color: #000000;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 980px;
    padding-bottom: 8px;
}

.detailTitreUpdateRedSpan:hover {
    color: #FFF;
   cursor: pointer;
}


.detailTitreUpdateRedSpan {
    font-size: 12px;
   cursor: pointer;
   font-weight: bold;
}

.detailTitreUpdateRed {
    padding-right: 30px;
}

.sousTitreUpdateRed {
    padding-left: 60px;
    font-size: 12px;
    font-weight: bold;
}

.titreUpdateRed {
    /* color: #ed9d9d; */
    /* text-shadow: 2px 0 #ed1e25, -2px 0 #ed1e25, 0 2px #ed1e25, 0 -2px #ed1e25, 1px 1px #ed1e25, -1px -1px #ed1e25, 1px -1px #ed1e25, -1px 1px #ed1e25; */
    /* font-weight: bold; */
    color: red;
    font-weight: bold;
    font-size: 15px;
    font-family: "Kalam", cursive;
    text-align: left;
    padding: 2px 0 0 20px;
}

.etatProfilRed {
    padding: 5px 21px;
    margin: auto;
    margin-bottom: 20px;
    background: #ffffff82;
    border-radius: 0px 0px 20px 20px; 
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    border-left: solid 1px #FFF;
}

.etatProfilGreen {
    color: #0c637f;
    padding: 5px 21px;
    margin: auto;
    margin-bottom: 20px;
    background: #ffffff82;
    /* text-shadow: 1px 0 #2bdf6e, -1px 0 #2bdf6e, 0 1px #2bdf6e, 0 -1px #2bdf6e, 1px 1px #2bdf6e, -1px -1px #2bdf6e, 1px -1px #2bdf6e, -1px 1px #2bdf6e; */
    font-weight: bold;
    border-radius: 0px 0px 20px 20px;
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    border-left: solid 1px #FFF;
    font-family: "Kalam", cursive;
}


.secondColumProfil {
    width: 25%;
}

.petitPoint {
    font-size: 14px;
    padding-left: 4px;
}

.firstColumnProfilPadding {
    width: 70%;
    padding-left: 25px;
}

.tableDetails {
    /* background: rgba(0, 0, 0, 0.28); */
    margin: auto;
    margin-top: 35px;
    width: 80%;
    padding: 6px;
    background: #72203c70;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
}


.pancarteScoreDiv {
    background: rgba(0, 0, 0, 0.61);
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    padding: 11px;
    border-radius: 20px;
    font-size: 28px;
    color: white;
}

.pancarteScorePts {
    font-size: 10px;
}

.redCircle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: rgba(255, 0, 0, 0.58);
    display: block;
    margin-top: 5px;
}

.greenCircle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background:rgba(37, 255, 0, 0.58);
    display: block;
    margin-top: 5px;
}

.profilInformationEmail {
    padding: 8px 5px 5px 5px;
    font-size: 15px;
    margin: 18px;
    font-size: 14px;
    background: #72203c70;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    /* background: rgba(0, 0, 0, 0.28);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
}


.profilInformationCivil {
    padding-top: 5px;
    font-size: 15px;
    word-break: break-all;
    padding-left: 10px;
    padding-right: 10px;
}

.pointBonusView {
    font-size: 18px;
}

.pointBonusViewSmall {
    font-size: 18px;
    padding: 0 10px;
}

.pointBonus {
    font-size: 18px;
    padding-right: 20px;
    font-weight: bold;
}

.tdBonusCenter {
    text-align: center;
    padding-right: 20px;
    font-size: 18px;
    padding: 12px;
    font-weight: bold;
}

.tdBonusCenterSmall {
    text-align: left;
    padding-right: 20px;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}

.tdBonusLeft {
    text-align: right;
    padding-right: 20px;
    font-size: 18px;
    padding: 18px;
}

#ModifierProfil {
    background: #ffffffad;
    color: #0c637f;
 }

 #ModifierMatch {
    background: #ffffffad;
    color: #0c637f;
 }
 #modifierBonus {
    background: #ffffffad;
    color: #0c637f;
 }
 #modifierJoker {
    background: #ffffffad;
    color: #0c637f;
 }

.InversePronos {
    font-size: 12px;
    font-weight: bold;
        text-align: center;
}

.CorrectPronos {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.CorrectPlusPronos {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.PerfectPronos {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.PasJouePronos {
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}

.EchecPronos {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.pancarteAuto {
    background: rgba(0, 0, 0, 0.68);
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    padding: 6px;
    border-radius: 5px;
}

.pancarteBonusEchec {
    background: rgba(197, 41, 41, 0.68);
}


.pancarteBonusCorrect {
    background: rgba(56, 150, 76, 0.68);
}

.BigTitreRight {
    font-size: 45px;
    font-weight: bold;
    width: 42%;
    text-align: right;
    padding-right: 25px;
}


.BigTitreLeft {
    font-size: 45px;
    font-weight: bold;
    width: 45%;
    text-align: left;
    padding-left: 25px;
}

.pancarte {
    background: rgba(0, 0, 0, 0.68);
    padding-bottom: 3px;
    padding-top: 3px;
    display: block;
    text-align: center;
    /* border-radius: 5px; */
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
}

.pancarteBig {
    background: rgba(0, 0, 0, 0.68);
    border: solid 2px #757575;
    padding: 2px;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    width: 26px;
}

.pancarte-profil {
    background: rgba(0, 0, 0, 0.68);
    border: solid 2px #757575;
    padding: 4px 9px;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    font-weight: bold;
    min-width: 10px;
    border-radius: 5px;
}

.pancarte-match {
    background: rgba(0, 0, 0, 0.68);
    border: solid 2px #757575;
    padding: 14px 12px;
    display: block;
    text-align: center;
    font-size: 35px;
    color: #FFF;
    font-weight: bold;
    min-width: 10px;
    border-radius: 5px;
}


.pancarte-padding {
    padding: 3px 9px;
}

.pancarte-perfect {
    background: #00b7ff;
    border: solid 2px #c0f4fa;
}

.pancarte-correct-plus {
    background: #2bdfaa;
    border: solid 2px #b1f7ff;
}

.pancarte-correct {
    background: #2bdf6e;
    border: solid 2px #b1f7c0;
}

.pancarte-inverse {
    background: #757575;
    border: solid 2px #cdcdcd;
}

.pancarte-echec {
    background: #ed1e25;
    border: solid 2px #ed9d9d;
}


img.logoEquipeBig {
    width: 90px;
    margin: 5px;
    /* border: solid 2px #000; */
}

img.logoEquipe {
    width: 55px;
    margin: 5px;
}

img.logoEquipeSmall {
    width: 40px;
    margin: 5px;
}

img.logoEquipeSmaller {
    width: 18px;
    margin: 5px;
}


.tdMatchLeft {
    padding-right: 20px;
    text-align: right;
    font-size: 18px;
}


.tdMatchRight {
    padding-left: 20px;
    text-align: left;
    font-size: 18px;
}

.affPronosTableau {
    width: 100%;
    border-collapse: collapse;
    font-weight: bold;
}

.emptyTableau {
    display: inherit;
    padding-top: 36px;
    text-align: center;
    font-size: 25px;
}

.profilPronosSousTitre {
    /* display: block; */
    /* margin-top: 40px; */
    /* margin: auto; */
    /* margin-left: 145px; */
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    margin: 20px;
    text-align: center;
    /* margin-bottom: 8px; */
}

.profilPronosTitre {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #FFF;    
    padding: 20px;
    background: #ffffff38;
}

.buttonRigth {
    text-align: center;
    font-weight: 500;
    background: rgba(39, 212, 38, 0.31);
    border-bottom: solid 1px #207314;
    cursor: pointer;
}


.buttonRigth:hover {
    text-align: center;
    font-weight: 500;
    background: #27D426;
    border-bottom: solid 1px #207314;
    cursor: pointer;
}


.cadreTableauBonus {
    width: 100%;
    height: 100%;
}

.cadreTableauMatch {
    overflow-y: auto;     
}

.titreTableau {
    padding-left: 30px;
    font-size: 22px;
    font-weight: bold;
}

table.TableMatch {
    margin: auto;
    border: solid 1px;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.profilPronos  {
    width: 100%;
    font-size: x-large;
}

.profilPronosFulll  {
    width: 100%;
    height: 1100px;
    text-align: left;
    font-size: x-large;
}


.profilPronosSmall  {
    width: 800px;
    font-size: x-large;
    background: #ffffff30;
}

.profilPronosBig  {
    width: 800px;
    height: 3000px;
    font-size: x-large;
}

.floaleft {
    float: left;
}

.profilInformationImage {
    display: inline;
    width: 150px;
    margin: 15px;
    border: solid;
}

.profilInformationSurnom {
    height: 100%;
    width: 200px;
    text-align: center;
    font-size: 20px;
    color: #630f2a;

}

.profilInformationSurnomBig {
    width: 200px;
    text-align: center;
    font-size: 20px;
    height: 3000px;
    color: #630f2a;
}

span.titre {
    font-style: italic;
    font-weight: lighter;
}

.inline
{
    display: inline;
}

.padding20 {
    padding: 40px;
}

.transparence {
    position: fixed; 
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
}

.transparence2 {
    position: fixed; 
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    /* background: rgba(255, 255, 255, 0.24); */
    z-index: -1;
    background-color: #000000;
    opacity: .2;
    height: 100%;
    right: 0px;
}

.transparence3 {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    background-image: radial-gradient(circle closest-corner at top center,#680000,rgba(101,190,236,0));
    opacity: .5;
}

.linkBack {
    text-decoration: none;
    font-size: 20px;
        cursor: pointer;
            color: #000000;
}


.linkBack:hover {
    text-decoration: none;
    font-size: 20px;
    color: #14489C;
        cursor: pointer;
}

.RetourSpan {
    font-size: 25px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 20px 0px 20px;
    display: flex;
    flex-direction: row-reverse;
}

.RetourSpanContainer {
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
    margin: 10px 20px 10px 20px;
    display: flex;
    flex-direction: row-reverse;
}

.RetourSpanButton {
    margin-left: 650px;
    font-size: 25px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
}

.Retour {
    margin-left: 116px;
    margin-top: -25px;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}

.Retoudiv {
    margin-left: 116px;
    margin-bottom: 50px;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}

#RetourButtonBlanc {
    color: #000;
    background: #FFF;
    background: #ffffffad;
    color: #0c637f;
}

#RetourArrow {
    background: none;
    font-size: 65px;
}

#ButtonMoulinette {
    background: rgb(22 115 22);
    color: #FFF;
}

#ButtonBonus {
    color: #000;
    background: #FFF;
}

#RetourButtonRouge {
    background: #ffffff;
    color: #0c637f;
}

#buttonValidationSubmit {
    background: rgb(22 115 22);
    color: #FFF;    
}

.buttons {
    margin: 20px;
}

textarea#description {
    margin-top: 7px;
    padding: 9px;
    border-radius: 20px;
}


.RetourSpan:hover {
    color: rgb(0, 0, 0);
    cursor: pointer;
}


span.ui-button-text {
    margin-left: -10px;
}

#buttonValidationReset {
    margin-left: 10px;

    background: #ffffff;
    color: #0c637f;

}


.inputLogin {
    margin: 5px;
}

div#add_err {
    border: solid 1px #AF0202;
    width: 90%;
    margin: auto;
    padding: 10px;
    background: rgba(177, 11, 11, 0.46);
    color: #fff;
}

.loginform-in {
    text-align: center;
    /* height: 367px; */
    margin: auto;
    padding: 0;
    max-width: 980px;
    background: #ffffff61;
    border-radius: 0 0 20px 20px;
}

.loginform-in-default {
    text-align: center;
    margin: auto;
    padding: 0;
    max-width: 1300px;
}

.loginform-in-acceuil {
    text-align: center;
    margin: auto;
    padding: 0;
    max-width: 1300px;
    background: #000000a3;
    border-radius: 20px 20px;
    border: 3px #ffffff solid;
}

.loginform-in fieldset {
    border: 0px #787880 solid;
    margin: 20px auto;
    padding: 10px;
    width: 90%;
}

.loginbutton {
    background: -moz-linear-gradient(center top , #F1F1F1, #E0E0E0) repeat scroll 0 0 transparent;
    border: 1px solid #A7A7A7;
    border-radius: 3px 3px 3px 3px;
    color: #444444;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    letter-spacing: 1px;
    width: 180px;
}

.loginbutton:hover {
    background: -moz-linear-gradient(center top , #F1F1F1, #E0E0E0) repeat scroll 0 0 transparent;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    color: #444444;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    letter-spacing: 1px;
    width: 180px;
}



.demandbutton {
    background: rgba(214, 61, 61, 0.65);
    background: -moz-linear-gradient(center top , #F1F1F1, #E0E0E0) repeat scroll 0 0 transparent;
    border: 1px solid rgb(171, 68, 68);
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    letter-spacing: 1px;
    width: 180px;
    font-weight: bold;
}
  
.demandbutton:hover {
    background: rgba(214, 61, 61, 0.65);
    background: -moz-linear-gradient(center top , #F1F1F1, #E0E0E0) repeat scroll 0 0 transparent;
    border: 1px solid #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
    letter-spacing: 1px;
    width: 180px;
    font-weight: bold;
}
    

.loginform-in fieldset label {
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 0;
    width: 100px;
}

.loginform-in fieldset input[type="text"], input[type="password"], fieldset select {
    border: 0px;
    /* border-radius: 2px 2px 2px 2px; */
    /* float: left; */
    height: 32px;
    padding: 1px 1px 1px 10px;
    width: 180px;
    outline: none;
    border-radius: 10px;
}

.full-table-collapse-white {
    border-collapse: collapse;
    width: 100%;
    color: #000;
    font-weight: bold;
}

.full-table-collapse-white-accueil {
    border-collapse: collapse;
    width: 100%;
    color: #000;
    font-weight: bold;
    height: 60px;
}

.margin-top-minus {
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.statusprofil {
    padding-bottom: 20px;
}

.TitreSmallClassement {
    margin: auto;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.labelnomequipe {
    padding: 3px;
    font-size: 10px;
    color: #fff;
    margin: auto;
    background: #d42626;
    margin: 5px 21px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#login {
    background: #0c637f;
    width: 180px;
}

#demand {
    background: #06d6a0;
    width: 180px;
}

.material-icons.profilicon {
    font-size: 20px;
}

.pancarteMontagne {
    background: #009a46
}

.tdmontagne {
    color : #009a46;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}

.matchmontagne {
    padding: 10px 20px;
    margin: 0 200px;
    background: #009a46;
    font-size: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #FFF;
}


.viewEquipe {
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
   background: rgba(255, 255, 255, 0.45);
    margin: 0px 50px 20px;
}

.equipeContainer {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.equipeTitre {
    font-size: 30px;
    padding: 10px;
    margin-bottom: 30px;
    font-weight: bold;
}

.small-version {
        margin-top: 0px !important;
        margin: auto !important;
        width: 160px !important;
        min-height: 50px !important;
        height: 50px !important;
}

.middle-version {
    margin-top: 0px !important;
    margin: auto !important;
    width: 160px !important;
    min-height: 50px !important;
    height: 50px !important;
}

.TitreTableauBasBig {
    text-align: left;
    MARGIN: auto;
    /* padding-left: 20px; */
    font-size: 46px;
    /* padding-bottom: 5px; */
    /* padding-top: 5px; */
    font-weight: bold;
}

.TitreSmallClassementBig {
    margin: auto;
    font-size: 43px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.labelequipe {
    color: #FFFFFF;
    text-decoration: none;
}

.width100 {
    width: 100%;
}

a.mdl-button.mdl-button--colored.mdl-js-button.mdl-js-ripple-effect {
    background: #09998e4f;
    color: #0c637f;
    /* background: #e189a794; */
    border-radius: 10px;
    font-weight: bold;
}

.dateCalendar {
    margin: auto;
    width: 650px;
    margin-top: 20px;
    text-align: start;
}

span.dateCalendarText {
    margin: 70px;
    line-height: 40px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
}

.dateMatchText {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    text-align: left;
    padding-left: 50px;
    border-bottom: solid 1px;
    border-top: solid 1px;
}

.dateMatchTextRight {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    text-align: right;
    padding-right: 50px;
    border-bottom: solid 1px;
    border-top: solid 1px;
}

.dateMatchProfilText {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
    text-align: left;
    padding-left: 50px;
    border-bottom: solid 1px #FFF;
    border-top: solid 1px #FFF;
}

.resumeJoker {
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
}

.jokerBig {
    width: 120px;
    padding-top: 20px;
}

.jokerMedium {
    width: 50px;
}

.jokerSmall {
    width: 38px;
}

.jokerdiv {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jokertile {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #72203c70;
    color: #380817;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.jokertext {
    padding: 15px;
}

.jokertextdiv {
    width: 780px;
    margin: auto;
    padding-top: 15px;
}

.jokerBigText {
    margin: 20px;
}

.availableJoker {
    display: flex;
    align-items: center;
}

.dayofStageText{
    font-size: 18px;
    font-weight: bold;
    color: #380817;
    padding: 10px 10px 10px 20px;
    background: #701e3978;
}

.availableJokerText{
    font-size: 18px;
    font-weight: bold;
    color: #380817;
    padding: 30px 30px 30px 60px;
}

.availableJokerImg {
    padding: 15px;
}

.jokerDisplayMatchs {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    height: 371px;
    flex-wrap: wrap;
    background: #701e3978;
}

.jokerMatch {
    width: 380px;
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.tiret {
    padding: 0 6px;
}

/* IMAGE STYLES */
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

[type=radio] + img {
cursor: pointer;
}
  
  /* CHECKED STYLES */
[type=radio]:checked + img {
    opacity: 1;
}

.jokerButton {
    padding: 0 8px;
    opacity: 0.5;
}

.paddingtop20 {
    padding-top: 20px;
}

.overflow {  
    height: 200px;  
  }  

.cadreprofil {
    background: #72203c70;
    color: #FFF;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin: 18px;
    padding: 3px 0px 6px 0px;
}

.cadreprofilsurnom {
    background: #72203c70;
    color: #FFF;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 3px 0px 22px 0px;
}

.cadreprofilsurnomBig {
    background: #72203c70;
    color: #FFF;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 3px 0px 22px 0px;
}


.logoEquipProfil {
    width: 23px;
    margin: 0 10px;
    border: 1px solid #ffffff;
}

.backgroundwhite {
    background: #ffffff91 !important;
}

.joueursimage {
    margin: 15px;
    border-color: #743957;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 10px;
}

.drapeausmall {
    display: inline;
    margin: 0px -3px;
    height: 100%;
    width: auto;
}

.image-cropper {
    border: 1px solid #FFF;
    width: 12px;
    height: 12px;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    right: 0px;
  }

  
  .small-widget-content {
    height: 100%;
  }

 .totalbut {
    font-size: 34px;
    color: #0c637f;
}
 .totatbutsmall {
    font-size: 20px;
    color: #0c637f;
}

.totalbutmoyenne {
    font-size: 14px;
    color: #0c637f;
}
 .totatbutsmallmoyenne {
    font-size: 9px;
    color: #0c637f;
}


.minute {
    text-align: left;
    color: #0c637f;
    line-height: 24px;
}

.scorers {
    color: #0c637f;
    line-height: 19px;
    font-size: 16px;
    text-align: left;
    display: flex;
}

.scorer_name {
    width: 140px;
}


.gain {
    color: #0c637f;
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    display: flex;
    padding-left: 39px;
}

.gain_name {
    width: 60px;
}

.bar{
   height: 14px;
   padding: 0px;
}

.percentBar {
    border-collapse: collapse;
    margin: 12px auto; 
}

.nextmatchsoloteams {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 90px;
}

.logoEquipebigbig {
    width: 100px;
    margin: 5px;
}

.nextmatchsoloteamshomename {
    font-weight: bold;
    font-size: 20px;
}

.nextmatchsoloteamsawayname {
    font-weight: bold;
    font-size: 20px;
}

.nextmatchsoloteamsmiddle {
    font-size: 60px;
    font-weight: bold;
}

.nextmatchsolodate {
    font-size: 12px;
    font-weight: bold;
}

.nextmatchsolotime {
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
}

.nextmatchsolopronos {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.lastmatchsolopronos {
    display: flex;
    justify-content: center;
}

.nextmatchsolopronosmiddle {
    width: 40px;
}

.lastmatchsolopronosmiddle {
    width: 20px;
    line-height: 27px;
}


.pancarteBigBig {
    background: rgb(0 0 0 / 85%);
    width: 50px;
    height: 50px;
    display: block;
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); */
}

.pancarteBigBigSmall {
    background: rgb(0 0 0 / 85%);
    width: 35px;
    height: 30px;
    display: block;
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); */
}

.percentBarpronos {
    border-collapse: collapse;
    margin: 22px 40px 2px 40px;
}

.percentBarresult {
    border-collapse: collapse;    
    margin: 10px 40px 2px 40px;
}

.barpronos{
    height: 14px;
    padding: 0px;
 }

 .cadreTableauAcceuilOneMatch {
    height: 250px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

 .onematch-card-event.mdl-card {
  width: 415px;
  height: 324px;
  background: #ffffff91;
}
.onematch-card-event > .mdl-card__actions {
border-color: rgba(255, 255, 255, 0.2);
}
.onematch-card-event > .mdl-card__title {
align-items: flex-start;
padding: 10px 10px;
}
.onematch-card-event > .mdl-card__title > h4 {
margin-top: 0;
}
.onematch-card-event > .mdl-card__actions {
display: flex;
box-sizing:border-box;
align-items: center;
}
.onematch-card-event > .mdl-card__actions > .material-icons {
padding-right: 10px;
}
.onematch-card-event > .mdl-card__title,
.onematch-card-event > .mdl-card__actions,
.onematch-card-event > .mdl-card__actions > .mdl-button {
color: #0c637f;
}

.firstbar {
    border-radius: 5px 0px 0px 5px;
}

.lastbar {
    border-radius: 0px 5px 5px 0px;
}

.onebar {
    border-radius: 5px;
}

span.scoretext {
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
}

.magintopless20 {
    margin-top: -26px;
}
.magintoplessline {
    margin-top: -23px;
}

.middleResultText, .resultText, .resultTextPoint {
    width: 120px;
    font-weight: bold;
    font-size: 18px;
}

span.textmatch {
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #000;
}

.profilPageContent {
    width:100%;
    height:1600px;
    display:flex;
}

/* ------------------------- */

.profilPage {
    text-align: center;
    /* height: 367px; */
    margin: auto;
    padding: 0;
    background: #ffffff61;
    max-width: 1200px;
    border-radius: 0 0 20px 20px;
}

.profilPageContentNew {
    width:100%;
    padding-bottom: 40px;
    display:flex;
    flex-direction: column;
}

.profilPage-info {
    width:100%;
    /* height: 200px; */
    background: #ffffff4f;
    color: #0c637f;
    padding-bottom: 12px;

    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    align-items: center;
}

.profilPage-info-perso {
    display:flex;
    flex-direction: column;
}

.profilPage-info-perso-surnom {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.profilPage-info-perso-photo-img {
    width: 170px;
    border-radius: 15px;
    border: solid 2px #FFF;
}

.profilPage-info-perso-modif {
    height: 38px;
}

.profilPage-info-perso-modifprofil {
    padding: 6px;
}

.profilPage-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.profilPage-content-pronos {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.profilPage-info-about {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 200px;
}

.profilPage-info-about-title {
    font-size: 17px;
    font-weight: bold;
    padding: 8px 15px;
}

.profilPage-info-about-title-petit {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px;
}

.profilPage-info-about-content {
    padding-left: 20px;
}

.profilPage-info-about-content-value {
    font-weight: bold;
}

.profilPage-info-about-profil {
    display: flex;
    justify-content: flex-end;
    width: 180px;
}

.profilPage-info-about-paiement{
    display: flex;
}

.profilPage-info-about-profil-classement {
    font-size: 27px;
    font-weight: bold;
    line-height: 40px;
}

.profilPage-info-about-profil-points {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.profilPage-info-about-rang {
    margin: 15px 10px;
    color: #2b2b2b;
    background: #ffffffb3;
    border-radius: 10px;
}

.profilPage-info-citation-content {
    font-family: 'Special Elite';
    font-weight: 100;
    font-size: 24px;
    max-width: 340px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 10px;
}

.profilPage-info-citation-content:before,
.profilPage-info-citation-content:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 8rem;
	height: 6rem;
}

.profilPage-info-citation-content:before {
	content: '“';
	left: -6rem;
	top: 0rem;
}

.profilPage-info-citation-content:after {
	content: '”';
	right: -5rem;
	bottom: 0rem;
}


.profilPage-info-citation-content-cite {
    font-family: "Kalam", cursive;
    padding-left: 200px;
    font-size: 18px;
}

.bonuscard {
    width: 300px !important;
}

input[type="number" i] {
    width: 60px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    border: solid 1px;
    border-radius: 5px;
}


.checkbox-wrapper-22 .switch {
display: inline-block;
height: 34px;
position: relative;
width: 60px;
}

.checkbox-wrapper-22 .switch input {
display:none;
}

.checkbox-wrapper-22 .slider {
background-color: #b74a4a;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}

.checkbox-wrapper-22 .slider:before {
background-color: #fff;
bottom: 4px;
content: "";
height: 26px;
left: 4px;
position: absolute;
transition: .4s;
width: 26px;
}

.checkbox-wrapper-22 input:checked + .slider {
/* background-color: #66bb6a; */
background-color: #429b46;
}

.checkbox-wrapper-22 input:checked + .slider:before {
transform: translateX(26px);
}

.checkbox-wrapper-22 .slider.round {
border-radius: 34px;
}

.checkbox-wrapper-22 .slider.round:before {
border-radius: 50%;
}

.match-date {
    font-size: 25px;
}

.match-bars {
    padding-top: 10px;
}

.showmore {
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    background: #09998e4f;
    color: #0c637f;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 15px;
    font-size: 12px;
    height: 25px;
    font-family: Arial;
}

.RetourSpan-profil {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 99;
    color: #ffffffab;
}

.RetourSpan-profil:hover {
    color: #ffffff;
}

.admin {
    margin: 0px 70px;
    background: #ffffff61;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
}

.admin-date {
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

.admin-match {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ffffff42;
}

.admin-match-name {
    width: 120px;
}

.admin-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin-buttons-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.admin-button {
    font-size: 25px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    margin: 12px 36px;
}

.admin-bonus {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    padding: 30px 100px;
}

.admin-bonus-line {
    display: flex;
    justify-content: space-between;
}

.admin-bonus-titre {
    padding: 10px;
    width: 230px;
}

.admin-bonus-value {
    padding: 10px;
}

.trombi {
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

img.tombi-carte-content-photo-img {
    max-width: 180px;
    border-radius: 10px;
    border: solid 1px #FFF;
}

.tombi-carte {
    margin: 10px;
    width: 280px;
    background: #ffffff91;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tombi-carte-surnom {
    background: #0c637f;
    color: #FFF;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Orbitron", sans-serif;
}

.tombi-carte-content {
    padding: 10px 10px 0 10px;
    flex-direction: column;
    justify-content: space-between;
}

.tombi-carte-content-info {
    padding: 10px 10px 0 10px;
}

.tombi-carte-content-info-citation {
    padding: 20px;
    font-family: 'Special Elite';
}

.tombi-carte-content-code {
    font-family: "Libre Barcode 128 Text", system-ui;
    font-size: 30px;
}

.tombi-carte-content-info-showmore {
    padding: 20px;
}

.profilPage-content-stat {
}



.profilPage-content-stats-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 30px;
}

.profilPage-content-stats-bars-line {
    display: flex;
    width: 100%;
}

.profilPage-content-stats-bars-line-match {
    
    width: 45%;
    color: #FFF;
    display: flex;
    justify-content: end;
    padding: 2px 10px;
    text-align: left;
}

.profilPage-content-stats-bars-line-match-bar {
    padding-left: 10px;
    border-radius: 25px;
    line-height: 28px;
}

.profilPage-content-stats-bars-line-titre {
    font-weight: bold;
    font-size: 20px;
    padding: 8px;

    min-width: 80px;
}

.profilPage-content-stats-bars-line-point {
    width: 45%;
    display: flex;
    justify-content: start;    
    color: #FFF;
    padding: 2px 10px;
    
    text-align: right;
}

.profilPage-content-stats-bars-line-point-bar {
    padding-right: 6px;
    padding-left: 2px;
    border-radius: 25px;
    
    line-height: 28px;
}


.bar-perfect {
    background: #00b7ff;
    border: solid 2px #c0f4fa;
}

.bar-correct {
    background: #2bdf6e;
    border: solid 2px #b1f7c0;
}

.bar-correct-plus {
    background: #2bdfaa;
    border: solid 2px #b1f7ff;
}


.bar-inverse {
    background: #757575;
    border: solid 2px #cdcdcd;
}

.bar-echec {
    background: #ed1e25;
    border: solid 2px #ed9d9d;
}

.bar-bonus {
    background: #d9ca00;
    border: solid 2px #fff130;
}

.profilPage-content-stat-graph {
    display: flex;
    justify-content: center;
}


.profilPage-content-stats-waiting-titre {
    font-size: 30px;
    font-weight: bold;
    padding: 30px 50px 28px 50px;
    color: #3f3f3f;
}

.profilPage-content-stats-waiting-phrase {
    font-size: 18px;
    color: #3f3f3f;
    font-family: "Kalam", cursive;
    padding: 10px 50px 28px 50px;
}

.bonus-empty {
    font-size: 30px;
    font-weight: bold;
    padding: 90px 50px 28px 50px;
    color: #3f3f3f;
}

.bonus-empty-phrase {
    font-size: 18px;
    color: #3f3f3f;
    font-family: "Kalam", cursive;
    width: 80%;
    margin: auto;
    padding: 10px 0px 20px 0px;
}

.bonus-empty-phrase-middle {
    font-size: 18px;
    color: #3f3f3f;
    padding: 0px 0px 40px 0px;
}


.carousel-wrapper{
    width: 650px;
    position:relative;
    height: 130%;
    margin:0 auto;
  }
  .carousel-item{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
    /* transition: all 0.5s ease-in-out; */
  }
  .arrow{
    border: solid #0c637f;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 10px;
    border-radius: 7px;
  }
  
  .arrow-prev{
    left: 130px;
    position: absolute;
    top: 10px;
    transform: translateY(-50%) rotate(135deg);
  }
   
  .arrow-next{
    right: 130px;
    position: absolute;
    top: 10px;
    transform: translateY(-50%) rotate(-45deg);
    }
  
  .light{
    color:white;
  }
  
  @media (max-width: 480px) {
        .arrow, .light .arrow {
          background-size: 10px;
          background-position: 10px 50%;
        }
      }
  
    .JourneeTitre {
        font-size: 20px;
        font-weight: bold;
        color: #0c637f;
    }

.viewMatchTitleSingle {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 30px;
    padding: 10px 0 2px 0;
    color: #0c637f;
    background: #ffffff26;
}
 
.viewMatchTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 30px;
    padding: 10px 0 2px 0;
    color: #0c637f;
    background: #ffffff26;
    border-radius: 20px 20px 0 0;
}

.viewMatchTitlProfil {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 30px;
    padding: 10px 0 2px 0;
    color: #0c637f;
    background: #ffffff26;
    border-radius: 20px 20px 0 0;
}

.viewMatchTitleDay {
    font-size: 20px;
    font-weight: bold;
}

.viewMatchTitleArrow, .viewProfilTitleNextDay, .viewProfilTitlePrevDay {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 70px;
}

.viewMatchTitleArrowHidden {
    cursor: default;
    opacity: 0;
}

.viewCalendarTitleDay {
    font-size: 30px;
    font-weight: bold;
}

.viewCalendarTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 30px;
    padding: 10px 0 2px 0;
    color: #0c637f;
    /* background: #ffffff26; */
}

.viewCalendarTitleArrow {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.viewMatchTitleProfil {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 30px;
    padding: 10px 0 2px 0;
    color: #0c637f;
    /* background: #ffffff26; */
}

.viewProfilTitleDay {
    font-size: 20px;
    font-weight: bold;
}

.viewProfilTitleArrow, .viewProfilTitleDay, .viewCalendarTitleDay, .viewMatchTitleDay {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.match-ligne {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.match-ligne-name {
    font-size: 35px;
    width: 200px;
}
.match-ligne-score {
    width: 50px;
}
.match-ligne-separator {
    font-size: 30px;
    padding: 5px;
}

.match-ligne-right {
    text-align: right;
    padding-right: 20px;
}

.match-ligne-left {
    text-align: left;
    padding-left: 20px;
}



.rougedefault {
    background: #ffffff91;
}

.mdl-card {
    margin: 5px;
    background: #ffffff91;
}

.demo-card-event.mdl-card {
    flex: 1 1 600px;
    margin: 5px;
    background: #ffffff91;
}
  
.classement-card-event.mdl-card {
    width: 100%;
}

.classement-general {
    background: #72203c70;
}
  
.classement-equipe {
    background: #2240c6;
}
  
.classement-femme {
    background: #f51461;
}
  
.classement-montagne {
    background: #3bae1a;
}
  
.information-card-event.mdl-card {
    flex: 1 1 400px;
    min-height: 102px;
    background: #ffffff91;
}

.statistics-card-event.mdl-card {
    width: 100%;
    min-height: 110px;
    background: #ffffff91;
}
  
.bonus-favotire-card-event.mdl-card {
    width: 840px;
    min-height: 408px;
    height: 408px;
    background: #ffffff91;
}
  
.bonus-small-card-event.mdl-card {
    width: 270px;
    height: 405px;
    background: #ffffff91;
}
  
.small-card-event.mdl-card {
    width: 200px;
    height: 120px;
    min-height: 120px;
    background: #ffffff91;
}
  
.bonus-medium-card-event.mdl-card {
    width: 415px;
    height: 405px;
    background: #ffffff91;
}
  
.chips-body {
    background: #ffffff26;
    color: #fff;
}
  
.chips-red {
    background: #f51414 !important;
}
  
.chips-green {
    background: #3bae1a !important;
}
  
.chips-red-body:active {
    background: #f51414 !important;
}
  
.chips-green-body:active {
    background: #3bae1a !important;
}
  
  
.displaymatch-card-event.mdl-card {
    margin: auto;
    width: 850px;
    margin-top: 20px;    
    background: #ffffff91;
}
  
.displaymatch-card-event.stats {
    min-height: 0;
}
  
.height300 {
  height: 356px !important;
  min-height: 356px !important;
}
  
.height150 {
  height: 418px !important;
  min-height: 190px !important;
}
  
.heightbonusform {
    height: 500px !important;
    min-height: 500px !important;
}
  
#RetourProfil {
  background: #ffffff;
  color: #0c637f; 
}
  
#RetourAcceuil {
  background: #ffffff;
  color: #0c637f;
}

.match-card-event.mdl-card {
    width: 650px;
    background: #00000014;
    margin: auto;
    margin-top: 40px;
}
  
.classementbutton {
    background: none !important;
}

.accueil-match-line {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 65px;
}

/* .accueil-match-line-last-day {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 45px;
} */

.accueil-match-score {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    min-width: 340px;
}

.accueil-match-score-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .accueil-match-score {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    min-width: 340px;
} */

.accueil-match-score-last-day {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    min-width: 340px;
}

.accueil-match-score-last-day-pronos {
    min-width: 0;
}

.accueil-score {
    /* margin-left: 20px; */
    padding: 0;
    font-weight: bold;
    font-size: 13px;
    color: #474747;
    height: 12px;
    padding: 2px 0 0 0;
}

.profil-time {
    font-size: 18px;    
    text-align: center;
    margin: auto;
}

.update-profil-sub-line {
    display: flex;
    justify-content: space-between;
}

.surnom-match {
    cursor: pointer;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
}

.surnom-match-big {
    font-size: 26px;
}

.surnom-match:hover {
    color: #FFF;
}

.playoff-title {
    padding: 0 120px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.playoff-title-home {
    border-bottom: solid 1px;
    background: #ffffff4a;
 }

.playoff-item:last-child {
    border: none;
  }

.playoff-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 30px 10px 30px;
    border-radius: 20px;
    background: #f0f8ff61;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.playoff-content-pronos {
    margin: 40px 30px 20px 30px;
}


.playoff-item {
    display: flex;
    justify-content: center;
    height: 100px;
    border-bottom: solid 2px #FFF;
}

.playoff-item-big {    
    height: 200px;
    font-size: 19px;
    line-height: 31px;
}

.playoff-item-pronos {    
    height: 100%;
    font-size: 19px;
    line-height: 31px;
}

.playoff-match>a {
    color: #000;
    font-weight: bold;
    text-decoration: none;

}


.playoff-match {
    position: absolute;
    margin-top: 25px;
    padding: 8px;
    border: solid;
    border-radius: 40px;
    font-size: 20px;
    line-height: 24px;
    width: 25px;
    height: 25px;
    background: #e1ecff;
    cursor: pointer;
    
}

.playoff-match-big {
    margin-top: 75px;
    font-size: 25px;
    line-height: 27px;
    width: 30px;
    height: 30px;
}

.playoff-item-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.playoff-item-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.playoff-background {
    background: #ffffff45;
}

.playoff-item-left-title-match {
    font-size: 16px;
    line-height: 24px;
    width: 25px;
    height: 25px;
    border: solid 1px;
    border-radius: 40px;
    padding: 5px;
}

.playoff-item-left-joueur {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-right: 20px;
    flex-wrap: wrap;
}


.playoff-item-right-joueur {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-left: 20px;
}


.playoff-item-left-joueur-title {
    width: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.playoff-item-left-joueur-pancarte {
    width: 50px;
    line-height: 30px;
    margin: auto 0;
}

.playoff-item-joueur-img-content {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 2px solid #FFF;
    object-fit: cover;
}

.playoff-item-joueur-img-content-big {
    width: 100px;
    height: 100px;
}

.playoff-item-left-pronos {
    line-height: normal;
    display: block;
}

.total {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    border-top: solid 1px #FFF;
    justify-content: end;
    padding: 10px 10px;
}

.total-right {
    display: flex;
    justify-content: start;
    padding: 10px 10px;
}

.total-profil {
    display: flex;
    justify-content: start;
    padding: 10px 25px;
}


.playoff-total {
    text-align: right;
    padding-right: 20px;
    line-height: 40px;
}

.playoff-total-right {
    text-align: left;
    padding-left: 20px;
}

.playoff-total-pancarte {
    text-align: center;
}

.pancarte-total {
    background: rgba(0, 0, 0, 0.68);
    border: solid 2px #757575;
    padding: 3px;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    width: 50px;
}

.playoff-home {
    width: 100%;
    background: #ffffff30;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.playoff-home-second {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.mdl-card__title.mdl-card--expand {
    flex-direction: column;
}

.playoff-no-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

.playoff-no-content-titre {
    font-size: 20px;
    font-weight: bold;
    color: #3f3f3f;
}

.home-classement {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 5px 10px;
    
    border-radius: 40px;
    overflow: hidden;
}

.home-classement-item {
    width: 50%;
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}

.background-red-gradient {
    background: linear-gradient(90deg, #ff000957 0%, rgba(2, 0, 36, 0) 50%);
}

.background-red-gradient-inverse {
    background: linear-gradient(270deg, #ff000957 0%, rgba(2, 0, 36, 0) 100%);
}

.background-red {
    background: #ff000957;
}

.background-yellow-gradient {
    background: linear-gradient(90deg, #feee1770 0%, rgba(2, 0, 36, 0) 50%);
}

.background-yellow-gradient-inverse {
    background: linear-gradient(270deg, #feee1770 0%, rgba(2, 0, 36, 0) 100%);
}


.background-yellow {
    background: #feee1770;
}

.background-green-gradient {
    background: linear-gradient(90deg, #2bdf7770 0%, rgba(2, 0, 36, 0) 50%);
}

.background-green-gradient-inverse {
    background: linear-gradient(270deg, #2bdf7770 0%, rgba(2, 0, 36, 0) 100%);
}

.background-green {
    background: #2bdf7770;
}

.background-green-plus-gradient {
    background: linear-gradient(90deg, #00ff037a  0%, rgba(2, 0, 36, 0) 50%);
}

.background-green-plus-gradient-inverse {
    background: linear-gradient(270deg, #00ff037a  0%, rgba(2, 0, 36, 0) 100%);
}


.background-green-plus {
    background: #00ff037a;
}

.background-bleu-gradient {
    background: linear-gradient(90deg, #00dbff7d 0%, rgba(2, 0, 36, 0) 50%);
}

.background-bleu-gradient-inverse {
    background: linear-gradient(270deg, #00dbff7d 0%, rgba(2, 0, 36, 0) 100%);
}

.background-bleu {
    background: #00dbff7d;
}

.background-orange-gradient {
    background: linear-gradient(90deg, #ff980070 0%, rgba(2, 0, 36, 0) 50%);
}

.background-orange-gradient-inverse {
    background: linear-gradient(270deg, #ff980070 0%, rgba(2, 0, 36, 0) 100%);
}

.background-orange {
    background: #ff980070;
}

.admin-joueurs-list {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.admin-joueurs-item {
    display: flex;
    justify-content: space-around;
    border-bottom: solid 1px;
    padding: 10px;
    align-items: center;
}

.admin-joueurs-surnom {
    width: 300px;
}

.competition-label {
    padding: 20px;
    font-size: 25px;
}

.competition-select-input {
    padding: 20px;
}

/* ── Page compétition — cartes modernes ─────────────────────────────────── */
.comp-intro {
    font-size: 13px;
    color: #444;
    margin: 4px 0 18px;
    padding: 0 16px;
    text-align: center;
}

.comp-season-header {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0c637f;
    padding: 6px 20px 4px;
    margin-top: 12px;
    text-align: center;
}

.comp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 8px 20px 20px;
    justify-content: center;
}

.comp-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 150px;
    max-width: 200px;
    padding: 20px 18px 16px;
    background: #fff;
    border: 2px solid rgba(12, 99, 127, 0.18);
    border-radius: 14px;
    color: #1a2535;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.comp-card:hover {
    background: #f0faff;
    border-color: #0c637f;
    box-shadow: 0 4px 14px rgba(12, 99, 127, 0.14);
    transform: translateY(-2px);
}

.comp-card-active {
    background: #e4f6fc;
    border-color: #0c637f;
    box-shadow: 0 2px 12px rgba(12, 99, 127, 0.18);
}

.comp-card-active:hover {
    background: #d4eff9;
}

.comp-card-icon {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1;
}

.comp-card-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a2535;
    line-height: 1.3;
}

.comp-card-badge {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #0c637f;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: rgba(12, 99, 127, 0.1);
    padding: 3px 8px;
    border-radius: 20px;
}

.whatsapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    font-weight: bold;
    overflow: hidden;
}

img.whatsapp-qr-img {
    width: 500px;
}

.whatsapp-text {
    font-size: 20px;
    padding: 5px;
}

.profilPage-content-stats-graph-content {
    background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29) 1.5px, transparent 1.5px, transparent);
    background-size: 48px 48px;
    background-color: rgba(71, 212, 255, 0);
    height: 200px;
    padding: 10px;
}

.profilPage-content-stats-graph {
    padding: 10px 30px;    
    border-top: solid 1px #FFF;
}

.profilPage-content-titre {
    font-size: 18px;
    padding: 8px;
    font-weight: bold;
}

.titre {
    font-size: 40px;
    padding: 8px;
    font-weight: bold;
    font-family: "Kalam", cursive;
}

.profilPage-content-stats-graph-content-bars {
    display: flex;
    font-weight: bold;
    justify-content: space-around;
    height: 100%;
    font-size: 14px;
    /* align-items: end; */
}

.profilPage-content-stats-graph-content-column {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.bar-bleu {
    background: #00b7ff;
    border: solid 1px #c0f4fa;
    width: 60%;
    border-radius: 5px;
}

.bar-vert {
    background: #2bdfaa;
    border: solid 1px #b1f7ff;
    width: 60%;
    border-radius: 5px;
}

.bar-jaune {
    background: #2bdf6e;
    border: solid 1px #b1f7c0;
    width: 60%;
    border-radius: 5px;
}

.bar-orange {
    background: #ff853c;
    border: solid 1px #d3ccc4;
    width: 60%;
    border-radius: 5px;
}

.bar-red {
    background: #ed1e25;
    border: solid 1px #ed9d9d;
    width: 60%;
    border-radius: 5px;
}

/* ═══════════════════════════════════════════════════════════
   ADMIN — po- design system
   viewAdmin.php / viewAdminDay.php / viewAdminDemandes.php
   viewAdminJoueurs.php / viewAdminCompetitionJoueurs.php
   viewAdminCalendrier.php / viewAdminPlayoff.php
   ═══════════════════════════════════════════════════════════ */

/* ── Bannières retour action (viewAdmin.php) ───────────── */
.adm-banner {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 18px; border-radius: 10px; margin-bottom: 18px;
    font-size: 14px; font-weight: 600;
}
.adm-banner .material-icons { font-size: 20px; flex-shrink: 0; }
.adm-banner-ok  { background: #e6faf3; color: #087a55; border: 1.5px solid #06d6a0; }
.adm-banner-err { background: #fff0f0; color: #b71c1c; border: 1.5px solid var(--po-red); }

/* ── Moulinette loader (viewAdmin.php) ─────────────────── */
#moulinette-loader {
    display: none;
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(26,37,53,.72);
    backdrop-filter: blur(3px);
    flex-direction: column;
    align-items: center; justify-content: center;
    gap: 18px;
}
#moulinette-loader.active { display: flex; }
.moul-spinner {
    width: 52px; height: 52px;
    border: 4px solid rgba(6,214,160,.25);
    border-top-color: var(--po-green);
    border-radius: 50%;
    animation: moul-spin .75s linear infinite;
}
@keyframes moul-spin { to { transform: rotate(360deg); } }
.moul-label { color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .04em; }
.moul-sub   { color: rgba(255,255,255,.5); font-size: 12px; margin-top: -10px; }

/* ── Navigation journée (viewAdminDay.php) ─────────────── */
.adm-day-nav {
    display: flex; align-items: center; justify-content: space-between;
    background: var(--po-card); border: 1.5px solid var(--po-border);
    border-radius: 10px; padding: 10px 16px; margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,.04);
}
.adm-day-nav-arrow {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 8px; cursor: pointer;
    color: var(--po-teal); transition: background .15s;
    user-select: none;
}
.adm-day-nav-arrow:hover { background: rgba(12,99,127,.08); }
.adm-day-nav-arrow.viewMatchTitleArrowHidden { opacity: 0; pointer-events: none; }
.adm-day-nav-label { font-size: 16px; font-weight: 700; color: var(--po-dark); user-select: none; }
#viewPrevMatchContent { min-height: 60px; }

/* ── Date séparateur ────────────────────────────────────── */
.adm-date-header {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .08em; color: var(--po-teal);
    padding: 14px 0 6px; margin-top: 4px;
    border-top: 1.5px solid var(--po-border);
}
.adm-date-header:first-child { border-top: none; margin-top: 0; }

/* ── Carte match ────────────────────────────────────────── */
.adm-match-row {
    display: flex; align-items: center; gap: 10px;
    background: var(--po-card); border: 1.5px solid var(--po-border);
    border-radius: 10px; padding: 10px 14px; margin-bottom: 8px;
    transition: box-shadow .15s;
}
.adm-match-row:hover { box-shadow: 0 2px 10px rgba(12,99,127,.1); }
.adm-match-team { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; }
.adm-match-team.away { flex-direction: row-reverse; }
.adm-match-logo { width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; }
.adm-match-name { font-size: 20px; font-weight: 600; color: var(--po-dark); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.adm-match-score { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.adm-match-score input[type="number"] {
    width: 46px; height: 36px; text-align: center;
    border: 1.5px solid var(--po-border); border-radius: 8px;
    font-size: 16px; font-weight: 700; color: var(--po-dark);
    background: #fff; -moz-appearance: textfield;
}
.adm-match-score input[type="number"]::-webkit-outer-spin-button,
.adm-match-score input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
.adm-match-score input[type="number"]:focus { border-color: var(--po-teal); outline: none; }
.adm-score-sep { font-size: 18px; font-weight: 300; color: #bbb; }
.adm-toggle-wrap { flex-shrink: 0; margin-left: 4px; }
.adm-toggle-wrap .switch { position: relative; display: inline-block; width: 38px; height: 20px; }
.adm-toggle-wrap .switch input { opacity: 0; width: 0; height: 0; }
.adm-toggle-wrap .slider { position: absolute; inset: 0; background: #ddd; border-radius: 20px; cursor: pointer; transition: background .2s; }
.adm-toggle-wrap .slider::before {
    content: ''; position: absolute;
    width: 14px; height: 14px; left: 3px; top: 3px;
    background: #fff; border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.2); transition: left .2s;
}
.adm-toggle-wrap input:checked + .slider { background: var(--po-green); }
.adm-toggle-wrap input:checked + .slider::before { left: 21px; }
.adm-form-submit { display: flex; justify-content: center;     padding-right: 70px; padding-top: 10px; }

/* ── Demandes (viewAdminDemandes.php) ───────────────────── */
.dem-wrap { max-width: 860px; margin: 0 auto; padding: 10px 0 50px; }
.dem-banner {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
    padding: 14px 18px; border-radius: 10px; margin-bottom: 24px;
    background: #f0fdf8; border: 1.5px solid var(--po-green); color: #1a6b52; font-size: 14px;
}
.dem-banner.reset { background: #f0f8fd; border-color: var(--po-teal); color: var(--po-teal); }
.dem-banner a.dem-mailto {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 18px; background: var(--po-teal); color: #fff;
    font-weight: 700; font-size: 13px; border-radius: 6px; text-decoration: none; white-space: nowrap;
    transition: filter .15s;
}
.dem-banner a.dem-mailto:hover { filter: brightness(1.1); }
.dem-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.dem-section-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--po-teal); }
.dem-badge-count { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #c62828; color: #fff; font-size: 12px; font-weight: 700; line-height: 1; }
.dem-card {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 14px 18px; border-radius: 10px; margin-bottom: 8px;
    background: var(--po-card); border: 1.5px solid var(--po-border);
    border-left: 4px solid var(--po-border); transition: box-shadow .15s, border-color .15s;
}
.dem-card:hover { box-shadow: 0 2px 12px rgba(12,99,127,.1); }
.dem-card.pending  { border-left-color: #e53935; }
.dem-card.accepted { border-left-color: var(--po-green); }
.dem-avatar { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 2px solid var(--po-border); }
.dem-avatar-placeholder {
    width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0;
    background: rgba(12,99,127,.08); border: 2px solid var(--po-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: var(--po-teal);
}
.dem-info { flex: 1; min-width: 0; text-align: center; }
.dem-surnom { font-size: 16px; font-weight: 700; color: var(--po-dark); margin-bottom: 2px; }
.dem-name   { font-size: 13px; color: #666; margin-bottom: 4px; }
.dem-mail   { font-size: 12px; color: var(--po-teal); }
.dem-desc   { font-size: 12px; color: #888; margin-top: 6px; font-style: italic; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dem-right  { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; flex-shrink: 0; }
.badge-attente { display:inline-block; padding:3px 10px; border-radius:10px; background:#c62828; color:#fff; font-size:11px; font-weight:700; }
.badge-accepte { display:inline-block; padding:3px 10px; border-radius:10px; background:#f0fdf8; color:#1a6b52; font-size:11px; font-weight:700; border:1px solid var(--po-green); }
.badge-refuse  { display:inline-block; padding:3px 10px; border-radius:10px; background:#fff2f2; color:#c62828; font-size:11px; font-weight:700; border:1px solid rgba(229,57,53,.35); }
.dem-comps-toggle { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; cursor: pointer; color: var(--po-teal); font-size: 11px; font-weight: 700; user-select: none; }
.dem-comps-toggle:hover { opacity: .75; }
.dem-comps-toggle .arrow-collapse { display: inline-block; font-size: 9px; font-style: normal; transition: transform .2s; line-height: 1; }
.dem-comps-toggle.open .arrow-collapse { transform: rotate(90deg); }
.dem-comps { display: none; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.dem-comps.open { display: flex; justify-content: center; }
.dem-comp-pill { font-size: 11px; font-weight: 600; padding: 2px 9px; border-radius: 10px; background: rgba(12,99,127,.08); color: var(--po-teal); border: 1px solid var(--po-border); white-space: nowrap; }
.dem-action { display: flex; align-items: center; gap: 8px; }
.dem-action select { padding: 6px 10px; border-radius: 6px; border: 1.5px solid var(--po-border); background: #fff; color: var(--po-dark); font-size: 13px; cursor: pointer; }
.btn-accept   { padding: 7px 7px; border: none; border-radius: 6px; background: var(--po-green); color: #063a30; font-weight: 700; font-size: 13px; cursor: pointer; white-space: nowrap; transition: filter .15s; }
.btn-accept:hover { filter: brightness(1.08); }
.btn-reset    { padding: 7px 7px; border: 1.5px solid var(--po-border); border-radius: 6px; background: rgba(12,99,127,.1); color: var(--po-teal); font-weight: 600; font-size: 12px; cursor: pointer; white-space: nowrap; transition: background .15s; }
.btn-reset:hover { background: rgba(12,99,127,.18); }
.btn-refuse   { padding: 7px 7px; border: 1.5px solid rgba(229,57,53,.25); border-radius: 6px; background: rgba(229,57,53,.08); color: #c62828; font-weight: 600; font-size: 12px; cursor: pointer; white-space: nowrap; transition: background .15s; }
.btn-refuse:hover { background: rgba(229,57,53,.16); }
.btn-unrefuse { padding: 5px 12px; border: 1.5px solid var(--po-border); border-radius: 6px; background: rgba(12,99,127,.08); color: var(--po-teal); font-weight: 600; font-size: 11px; cursor: pointer; white-space: nowrap; transition: background .15s; }
.btn-unrefuse:hover { background: rgba(12,99,127,.16); }
.dem-sep { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--po-teal); padding: 20px 0 8px; border-top: 1.5px solid var(--po-border); margin-top: 8px; }

/* ── Joueurs (viewAdminJoueurs.php) ─────────────────────── */
.jou-wrap { max-width: 680px; margin: 0 auto; padding: 10px 0 40px; }
.jou-stats { display: flex; gap: 12px; margin-bottom: 24px; }
.jou-stat-card { flex: 1; background: var(--po-card); border: 1.5px solid var(--po-border); border-radius: 10px; padding: 14px 18px; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.jou-stat-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: #999; margin-bottom: 4px; }
.jou-stat-value { font-size: 26px; font-weight: 800; color: var(--po-teal); line-height: 1; }
.jou-stat-sub   { font-size: 12px; color: #777; margin-top: 3px; }
.jou-table { width: 100%; border-collapse: collapse; background: var(--po-card); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.jou-table thead tr { background: var(--po-teal); }
.jou-table th { padding: 11px 16px; font-size: 12px; font-weight: 600; color: #fff; text-align: left; letter-spacing: .04em; text-transform: uppercase; }
.jou-table th.center { text-align: center; }
.jou-table tbody tr { border-bottom: 1px solid var(--po-border); transition: background .12s; }
.jou-table tbody tr:last-child { border-bottom: none; }
.jou-table tbody tr:hover { background: rgba(12,99,127,.04); }
.jou-table td { padding: 12px 16px; font-size: 14px; color: var(--po-dark); vertical-align: middle; }
.jou-table td.center { text-align: center; }
.jou-rang { width: 32px; height: 32px; border-radius: 50%; background: rgba(12,99,127,.1); color: var(--po-teal); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.jou-surnom { font-weight: 600; }
.jou-status-ok      { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 20px; background: #f0fdf8; border: 1px solid var(--po-green); color: #1a6b52; font-size: 12px; font-weight: 700; }
.jou-status-missing { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 20px; background: #fff2f2; border: 1px solid var(--po-red); color: #8b2020; font-size: 12px; font-weight: 700; }
.jou-status-na      { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 20px; background: rgba(0,0,0,.04); border: 1px solid #ddd; color: #999; font-size: 12px; font-weight: 600; }

/* ── Compétition Joueurs (viewAdminCompetitionJoueurs.php) ─ */
.cj-wrap { max-width: 920px; margin: 0 auto; padding: 10px 0 100px; }
.cj-selector { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; background: var(--po-card); border-radius: 10px; padding: 14px 18px; border: 1.5px solid var(--po-border); box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.cj-selector label { font-size: 12px; font-weight: 700; color: var(--po-teal); white-space: nowrap; text-transform: uppercase; letter-spacing: .07em; }
.cj-selector select { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1.5px solid var(--po-border); background: #fff; color: var(--po-dark); font-size: 14px; cursor: pointer; height: 40px; }
.cj-selector button { padding: 8px 20px; border: none; border-radius: 6px; background: var(--po-teal); color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; transition: filter .15s; }
.cj-selector button:hover { filter: brightness(1.1); }
.cj-banner { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 10px; margin-bottom: 20px; font-size: 14px; font-weight: 600; }
.cj-banner.ok     { background: #f0fdf8; border: 1.5px solid var(--po-green); color: #1a6b52; }
.cj-banner.locked { background: #fff8e1; border: 1.5px solid var(--po-yellow); color: #7a5c00; }
.cj-banner.saved  { background: #f0f8fd; border: 1.5px solid var(--po-teal); color: var(--po-teal); }
.cj-count { font-size: 13px; color: #555; margin-bottom: 14px; font-weight: 600; }
.cj-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; margin-bottom: 28px; }
.cj-card { background: var(--po-card); border-radius: 12px; padding: 16px 10px 14px; display: flex; flex-direction: column; align-items: center; gap: 8px; border: 2.5px solid var(--po-border); transition: border-color .15s, box-shadow .15s, opacity .15s; cursor: pointer; position: relative; }
.cj-card:hover { border-color: var(--po-teal); }
.cj-card.is-in  { border-color: var(--po-teal); box-shadow: 0 4px 16px rgba(12,99,127,.14); }
.cj-card.is-out { opacity: .55; }
.cj-card.is-out:hover { opacity: 1; }
.cj-card input[type="checkbox"] { display: none; }
.cj-avatar { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; border: 2px solid var(--po-border); }
.cj-surnom { font-size: 13px; font-weight: 700; color: var(--po-dark); text-align: center; line-height: 1.2; }
.cj-name   { font-size: 11px; color: #888; text-align: center; }
.cj-toggle { width: 40px; height: 20px; border-radius: 10px; background: #ddd; position: relative; transition: background .2s; flex-shrink: 0; }
.cj-toggle::after { content: ''; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #fff; transition: left .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.cj-card.is-in .cj-toggle { background: var(--po-teal); }
.cj-card.is-in .cj-toggle::after { left: 23px; }
.cj-card.disabled { cursor: default; }
.cj-card.disabled:hover { border-color: var(--po-border); box-shadow: none; opacity: .55 !important; }
.cj-actions { display: flex; align-items: center; justify-content: center; padding-top: 8px; }

/* ── Calendrier (viewAdminCalendrier.php) ───────────────── */
.cal-wrap { max-width: 720px; margin: 0 auto; padding: 10px 0 40px; }
.cal-selector { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; background: var(--po-card); border-radius: 10px; padding: 14px 18px; border: 1.5px solid var(--po-border); box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.cal-selector label { font-size: 12px; font-weight: 700; color: var(--po-teal); white-space: nowrap; text-transform: uppercase; letter-spacing: .07em; }
.cal-selector select { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1.5px solid var(--po-border); background: #fff; color: var(--po-dark); font-size: 14px; cursor: pointer; height: 40px; }
.cal-actions { display: flex; gap: 16px; }
.cal-action-card { flex: 1; background: var(--po-card); border: 2.5px solid var(--po-border); border-radius: 14px; padding: 22px 20px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: border-color .2s, box-shadow .2s; }
.cal-action-card:hover { border-color: var(--po-teal); box-shadow: 0 4px 18px rgba(12,99,127,.12); }
.cal-action-icon { font-size: 28px; }
.cal-action-name { font-size: 17px; font-weight: 700; color: var(--po-dark); }
.cal-action-desc { font-size: 13px; color: #666; line-height: 1.5; flex: 1; }
.cal-date-row { display: flex; align-items: center; gap: 10px; }
.cal-date-row input[type="date"] { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1.5px solid var(--po-border); background: #fff; color: var(--po-dark); font-size: 14px; }

/* ── Dashboard (viewAdminDashboard.php) ─────────────────── */
.dash-stats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px; margin-bottom: 8px;
}
.dash-stat-card {
    background: var(--po-card); border: 1.5px solid var(--po-border);
    border-radius: 14px; padding: 20px 18px;
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: box-shadow .15s;
}
.dash-stat-card:hover { box-shadow: 0 4px 16px rgba(12,99,127,.1); }
a.dash-stat-card { text-decoration: none; color: inherit; }
a.dash-stat-card:hover { text-decoration: none; }
.dash-stat-card.dash-stat-alert { border-color: var(--po-red); background: #fff8f8; }
.dash-stat-card.dash-stat-warn  { border-color: var(--po-yellow); background: #fffdf0; }
.dash-stat-card.dash-stat-ok    { border-color: var(--po-green);  background: #f0fdf8; }
.dash-stat-icon  { font-size: 26px; line-height: 1; }
.dash-stat-value { font-size: 28px; font-weight: 800; color: var(--po-teal); line-height: 1; }
.dash-stat-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: #888; }
.dash-stat-value-sm { font-size: 18px; }
.dash-stat-link  { font-size: 12px; font-weight: 700; color: var(--po-teal); text-decoration: none; margin-top: 4px; }
.dash-stat-link:hover { text-decoration: underline; }

.dash-shortcuts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
}
.dash-shortcut {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    background: var(--po-card); border: 1.5px solid var(--po-border);
    border-radius: 12px; padding: 18px 12px;
    text-decoration: none; color: var(--po-dark);
    transition: border-color .15s, box-shadow .15s;
    position: relative;
}
.dash-shortcut:hover { border-color: var(--po-teal); box-shadow: 0 4px 14px rgba(12,99,127,.12); color: var(--po-teal); }
.dash-shortcut-icon .material-icons { font-size: 28px; color: var(--po-teal); }
.dash-shortcut-label { font-size: 13px; font-weight: 600; text-align: center; }
.dash-shortcut-badge {
    position: absolute; top: 8px; right: 8px;
    background: #c62828; color: #fff;
    font-size: 10px; font-weight: 700;
    width: 20px; height: 20px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    line-height: 1;
}

/* ── Équipes (viewAdminEquipes.php) ─────────────────────── */
.eq-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }

/* Formulaire ajout */
.eq-add-form {
    display: none; background: var(--po-card); border: 1.5px solid var(--po-border);
    border-radius: 14px; padding: 20px 22px; margin-bottom: 22px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.eq-add-form.open { display: block; }
.eq-add-title { font-size: 15px; font-weight: 700; color: var(--po-teal); margin-bottom: 14px; }
.eq-add-fields { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-bottom: 16px; }
.eq-add-actions { display: flex; gap: 10px; }

/* Grille */
.eq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
}

/* Card */
.eq-card {
    background: var(--po-card); border: 1.5px solid var(--po-border);
    border-radius: 14px; overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    transition: box-shadow .15s;
}
.eq-card:hover { box-shadow: 0 4px 16px rgba(12,99,127,.1); }

.eq-card-summary {
    display: flex; align-items: center; gap: 14px; padding: 14px 16px;
}
.eq-card-logo-wrap { position: relative; flex-shrink: 0; }
.eq-logo { width: 44px; height: 44px; object-fit: contain; display: block; }
.eq-logo-placeholder {
    width: 44px; height: 44px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 800; color: #fff;
}
.eq-color-dot {
    position: absolute; bottom: -2px; right: -2px;
    width: 12px; height: 12px; border-radius: 50%;
    border: 2px solid #fff;
}
.eq-card-info { flex: 1; min-width: 0; }
.eq-card-name { font-size: 15px; font-weight: 700; color: var(--po-dark); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.eq-card-fullname { font-size: 12px; color: #888; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.eq-card-group { font-size: 11px; color: var(--po-teal); font-weight: 600; margin-top: 3px; }
.eq-edit-btn {
    flex-shrink: 0; width: 34px; height: 34px;
    border: 1.5px solid var(--po-border); border-radius: 8px;
    background: transparent; cursor: pointer; display: flex; align-items: center; justify-content: center;
    color: #999; transition: border-color .15s, color .15s;
}
.eq-edit-btn:hover { border-color: var(--po-teal); color: var(--po-teal); }
.eq-edit-btn .material-icons { font-size: 18px; }

/* Formulaire édition collapse */
.eq-edit-form {
    display: none; border-top: 1.5px solid var(--po-border);
    padding: 16px 16px 14px;
    background: rgba(12,99,127,.03);
}
.eq-edit-form.open { display: block; }
.eq-edit-fields { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-bottom: 14px; }
.eq-edit-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.eq-delete-btn { margin-left: auto; }

/* Champs communs */
.eq-field-group { display: flex; flex-direction: column; gap: 4px; }
.eq-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: #888; }
.eq-input {
    height: 36px; padding: 0 10px; border-radius: 7px;
    border: 1.5px solid var(--po-border); background: #fff;
    font-size: 13px; color: var(--po-dark); min-width: 160px;
    font-family: inherit;
}
.eq-input:focus { outline: none; border-color: var(--po-teal); }
.eq-input-sm { min-width: 56px; max-width: 70px; }
.eq-color { width: 56px; height: 36px; padding: 2px; border-radius: 7px; border: 1.5px solid var(--po-border); cursor: pointer; background: #fff; }
.eq-file { font-size: 12px; color: #666; }
.eq-field-logo { gap: 6px; }
.eq-logo-preview { width: 48px; height: 48px; object-fit: contain; border-radius: 6px; border: 1px solid var(--po-border); }
.eq-no-logo { font-size: 12px; color: #bbb; font-style: italic; }

/* ── Playoffs (viewAdminPlayoff.php) ────────────────────── */
.pla-wrap { max-width: 720px; margin: 0 auto; padding: 10px 0 40px; }
.pla-actions { display: flex; gap: 16px; }
.pla-action-card { flex: 1; background: var(--po-card); border: 2.5px solid var(--po-border); border-radius: 14px; padding: 22px 20px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: border-color .2s, box-shadow .2s; }
.pla-action-card:hover { border-color: var(--po-teal); box-shadow: 0 4px 18px rgba(12,99,127,.12); }
.pla-action-icon { font-size: 28px; }
.pla-action-name { font-size: 17px; font-weight: 700; color: var(--po-dark); }
.pla-action-desc { font-size: 13px; color: #666; line-height: 1.5; flex: 1; }

.profilPage-content-stats-graph-content-column-day {
}

/* ═══════════════════════════════════════════════════════════
   ADMIN SHELL — adminShell_open.php
   ═══════════════════════════════════════════════════════════ */

/* ── Admin shell layout ───────────────────────────────────── */
.admin-shell {
    display: flex;
    align-items: stretch;
    min-height: 560px;
}

/* ── Sidebar ──────────────────────────────────────────────── */
.adm-sidebar {
    width: 180px;
    flex-shrink: 0;
    background: rgb(255 255 255 / 80%);
    border-right: 1.5px solid var(--po-border);
    padding: 24px 0 20px;
    display: flex;
    flex-direction: column;
}

.adm-sidebar-brand {
    padding: 0 20px 18px;
    border-bottom: 1.5px solid var(--po-border);
    margin-bottom: 10px;
}

.adm-sidebar-brand-title {
    font-size: 17px;
    font-weight: 800;
    color: var(--po-teal);
    letter-spacing: .04em;
    text-transform: uppercase;
}

.adm-sidebar-brand-sub {
    font-size: 10px;
    color: #999;
    margin-top: 3px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.adm-nav-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 20px;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: background .15s, color .15s;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    font-family: inherit;
    box-sizing: border-box;
}

.adm-nav-item:hover {
    background: rgba(12,99,127,.06);
    color: var(--po-teal);
    text-decoration: none;
}

.adm-nav-item.is-active {
    background: rgba(12,99,127,.09);
    color: var(--po-teal);
    font-weight: 700;
}

.adm-nav-item.is-active::before {
    content: '';
    position: absolute;
    left: 0; top: 6px; bottom: 6px;
    width: 3px;
    background: var(--po-teal);
    border-radius: 0 3px 3px 0;
}

.adm-nav-item .material-icons {
    font-size: 20px;
    flex-shrink: 0;
    opacity: .7;
}

.adm-nav-item.is-active .material-icons,
.adm-nav-item:hover .material-icons { opacity: 1; }

.adm-nav-badge {
    margin-left: auto;
    background: #c62828;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.adm-nav-divider {
    height: 1px;
    background: var(--po-border);
    margin: 8px 0;
}

/* ── Zone principale ──────────────────────────────────────── */
.adm-main {
    flex: 1;
    min-width: 0;
    padding: 24px 28px 40px;
    background: rgba(255,255,255,.03);
    border-radius: 0 10px 10px 0;
}

.adm-main-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.adm-main-title .material-icons { color: #06d6a0; font-size: 24px; }

/* Bouton RUN */
.adm-run-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 26px;
    background: #06d6a0;
    color: #063a30;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    letter-spacing: .02em;
    transition: background .15s;
    margin-bottom: 22px;
    font-family: inherit;
}

.adm-run-btn:hover { background: #04be8d; }
.adm-run-btn .material-icons { font-size: 18px; }