.tab-nav {
  margin: 0;
}

.tab-pane {
  position: relative;
}

.tab-nav li {
  margin-bottom: 5px;
}

.tabs {
    background-color: #094996;
    padding: 10px 175px;
    width: 415px;
    left: 25px;
}
.tabs img {
    height: 420px;
    width: 580px;
}

.tabs .tab-info {
  padding: 5px 10px;
  background-color: #333;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 5px;
  color: #fff;
}

.tabs .tab-info p {
  margin: 0;
}

.tabs .tab-info a {
  color: inherit;
}

.tabs-horiz .tab-nav,
.tabs-vert .tab-nav {
  list-style-type: none;
}

.tab-container {
  height: 250px;
  overflow-y: scroll;
  overflow-x: auto;
}

.is-active .tab-container {
  height: auto;
  overflow: visible;
}


.tabs-horiz .tab-info {
  position: absolute;
  top: 15px;
  right: 15px;
}

.tabs-vert.is-active .tab-nav {
    position: absolute;
    top: 10px;
    left: 4px;
    z-index: 5;
    background-color: #094996;
}

.tabs-horiz.is-active .tab-nav-item {
  display: inline-block;
  margin-right: 3px;
}

.tabs-horiz.is-active .tab-nav-item a {
  background-color: #fff;
  border: 1px solid #444;
  border-radius: 50%;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  display: block;
  text-transform: capitalize;
}




.tabs-vert .tab-info {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.tabs-vert.is-active .tab-nav {
    position: absolute;
    top: 10px;
    left: 4px;
    z-index: 5;
    background-color: #094996;
    padding:0;
}

.tabs-vert.is-active .tab-nav-item {
  list-style-type: none;
  margin-bottom: 0px;
  font-family: Segoe UI;
  font-size: 12px;
}

.tabs-vert.is-active .tab-nav-item a {
  padding: 4px 10px;
  text-decoration: none;
  color: #fff;
  display: block;
    text-transform: capitalize;
}

.tabs-vert.is-active .is-current-nav a {
    background-color: #ebebeb;
    color: #094996;
}


.tabs-standard .tab-pane {
  background-color: #ddd;
  padding: 10px;
  margin-bottom: 15px;
}

.tabs-standard .tab-pane p {
  margin: 0;
}

.tabs-standard.is-active .tab-nav-item {
  display: inline-block;
  margin: 0;
}

.tabs-standard.is-active .tab-nav-item a {
  display: block;
  background-color: #ddd;
  padding: 5px 10px;
}

.tabs-standard.is-active .is-current-pane,
.tabs-standard.is-active .is-current-nav a {
  background-color: #aaa;
}

li.tab-nav-item.js-herotabs-nav-item:first-child {
    font-size: 14px;
    margin-bottom: 10px;
}
.groupes_produits {
    color: #fff;
    position: relative;
    font-size: 14px;
    left: 10px;
    top: 5px;
}

.liste_fournisseurs {
    height: 443px;
    float: right;
    background-color: #003472;
    width: 190px;
    margin-top: -443px;
    right: 20px;
    position: relative;
}



.liste_fournisseurs ul {
    font-family: Segoe UI;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
    margin:0;
}
.liste_fournisseurs li {
    font-family: Segoe UI;
    color: #fff;
    font-size: 12px;
    text-align: left;
    list-style: none;
    position: relative;
    left: 28px;
    line-height: 18px;
}











