/*--- style.scss ---*/
.browsers-sprite, .browsers-chrome, .browsers-firefox, .browsers-internet-explorer, .browsers-opera, .browsers-safari {
  background-image: url('../images/browsers-s88de60772b.png');
  background-repeat: no-repeat;
}

.browsers-chrome {
  background-position: 0 0;
  height: 120px;
  width: 107px;
}

.browsers-firefox {
  background-position: 0 -120px;
  height: 120px;
  width: 107px;
}

.browsers-internet-explorer {
  background-position: 0 -240px;
  height: 120px;
  width: 104px;
}

.browsers-opera {
  background-position: 0 -360px;
  height: 120px;
  width: 101px;
}

.browsers-safari {
  background-position: 0 -480px;
  height: 120px;
  width: 108px;
}

[class*="browsers-"] {
  display: inline-block;
}

/*----------     Old browsers    ------------*/
.old_browsers {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arial',sans-serif;
  padding: 30px;
  background-color: #FFFFFF;
  z-index: 99999;
}

.old_browser-title {
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 50px;
}

.browser {
  margin: 1%;
  position: relative;
  display: block;
  float: left;
  width: 18%;
  height: 150px;
}
@media screen and (max-width: 800px) {
  .browser {
    margin: 3%;
    width: 44%;
  }
}
@media screen and (max-width: 400px) {
  .browser {
    margin: 3%;
    width: 94%;
    float: none;
  }
}
.browser a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  vertical-align: baseline;
}

/*--- theme.scss ---*/
.txt-white {
  color: #FFF;
}

