html{height: 100%;}
body{background-color: #f8f1e7; color:#434343; cursor: default; display: flex; flex-direction: column; min-height: 100vh; font-family: PT Sans !important}
body {
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

h1{background-color: #770400; color: #f8f1e7; min-width: 250px; margin: auto; margin-bottom: 16px !important; padding: 10px;}
h1 a{color: #f8f1e7;}
h1 a:hover{color: #F4511E;}
h2{margin-bottom: 16px !important}
h3:not(.excepth3){border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border: 1px solid #3b0200; background-color: #770400; color: #fff; max-width: 350px; margin: auto; margin-bottom: 16px !important; padding-bottom: 10px; padding-top: 10px}

footer{flex-shrink: 0;}
footer a{color: #fff;}
footer a:hover{color: #fff;}
ul{margin-block-start: 5px !important;}
::placeholder { color: #c4c7cb !important}

.fa-facebook-messenger{font-size: 1.2rem}

.account h3{border: 1px solid #005053 !important; background-color: #007377 !important}

.groups{width: 70%;}
.groups table{border-collapse: collapse; margin: auto; width: 90%;}
.parcours table{border-collapse: collapse; margin: auto; width: 100%;}
.parcours tbody, .groups tbody{border-top: 1px solid #770400; border-left: 1px solid #770400; margin-bottom: 200px}
.parcours table tr, .groups table tr{border-bottom: 1px solid #770400; border-right: 1px solid #770400; background-color: #ECECEC}
.groups table tr>td{padding: 3px 6px; -webkit-user-select: text !important; /* Safari 3.1+ */
  -moz-user-select: text !important; /* Firefox 2+ */
  -ms-user-select: text !important; /* IE 10+ */
  user-select: text !important; /* Standard syntax */}

.leagues table{border-collapse: collapse; margin: auto; width: 90%;}
.listeleagues table{border-collapse: collapse; margin: auto;}
.listeleagues tbody{border-top: 1px solid #007377; border-right: 1px solid #007377}
.listeleagues td{border-bottom: 1px solid #007377; border-left: 1px solid #007377; padding: 1rem;}

.admax table{border-collapse: collapse; margin: auto; width: 90%;}
.admax tbody{border-top: 1px solid #770400; border-left: 1px solid #770400; margin-bottom: 200px}
.admax tr{border-bottom: 1px solid #770400; border-right: 1px solid #770400; background-color: #ECECEC}
.admax{-webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important; }

.row{margin: 0 !important;}
.container-fluid{flex: 1 0 auto; padding: 0 !important}
.cachemd .nav-link{padding-right: 15px !important}
.minpad{padding: 4px 15px 4px 0 !important}

.copycode{border: none;}

.btn-primary{
    background-color: #006633 !important;
    border-color: #006633 !important;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #feeed0;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
   z-index: 1500;
}

.preloadtext {
  color: #fbae17;
  float: left;
  font-weight: bold;
  margin: 0 10px 0 10px;
}

.bounceball {
  position: relative;
  float: left;
  height: 37px;
  width: 15px;
}

.bounceball:before 
{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fbae17;
    transform-origin: 50%;
    animation: bounce 500ms alternate infinite ease;
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

#popin{
    display: none;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0; 
    background-color: #E0E0E0;
    z-index: 3; 
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
    box-shadow: 5px 5px 10px; 
    padding: 10px 5px;
    overflow: auto;
}

#survivorDS_picks, #TDS_picks, #NTDS_picks{
    display: none;
    margin: auto;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0; 
    background-color: #E0E0E0;
    z-index: 3; 
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
    height: 80%;
    overflow: auto;
}
#cartebonus{
    display: none;
    padding: 10px;
    float: left;
}
#survivorDS_picks table, #TDS_picks table, #NTDS_picks table, .classt_joueur table, .joueur table, .tds table{border-collapse: collapse; width: 100%;}
.palmares table, .palmares_sumup table, .atprank table{border-collapse: collapse; width: 90%; margin: auto;}
.breakdown_sumup table, .breakdown table{border-collapse: collapse; width: 95%; margin: auto;}
.account table{border-collapse: collapse; margin: auto;}
.mentions table{width: 200px; border-collapse: collapse;}
.mentions table{border-top: 1px solid #434343; border-left: 1px solid #434343}
.breakdown td:first-child, .breakdown td:nth-child(3), .breakdown td:nth-child(4){white-space: nowrap}
#survivorDS_picks td, #TDS_picks td, #NTDS_picks td{padding: 5px; text-align: center}
#survivorDS_picks td:nth-child(4), #TDS_picks td:nth-child(4), #NTDS_picks td:nth-child(4){text-align: left !important}
#TDS_picks td:nth-child(1){width: 5px !important;}

#survivorDS_picks tr:hover, #TDS_picks tr:hover, #NTDS_picks tr:hover{cursor: pointer; background-color: #b3b3b3}

.tds{border: 1px dotted black; width: 300px; margin: auto; margin-bottom: 20px; background-color: #fff}
.locked{border: 1px solid black}
.tds:hover{cursor: pointer; background-color: #33B679; color: white;}
.locked:hover{cursor: not-allowed; background-color: #F4511E; color: white;}
.bonus, .atprank, .joueur, .classt_joueur, .palmares, .palmares_sumup {text-align: center; margin: auto;}
.bonus{margin-bottom: 2rem}
.account{text-align: center;}
.admax, .groups, .parcours, .leagues{margin: 10px auto}
.atprank td, .joueur td, .tds td{text-align: center;}
.breakdown_sumup tr:nth-child(1)>td{font-weight: bold; width: 50%} 
.breakdown_sumup tr:nth-child(2)>td{background-color: #FCF8C8; color: #602020; border: 1px dashed #602020;}
.palmares_sumup td{width: 50%}
.palmares_sumup td, .breakdown_sumup td{text-align: center}
.palmares_sumup tr:nth-child(2){background-color: #B2CDB2; color: #003E00; border: 1px dashed #003E00;}
.fa-lock-open{color: #005900}
.fa-lock{color: #AA0000}
.fa-copy{color: #28a745}
.fa-copy:hover{color: #218838}


.palmares td, .breakdown td{text-align: center; background-color: #FFFFFF; border-right: 1px solid #ECECEC; border-bottom: 1px solid #ECECEC; padding: 10px}
.mentions td{text-align: center; background-color: #FFFFFF; border-right: 1px solid #434343; border-bottom: 1px solid #434343; padding: 10px}
.breakdown td:nth-child(2){color: #961c17;}
.breakdown td:nth-child(1){text-align: left !important}
.titre td{background-color: #770400 !important; border-top: 1px solid #ECECEC; border-bottom: 1px solid #ECECEC; font-weight: bold; color: #f8f1e7;}
.sstitre td{background-color: #4c9d9f !important; font-weight: bold; color: #f8f1e7;}

.palmares_sumup tr:nth-child(1)>td{font-size: 1.1em}
.palmares_sumup .titre td{font-size: 1.5em}

.pacourswin{background-color: #0D6C3B}
.pacourslose{background-color: #770400}
.parcourswin td{background-color: #b6d2c4; white-space: nowrap;}
.parcourslose td{background-color: #d6b3b2; white-space: nowrap;}
.parcours tr:not(:first-child) td:nth-child(1){width: 20px; text-align: left !important}
.parcours td:nth-child(3){text-align: left !important}

.leagues{background-color: #fff}
.leagues table{width: 100%; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border: 1px solid #3b0200;}
.leagues tr:first-child img{margin-right: 10px;} 
.leagues td{padding: 10px; font-size: 1.2em}
.leagues tr:first-child td{background-color: #923632; color: #fff}
.leagues tr:first-child td:first-child{font-weight: bold; text-align: left; width: 70%}
.leagues tr:first-child td:nth-child(2){width: 30%}
.leagues tr:nth-child(2) td{font-size: 1.2rem; width: 33%;}
.leagues tr:nth-child(3) td:first-child{width: 70%}
.leagues tr:nth-child(3) td:nth-child(2){width: 30%}
.leagues button{width: 50%; margin: auto}

.titre_tournoi{float: left;}
.chevl{float: left; background-color: #770400; color: #f8f1e7; border-radius: 5px 0 0 5px; padding: 10px}
.chevr{float: left; background-color: #770400; color: #f8f1e7; border-radius: 0 5px 5px 0; padding: 10px}
.onchev:hover{cursor: pointer;background-color: #fbae17; color: #770400;}
.draw{float: left; background-color: #770400; color: #f8f1e7; padding: 10px}

.float_center {float: right; position: relative; left: -50%; text-align: left;}
.float_center > .child {position: relative; left: 50%;}

.photo{border-radius: 50%}
.realplayer{border: 1px solid #F4511E;}
.iaplayer{border-radius: 0 !important;}
.userplayer{border: 1px solid #006633;}
.clear{clear: both;}
.spacer{margin-bottom: 40px}
.total{margin:auto; text-align: center; background-color: #FCF8C8; color: #602020; border: 2px solid #602020; margin-top: 10px}

.italic{font-style: italic;}
.underline{text-decoration: underline;}
.dotted{    border-left: dotted 1px #770400;
    width: 10%;
    margin: auto;
    height: 100px;}
.red{color: red}
.pastille{background-color: #005900; color: white; border-radius: 30%;}
.decompte{background-color: #005900; color: white; border-radius: 20%; width: 2rem; margin: auto; font-weight: bold}

.subfoot{background-color: #770400 !important; color: #fff; border-top: 1px solid #3b0200; padding: 10px 0 10px 0}

.bandoselect{width: 100%; background-color: #770400; color: #FFFFFF; border-bottom: 1px solid #3b0200;}
.bandoselect select{background-color: #F8F1E7;}

nav ul{margin: auto;}
.navbar-collapse, nav {
    background-color: #006633 !important;
    opacity: 0.95 !important;
    height: 36px;
}
.nav-link {
    color: #fff !important;
}
.active{
    color: #fbae17 !important;
}
.nav-link:hover{
    color: #fbae17 !important;
}
.rs a {
    color: #fff !important;
    padding-top: 12px;
}
.decale{margin-bottom: 32px}
.surface{margin-top: 36px; padding-top: 22px; padding-bottom: 12px;}
.terrebattue{background: url('/images/backgrounds/terrebattue.jpg'); -webkit-background-size: cover; background-size: cover;}
.gazon{background: url('/images/backgrounds/gazon.jpg'); -webkit-background-size: cover; background-size: cover;}
.indoor{background: url('/images/backgrounds/indoor.jpg'); -webkit-background-size: cover; background-size: cover;}
.outdoor{background: url('/images/backgrounds/outdoor.jpg'); -webkit-background-size: cover; background-size: cover;}

.ic td{border: none !important;}
.classt_joueur td{white-space: nowrap !important;}
.classt_joueur td:nth-child(n+3), .atprank td:nth-child(n+3), .joueur td:not(:first-child){border-bottom: 1px solid #770400}
.classt_joueur td:nth-child(6), .atprank td:nth-child(5), .joueur td:nth-child(5){border-left: 1px solid #770400}
.parcours td:nth-child(3), .joueur td:nth-child(3), .tds td:nth-child(3){font-weight: bold}
.parcours td:nth-child(2), .classt_joueur td:nth-child(5), .joueur td:nth-child(4){color: #961c17;}   
.bandoselect img{margin: 0 10px 10px 0}
.bandoselect .totalpts{font-size: 1.2em; color: #fbae17;}
.mentions, .mentions p{text-align: left !important; background-color: #fbfbfb}

.atp{padding-top: 4px !important}

.lvlon{color: #006633 !important;}

.listnum li{list-style-type: decimal}

.fa-trophy{color: #F4511E;}

.dropdown-item:hover{color: #fff; background-color: #006633}
.dropdown-menu{margin-top: -0.2rem;}

.card{float: left;background-color: #F8F1E7;border: none}
.specialcard{background-color: #F8F1E7;}
.visible{display: block !important; visibility: visible !important; margin: auto !important}
.disapeer{display: none !important; visibility: hidden !important;}

.infohelp{border: 1px solid #138496; background-color: #fff; margin: auto; padding: 1rem}
.helpbox{text-align: right; padding: 0.5rem 1rem 0 0;}
.helpbox .btn{padding: .2rem .75rem !important;}

.scoremodif{color: #770400; font-weight: bold}

.form-signin{margin: auto}
 
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    margin: auto;
}

/* Round Style CSS Toggle Switch */

input.cmn-toggle-round + label {
    padding: 2px;
    width: 90px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    content: "";
}

input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}

input.cmn-toggle-round +label:after {
    width: 29px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 60px;
}


/* Round Style CSS Toggle Switch with Flat Finish*/

input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.cmn-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: 0.4s;
}

input.cmn-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 52px;
    background-color: #dddddd;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label {
    background-color: #8ce196;
}

input.cmn-toggle-round-flat:checked + label:after {
    margin-left: 60px;
    background-color: #8ce196;
}

/* Radio custom */
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: lightgrey;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


/* #descrbonus{border: 1px solid black;}

/* LANGUES 
#Inscr_Langue option[value='1'] {background-image:url('images/flags/fra.svg');}
#Inscr_Langue option[value='2'] {background-image:url('images/flags/gbr.svg');}
*/

.explain{width: 200px; padding: 1rem;}


@media only screen and (max-width: 767px) {
    #logo{width: 250px; height: 136px} 
    .navlogo{width: 44px; height: 44px}
    h1{font-size: 0.9em !important; padding: 13px}
    h2{font-size: 1em !important}
    h3{font-size: 1em !important}
    .total{height: 50px; font-size: 1.3em; line-height: 50px}
    .photo{width: 56px; height: 56px}
    .photocard{width: 37px; height: 56px}
    .pays{width: 16px; height: 16px}
    .decale{margin-bottom: 16px}
    .dropdown-menu{margin-top: -0.1rem; min-width: 0 !important}
    .nav-item{padding-right: 10px}

    .account input, .account select{font-size: 0.9rem}

    .leagues td{font-size: 0.9rem}

    #survivorDS_picks, #TDS_picks, #NTDS_picks{width: 90%}
    .tds td:nth-child(1), #survivorDS_picks td:nth-child(2), #TDS_picks td:nth-child(2), #NTDS_picks td:nth-child(1){width: 50px}
    .tds td:nth-child(2), #survivorDS_picks td:nth-child(3), #TDS_picks td:nth-child(3), #NTDS_picks td:nth-child(2){width: 14px}
    .tds td:nth-child(3){text-align: left !important; padding-left: 6px}
    .tds td:nth-child(4){width: 24px}
    .cadenas{width: 24px; height: 24px}

    .classt_joueur, .atprank, .joueur{width: 99%; height: 50px; line-height: 50px;}

    .breakdown td{font-size: 0.7em}

    .joueur td:nth-child(1){width: 32px}
    .joueur td:nth-child(2){width: 16px; padding-left: 5px; padding-right: 5px}
    .joueur td:nth-child(3){text-align: left !important; padding-left: 6px; font-size: 0.8em}
    .classt_joueur td:nth-child(5), .joueur td:nth-child(4){font-size: 1.2em; width: 50px}   
    .joueur td:nth-child(5){font-size: 1.2em; width: 50px}
    .parcours td:nth-child(2){font-size: 0.9em;} 
    .parcours td:nth-child(3){text-align: left !important; padding-left: 2px; font-size: 0.75em}
    .parcours td:nth-child(4){font-size: 0.8em;} 

    .palmares_sumup tr:nth-child(2){font-size: 1.2em}
    .palmares .titre td{font-size: 1.5em}
    .palmares tr:nth-child(n+1)>td{font-size: 1.2em}

    .breakdown_sumup tr:nth-child(2)>td{font-size: 1.2em}
    .breakdown td:first-child{font-size: 0.9em;}
    .breakdown td:nth-child(2){font-size: 1em;}
    .breakdown td:nth-child(3){font-size: 1em;}
    .breakdown .titre img{width: 24px; height: 24px;}

    .classt_joueur td:first-child, .atprank td:nth-child(1){font-size: 1.2em; width: 25px}
    .classt_joueur td:nth-child(2), .atprank td:nth-child(2){width: 32px; padding-left: 2px}
    .classt_joueur td:nth-child(3), .atprank td:nth-child(3){padding-left: 2px; width: 16px}
    .classt_joueur td:nth-child(4), .atprank td:nth-child(4){text-align: left !important; padding-left: 2px; font-size: 1em}
    .classt_joueur td:nth-child(6), .atprank td:nth-child(5){font-size: 1.1em; width: 50px; white-space: nowrap}

    .parcours, .groups{width: 95%;}
    .parcours td:nth-child(1){font-size: 0.8rem;}      

    .logotournoi{height: 24px}
    .typetournoi{height: 24px}
    .draw, .chevl, .chevr{height: 50px; font-size: 1.2em; width: 35px}
    .logopalmares{height: 50px}

    .viewsm{display: block !important}
    .viewl, .viewmd, .viewxl{display: none !important}
    .cachesm{display: none !important;}
     
    #loader {
        width: 300px;
        height: 150px;
        margin: -20px 0 0 -70px;
    }
    .preloadtext {font-size: 0.9em;}
    .progress{width: 150px;}

    .bandoselect{margin-bottom: 1rem; padding-top: 10px;}
    .bandoselect .totalpts{font-size: 1.2em;}
    .bandoselect img{width: 24px; height: 24px;}
    .bandoselect form{margin-bottom: -10px}
    .menutournoi{margin-top: 16px; }
    .joueur .result_fini{border: 2px solid #cc0000; }
    .joueur .result_encours{border: 2px solid #006633;}

    .admax table, .account table{font-size: 0.9rem}
    .groups button, .account button{font-size: 0.9rem; padding: 2px 4px;}
    #popin{width: 80%; height: 250px; font-size: 0.8em}
    .admax{width: 90%;}
    .pastille{padding: 3px; font-size: 0.7em}
    .decompte{padding: 0.05rem; font-size: 0.8rem}
    .world{width: 24px; height: 24px;}
    .dropdown-item{font-size: 1.2rem}

    .leagues{width: 90%;}
    .leagues tr:first-child img{width: 32px; height: 32px;}  
    .leagues tr:nth-child(2) td{font-size: 1rem}
    .leagues tr:nth-child(2) img{width: 52px; height: 16px}  
    .leagues tr:nth-child(3) td:nth-child(2){font-size: 0.7rem}
    .fa-copy{font-size: 1rem !important}


    #descrbonus{padding-top: 1rem;}
    .card{margin-left: 2rem; margin-top: 1rem; font-size: 0.6rem}
    .sargsyan{font-size: 0.6rem}
    .specialcard{width: 80px; height: 120px}
    .selectedcard{border: 5px solid green; width: 80px; height: 120px}

    #cartebonus{width: 100px;}

    .infohelp{width: 90%;}
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    h1{font-size: 1.2em !important}
    h2{font-size: 1.1em !important}
    h3{font-size: 1.1em !important}
    #logo{width: 250px; height: 136px}
    .navlogo{width: 48px; height: 48px} 
    .total{height: 75px; font-size: 1.4em; line-height: 75px}
    .photo{width: 72px; height: 72px}
    .photocard{width: 48px; height: 72px}
    .pays{width: 18px; height: 18px}

    #survivorDS_picks, #TDS_picks, #NTDS_picks{width: 70%}
    .tds td:nth-child(1), #survivorDS_picks td:nth-child(2), #TDS_picks td:nth-child(2), #NTDS_picks td:nth-child(1){width: 60px}
    .tds td:nth-child(2), #survivorDS_picks td:nth-child(3), #TDS_picks td:nth-child(3), #NTDS_picks td:nth-child(2){width: 16px}
    .tds td:nth-child(3){text-align: left !important; padding-left: 6px}
    .tds td:nth-child(4){width: 25px}
    .cadenas{width: 24px; height: 24px}

    .classt_joueur, .atprank, .joueur{width: 700px; height: 80px; line-height: 80px;}

    .joueur td:nth-child(1){width: 70px}
    .joueur td:nth-child(2){width: 18px; padding-left: 5px; padding-right: 5px}
    .parcours td:nth-child(3), .joueur td:nth-child(3){text-align: left !important; padding-left: 6px}
    .classt_joueur td:nth-child(5), .joueur td:nth-child(4){font-size: 1.4em; width: 80px}
    .parcours td:nth-child(2){font-size: 1.2em;}      
    .joueur td:nth-child(5){font-size: 1.4em; width: 80px}

    .palmares_sumup tr:nth-child(2){font-size: 1.6em}
    .palmares .titre td{font-size: 1.8em}
    .palmares tr:nth-child(n+1)>td{font-size: 1.3em}

    .breakdown_sumup tr:nth-child(2)>td{font-size: 1.6em}
    .breakdown td:first-child{font-size: 1.1em;}
    .breakdown td:nth-child(2){font-size: 1.3em;}
    .breakdown td:nth-child(3){font-size: 1.3em;}
    .breakdown .titre img{width: 28px; height: 28px;}

    .classt_joueur td:first-child, .atprank td:nth-child(1){font-size: 1.6em;  width: 30px}
    .classt_joueur td:nth-child(2), .atprank td:nth-child(2){width: 70px; padding-left: 12px}
    .classt_joueur td:nth-child(3), .atprank td:nth-child(3){padding-left: 12px; width: 18px}
    .classt_joueur td:nth-child(4), .atprank td:nth-child(4){text-align: left !important; padding-left: 12px; font-size: 1.3em}
    .classt_joueur td:nth-child(6), .atprank td:nth-child(5){font-size: 1.4em; width: 80px}

    .groups{width: 90%;}
    .parcours{width: 500px;}

    .logotournoi{height: 40px}
    .typetournoi{height: 28px}
    .draw, .chevl, .chevr{height: 60px; font-size: 1.4em; width: 40px}
    .logopalmares{height: 60px}
    .fa-lock-open, .fa-lock{font-size: 1.2em}

    .viewmd{display: block !important}
    .viewl, .viewxl, .viewsm{display: none !important}
    .cachemd{display: none !important;}

    #loader {
        width: 400px;
        height: 150px;
        margin: -30px 0 0 -130px;
    }
    .preloadtext {font-size: 1em;}
    .progress{width: 230px;}

    .bandoselect{margin-bottom: 1rem; padding-top: 20px;}
    .bandoselect .totalpts{font-size: 1.4em}
    .bandoselect img{width: 28px; height: 28px;}
    .menutournoi{margin-top: 0px; margin-bottom: 0px}
    .result_fini{border: 2px solid #cc0000; }
    .result_encours{border: 2px solid #006633;}
    .groups button, .account button{padding: 2px 4px;font-size: 1em}
    #popin{width: 350px; height: 240px; font-size: 0.9em}
    .admax{width: 400px;}
    .pastille{padding: 4px; font-size: 0.8em}
    .decompte{padding: 0.05rem; font-size: 0.9rem}
    .world{width: 24px; height: 24px;}
    .dropdown-item{font-size: 1.4rem}

    .leagues{width: 500px;}
    .leagues tr:first-child img{width: 36px; height: 36px;} 
    .leagues tr:nth-child(2) td{font-size: 1.2rem}
    .leagues tr:nth-child(2) img{width: 65px; height: 20px}

    #descrbonus{padding-top: 1.5rem;}
    .card{margin-left: 2rem; margin-top: 1.5rem; font-size: 0.8rem}
    .sargsyan{font-size: 0.8rem}
    .specialcard{width: 100px; height: 150px}
    .selectedcard{border: 5px solid green; width: 100px; height: 150px}
    #cartebonus{width: 200px;}
    
    .infohelp{width: 80%;}
}

@media only screen and (min-width:992px) and (max-width: 1199px) { 
    h1{font-size: 1.3em !important}
    h2{font-size: 1.2em !important}
    h3{font-size: 1.2em !important}
    .navlogo{width: 64px; height: 64px; margin-top: 15px} 
    #logo{width: 300px; height: 163px} 
    .total{height: 100px; font-size: 1.5em; line-height: 100px}
    .photo{width: 80px; height: 80px}
    .photocard{width: 53px; height: 80px}
    .pays{width: 20px; height: 20px}

    .tds{width: 350px;}
    .tds td:nth-child(1){width: 75px}
    .tds td:nth-child(2){width: 25px}
    .tds td:nth-child(3){text-align: left !important; padding-left: 6px}
    .tds td:nth-child(4){width: 30px}
    .cadenas{width: 32px; height: 32px}

    #survivorDS_picks, #TDS_picks, #NTDS_picks{width: 50%}
    #survivorDS_picks td:nth-child(2), #TDS_picks td:nth-child(2), #NTDS_picks td:nth-child(1){width: 64px}
    #survivorDS_picks td:nth-child(3), #TDS_picks td:nth-child(3), #NTDS_picks td:nth-child(2){width: 18px}

    .joueur{width: 480px; height: 90px; line-height: 90px; font-size: 1em}
    .classt_joueur, .atprank{width: 900px; height: 90px; line-height: 90px; font-size: 1em}

    .joueur td:nth-child(1){width: 70px}
    .joueur td:nth-child(2){width: 20px; padding-left: 5px; padding-right: 5px}
    .parcours td:nth-child(3), .joueur td:nth-child(3){text-align: left !important; padding-left: 6px}
    .classt_joueur td:nth-child(5), .joueur td:nth-child(4){font-size: 1.5em; width: 90px}
    .parcours td:nth-child(2){font-size: 1.3em;}     
    .joueur td:nth-child(5){font-size: 1.5em; width: 90px}
    .parcours td:nth-child(4){font-size: 1.1em;} 

    .palmares_sumup tr:nth-child(2){font-size: 1.8em}
    .palmares .titre td{font-size: 1.9em}
    .palmares tr:nth-child(n+1)>td{font-size: 1.4em}

    .breakdown_sumup tr:nth-child(2)>td{font-size: 1.8em}
    .breakdown td:first-child{font-size: 1.2em;}
    .breakdown td:nth-child(2){font-size: 1.4em;}
    .breakdown td:nth-child(3){font-size: 1.4em;}
    .breakdown .titre img{width: 32px; height: 32px;}

    .classt_joueur td:first-child, .atprank td:nth-child(1){font-size: 1.8em; width: 37px}
    .classt_joueur td:nth-child(2), .atprank td:nth-child(2){width: 70px; padding-left: 18px}
    .classt_joueur td:nth-child(3), .atprank td:nth-child(3){padding-left: 18px; width: 20px}
    .classt_joueur td:nth-child(4), .atprank td:nth-child(4){text-align: left !important; padding-left: 18px; font-size: 1.3em}
    .classt_joueur td:nth-child(6), .atprank td:nth-child(5){font-size: 1.5em; width: 90px}

    .groups{width: 80%;}
    .parcours{width: 600px;}

    .logotournoi{height: 45px}
    .typetournoi{height: 32px}
    .draw, .chevl, .chevr{height: 65px; font-size: 1.6em; width: 45px;}
    .logopalmares{height: 65px}
    .fa-lock-open, .fa-lock{font-size: 1.4em}

    .viewl{display: block !important}
    .viewxl, .viewmd, .viewsm{display: none !important}
    .cachel{display: none !important;}

    #loader {
        width: 600px;
        height: 150px;
        margin: -50px 0 0 -220px;
    }
    .preloadtext {font-size: 1.1em;}
    .progress{width: 420px;}

    .bandoselect{margin-bottom: 1rem; padding-top: 30px;}
    .bandoselect select{font-size: 1.1em}
    .bandoselect .totalpts{font-size: 1.5em}
    .bandoselect img{width: 32px; height: 32px;}
    .menutournoi{margin-top: 0px; margin-bottom: 0px}
    .result_fini{border: 3px solid #cc0000; }
    .result_encours{border: 3px solid #006633;}
    .groups button, .account button{padding: 3px 6px;font-size: 1.05em}
    #popin{width: 50%; height: 230px;}
    .admax{width: 500px;}
    .pastille{padding: 5px; font-size: 0.9em}
    .decompte{padding: 0.2rem; font-size: 1.1rem}
    .world{width: 32px; height: 32px;}
    .dropdown-item{font-size: 1.5rem}

    .leagues{width: 600px;}
    .leagues tr:first-child img{width: 42px; height: 42px;} 
    .leagues tr:nth-child(2) td{font-size: 1.3rem}
    .leagues tr:nth-child(2) img{width: 65px; height: 20px}

    #descrbonus{padding-top: 2rem;}
    .card{margin-left: 2rem; margin-top: 2rem;}
    .specialcard{width: 160px; height: 240px}
    .selectedcard{border: 10px solid green; width: 160px; height: 240px}

    #cartebonus{width: 300px;}

    .infohelp{width: 60%;}
}

@media only screen and (min-width: 1200px) {  
    h1{font-size: 1.4em !important}
    h2{font-size: 1.3em !important}
    h3{font-size: 1.3em !important}
    .form-signin{max-width: 420px !important}
    .navlogo{margin-top: 30px} 
    #logo{width: 390px; height: 212px} 
    .total{height: 100px; font-size: 1.6em; line-height: 100px}
    .photo{width: 100px; height: 100px}
    .photocard{width: 66px; height: 100px}
    .pays{width: 24px; height: 24px}

    .tds{width: 400px}
    .tds td:nth-child(1){width: 100px}
    .tds td:nth-child(2){width: 25px}
    .tds td:nth-child(3){text-align: left !important; padding-left: 6px}
    .tds td:nth-child(4){width: 50px}

    #survivorDS_picks, #TDS_picks, #NTDS_picks{width: 40%}
    #survivorDS_picks td:nth-child(2), #TDS_picks td:nth-child(2), #NTDS_picks td:nth-child(1){width: 75px}
    #survivorDS_picks td:nth-child(3), #TDS_picks td:nth-child(3), #NTDS_picks td:nth-child(2){width: 25px}

    .joueur{width: 550px; height: 100px; line-height: 100px}
    .classt_joueur, .atprank{width: 900px; height: 100px; line-height: 100px}
    .parcours{width: 700px;}

    .joueur td:nth-child(1){width: 100px}
    .joueur td:nth-child(2){width: 25px; padding-left: 5px; padding-right: 5px}
    .parcours td:nth-child(3), .joueur td:nth-child(3){text-align: left !important; padding-left: 6px}
    .classt_joueur td:nth-child(5), .joueur td:nth-child(4){font-size: 1.6em; width: 100px}  
    .parcours td:nth-child(2){font-size: 1.4em;}  
    .joueur td:nth-child(5){font-size: 1.6em; width: 100px}  
    .parcours td:nth-child(4){font-size: 1.2em;}

    .leagues tr:first-child img{width: 48px; height: 48px;} 

    .breakdown_sumup tr:nth-child(2)>td{font-size: 2em}
    .breakdown td:first-child{font-size: 1.2em;}
    .breakdown td:nth-child(2){font-size: 1.4em;}
    .breakdown td:nth-child(3){font-size: 1.4em;}
    .breakdown .titre img{width: 32px; height: 32px;}

    .palmares_sumup tr:nth-child(2){font-size: 2em}
    .palmares .titre td{font-size: 2em}
    .palmares tr:nth-child(n+1)>td{font-size: 1.4em}

    .classt_joueur td:first-child, .atprank td:first-child{font-size: 2em; width: 42px}
    .classt_joueur td:nth-child(2), .atprank td:nth-child(2){width: 100px; padding-left: 24px}
    .classt_joueur td:nth-child(3), .atprank td:nth-child(3){width: 25px; padding-left: 24px}
    .classt_joueur td:nth-child(4), .atprank td:nth-child(4){text-align: left !important; padding-left: 24px; font-size: 1.4em}
    .classt_joueur td:nth-child(6), .atprank td:nth-child(5){font-size: 1.6em; width: 100px}

    .viewxl{display: block !important}
    .viewl, .viewmd, .viewsm{display: none !important}
    .cachexl{display: none !important;}

    .logotournoi{height: 50px}
    .typetournoi{height: 36px}
    .chevl, .chevr{height: 70px; font-size: 1.8em; width: 45px;}
    .draw{height: 70px; font-size: 1.8em; width: 55px;}

    .logopalmares{height: 70px}
    .fa-lock-open, .fa-lock{font-size: 1.6em}

    #loader {
        width: 600px;
        height: 150px;
        margin: -40px 0 0 -240px;
    }
    .preloadtext {font-size: 1.2em;}
    .progress{width: 540px;}

    .bandoselect{margin-bottom: 1rem; padding-top: 30px;}
    .bandoselect select{font-size: 1.2em}
    .bandoselect .totalpts{font-size: 1.6em}
    .bandoselect img{width: 32px; height: 32px;}
    .menutournoi{margin-top: 0px; margin-bottom: 0px}
    .joueur .result_fini{border: 3px solid #cc0000; }
    .joueur .result_encours{border: 3px solid #006633;}

    .leagues{width: 600px;}
    .leagues tr:nth-child(2) td{font-size: 1.4rem}
    .leagues tr:nth-child(2) img{width: 72px; height: 22px}

    .groups button, .account button{padding: 3px 6px;font-size: 1.1em}
    #popin{width: 40%; height: 220px;}
    .admax{width: 600px;}
    .pastille{padding: 5px; font-size: 0.9em}
    .decompte{padding: 0.2rem; font-size: 1.2rem}
    .world{width: 32px; height: 32px;}
    .dropdown-item{font-size: 1.5rem}

    #descrbonus{padding-top: 2rem;}
    .card{margin-left: 2rem; margin-top: 2rem;}
    .selectedcard{border: 10px solid green; width: 200px; height: 300px; background-color: green}

    #cartebonus{width: 350px;}
    .infohelp{width: 50%;}
}