/* CSS Auto Compilé */
/*

@bkcolor_20: #c3c3c3; //couleur de fond de la page
@color_20: #ff0000; //couleur tu text de la page

@color_21: #0055ff; //Titre H2

@color_22: #fb06ff; //Titre H3

@color_23: #ff9200; //Titre H4

@bkcolor_24:#2ebb16; //Couleur principale

@bkcolor_26:#e506ff; //Bordures des boutons

*/
@font-face {
  font-family: Arial;
  src: [FONT1_URL];
}
@font-face {
  font-family: [FONT2];
  src: [FONT2_URL];
}
@font-face {
  font-family: [FONT3];
  src: [FONT3_URL];
}
@font-face {
  font-family: [FONT4];
  src: [FONT4_URL];
}
@font-face {
  font-family: [FONT5];
  src: [FONT5_URL];
}
@font-face {
  font-family: [FONT6];
  src: [FONT6_URL];
}
@font-face {
  font-family: [FONT7];
  src: [FONT7_URL];
}
:root {
  --man_color: #4AA1DA;
  --woman_color: #F756FF;
  --bkcolor_1: #FFFFFF;
  --color_1: #ED1C24;
  --bkcolor_2: #012C27;
  --color_2: #FFFFFF;
  --bkcolor_3: #6FC7B3;
  --color_3: #FFFFFF;
  --bkcolor_4: #012C27;
  --color_4: #FFFFFF;
  --bkcolor_5: #012C27;
  --color_5: #FFFFFF;
  --bkcolor_6: #6FC7B3;
  --color_6: #FFFFFF;
  --app_color: #002D26;
  --bkcolor_7: #000;
  --color_7: #FFF;
  --bkcolor_8: #08332E;
  --bkcolor_9: #83DBC7;
  --bkcolor_10: #000000;
  --bkcolor_11: #FFFFFF;
  --color_12: #FFFFFF;
  --color_13: #FFFFFF;
  --bkcolor_14: #012C27;
  --color_15: #FFFFFF;
  --bkcolor_16: #A2FAE6;
  --bkcolor_17: #FFFFFF;
  --bkcolor_18: #000000;
  --bkcolor_20: #FFFFFF;
  --color_20: #012C27;
  --color_21: #012C27;
  --color_22: #012C27;
  --color_23: #012C27;
  --bkcolor_24: #012C27;
  --bkcolor_26: #ED1C24;
  --font_1: 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];
}
@charset "utf-8";
/* ---------  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 #012C27 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 #6FC7B3 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: 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: #012C27 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -22px;
  /* z-index: -10; */
}
.top_ranking_body .div_pseudo_time .div_time .triangle {
  border-color: #6FC7B3 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: 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: #FFFFFF;
  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;
  }
}
