/* 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";
/* --------- Active --------- */
.active[data-is_member="1"] {
  outline: 1px solid #000000;
}
.active[data-is_member="0"] {
  outline: none;
}
.active[data-sex="1"] {
  outline: 3px solid #4aa1da;
  outline-offset: -2px;
  z-index: 15;
  color: #4aa1da;
}
.active[data-sex="2"] {
  outline: 3px solid #F756FF;
  outline-offset: -2px;
  z-index: 15;
  color: #F756FF;
}
/* ---------  Table  --------- */
.results_table {
  width: 100%;
  font-weight: bold;
}
.results_table tr {
  height: 29px;
  border-bottom: 4px solid #FFFFFF;
}
.results_table th {
  height: inherit;
  padding: 0px;
}
.results_table thead {
  background-color: #6FC7B3;
  color: #FFFFFF;
  font-size: 14px;
}
.results_table thead tr .rank {
  background-color: #012C27;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 1px;
}
.results_table thead tr .kart {
  text-align: center;
  white-space: nowrap;
}
.results_table thead tr .pseudo {
  text-align: left;
  padding-left: 18px;
}
.results_table thead tr .track {
  text-align: left;
  padding-left: 15px;
}
.results_table thead tr .race {
  text-align: left;
  padding-left: 15px;
}
.results_table thead tr .date {
  text-align: center;
}
.results_table thead tr .time {
  text-align: center;
  background-color: #012C27;
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.results_table thead tr .triangle_1 div {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 27px 18px 0 0;
  border-color: #012C27 transparent transparent transparent;
  float: left;
}
.results_table thead tr .triangle_2 div {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 27px 18px;
  border-color: transparent transparent #012C27 transparent;
  float: right;
}
.results_table thead .gap {
  padding-left: 12px;
  padding-right: 15px;
  background-color: #012C27;
  color: #FFFFFF;
  font-family: inherit;
}
/* ----- tbody ----- */
.results_table tbody {
  background-color: #012C27;
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
  z-index: 10;
}
.results_table tbody tr:hover,
.results_table tbody tr[data-sex="1"]:hover {
  outline: 3px solid #4aa1da;
  outline-offset: -2px;
  z-index: 20;
  cursor: pointer;
}
.results_table tbody tr[data-sex="2"]:hover {
  outline: 3px solid #F756FF;
  outline-offset: -2px;
  z-index: 20;
  cursor: pointer;
}
.results_table tbody tr[data-sex="0"][data-is_member="1"]:hover {
  outline: 3px solid #000000;
  outline-offset: -2px;
  z-index: 20;
  cursor: pointer;
}
.results_table tbody tr[data-sex="0"][data-is_member="0"]:hover {
  cursor: default;
  outline: none;
}
.results_table tbody tr[data-is_member="0"][data-sex="0"] .pseudo {
  font-weight: normal;
  opacity: 0.8;
}
.results_table tbody tr .rank {
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-family: [FONT3];
  padding-left: 10px;
  padding-right: 10px;
  width: 1px;
}
.results_table tbody tr .triangle_1 {
  background-image: url("tbody_rank.png");
  background-repeat: no-repeat;
  background-size: 22px 101%;
  /* 101% correctif décalage zoom */
  background-color: #000;
  background-position: right;
  width: 22px;
  min-width: 22px;
}
.results_table tbody tr[data-rank="1"] .rank,
.results_table tbody tr[data-rank="1"] .triangle_1 {
  background-color: #fbb610;
  color: #000;
}
.results_table tbody tr[data-rank="2"] .rank,
.results_table tbody tr[data-rank="2"] .triangle_1 {
  background-color: #a5abc1;
  color: #000;
}
.results_table tbody tr[data-rank="3"] .rank,
.results_table tbody tr[data-rank="3"] .triangle_1 {
  background-color: #e9a35b;
  color: #000;
}
.results_table tbody .kart {
  text-align: center;
  white-space: nowrap;
  width: 13px;
  min-width: 13px;
  color: #fff;
  font-family: [FONT4];
}
.results_table tbody .kart .triangle {
  background-image: url("tbody_kart.png");
  background-repeat: no-repeat;
  background-size: 13px 100%;
  width: auto;
  min-width: 13px;
  height: 18px;
  margin-top: 0px;
  float: left;
}
.results_table tbody .kart .triangle p {
  font-size: 13px;
  height: 18px;
  padding-right: 8px;
  padding-left: 17px;
}
.results_table tbody tr .pseudo {
  padding-left: 18px;
}
.results_table tbody tr .pseudo .wheel_icon {
  padding-left: 10px;
  padding-right: 2px;
  display: inline;
}
.results_table tbody tr .pseudo .wheel_icon img {
  width: 16px;
  margin-top: -4px;
  opacity: 0.8;
  width: 18px;
  background-color: #1d1d1d;
  border-radius: 20px;
  border: 1px solid #1d1d1d;
}
.results_table tbody tr .pseudo .wheel_icon img[src="images/wheel_mini_5.png"] {
  width: 18px;
  width: 20px;
}
.results_table tbody tr:hover .pseudo .wheel_icon img,
.results_table tbody tr:active .pseudo .wheel_icon img {
  opacity: 1;
}
@media (max-width: 379px) {
  .results_table tbody tr .pseudo .wheel_icon {
    display: none;
  }
}
.results_table tbody tr[data-status="3"] .pseudo:after,
.results_table tbody tr[data-status="4"] .pseudo:after,
.results_table tbody tr[data-status="5"] .pseudo:after {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-right: 2px;
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  border-radius: 20px;
  vertical-align: text-top;
  opacity: 0.8;
}
.results_table tbody tr:hover .pseudo:after {
  opacity: 1;
}
.results_table tbody tr[data-status="3"] .pseudo:after {
  background-image: url('../../../images/wheel_mini_3.png');
}
.results_table tbody tr[data-status="4"] .pseudo:after {
  background-image: url('../../../images/wheel_mini_4.png');
}
.results_table tbody tr[data-status="5"] .pseudo:after {
  background-image: url('../../../images/wheel_mini_5.png');
  width: 20px;
}
.results_table tbody tr .date {
  text-align: center;
  font-family: [FONT5];
  font-size: 14px;
}
.results_table tbody tr .triangle_2 {
  background-image: url("tbody_time_left.png");
  background-repeat: no-repeat;
  background-size: 22px 100%;
  background-position: right;
  width: 22px;
  min-width: 22px;
}
.results_table tbody tr .triangle_3 {
  background-image: url("tbody_time_right.png");
  background-repeat: no-repeat;
  background-size: 22px 100%;
  width: 34px;
  min-width: 18px;
}
.results_table tbody tr .triangle_3[data-icon="race"]:after,
.results_table tbody tr .triangle_3[data-icon="session"]:after {
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  margin-left: 22px;
  margin-right: 7px;
}
.results_table tbody tr .triangle_3[data-icon="race"]:after {
  background-image: url('icon_race.png');
}
.results_table tbody tr .triangle_3[data-icon="session"]:after {
  background-image: url('icon_session.png');
}
.results_table tbody tr:hover .triangle_3:after {
  opacity: 1;
}
.results_table tbody tr .time {
  background-color: #6FC7B3;
  color: #FFFFFF;
  font-family: [FONT6];
  font-size: 14px;
  font-weight: normal;
  padding-right: 3px;
  padding-left: 4px;
  width: 40px;
  text-align: center;
}
.results_table tbody tr.not(:hover) .time {
  color: #FFFFFF;
}
.results_table tbody .track {
  padding-left: 15px;
}
.results_table tbody .race {
  padding-left: 15px;
}
.results_table tbody .pseudo,
.results_table tbody .date,
.results_table tbody .time,
.results_table tbody .race,
.results_table tbody .track {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  /* ms-transition: color 0.5s;
    	    o-transition: color 0.5s;
    		 transition: color 0.5s; */
  /* bug sous ie */
}
.results_table tbody tr[data-sex="1"]:hover {
  color: #4aa1da;
}
.results_table tbody tr[data-sex="2"]:hover {
  color: #F756FF;
}
.results_table tbody .pseudo {
  font-family: [FONT7];
}
.results_table tbody .laps {
  text-align: center;
  font-family: [FONT3];
}
.results_table tbody .gap {
  width: 20px;
  white-space: nowrap;
  padding-right: 15px;
  font-family: [FONT3];
}
.results_table tbody .sector {
  text-align: center;
  font-family: [FONT3];
  padding-left: 3px;
  padding-right: 3px;
}
@media (max-width: 900px) {
  .results_table .sector {
    display: none;
  }
}
@media (max-width: 767px) {
  .results_table .track {
    display: none;
  }
}
@media (max-width: 650px) {
  .results_table .date {
    display: none;
  }
}
@media (max-width: 600px) {
  .results_table .race {
    display: none;
  }
}
@media (max-width: 620px) {
  .results_table .gap {
    display: none;
  }
  .results_table .laps {
    display: none;
  }
}
@media (max-width: 500px) {
  .results_table .kart {
    display: none;
  }
  .results_table .pseudo,
  .results_table tbody tr .pseudo {
    padding-left: 8px;
  }
}
@media (max-width: 380px) {
  .results_table tbody tr[data-status] .pseudo:after {
    display: none;
  }
}
/* ---------  Table Arrow --------- */
.results_position {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #012C27;
  overflow: hidden;
  color: #fff;
  position: relative;
  line-height: 20px;
  font-size: 13px;
}
.results_position .first,
.results_position .previous,
.results_position .last,
.results_position .next {
  cursor: pointer;
  color: #fff;
  color: #FFFFFF;
}
.results_position .first:hover,
.results_position .previous:hover,
.results_position .last:hover,
.results_position .next:hover {
  color: #00a6de;
  color: #012C27;
}
.results_position .previous {
  float: left;
}
.results_position .previous:before {
  font-family: 'fontawesome';
  content: '\f04a';
  display: block;
  transform: scaleX(1.2);
}
.results_position .first {
  float: left;
  margin-left: 8px;
  margin-right: 15px;
}
.results_position .first:before {
  font-family: 'fontawesome';
  content: '\f048';
  display: block;
  transform: scaleX(1.2);
}
.results_position .next {
  float: right;
}
.results_position .next:before {
  font-family: 'fontawesome';
  content: '\f04e';
  display: block;
  transform: scaleX(1.2);
}
.results_position .last {
  float: right;
  margin-right: 8px;
  margin-left: 15px;
}
.results_position .last:before {
  font-family: 'fontawesome';
  content: '\f051';
  display: block;
  transform: scaleX(1.2);
}
/*
.results_position .previous, 
.results_position .following{
	height: 20px;
	cursor:pointer;
	line-height: 18px;
}

.results_position .previous{
	float: left;
}



.results_position .following{
	float: right;
}


.results_position .previous:hover div{
	border-color: transparent @color_1 transparent transparent;
	color: @color_1;
}

.results_position .following:hover div{
	border-color: transparent transparent transparent @color_1;
	color: @color_1;
}

.results_position .previous_triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 8px 6px 0px;
	border-color: transparent @bkcolor_11 transparent transparent;
	float: left;
	margin-top: 3px;
}

.results_position .following_triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 0px 6px 8px;
	border-color: transparent transparent transparent @bkcolor_11;
	float: right;
	margin-top: 3px;
}


.results_position .top_previous, 
.results_position .last_following{
	cursor: pointer;
}

.results_position .top_previous .previous_triangle{
	margin-left: -1px;
	margin-right: 15px;
}

.results_position .top_previous .previous_bar{
	width: 2px;
	height: 12px;
	background-color: @bkcolor_11;
	float: left;
	margin-top: 3px;
	margin-left: 8px;
}

.results_position .top_previous:hover .previous_triangle{
	border-color: transparent @color_1 transparent transparent;
	color: @color_1;
}

.results_position .top_previous:hover .previous_bar{
	background-color: @color_1;
}


.results_position .last_following .following_triangle{
	margin-right: -1px;
	margin-left: 15px;
}

.results_position .last_following .following_bar{
	width: 2px;
	height: 12px;
	background-color: @bkcolor_11;
	float: right;
	margin-top: 3px;
	margin-right: 8px;
}

.results_position .last_following:hover .following_triangle{
	border-color: transparent transparent transparent @color_1;
	color: @color_1;
}

.results_position .last_following:hover .following_bar{
	background-color: @color_1;
}

*/
