/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
    background: #1e2d44;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
    font-family: 'Lato', serif;
}

.pt-10 , .padding-top-10{
    padding-top: 10%;
}

.p0{
    padding: 0;
}

.content-end-training{
    width:100%;
    background-color:#121921;
    border-radius:1px;
    z-index: 99999;
}

.label-options{
    font-size:14px;
    font-weight:100;
}

.option-unavailable{
    font-size:15px;
    font-weight:bold;
    color:white;
}

.title-resistance-change{
    font-size:15px;
    font-weight:bold;
    color:white;
}

.span3{
    width: 25%;
    float: left;
}

/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel, .carousel-personal {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control , .carousel-personal-control {
    left: -12px;
    font-size: 70px;
    width: 4%;
}
.carousel-control.right , .carousel-personal-control.right {
    right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators, .carousel-personal-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li , .carousel-personal-indicators li {
    background: #c0c0c0;
}
.carousel-indicators .active, .carousel-personal-indicators .active {
    background: #333333;
}

/*LOADER*/

#loading {position:absolute;left:calc(50% - 100px);top:calc(50% - 25px);z-index:9999}
.uil-ripple {position:absolute;left:calc(50% - 90px);top:calc(50% - 90px);opacity:.5;z-index:999}

.ld-l {opacity:0;animation: ld-in 3s 0.0s ease infinite;}
.ld-o {opacity:0;animation: ld-in 3s 0.1s ease infinite;}
.ld-a {opacity:0;animation: ld-in 3s 0.2s ease infinite;}
.ld-d {opacity:0;animation: ld-in 3s 0.3s ease infinite;}
.ld-i {opacity:0;animation: ld-in 3s 0.4s ease infinite;}
.ld-n {opacity:0;animation: ld-in 3s 0.5s ease infinite;}
.ld-g {opacity:0;animation: ld-in 3s 0.6s ease infinite;}

@keyframes ld-in {
    0% {opacity:0;transform:scale(0);}
    30% {opacity:1;transform:scale(1);}
    100% {opacity:1;transform:scale(1);}
}
/*END LOADER*/
.succesIcon {
    height: 20px;
    width: 30px;
    position: relative;
    left: calc(50% - 30px);
}

.unit-compteur{
    font-size: 12px;
    margin-top: 35px;
    color: white;
}

.logout{
    background:#888888;
    border:none;
    color:white;
    width:125px;
}

.logout-content{
    padding:0px;
    background: #e1ddde;
    padding-top:10px;
    padding-bottom:15px;
}

.first-menu{
    padding-top: 15px;
    padding-bottom: 15px;
}

.hr-content{
    padding: 0;
    margin:0;
    height:1px;
}

.hr-menu{
    border-color: rgba(165, 157, 157, 0.6);
    margin:0;
}

.user-menu{
    font-size:14px;
}

.my-activities{
    background-color: #1d2c43;
    width:125px;
}

#user_pic{
    margin-right:15px;
    cursor:pointer;
}

.render{
    padding: 0;height:100%
}

.value-changer-resistance{
    display:inline-block;
    width:40px;
}

#resValue{
    color:white; font-size:20px;
}

.res-plus{
    width:50px;
    height:50px;
    background-color:#e74c3c;
    display:inline-block;
    margin:0;
    cursor:pointer;
    border-radius:50%;
}

.res-minus{
    width:50px;
    height:50px;
    background-color:#2ecc71;
    display:inline-block;
    margin:0;
    cursor:pointer;
    border-radius:50%;
}


.fa-plus,
.fa-minus{
    color: white;
    position:relative;
    top:10%;
}

.fa-clock{
    color: white;
}

.fa-search{
    color:grey;
}

.title-personal-playlist{
    clear:both;
    font-weight: 100;
    padding-top:15px;
    font-size:23px;
    border-top: 1px solid silver;
}

.personal-playlist{
    padding-left:0px;
    padding-bottom:20px;
}

.yt-subscriptions{
    padding-left:0px;
    padding-bottom:20px;
}

#search{
    width:98%;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:5px;
    padding-left:15px;
    font-size:14px;
    border:none;
    border-radius:5px;
}

