@CHARSET "UTF-8";

html {
    background-color: #EFEFEF;
    height: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

input[type=text], input[type=password], input[type=email], input[type=tel],
input[type=url], input[type=search] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #969696;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.warning {
    background-color: #EDC9C9;
    border: 1px solid #FF0000;
    color: #FF0000;
    font-size: 11px;
    font-weight: bold;
    list-style: none outside none;
    margin: 10px;
    padding: 10px;
}

.ui-effects-transfer {
    border: 2px dotted gray;
    z-index: 111111111;
}

footer div {
    border-top: 1px solid #CDCDCD;
    display: block;
    padding: 10px;
    background-color: #E4E0E1;
}

footer {
    margin: 0 auto;
    background-color: #FFF;
    display: block;
    /*position: fixed;*/
    width: 996px;
    text-align: right;
    bottom: 0;
    border-left: 1px solid #6e6e6e;
    border-right: 1px solid #6e6e6e;
    /*margin-left: -1px;*/
    clear: both;
}

#dictionnaireAjax {
    display: none;
}

a img {
    border: none;
}

body {
    font-family: Open sans, sans-serif;
    margin: 0 auto 30px;
    display: table;
    width: 996px;
    height: calc(100% - 43px) !important;
    border-right: 1px solid #6e6e6e;
    border-left: 1px solid #6e6e6e;
    background-color: white;
    margin-top: 96px;
    margin-bottom: 40px;
    /*padding-bottom: 40px;*/
}

#content {
    float: left;
    padding-bottom: 40px;
}

/*#content::after {
	display: block;
	clear: both;
	content: "";
}*/

.ui-combobox {
    position: relative;
    display: inline-block;
}

.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.ui-combobox-input {
    font-size: 12px;
    margin: 0;
    padding: 0.3em;
    width: 500px;
}

ul.ui-autocomplete {
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
    z-index: 200;
}

#combobox {
    display: none;
}

input.spin {
    border: 1px solid #BBB;
    border-left: none;
    border-radius: 0;
    border-right: none;
    font-size: 12px;
    height: 28px;
    line-height: 30px;
    padding: 1px;
    text-align: center;
    vertical-align: top;
    width: 24px;
}

a.spindown, a.spinup {
    background-color: #F0F0F0;
    border: 1px solid #BBB;
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    outline: 0;
    text-align: center;
    vertical-align: top;
    width: 30px;
}

a.spindown:hover, a.spinup:hover {
    background-color: #E0E0E0;
    border-color: #999;
}

a.spindown.disabled, a.spinup.disabled {
    cursor: default;
    opacity: 0.9;
}

a.spindown.disabled:hover, a.spinup.disabled:hover {
    background-color: #F0F0F0;
    border-color: #CCC;
}

.addItem {
    background-color: #00ba4c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 21px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    outline: 0;
    overflow: hidden;
    text-align: center;
    width: 32px;
}

.addItem.empty {
    background-color: #EC670C;
}

div.filtres .addItem {
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    position: absolute;
    right: 7px;
    text-align: left;
    top: 55px;
    width: 142px;
}

div.filtres .addItem > span {
    background-color: #EC670C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 22px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 28px;
}

#right {
    float: right;
    /*     height: 100%; */
    margin-top: 125px;
    width: 200px;
}

#content, #catalogue {
    float: right;
    position: relative;
    width: 100%;
    background-color: white;
    z-index: 0;
    min-height: 100%;
}

.containPict {
    height: 100%;
    /*width: 190px;*/
    vertical-align: text-bottom;
    display: inline-block;
}

.filtres {
    position: -webkit-sticky;
    position: sticky;
    top: 76px;
    background-color: white;
    font-size: 12px;
    height: 70px;
    width: 760px;
    /*width: calc(996px * 0.75);*/
    padding: 0;
    text-align: center;
    z-index: 4;
    line-height: 70px;
    border-bottom: 1px solid #DEDEDE;
    /*border-right: 1px solid #6e6e6e;*/
    padding-bottom: 10px;
    vertical-align: top;
}

.caddie-tick {
    width: 37px;
    background: url("imgs/caddie-tick.png");
}

.logo_marque {
    max-height: 51px;
    display: inline-block;
    max-width: 190px;
    vertical-align: bottom;
}

.libelleGamme {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    display: inline-block;
    width: 315px;
    line-height: 35px;
    height: 35px;
    vertical-align: middle;
    margin-top: -3px !important;
    margin-bottom: 0px;
}

.filtres > p.search {
    font-size: 14px;
}

.filtres input {
    margin-right: 20px;
}

.affichageproduits {
    height: 60px;
    right: 0;
    line-height: 30px;
    padding: 3px;
    display: inline-block;
    text-align: left;
    top: 24px;
}

/* .affichageproduits  span { */
/* 	display: inline-block; */
/* 	width: 60px; */
/* } */
.affichageproduits select {
    margin-left: 10px;
    vertical-align: top;
    max-width: 145px;
}

.affichageproduits a {
    color: #CCC;
    margin: 0 10px;
}

.affichageproduits a.active, .affichageproduits a:hover {
    color: #000;
}

.cont1, .cont2 {
    display: inline-block;
    text-align: center;
}

.cont1 span, .cont2 span {
    display: block;
}

#legendeStock {
    background-color: #FFF;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: none;
    padding: 10px 20px;
    position: fixed;
    text-align: center;
    width: 400px;
    z-index: 200;
}

#legendeStock a {
    position: absolute;
    right: 10px;
    top: 10px;
}

#legendeStock p {
    font-size: 12px;
    text-align: left;
}

#legendeStock .Dispo {
    display: inline-block;
    margin-right: 20px;
    margin-top: 0;
    vertical-align: middle;
}

#legendeStock .stockb, #legendeStock .stockc {
    display: inline-block;
    left: auto;
    margin-right: 20px;
    position: relative;
    right: auto;
    text-align: center;
}

