:root {
  --man_color: #0084DA;
  --woman_color: #F300FF;
  --bkcolor_1: #FFFFFF;
  --color_1: #FF0000;
  --bkcolor_2: #3B3B3B;
  --color_2: #FFFFFF;
  --bkcolor_3: #CBCBCB;
  --color_3: #000000;
  --bkcolor_4: #FF0000;
  --color_4: #FFFFFF;
  --bkcolor_5: #FFFFFF;
  --color_5: #000000;
  --bkcolor_6: #353535;
  --color_6: #FFFFFF;
  --app_color: #E40421;
  --bkcolor_7: #000;
  --color_7: #FFF;
  --bkcolor_8: #060707;
  --bkcolor_9: #DFDFDF;
  --bkcolor_10: #000000;
  --bkcolor_11: #000000;
  --color_12: #000000;
  --color_13: #FFFFFF;
  --bkcolor_14: #3B3B3B;
  --color_15: #FFFFFF;
  --bkcolor_16: #FEFEFE;
  --bkcolor_17: #FFFFFF;
  --bkcolor_18: #FFFFFF;
  --bkcolor_20: #FFFFFF;
  --color_20: #000000;
  --color_21: #2A2D33;
  --color_22: #2A2D33;
  --color_23: #2A2D33;
  --bkcolor_24: #FF0000;
  --bkcolor_26: #8B8B8B;
  --font_1: Arial;
  --font_1_url: [FONT1_URL];
  --font_2: Arial;
  --font_2_url: [FONT2_URL];
  --font_3: Arial;
  --font_3_url: [FONT3_URL];
  --font_4: Arial;
  --font_4_url: [FONT4_URL];
  --font_5: Arial;
  --font_5_url: [FONT5_URL];
  --font_6: JetSet, Arial;
  --font_6_url: [FONT6_URL];
  --font_7: Arial;
  --font_7_url: [FONT7_URL];
}
@charset "utf-8";
/*@font-face{
	font-family: @font_1;
	src: @font_1_url;
}

@font-face{
	font-family: @font_2;
	src: @font_2_url;
}

@font-face{
	font-family: @font_3;
	src: @font_3_url;
}

@font-face{
	font-family: @font_4;
	src: @font_4_url;
}

@font-face{
	font-family: @font_5;
	src: @font_5_url;
}

@font-face{
	font-family: @font_6;
	src: @font_6_url;
}*/
@font-face { font-family: JetSet; src: url(../../../fonts/jetset.ttf) format('truetype'), url(../../../fonts/jetset.woff) format('woff');}
@font-face { font-family: JetSet; src: url(../../../fonts/jetset.eot);}