@font-face {
  font-family: 'BebasNeueBold';
  src: url("../fonts/BebasNeueBold.eot");
  src: local("../BebasNeue Bold"), url("../fonts/BebasNeueBold.svg") format("svg"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype");
}
@font-face {
  font-family: 'BebasNeueBook';
  src: url("../fonts/BebasNeueBook.eot");
  src: local("../BebasNeue Book"), url("../fonts/BebasNeueBook.svg") format("svg"), url("../fonts/BebasNeueBook.woff") format("woff"), url("../fonts/BebasNeueBook.ttf") format("truetype");
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../fonts/BebasNeueRegular.eot");
  src: local("../BebasNeue Regular"), url("../fonts/BebasNeueRegular.svg") format("svg"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype");
}
@font-face {
  font-family: 'BebasNeueLight';
  src: url("../fonts/BebasNeueLight.eot");
  src: local("../BebasNeue Light"), url("../fonts/BebasNeueLight.svg") format("svg"), url("../fonts/BebasNeueLight.woff") format("woff"), url("../fonts/BebasNeueLight.ttf") format("truetype");
}
.title-big {
  font-size: 1.9em;
  font-family: "BebasNeueBold", sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 0 0 3px #FFF, 0 10px 4px rgba(0, 0, 0, 0.4);
}

.title-middle {
  font-size: 1.5em;
}

.title-normal {
  font-size: 1.25em;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

html, body {
  position: relative;
  font-size: 100%;
  font-family: "BebasNeueRegular", sans-serif;
}

body {
  background: url(../images/background.jpg) top center fixed no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
}

input, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bloc-1, .bloc-2, .bloc-3, .bloc-4, .bloc-5, .bloc-6, .bloc-7, .bloc-8, .bloc-9, .bloc-10, .bloc-11, .bloc-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 10px;
  text-align: left;
  background-color: #e8e8e8;
  border: 1px solid rgba(0, 0, 0, 0.56);
}

.auto-bloc {
  text-align: justify;
  font-size: 0;
  margin: -10px;
}

.bloc-1 {
  width: 8.33333%;
}

.bloc-2 {
  width: 16.66667%;
}

.bloc-3 {
  width: 25%;
}

.bloc-4 {
  width: 33.33333%;
}

.bloc-5 {
  width: 41.66667%;
}

.bloc-6 {
  width: 50%;
}

.bloc-7 {
  width: 58.33333%;
}

.bloc-8 {
  width: 66.66667%;
}

.bloc-9 {
  width: 75%;
}

.bloc-10 {
  width: 83.33333%;
}

.bloc-11 {
  width: 91.66667%;
}

.bloc-12 {
  width: 100%;
}

.auto-bloc-1 {
  font-size: 0;
}

.auto-bloc-1 > * {
  width: 8.33333%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-2 {
  font-size: 0;
}

.auto-bloc-2 > * {
  width: 16.66667%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-3 {
  font-size: 0;
}

.auto-bloc-3 > * {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-4 {
  font-size: 0;
}

.auto-bloc-4 > * {
  width: 33.33333%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-5 {
  font-size: 0;
}

.auto-bloc-5 > * {
  width: 41.66667%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-6 {
  font-size: 0;
}

.auto-bloc-6 > * {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-7 {
  font-size: 0;
}

.auto-bloc-7 > * {
  width: 58.33333%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-8 {
  font-size: 0;
}

.auto-bloc-8 > * {
  width: 66.66667%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-9 {
  font-size: 0;
}

.auto-bloc-9 > * {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-10 {
  font-size: 0;
}

.auto-bloc-10 > * {
  width: 83.33333%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-11 {
  font-size: 0;
}

.auto-bloc-11 > * {
  width: 91.66667%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.auto-bloc-12 {
  font-size: 0;
}

.auto-bloc-12 > * {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1.25em;
}

.row {
  overflow: hidden;
  overflow: hidden;
  *zoom: 1;
  margin: 0 -10px;
}

@-webkit-keyframes $animation-name {
  0% {
    bottom: 3%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 3%;
  }
}
@-moz-keyframes $animation-name {
  0% {
    bottom: 3%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 3%;
  }
}
@keyframes $animation-name {
  0% {
    bottom: 3%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 3%;
  }
}
.arrow-scroll-down {
  position: absolute;
  bottom: 3%;
  left: 50%;
  margin-left: -7px;
  text-align: center;
  -webkit-animation: up_down 1s infinite;
  -moz-animation: up_down 1s infinite;
  -ms-animation: up_down 1s infinite;
  animation: up_down 1s infinite;
}

/*
$icon-sprite-dimensions:  true;
@import 'icon*/
/*.png';
@include all-icon-sprites;

[class*="icon-"]{

    display: inline-block;

}
*/
.table {
  display: table;
  table-layout: fixed;
}

.va_middle {
  display: table-cell;
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.max-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1024px;
}

/*  HEADER  */
.header {
  background: url(../images/bg_flag.jpg) top left repeat-x;
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  -moz-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
}

/*   Podium   */
#podium {
  position: relative;
  width: 660px;
  height: 600px;
  margin: 0 auto;
  margin-top: 60px;
  background: url(../images/podium-2.png) top center no-repeat;
}

.nav_main {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.nav_main ul {
  position: relative;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -5px -2px 10px 0 #000, 5px -2px 10px 0 #000;
  -webkit-box-shadow: -5px -2px 10px 0 #000, 5px -2px 10px 0 #000;
  box-shadow: -5px -2px 10px 0 #000, 5px -2px 10px 0 #000;
}

.nav_item {
  position: relative;
  height: 100%;
  width: 100px;
  padding: 0 20px;
  line-height: 60px;
  text-align: center;
  font-family: "BebasNeueBook", sans-serif;
  font-size: 1.25em;
  -moz-box-shadow: inset 0 -3px 0 0 #cd1719;
  -webkit-box-shadow: inset 0 -3px 0 0 #cd1719;
  box-shadow: inset 0 -3px 0 0 #cd1719;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav_item:hover {
  -moz-box-shadow: inset 0 0px 0 0 #000;
  -webkit-box-shadow: inset 0 0px 0 0 #000;
  box-shadow: inset 0 0px 0 0 #000;
  background-color: #cd1719;
}
.nav_item.active {
  -moz-box-shadow: inset 0 0px 0 0 #000;
  -webkit-box-shadow: inset 0 0px 0 0 #000;
  box-shadow: inset 0 0px 0 0 #000;
  background-color: #cd1719;
}
.nav_item a {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nav_item a span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

.logo {
  position: relative;
  height: 100%;
}
.logo img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
}

/*---------------------------------------------*\
    LOGGIN box
\*---------------------------------------------*/
.msg_login_box {
  max-width: 400px;
  padding: 20px;
  margin: 120px auto;
  position: relative;
  background-color: #fff;
  border: 5px solid #3B5998;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1.5em;
  text-align: center;
  -moz-box-shadow: 0 0 2px 1px rgba(188, 207, 255, 0.6), 0 0 20px 10px rgba(59, 89, 152, 0.5);
  -webkit-box-shadow: 0 0 2px 1px rgba(188, 207, 255, 0.6), 0 0 20px 10px rgba(59, 89, 152, 0.5);
  box-shadow: 0 0 2px 1px rgba(188, 207, 255, 0.6), 0 0 20px 10px rgba(59, 89, 152, 0.5);
}

.msg_login_text {
  margin-bottom: 40px;
  color: #3B5998;
  line-height: 1.25em;
}

.msg_login_btn {
  padding: 10px 20px;
  color: #FFF;
  background-color: #3B5998;
  border: none;
  cursor: pointer;
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 1em;
}

.msg_login_btn:hover {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}

/*---------------------------------------------*\
    INFOS
\*---------------------------------------------*/
.infos {
  text-align: center;
  padding-top: 50px;
}

/*---------------------------------------------*\
    PODIUM --|__
\*---------------------------------------------*/
[class*="podium-"] {
  position: absolute;
  width: 160px;
  margin-left: -80px;
}

.podium-gold {
  top: 23%;
  left: 50%;
}

.podium-silver {
  top: 30%;
  left: 27%;
}

.podium-bronze {
  top: 35%;
  left: 73%;
}

/*---------------------------------------------*\
    USER ('_')
\*---------------------------------------------*/
.user {
  color: #FFF;
  text-align: center;
}

.user_avatar {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.user_name {
  margin-bottom: 10px;
  font-size: 1.9em;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}

.user_time {
  font-size: 1.5em;
}

/*---------------------------------------------*\
    PLAY
\*---------------------------------------------*/
.play {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
}

/*---------------------------------------------*\
    RANKING
\*---------------------------------------------*/
.ranking {
  width: 100%;
  position: relative;
  margin: 0 0%;
  margin-top: 50px;
  display: inline-block;
  font-size: 18px;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 10px 10px 0 #000;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 10px 10px 0 #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 10px 10px 0 #000;
}

.ranking_tab {
  width: 100%;
  color: #FFF;
  position: relative;
}
.ranking_tab td {
  padding: 10px;
  font-size: 1em;
}
.ranking_tab tr {
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "BebasNeueBook", sans-serif;
  -moz-box-shadow: inset 0 0 0 1px rgba(205, 23, 25, 0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(205, 23, 25, 0);
  box-shadow: inset 0 0 0 1px rgba(205, 23, 25, 0);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ranking_tab tr:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 0 1px #cd1719;
  -webkit-box-shadow: inset 0 0 0 1px #cd1719;
  box-shadow: inset 0 0 0 1px #cd1719;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ranking_tab tr td + td + td {
  text-align: right;
}

.ranking_head {
  color: #FFF;
  background-color: #cd1719;
  padding: 10px;
  font-size: 1.25em;
}

/*---------------------------------------------*\
    BTNS
\*---------------------------------------------*/
.btn-play {
  text-indent: -999999px;
  background: url("../images/btns/btn-jouer.png") center center no-repeat;
  width: 213px;
  height: 63px;
  display: block;
  margin: 0 auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-play:hover {
  background-image: url("../images/btns/btn-jouer-hover.png");
  -moz-box-shadow: inset 0 0 10px #cd1719, 0 0 40px #cd1719;
  -webkit-box-shadow: inset 0 0 10px #cd1719, 0 0 40px #cd1719;
  box-shadow: inset 0 0 10px #cd1719, 0 0 40px #cd1719;
}
.btn-play:active {
  background-image: url("../images/btns/btn-jouer-active.png");
}

.btn {
  padding: 10px 20px;
  background-color: #cd1719;
  color: #FFF;
  font-family: "BebasNeueBook", sans-serif;
  letter-spacing: 0.05em;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:hover {
  padding: 10px 40px;
}

.browsers-sprite, .browsers-chrome, .browsers-firefox, .browsers-internet-explorer, .browsers-opera, .browsers-safari {
  background-image: url('../images/browsers-s88de60772b.png');
  background-repeat: no-repeat;
}

.browsers-chrome {
  background-position: 0 0;
  height: 120px;
  width: 107px;
}

.browsers-firefox {
  background-position: 0 -120px;
  height: 120px;
  width: 107px;
}

.browsers-internet-explorer {
  background-position: 0 -240px;
  height: 120px;
  width: 104px;
}

.browsers-opera {
  background-position: 0 -360px;
  height: 120px;
  width: 101px;
}

.browsers-safari {
  background-position: 0 -480px;
  height: 120px;
  width: 108px;
}

[class*="browsers-"] {
  display: inline-block;
}

/*----------     Old browsers    ------------*/
.old_browsers {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arial',sans-serif;
  padding: 30px;
  background-color: #FFFFFF;
  z-index: 99999;
}

.old_browser-title {
  font-size: 1.5em;
  line-height: 2em;
  margin-bottom: 50px;
}

.browser {
  margin: 1%;
  position: relative;
  display: block;
  float: left;
  width: 18%;
  height: 150px;
}
@media screen and (max-width: 800px) {
  .browser {
    margin: 3%;
    width: 44%;
  }
}
@media screen and (max-width: 400px) {
  .browser {
    margin: 3%;
    width: 94%;
    float: none;
  }
}
.browser a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  vertical-align: baseline;
}