#legendeStock .stockc {
    border: none;
    float: left;
    width: 55px;
}

.produit > span {
    font-size: 12px;
    left: 83px;
    position: absolute;
    width: 180px;
}

.libelle > img {
    max-width: 75px;
}

.headerDeal {
    height: 150px;
    position: fixed;
    vertical-align: top;
    z-index: 500;
}

h3.weekDeal {
    margin-top: 160px;
    text-align: center;
}

table td {
    padding: 0;
    text-align: center;
}

table.produits {
    border-collapse: collapse;
    font-size: 12px;
    /*width: 760px;*/
    /*margin-top: 80px;*/
    width: 100%;
    max-width: 100%;
    z-index: 0;
}

table.produits.weekDeal {
    margin-top: 149px;
}

/*table.produits:not(.panier ) tr.entete:first-child {
    position: fixed;
    top: 157px;
    background-color: white;
    z-index: 4;
    width: calc(996px * 0.75);
    width: 760px;
    border-bottom: 1px solid #BBB;
    border-right: 1px solid #6e6e6e;
}*/

table.produits.weekDeal thead th {
    top: 226px;
}

.entete {
    background-color: #FFF;
    color: #000;
    font-size: 10px;
    text-transform: capitalize;
    z-index: 10;
}

table.produits thead th {
    background-color: #FFF;
    outline: 1px solid #DEDEDE;
    padding: 5px 2px;
    position: -webkit-sticky;
    position: sticky;
    top: 157px;
    z-index: 100;
}

/*table.produits th + th, tr.entete.double > th + th {
    border-left: 1px solid #DEDEDE;
    padding: 5px 2px;
}*/

/*tr.entete > th.entete_produit {
    max-width: 243px;
    width: 243px;
}

table.weekDeal tr.entete > th.entete_produit {
    max-width: 288px;
    width: 288px;
}

tr.entete > th.entete_dispo {
    max-width: 50px;
    width: 50px;
}

table.weekDeal tr.entete > th.entete_prixttc {
    max-width: 90px;
    width: 90px;
}

tr.entete > th.entete_prixttc {
    max-width: 60px;
    width: 60px;
}

tr.entete > th.entete_coef {
    max-width: 38px;
    width: 38px;
}

tr.entete > th.entete_prixbrut {
    max-width: 80px;
    width: 80px;
}

table.weekDeal tr.entete > th.entete_prixbrut {
    max-width: 90px;
    width: 90px;
}

tr.entete > th.entete_remise {
    max-width: 62px;
    width: 62px;
}

tr.entete > th.entete_prixnet {
    max-width: 85px;
    width: 85px;
}

table.weekDeal tr.entete > th.entete_prixnet {
    max-width: 110px;
    width: 110px;
}

tr.entete > th.entete_quantite {
    max-width: 135px;
    width: 135px;
}*/

th.entete_dispo a {
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    margin-left: 4px;
    text-align: center;
    width: 10px;
}

.entete th > div {
    height: 23px;
    line-height: 9px;
    width: 100%;
    position: relative;
}

.entete_prixttc > div {
    line-height: 9px !important;
}

.entete th > div p {
    margin: 0 auto;
}

/*td.dispo {
    max-width: 55px;
    width: 55px;
}

td.prixttc {
    max-width: 65px;
    width: 65px;
}

td.coef {
    max-width: 43px;
    width: 43px;
}

td.prixBrut {
    max-width: 85px;
    width: 85px;
}

td.remise {
    max-width: 67px;
    width: 67px;
}

td.prixNet {
    max-width: 90px;
    width: 90px;
}

td.actions {
    max-width: 109px;
    width: 109px;
}*/

tr.serie {
    font-size: 12px;
    margin: 0;
}

tr.serie td {
    background-color: #F1F1F1;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 17px;
    text-align: left;
    /*-webkit-top: 157px;*/
    /*top: 190px;*/
}