@font-face {
  font-family: "Candara";
  src: url(../../../fonts/candara.ttf) format('truetype'), url(../../../fonts/candara.woff) format('woff');
}
html {
  background-color: #FFFFFF;
}
p {
  margin: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
h2,
h3 {
  margin: 0px;
  font-family: Arial;
}
body {
  font-family: Arial;
  min-width: 300px;
  background-color: #FFFFFF;
  color: #000000;
}
.body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  color: #000000;
}
@media (max-width: 767px) {
  .body {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (max-width: 720px) {
  .body {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media (max-width: 660px) {
  .body {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 400px) {
  .body {
    margin-left: 10px;
    margin-right: 10px;
  }
}
label {
  margin: 0px;
  padding: 0px;
}
table {
  margin: 0px;
}
th,
td,
tr {
  padding: 0px;
}
input {
  border: none;
  margin: 0px;
  padding: 0px;
}
a,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  outline: transparent;
  outline: none;
  border: none;
}
button {
  outline: none;
}
/* ---------  Reset Bootstrap --------- */
.row {
  margin: 0px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0px;
}
.container {
  padding: 0px;
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
/* --------- Active --------- */
.active_pink {
  outline: 1px solid #4aa1da;
  color: #F756FF;
}
/* --------- All Block --------- */
.block_profil,
.block_last_race,
.block_statistic,
.block_record,
.block_share {
  background-color: #CBCBCB;
  overflow: hidden;
  margin-bottom: 10px;
}
/* --------- Block Profil --------- */
.block_profil {
  height: 160px;
  background-color: #3B3B3B;
}
@media (max-width: 767px) {
  .block_profil {
    height: auto;
  }
}
.block_profil .overflow {
  overflow: hidden;
}
/* --------- Photo --------- */
@media (max-width: 767px) and (min-width: 551px) {
  .block_profil .photo_personal_info {
    background-color: #CBCBCB;
  }
}
.block_profil .member_photo {
  margin: 10px;
  width: 186px;
  border: 1px solid #FF0000;
  /* #255D81 */
  float: left;
  line-height: 136px;
  /* centre la photo si elle n'a pas la bonne taille */
}
.block_profil .member_photo .photo {
  width: 100%;
}
@media (max-width: 550px) {
  .block_profil .member_photo {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    line-height: initial;
  }
}
/* --------- Personal Information --------- */
.block_profil .personal_information {
  background-color: #CBCBCB;
  width: -webkit-calc(-106%);
  width: moz-calc(-106%);
  width: ms-calc(-106%);
  width: o-calc(-106%);
  width: calc(-106%);
  width: -webkit-calc(100% - 206px);
  /* for less */
  width: moz-calc(100% - 206px);
  /* for less */
  width: ms-calc(100% - 206px);
  /* for less */
  width: o-calc(100% - 206px);
  /* for less */
  width: calc(100% - 206px);
  /* for less */
  float: left;
  height: 160px;
  padding-left: 13px;
  padding-right: 13px;
}
.personal_information .pseudo {
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  padding-top: 6px;
  border-bottom: 1px solid #DFDFDF;
  font-weight: bold;
  font-family: Arial;
}
.personal_information ul {
  margin-top: 17px;
  font-size: 14px;
  line-height: 24px;
  font-family: Arial;
}
.personal_information .ul_label {
  float: left;
}
.personal_information .ul_info {
  float: right;
}
.div_info {
  overflow: hidden;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .personal_information .pseudo {
    font-size: 22px;
  }
  .div_info {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .div_info {
    width: 210px;
  }
  .personal_information .pseudo {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .block_profil .personal_information {
    width: 100%;
  }
}
/* ---------    ---------  */
.block_profil .wheel_block_left {
  height: 160px;
  width: 240px;
  padding-top: 14px;
  /*float: left;*/
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 550px) {
  .block_profil .wheel_block_left {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.wheel_block_left .div_wheel {
  margin-right: auto;
  margin-left: auto;
  width: 170px;
  height: 115px;
  border: 1px solid #DFDFDF;
  background-color: rgba(0, 0, 0, 0.2);
  /* pour pouvoir voir les images blanche */
}
.wheel_block_left .div_wheel img.wheel {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: -4px;
}
.wheel_block_left .div_wheel p {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.wheel_block_left .div_wheel p .points {
  font-size: 18px;
}
.wheel_block_left .block_status_point {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  height: 12px;
  margin-top: 6px;
}
.wheel_block_left .status_progress_bar {
  width: 36px;
}
.wheel_block_left .status_progress_bar:nth-child(1) {
  margin-left: 5px;
}
.wheel_block_left .status_progress_bar:nth-child(n+2) {
  margin-left: -3px;
}
/* ---------    ---------  */
/*.block_profil .wheel_block_right{
	height: 160px;
	padding-top: 14px;
	float: left;
}

.block_profil .member_points{
	margin-top: 11px;
	font-size: 23px;
	width: 130px;
	text-align: center;
}

@media (max-width: 991px){
	.block_profil .member_points {
		font-size: 19px;
		margin-left: -28px;
		width: 100px;
	}
}

@media (max-width: 360px){
	.block_profil .wheel_block_right{
		float: none;
	}
}*/
/* ---------  Block Title  ---------  */
.block_title {
  width: 100%;
  overflow: hidden;
  background-color: #CBCBCB;
  margin-bottom: 20px;
}
.block_title h2 {
  background-color: #3B3B3B;
  height: 38px;
  line-height: 38px;
  width: 280px;
  float: left;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.5;
  padding-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.block_title .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 38px 28px 0 0;
  border-color: #3B3B3B transparent transparent transparent;
  float: left;
}
@media (max-width: 350px) {
  .block_title h2 {
    height: 32px;
    line-height: 32px;
    width: 250px;
    font-size: 17px;
    padding-top: 0px;
  }
  .block_title .triangle {
    border-width: 32px 23px 0 0;
  }
}
.block_last_race {
  background-color: transparent;
  margin-bottom: 0px;
}
.block_last_race .block_title {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* ---------  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;
}
.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;
}
.div_pseudo_time .div_pseudo {
  margin-bottom: 2px;
  margin-left: -33px;
}
.div_pseudo_time .div_time {
  margin-left: -57px;
  border-color: transparent transparent #353535 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;
}
.div_pseudo_time .div_pseudo .triangle,
.div_pseudo_time .div_time .triangle {
  width: 2;
  height: 0px;
  border-style: solid;
  border-width: 31px 22px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -22px;
  /* z-index: -10; */
}
.div_pseudo_time .div_time .triangle {
  border-color: #353535 transparent transparent transparent;
}
.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;
}
.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) {
  .div_pseudo_time .div_pseudo .triangle_2 {
    width: 45px;
    right: -71px;
  }
  .div_pseudo_time .div_time .triangle_2 {
    width: 69px;
    right: -95px;
  }
  .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 */
  }
}
.position_1 .div_pseudo_time .div_pseudo .triangle_2,
.position_1 .div_pseudo_time .div_time .triangle_2 {
  border-color: transparent transparent #fbb610 transparent;
}
.position_2 .div_pseudo_time .div_pseudo .triangle_2,
.position_2 .div_pseudo_time .div_time .triangle_2 {
  border-color: transparent transparent #a4aeba transparent;
}
.position_3 .div_pseudo_time .div_pseudo .triangle_2,
.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,
.top_ranking_body .position_3 {
  overflow: hidden;
  margin-bottom: 10px;
}
.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;
}
.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;
}
.div_pseudo.sex_color_2 .down_color_1 {
  /* old */
  border-color: transparent transparent #F756FF transparent;
}
.div_pseudo.sex_color_2 .down_color_2 {
  /* old */
  border-color: #F756FF transparent transparent transparent;
}
.div_pseudo.sex_color_1 .down_color_1 {
  /* old */
  border-color: transparent transparent #1c9aee transparent;
}
.div_pseudo.sex_color_1 .down_color_2 {
  /* old */
  border-color: #1c9aee transparent transparent transparent;
}
.div_pseudo[data-sex="2"] .down_color_1 {
  border-color: transparent transparent #F756FF transparent;
}
.div_pseudo[data-sex="2"] .down_color_2 {
  border-color: #F756FF transparent transparent transparent;
}
.div_pseudo[data-sex="1"] .down_color_1 {
  border-color: transparent transparent #1c9aee transparent;
}
.div_pseudo[data-sex="1"] .down_color_2 {
  border-color: #1c9aee transparent transparent transparent;
}
.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;
}
.div_pseudo.sex_color_1 .pseudo:hover {
  /* old */
  color: #1c9aee;
}
.div_pseudo.sex_color_2 .pseudo:hover {
  /* old */
  color: #f756ff;
}
.div_pseudo[data-sex="1"] .pseudo:hover {
  color: #1c9aee;
}
.div_pseudo[data-sex="2"] .pseudo:hover {
  color: #f756ff;
}
.div_pseudo_time .pseudo {
  height: 28px;
  color: #000000;
  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: Arial;
}
.div_pseudo_time .div_pseudo .sex_color_0.not_member .pseudo {
  /* old */
  font-weight: normal;
}
.div_pseudo_time .div_pseudo[data-sex="0"][data-is_member="0"] .pseudo {
  font-weight: normal;
}
.div_pseudo_time .time {
  color: #FFFFFF;
  font-family: JetSet, Arial;
  text-align: center;
  margin-top: 4px;
  font-size: 16px;
}
@media all and (max-width: 400px) {
  .div_pseudo_time .pseudo {
    height: 27px;
    font-size: 14px;
    line-height: 27px;
  }
  .div_pseudo_time .time {
    font-size: 14px;
  }
}
/* --------- Block Share --------- */
.block_share {
  font-family: sans-serif;
  height: 46px;
  text-transform: uppercase;
  padding-top: 5px;
}
.block_share .share_results {
  background-color: #3B3B3B;
  height: 36px;
  line-height: 36px;
  width: 310px;
  border-radius: 2px;
  position: relative;
  float: left;
  margin-left: 7px;
}
.block_share .share_results img {
  width: 17px;
  position: absolute;
  left: 22px;
  top: 9px;
}
.block_share .share_results p {
  text-align: center;
  padding-left: 22px;
  font-size: 12px;
  color: #FFFFFF;
}
.block_share .div_buttons {
  float: right;
  width: 624px;
  position: relative;
  height: 36px;
  line-height: 36px;
}
.block_share .div_buttons .button {
  width: 149px;
  text-align: center;
  border-radius: 2px;
  float: left;
  margin-right: 7px;
}
.block_share .div_buttons a {
  position: relative;
  display: block;
  border-radius: 2px;
  -webkit-transition: background-color 0.7s;
  -moz-transition: background-color 0.7s;
  -ms-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.block_share .div_buttons img {
  width: 17px;
  position: absolute;
  left: 10px;
  top: 9px;
}
.block_share .div_buttons .button p {
  font-size: 12px;
  padding-left: 25px;
}
.block_share .div_buttons .button a.share_facebook {
  background-color: #306199;
}
.block_share .div_buttons .button a.share_twitter {
  background-color: #26c4f1;
}
.block_share .div_buttons .button a.share_google {
  background-color: #e93f2e;
}
.block_share .div_buttons .button a.share_email {
  background-color: #ff810a;
}
.block_share .div_buttons .button:hover a {
  background-color: #3B3B3B;
}
@media (max-width: 991px) {
  .block_share .share_results {
    width: 305px;
  }
  .block_share .div_buttons {
    width: 428px;
  }
  .block_share .div_buttons .button {
    width: 100px;
  }
  .block_share .div_buttons a.share_facebook img {
    left: 7px;
  }
  .block_share .div_buttons .button a.share_facebook p {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .block_share {
    height: 87px;
  }
  .block_share .share_results {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 5px;
  }
  .block_share .div_buttons {
    float: none;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .block_share .div_buttons .button {
    width: 25%;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px;
  }
}
@media (max-width: 500px) {
  .block_share .div_buttons .button p {
    display: none;
  }
  .block_share .div_buttons img {
    position: static;
  }
}
/* ---------  Block Statistic  ---------  */
.block_statistic {
  margin-left: 10px;
  font-size: 18px;
  min-height: 270px;
}
.statistic_session {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #DFDFDF;
}
.statistic_session .session {
  float: left;
  width: 110px;
}
.statistic_session .session_number {
  float: left;
  width: 100px;
}
.statistic_session .ul_trophy li {
  float: left;
  width: 100px;
  font-family: Arial;
  font-weight: bold;
  font-size: 17px;
}
.statistic_session .ul_trophy p {
  float: right;
  margin-right: 10px;
}
.statistic_session .ul_trophy img {
  width: 27px;
  float: right;
  margin-top: -12px;
}
.distance {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #DFDFDF;
}
.distance p {
  float: left;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .statistic_session .session {
    width: 100px;
  }
  .statistic_session {
    margin-left: 18px;
    margin-right: 18px;
  }
  .statistic_session .session_number {
    width: 60px;
  }
  .statistic_session .ul_trophy li {
    width: 75px;
    font-size: 15px;
  }
  .distance {
    margin-left: 18px;
    margin-right: 18px;
  }
  .distance p {
    margin-right: 11px;
  }
}
@media (max-width: 767px) and (min-width: 580px) {
  .statistic_session .session {
    width: 110px;
  }
  .statistic_session {
    margin-left: 30px;
    margin-right: 30px;
  }
  .statistic_session .session_number {
    width: 100px;
  }
  .statistic_session .ul_trophy li {
    width: 75px;
    font-size: 15px;
  }
  .distance {
    margin-left: 30px;
    margin-right: 30px;
  }
  .distance p {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .block_statistic {
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  .block_statistic {
    padding-bottom: 20px;
  }
  .div_session {
    overflow: hidden;
    min-height: 45px;
  }
  .div_distance {
    overflow: hidden;
    min-height: 32px;
  }
}
/* ---------  Block Record  ---------  */
.block_record .block_track {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
}
.block_record .block_track h3 {
  font-size: 18px;
  margin-bottom: 13px;
}
.block_record .block_track .info {
  margin-bottom: 10px;
  overflow: hidden;
  padding-left: 10px;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.block_record .block_track .info:hover {
  opacity: 0.7;
}
.block_record .block_track .triangle {
  width: auto;
  height: 0px;
  border-style: solid;
  border-width: 0 0 27px 18px;
  border-color: transparent transparent #4aa1da transparent;
  float: left;
}
.block_record .block_track .triangle p {
  padding-left: 6px;
  padding-right: 10px;
  min-width: 70px;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  padding-top: 2px;
  font-weight: bold;
  line-height: 24px;
}
.block_record .block_track .position {
  float: left;
  font-size: 18px;
  width: 55px;
  background-color: #fff;
  height: 27px;
  position: relative;
  color: #000;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}
.block_record .block_track .kart {
  position: relative;
  cursor: pointer;
}
.block_record .block_track .kart .triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 27px 18px 0 0;
  border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 0px;
  right: -18px;
}
.block_record .block_track .position .triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 27px 18px 0 0;
  border-color: #fff transparent transparent transparent;
  top: 0px;
  right: -18px;
}
.info .position.rank_1 .triangle {
  border-color: #fbb610 transparent transparent transparent;
}
.info .position.rank_2 .triangle {
  border-color: #a4aeba transparent transparent transparent;
}
.info .position.rank_3 .triangle {
  border-color: #e9a35b transparent transparent transparent;
}
.info .position.rank_1 {
  background-color: #fbb610;
}
.info .position.rank_2 {
  background-color: #a4aeba;
}
.info .position.rank_3 {
  background-color: #e9a35b;
}
.block_record .block_track .time {
  float: left;
  font-family: JetSet, Arial;
  font-size: 14px;
  padding-top: 2px;
  background-color: #414141;
  color: #fff;
  padding-left: 30px;
  padding-right: 20px;
  height: 27px;
  min-width: 112px;
  text-align: center;
}
@media (max-width: 767px) {
  .block_record .block_track .info {
    padding-left: 20px;
  }
}
@media (max-width: 580px) {
  .block_record .block_track {
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media (max-width: 500px) {
  .block_record .block_track .info {
    padding-left: 0px;
  }
  .block_record .block_track .triangle {
    border-width: 0 0 25px 16px;
  }
  .block_record .block_track .triangle p {
    font-size: 16px;
  }
  .block_record .block_track .position {
    width: 78px;
    height: 25px;
  }
  .block_record .block_track .position .triangle {
    border-width: 25px 17px 0 0;
    right: -17px;
  }
}
@media (max-width: 350px) {
  .block_record .block_track .position {
    width: 70px;
  }
}
/* ---------  Block Timing  ---------  */
#block_timing {
  display: none;
  min-height: 400px;
  margin-bottom: 40px;
}
.block_timing {
  margin-bottom: 7px;
}
.block_timing .block_title {
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.block_title .graphic_button {
  float: right;
  width: 40px;
  margin-top: 10px;
  margin-right: 24px;
  margin-left: 10px;
  cursor: pointer;
}
.opacity_08 {
  opacity: 0.8;
}
.opacity_02 {
  opacity: 0.4;
}
.block_title .graphic_button:hover {
  opacity: 1;
}
/* ---------  Block Graphic  ---------  */
.block_graphic {
  display: none;
}
/* ---------  Timer --------- */
.div_load_time_2 {
  width: 0px;
  overflow: hidden;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}
#load_time_2 {
  height: 110px;
  float: left;
}
/* ---------  My Results table --------- */
.my_results .race {
  padding-left: 15px;
}
.my_results .track {
  padding-left: 15px;
}
.my_results .date {
  display: table-cell;
}
@media (max-width: 767px) {
  .my_results .track {
    display: none;
  }
}
@media (max-width: 600px) {
  .my_results .kart {
    display: none;
  }
  .my_results .race {
    display: none;
  }
}
/* ---------  Graphic --------- */
.block_graphic .block_title {
  padding-bottom: 10px;
  margin-bottom: 4px;
}
#graphic {
  width: 100%;
  height: 350px;
  margin-top: 16px;
  margin-bottom: 20px;
  color: #CBCBCB;
  /* pour la couleur de contour du graphique recuperé par le javascript */
}
.block_graphic .filters_menu {
  margin-bottom: 10px;
}
.block_graphic .block_kart_select {
  padding-left: 35px;
  padding-right: 10px;
  font-family: Arial;
}
@media (max-width: 767px) {
  .block_graphic .block_kart_select {
    padding-left: 20px;
    margin-top: 40px;
  }
  #graphic {
    height: 230px;
  }
}
.block_graphic .div_kart_select {
  display: inline-block;
  width: 80px;
  height: 30px;
  padding-top: 5px;
}
.block_graphic .div_kart_select input {
  display: inline-block;
  cursor: pointer;
}
.block_graphic .div_kart_select p {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.16);
}
.block_graphic .div_kart_select p:hover {
  opacity: 0.6;
}
.flot-y-axis,
.flot-y1-axis,
.yAxis,
.y1Axis {
  /* pour la couleur des axes du graphique */
  color: #000000;
}
#information_bubble {
  position: absolute;
  border: 1px solid #71D7FF;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  opacity: 1;
  top: 1392px;
  left: 632px;
  display: none;
  background-color: #FFF;
  color: #000;
}
/* ---------   --------- */
