
/* Surlignage des tables striped */
.selected-row {
    background-color: #fff0f0 !important;
}
.table-striped>tbody>tr.selected-row{
    background-color: #fff0f0 !important;
}

/* row content vertical align middle */ 
table.vertical-align-middle > tbody > tr > td {
     vertical-align: middle;
}

.input-number {
    text-align: center;
}

.click-quantite {
    cursor:grab;
}

/* CSS used here will be applied after bootstrap.css */
.thumbnail_container {
     position: relative;
     width: 100%;
     padding-bottom: 100%;
  margin-bottom:20px;
}

.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
}
.thumbnail span {
    background-color: transparent;
    z-index:500;
    position:relative;
    border:none;
    color:#888;
}
.thumbnail span a {
    cursor: zoom-in;
}
.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height:100%;
    max-width:100%;
}

.transition-hover-content {
    opacity:0;   
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    -ms-transition:.5s;
    transition:.5s;
}
 
.transition-hover:hover .transition-hover-content {
    opacity:1;
    
}
/*img{
    max-height:100%;
    max-width:100%;
}
*/
/*
img.enlarge {
    cursor: zoom-in;
}
.thumbnail {
    height: 250px;
    width: auto;
    display: table-cell;
    vertical-align: middle;
    border: none;
}

.thumbnail img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
} */

.highlight{
  background: #0F0;
}

/* Fiche Produit */

.tarif {
    font-size:32px;
    font-weight:800;
}

.conditionnement {
    font-size:14px;
    font-weight:800;
}

.panier {
    font-size:18px;
    font-weight:600;    
}

.rouge {
    color:#f00;
}

/* Fin de Fiche Produit */

.bottomrow {
    font-size: 0;
}
.bottomrow > * {
    float: none;
    display: inline-block;
    font-size: 14px; /* if using LESS it's quicker to just use @font-size-base */
}
.bottomrow > *:last-child {
    vertical-align: bottom;
}
.bottomrow p:last-child {
    margin-bottom: 0; /* optional */
}
/* spinner css */

@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

.spinner input {
  text-align: center;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

/* FIN spinner CSS */

.navbar-brand{font-size: 28px;min-width:90px;font-family: "Times New Roman", Georgia, serif;font-style: italic;font-weight: 700;padding: 12px 0 18px 0;text-align: center;}
.navbar-brand img{max-height: 50px}
.navbar-brand, .navbar-brand:hover, .navbar-brand:focus{color: #220000;}

.accroche {
	font-style: italic;
	background-color: #eee;
}

.separation  {
	font-style: italic;
	font-weight: 900;
	background-color: #eee;
}

.italic  {
	font-style: italic;
}

.bold {
	font-weight: 900;
}

.negative-value {
	font-weight: 900;
    color:#f00;
}

.border-right {
    border-right:1px dashed #888;    
}

.panel-no-padding {
    padding:10px;
    margin: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.panel-custom-line {
    background-color: #fafafa;
    padding:10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.modal {
  background-color: rgba(80,80,80,0.5);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.highlight {
    background-color:#0f0;
}

/************* RIBBON NEW *******************/

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}