tr.serie td b {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

tr.sousserie {
    font-size: 12px;
}

tr.sousserie td {
    background-color: #FFF;
    /*-webkit-top: 173px;*/
    /*top: 207px;*/
}

tr.serie td, tr.sousserie td {
    border-bottom: 1px solid #dedede;
    padding: 0 0 0 5px;
    outline: 1px solid #DEDEDE;
    /*position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 100;*/
}

.sousserieFloater {
    background-color: #F9F9F9;
    font-style: italic;
    text-align: left !important;
}

.sousserieFloater b {
    font-size: 14px;
}

tr.produit {
    padding: 5px;
}

tr.produit.cdo {
    opacity: 0.5;
}

/* tr.produit.striped { */
/* 	background: url("imgs/stripes.png"); */
/* } */
tr.produit.stockB {
    background-color: #EEE;
}

table.produits td {
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    vertical-align: top;
    padding: 5px;
    vertical-align: middle;
}

tr.produit.searched td:before {
    border-color: #DA0022;
    border-style: solid;
    border-width: 2px 0;
    bottom: 0;
    content: ' ';
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.vueListe tr.produit.searched td:before {
    bottom: -1px;
    top: -1px;
}

tr.produit.searched td:first-child:before {
    border-left-width: 2px;
}

tr.produit.searched td:last-child:before {
    border-right-width: 2px;
}

tr.produit td > * {
    margin-top: 5px;
}

.leproduit {
    height: 98px;
    line-height: 98px;
    min-width: 73px;
}

td.imageProduit {
    overflow: hidden;
}

td.imageProduit > div {
    margin-top: 0;
    position: relative;
}

.vuepanier td.imageProduit {
    overflow: auto !important;
}

td.imageProduit > div > span {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 20px;
    left: -47px;
    line-height: 20px;
    position: absolute;
    top: 18px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 150px;
    z-index: 3;
}

td.imageProduit > div > span.solde {
    background-color: #FF5000;
}

td.imageProduit > div > span.bestseller {
    background-color: #099;
}

td.imageProduit > div > span.new {
    background-color: #F5AB0C;
}

td.imageProduit img {
    line-height: 80px;
    margin-right: 2px;
    max-height: 80px;
    max-width: 80px;
    position: relative;
    vertical-align: middle;
    z-index: 2;
}

td.libelle {
    text-align: left;
    vertical-align: top;
    max-width: 102px;
}

td.libelle > div {
    position: relative;
}

table.produits p.codeProduit {
    color: #00F;
    font-weight: bold;
    line-height: 14px;
    margin: 0 0 4px;
    max-width: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

table.produits p.codeProduit a {
    color: #00F;
}

table.produits p.codeProduit.stockb a {
    color: #058238;
}

table.produits p.nomProduit {
    color: #878686;
    font-size: 11px;
    line-height: 10px;
    margin: 0;
    max-width: 99%;
    position: relative;
    text-align: left;
    word-wrap: break-word;
    z-index: 2;
}

p.nomProduit > span {
    display: inline-block;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/*table.produits p.nomProduit + div {*/
/*    height: 15px;*/
/*    line-height: 15px;*/
/*}*/

.loader_historique {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: rgb(243, 243, 243);
    border-radius: 50%;
    border-top: 16px solid #D3152D;
    border-right: 16px solid #E6B528;
    border-bottom: 16px solid #D66D1B;
    border-left: 16px solid #395C9A;
    width: 120px;
    height: 120px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

table.historiqueProduit {
    width: 100%;
}

table.historiqueProduit span.etat {
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    height: 12px;
    line-height: 12px;
    overflow: initial;
    width: 12px;
}

table.historiqueProduit span.etat:hover {
    cursor: help;
}

table.historiqueProduit span.etat.hidden {
    /*display: inline-block !important;*/
    display: none;
    /*visibility: hidden;*/
}

table.historiqueProduit span.etat.reserve {
    background-color: #00F;
}

table.historiqueProduit span.etat.preparation {
    background-color: #ec670c;
}

table.historiqueProduit span.etat.livre {
    background-color: #00ba4c;
}

table.historiqueProduit span.etat.reliquat {
    background-color: #da0022;
}

.indicateurs .productLineInfos {
    z-index: 1;
    position: relative;
    height: auto;
    min-width: 100px;
    gap: 4px;
}

.indicateurs .productLineInfos > * {
    max-width: 33px;
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
}

.indicateurs .productLineInfos .product-icons-lists-first-row, .indicateurs .productLineInfos .product-icons-lists-second-row {
    z-index: 1;
    position: relative;
    height: auto;
    min-width: 100px;
    display: inline-flex;
    gap: 2px;
    margin-bottom: 1px;
}

.indicateurs .productLineInfos .product-icons-lists-first-row > *, .indicateurs .productLineInfos .product-icons-lists-second-row > * {
    display: inline-block;
    text-align: center;
    height: 25px;
    width: 33px;
    min-width: 33px;
}

.indicateurs .algam_brand {
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: default;
}

.indicateurs .productInfoNiveauContrat {
    position: relative;
    height: 25px;
}

.indicateurs .productInfoStars {
    border-radius: 50%;
    display: inline-block;
    font-weight: 700;
    height: 100%;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    color: red;
}

.indicateurs .productInfoStarsC {
    color: red;
    position: absolute;
    font-size: 32px;
    font-weight: 700;
    left: 3px;
    top: -12px;
}

.indicateurs .productLineInfos .product-icons-lists-second-row .bonus {
    width: 33px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: block;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
}

.indicateurs .productArticleMaster {
    background-color: #000;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #fff;
}

/*PRODUCT INFO FIN*/

.indicateurs .productLineInfos .algam_brand img {
    max-width: 30px;
}

td.libelle a.produitsSuggeres {
    display: inline-block;
    vertical-align: top;
}

td.libelle .star_com, td.libelle .algam_brand {
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: default;
}

td.libelle .star_com .fa, td.libelle .algam_brand .fa {
    display: inline-block;
    color: #f2cb13;
    font-size: 25px;
}

td.libelle .star_com .star-com-lvl {
    position: absolute;
    font-weight: bold;
    left: 6px;
    top: 0px;
    font-size: 18px;
}

td.libelle a.produitsSuggeres > img {
    vertical-align: bottom;
}

.Dispo {
    border-top: 3px solid #FFF;
    color: #FFF;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 22px;
    margin: 26px auto 0;
    position: relative;
    text-align: center;
    width: 55px;
    z-index: -2;
    padding-top: 5px;
}

#tableauNouveauxProduits .Dispo {
    position: initial;
}

.stockB .Dispo {
    border-top: 3px solid #EEE;
    z-index: auto;
}

#tableauNouveauxProduits .Dispo {
    margin-top: 0;
}

.Dispo > span {
    display: block;
    font-size: 10px;
    line-height: 9px;
}

.Dispo > span + span {
    font-size: 11px;
    font-weight: bold;
}

.Dispo.valueV, .Dispo.valueO {
    background-color: #00ba4c;
    font-size: 10px;
}

.Dispo.valueO {
    line-height: 9px;
}

.Dispo.valueK {
    background-color: #ec670c;
}

.Dispo.valueE {
    background-color: #ec670c;
}

.Dispo.valueR {
    background-color: #ec670c;
}

.Dispo.valueB {
    background-color: #ec670c;
}

.Dispo.valueH {
    background-color: #ec670c;
}

.Dispo.valueC {
    background-color: #ec670c;
    color: #FFF;
    font-size: 9px;
}

.Dispo.valueC a {
    background-color: #FFF;
    border-radius: 50%;
    color: #ec670c;
    display: inline-block;
    font-weight: bold;
    line-height: 12px;
    margin-top: 2px;
    width: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* 	.Dispo.valueC { */
    /* 		line-height: 14px; */
    /* 	} */
}

.Dispo.valueN, .Dispo.valueX, .Dispo.valueS {
    background-color: #da0022;
    color: #FFF;
    font-size: 9px;
    font-weight: 600;
}

span.delai {
    display: inline-block;
    font-size: 10px;
    /*left: 50 %;
    margin-left: - 100 %;*/
    margin-top: 0 !important;
    position: relative;
    /*white-space: nowrap;*/
}

.valueN + .precision {
    font-size: 9px;
}

td.dispo > p {
    height: 12px;
    margin: 1px auto 0 !important;
    position: relative;
    width: 55px;
}

span.stockb, a.stockb, span.stockc {
    color: #FFF;
    display: block;
    font-size: 8px;
    font-weight: 700;
    height: 12px;
    line-height: 12px;
    position: relative;
    vertical-align: middle;
    width: 55px;
}

span.stockb, a.stockb {
    background-color: #00ba4c;
    margin-left: 8px;
    text-align: right;
    padding: 0 6px;
    width: 35px
}

span.stockb:before, a.stockb:before {
    border: 1px solid #FFF;
    border-radius: 50%;
    bottom: -1px;
    content: '';
    display: block;
    height: 16px;
    left: -9px;
    position: absolute;
    width: 16px;
    z-index: -1;
}

span.stockb:after, a.stockb:after {
    background-color: #00ba4c;
    border-radius: 50%;
    bottom: 0;
    content: 'B';
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    left: -8px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 16px;
}

span.stockc {
    bottom: 4px;
    left: 2px;
    position: absolute;
    text-align: center;
    width: 51px;
}

span.stockc > span {
    font-size: 8px;
    line-height: 7px;
    margin-right: 2px;
    vertical-align: middle;
}

.stockB .Dispo {
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.stockb + span.fa-spinner {
    color: #FFF;
    display: none;
    left: calc(50% - 10px);
    position: absolute;
    top: -16px;
}

td.prixttc, /*td.remise,*/
td.prixNet {
    text-align: center;
    white-space: nowrap;
}

.remise .soldes {
    color: #FF5000;
    font-weight: bold;
}

td.prixttc > span {
    display: block;
    height: 28px;
    line-height: 28px;
    position: relative;
}

[data-tooltip] {
    -webkit-text-decoration: underline;
    text-decoration: underline dotted #999;
}

[data-tooltip]:hover:after,
[data-tooltip]:active:after {
    color: #FFF;
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    border: 1px solid #000;
    padding: 0 10px;
    background: #000;
    width: max-content;
    white-space: nowrap;
    z-index: 200;
}

.infosProduits [data-tooltip]:hover:after,
.infosProduits [data-tooltip]:active:after {
    left: auto;
    right: 0;
}

td.prixttc a.promo {
    /*background-color: white;*/
    color: #DA0022;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 9px;
    height: 17px;
    left: 1px;
    line-height: 15px;
    position: absolute;
    text-align: left;
    top: 53px;
    vertical-align: bottom;
    /*width: 350px;*/
    z-index: 2;
}

td.prixttc a.promo .btn {
    margin-left: 15px;
    padding: 0 10px;
    color: white;
    background-color: #DA0022;
    border-radius: 15px;
}

td.prixttc a.promo > span {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

td.prixttc a.promo + ul {
    background-color: #FFF;
    border: 1px solid #000;
    display: none;
    left: 1px;
    padding: 5px 10px 5px 20px;
    position: absolute;
    text-align: left;
    top: 59px;
    width: 318px;
    z-index: 3;
}

td.prixttc a.promo + ul > li {
    line-height: 20px;
}

td.coef > span {
    color: #999;
    display: block;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    position: relative;
}

td.prixBrut {
    white-space: nowrap;
}

.prixBrut > div, .remise > div, .prixNet > div {
    height: 28px;
    line-height: 28px;
}

.remise > div,
.prixNet > div,
.remise > div {
    display: none;
    line-height: 28px;
    height: 28px;
    margin: 26px 0 0;
    position: relative;
}

.oldPrice > div {
    display: none;
}

.remise > p.active,
.prixNet > p.active {
    display: block;
}

span.promo_lundi {
    background-color: #00ba4c;
    bottom: -9px;
    color: #FFF !important;
    display: inline-block;
    font-size: 11px;
    font-weight: normal !important;
    left: 0;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 23px;
}

table.OS .remise .OS, table.OS .prixNet .OS {
    border-bottom: none;
}

.remise .OS:not(.isShield) span {
    color: #DA0022;
    font-weight: bold;
}

.remise .soldes span {
    color: #FF5000;
    font-weight: bold;
}

table.OS .remise .OS:after {
    display: none;
}

td.prixNet {
    line-height: 20px;
    text-align: center;
}

td.prixNet .OS:not(.isShield) span {
    color: #DA0022;
    display: block;
    font-weight: bold;
    margin-bottom: -6px;
}

td.prixNet .soldes span {
    color: #FF5000;
    display: block;
    font-weight: bold;
    margin-bottom: -6px;
}

td.prixNet .OS s, td.prixNet .soldes s {
    color: #999;
    font-size: 10px;
}

td.actions > span {
    display: block;
    height: 28px;
    line-height: 28px;
    position: relative;
}

td.actions > a.cdo {
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-top: 12px !important;
}

td.actions > a.cdo > span {
    margin-top: 2px;
}

.quantite {
    position: relative;
    min-width: 139px;
}

.vpu {
    color: #00F;
    display: inline-block;
    font-size: 9px;
    right: 21px;
    position: absolute;
    text-align: center;
    top: 36px;
    width: 66px;
    text-decoration: none;
}

.vpu > span {
    background-color: #00F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 0;
    vertical-align: bottom;
    width: 12px;
}

div.def_vpu {
    background-color: #FFF;
    color: #00F;
    display: none;
    font-size: 10px;
    letter-spacing: -0.25px;
    line-height: 12px;
    height: 12px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 36px;
    white-space: nowrap;
    z-index: 10;
}

input.selected {
    bottom: -40px;
    position: absolute;
    right: 9px;
}

.quantite > p.avertissement {
    bottom: -48px;
    display: none;
    font-size: 10px;
    left: 5px;
    position: absolute;
}

.quantite > p.avertissement > span {
    color: #EC670C;
    font-size: 12px;
}

.quantite img.cartimg {
    bottom: 4px;
    left: 44px;
    position: absolute;
    width: 40px;
    cursor: pointer;
    /*     display: none; */
}

/* .nbProduits { */
/*     display: inline-block; */
/*     margin-top: 15px; */
/*     text-align: center; */
/*     width: 30px; */
/* } */
/* .moins, .plus { */
/*     color: white; */
/*     cursor: pointer; */
/*     display: inline-block; */
/*     text-align: center; */
/*     vertical-align: middle; */
/* } */

/* //VUE LISTE DEFINIE LE CSS DE LA LISTE PRODUITS SIMPLIFIEE EN MODE REPS */
.vueListe tr.entete > th.entete_produit, tr.entete.vueListe > th.entete_produit {
    /*max-width: 213px;
    width: 213px;*/
}

.vueListe tr.entete > th.entete_prixnet, tr.entete.vueListe > th.entete_prixnet {
    /*max-width: 80px;
    width: 80px;*/
    vertical-align: middle;
}

table.vueListe tr.produit {
    height: 59px;
}

table.produits.vueListe .produit td > * {
    margin-top: 3px;
}

.requirecdo0, .requirecdo0autocomplete {
    cursor: pointer;
    position: relative;
    width: 29px;
    margin: 0 auto;
}

.requirecdo0 div, .requirecdo0autocomplete div {
    background-color: #EC670C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 21px;
    height: 28px;
    line-height: 28px;
    outline: 0;
    overflow: hidden;
    text-align: center;
    width: 28px;
    margin: 0;
}

.logocdo {
    font-size: 21px !important;
    position: absolute;
    right: -7px;
    top: 15px;
    background-color: white;
    color: black;
}

.requirecdo0autocomplete .logocdo {
    font-size: 21px !important;
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: white;
    color: black;
}

.fixed-dialog {
    position: fixed;
    top: 50px;
    left: 50px;
}

#modalSignatureContrat0, .fixed-dialog .ui-dialog-title {
    font-size: 12px;
}

#modalSignatureContrat0 a {
    color: #0000FF;
}

.vueListe .imageProduit {
    display: none !important;
}

.vueListe td.libelle {
    padding-left: 10px;
}

.vueListe td.libelle > div {
    max-width: 205px;
}

.vueSpec .entete_coef,
.vueSpec .entete_prixbrut,
.vueSpec .entete_remise,
.vueSpec .entete_prixnet,
.vueSpec .coef,
.vueSpec .prixBrut,
.vueSpec .remise,
.vueSpec .prixNet,
.vueSpec td.prixttc a.promo {
    display: none !important;
}

.vueSpec tr.entete > th.entete_produit {
    max-width: 498px;
    width: 498px;
}

.vueSpec .libelle {
    max-width: 200px;
}

.vueSpec td.libelle > div {
    max-width: 326px;
}

table.produits.vueListe p.codeProduit {
    height: 18px;
    margin: 0;
    overflow: visible;
}

table.produits.vueListe p.nomProduit {
    height: 10px;
    line-height: 13px;
    margin-bottom: 9px;
}

.vueListe td.prixNet .OS span {
    display: inline;
    margin-right: 5px;
}

.vueListe td.prixttc a.promo {
    height: 22px;
    line-height: 22px;
    top: 32px;
    width: 375px;
}

.vueListe td.prixttc a.promo + ul {
    top: 41px;
    width: 343px;
}

/* table.vueListe  .nbProduits{ */
/* 	margin-top:0px !important; */
/* } */

/* .vueListe .quantite {    */
/* 	height: 50px !important; */
/*     line-height: 50px !important; */
/*     max-width: 145px; */
/* } */

/* .vueListe .quantite > p { */
/*     display: inline-block; */
/*     line-height: 10px; */
/*     margin: 0; */
/*     top: 12px; */
/*     vertical-align: middle; */
/* } */
.vueListe span.vpu {
    top: 28px;
}

.vueListe input.selected {
    bottom: -23px;
}

.vueListe .quantite > p.avertissement {
    bottom: -27px;
}

/* table.vueListe .addToList { */
/*     bottom: auto; */
/*     display: inline-block; */
/*     height: 32px; */
/*     left: 5px; */
/*     position: relative; */
/*     right: auto; */
/*     top: 10px; */
/* } */
.vueListe .addItem {
    top: 12px;
    vertical-align: middle;
}

div#information {
    border: none;
    bottom: 0;
    color: #000;
    font-size: 12px;
    height: 41px;
    left: 0;
    line-height: 41px;
    padding: 5px;
    position: fixed;
    text-align: center;
    width: 100%;
}

div#informationJupiter {
    background-color: #F47227;
    border: none;
    bottom: 35px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    left: 50%;
    margin-left: -498px;
    padding: 5px;
    position: fixed;
    text-align: center;
    width: 986px;
    z-index: 800;
}

div#informationJupiter a {
    color: #FFF;
    text-decoration: underline;
}

.AlertMessage {
    background-color: #F7FF3C;
    border: none;
    bottom: 0;
    color: #E50005;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    left: 50%;
    margin-left: -498px;
    padding: 5px;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    width: 986px;
    z-index: 800;
}

.AlertMessage a {
    color: #E50005;
    text-decoration: underline;
}

.coutsArticlesPanier:after {
    content: " €";
}

.addToList {
    bottom: 15px;
    position: absolute;
    right: 13px;
}

.ui-dialog {
    border: none;
    border-radius: 0;
    font-size: 62.5%;
    padding: 0;
}

.ui-dialog .ui-button {
    background: #000 none;
    border: none;
    border-radius: 0;
    color: #FFF;
}

.ui-dialog .ui-state-default .ui-icon {
    background-image: url(imgs/ui-icons_ffffff_256x240.png);
    left: 49%;
}

.ui-dialog .ui-state-hover, .ui-dialog .ui-state-focus {
    background: #000 none !important;
}

.ui-dialog label, .ui-dialog input {
    display: inline-block;
}

.ui-dialog input.text {
    margin-bottom: 12px;
    width: 95%;
    padding: .4em;
}

.ui-dialog fieldset {
    padding: 0;
    border: 0;
    margin-top: 25px;
}

.ui-dialog h1 {
    font-size: 1.2em;
    margin: .6em 0;
}

.ui-dialog div#users-contain {
    width: 350px;
    margin: 20px 0;
}

