.left-off-canvas-menu{
    -webkit-transform: none;
    transform: none;
    margin-left: -15.625rem;
}
.off-canvas-wrap {
    -webkit-backface-visibility: visible;
}
.off-canvas-fixed {
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
}
.move-right > .off-canvas-fixed {
    height: 100%;
    -webkit-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
}

.pricing-table{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


  .circle {
  display: inline-block;
  background: black;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin: 0;
}

.rouge{
    background: #FF0000;
}

.orange{
    background: #FF8000;
}

.vert_clair{
    background: #BFFF00;
}

.vert{
    background: #3ADF00;
}

.gris{
    background: #848484;
}

.eye{
      width: 40px;
  margin-top: -20px;
  text-align: center;
}

.eye_formateur{
      width: 40px;
  margin-top: -20px;
  text-align: center;
}

.pulse{
    width: 40px;
  margin-top: -20px;
  text-align: center;
}

.price, .title{
  overflow: hidden;
  white-space: nowrap;
}

.liste_date{
    margin-top: -20px;
  text-align: center;
}

.moncercle{
  margin: auto;
  background:#bfd70e;
  border-radius:50%;
  width:80px;
  height:120px;
  border:2px solid #679403; 
}

.left-off-canvas-menu{
  background: #096A09;
}

.tab-bar {
  background: #096A09;
}

ul.off-canvas-list li label {
  background: #00561B;
}

.pricing-table .title {
  background: #096A09;
  }
