@charset "utf-8";
/* CSS Auto Compilé */
:root {
  --man_color: #0084DA;
  --woman_color: #F300FF;
  --bkcolor_1: #070BC6;
  --color_1: #F3F6F9;
  --bkcolor_2: #FFFFFF;
  --color_2: #020594;
  --bkcolor_3: #FFFFFF;
  --color_3: #F21212;
  --bkcolor_4: #0F21E7;
  --color_4: #FFFFFF;
  --bkcolor_5: #FFFFFF;
  --color_5: #090000;
  --bkcolor_6: #414141;
  --color_6: #FFFFFF;
  --app_color: #3CB4FF;
  --bkcolor_7: #FFF;
  --color_7: #000;
  --bkcolor_8: #060707;
  --bkcolor_9: #131414;
  --bkcolor_10: #FFFFFF;
  --bkcolor_11: #000000;
  --color_12: #000000;
  --color_13: #000000;
  --bkcolor_14: #FFFFFF;
  --color_15: #FFFFFF;
  --bkcolor_16: #323333;
  --bkcolor_17: #000000;
  --bkcolor_18: #FFFFFF;
  --bkcolor_20: #FFFFFF;
  --color_20: #000000;
  --color_21: #2A2D33;
  --color_22: #2A2D33;
  --color_23: #FA2121;
  --bkcolor_24: #063EAB;
  --bkcolor_26: #8B8B8B;
  --font_1: BebasNeue, Arial;
  --font_1_url: [FONT1_URL];
  --font_2: [FONT2];
  --font_2_url: [FONT2_URL];
  --font_3: [FONT3];
  --font_3_url: [FONT3_URL];
  --font_4: [FONT4];
  --font_4_url: [FONT4_URL];
  --font_5: [FONT5];
  --font_5_url: [FONT5_URL];
  --font_6: [FONT6];
  --font_6_url: [FONT6_URL];
  --font_7: [FONT7];
  --font_7_url: [FONT7_URL];
}
/* ---------  Mini Leaderboards  ---------  */
/* ---------  Top Ranking  ---------  */
.top_ranking_body * {
  /* Reset Bootstrap */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  ms-box-sizing: content-box;
  o-box-sizing: content-box;
  box-sizing: content-box;
}
/* --------- Body ---------  */
.top_ranking_body {
  /*font-family: @font_1;*/
}
.top_ranking_body .div_member_photo {
  width: 80px;
  max-height: 60px;
  min-height: 60px;
  line-height: 58px;
  padding: 2px;
  float: left;
}
.top_ranking_body .position_1 .div_member_photo {
  background-color: #fbb610;
}
.top_ranking_body .position_2 .div_member_photo {
  background-color: #a4aeba;
}
.top_ranking_body .position_3 .div_member_photo {
  background-color: #e9a35b;
}
.top_ranking_body .div_member_photo .member_photo {
  width: 100%;
}
.top_ranking_body .div_rank {
  float: left;
  width: 76px;
}
.top_ranking_body .triangle_rank {
  width: 15px;
  height: 0px;
  border-style: solid;
  border-width: 64px 46px 0 0;
  border-color: #007bff transparent transparent transparent;
  float: left;
}
.top_ranking_body .position_1 .triangle_rank {
  border-color: #fbb610 transparent transparent transparent;
}
.top_ranking_body .position_2 .triangle_rank {
  border-color: #a4aeba transparent transparent transparent;
}
.top_ranking_body .position_3 .triangle_rank {
  border-color: #e9a35b transparent transparent transparent;
}
.top_ranking_body .rank {
  height: 69px;
  font-size: 50px;
  display: inline-block;
  margin-left: -56px;
  margin-top: -11px;
  float: left;
  font-family: "Candara";
  color: #000;
}
.top_ranking_body .position_3 .rank {
  /*font-size: 47px;*/
  margin-top: -15px;
}
.top_ranking_body .div_pseudo_time .div_time,
.div_pseudo_time .div_pseudo {
  float: left;
  width: 158px;
  width: -webkit-calc(100%);
  width: moz-calc(100%);
  width: ms-calc(100%);
  width: o-calc(100%);
  width: calc(100%);
  height: 0px;
  border-style: solid;
  border-width: 0 0 31px 22px;
  border-color: transparent transparent #FFFFFF transparent;
  position: relative;
}
.top_ranking_body .div_pseudo_time .div_pseudo {
  margin-bottom: 2px;
  margin-left: -33px;
}
.top_ranking_body .div_pseudo_time .div_time {
  margin-left: -57px;
  border-color: transparent transparent #414141 transparent;
}
.top_ranking_body .div_pseudo_time {
  width: 136px;
  width: -webkit-calc(-80%);
  width: moz-calc(-80%);
  width: ms-calc(-80%);
  width: o-calc(-80%);
  width: -webkit-calc(100% - 180px);
  /* for less */
  width: moz-calc(100% - 180px);
  /* for less */
  width: ms-calc(100% - 180px);
  /* for less */
  width: o-calc(100% - 180px);
  /* for less */
  width: calc(100% - 180px);
  /* for less */
  float: left;
}
.top_ranking_body .div_pseudo_time .div_pseudo .triangle,
.div_pseudo_time .div_time .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 31px 22px 0 0;
  width: 22px;
  /* correctif décalage zoom */
  height: 31px;
  /* correctif décalage zoom */
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -22px;
  /* z-index: -10; */
}
.top_ranking_body .div_pseudo_time .div_time .triangle {
  border-color: #414141 transparent transparent transparent;
}
.top_ranking_body .div_pseudo_time .div_pseudo .triangle_2 {
  width: 5px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 31px 22px;
  border-color: transparent transparent #fbb610 transparent;
  position: absolute;
  top: 0;
  right: -31px;
}
.top_ranking_body .div_pseudo_time .div_time .triangle_2 {
  width: 29px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 31px 22px;
  border-color: transparent transparent green transparent;
  position: absolute;
  top: 0;
  right: -55px;
}
@media (max-width: 767px) and (min-width: 500px) {
  .top_ranking_body .div_pseudo_time .div_pseudo .triangle_2 {
    width: 45px;
    right: -71px;
  }
  .top_ranking_body .div_pseudo_time .div_time .triangle_2 {
    width: 69px;
    right: -95px;
  }
  .top_ranking_body .div_pseudo_time .div_time,
  .div_pseudo_time .div_pseudo {
    width: -webkit-calc(60%);
    width: moz-calc(60%);
    width: ms-calc(60%);
    width: o-calc(60%);
    width: -webkit-calc(100% - 40px);
    /* for less */
    width: moz-calc(100% - 40px);
    /* for less */
    width: ms-calc(100% - 40px);
    /* for less */
    width: o-calc(100% - 40px);
    /* for less */
    width: calc(100% - 40px);
    /* for less */
  }
}
.top_ranking_body .position_1 .div_pseudo_time .div_pseudo .triangle_2,
.top_ranking_body .position_1 .div_pseudo_time .div_time .triangle_2 {
  border-color: transparent transparent #fbb610 transparent;
}
.top_ranking_body .position_2 .div_pseudo_time .div_pseudo .triangle_2,
.top_ranking_body .position_2 .div_pseudo_time .div_time .triangle_2 {
  border-color: transparent transparent #a4aeba transparent;
}
.top_ranking_body .position_3 .div_pseudo_time .div_pseudo .triangle_2,
.top_ranking_body .position_3 .div_pseudo_time .div_time .triangle_2 {
  border-color: transparent transparent #e9a35b transparent;
}
.top_ranking_body .position_1,
.top_ranking_body .position_2 {
  overflow: hidden;
  margin-bottom: 10px;
}
.top_ranking_body .position_3 {
  overflow: hidden;
}
.top_ranking_body .div_pseudo .down_color_1 {
  width: 100%;
  height: 0px;
  float: left;
  margin-top: -3px;
  margin-left: -23px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: transparent transparent transparent transparent;
}
.top_ranking_body .div_pseudo .down_color_2 {
  width: 100%;
  height: 0px;
  float: right;
  margin-top: -3px;
  margin-right: -2px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: transparent transparent transparent transparent;
}
.top_ranking_body .div_pseudo[data-sex="2"] .down_color_1 {
  border-color: transparent transparent #F756FF transparent;
}
.top_ranking_body .div_pseudo[data-sex="2"] .down_color_2 {
  border-color: #F756FF transparent transparent transparent;
}
.top_ranking_body .div_pseudo[data-sex="1"] .down_color_1 {
  border-color: transparent transparent #1c9aee transparent;
}
.top_ranking_body .div_pseudo[data-sex="1"] .down_color_2 {
  border-color: #1c9aee transparent transparent transparent;
}
.top_ranking_body .div_pseudo .pseudo {
  -webkit-transition: color 0.7s;
  -moz-transition: color 0.7s;
  -ms-transition: color 0.7s;
  -o-transition: color 0.7s;
  transition: color 0.7s;
}
.top_ranking_body .div_pseudo[data-sex="1"] .pseudo a:hover {
  color: #1c9aee;
}
.top_ranking_body .div_pseudo[data-sex="2"] .pseudo a:hover {
  color: #F756FF;
}
.top_ranking_body .div_pseudo_time .pseudo {
  height: 28px;
  color: #090000;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-family: [FONT7];
}
.top_ranking_body .div_pseudo_time .div_pseudo[data-sex="0"][data-is_member="0"] .pseudo {
  font-weight: normal;
}
.top_ranking_body .div_pseudo_time .time {
  color: #FFFFFF;
  font-family: [FONT6];
  text-align: center;
  margin-top: 4px;
  font-size: 16px;
}
@media all and (max-width: 400px) {
  .top_ranking_body .div_pseudo_time .pseudo {
    height: 27px;
    font-size: 14px;
    line-height: 27px;
  }
  .top_ranking_body .div_pseudo_time .time {
    font-size: 14px;
  }
}