.ui-dialog div#users-contain table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}

.ui-dialog div#users-contain table td, div#users-contain table th {
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;
}

.ui-dialog .ui-state-error {
    padding: .3em;
}

.ui-dialog .validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}

.ui-widget-overlay {
    background: #000 none;
    opacity: 0.5;
}

#legendes {
    padding: 5px;
    border-top: 1px solid black;
    font-size: 10px;
}

#legendes .titre {
    font-size: 12px;
    font-weight: bold;
}

.legende {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

div#ariane {
    border-bottom: 1px solid #ccc;
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
    width: 545px;
}

#ariane > div {
    display: inline;
}

#ariane > span {
    color: #999;
}

div#ariane a {
    color: #666666;
    text-decoration: none;
}

div#loadingProduits {
    background-color: black;
    display: none;
    height: 96%;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 109px;
    width: 147px;
    z-index: 3;
}

.nomDivision {
    color: white;
    font-weight: bold;
    padding: 5px;
}

/* #catalogue .container { */
/*     border: 1px solid #DCDCDC; */
/*     display: inline-block; */
/*     margin-left: 20px; */
/*     width: 250px;     */
/*     vertical-align: top; */
/*     min-height: 382px; */
/* } */
.container > h2 {
    background: -moz-linear-gradient(center top, #EEEAEB, #ACA8A9) repeat scroll 0 0 #ACA8A9;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 3px 0 3px 10px;
    position: relative;
    text-transform: uppercase;
}

.container > a {
    display: block;
    padding: 5px;
}

.container > a:hover {
    text-decoration: underline;
}

.container.nouveauxProduits {
    width: 690px !important;
}

.modules > form > span:first-child, .modules > div > span:first-child {
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
}

/* .fenetre * { */
/*     color: #E36557; */
/* } */
/* .modules > .fenetre { */
/*     border: 1px solid #CCCCCC; */
/*     box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); */
/*     height: 195px; */
/*     margin: 10px; */
/*     position: relative; */
/*     vertical-align: top; */
/*     text-align: center; */
/* } */

/* .modules { */
/*     margin: 0 auto; */
/*     width: 765px; */
/* } */
#barre_down {
    background-color: transparent;
}

