/*----------------POPUP------------------*/
#overlay{
    background-color: rgba(0, 0, 0, 0.8);  
    padding-bottom: 40px;
    position: fixed;    
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;   
    z-index: 1000;   
    display: block; 
}  
#overlay h3{
text-align: center;
color: #fff;
font-size: 40px;
margin: 0;
line-height: 100px;
}
#overlay.montre{    
    display: block; 
}
#overlay.cache{    
    display: none;
}
#popup{ 
    margin: 0 auto;
    margin-top: 200px;
    height: 82%;
    /*background: #fff;*/

background: url("../img/fond-popup.jpg");


    min-height: 100px;
    border: solid 10px #1181be;
    border-radius: 20px;   
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);   
}
#popup-content{ position: relative; }
.popup-header{ border-bottom:solid 1px #e5e5e5; }
.popup-header .fa-times{ color: #fff; font-size: 50px;}
.popup-body{ padding: 15px; font-size: 30px; color: #fff;}
.popup-header button.close{
    position:absolute; 
    right:15px;
    top:20px;
    padding: 5px;
    cursor: pointer;
    background: transparent;
    border: 0;   
    padding: 5px 10px;
    border-radius: 4px;
}
.popup-footer{ border-top:solid 1px #e5e5e5; padding: 15px; text-align: center;}
.alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 4px; }
.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.alert-danger { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; }
.bt_popup{ cursor: pointer; }


/*popup score*/
.or{ color: #ffd700; font-size: 80px; }
.argent{ color: #C0C0C0; font-size: 80px; }
.bronze{ color: #CE8946; font-size: 80px; }

.table-scores{
    /*background-color: #1181be; */

    background-color: transparent;

    color: #fff;
    padding: 20px; 
    font-size: 40px; 
    width: 100%; 
    margin-top: 30px;
}
.table-scores tr{
    height: 82px;
}


.table-scores td.trophy{
    width: 100px;
}

.message-fin{
    font-size: 34px; 
    margin: 20px 0 40px 0; 
    text-align: center;
}
.place{
    width: 100px;
    text-align: center;
}

.player-score{
    font-size: 44px; 
    text-align: center; 
    color: #ffd700;   
}
.player-name{
    height: 80px; 
    font-size: 50px;
}

.score-partie{
    width: 240px; 
    text-align: right;
    padding-right: 40px;
}

.non-joueur{    
    padding-left: 100px;
}

.cercle {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  background-color: #3498db;
  color: white;
  font-size: 80px;
  font-weight: bold;
  border-radius: 50%; 
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 20px 20px 50px grey;
}

.cercle sup {
  position: relative;
  font-size: 0.6em;
  margin-left: 2px;
  vertical-align: super;
  top: -16px;
}

#message-pseudo{
    position: absolute;
    top: 4px;
    right: 70px;
    font-size: 26px;
    color: #ff0000;
}

.coupe{
    text-align: center;
}

#bt-ok-score{
    margin-top: 70px;
}

