
td {
    width: 45px;
    position: relative;
    border : white 1px solid;
}
td:after {
    content: '';
    display: block;
    margin-top: 0%;
}
td .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: gold;
}
  
td.content:hover{
    background-color: #A4A4A4;
    color: white;
    cursor : pointer;
}
.null{
    background-color: #9B9A9A;
}
.null:before{
    content: "";
    display:block;
    height:45px;
    width:45px;
    background-size: 35px 35px;
    background-image: url(cross.svg);
    background-repeat: no-repeat;
    text-align: center;
}

.null:hover{
    background-color: #d5b2b2;
}
.description{
    font-style: normal;
    text-align: center;
    color:black;
}
.vilain{
    background-color : #980000;
    color : white;
}
.hero{
    background-color : #02BC3A;
}
.description:hover{
    background-color : white;
     color: black;
}
#first{
    border-color : white;
}
#first:hover{
    background-color : white;
}
#un{
    display: none;
}
 #positionAll{
    border: solid 1px black;
     border-radius: 5px;
     display: flex;
     padding: 10px;
     justify-content: center;
     height: 17px;
     margin-top :5px;
     margin-bottom: 50px;
     color: black;
     margin: auto;
     margin-left: 51px;
}
#positionHero{
    padding-right: 30px;
}
#positionVilain{
    padding-left: 30px;
}
#flex{
    display: flex ;
     justify-content: center;
     margin-top: 25px 
}
.m{
    border: 1px black solid;
     text-align: center;
     min-width: 560px;
     margin-bottom: 5px;
     margin : 5px;
     border-radius: 3px;
     font-weight: bold;
     display:inline-block;
}
#stat{
    border: 1px black solid;
     border-radius: 5px;
     margin-left: 50px;
     margin-top : 10px;
     overflow: scroll;
     overflow-x: hidden;
}
#flex2{
    margin-top:3px;
     display: none;
}

body{
    background-color: black;
    /*color : #4608ff;*/
    color : #02165D;
    font-family: 'Roboto Slab', serif;
}
.title-graph{
    text-align: center;
    font-size: 1.6em;
}
.main{
    font-size: 1.8em;
    font-weight: bold;
}


.tool-lst{
    margin : 10px;
    padding: 20px;
    background-color: #6c0c0c;
    color : white !important;
    transition-property: background-color; /* Active la transition sur background-color */
    transition-duration: 1s; /* La transition dure 1s */
}
.tool-lst:hover{
    background-color :#A3B7FF;
}
.card{
    background-color : #000000;
    border: 1px #02165D solid;
}
.footer{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #aeaeae;
}

.pt-msg, .pt-text{
    margin : 2px;
    color : white;
}
.pt-error{
    color : #F00303;
    padding: 5px;
    border : 1px solid #6c0c0c;
}

.pt-modal{
    margin : 2px;
}
.pt-modal-tables{
    background-repeat: no-repeat;
    background-position: center top; 
    height: 200px;
    width: 350px;
}

.pt-head{
    font-family: 'Baloo Chettan', cursive;
    padding : 1rem 1rem;
    margin-bottom: 5px;
}

.pt-label{
    font-size:1.3em;
    color:white;
}
.pt-graph-result{
    border:1px solid #aeaeae;
    padding: 5px;
    text-align:center;
    margin: 7px;
}

.pt-text-hero{
    color : #02BC3A;
}
.pt-text-vilain{
    color : #980000;
}
.pt-margin-5{
    margin : 5px;
}

.pt-block{
    display:block;
}
.pt-cadre{
    padding: 5px;
    border: 1px solid;
    margin: 5px;
}
.pt-main-desc{
    height: 75%;
    color:#aeaeae;
    font-size: 1.2em;
}
.pt-title{
    text-align: center;
    font-size: 1.2em;
}
.pt-trait-top{
    border-top:1px solid #aeaeae;
}

.pt-nav, .pt-nav>.container, .pt-nav>.container-fluid{
    justify-content: flex-end!important;
}

.pt-range{
    max-width: 585px;
    width: 585px;
}
.pt-rangereadonly{
    max-width: 416px;
    width: 416px;
}
.pt-hand{
    width: 45px;
    height:45px;
    float:left;
    border: 1px solid;
    color:#02165D;
}

.pt-handreadonly{
    width: 32px;
    height:32px;
    float:left;
    /*border: solid 1px rgba(0,0,0,0.1);*/
    border-bottom:1px solid;border-right:1px solid;
    text-align: center;
    
}
.pt-handsamereadonly{
    color: black;
    font-weight: bold;
    
}
.pt-first-row-range{
    display:flex;
    justify-content: space-between;
}
.pt-hand-color{
    margin-right: 5px;
}
.pt-hand-name{
    margin-left: 5px;
}
.pt-underline{
    text-decoration: underline;
    /*border:1px solid;*/
}
.pt-positive{
    color : black;
    text-decoration: underline;
}
.pt-hand-namereadonly{
    margin-left: 10%;
    font-size: 0.8rem;
}
.pt-dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor:pointer;
  }