.gradient {
    background-color: #FFF;
}

.modules > .fenetre > span:first-child, .nouveauxProduits > h2, .monCompte > h2 {
    background-color: #CCCCCC;
}

#tableauNouveauxProduits {
    /*     background: none repeat scroll 0 0 transparent; */
    text-align: center;
    margin: 0;
}

.lienProduit {
    color: blue;
    text-decoration: underline;
}

#tableauNouveauxProduits img {
    max-height: 51px;
    max-width: 80px;
    vertical-align: middle;
}

#tableauNouveauxProduits td {
    vertical-align: middle;
}

#tableauNouveauxProduits .prix:after {
    content: " €";
}

.hidden {
    display: none !important;
}

.devise {
    display: inline-block !important;
    width: 9px !important;
}

/* #left + #content + footer { */
/*     float: right; */
/*     width: 786px; */
/* } */
.texte {
    display: inline-block;
    padding: 0 20px;
    text-align: justify;
    vertical-align: top;
    width: calc(100% - 40px);
}

#chargement {
    background-color: #2C2C2C;
    color: #FFFFFF;
    height: 100px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
}

div#loading {
    background-color: #000000;
    color: #FFFFFF;
    display: none;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 3;
}

.etoile_noire {
    width: 8px;
}

#loading > p {
    position: fixed;
    text-align: center;
    top: 300px;
    width: 100%;
}