.playlists{
    padding-bottom: 25px;padding-left:30px;
}

.search-box{
    padding:0px;
    padding-top:10px;
    clear:both;
}

.mb25{
    margin-bottom:25px;
}

.modal-footer{
    text-align:center;
}

#usercount{
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 14px;
    color:#6682a7;
    font-weight: 700;
}

.succesIcon polyline {
    display: none;
    fill: none;
    stroke: white;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 80;
    -webkit-animation: succesIconAnim 0.7s ease-in 1 paused;
    *-webkit-animation-name: succesIconAnim;
    *-webkit-animation-duration: 0.7s;
    *-webkit-animation-timing-function: ease-in;
    *-webkit-animation-iteration-count: 1;
    *-webkit-animation-play-state: paused;
}

@-webkit-keyframes succesIconAnim {
    from {
        stroke-dashoffset:80;
    }
    to {
        stroke-dashoffset:0;
    }
}

.sidebar-offcanvas{
    background-color: #1e2d44;
    height: 100%;
    position: absolute;
    left: 0px;
}

.ellipsis{
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.owl-prev, .owl-next{
  text-align: center;
  display: inline-block;
  background-color: #e8e4e4;
    height: 50px;
    line-height: 50px;
  width: 50px;
  color: #222222;
  margin-right: 5px;
  font-size: 18px;
}


.owl-prev{
    position: absolute;
    top: 25px;
    left: -15px;
}

.owl-next{
    position: absolute;
    top: 25px;
    right : -15px;
}


body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Lato', serif;
  font-size: 30px;
  overflow-x: hidden;
}

#device-connect,
#end-training{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition: all 350ms;
    background: rgba(30,30,30,0.8);
}

#pause-training{
    position: absolute;
    top:0;
    left:230px;
    right:0;
    bottom:0;
    transition: all 350ms;
    background: rgba(30,30,30,0.8);
}


.btn-default{
  background-color: #1d2c43;
  color : white!important;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently*/
  outline: 0;
}

.device-name-content{
    position: relative;
    padding-left:20px;
}

.changer-resistance{
    position:absolute;
    background-color: rgba(30,30,30,0.7);
    width: 170px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 50px;
    left:40px;
    bottom:40px;
    z-index:998;
}

#msg-connexion{
    color:white;
}

#youtube{
    display:none;
}

#subscriptions{
    padding-left: 25px;
}

#search-results{
    padding-top:30px;
    padding-left:0px;
}

#compteurs{
    position:absolute;
    right:15px;
    top:80px;
    z-index:99;
}

#compatible-device{
    color: white;
    padding-top:15px;
}

.btn-default:hover, .btn-default:active , .btn-default:visited, .btn-default:focus {
  background-color: #1d2c43;
  color : white!important;
  outline: 0;
}

.disabled{
  background-color: #436598;
  color : white!important;
}

.disabled:hover{
  background-color: #436598!important;
  color : white!important;
}

.footer-list{
  color: rgb(240,240,240);
  font-size: 14px;
  font-family: 'Lato', serif;
}

.footer-list-content{
  position: fixed;
  bottom: 0;
    background-color: black;
}

.title-login{
    color: white;
    margin-left: 60px;
    font-family: 'Lato', serif;
    font-size: 50px;
    margin-top: 99px;
}

.link-footer{
  color: rgb(240,240,240);
  font-size: 14px;
  font-family: 'Lato', serif;
      line-height: 42px;
}

.link-footer:hover, .link-footer:active , .link-footer:visited  {
  color: rgb(190,190,190);
  font-size: 14px;
  font-family: 'Lato', serif;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}


.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;
}
.right-inner-addon i {
    position: absolute;
    right: 2%;
    padding: 10px 12px;
    pointer-events: none;
}


#overlay-training{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height:100%;
  width:100%;
  background:transparent;
  transition:all 350ms;
}

#overlay-device{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 100%;
    background: rgba(30,30,30,0.9);
    transition: all 350ms;
    z-index: 9999;
}

#msg-connect{
    color : rgb(100,100,100);
}

#overlay-tour{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height:100%;
  width:100%;
  z-index: 0;
  transition:all 350ms;
}