.pt-dotreadonly {
    visibility:hidden;
  }  
  .range-tablereadonly{
      color:black;
  }
.range-tablereadonly:after{
    content: "POKTOOLS";
    z-index: 998;
    position: absolute;
    font-size: 65px;
    color: black;
    opacity: 0.199;
    transform: rotate(-45deg);
    top: 180px;
}
.fa-caret-left,.fa-caret-right{
    cursor:pointer;
}

p.ev {
    font-size: 9px !important;
    font-weight: normal;
    margin-top:-5px!important;
}

div.tooltip-inner {
    max-width: 460px;
}

i{
    cursor:pointer;
    color :white;
}

li.nav-item i{
    color: black;
}
.pt-apps{
    max-height:250px;
    height: 250px;
}

.pt-apps-title{
    /*color:#92ae56;*/
    font-size:1rem;
    color: #BF2F2F;
}

.pt-apps-card{
    /*border: #6c0c0c 1px solid;*/
    margin: 10px 0px 20px 0px;
    padding: 5px;
}
.pt-apps-description{
    color:#aeaeae;
    font-size: 1.1rem;
}
.pt-lovely-by{
    margin:10px;
    padding-bottom: 5px;
    border-bottom: #1e4944 solid 1px;
}
.pt-lovely-text{
    margin:10px;
    color:#aeaeae;
    font-size: 1.1rem;
}
.pt-news-title{
    font-size: 1.2rem;
    color:#aeaeae;
}
.pt-news-item{
    margin-bottom: 10px;
    font-size: 0.9rem;
    color:#3490dc;
}
.pt-news-card{
    border:1px solid #aeaeae;
}
.pt-section{
    text-align: center;
    font-size: 1.6rem;
    color: #BF2F2F;
    margin-right: 15px;
}


.pt-apps-card   {
    cursor:pointer;
    padding:10px 20px;
    font-size:1.2rem;
    border-radius: 10px;
    transition:all 0.5s;
}

.pt-apps-card
{
  display:table-cell;
  background-size:cover;
  overflow: hidden;
  position: relative;
}
.pt-apps-card .shadow_swhow_mini
{
  background-color:rgba(19,30,33,0.4);
  position: absolute;
  z-index: 1000;
  top:0;left:0;right:0;bottom:0;
  margin:2px;
  border-radius: 10px;
  
}
.pt-apps-card:hover .shadow_swhow_mini
{
  background-color:rgba(16,23,41,0);
}
.pt-apps-card .deroul_titre
{
  position: absolute;
  text-transform: uppercase;
  font-family: 'Roboto';
  padding: 7px;
  z-index: 1000;
  top:60%;left:-80%;
  color:#ffffff;
  font-weight: 300;
  font-size: 13px; width: 80%;
  border-radius: 10px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;

}
.pt-apps-card:hover .deroul_titre
{
  background-color:#BF2F2F; left:0px;
  
}
.pt-apps-card .deroul_soustitre
{
  position: absolute;
  border-radius: 10px;
  font-family: 'Roboto';
  padding: 5px;
  z-index: 1000;
  top:60%;right:-85%;
  margin-top: 25px;
  color:#ffffff;
  font-weight: 300;
  font-size: 11px; width: 80%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.pt-apps-card:hover .deroul_soustitre
{
  background-color:black;right:0px;
}

label{
    color:#ffffff;
}

hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(254, 9, 9, 0.64);
}

.pt-hand-card{
    float: left;
    border: 1px solid blue;
    border-radius: 3px;
    padding: 5px;
    margin: 2px;
    margin-bottom: 10px;
}
.pt-hand-card:hover{
    cursor: pointer;
    /*zoom:1.2;*/   
    background-color: rgba(0, 255, 76, 0.781);
    color:black;
}
.position-disabled{
    background-color:grey;
    
}
.pt-margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-top-50{
    margin-top: 50px;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: blue;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: blue;
  cursor: pointer;
}

.form-group{
    margin: 0px;
}
label{
    margin-bottom: 0.1rem;
}
.exposant{
    position: relative;
    bottom: 1px;
    font-size: .8em;
    line-height: .8em;
    vertical-align:super;
    text-decoration:none;
    color:#980000;
}

.pt-rangereadonlysnap{
    max-width: 100%;
    width: 100%;
}
.range-tablereadonlysnap:after{
    /*content: "POKTOOLS";
    z-index: 999;
    position: relative;
    font-size: 65px;
    color: black;
    opacity: 0.199;
    transform: rotate(-45deg);
    top:-250px;*/
}
.range-tablereadonlysnap{
    color:black;
    width: 416px;
    margin-left:25%;
}

.range-tablereadonlysnapnooverlays:after{
    content: "POKTOOLS";
    z-index: 998;
    position: relative;
    font-size: 65px;
    color: black;
    opacity: 0.199;
    transform: rotate(-45deg);
    top:-250px;
}

.flou{
    filter: blur(10px);
    opacity: .5;
}

.pt-range-mix{
    width:50%;
    height:100%;
}

.range-edit{
    color:white;
}
.legend-color.current{
    border: 4px red solid;
}