@charset "utf-8";

:lang(fr) .help::before{
  content:"AIDE";
}
:lang(en) .help::before{
  content:"HELP";
}
:lang(es) .help::before{
  content:"AYUDA";
}
.help{
  display:inline-block;
  height:20px; 
  line-height:20px;
  margin:10px 0;
  padding:0 10px;
  cursor:pointer;
  float:right;
  /*border-right:1px solid #f1f1f1;*/
  font-size: .8em;
  text-transform: uppercase;
}
a.help:hover{
  color:#bb3ce4;
}

.header .connexion_button{
  margin-left: 10px;
}

.header-bottom{ border-top:1px solid #bb3ce4; }
.header-bottom .title{ display:none; }
.header-bottom::before{
  content:"";
  display:inline-block;
  height:40px;
}

.block.timer{
  border-bottom:1px solid #bb3ce4;
}