#overlay-tour{
    background:rgba(30,30,30,0.6);
}

.playlists-content{
  padding-top: 5px;
  clear:both;
}

.video-nav{
  font-family: Helvetica Neue,Helvetica,sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #433f4a;
  margin-top: 10px;
  list-style-type: none;
  position: relative;
  box-sizing: border-box;
}

ul.video-nav:before {
    content: '';
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1px solid #cbc8d0;
}

.video-nav li{
    float: left;
    margin-right: 20px;
    position: relative;
    list-style-position: outside;
    list-style-type: none;
    display: list-item;
    text-align: -webkit-match-parent;
}

.video-nav li>a.active{
    color: #17141f;
    border-color: #17141f!important;
}

.video-nav li>a:hover{
    color: #17141f;
    border-color: rgba(0,0,0,.35);
}

.video-nav li>a{
  color: #6441a4;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    float: left;
    text-decoration: none;
}

.img-playlist,
.private-playlist,
.image-youtube{
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.unlisted-playlist{
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  opacity: 0.5;
}

.img-playlist:hover,
.private-playlist:hover,
.image-youtube:hover{
  opacity: 0.5;
}

.card-title,
.card-count{
  font-size: 14px;
}

.card-status{
  font-size: 11px;
  color: #8c8b8b;
}

.card-title{
  display:block;
  clear:both;
  cursor:pointer;
}

.card-title:hover{
  text-decoration: underline;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 215px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    left: -145px;
    z-index: 99999999;
}

.dropdown:hover .dropdown-content {
    display: block;
}

 input[type=range] {
    -webkit-appearance: none;
    background-color: silver;
    width: 100%;
    height:3px;
    outline: 0;
}

input[type="range"]::-webkit-slider-thumb {
     -webkit-appearance: none;
    background-color: #F8F8FA;
    border-radius : 50%;
    border: 1px solid #888;
    opacity: 1;
    width: 20px;
    height: 20px;
    outline: 0;
    cursor: pointer;
}

.username{
  padding-left:8px;
  width:81%;
  overflow:hidden;
  display:inline-block;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.device-content{
    display: block;
    clear: both;
    position: relative;
    left: 43px;
    width: 150px;
    top: -24px;
    margin-bottom: 0px;
}

.hide-panel, .show-panel{
  position:absolute;
  z-index:99;
  left:5px;
  top : 2px;
  cursor: pointer;
  font-size:19px;
  color:#808080;
}

.hide-panel:hover{
  color : #222222;
}

.icon-google_plus{
    height: 25px;
    display: inline-block;
    width: 25px;
    float: left;
    margin-top: 5px;
}


#state-device-text{
    font-family: 'Lato', serif;
    font-size: 30px;
    padding-left: 5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.btn-google {
    top: 60px;
    left:120px;
    color: rgb(30,30,30);
    background-color: #F8F8FA;
    border-color: rgb(30,30,30);
    border-radius: 0px;
    outline: 0;
}

.btn-google span{
    line-height: 35px;
    padding-left: 5px;
    font-size: 14px;
}


.btn-google:hover, .btn-google:focus {
    color: rgb(30,30,30);
    background-color: #F8F8FA;
    border-color: rgb(30,30,30);
    outline: 0;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

/* FACEBOOK ZERO */

/* custom template */
html, body {
    font-family: 'Lato',sans-serif;
   color:#555555;
}

.nav {
  font-family: 'Lato',sans-serif;
   font-size:13px;
}

a {
  color:#222222;
}

a:hover {
  text-decoration:none;
}

hr {
  border-color:rgba(240,240,240,0.6);
}

.wrapper, .row {
   height: 100%;
   margin-left:0;
   margin-right:0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.column {
    overflow: auto;
    *zoom:1;
}


.box {
    bottom: 0; /* increase for footer use */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F0F0F0;
    transition: all 1.5s;
/* background-color: #772929; */
/*  background: rgba(42,57,82,1);
background: -moz-linear-gradient(left, rgba(42,57,82,1) 0%, rgba(37,48,65,1) 7%, rgba(37,48,65,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(42,57,82,1)), color-stop(7%, rgba(37,48,65,1)), color-stop(100%, rgba(37,48,65,1)));
background: -webkit-linear-gradient(left, rgba(42,57,82,1) 0%, rgba(37,48,65,1) 7%, rgba(37,48,65,1) 100%);
background: -o-linear-gradient(left, rgba(42,57,82,1) 0%, rgba(37,48,65,1) 7%, rgba(37,48,65,1) 100%);
background: -ms-linear-gradient(left, rgba(42,57,82,1) 0%, rgba(37,48,65,1) 7%, rgba(37,48,65,1) 100%);
background: linear-gradient(to right, rgba(42,57,82,1) 0%, rgba(37,48,65,1) 7%, rgba(37,48,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3952', endColorstr='#253041', GradientType=1 );
*/

}

.divider {
  margin-top:32px;
}

.navbar-blue {
    border-width:0;
  background-color:#3B5999;
    color:#ffffff;
    font-family: 'Lato',sans-serif;
    top:0;
    position:fixed;
    width:inherit;
}

.navbar-blue li > a,.navbar-toggle  {
   color:#efefef;
}

.navbar-blue .list-equipement li a {color:#2A4888;}
.navbar-blue .list-equipement li > a {padding-left:30px;}

.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
   background-color:#2A4888;
   color:#fff;
}

#main {
   background-color: transparent;
   padding-left:0;
   padding-right:0;
}
#main .img-circle {
   margin-top:0px;
   height:40px;
   width:40px;
}

.link-video-search{
    display:block;
    background: rgba(0,0,0,.15);
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-search-container{
    padding-left:0px;
    padding-bottom:20px;
}

.container-title-video-search{
    clear: both;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.height-100{
    height:100%;
}

.rel{
    position: relative;
}

.action-panel{
    width: calc(100% - 230px);
    float: right;
}

#sidebar {
  padding:0px;
  padding-top:15px;
  z-index: 99;
  padding-top: 0px;
    width: 230px;
}

#first-avatar{
    margin-bottom:10px;
    position:absolute;
    right: 15px;
    top:15px;
    z-index:99;
}

.logo-content{
 padding-left: 5px;
}

#sidebar, #sidebar-footer a {
    color:#ffffff;
    background-color:transparent;
    text-shadow:0 0 0px #000000;
    display: inline-block;
}

#sidebar{
    background-color : #1e2d44;
}


