/*
Under IE8, Boostrap isn't supported :()
Hack for it :)
*/
/* 
    Author     : Florent & Jérome
*/
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666667%;
  float: left;
}
.col-sm-10 {
  width: 83.33333333%;
  float: left;
}
.col-sm-9 {
  width: 75%;
  float: left;
}
.col-sm-8 {
  width: 66.66666667%;
  float: left;
}
.col-sm-7 {
  width: 58.33333333%;
  float: left;
}
.col-sm-6 {
  width: 50%;
  float: left;
}
.col-sm-5 {
  width: 41.66666667%;
  float: left;
}
.col-sm-4 {
  width: 33.33333333%;
  float: left;
}
.col-sm-3 {
  width: 25%;
  float: left;
}
.col-sm-2 {
  width: 16.66666667%;
  float: left;
}
.col-sm-1 {
  width: 8.33333333%;
  float: left;
}

.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
  float: left;
}
.col-md-10 {
  width: 83.33333333%;
  float: left;
}
.col-md-9 {
  width: 75%;
  float: left;
}
.col-md-8 {
  width: 66.66666667%;
  float: left;
}
.col-md-7 {
  width: 58.33333333%;
  float: left;
}
.col-md-6 {
  width: 50%;
  float: left;
}
.col-md-5 {
  width: 41.66666667%;
  float: left;
}
.col-md-4 {
  width: 33.33333333%;
  float: left;
}
.col-md-3 {
  width: 25%;
  float: left;
}
.col-md-2 {
  width: 16.66666667%;
  float: left;
}
.col-md-1 {
  width: 8.33333333%;
  float: left;
}    

.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
  float: left;
}
.col-lg-10 {
  width: 83.33333333%;
  float: left;
}
.col-lg-9 {
  width: 75%;
  float: left;
}
.col-lg-8 {
  width: 66.66666667%;
  float: left;
}
.col-lg-7 {
  width: 58.33333333%;
  float: left;
}
.col-lg-6 {
  width: 50%;
  float: left;
}
.col-lg-5 {
  width: 41.66666667%;
  float: left;
}
.col-lg-4 {
  width: 33.33333333%;
  float: left;
}
.col-lg-3 {
  width: 25%;
  float: left;
}
.col-lg-2 {
  width: 16.66666667%;
  float: left;
}
.col-lg-1 {
  width: 8.33333333%;
  float: left;
}    

.pull-right { float: right; } /* Nécessaire pour surcharger le "float: left;" dans les colonnes */
.pull-left { float: left; }

div#page.index .carousel-caption { background: transparent url(../../minceur/images/shared/v4/opacity_white.png); }
header { background-color: #fff; }
div#page.index .content-news .bx-wrapper { width: 223px; }

/* LG */
.lg-hidden { display: none !important; }
.lg-visible { display: block !important; }
.lg-visible-inline { display: block-inline !important; }

.md-hidden {  }
.md-visible { display: none !important; }
.md-visible-inline { display: none !important; }

.sm-hidden {  }
.sm-visible { display: none !important; }
.sm-visible-inline { display: none !important; }

.xs-hidden {  }
.xs-visible { display: none !important; }
.xs-visible-inline { display: none !important; }
