/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'GT America Extended';
    src: url('../fonts/gt-america-extended-black-trial-webfont.woff2') format('woff2'),
        url('../fonts/gt-america-extended-black-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-weight:900;
}
@font-face {
    font-family: 'GT America Extended';
    src: url('../fonts/gt-america-extended-bold-trial-webfont.woff2') format('woff2'),
        url('../fonts/gt-america-extended-bold-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-weight:700;
}
@font-face {
    font-family: 'GT America Extended';
    src: url('../fonts/gt-america-extended-medium-trial-webfont.woff2') format('woff2'),
        url('../fonts/gt-america-extended-medium-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-weight:600;
}
@font-face {
    font-family: 'GT America Extended';
    src: url('../fonts/gt-america-extended-regular-trial-webfont.woff2') format('woff2'),
        url('../fonts/gt-america-extended-regular-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-weight:500;
}
@font-face {
    font-family: 'GT America Extended';
    src: url('../fonts/gt-america-extended-thin-trial-webfont.woff2') format('woff2'),
        url('../fonts/gt-america-extended-thin-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-weight:400;
}
@font-face {
    font-family: 'GT America Extended';
    src: url('../fonts/gt-america-extended-light-trial-webfont.woff2') format('woff2'),
        url('../fonts/gt-america-extended-light-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-weight:300;
}
@font-face {
    font-family: 'GT America Extended';
    src: url('../fonts/gt-america-extended-ultra-light-trial-webfont.woff2') format('woff2'),
        url('../fonts/gt-america-extended-ultra-light-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-weight:200;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

tr[data-fincontrat="1"] .td_contrat, 
tr[data-fincontrat="1"] .joueur_fiche .findecontrat strong{
    color:#FF0000;
}

a,
.close_popup,
button,
.inputfile_container .file_label,
input[type="submit"]{    
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
a:focus,
a:hover{
    text-decoration: none;
    color: #FFA528;
}
*:focus{
    outline:none;
}

/********************************************************/

body,
.spinner_container{
    background: url(../img/bg_topleft_min.png) no-repeat top left #190A27;
}
body{
    background: url(../img/bg_topleft_min.png) no-repeat top left #190A27;
    min-height: 100vh;    
    height: auto;
    color: #FFF;    
    font-family: "Montserrat", Helvetica, sans-serif;
    background-attachment: fixed;
    overflow: hidden;
}
h1, 
h2, 
h3, 
.main_site header ul li a,
table thead tr th, 
.search, 
.cta,
.profil_joueur_content .joueur_fiche .nom span,
.profil_joueur_content .joueur_basics .joueur_img_side li .age strong, 
.profil_joueur_content .joueur_basics .joueur_img_side li .personnalite strong,
.attributs_liste li strong,
.last_modified .lm_fulldate,
.ingameDate{
    font-family: "GT America Extended", Helvetica, sans-serif;
    font-weight: 500;
}
.ingameDate {
    padding: 10px;
    display: block;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    margin-top: -40px;
}
.ingameDate strong {
    color: #FFA528;
    margin-top: 3px;
    display: inline-block;
}

strong{
    font-weight: 700 !important;
}
body:before,
.spinner_container:before{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    width: 502px;
    height: 490px;
    background: url(../img/bg_topright_min.png) no-repeat top left;
}
body:after,
.spinner_container:after{
    content:"";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 234px;
    height: 170px;
    background: url(../img/bg_bottomright_min.png) no-repeat top left;
}

.last_modified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
    font-size: 12px;
    line-height: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.last_modified .lm_fulldate {
    margin-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #FFA528;
    position: relative;
    padding: 0 10px;
    font-size: 11px;
}
.lm_fulldate:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #FFA528;
    border-top: 1px solid #FFA528;
    left: -10px;
    top: -4px;
}
.lm_fulldate:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #76727B;
    border-bottom: 1px solid #76727B;
    right: -9px;
    bottom: -4px;
}

.last_modified .lm_fulldate .lm_date {
    font-weight: 700;
    margin-top: 2px;
}

.main_site {
    min-height: -webkit-calc(100vh - 66px);
    min-height: -moz-calc(100vh - 66px);
    min-height: calc(100vh - 66px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.main_site header{
    width:120px;
    max-width: 100%;
    position: relative;
    padding-top: 140px;
}

.main_site header:before{
    content: "";
    width: 100%;
    display: block;
    background: url(../img/sidebar.png) no-repeat top center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 130px;
}
.main_site header ul,
.main_site header ul li,
.main_site header ul li a{
    width:100%
}
.main_site header ul{
    border-bottom:1px solid rgba(255,255,255,0.2);
}
.main_site header ul li a {
    padding: 10px;
    display: block;
    color:#FFF;
    font-size: 13px;
}
.main_site header ul li a:hover,
.main_site header ul li a.active{
    background:#222222;
    color:#FFA528;
}

.header_title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 15px 0;
    position: relative;
    width:100%;
}

.header_title h1{
    color:#FFF;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    margin-left:150px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
.header_title:before{
    content: "";
    width: 150px;
    height: 150px;
    background: url(../img/logo.png) no-repeat center center;
    position: absolute;
    left: -16px;
    top: 10px;
}

.rs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 25px;
}
.rs li:not(:last-child) {
    margin-right: 20px;
}
.rs li a {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    -webkit-transition:0.2s all ease-in-out;
    -o-transition:0.2s all ease-in-out;
    -moz-transition:0.2s all ease-in-out;
    transition:0.2s all ease-in-out;
}
.rs li a svg {
    width: 19px;
    height: 19px;
}
.rs li a svg path {
    fill: #FFF;
}
.rs li a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.rs li a:hover svg path {
    fill: #FFA528;
}

main {
    padding: 20px;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    height: -webkit-calc(100vh - 66px);
    height: -moz-calc(100vh - 66px);
    height: calc(100vh - 66px);
    background: rgba(35, 35, 37, 0.8);
    -webkit-border-top-left-radius: 2rem;
    -moz-border-radius-topleft: 2rem;
    border-top-left-radius: 2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
main::-webkit-scrollbar {
    display: none;
}

.listing {
    margin-top: 30px;
}

table{
    width: 100%;
}
table thead tr th {
    text-transform: uppercase;
    font-size: 12px;
    color: #A3A3A0;
    padding: 5px 5px 10px 0;
}
table tbody tr.lignejoueur td {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
}
table tbody tr:nth-of-type(odd) tr {
    background: rgba(43, 43, 44,0.5);
}
table tbody tr.lignejoueur td span:not(:last-child):after {
    content: ",";
    display: inline-block;
    margin-right: 5px;
}

.pagination {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.pagination li a {
    font-size: 12px;
    color: #FFF;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 600;
    margin: 0 3px;
}
.pagination li.active a, .pagination li a:hover {
    background: #FFA528;
    color: #1b2330;
}
.search label {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search label input:not([type="checkbox"]), 
.search label select {
    width: 100%;
    margin: 5px 0 5px 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #FFF;
    padding: 2px 10px;
    background: rgba(43, 43, 44,0.1);
    color: #FFF;
}

[type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0.01;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

[type="checkbox"] + label {
    position: relative;
    padding-left: 2.3em;
    line-height: 1.7;
    cursor: pointer; 
}
/* Aspect de la case */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #FFF;
    background: rgba(43, 43, 44,0.1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all .275s;
    -o-transition: all .275s;
    -moz-transition: all .275s;
    transition: all .275s;
}

/* Aspect de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\2713';
    speak: never;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #1B2330;
    background: #FFA528;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    line-height: 25px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Aspect non cochée */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Aspect cochée */
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* Disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}

/* Disabled checked */
[type="checkbox"]:disabled:checked + label:after {
    color: #777;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

.checkbox_container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-top: 17px;
}

.search label select option {
    background: #FFF;
    color: #190A29;
    font-weight: 500;
}
table thead tr th{
    cursor:pointer;
}
table thead tr th#th_id, 
table tbody tr td.td_id {
    width:6% !important; /* 120px */
}
table thead tr th#th_nom, 
table tbody tr td.td_nom {
    width:11% !important; /* 200px */
}
table thead tr th#th_nat, 
table tbody tr td.td_nat {
    width: 2% !important; /* 35px */
}
table thead tr th#th_club,
table tbody tr td.td_club {
    width: 12.7% ; /* 220px */
}
table.liste_draft thead tr th#th_nom, 
table.liste_draft tbody tr td.td_nom {
    width:14.4% !important; /* 250px */
}
table thead tr th#th_age, 
table tbody tr td.td_age {
    width:3.4% !important; /* 60px */
}
table thead tr th#th_poste, 
table tbody tr td.td_poste {
    width:10.4% !important; /* 180px */
}
table.liste_draft thead tr th#th_poste, 
table.liste_draft tbody tr td.td_poste {
    width:14.4% !important; /* 250px */
}
table thead tr th#th_postesecond, 
table tbody tr td.td_postesecond {
    width:10.4% !important; /* 180px */
}
table thead tr th#th_valeur, 
table tbody tr td.td_valeur {
    width:5.2% !important; /* 90px */
}
table thead tr th#th_contrat, 
table tbody tr td.td_contrat {
    width:8.6% !important; /* 150px */
}
table thead tr th#th_ca, 
table thead tr th#th_pa,
table tbody tr td.td_ca, 
table tbody tr td.td_pa,
table thead tr th#th_taille, 
table thead tr th#th_poids,
table tbody tr td.td_taille, 
table tbody tr td.td_poids {
    width: 4.6% !important; /* 80px */
}
table tbody tr td.td_ca span, 
table tbody tr td.td_pa span {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-left: 5px;
    display: inline-block;
}

table tbody tr td.td_nat img {
    margin-left: 6px;
}

/***** SINGLE JOUEUR *****/

.profil_joueur_content {
    padding: 20px;
    font-size: 15px;
}
.profil_joueur_content .joueur_basics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: /* gradient can be an image */ -webkit-gradient( linear, right top, left top, from(rgba(0,0,0,0)), color-stop(25%, rgba(255, 165, 40,1)), color-stop(75%, rgba(255, 165, 40,1)), to(rgba(0,0,0,0)) ) left bottom transparent no-repeat;
    background: /* gradient can be an image */ -webkit-linear-gradient( right, rgba(0,0,0,0) 0%, rgba(255, 165, 40,1) 25%, rgba(255, 165, 40,1) 75%, rgba(0,0,0,0) 100% ) left bottom transparent no-repeat;
    background: /* gradient can be an image */ -moz-linear-gradient( right, rgba(0,0,0,0) 0%, rgba(255, 165, 40,1) 25%, rgba(255, 165, 40,1) 75%, rgba(0,0,0,0) 100% ) left bottom transparent no-repeat;
    background: /* gradient can be an image */ -o-linear-gradient( right, rgba(0,0,0,0) 0%, rgba(255, 165, 40,1) 25%, rgba(255, 165, 40,1) 75%, rgba(0,0,0,0) 100% ) left bottom transparent no-repeat;
    background: /* gradient can be an image */ linear-gradient( to left, rgba(0,0,0,0) 0%, rgba(255, 165, 40,1) 25%, rgba(255, 165, 40,1) 75%, rgba(0,0,0,0) 100% ) left bottom transparent no-repeat;
    -moz-background-size: 100% 1px;
    -o-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    padding-bottom: 1px;
}
.profil_joueur_content .joueur_basics .joueur_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../img/player_opacity.png) no-repeat top center;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    padding: 20px 20px 0 20px;
}

.profil_joueur_content .joueur_basics .joueur_img_side {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.profil_joueur_content .joueur_basics .joueur_img_side li,
.profil_joueur_content .joueur_fiche li{
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.profil_joueur_content .joueur_basics .joueur_img_side li:not(:last-child),
.profil_joueur_content .joueur_fiche li:not(:last-child),
.joueur_stats ul:first-child{
    background: /* gradient can be an image */
        -webkit-gradient(
            linear, 
            right top, left top, 
            from(rgba(0,0,0,0)),
            color-stop(50%, rgba(163, 163, 160,0.6)),
            to(rgba(0,0,0,0))
        )
        left 
        bottom
        transparent    
        no-repeat;
    background: /* gradient can be an image */
        -webkit-linear-gradient(
            right, 
            rgba(0,0,0,0) 0%,
            rgba(163, 163, 160,0.6) 50%,
            rgba(0,0,0,0) 100%
        )
        left 
        bottom
        transparent    
        no-repeat;
    background: /* gradient can be an image */
        -moz-linear-gradient(
            right, 
            rgba(0,0,0,0) 0%,
            rgba(163, 163, 160,0.6) 50%,
            rgba(0,0,0,0) 100%
        )
        left 
        bottom
        transparent    
        no-repeat;
    background: /* gradient can be an image */
        -o-linear-gradient(
            right, 
            rgba(0,0,0,0) 0%,
            rgba(163, 163, 160,0.6) 50%,
            rgba(0,0,0,0) 100%
        )
        left 
        bottom
        transparent    
        no-repeat;
    background: /* gradient can be an image */
        linear-gradient(
            to left, 
            rgba(0,0,0,0) 0%,
            rgba(163, 163, 160,0.6) 50%,
            rgba(0,0,0,0) 100%
        )
        left 
        bottom
        transparent    
        no-repeat; 
    -moz-background-size:100% 1px ; 
    -o-background-size:100% 1px ; 
    -webkit-background-size:100% 1px ; 
    background-size:100% 1px ;/* if linear-gradient, we need to resize it */
}
.profil_joueur_content .joueur_fiche .nom {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFA528;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.profil_joueur_content .joueur_fiche .nom span{
    margin-left: 5px;
}
.profil_joueur_content .joueur_basics .joueur_img_side li .moral strong {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.profil_joueur_content .joueur_basics .joueur_img_side li .moral strong span {
    font-size: 12px;
    margin: 0 0 2px 5px;
    text-transform: none;
    font-style: normal;
}
.profil_joueur_content .joueur_basics .joueur_img_side li strong {
    text-transform: uppercase;
}
.profil_joueur_content .joueur_basics .joueur_img_side li .age strong,
.profil_joueur_content .joueur_basics .joueur_img_side li .personnalite strong{
    color: #FFA528;
}

.profil_joueur_content .joueur_basics .joueur_img_side li.taillepoids {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.profil_joueur_content .joueur_basics .joueur_img_side li.taillepoids > *{
    margin: 0 8px;
}
.profil_joueur_content .joueur_basics .joueur_img_side li div span,
.profil_joueur_content .joueur_basics .joueur_img_side li div.personnalite strong{
    display: block;
    margin-bottom: 5px;
}
.profil_joueur_content .joueur_basics .joueur_img_side li div span,
.profil_joueur_content .joueur_fiche li div span,
.profil_joueur_content .joueur_stats li span{
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.profil_joueur_content .joueur_fiche {
    padding-bottom: 10px;
    background: /* gradient can be an image */ -webkit-gradient( linear, right top, left top, from(rgba(0,0,0,0)), color-stop(25%, rgba(255, 165, 40,1)), color-stop(75%, rgba(255, 165, 40,1)), to(rgba(0,0,0,0)) ) left bottom transparent no-repeat;
    background: /* gradient can be an image */ -webkit-linear-gradient( right, rgba(0,0,0,0) 0%, rgba(255, 165, 40,1) 25%, rgba(255, 165, 40,1) 75%, rgba(0,0,0,0) 100% ) left bottom transparent no-repeat;
    background: /* gradient can be an image */ -moz-linear-gradient( right, rgba(0,0,0,0) 0%, rgba(255, 165, 40,1) 25%, rgba(255, 165, 40,1) 75%, rgba(0,0,0,0) 100% ) left bottom transparent no-repeat;
    background: /* gradient can be an image */ -o-linear-gradient( right, rgba(0,0,0,0) 0%, rgba(255, 165, 40,1) 25%, rgba(255, 165, 40,1) 75%, rgba(0,0,0,0) 100% ) left bottom transparent no-repeat;
    background: /* gradient can be an image */ linear-gradient( to left, rgba(0,0,0,0) 0%, rgba(255, 165, 40,1) 25%, rgba(255, 165, 40,1) 75%, rgba(0,0,0,0) 100% ) left bottom transparent no-repeat;
    -moz-background-size: 100% 1px;
    -o-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    padding-bottom: 1px;
}
.profil_joueur_content .joueur_fiche li.capa, 
.profil_joueur_content .joueur_fiche li.valeur {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.profil_joueur_content .joueur_fiche li.capa > *, 
.profil_joueur_content .joueur_fiche li.valeur > * {
    margin: 0 25px;
}

.profil_joueur_content .joueur_stats ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
}
.profil_joueur_content .joueur_stats ul:first-child {
    padding-bottom: 10px;
}
.profil_joueur_content .joueur_stats ul li {
    text-align: center;
    margin: 0 8px;
}

.profil_joueur_content .attributs_title {
    color: #FFA528;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.attributs_liste li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0;
}
.attributs_liste li strong {
    margin-left: auto;
}

.attributs_liste li:nth-of-type(odd) {
    background: rgba(43, 43, 44,0.1);
}

.attributs_liste li[data-note="1"] strong,
.attributs_liste li[data-note="2"] strong,
.attributs_liste li[data-note="3"] strong,
.attributs_liste li[data-note="4"] strong,
.attributs_liste li[data-note="5"] strong,
.attributs_liste li[data-note="6"] strong,
.attributs_liste li[data-note="7"] strong,
.attributs_liste li[data-note="8"] strong,
.attributs_liste li[data-note="9"] strong{
    color:#424242;
}
.attributs_liste li.reverse[data-note="1"] strong,
.attributs_liste li.reverse[data-note="2"] strong,
.attributs_liste li.reverse[data-note="3"] strong,
.attributs_liste li.reverse[data-note="4"] strong,
.attributs_liste li.reverse[data-note="5"] strong{
    color:#FFA528;
}
.attributs_liste li[data-note="10"] strong,
.attributs_liste li[data-note="11"] strong,
.attributs_liste li[data-note="12"] strong{
    color:#A19B87;
}
.attributs_liste li.reverse[data-note="6"] strong,
.attributs_liste li.reverse[data-note="7"] strong,
.attributs_liste li.reverse[data-note="8"] strong{
    color:#EDE2BB;
}
.attributs_liste li[data-note="13"] strong,
.attributs_liste li[data-note="14"] strong,
.attributs_liste li[data-note="15"] strong{
    color:#EDE2BB;
}
.attributs_liste li.reverse[data-note="9"] strong,
.attributs_liste li.reverse[data-note="10"] strong,
.attributs_liste li.reverse[data-note="11"] strong,{
    color:#A19B87;
}
.attributs_liste li[data-note="16"] strong,
.attributs_liste li[data-note="17"] strong,
.attributs_liste li[data-note="18"] strong,
.attributs_liste li[data-note="19"] strong,
.attributs_liste li[data-note="20"] strong{
    color:#FFA528;
}
.attributs_liste li.reverse[data-note="12"] strong,
.attributs_liste li.reverse[data-note="13"] strong,
.attributs_liste li.reverse[data-note="14"] strong,
.attributs_liste li.reverse[data-note="15"] strong,
.attributs_liste li.reverse[data-note="16"] strong,
.attributs_liste li.reverse[data-note="17"] strong,
.attributs_liste li.reverse[data-note="18"] strong,
.attributs_liste li.reverse[data-note="19"] strong,
.attributs_liste li.reverse[data-note="20"] strong{
    color:#424242;
}
.attributs_liste.attributs_caches li strong{
    height:15px;
    width:25px;
}
.attributs_liste.attributs_caches li.mauvais strong{
    background:rgb(130,130,130);
}
.attributs_liste.attributs_caches li.moyen strong{
    background:rgb(192,192,192);
}
.attributs_liste.attributs_caches li.bon strong{
    background:#FFA528;
}
.attributs_liste.attributs_caches li.tresbon strong{
    background:rgb(231,100,32);
}

.pied{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pied strong{
    color:rgb(192,192,192);
    margin-left:auto;
}
.pied[data-pied*="Très faible"] strong{
    color:#424242;
}
.pied[data-pied*="faible"] strong,
.pied[data-pied*="Faible"] strong{
    color:#A19B87;
}
.pied[data-pied*="fort"] strong,
.pied[data-pied*="Fort"] strong{
    color:#EDE2BB;
}
.pied[data-pied*="Très fort"] strong{
    color:#FFA528;
}
.pied + .pied {
    margin-top: 5px;
}
.attributs_liste + .pied {
    margin-bottom: 0;
}

.blessure {
    color: #FF0000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 18px;
}
.blessure strong {
    display: block;
    background: #FF0000;
    color: #FFF;
    width: 100%;
    margin-top: 5px;
    text-align: right;
    line-height: 25px;
    padding: 0 5px;
}

.profil_joueur_content .attributs_title.gardien,
.attributs_liste.gardien,
.attributs_liste + .gardien{
    display: none;
}
.profiljoueur[data-poste='GB'] .profil_joueur_content .attributs_title.gardien,
.profiljoueur[data-poste='GB'] .attributs_liste.gardien,
.profiljoueur[data-poste='GB'] .attributs_liste + .gardien{
    display: block;
}
.profiljoueur[data-poste='GB'] .profil_joueur_content .attributs_title.no_gardien,
.profiljoueur[data-poste='GB'] .attributs_liste.no_gardien{
    display: none;
}

.mt-20{
    margin-top: 20px;
}

.postes_et_graph{
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
    -webkit-box-align: center;    
    -webkit-align-items: center;    
    -moz-box-align: center;    
    -ms-flex-align: center;    
    align-items: center;
}
.graphique_bg {
    margin-top: 4px;
}
.graphique{
    position:relative;
    margin-left:auto;
    width: 260px;
    margin-bottom: 40px;
    margin-top: 25px;
}
.graphique_bg svg{
    width: 200px;
}
.graphique_on{
    position: absolute;
    left: -142px;
    top: -21px;
    width: 485px;
    height:250px;
}

.postes{
    position:relative;
    width:240px;
    height:160px;
}
.postes > img{
    width:100%;
    height:100%;
}
.postes_absolute{
    position:absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
}
.postes_absolute .rond {
    width: 28px;
    height: 28px;
    background: rgba(0,0,0,0.08);
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 5px;
}
.postes_absolute .rond.gb,
.postes_absolute .rond.dc, 
.postes_absolute .rond.mdef, 
.postes_absolute .rond.mc, 
.postes_absolute .rond.moc, 
.postes_absolute .rond.btc {
    margin-top: auto;
    margin-bottom: auto;
    top: -5%;
    bottom: -5%;
}
.postes_absolute .rond.dd, 
.postes_absolute .rond.ald, 
.postes_absolute .rond.md, 
.postes_absolute .rond.mod {
    bottom: 10px;
}
.postes_absolute .rond.dg, 
.postes_absolute .rond.alg, 
.postes_absolute .rond.mg, 
.postes_absolute .rond.mog {
    top: 10px;
}
.postes_absolute .rond.dd, 
.postes_absolute .rond.dc, 
.postes_absolute .rond.dg {
    left: 43px;
}
.postes_absolute .rond.ald, 
.postes_absolute .rond.mdef, 
.postes_absolute .rond.alg {
    left: 84px;
}
.postes_absolute .rond.md, 
.postes_absolute .rond.mc, 
.postes_absolute .rond.mg {
    left: 125px;
}
.postes_absolute .rond.mod, 
.postes_absolute .rond.moc, 
.postes_absolute .rond.mog {
    left: 166px;
}
.postes_absolute .rond.btc {
    right: 7px;
    left: auto;
}

.postes_absolute .rond.post_un, 
.postes_absolute .rond.post_deux {
    border: 2px solid #000;
}
.postes_absolute .rond.post_un {
    background: #0AFF6F;
}
.postes_absolute .rond.post_deux{
    background: #00B814;
}

.moral img {
    width: 17px;
    height: auto;
}

.liste_joueurs:not(.liste_draft) .lignejoueur{
    cursor: pointer;
}

.profiljoueurcontainer{
    display: none;
}

.liste_joueurs_container, .sclub_screen{
    display: none;
}
main .simplebar-scrollbar:before {
    background: #515052;
}

/** Header Connexion **/

.twitch_container{
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.twitch_container .user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.twitch_container .user .user_img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.twitch_container .user .user_img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.twitch_container .user .user_name strong {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.twitch_container .user .user_name a {
    margin-top: 3px;
    font-size: 10px;
    display: block;
    color: #FFA528;
}
.twitch_container .user .user_name a:hover{
    color:#D22F2F;
}

.twitch_container .connexiontwitch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #9147FF;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.twitch_container .connexiontwitch:hover {
    background: #772CE8;
}
.twitch_container .connexiontwitch:active {
    background: #5C16C5;
}
.twitch_container .connexiontwitch i {
    width: 17px;
    margin-right: 7px;
}
.twitch_container .connexiontwitch i svg{
    width: 100%;
    height: auto;
}
.twitch_container .connexiontwitch i svg path {
    fill: #fff;
}

/** HOME **/

.home_buttons {
    height: -webkit-calc(100vh - 106px);
    height: -moz-calc(100vh - 106px);
    height: calc(100vh - 106px);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home_my_club_button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #1B2330;
    border: 20px solid #19202C;
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #FFA528;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 22px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 22px rgb(0 0 0 / 50%);
    box-shadow: 0 0 22px rgb(0 0 0 / 50%);
}
.home_my_club_button a span,
.home_classement_button a span{
    margin-top: 20px;
}
.home_buttons a section,
.home_buttons a svg,
.home_buttons a span{
    z-index: 9;
}
.home_buttons a:before {
    content: "";
    width: 0;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: rgba(0,0,0,0.2);
    -webkit-transition: all 400ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition: all 400ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition: all 400ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 400ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
.home_buttons a:hover:before {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.home_buttons svg {
    width: 180px;
    height: 182px;
}

.home_classement_button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #FFA528;
    border: 20px solid rgba(43, 43, 44,0.1);
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #1B2330;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 22px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 22px rgb(0 0 0 / 50%);
    box-shadow: 0 0 22px rgb(0 0 0 / 50%);
    overflow: hidden;
}

.home_classement_button a span.prochainement {
    position: absolute;
    width: 131%;
    background: rgba(0,0,0,1);
    text-align: center;
    display: block;
    padding: 20px 10px;
    color: #FFF;
    font-weight: 300;
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
    z-index: 11;
}
.home_classement_button a:before {
    z-index: 10;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.home_login a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #7289da;
    border: 20px solid rgba(43, 43, 44,0.1);
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 22px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 22px rgb(0 0 0 / 50%);
    box-shadow: 0 0 22px rgb(0 0 0 / 50%);
}

.home_bloc {
    margin-bottom: 30px;
}
.home_bloc table {
    margin-bottom: 10px;
}
.home_bloc p + table {
    margin-top: 10px;
}
.home_bloc thead tr th,
.upload_subs_container thead tr th{
    cursor: inherit;
}

.home_bloc table tr th,
.home_bloc table tr td {
    padding: 10px 5px;
}
.home_bloc p, 
.home_bloc li {
    line-height: 24px;
}
.home_bloc table tr td {
    font-size: 14px;
}

.home_bloc .high{
    color:#3ef967;
}
.home_bloc .mid{
    color:#4472C4;
}
.home_bloc .low{
    color:#ff0000;
}

.home_bloc li:before {
    content: "";
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Outline' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M436.5,251.44a11.33,11.33,0,0,0-2.36-3.46h0L323,136.86a11.34,11.34,0,0,0-16,16l91.78,91.77H86.57a11.34,11.34,0,0,0,0,22.68H398.75L307,359.11a11.34,11.34,0,1,0,16,16L434.14,264h0A11.33,11.33,0,0,0,436.5,251.44Z'/%3E%3C/svg%3E");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 21px;
    height: 16px;
    display: inline-block;
}

.cta {
    background: #FFA528;
    color: #000;
    padding: 8px 12px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    border: 0;
    line-height: 16px;
}
.cta:hover {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: #000;
    background: #D42F2F;
}

.home_bloc .cta{
    margin-top: 10px;
}

/** BUTTON AND SELECT NIVEAU ET POTENTIEL **/

.select_ul_button {
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #FFF;
    padding: 2px 10px;
    background: rgba(43, 43, 44,0.1);
    color: #FFF;
    line-height: 20px;
}
.select_ul_button:focus,
.select_ul_button:active{
    border-color: #FFF !important;
    outline:0;
}
.selectstars_container{
    position: relative;
    width: 100%;
    padding: 5px 0 5px 10px;
}
.select_stars{
    display: none;
    position: absolute;
    top: 31px;
    left: 10px;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    z-index: 999;
}
.select_stars ul{    
    margin: 0;
    background: #FFF;
    color: #FFF;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
}
.select_stars ul li {
    cursor: pointer;
    padding: 4px;
}

#minNiveau,
#minPotentiel{
    display:none;
}

/** LOADER **/

@-moz-keyframes rotate360 {
    from { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes rotate360 {
    from { -o-transform: rotate(0deg); transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes rotate360 {
    from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes rotate360 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.spinner_container {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
.spinner_container[ng-hidecustom="true"]{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.spinner_container_content{
    position: absolute;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.spinner {
    display:inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background:url(../img/loader.png) no-repeat center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    -moz-animation: rotate360 1s linear infinite;
    -o-animation: rotate360 1s linear infinite;
    animation: rotate360 1s linear infinite;
    -webkit-animation: rotate360 1s linear infinite;
    width: 46px;
    height: 46px;
}

/** CLASSEMENTS **/

main h2 {
    color: #FFA528;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.classements,
.upload,
.home,
.subs{
    margin-top: 10px;
}

.classements__classement {
    padding: 10px;
    position: relative;
    height: 100%;
}
.classements > div > .row > div{
    margin-bottom: 25px;
}
.classements__classement table thead tr th {
    width: 100px;
    cursor: inherit;
}
.classements__classement table thead tr th:first-of-type ,
.classements__classement table thead tr th:nth-of-type(2) {
    width: 60px;
}
.classements__classement table thead tr th:nth-of-type(3) {
    width: 60%;
}
.classements__classement table thead tr th:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)), 
.classements__classement table tbody tr td:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    text-align: right;
}
.classements__classement table thead tr th:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:last-child), 
.classements__classement table tbody tr td:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:last-child) {
    text-align: right;
    padding-right: 0;
}
.classements__classement table thead tr th:first-child, 
.classements__classement table tbody tr td:first-child {
    padding-left: 8px;
}
.classements__classement table thead tr th:last-child, 
.classements__classement table tbody tr td:last-child {
    padding-right: 8px;
}

.classements__classement table tbody tr:nth-of-type(odd),
.subs table tbody tr:nth-of-type(odd),
.home_bloc table tbody tr:nth-of-type(odd) {
    background: rgba(43, 43, 44, 0.5);
}
.classements__classement table tbody tr td,
.subs table tbody tr td {
    padding: 8px 0;
    font-size: 14px;
}

.subs table tbody tr:nth-of-type(odd).highlight, 
.subs table tbody tr.highlight {
    background: #FFA528;
    color: #000;
}
table:not(.classements__classement_table) tr.highlight td:before {
    color: #555;
}

.classements__classement:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    margin: auto;
    bottom: -12.5px;
}
.classements > div > .row > div:nth-of-type(odd) .classements__classement:after {
    content: "";
    height: 90%;
    width: 1px;
    position: absolute;
    right: -15px;
    top: -5%;
    bottom: -5%;
    background: rgba(255, 255, 255, 0.2);
    margin: auto;
}

.classements__classement table tbody tr:first-child {
    background: #2C5C40;
}
.classements__classement table tbody tr:last-child {
    background: #553333;
}

.subs table tbody tr td:first-child {
    padding-right: 30px;
    padding-left: 5px;
}
.subs table tbody tr td:not(:first-child) {
    padding-right: 10px;
}
.subs table tbody tr td {
    line-height: 1.4;
}

.subs table tbody tr td.not_empty {
    background: #FFA528;
    padding-left: 10px;
    text-align: center;
    font-weight: 700;
    color: #000;
    border-top: 1px solid #190A27;
    border-bottom: 1px solid #190A27;
}

/** MISE A JOUR **/

.upload h2:not(:first-of-type) {
    margin-top: 30px;
}

.upload_file_container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.inputfile_container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}

.inputfile_container input[type='file'] {
    display: none;
}

.inputfile_container .file_label {
    background: #76727B;
    color: #FFF;
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
}
.inputfile_container .file_label:hover {
    background: #96929b;
}

.file_name {
    margin-left: 10px;
}

.upload .ng-binding {
    margin-top: 12px;
    line-height: 1.3;
}
.upload .ng-binding strong {
    color: #FFA528;
}
.upload .ng-binding + table {
    margin-top: 12px;
}
.upload .ng-binding + h2 {
    margin-top: 30px;
}

.custom_field_container .input_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.custom_field_container .input_container:last-of-type {
    margin-top: 20px;
}
.custom_field_container .input_container label {
    width: 205px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 205px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    margin-right: 20px;
}
.custom_field_container .input_container input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.custom_field_container .input_container input,
.upload_subs_container table tr td input {
    border: 0;
    padding: 5px 10px;
}

.custom_field_container .input_container input[type="date"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    max-width: 100%;
}

/* Customize the label (the container) */
.checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #D42F2F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_field_container .input_container.checkbox_container label {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.upload_subs_container table tr td input {
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: calc(100% - 5px);
    margin-bottom: 5px;
}

.save_cta ,
.delete_cta {
    display: inline-block;
    border: 0;
    background: none;
}
.save_cta svg ,
.delete_cta svg {
    width: 20px;
}
.delete_cta svg path {
    fill: #D42F2F;
}
.save_cta svg path {
    fill: #FFA528;
}
.upload_subs_container thead tr th:last-child, 
.upload_subs_container tbody tr td:last-child {
    width: 69px;
}

.maj_date_container input, 
.upload_subs_container input {
    background: #fbfbe5;
}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

.menu_mobile_button{
    display: none;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 50px;
    height: 50px;
}

.menu_icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 100%;
}
.menu_icon:active,
.menu_icon:focus{
    outline: 0;
    border: none;
}
.menu_mobile_button svg {
    max-width: 100%;
    max-height: 100%;
}
.menu_icon .line {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 6;
    -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu_icon .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.menu_icon .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.menu_icon .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.menu_icon.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.menu_icon.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.menu_icon.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.mobile_menu_container{
    display:none;
}

body > div {
    overflow: hidden;
}

@media screen and (max-width:1199px){
    .header_title h1 {
        font-size: 25px;
        padding: 6px 0px;
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
        transform: translateY(2px);
    }
    .profil_joueur_content .joueur_basics .joueur_img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 160px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        padding: 10px 10px 0 10px;
    }
    .profil_joueur_content .joueur_basics .joueur_img_side li.taillepoids > * {
        margin: 0 4px;
    }
    .tableau_caracteristique {
        font-size: 14px;
    }
    .joueur_stats {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:991px){    
    .upload_subs_container tbody tr td:last-child {
        margin: 10px auto 20px auto;
    }

    .header_title h1 {
        font-size: 18px;
        padding: 7px 0px;
        margin-left: 130px;
    }

    table:not(.classements__classement_table) {
        width: 100%;
        max-width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    table:not(.classements__classement_table) tbody{
        display: block;
        width:100%;
    }
    table:not(.classements__classement_table) thead {
        display: none;
    }
    table:not(.classements__classement_table) tr{
        display: block;
        width: 100%;
    }
    table:not(.classements__classement_table) td {
        display: block;
    }
    .allchanges td,
    .home .home_bloc table td ,
    .subs table td ,
    .liste_joueurs > tbody > tr .lignejoueur td {
        text-align: right;
    }
    table:not(.classements__classement_table) td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-size: 12px;
        color: #A3A3A0;
    }
    table thead tr th#th_id, 
    table tbody tr td.td_id ,
    table thead tr th#th_nom, 
    table tbody tr td.td_nom,
    table thead tr th#th_nat, 
    table tbody tr td.td_nat,
    table thead tr th#th_club,
    table tbody tr td.td_club,
    table.liste_draft thead tr th#th_nom, 
    table.liste_draft tbody tr td.td_nom ,
    table thead tr th#th_age, 
    table tbody tr td.td_age,
    table thead tr th#th_poste, 
    table tbody tr td.td_poste,
    table.liste_draft thead tr th#th_poste, 
    table.liste_draft tbody tr td.td_poste,
    table thead tr th#th_postesecond, 
    table tbody tr td.td_postesecond,
    table thead tr th#th_valeur, 
    table tbody tr td.td_valeur,
    table thead tr th#th_contrat, 
    table tbody tr td.td_contrat,
    table thead tr th#th_ca, 
    table thead tr th#th_pa,
    table tbody tr td.td_ca, 
    table tbody tr td.td_pa,
    table thead tr th#th_taille, 
    table thead tr th#th_poids,
    table tbody tr td.td_taille, 
    table tbody tr td.td_poids,
    .home table tbody tr td,
    .subs table tbody tr td,
    .subs table tbody tr td:first-child{
        width: 100% !important;
        padding: 4px 10px;
        height: auto;
    }
    .liste_joueurs > tbody > tr .lignejoueur,
    .home table tbody tr,
    .subs table tbody tr{
        padding: 10px 0;
    }
    .attributs_liste {
        margin-bottom: 15px;
    }

    .subs table tbody tr td {
        min-height: 28px;
    }
    .subs table tbody tr td:last-child:not(.not_empty) {
        display: none;
    }
    .subs table tbody tr td.not_empty {
        text-align: right;
    }
    .subs table tbody tr td.not_empty:before {
        color: #555;
        font-weight: 500;
    }

    .club_joueurs_info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0;
    }

    .classements > div > .row > div:nth-of-type(odd) .classements__classement:after{
        display: none;
    }
}

@media screen and (max-width:991px) and (min-width:768px){
    .postes {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        margin-left: -33px;
    }

    .header_title .lm_intro {
        position: absolute;
        top: 3px;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
        font-size: 9px;
    }
    .header_title .last_modified .lm_fulldate .lm_date {
        font-weight: 700;
        margin-top: -2px;
    }
    .header_title .rs li:not(:last-child) {
        margin-right: 10px;
    }
    .header_title .rs {
        margin-right: 15px;
    }
    .header_title .last_modified .lm_fulldate {
        margin-left: 5px;
        padding: 0 6px;
    }
}

@media screen and (max-width:767px){
    main {
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        border-left: 0;
    }

    .ingameDate {
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ingameDate {
        margin-top: 0;
    }

    .twitch_container {
        margin-right: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .twitch_container .connexiontwitch {
        width: 134px;
        margin-left: auto;
        margin-right: auto;
    }

    .menu_mobile_button{
        display: block;
        z-index: 99;
    }
    .mobile_menu_container{
        background: #190A27;
        display:block;
        position: fixed;
        top: 64px;
        height: -webkit-calc(100vh - 64px);
        height: -moz-calc(100vh - 64px);
        height: calc(100vh - 64px);
        overflow: auto;
        padding: 25px 0 50px 0;
        right: -100%;
        z-index: 999999999999999999999;
        width: 100%;
        -webkit-transition: all 300ms cubic-bezier(.62,.23,.54,.88);
        -o-transition: all 300ms cubic-bezier(.62,.23,.54,.88);
        -moz-transition: all 300ms cubic-bezier(.62,.23,.54,.88);
        transition: all 300ms cubic-bezier(.62,.23,.54,.88);
        -webkit-transition-timing-function: cubic-bezier(.62,.23,.54,.88);
        -moz-transition-timing-function: cubic-bezier(.62,.23,.54,.88);
        -o-transition-timing-function: cubic-bezier(.62,.23,.54,.88);
        transition-timing-function: cubic-bezier(.62,.23,.54,.88);
    }
    .mobile_menu_container.active{
        right: 0;
    }

    .header_title {
        width: 100%;
    }
    .header_title:after{
        display: none;
    }
    .header_title h1 {
        font-size: 18px;
        padding: 9px 65px 9px 0;
        margin-left: 75px;
    }

    .header_title:before {
        width: 38px;
        height: 48px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home_my_club_button a {
        border: 10px solid #19202C;
        padding: 10px;
        margin-bottom: 25px;
    }
    .home_classement_button a {
        border: 10px solid rgba(43, 43, 44,0.1);
        padding: 10px;
    }

    .club_img {
        width: 100px;
    }
    .club_img img {
        width: 100%;
        height: auto;
    }
    .home_buttons svg {
        width: 100px;
        height: 102px;
    }

    main {
        width: 100%;
    }
    .home_buttons a > span {
        font-size: 15px;
        text-align: center;
    }
    .header_title:before {
        left: 15px;
    }

    .twitch_container .user {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .rs {
        margin: 20px 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .last_modified {
        margin: 25px 0 20px 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header > ul:not(:last-child) {
        border-bottom: 1px solid #FFFFFF;
    }
    header ul li a {
        color: #FFFFFF;
        font-size: 17px;
        text-align: center;
        width: 100%;
        display: block;
        margin: 20px 0;
        text-transform: uppercase;
        font-weight: 700;
    }

    .postes_et_graph {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .postes {
        margin: 0 auto 15px auto;
    }
    .graphique {
        margin-right: auto;
        width: 200px;
    }
    .profil_joueur_content .joueur_fiche .nom {
        font-size: 18px;
    }

    .home_bloc table tr td {
        font-size: 12px;
    }
}

@media screen and (max-width:575px){
    .simplebar-content {
        padding: 10px 0 0 0 !important;
    }
    main[ng-controller="ListeJoueurs"] .simplebar-content {
        padding-top: 15px !important;
    }
    main[ng-controller="Classements"] .simplebar-content {
        padding-top: 0 !important;
    }
    .checkbox_container {
        margin-bottom: 10px;
    }
    .profil_joueur_content .joueur_basics {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profil_joueur_content .joueur_basics .joueur_img_side {
        padding-left: 0;
    }
    .profil_joueur_content .joueur_stats ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .profil_joueur_content .joueur_stats ul li {
        margin-bottom: 8px;
    }
    .pagination {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .club_joueurs_info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .joueurcle {
        margin-bottom: 20px;
    }

    .classements__classement table tbody tr td, .subs table tbody tr td {
        line-height: 20px;
    }

    .custom_field_container .input_container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .custom_field_container .input_container input {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -moz-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-top: 4px;
    }
    .custom_field_container {
        padding-bottom: 20px;
    }
}
@media screen and (max-width:442px){
    .graphique {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin: 0;
    }

    .classements__classement table thead tr th:nth-of-type(3) {
        width: 40%;
    }
}
@media screen and (max-width:400px){
    .tactic_postes .rond {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
}
@media screen and (max-width:360px){
    .postes {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        margin: 0;
    }
    .graphique {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::-moz-selection {
    background:#FFA528;
    color:#000;
    text-shadow:none;
}

::selection {
    background:#FFA528;
    color:#000;
    text-shadow:none;
}
::-webkit-selection {
    background:#FFA528;
    color:#000;
    text-shadow:none;
}
::-moz-selection {
    background:#FFA528;
    color:#000;
    text-shadow:none;
}