.back-video-screen{
    border:none;
    outline:0;
    background:#1d2c43;
}


.dropdown-header{
    color : rgb(123, 118, 118);
}

.dropdown-header:hover{
    color: white;
}

ul.nav{
  position: relative;
  display: block;
  margin-top: 15px;
}

.nav li{
  height: auto;
/*   border-bottom: 1px solid rgba(240,240,240,0.3); */
  display: block;
  position: relative;
  padding-top: 15px;
  float: left;
}

.nav li:first-child{
  border-top : 1px solid rgba(240,240,240,0.3);
}

#sidebar .nav li{
  padding-top: 7px;
  padding-bottom: 3px;
}

#sidebar .nav li:nth-child(odd) {
    background-color: #1e2d44;
}
#sidebar .nav li:nth-child(even) {
    background-color: #162133;
}

#sidebar .nav li>a:hover {
    background-color:transparent;
}

.logo {
  display:block;
  padding:3px;
  background-color:#fff;
  color:#3B5999;
  height:28px;
  width:28px;
  margin:9px;
  margin-right:2px;
  margin-left:15px;
  font-size:20px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  text-shadow:0 0 1px;
  border-radius:2px;
}
#sidebar-footer {
  background-color:#444;
  position:absolute;
  bottom:5px;
  padding:5px;
}
#footer {
  margin-bottom:20px;
}

/* bootstrap overrides */

h1,h2,h3 {
   font-weight:800;
}

.navbar-toggle, .close {
  outline:0;
}

.margin-top-30{
    position: relative;
    margin-top: 10%;
}

.margin-top-15{
    position: relative;
    margin-top: 15px;
}

