
html {
    font-size: 10px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


a {
    text-decoration: none;
   color: darkslategrey;
}

    a.positive-lnk {
        color: forestgreen;
    }

    a.negative-lnk {
        color: maroon;
    }
nav {
    display: block;
    width: 95%;
    height: 35px;
    border: 0;
    vertical-align: top;
    position: absolute;
    top: 50px;
    padding: 0;
    margin-left:50px;
}

    nav a {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
    }

/*
Liens Administration
*/

    a.current_champ {
        background-image: url(../images/current_champ.png);
        background-position: center;
        display: block;
        width: 16px;
        height: 16px;
    }

a.new_archive {
    background-image: url(../images/new_archive.png);
    background-position: center;
    display: block;
    width: 16px;
    height: 16px;
}

    a.edit_champ {
        background-image: url(../images/edit_champ.png);
        background-position: center;
        display: block;
        width: 16px;
        height: 16px;
    }

    a.archive_champ {
        background-image: url(../images/archive_champ.png);
        display: block;
        width: 16px;
        height: 16px;
    }
a.archive_champ_alert {
    background-image: url(../images/archive_champ_alert.png);
    display: block;
    width: 16px;
    height: 16px;
}

    a.create_champ {
        background: url(../images/new_champ.png) no-repeat;
        display: block;
        width: 30px;
        height: 30px;
    }
    a.green_champ {
        background: url(../images/green_circle.png) no-repeat;
        display: block;
        width: 16px;
        height: 16px;
    }
    a.red_champ {
        background: url(../images/red_circle.png) no-repeat;
        display: block;
        width: 16px;
        height: 16px;
    }
    a.orange_champ {
        background: url(../images/orange_circle.png) no-repeat;
        display: block;
        width: 16px;
        height: 16px;
    }
    a.positive_lnk {
        color: forestgreen;
    }

    a.negative_lnk {
        color: maroon;
    }
a.download_icon {
    background: url(../images/download_csv.png) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
a.sdownload_icon {
    background: url(../images/download_csv.png) no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
}
.huerotate {
    filter: invert(100%);
}

/*Formulaires Admin*/

.container-fluid {
    width: 99%;
    background: transparent;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 5px;
 
}

img {
    margin: 0 auto;
    vertical-align: middle;
}

.card {
    padding: 0.5em 0.5em 0.5em;
    margin: 0.1em;
    border-radius: 1em;
    border-color: lightslategrey;
    background-color: whitesmoke;
    opacity: 0.9;
    box-shadow: -1px 15px 30px -12px black;
    width: 22rem;
}

.card-body {
    padding: 0.1em;
    margin: 0.1em;
}

.btn_save {
    border-radius: 1em;
    background-color: #E1AD01;
    width: 5em;
    color: black;
    font-weight: bold;
    text-align: center;
}
.btn_bypass {
    border-radius: 1em;
    background-color: crimson;
    width: 5em;
    color: yellow;
    font-weight: bold;
    text-align: center;
}
.btn_back {
    border-radius: 1em;
    background-color: #0135E1;
    width: 5em;
    color: white;
    font-weight: normal;
    text-align: center;
}
.lit_btn_save {
    border-radius: 1em;
    background-color: #E1AD01;
    width: 3em;
    color: black;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    padding: 0.1em;
    padding-left: 0.20em;
}
.lit_login {
    border-radius: 1em;
    background-color: #E1AD01;
    color: black;
    font-weight: bold;
    border: 0.1em solid black;
    height: 1.4em;
    text-align: center;
    font-size: 10px;
    line-height: 0;
 
}

.btn:hover {
    background-color: rgba(139, 0, 0, 0.8);
    color: #ffffff;
    box-shadow: -1px 15px 30px -12px black;
    font-weight: bold;
}

.btn_add {
    border-radius: 1em;
    background-color: darkgreen;
    width: 3em;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    padding: 0.1em;
    padding-left: 0.20em;
}
.btn_go {
    border-radius: 1em;
    background-color: #E1AD01;
    width: 2em;
    color: darkslategrey;
    font-weight: bold;
    text-align: center;
    font-size: 8px;
    padding: 0.1em;
}

.btn_apply {
    border-radius: 1em;
    background-color: dodgerblue;
    width: 5em;
    color: white;
    font-weight: bold;
    text-align: center;
}

.std_team1 {
    color: darkslategrey;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    width: 27%;
}

.big_team {
    color: darkslategrey;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.std_team2 {
    color: darkslategrey;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    width: 27%;
}

.std_team_pen {
    color: crimson;
}

.std_team1_win {
    color: #bd2323;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    width: 27%;
}
.std_racer {
    color: darkslategrey;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    width: 35%;
}
.std_comment {
    color: darkslategrey;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    width: 30%;
}

.std_team2_win {
    color: #bd2323;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    width: 27%;
}

.std_date {
    color: darkslategrey;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    padding-left: 10px;
    width: 14%;
}
.std_time {
    color: darkslategrey;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    width: 13%;
 }
.std_score {
    color: darkslategrey;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    padding-left: 5px;
    width: 15%;
}

.std_item {
    color: darkslategrey;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 10%;
}

.std_litem {
    color: darkslategrey;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    width: 7%;
}
.std_rnk {
    color: darkslategrey;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    width: 3%;
}
.std_filler {
    color: darkslategrey;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    width: 1%;
}
.std_flag {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
 
}
.yellow_msg {
    color: yellow;
    font-size: 11px;
    font-weight:bold;
    font-style: italic;
    text-align: center;
    padding-left: 5px;
    width: 15%;
}
.vertical_lbl {
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-left: 0.25em;
    margin-right: 0.25em;
    background-color: rgba(255,255,255,0.25);
}
.std_lbl {
    color: #4B4B4B;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    padding-left: 5px;
    width: 15%;
}
.big_wlbl {
    color: white;
    font-size: 20px;
    font-weight: bold;
    height:2em;
}
.std_wlbl {
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 2em;
}
.bet_wlbl {
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.bet_ylbl {
    color: yellow;
    font-size: 10px;
    font-weight: bold;
}
.txt_lbl {
    color: #4B4B4B;
    font-size: 11px;
}
.small_txt_lbl {
    color: #4B4B4B;
    font-size: 9px;
    text-align:left;
}
.section_lbl {
    color: #4B4B4B;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.big_lbl {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
}
.current_msg {
    color: #4B4B4B;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
}

.std_player_name {
    color: darkslategrey;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    width: 27%;
}

.game-form {
    padding: 0em;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.std_msg {
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-align:right;
}

input {
    font-size: 10px;
    font-family: inherit;
    padding: 0.1em;
    margin-top: 0.1em;
    background: transparent;
    border: 1px solid red;
    border-radius: 2px;
    width: 20px;
    text-align: center;
}
.small-input {
    font-size: 9px;
    font-family: inherit;
    padding: 0em;
    margin-top: 0em;
    background: transparent;
    border: 1px solid red;
    border-radius: 2px;
    width: 15px;
    text-align: center;
}

.player-input {
    font-size: 10px;
    font-family: inherit;
    padding: 0.1em;
    margin-top: 0.1em;
    background: rgba(200,200,200,0.55);
    border: 1px solid green;
    border-radius: 2px;
    width: 120px;
    text-align: left;
}

.fed-input {
    font-size: 10px;
    font-family: inherit;
    padding: 0.1em;
    margin-top: 0.1em;
    background: rgba(200,200,200,0.55);
    border: 1px solid crimson;
    border-radius: 2px;
    width: 60px;
    text-align: left;
}
.position-input {
    font-size: 10px;
    font-family: inherit;
    padding: 0.1em;
    margin-top: 0.1em;
    background: rgba(200,200,200,0.55);
    border: 1px solid green;
    border-radius: 2px;
    width: 100px;
    text-align: left;
}
.sposition-input {
    font-size: 10px;
    font-family: inherit;
    padding: 0.1em;
    margin-top: 0.1em;
    background: rgba(200,200,200,0.55);
    border: 1px solid red;
    border-radius: 2px;
    width: 20px;
    text-align: center;
}
.mail-input {
    border: 1px solid crimson;
    height: 1.4em;
    vertical-align: middle;
    width: 20em;
    margin: 0;
    padding: 0;
    text-align: left;
}
.pwd-input {
    border: 1px solid crimson;
    height: 1.4em;
    vertical-align: middle;
    width: 12em;
    margin: 0;
    padding: 0;
    text-align: left;
}
.tname-input {
    font-size: 10px;
    font-family: inherit;
    padding: 0.1em;
    margin-top: 0.1em;
    background-color: rgba(200,200,200,0.45);
    border: 1px solid purple;
    border-radius: 2px;
    width: 100px;
    text-align: left;
}
.file-input {
    font-size: 10px;
    font-family: inherit;
    background-color: rgba(200,200,200,0.45);
    border: 1px solid purple;
    border-radius: 2px;
    width: 100px;
    text-align: left;
    height: 2em;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
    .file-input::file-selector-button {
        display: none; 
    }

.tlname-input {
    font-size: 10px;
    font-family: inherit;
    padding: 0.1em;
    margin-top: 0.1em;
    background: rgba(200,200,200,0.45);
    border: 1px solid purple;
    border-radius: 2px;
    width: 35px;
    text-align: left;
}
.color-input {
    border: 1px solid crimson;
    height: 1.4em;
    vertical-align: middle;
    width: 10em;
    margin: 0;
    padding: 0;
    text-align: left;
}
.color-picker-css {
    border: 1px solid crimson;
    height: 1.4em;
    vertical-align: middle;
    width: 2em;
    margin: 0;
    padding: 0;
    text-align: left;
}

select {
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

.day_selector {
    width: 4.2em;
    height: 1.65em;
    font-size: 10px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
    background-color: rgba(255,219,88,0.9);
}

.tiny_selector {
    width: 3.5em;
    height: 1.5em;
    font-size: 8px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
    background-color: rgba(255,219,88,0.9);
}

.day_selector_sm {
    width: 4em;
    height: 1.3em;
    font-size: 9px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
    background-color: rgba(255,219,88,0.9);
}
.team_selector {
    width: 8.5em;
    height: 1.65em;
    font-size: 10px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
    background-color: rgba(255,219,88,0.9);
    margin-left: 0.3em;
}


.streak_selector {
    width: 10em;
    height: 1.65em;
    font-size: 10px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
    background-color: rgba(255,219,88,0.9);
    margin-left: 1em;
}

.ql_selector {
    width: 15em;
    height: 1.65em;
    font-size: 10px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
    background-color: rgba(255,219,88,0.9);
    margin-left: 1em;
}

.archive_selector {
    width: 15em;
    height: 1.65em;
    font-size: 10px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
    background-color: rgba(255,219,88,0.9);
    margin-left: 1em;
}
.classic_selector {
    width: 10em;
    height: 1.65em;
    font-size: 10px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
}
.classic_selector_sm {
    width: 4.2em;
    height: 1.65em;
    font-size: 10px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 0;
}

tr td {
    padding: 0 !important;
    margin: 0 !important;
}
/*Images*/
.small_icons {
    padding: 0 !important;
    margin: 0 !important;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.tiny_icons {
    padding: 0 !important;
    margin: 0 !important;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}
.final_icons {
    padding: 0 !important;
    margin: 0 !important;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.po_icons {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.big_po_icons {
    padding: 0 !important;
    margin: 0 !important;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.big_icons {
    padding: 0 !important;
    margin: 0 !important;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.team_logos {
    padding: 0 !important;
    margin: 0 !important;
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
.big_team_logos {
    padding: 1px !important;
    margin: 0 !important;
    width: 75px;
    height: 75px;
    vertical-align: middle;
}
.tiny_flags {
    padding: 0 !important;
    margin: 0 !important;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}
/* Cartes Administration*/
.admin-card {
    background: white;
    width: 11em;
    display: inline-block;
    margin: auto;
    border-radius: 1em;
    position: relative;
    box-shadow: -1px 15px 30px -12px black;
    z-index: 99;
    margin:0.75em;
}

.admin-card_header {
    position: relative;
    height: 3.5em;
    margin-bottom: 0.1em;
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;
}
    .admin-card_header::before {
        content: "";
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.60;
        border-top-left-radius: 0.8em;
        border-top-right-radius: 0.8em;
    }
    .admin-card_body::before {
        content: "";
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.125;
    }

.admin-card_header_img {
    top: -15px;
    left: -15px;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 80%;
    display:block;
}
.racer-card_header_img {
    top: -0.75em;
    left: -0.75em;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
}
.admin-card_title {
    font-size: 16px;
    width:10em;
    color: white;
    text-align:end;
    font-weight: bold;
    padding-top: 0.5em;
    padding-left:3em;
    position: relative;
    text-shadow: 1px 1px 3px black;
    margin:0;
}
.admin-card_body {
    position: relative;
    height: 10em;
    border-bottom: 0.1rem solid grey;
    
}
.admin_card_body_lbl {
    position: relative;
    text-align: left;
    padding-left: 0.6em;
    color: darkslateblue;
    font-size: 10px;
    font-weight: bold;
    width: 14em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    vertical-align:middle;
}
.admin_card_body_data {
    position: relative;
    padding-right: 0.2em;
    color: blue;
    font-size: 10px;
    font-weight: bold;
    vertical-align: bottom;
    text-align: center;
    width: 6em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
.admin-card_footer {
    position: relative;
    height: 1.5em;
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
    padding-top:0.1em;
    padding-right:1em;
    text-align:end;
}
/*Accordeon section title*/
.section_title
{
    padding-left:2em;
    font-weight:bold;
    font-size:18px;
    color:darkblue;

}
/*Fin Admin*/
/* Cartes View*/
.vcard {
    background: transparent;
    width: 16em;
    margin: auto;
    border-radius: 0.6em;
    position: relative;
    text-align: center;
    box-shadow: -1px 15px 30px -12px black;
    z-index: 99;
    margin: 0.75em;
    border:1px solid grey;
}
.vcard_ns {
    background: transparent;
    width: 16em;
    margin: auto;
    border-radius: 0.6em;
    position: relative;
    text-align: center;
    box-shadow: -1px 0px 20px -12px black;
    z-index: 99;
    margin: 0.75em;
    border: 1px solid grey;
}
.vcard_header {
    position: relative;
    height: 1.7em;
    margin: 0em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom: 1px solid grey;
}
.vcard_title {
    font-size: 17px;
    width: 14em;
    color: white;
    text-align: end;
    font-weight: bold;
    padding-top: 0em;
    padding-right:0.5em;
    position: absolute;
    margin: 0;
}
.vcard_header_img {
    top: -10px;
    left: -12px;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 99;
}
.vcard_header_big_img {
    top: -25px;
    left: -27px;
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    z-index:99;
}
.vcard_title_small {
    width: 22em;
    padding-top: 0em;
    padding-right: 0.5em;
    position: absolute;
    margin: 0;
}

.vcard_title_league {
    font-size: 15px;
    width: 13em;
    color: white;
    text-align: end;
    font-weight: bold;
    padding-top: 0em;
    padding-right: 0.05em;
    position: absolute;
    margin: 0;
}

.vcard_body{
    margin:0;
    padding:0;
}
.vcard_footer {
    position: relative;
    height: 1.6em;
    margin-bottom: 0em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom: 1px solid grey;
    background-color: rgba(255,219,88,0.65);
    padding-right: 10px;
    padding-left: 20px;
    font-size:11px;
}


.vstd_date {
    color: darkslategrey;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    width: 40%;
}

.vstd_team1 {
    color: darkslategrey;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    width:40%;
}

.vsml_team1 {
    color: darkslategrey;
    font-size: 9px;
    font-weight: bold;
    text-align: left;
    width: 30%;
}

.vstd_team2 {
    color: darkslategrey;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    width: 40%;
}
.vstd_item {
    color: darkslategrey;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    width: 20%;
}
.vsml_item {
    color: darkslategrey;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    width: 15%;
}
.vstd_team1_win {
    color: lightgoldenrodyellow;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    width: 40%;
}
.vstd_team2_win {
    color: lightgoldenrodyellow;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    width: 40%;
}
.vslider_text {
    font-size: 11px;
    color: darkblue;
    font-weight: bold;
    line-height: 2.4em;
}
/* menu Navbar*/
#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    background: #1e2426;
    background: -moz-linear-gradient(#2e2e2e, #1e2426);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #2e2e2e));
    background: -webkit-linear-gradient(#2e2e2e, #1e2426);
    background: -o-linear-gradient(#2e2e2e, #1e2426);
    background: -ms-linear-gradient(#2e2e2e, #1e2426);
    background: linear-gradient(#2e2e2e, #1e2426);
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    #menu li {
        float: left;
        padding: 0 0 10px 0;
        position: relative;
        line-height: 0;
    }

    #menu img {
        border: 0;
        vertical-align: middle;
        width: 16px;
        height: 16px;
    }

    #menu a {
        float: left;
        height: 15px;
        padding: 0 16px;
        color: #999;
        text-transform: uppercase;
        font: bold 12px Arial, Helvetica;
        text-decoration: none;
    }

    #menu li:hover > a {
        color: #fafafa;
    }


    #menu li:hover > ul {
        display: block;
    }

    /* Sub-menu */

    #menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 99999;
        background: #293133;
        background: -moz-linear-gradient(#293133, #333d3f);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d6cecc),color-stop(1, #333d3f));
        background: -webkit-linear-gradient(#293133, #333d3f);
        background: -o-linear-gradient(#293133, #333d3f);
        background: -ms-linear-gradient(#293133, #333d3f);
        background: linear-gradient(#293133, #333d3f);
        -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
        -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
        box-shadow: 0 0 2px rgba(255,255,255,.5);
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        #menu ul ul {
            top: 0;
            left: 150px;
        }

        #menu ul li {
            float: none;
            margin: 0;
            padding: 0;
            display: block;
            -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
            -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
            box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
        }

            #menu ul li:last-child {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        #menu ul a {
            padding: 5px;
            height: 10px;
            width: 130px;
            height: auto;
            line-height: 1;
            display: block;
            white-space: nowrap;
            float: none;
            text-transform: none;
            font: bold 10px Arial, Helvetica;
        }


            #menu ul a:hover {
                background: #0186ba;
                background: -moz-linear-gradient(#04acec, #0186ba);
                background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
                background: -webkit-linear-gradient(#04acec, #0186ba);
                background: -o-linear-gradient(#04acec, #0186ba);
                background: -ms-linear-gradient(#04acec, #0186ba);
                background: linear-gradient(#04acec, #0186ba);
            }

        #menu ul li:first-child > a {
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

            #menu ul li:first-child > a:after {
                content: '';
                position: absolute;
                left: 30px;
                top: -8px;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 8px solid #293133;
            }

        #menu ul ul li:first-child a:after {
            left: -8px;
            top: 12px;
            width: 0;
            height: 0;
            border-left: 0;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            border-right: 8px solid #293133;
        }

        #menu ul li:first-child a:hover:after {
            border-bottom-color: #04acec;
        }

        #menu ul ul li:first-child a:hover:after {
            border-right-color: #04acec;
            border-bottom-color: transparent;
        }


        #menu ul li:last-child > a {
            -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

    /* Clear floated elements */
    #menu:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

input[type=radio] {
    border: 0px;
    height: 1.1em;
    vertical-align:middle;
}
input[type=date] {
    border: 0px;
    height: 1.1em;
    vertical-align: middle;
    width:100px;
}
input[type=email] {
    border: 1px solid crimson;
    height: 1.4em;
    vertical-align: middle;
    width: 20em;
    margin:0;
    padding:0;
    text-align:left;
}
input[type=checkbox] {
    border: 1px solid darkslategrey;
    height: 1.65em;
    vertical-align: middle;
    width: 10px;
}
.date_selector {
    width: 75px !important;
    height: 1.65em !important;
    border: 1px solid darkslategrey !important;
    font-size: 10px;
    position: relative;
    font-family: Arial;
    border-radius: 0.25em;
    background-color: rgba(255,219,88,0.9);
    margin-right: 0.4em;
    margin-left: 0.2em;
}

.t-submit
{
    border:10px;
    background:transparent;
padding:0;
margin:0;
}

ul.ui-autocomplete {
    color: red !important;
    font-size: 10px;
    padding-left:1em;
    border-radius: 5px;
    z-index:99;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.5) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23cccccc' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed) {
    color: #FFF !important;
    background-color: rgba(220,20,60,0.75) !important;
}


.pogame_card_top {
    position: relative;
    height: 1.7em;
    margin-left: 0.8em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border: 1px solid grey;
    color: darkslategrey;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}
.pogame_card_top2 {
    position: relative;
    height: 1.7em;
    margin-bottom: 2em;
    margin-left: 0.8em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border: 1px solid grey;
    border-top: 0px;
    color: darkslategrey;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}

.smallpogame_card_top {
    position: relative;
    height: 1.5em;
    margin-left: 0.7em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border: 1px solid grey;
    color: darkslategrey;
    font-size: 9px;
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}

.smallpogame_card_top2 {
    position: relative;
    height: 1.5em;
    margin-bottom: 0.4em;
    margin-left: 0.7em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border: 1px solid grey;
    border-top: 0px;
    color: darkslategrey;
    font-size: 9px;
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}
.final_pogame_card_top {
    position: relative;
    height: 2em;
    margin-left: 1em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border: 1px solid grey;
    color: darkslategrey;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}

.final_pogame_card_top2 {
    position: relative;
    height: 2em;
    margin-bottom: 2em;
    margin-left: 1em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border: 1px solid grey;
    border-top: 0px;
    color: darkslategrey;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}

.semi_pogame_card_top {
    position: relative;
    height: 1.8em;
    margin-left: 1em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border: 1px solid grey;
    color: darkslategrey;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}

.semi_pogame_card_top2 {
    position: relative;
    height: 1.8em;
    margin-left: 1em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border: 1px solid grey;
    border-top: 0px;
    color: darkslategrey;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
}
.card-columns_index {
    column-count: 7;
    column-gap: 0em;
    height: 40em;
    overflow: visible;
}
    .card-columns_index .vcard {
        display: inline-block;
        width: 100%;
    }
.card-columns_last16 {
    column-count:4;
    column-gap: 1rem;
}
.card-columns_fifa {
    column-count: 4;
    column-gap: 1rem;
    display: flex;
    flex-wrap: wrap; /* Permet aux éléments de s'adapter sur plusieurs lignes */
}

.custom-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}
a.index_chlinks {
    color: white;
}
}


/* Style de la modale */
.modal {
    display: none;
    position: absolute;
    float: left;
       overflow: hidden;
    outline: 0;
    background-color: rgba(255,219,88,0.9);
}

/* Style de la boîte de dialogue */
.modal-dialog {
    position: fixed;
    top: 20%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

/* Style du contenu de la modale */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: rgba(255,219,88,0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    outline: 0;
}

/* Style de l'en-tête de la modale */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

/* Style du titre de la modale */
.modal-title {
    margin-bottom: 0;
}

/* Style du corps de la modale */
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

/* Style du pied de la modale */
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem 1rem;
    border-top: 1px solid #dee2e6;
}

/* Style du bouton de fermeture */
.close {
    color: crimson;
    opacity: .8;
    margin-left:1em;
}

.po_card {
    margin-bottom: 0;
    margin-top: 0.05em;
    padding:0.1em;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    width: 10em;
    height: 3em;
}

.tennis_sbox {
    width: 1.3em; 
    height: 2em; 
    background-color: #ccc; 
    border: 1px solid #000; 
    padding: 0.2em;
}
.tennis_tbbox {
    width: 1.2em;
    height: 1.5em;
    background-color: #ffffff; 
    border: 1px solid crimson; 
    padding: 0.2em;
    font-size:10px;
}
.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.carousel-slide {
    min-width: 100%;
}



.carousel-indicators {
    position: absolute;
    bottom: 190px;
    left: 10%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;    
    list-style: none;
    padding: 0;
    margin: 0;
}

    .carousel-indicators li {
        cursor: pointer;
        width: 10px;
        height: 10px;
        background-color: #ddd;
        border-radius: 50%;
        margin: 0 5px;
        transition: background-color 0.3s;
    }

    .carousel-indicators .active {
        background-color: crimson;
    }

.tooltip-inner {
    background-color: #000080 !important;
    color: #fff;
    font-size: 10px;
    border: 1px solid #ffc107 !important;
    border-radius: 2px !important;
    text-align: left;
    max-width: none; 
    width: auto; 
    white-space: nowrap; 
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    border-top-color: #000080 !important; 
    border-bottom-color: #000080 !important; 
    border-left-color: #000080 !important; 
    border-right-color: #000080 !important; 
}
.tooltip-inner span {
    font-size: 14px !important;
    vertical-align:bottom !important;
    font-weight: bold;
}

.scorer-tooltip .tooltip-inner {
    background-color: #008000 !important; 
    color: #fff;
    font-size: 12px;
    border: 1px solid #ff5733 !important;
    border-radius: 4px !important;
    text-align: left;
    max-width: none;
    width: auto;
    white-space: nowrap;
}

.scorer-tooltip .tooltip.bs-tooltip-top .arrow::before,
.scorer-tooltip .tooltip.bs-tooltip-bottom .arrow::before,
.scorer-tooltip .tooltip.bs-tooltip-left .arrow::before,
.scorer-tooltip .tooltip.bs-tooltip-right .arrow::before {
    border-top-color: #008000 !important;
    border-bottom-color: #008000 !important;
    border-left-color: #008000 !important;
    border-right-color: #008000 !important;
}

.light-tooltip .tooltip-inner {
    background-color: white !important;
    color: black;
    font-size: 10px;
    border: 1px solid black !important;
    border-radius: 2px !important;
    text-align: center;
    max-width: none;
    width: auto;
    white-space: nowrap;
}

.light-tooltip .tooltip.bs-tooltip-top .arrow::before,
.light-tooltip .tooltip.bs-tooltip-bottom .arrow::before,
.light-tooltip .tooltip.bs-tooltip-left .arrow::before,
.light-tooltip .tooltip.bs-tooltip-right .arrow::before {
    border-top-color: white !important;
    border-bottom-color: white !important;
    border-left-color: white !important;
    border-right-color: white !important;
}

.spinner {
    border: 8px solid #f3f3f3; /* Couleur de fond */
    border-top: 8px solid #3498db; /* Couleur du spinner */
    border-radius: 50%;
    width: 15em;
    height: 15em;
    animation: spin 2s linear infinite; /* Animation de rotation */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#tcalendar.loading {
    pointer-events: none; /* Désactive tous les événements de clic */
    opacity: 0.5; /* Réduit la transparence pour indiquer un état désactivé */
    cursor: not-allowed; /* Change le curseur */
}