#loading > img {
    left: 50%;
    margin-left: -50px;
    position: fixed;
    top: 50%;
}

#loadingSearch {
    display: none;
}

.changeMdp {
    margin: 50px auto 0;
    text-align: center;
}

.changeMdp > label {
    display: inline-block;
    margin-bottom: 15px;
    text-align: left;
    width: 280px;
}

.changeMdp button {
    background-color: #000;
    border: none;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    width: 60px;
}

.changeMdp button:hover {
    background-color: #00ba4c;
    cursor: pointer;
}

#tableauCommandes.tableauretours tbody td:nth-child(2) {
    text-align: left;
}

#main_menu .client form, #main_menu .client label {
    display: inline-block;
}

#listeSites figure {
    display: inline-block;
    margin: 16px;
    text-align: center;
    width: 299px;
}

#tableauDeBord tr:nth-child(even) {
    background: #DFDFDF;
}

#tableauDeBord tr:nth-child(odd) {
    background: #EFEFEF;
}

#tableauDeBord td {
    border-bottom: 1px solid #CCCCCC;
}

#tableauDeBord {
    background-color: #525252;
}

#tableauDeBord table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    width: 581px;
}

/* #tableauDeBord h1 { */
/*     background-image: -moz-linear-gradient(center top , #EFEFEF, #BFBFBF); */
/*     border: 1px solid #EFEFEF; */
/*     color: #3E3E3E; */
/*     font-size: 10px; */
/*     height: 19px; */
/*     line-height: 18px; */
/*     text-align: center; */
/*     text-transform: uppercase; */
/* } */
#tableauDeBord h1 {
    color: #FFFFFF;
    font-size: 12px;
    height: 19px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