.title-road-simulation{
    font-size:15px;
    font-weight:bold;
    padding-bottom:15px;
    padding-top:15px;
    color:white;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus  {
    background-color:#1d2c43;
    color:#fffffe;
}
.btn-default {
    color:#666666;
    text-shadow:0 0 1px rgba(0,0,0,.3);
}
.form-control {

}

.panel textarea, .well textarea, textarea.form-control
{
   resize: none;
}

.badge{
   color:#3B5999;
   background-color:#fff;
}
.badge:hover, .badge-inverse{
   background-color:#3B5999;
   color:#fff;
}

.jumbotron {
  background-color:transparent;
}
.label-default {
  background-color:#dddddd;
}
.page-header {
  margin-top: 55px;
  padding-top: 9px;
  border-top:1px solid #eeeeee;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
}

.panel-default .panel-heading {
  background-color:#f9fafb;
  color:#555555;
}

.col-sm-9.full {
    width: 100%;
}

.modal-header, .modal-footer {
  background-color:#f2f2f2;
    font-weight:800;
    font-size:12px;
}

.modal-footer i, .well i {
    font-size:20px;
    color:#c0c0c0;
}

.modal-body {
  padding:0px;
}

.modal-body textarea.form-control
{
   resize: none;
   border:0;
   box-shadow:0 0 0;
}

small.text-muted {
      font-family: 'Lato',sans-serif;
}

/* adjust the contents on smaller devices */
@media (max-width: 768px) {

  .column .padding {
    padding: 7px;
  }

  .navbar-blue {
  background-color:#3B5999;
    top:0;
    width:100%;
    position:relative;
  }

}


/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left.active {
    left: 33%;
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -33%;
    position: absolute;
    top: 0;
    width: 33%;
    margin-left: 5px;
  }

  #sidebar, #sidebar a, #sidebar-footer a {
    padding-left:3px;
  }
}

/* Chat */

.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: scroll;
    height: 150px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/* WEB BLE */

.pt-15,.pt15{
  padding-top: 15px;
}

.pl-15 , .pl15{
    padding-left: 15px;
}

.pt-5,.pt5{
  padding-top: 5px;
}


.mt15{
  margin-top: 15px;
}

.p2-10{
  padding-left: 10px;
  padding-right: 10px;
}

.infos{
  height: 50px;
  width: 100%;
}

.white{
  color : rgb(240,240,240);
}

.infos-device{
    margin-top: 10%;
}

.title-recommended-playlists{
    clear:both;font-weight: 100;padding-top: 25px;font-size:23px;
}

#stop-training{
    background:#e74c3c;
    border:none;
    outline:0;
}

#stop-training:hover{
    background: #c0392b;
    border: none;
    outline:0;
    -webkit-transition: all .350ms;
    -moz-transition: all .350ms;
    -ms-transition: all .350ms;
    -o-transition: all .350ms;
    transition: all .350ms;
}

.title-end-training{
    display:inline-block;
    font-weight:100;
    color:white;
    font-size:33px;
}

.text-end-training{
    color: white;
    font-size:17px;
}

.link-end-training{
    color : #50b3f3;
    transition: all 0.3s;
}

.link-end-training:hover{
    text-decoration: underline;
    color : #1559f3;
}

.fs-32{
    font-size: 32px;
}

.hr-color-end-training{
    border-color: rgba(187, 187, 187, 0.6);
}

.inline-block{
    display: inline-block;
}

.performance-end-training{
    height: 250px;
    background: #1d2532;
    padding-top:5px;
    border-bottom:2px solid #49525b;
}

.title-performance-end-training{
    color: white;
    font-weight:100;
    font-size:30px;
}

.infos-training{
    padding-top:30%;
}

#compatible-device,
#msg-connexion{
    position: relative;
    margin-top: 27%;
}

#see-tutorial{
    color: #6441a4;
    text-decoration: underline;
    font-size: 15px;
    padding-top: 10px;
    cursor:pointer;
}

.link-img-recommended{
    display:block;
    background: rgba(0,0,0,.15);
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.beta{
    color: #6682a7;
    font-style: italic;
    font-size: 10px;
}

#panel-settings{
    background-color : transparent;
    width:100%;
    position:absolute;
    left:0px;
    z-index:999;
}

.container-recommended{
    padding-left:0px;
    padding-bottom:20px;
}

.container-recommended div{
    height:100%;
}

