@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,300,700|Roboto);

body{
  margin: 0;
  font: 400 14px/20px "Roboto", sans-serif;
  background-color: #1a1a19;
}

i{
  font-style: normal;
}

i.gold{
  color: #FFD700;  
}

i.silver{
  color: #C0C0C0;  
}

i.bronze{
  color: #C49C48;  
}

i.heart{
  color: #E83845;  
}

#container-logo{
    padding-top:20px;    
    font: 400 14px/30px "Bauhaus 93", sans-serif;
    color: #0077c7;    
}

.titre{
    font-size: 46px;
    height: 30px;
    text-align: center;
}

.sous-titre{
    font-size: 20px;
    text-align: center;
}

.container{
  width: 1000px;
  height: 1000px;
  margin: 0 auto;
  background: #2b2b2b;
  position: relative;
}

#container-plateau{ 
  display: flex;
  flex-wrap: nowrap;
  position: relative; 
  width: 100%;
}

#container-plateau > div.col {  
  position: relative; 
}

.tab-jeu{   
  position: relative;
  display: block;
}

#curseur{
  position:absolute;
  width: 20px;
  height: 5px;
  background-color: #fff;
  top:0;
  left:0;
  z-index: 10;
  visibility: hidden;
}

#container-infos-jeu{ 
  width: 333px;
  color:#fff;
}

#infos-jeu{
 width: 200px; 
}

#infos-jeu tr{
  height: 30px;
}

#joueur-icon {
  padding-bottom:10px;
}

#joueur-icon span{
  margin-right:10px;
  font-size:21px;
}

#container-tab-jeu{
  width: 333px;
}

#tab-jeu{
  position: relative;    
  border-collapse: collapse;  
  color: #fff;  
  margin: 0 auto;
}

#tab-jeu td{
  border:solid 1px #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  font-family: arial;
  font-size: 20px;
}

#tab-jeu td.bleu{
  background-color: #0077c7; 
}

#tab-jeu td.vert{
  background-color: #39B133; 
}

#tab-jeu td.jaune{
  background-color: #D4D12D; 
}

#clavier{
  visibility: hidden; 
  position: relative;
  width: 560px;
  margin: 50px auto 0 auto;   
  color: #fff;
}

.ligne-clavier{ 
  display: flex;
  flex-wrap: nowrap;
}

.lettre-clavier{
  font-family: arial;
  font-size: 16px;  
  margin: 5px;
  text-align: center;
  line-height: 30px;
}

.lettre-clavier a{
  display: block;
  border:solid 1px #fff;  
  border-radius: 3px;  
  padding: 7px 12px;
  color: #fff;
  text-decoration: none;
  width: 20px;
}

.lettre-clavier a:hover{
  background-color: #646464;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  border:solid 1px #aaa;
  color: #aaa;
}

#container-bt{
  text-align:center;
  margin-bottom:20px;
  height:40px;
}

#container-bt-mot-suivant{
  display: none;
}

#bt-start, #bt-mot-suivant, #bt-rejouer{
  margin-top: 10px;
}

#message{  
  display:block;  
  text-align:center;  
  padding: 0;
  height: 30px;
  padding-top: 10px;
  background-color: #fff;
  color: #0077c7;
  border-radius: 4px;
  width: 370px;   
  font-weight: bold;
  margin: 20px auto 0 auto;
  vertical-align: middle;
  visibility: hidden;
}

#message i{
  font-size: 16px;
}

#container-bt-rejouer{
  display: none;
}

#container-scoring{
  width: 333px;
}

#classement{  
  color:#fff;
  width:200px;   
}

.bt-momo{
    font-size: 12px;
    width: 200px;
    padding: 5px 0px;
    cursor: pointer;            
    border-radius: 6px;
    color: #fff;
    background-color: #0077c7;   
    box-shadow: none;
    transition: .3s ease-out;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 2px;
    letter-spacing: .06em;
    display: inline-block;    
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    -webkit-appearance: button;
    outline: none;
    overflow: visible;    
}

.bt-momo:hover{
    background-color: #049CFF;   
}

#container-form-deconnect{
  width:200px;  
}

#selectNbLettres{
  width: 100px;
  background-color: #0077c7;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  border: 0;
}

#selectNbLettres:disabled{
  background-color: #16A1FB;
 
}

#container-score{
  background-color: #fff;
  color: #0077c7;
  border-radius: 4px;
  width: 60px;
  padding: 0 5px;
  font-weight: bold;
}

#regles a{
  color: #fff;
}

#regles a:hover{
  color: #ddd;
}

#barre-1, #barre-2, #barre-3, #barre-4, #barre-5, #barre-6{
  position:absolute;  
  height:3px; 
  z-index: 10;
  background-color: #fff;
  visibility: hidden;

}

#barre-1{top:25px;}
#barre-2{top:78px;}
#barre-3{top:131px;}
#barre-4{top:184px;}
#barre-5{top:237px;}
#barre-6{top:290px;}