.triangle.left, .triangle.right {
    border-color: #BFBFBF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px 10px 0 0;
    height: 0;
    position: absolute;
    right: 0px;
    top: 21px;
    width: 0;
}

#tableauDeBord > div {
    position: relative;
}

.panierTDB {
    max-height: 75px;
    overflow: auto;
    padding-top: 15px;
}

.triangle.right {
    border-color: rgba(0, 0, 0, 0) #BFBFBF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
    border-width: 0 10px 10px 0 !important;
    left: 0px;
}

#infosPanier {
    font-size: 10px;
}

#tableauDeBord .produitPanier {
    height: auto !important;
}

#tableauDeBord .produitPanier:nth-child(2n) {
    background: none repeat scroll 0 0 #DFDFDF;
}

#tableauDeBord .produitPanier:nth-child(2n+1) {
    background: none repeat scroll 0 0 #EFEFEF;
}

.panierTDB .enteteApercuArticlesPanier {
    position: absolute;
    top: 27px;
    /*     width:auto !important; */
}

#infosPanier .enteteApercuArticlesPanier span, #infosPanier .produitPanier span {
    font-size: 10px;
    text-align: center;
    width: 135px;
}

#infosPanier .produitPanier > span {
    text-align: center !important;
}

#tableauDeBord th {
    background-color: #FFFFFF;
}

.ui-dialog-titlebar {
    border-radius: 0px;
}

.ui-widget-header {
    background: none repeat scroll 0 0 #FFA500;
    border: 1px solid #FFA500;
}

.ui-widget-content[aria-describedby="tableauDeBord"] {
    background: none;
    background-color: #F5AB0C;
}

#tableauDeBord .addItem {
    left: 271px;
    position: absolute;
    top: 0;
}

.noproducts {
    color: #FFFFFF;
    margin-bottom: 25px;
    margin-left: 35px;
}

.totalPanierTDB span {
    width: 130px;
    text-align: center;
    display: inline-block;
}

.totalPanierTDB span:nth-child(2) {
    float: right;
}

.totalPanierTDB {
    background-color: #FFFFFF;
    border-top: 1px solid;
    color: #444444;
    height: 25px;
    line-height: 25px;
}

#tableauDeBord .total {
    margin: 10px 0px !important;
}

p#loadingNextProduits {
    display: none;
    text-align: center;
}

.reliquat, .prepa {
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-combobox2-toggle {
    height: 23px;
    top: -1px;
}

.validationPromoOOD {
    background-color: yellow;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 226px;
}

#promoOOD .promo > p {
    background-color: black;
    color: white;
}

#promoOOD .infoOOD {
    background-color: white;
    color: RED;
    height: auto;
    margin: 0;
    padding: 8px;
    margin: 1px;
    border: 1px solid red;
    width: 730px;
}

.validationPromoOOD > form {
    text-align: center;
}

.martin,
.stars {
    border-radius: 50%;
    color: #D90021;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    line-height: 19px;
    text-align: center;
    vertical-align: top;
    width: 18px;
    border: 1px solid #D90021;
}

.cdo-niveau-field.ok .stars {
    border-color: #666;
    color: #666;
}

#contratsDistribOffi .stars {
    font-size: 9px;
    height: 23px;
    line-height: 23px;
    width: 23px;
}


h1 span.martin {
    margin-left: 5px;
}

span.bonus_reps {
    line-height: 15px;
    vertical-align: middle;
}

.showHistory {
    display: inline-block;
    height: 15px;
    position: absolute;
    right: 6px;
    top: 35px;
    width: 15px;
}

a.tauxMarque {
    background-color: #000;
    border-radius: 50%;
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 15px;
    line-height: 14px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    white-space: nowrap;
}

a.ficheArticle {
    background-color: #000;
    color: #FFF;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    line-height: 19px;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
    width: 25px;
}

img.bouclier {
    vertical-align: top;
}

img.bonus {
    margin-right: 5px;
}

div.actions img.bonus {
    left: 0;
    position: absolute;
    top: 8px;
}

#lineHeader2 span {
    font-size: 9px;
    text-transform: initial;
    padding-left: 4px;
}

.fullwidth .texte {
    width: calc(100% - 40px);
}

div.fonctionality {
    background-color: #00F;
    border-radius: 10px;
    color: #FFF;
    padding: 10px;
    position: absolute;
    text-align: left;
    z-index: 2;
}

div.fonctionality:before {
    border: solid;
    content: "";
    position: absolute;
    z-index: 2;
}

div.fonctionality > a {
    color: #FFF;
    float: right;
    font-weight: bold;
}

div.showStockB {
    left: 65px;
    top: -52px;
    width: 225px
}

div.showStockB:before {
    border-color: transparent #00F;
    border-width: 8px 8px 8px 0;
    left: -8px;
    top: 50px;
}

div.showLigneProduitsSuggeres {
    left: 65px;
    top: -13px;
    width: 180px;
    z-index: 1000;
}

div.showLigneProduitsSuggeres:before {
    border-color: transparent #00F;
    border-width: 8px 8px 8px 0;
    left: -8px;
    top: 50px;
}

span.soldout {
    color: #DA0022;
    display: inline-block;
    font-weight: bold;
    padding: 6px 10px;
}

span.warning_stockb {
    bottom: -20px;
    color: #DA0022;
    font-size: 10px;
    font-weight: bold;
    left: -80px;
    position: absolute;
    text-align: center;
    width: 250px;
}

