#transparent {
    width:100%;
    height:100%;
    opacity:0.8;
    left:0px;
    top:0px;
    background-color: lightgrey;
    z-index:800;
    pointer-events: none;  
}
#titre{
display:inline;
}

#filler{
height: 60px;
position:relative;
}
#fillerphone{
height: 60px; 
position:relative;
}
.definitions{
width:50%;
position:relative;
}
.definition{
font-weight: bold;
}

.definitionmobile{
  font-weight: bold;
  font-size:12px;
  }

.libelle{
position:relative;
vertical-align: text-top !important;
}
.lettredef{
padding:1px;
}

.legende{
font-weight: normal;
font-size:10px;
text-align: center;
}

.legendemobile{
  font-weight: normal;
  font-size:8px;
  text-align: center;
  }

.legendeprint{
    font-weight: normal;
    font-size:12px;
    text-align: center;
    }

.inputdef{
text-transform: uppercase;
font-weight: bold;
width:30px !important;
}

.inputdefmobile{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  width:20px !important;
  padding:0px !important;
  text-align:center;
  }
  

.gomme{
    width:30px;
    height:30px;
    position: relative;
    text-align: center;
    display:inline;
}

.verrouillage{
    width:30px;
    height:30px;
    position: relative;
    text-align: center;
    display:inline;
}

.indice{
    width:30px;
    height:30px;
    position: relative;
    text-align: center;
    display:inline;
}

.casenoire{
height:32px;
width:12px !important;
background-color: transparent;
position:relative;
top:-7px;
border-radius:4px;
margin-left:1px;
margin-right:1px;
}

.listedefinition{
  height:22px;
  width:20px !important;
  background-color: grey;
  color:white;
  position:relative;  
  border-radius:4px;
  margin-left:1px;
  margin-right:5px;
  padding-left:2px;
  padding-right:2px;
  padding-top:0px;
  display:inline-block;
  text-align: center;
  }

.touche{
background-color: white;
border-radius:4px;
text-align:center;
vertical-align: text-top !important;
display:inline-block;
width:100%;
margin-top:5px;
margin-left:2px;
margin-right:2px;
height:50px;
font-size:30px;
min-width:30px;
}

.black{
    background-color: black !important;
}

.texte{
padding-right:15px;
padding-left:15px;
}

.mot{
min-width:300px !important;
}

.separateur{
height:31px;
width:2px !important;
background-color: black;
position:relative;
top:1px;
}

.fillerclavier{
height:200px;
position:relative;
}

.clavier{
position:fixed;
bottom:0px;
width:90%;
background-color:grey;
opacity:0.7;
display:inline;
}

.displayclavier{
    position:fixed;
    bottom:180px;
    right:50px;
    width:50px;
    height:40px;
    background-color:grey;
    opacity:0.7;
    display:inline;
    text-align: center;
    vertical-align: top;
    z-index: 1000;
}

.linebreak{
width:100%;
height:5px;
}


.bg-custom{
    background-color:#130f40;
}

.button-fixed{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 4px;

}

.fas{
cursor: pointer;
font-size: 24px;
}

p{
font-size: 14px;
}

.tuto{
    width:400px;
    height:300px;
    display:none;
    position:absolute;
    opacity:0.2;
    -webkit-transition-property: top,opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    transition-property: top,opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    z-index:9000;
}

#intro{
    opacity:0.7;
    position:fixed;
    pointer-events:none;
    top:100px;
    left:50px;
    transform:
      perspective(55em)
      rotateX(28deg);
    transition-property: transform;
    transition-duration: 2s;
    box-shadow:
      rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
      rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
    border-radius: 10px;
    border: 1px solid;
    border-color:
      rgb(213, 220, 226)
      rgb(213, 220, 226)
      rgb(184, 194, 204);
  }


  @keyframes float {
    0% {
      box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
      transform: translatey(10px);
    }
    50% {
      box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
      transform: translatey(0px);
    }
    100% {
      box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
      transform: translatey(10px);
    }
  }

#intrologo{
    width:296px;
    height:75px;
    position:relative;
    margin: auto;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translatey(200px);
    animation: float 6s ease-in-out infinite;
    
    background-color:white;
    opacity:1;
}


#texteintro{
    opacity:0.8;
    top:200px;
    width:500px;
    height:400px;
    position:relative;
    margin: auto;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    z-index:1000;
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-weight: bold;
    font-size:18px;
    background-color: white;
}

#popup{
    -webkit-transition-property: left,width,opacity,display;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: left,width,opacity,display;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

#autregrille{
    position:fixed;
    left:10px;
    top:70px;
    z-index:810;
}

#instants{
  width:100%;
  text-align:left;
}

#status{
  position:fixed;
  top:80px;
  left:10px;
  z-index:1000;
  opacity:0.95;
}

.medaille{
    width:40px;
    height:40px;
    border-radius: 40px;
    display:inline-block;
    text-align:center;
    padding: 8px 3px 0 3px;
    box-shadow: 1px 1px 1px black;
    font-weight: bold;
}

.sondage{
    text-align:center;
    margin:auto;
}

.sondage a:link{
    color:black;
}
.sondage a:visited{
    color:black;
}
.sondage a:hover{
    color:black !important;
}
html,body {
  overflow-x: hidden;
  height:100%;
  overflow: auto;
}
body {
  position: relative
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    text-decoration: underline;
  }

  @media print{min-width:4096px;margin:0px;
    .col-sm-6 {
      width: 50%;
  }}