.link-recommended{
    clear: both;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-top:10px;
}

.slider-playlists{
    width: 100%;
    height: 400px;
}


.contact-us{
    font-size:12px;
}

.contact-us-link{
    color: #6441a4;
}

.modal-content{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.msg-equipement-warning{
    position: relative;
    margin-top: 25px;
    color: white;
}

.os-not-compatible-msg{
    background: #1e2d44;
}

#power,
#speed,
#total-distance,
#cadence,
#kinos {
  font-size: 33px;
  line-height: 8px;
  vertical-align: middle;
  color: white;
}

.fs-22{
    font-size: 22px;
}

.pb-20{
    position: relative;
    padding-bottom: 20px;
}

#total-time{
    padding-left: 5px;
    color: white;
}

.units-end-training{
    font-size:18px;
    color:#878588;
    padding-left: 5px;
}

.options-end-training{
    height:70px;
    background:#121921;
    padding-top:15px;
}

.white-pointer{
    color : white;
    cursor: pointer;
}

.pt-20 , .pt20{
    padding-top: 20px;
}

.pt-60 , .pt60{
    position: relative;
    padding-top: 60px;
}

#total-kinos,
#avg-watts{
    color:white;
    margin:0;
}

#training-time{
  font-size: 22px;
  vertical-align: middle;
  color: white;
}

.thumbnail{
  background-color: rgba(30,30,30, 0.5);
}

.circle-thumbnail{
  border-radius: 50%;
  width: 110px;
  height: 110px;
  line-height: 0px;
  vertical-align: middle;
}

.circle-thumbnail-small{
  border-radius: 50%;
  width: 110px;
  height: 110px;
  line-height: 0px;
  vertical-align: middle;
}


small{
  font-size: 20px;
  margin-left: 5px;
}


.card-image{
  height: 250px;
  overflow: hidden;
  width: 100%;
}

.card{
    width: 100%;
    margin: 5px;
    padding: 15px;
    height: 320px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.70)";
    zoom: 1;
    color: #272727;
    border-radius: 2px;
}

#dl-tcx,
#exit{
    color: white;
    text-decoration: none;
}

#exit:hover , #dl-tcx:hover{
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* menu equipement */

.list-equipement li {
  padding-left: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.list-equipement li:hover{
  background-color : #337ab7;
  color : rgb(240,240,240);
}


.users-list li{
    width: 100%;
}

.title-playlist{
  padding-bottom:0px;
  padding-top:0px;
  margin-top: 15px;
  font-weight:100;
  font-size: 30px;
  line-height: 30px;

}

h1, h2, h3{
  font-family: 'Lato',sans-serif;
  color: #433f4a;
}

/* button stop ble */

.btn-circle {
  width: 16px;
  height: 16px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  top: 2px;
}

.btn-circle i{
  font-size: 9px;
  position: relative;
  top: -2px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


.username,
#state-device-text{
  font-size: 13px;
}

#state-device {
    position:relative;
    width: 5px;
    left:0px;
    top:5px;
}

.icon-resume{
  position: relative;
  top:-27px;
}

/* Animations */

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.2;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.2;
    }
    100% {
        opacity:1;
    }
}
.objblink {
-webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;

    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;

-moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;
}

/* Menu bottom */

.menu-item, .menu-open-button {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  color: white;
  text-align: center;
  line-height: 50px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  transition: all 2s;
}

.menu-open-button{
  background: #e74c3c;
}

.item-a{
  background: #d35400;
}
.item-b{
  background: #2ecc71;
}
.item-c{
  background: #3498db;
}
.item-d{
  background: #34495e;
}

.menu-open {
  display: none;
}