span.warning_stockb:before {
    border-color: #DA0022 transparent;
    border-style: solid;
    border-width: 0 5px 5px;
    content: '';
    display: block;
    left: calc(50% - 5px);
    position: absolute;
    top: -3px;
}

.btn {
    background-color: #000;
    border: none;
    border-radius: 50%;
    color: #FFF;
    font-size: 11px;
    height: 31px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    width: 31px;
}

.btn:hover {
    background-color: #00ba4c;
    cursor: pointer;
}

/**
*
*  Combobox
*
**/
.select2-container {
    font-size: 12px;
}

span.select2-container .select2-selection--single {
    height: 30px;
}

span.select2-container--default .select2-selection--single {
    border-radius: 0;
}

span.select2-dropdown {
    border-radius: 0;
}

span.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #AFAFAF;
    color: #FFF;
}

span.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E4E0E1;
    color: #000;
}

#iframebiboard {
    margin-top: 16px;
}

.tableprets h1 {
    padding-left: 10px;
}

.trprets {
    display: block;
    padding: 5px;
}

.trprets label {
    min-width: 70px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
}

.trprets span {
    font-size: 14px;
}

.trprets .refCommande span {
    font-size: 16px;
}

.trprets .partdesc {
    width: 720px;
    display: inline-block;
    vertical-align: top;
}

.trprets .partproduct {
    display: inline-block;
    vertical-align: top;
}

.trprets .partproduct a {
    color: blue;
    vertical-align: top;
}

.trprets .partproduct a span {
    vertical-align: top;
}

.trprets .tableprets {
    padding: 10px;
    font-size: 12px;
}

.trprets .partdesc > div {
    vertical-align: top;
}

.trprets .partproduct img {
    max-height: 110px;
}

.trprets .refCommande {
    margin-bottom: 4px;
}

.tableprets hr {
    margin-top: 2px;
    margin-bottom: 2px;
}

.trprets .libProduit {
    color: #224b93;
    font-weight: bold;
}

.trprets a.libProduit {
    border-bottom: 1px dashed;
}

.trprets .col1, .trprets .col2 {
    display: inline-block;
}

.trprets .col1 > div, .trprets .col2 > div {
    line-height: 21px;
}

.trprets .col1 {
    width: 305px;
}

.trprets .col1 label::after, .trprets .col2 label::after {
    content: ' : ';
}

.trprets .fa-exclamation-triangle {
    color: #D90626;
}

.valCataLabel {
    display: inline-block;
    vertical-align: top;
}

.valCataValue {
    display: inline-block;
    vertical-align: top;
}

.valCataValue span {
    display: block;
}

.col2 div label {
    min-width: 140px;
}

.filtre_prets_marques {
    position: absolute;
    top: 29px;
    margin-right: 25px;
    right: 0px;
}

.inscriptionWebstore {
    font-size: 14px;
    padding: 35px 85px;
}

.inscriptionWebstore p {
    margin: 52px 0;
}

.inscriptionWebstore img {
    float: left;
    margin-right: 85px;
}

.inscriptionWebstore input[type=text], .inscriptionWebstore input[type=email] {
    line-height: 24px;
    margin-bottom: 10px;
    padding: 5px;
    width: 210px;
}

.inscriptionWebstore input + input {
    margin-left: 36px;
}

.inscriptionWebstore input[type=submit] {
    background-color: #B90026;
    border: none;
    color: #FFF;
    float: right;
    font-weight: bold;
    line-height: 26px;
    padding: 5px 20px;
    text-transform: uppercase;
    width: 222px;
}

.inscriptionWebstore input[type=submit]:hover {
    cursor: pointer;
}

.inscriptionWebstore a {
    text-decoration: underline;
}

#testpermissionTable, #testpermissionTableParProduits {
    font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    color: #333;
}

#testpermissionTable_wrapper, #testpermissionTableParProduits_wrapper {
    margin-top: 20px;
}

#testpermissionTable_length, #testpermissionTable_info,
#testpermissionTableParProduits_length, #testpermissionTableParProduits_info {
    margin-left: 20px;
}

#testpermissionTable_filter, #testpermissionTable_paginate,
#testpermissionTableParProduits_filter, #testpermissionTableParProduits_paginate {
    margin-right: 20px;
}

.error-page {
    margin-top: 40px;
    padding: 0 15px;
}

.container_gestion_paniers {
    padding: 20px;
}

#replaceCommentCartForm {
    display: none;
}

.container_gestion_paniers td:nth-child(1) {
    text-align: left;
}

.container_gestion_paniers img {
    width: 100px;
}

.container_gestion_paniers .part1, .container_gestion_paniers .part2 {
    display: inline-block;
    vertical-align: middle;
}

.container_gestion_paniers .loadCart {
    font-size: 12px;
    margin: 0;
    padding: 0px 0px 30px;
    text-align: right;
    display: inline-block;
}

.container_gestion_paniers .loadCart a {
    background-color: #888;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: left;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    vertical-align: top;
    width: 224px;
    padding: 0;
}

.container_gestion_paniers .loadCart a > span {
    background-color: #000;
    color: #FFF;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    vertical-align: top;
    width: 30px;
}

.container_gestion_paniers .loadCart a:hover {
    color: #FFF;
}

.container_gestion_paniers .loadCart a:hover > span {
    background-color: #00ba4c;
}

.container_gestion_paniers td {
    vertical-align: middle !important;
}

/*FEUX*/
.productLights {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-right: 2px;
}

.productLights .threshold {
    display: none;
    background: url(imgs/feux.png);
    width: 12px;
    overflow: hidden;
    height: 30px;
}

.productLights .threshold.active {
    display: inline-block;
}

.productLights .threshold.Orange {
    background-position: -13px 0 !important;
}

.productLights .threshold.Red {
    background-position: -25px 0 !important;
}