.hamburger {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.hamburger-1 {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
          transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
  position: absolute;
  left: 1%;
  bottom : 0;
  margin-left: 0px;
  padding-top: 20px;
  padding-left: 0px;
  width: 650px;
  height: 100px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left;
  z-index: 9999;
}

.menu-item:hover {
  background: #c0392b;
  color: rgb(240,240,240);
  transition: all 2s;
}
.menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
          transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
          transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
          transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
  -webkit-transition-duration: 190ms;
          transition-duration: 190ms;
  -webkit-transform: translate3d(110px, 0, 0);
          transform: translate3d(110px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
  -webkit-transition-duration: 290ms;
          transition-duration: 290ms;
  -webkit-transform: translate3d(220px, 0, 0);
          transform: translate3d(220px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
  -webkit-transition-duration: 390ms;
          transition-duration: 390ms;
  -webkit-transform: translate3d(330px, 0, 0);
          transform: translate3d(330px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
  -webkit-transition-duration: 490ms;
          transition-duration: 490ms;
  -webkit-transform: translate3d(440px, 0, 0);
          transform: translate3d(440px, 0, 0);
}



/* LOADER */


.loder {
  position: relative;
  margin: 50px auto;
  width: 150px;
  padding-top: 160px;
}

.loader {
  position: absolute;
  opacity: .7;
}

.loader circle {
  -webkit-animation: draw 4s infinite ease-in-out;
          animation: draw 4s infinite ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.loader-2 circle,
.loader-6 circle {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.loader-7 circle {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.loader-4 circle,
.loader-8 circle {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.loader-3 {
  left: -150px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.loader-6,
.loader-7,
.loader-8 {
  left: -150px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.loader-5 circle {
  opacity: .2;
}

@-webkit-keyframes draw {
  50% {
    stroke-dashoffset: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes draw {
  50% {
    stroke-dashoffset: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/* Particules */

#particles, #particules-foreground {
  width: 100%;
  height: 100%;
  position: absolute;
}

#intro {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}

.render{
  background-color: rgb(240,240,240);
}

.card{
  background-color: white;
}

/* BOOTSTRAP */

.btn{
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  -webkit-transform: rotate(0.000001deg);
}

.drop{
  display: block;
  border-radius: 90%;
  opacity: 0.5;
  position: absolute;
  background: #fff;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.drop.animate {
  -webkit-animation-name: ripple;
  -webkit-animation-duration: 0.65s;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: ripple;
  -moz-animation-duration: 0.65s;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
  100% {
      opacity: 0;
        -moz-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        border-radius: 90%;
    }
}

@-moz-keyframes ripple {
  100% {
      opacity: 0;
        -moz-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        border-radius: 90%;
    }
}

#close-overlay-device{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #465384;
    cursor: pointer;
}

/* close button */

.close-overlay-device{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 700;
    color: rgb(30,30,30);
    cursor: pointer;
    background-color: rgb(240,240,240);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 999999;
    transition: all 0.5s;
}

.close-overlay-device:hover{
    color: rgb(10,10,10);
    background-color: rgb(220,220,220);
    transition: all 0.5s;
}

/* HEART */
div.hearts {
  width: 200px;
  height: 600px;
  position: absolute;
  top: 0px;
  right: 0; }

div.kinos {
  opacity: 1;
  position: absolute;
  bottom: 50px;
  display: none; }



@keyframes flowOne {
  0% {
    opacity: 0;
    bottom: 100%;
    left: 14%; }
  40% {
    opacity: .8; }
  50% {
    opacity: 1;
    left: 0; }
  60% {
    opacity: .2; }
  80% {
    bottom: 80%; }
  100% {
    opacity: 0;
    bottom: 0;
    left: 18%; } }
@keyframes flowTwo {
  0% {
    opacity: 0;
    bottom: 80%;
    left: 0; }
  40% {
    opacity: .8; }
  50% {
    opacity: 1;
    left: 11%; }
  60% {
    opacity: .2; }
  80% {
    bottom: 60%; }
  100% {
    opacity: 0;
    bottom: 0;
    left: 0; } }
@keyframes flowThree {
  0% {
    opacity: 0;
    bottom: 90%;
    left: 0; }
  40% {
    opacity: .8; }
  50% {
    opacity: 1;
    left: 30%; }
  60% {
    opacity: .2; }
  80% {
    bottom: 70%; }
  100% {
    opacity: 0;
    bottom: 0%;
    left: 0; } }




/* ALL LOADERS */

.loader{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

/* LOADER 2 */

#loader-2 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: white;
    margin: 35px 5px;
}

#loader-2 span:nth-child(1){
    animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
    0%, 75%, 100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
