@charset "UTF-8";
/* CSS Document */
@import "../../styles/global/space.css";
@import "../../fonts/LatoLatin/latolatinfonts.css";
@import "../../fonts/GlyphIcons/glyphicons.css";
@import "../../fonts/PlayfairDisplay/playfairdisplayfonts.css";
@import "../../fonts/PathwayGothicOne/pathwaygothiconefonts.css";
@import "../../fonts/Awesome/font-awesome.min.css";
/* CSS Document */
/* 
########################################
   @@@ debut variable Color V1.9 @@@
########################################
*/
/* 
#######################################
*/
/*
###############################
   @@@ debut Mixin V1.1 @@@
###############################
*/
/*
###################################
*/
/* 
###################################
   @@@ Debut Animation V1.1 @@@
###################################
*/
/* CSS Document */
/* 
############################
   @@@ ui-Udesign @@@
############################
*/
.displayNone {
  display: none;
}

.bold {
  font-weight: bold;
}

.black {
  background-color: black;
}

.white {
  background-color: white;
}

.orange {
  background-color: orange;
}

.blue {
  background-color: blue;
}

.red {
  background-color: red;
}

.green {
  background-color: green;
}

.pink {
  background-color: pink;
}

.gray {
  background-color: gray;
}

.colLeft {
  float: left;
  width: 50%;
}

.colRight {
  float: right;
  width: 50%;
}

#fi_color1 {
  text-transform: none !important;
}

#fi_color2 {
  text-transform: none !important;
}

/*-----------------Alert Toast--------------------*/
.alertToast p {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  width: 40%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  font-size: 12px;
  text-transform: capitalize;
  z-index: 9999;
}

.alertToast p.red {
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1;
}

.alertToast p.orange {
  color: #8A6D3B;
  background-color: #FCF8E3;
  border-color: #FAEBCC;
}

.alertToast p.green {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}

/*---------------------------------*/
/*----------------- Showroom Header --------------------*/
section.showroomHeader {
  background-color: #ffffff;
}
section.showroomHeader .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 80px;
  margin: 0 auto;
  width: 960px;
}
section.showroomHeader .content .logoShowroom a {
  display: inline-block;
}
section.showroomHeader .content .logoShowroom a img {
  display: inline-block;
  width: auto;
  height: 55px;
}
section.showroomHeader .content .menu a {
  font-family: "LatoLatinWebLight";
  color: #666666;
  text-decoration: none;
  font-size: 20px;
}
section.showroomHeader .content .menu a span.spanshow {
  display: inline-block;
  font-family: "Glyphicons";
  font-size: 20px;
  font-style: normal;
  margin-left: 5px;
  margin-top: -5px;
  vertical-align: middle;
}

/*----------------------------------------------------------*/
/*----------------- Impersonate Bar --------------------*/
section.impersonate-bar {
  background-color: #F9BF3B;
  padding: 10px 0 10px 0;
  font-size: 14px;
  font-family: "LatoLatinWeb";
  width: 100%;
}
section.impersonate-bar .container {
  width: 960px;
  margin: 0 auto;
}
section.impersonate-bar .left {
  float: left;
  width: 80%;
}
section.impersonate-bar .left p {
  color: #795D1D;
}
section.impersonate-bar .left p span {
  font-weight: bold;
}
section.impersonate-bar .right {
  float: right;
  width: 20%;
  text-align: right;
}
section.impersonate-bar .right a {
  color: #795D1D;
  text-decoration: none;
}

/*----------------------------------------------------------*/
/*----------------- New prices Banner --------------------*/
section.newPricesBanner {
  background-color: #cce5ff;
  padding: 10px 0 10px 0;
  text-align: center;
}
section.newPricesBanner p {
  color: #004085;
  font-size: 14px;
}

/*----------------------------------------------------------*/
/*-------------------- General Warning --------------------*/
section.generalWarning {
  display: block;
  width: 100%;
  padding: 20px 0 20px 0;
  position: relative;
}
section.generalWarning.success {
  background-color: #d4edda;
  color: #155724;
}
section.generalWarning.warning {
  background-color: #fff3cd;
  color: #856404;
}
section.generalWarning.error {
  background-color: #f8d7da;
  color: #721c24;
}
section.generalWarning.info {
  background-color: #cce5ff;
  color: #004085;
}
section.generalWarning .content {
  width: 960px;
  margin: 0 auto;
}
section.generalWarning .content p.title {
  font-size: 22px;
  padding-bottom: 5px;
}
section.generalWarning .content p {
  font-size: 13px;
}
section.generalWarning i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  margin-right: 4%;
  line-height: 1;
  font-size: 28px;
  color: inherit;
  cursor: pointer;
}

/*---------------------------------*/
/*-----------------warning Table Height--------------------*/
.warningTableHeight {
  display: none;
  padding: 20px 0 20px 0;
  background-color: #FCF8E3;
  border-color: #FAEBCC;
  position: relative;
}
.warningTableHeight p {
  text-align: center;
  color: #8A6D3B;
}
.warningTableHeight p:before {
  font-family: "Glyphicons";
  content: "\e197";
  padding-right: 10px;
  vertical-align: middle;
  font-size: 26px;
}
.warningTableHeight .btnCloseWarningTableHeight {
  cursor: pointer;
  color: #8A6D3B;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 2%;
}
.warningTableHeight .btnCloseWarningTableHeight:after {
  font-family: "Glyphicons";
  content: "\e198";
  font-size: 26px;
}

/*---------------------------------*/
/*-----------------Edit banner floor set--------------------*/
.editBanner {
  display: none;
  padding: 20px 0 20px 0;
  background-color: #F9BF3B;
}
.editBanner .editBanner-container {
  width: 960px;
  margin: 0 auto;
}
.editBanner .editBanner-container h2 {
  font-size: 24px;
  float: left;
  color: #8A6D3B;
}
.editBanner .editBanner-container h2 span {
  display: inline-block;
  background-color: #63C59A;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  line-height: 1;
}
.editBanner .editBanner-container h2 span.regular {
  border: 1px solid #63C59A;
  background-color: #63C59A;
  color: #fff;
}
.editBanner .editBanner-container h2 span.clear-out {
  border: 1px solid #BF2132;
  background-color: #BF2132;
  color: #fff;
}
.editBanner .editBanner-container .wrapBtnAction {
  float: right;
}
.editBanner .editBanner-container .wrapBtnAction a {
  display: inline-block;
  cursor: pointer;
  color: #8A6D3B;
  text-decoration: none;
  margin-left: 5px;
}
.editBanner .editBanner-container .wrapBtnAction a.btnAdd {
  border: 1px solid #8A6D3B;
  padding: 5px 10px 5px 10px;
}
.editBanner .editBanner-container .wrapBtnAction a.btnCancel {
  border: 1px solid #8A6D3B;
  padding: 5px 10px 5px 10px;
}

/*----------------------------------------------------------*/
/*----------------- Délai de Livraison Banner --------------------*/
section.showBanner {
  background-color: #1b1a1a;
  padding: 5px 0 5px 0;
  text-align: center;
  color: white;
}

/*----------------------------------------------------------*/
/*----------------- Cost prices Banner --------------------*/
section.costPriceBanner {
  background-color: #b25538;
  padding: 10px 0 10px 0;
  text-align: center;
}
section.costPriceBanner p {
  color: #ffffff;
  font-size: 14px;
}

/*----------------------------------------------------------*/
/*----------------- Impersonate Bar --------------------*/
section.impersonate-bar {
  background-color: #F9BF3B;
  padding: 10px 0 10px 0;
  font-size: 14px;
  font-family: "LatoLatinWeb";
  width: 100%;
}
section.impersonate-bar .container {
  width: 960px;
  margin: 0 auto;
}
section.impersonate-bar .left {
  float: left;
  width: 80%;
}
section.impersonate-bar .left p {
  color: #795D1D;
}
section.impersonate-bar .left p span {
  font-weight: bold;
}
section.impersonate-bar .right {
  float: right;
  width: 20%;
  text-align: right;
}
section.impersonate-bar .right a {
  color: #795D1D;
  text-decoration: none;
}

/*----------------------------------------------------------*/
/*----------------- subPopOver --------------------*/
.subPopOver {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #B2B2B2;
  padding: 10px 0 10px 0;
  width: 120%;
  top: 32px;
  left: -20px;
  z-index: 99999;
}
.subPopOver:before, .subPopOver:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.subPopOver:before {
  border-color: rgba(194, 225, 245, 0);
}
.subPopOver:after {
  border-color: rgba(136, 183, 213, 0);
}
.subPopOver.top:before, .subPopOver.top:after {
  bottom: 100%;
  left: 50%;
}
.subPopOver.top:before {
  border-bottom-color: #B2B2B2;
  border-width: 12px;
  margin-left: -12px;
}
.subPopOver.top:after {
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.subPopOver.right:before, .subPopOver.right:after {
  left: 100%;
  top: 50%;
}
.subPopOver.right:before {
  border-left-color: #B2B2B2;
  border-width: 12px;
  margin-top: -12px;
}
.subPopOver.right:after {
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.subPopOver.eclair {
  display: none;
  width: 230px;
  padding: 20px 20px 20px 20px;
  top: 0;
  left: -118%;
  text-align: center;
  font-family: "LatoLatinWebLight";
  /* Landscape: anchored to #colDroit (the .wishList anchor is static
     there), so pin to the column bottom — the wish-list region —
     instead of top: 0, which would now mean the column top. */
}
@media screen and (orientation: landscape) {
  .subPopOver.eclair {
    top: auto;
    bottom: 0;
  }
}
.subPopOver.eclair p {
  color: #333;
  padding: 0 0 10px 0;
  font-size: 16px;
  margin-bottom: 10px;
}
.subPopOver.eclair a {
  display: inline-block;
  color: #217497;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #217497;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /*&:hover{
      background-color: $colorCTA;
      border: 1px solid #fff;
      color: #fff;

  }*/
}
.subPopOver.eclair a.btnEclairAssemble {
  margin-bottom: 8px;
}
.subPopOver.eclair a.btnGotIt {
  border: none;
  text-decoration: underline;
}
.subPopOver.eclair a.btnGotIt:hover {
  background-color: transparent;
  border: 0;
  color: #0F8C74;
  text-decoration: underline;
}

.sku .subPopOver.top:after, .sku .subPopOver.top:before {
  left: 43%;
}

.subPopOver.subBoxQty.top:after, .subPopOver.subBoxQty.top:before {
  left: 41%;
}

.wishList .subPopOver.top:after, .wishList .subPopOver.top:before {
  left: 46%;
}

.subPopOver.subBoxQty {
  top: auto;
  margin-top: -10px;
  text-transform: none;
}

.subPopOver .title {
  display: block !important;
  background-color: #F7F7F7 !important;
  border-bottom: 1px solid #EBEBEB !important;
  padding: 10px !important;
  margin-bottom: 5px !important;
  width: auto !important;
  color: #666 !important;
  font-size: 12px !important;
}
.subPopOver .title h4 {
  font-weight: normal;
}

.subPopOver hr {
  margin: 0 auto 10px auto;
  background-color: #B2B2B2;
  width: 244px;
  height: 1px;
  border: 0;
}

.subPopOver p {
  color: #666;
  font-size: 10px;
  line-height: 20px;
  padding: 0 10px 0 10px;
}

.subPopOver p#two-toned-info-to-include-list, .subPopOver p#two-finishes-info-to-include-list {
  padding: 0 !important;
}

.subPopOver p span.sku-popover {
  background-color: #fff !important;
  color: #666 !important;
  width: 98% !important;
}

.subPopOver p.notes {
  text-transform: none;
}

.subPopOver p.notes span {
  font-size: 14px;
}

.subPopOver p.notes span:before {
  font-family: "Glyphicons";
  content: "\e065";
  padding-right: 2px;
}

/*----------------- fin subPopOver --------------------*/
.topBar {
  background-color: #000000;
}

.topBar-Contain {
  margin: 0 auto;
  width: 690px;
  padding: 10px 0 10px 0;
}

.topBar-Contain a {
  color: #fff;
  float: right;
  font-size: 14px;
  cursor: pointer;
}

.topBar-Contain a:after {
  font-family: "Glyphicons";
  content: "\e198";
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
}

/*############################################## debut global ###################################################*/
* {
  padding: 0;
  margin: 0;
}

a img {
  border: 0px;
}

img {
  display: block;
}

html {
  height: 100%;
}

.clearBoth {
  clear: both;
}

body {
  background-color: #ebebeb;
  height: 100%;
  font-family: "LatoLatinWeb", Verdana, Arial, "sans-serif";
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

#body-Content {
  background-color: #F3F3F3;
  height: auto;
  font-family: "LatoLatinWeb", Verdana, Arial, "sans-serif";
}

#body-Content > br {
  display: none;
}

#master {
  width: 960px;
  margin: 0px auto;
  font-size: 12px;
  color: #000;
  background-color: #F3F3F3;
}

#corp {
  width: 960px;
  padding: 15px 0px 0px 0px;
  background-color: #ffffff;
}

@media screen and (orientation: landscape) {
  #body-Content {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (orientation: landscape) and (min-height: 1080px) {
  #body-Content {
    min-height: 1080px;
  }
}
@media screen and (orientation: landscape) {
  #body-Content > * {
    flex-shrink: 0;
  }
  #master {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    max-height: 1080px;
  }
  #head {
    flex-shrink: 0;
  }
}
@media screen and (orientation: landscape) {
  /* The query container must be #corp, not .corpMiddle: any container-type
     creates a stacking context, and on .corpMiddle it would trap the column
     overlays (loupe z-99990, filter flyout z-1002…) below the sticky
     #choicelist (z-500). On #corp both sides share one context, so the
     overlays keep out-stacking the strip. Size containment also zeroes the
     intrinsic height, so the explicit min-height (200px columns floor +
     142px thumbnail strip, content-box) is what makes degenerate viewports
     (~390px and shorter) grow the page and scroll instead of crushing the
     columns further — above that, everything fits and the sticky strip
     never covers the columns. */
  #corp {
    /* The 0px basis (not auto) is what makes Chromium treat the flex-grown
       height as definite, so cqh resolves to the real size instead of 0.
       position: relative makes #corp the containing block for the
       .subMenuFilter flyout (whose anchors are static in landscape), so
       the flyout sits next to #colGauche yet escapes its overflow clip. */
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
    container-type: size;
    position: relative;
    min-height: 342px;
  }
  /* The doubled id out-ranks the short-screen "#corp { padding: 10px 0 0 0 }"
     rule later in this file, so the value holds at every viewport height. */
  #master #corp {
    padding-top: 6px;
  }
  .corpMiddle {
    flex: 1 1 auto;
    min-height: 200px;
    display: flex;
  }
  /* The columns' landscape overrides (min-height: 0, --ud360-size) live
     nested inside their base rules further down — they must come after
     those rules in the cascade to win at equal specificity. */
  #choicelist {
    flex-shrink: 0;
  }
  #colDroit {
    display: flex;
    flex-direction: column;
  }
  /* Deliberately NOT positioned: the search bar and the popovers
     (position: absolute) anchor through it to #colDroit, outside the .info
     scroller, so they keep their exact coordinates and escape the overflow
     clip. */
  .colDroitScroll {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  /* Stays position: relative — the input/button inside are absolutely
     positioned against it. The #colDroit prefix out-ranks the short-screen
     ".blockSearch { top: -10px }" rule later in this file. */
  #colDroit .blockSearch {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: 36px;
    flex-shrink: 0;
    margin-top: 6px;
    margin-right: 10px;
  }
  /* Left unpositioned so the popovers inside (.subPopOver…) keep anchoring
     to #colDroit, outside the scroller, and escape the overflow clip. */
  #colDroit .info {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    margin-top: 12px;
    margin-bottom: 15px;
    padding-left: 0;
  }
  #colDroit .info,
  #colDroit .wrapProduit,
  #colDroit .wishList {
    width: auto;
  }
  #colDroit .info .toggle_container .block,
  #colDroit .info .toggle_container .blockShort {
    max-height: none;
  }
  #colDroit .colDroitBottom {
    position: static;
    flex-shrink: 0;
    margin-top: auto;
    /* width: auto — the base width: 100% would over-constrain and
       swallow the right margin */
    width: auto;
    margin-right: 10px;
  }
  /* Static so #pricing-panel (absolute against li.sku) anchors to
     #colDroit, outside the .info scroller, escaping its overflow clip
     like the other popovers. */
  #colDroit .wrapProduit ul li.sku {
    position: static;
  }
  #colDroit .wrapProduit ul li.sku .subPopOver {
    left: 0;
    width: 100%;
  }
  /* top clears the search bar + title + SKU rows so the toggle that opens
     the panel stays clickable to close it. */
  #colDroit .wrapProduit .subPricingSettingPanel {
    top: 100px;
    left: 0;
    right: 0;
    width: auto;
  }
}
.logo {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 100;
}

.logo h1 span {
  display: none;
}

.logoUdesign {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -70px;
  z-index: 100;
}

.logoUdesign img {
  width: 140px;
}

.logoUdesign h1 span {
  display: none;
}

h2 {
  font-size: 28px;
  font-family: "LatoLatinWebLight", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-left: 5px;
}

a.collectionLabel {
  text-decoration: none;
  color: #ff0000;
  display: none;
}

h3 {
  font-family: "Playfair-Regular";
  font-weight: normal;
  text-transform: capitalize;
}

hr {
  margin: 21px 0 10px 0;
  background-color: #aaa9a9;
  width: 100%;
  height: 1px;
  border: 0;
}

ul li {
  list-style-type: none;
}

.listeFoncer {
  background-color: #ff0000;
}

/*############################################## fin global ###################################################*/
/*############################################## debut head & menu ###################################################*/
#head {
  width: 960px;
  height: 65px;
  position: relative;
}

/*--------------- Debut couleur qui change pour chaque collection ----------------------*/
#head.CND, .megamenu1 .titreMenuCollection.CND, .frontCatalog .CND, .frontCatalog .SYM, .pricesList .CND, .frontFabric .CND, .pricesList .SYM {
  background-color: #7D8C67;
}

#head.CLA, .megamenu1 .titreMenuCollection.CLA, .frontCatalog .CLA, .frontCatalog .SYM, .pricesList .CLA, .frontFabric .CLA, .pricesList .SYM {
  background-color: #7D8C67;
}

#head.FAR, .megamenu1 .titreMenuCollection.FAR, .frontCatalog .FAR, .frontCatalog .SYM, .pricesList .FAR, .frontFabric .FAR, .pricesList .SYM {
  background-color: #7D8C67;
}

#head.MOD, .megamenu1 .titreMenuCollection.MOD, .frontCatalog .MOD, .frontCatalog .SYM, .pricesList .MOD, .frontFabric .MOD, .pricesList .SYM {
  background-color: #000000;
}

#head.CHD, .megamenu1 .titreMenuCollection.CHD, .frontCatalog .CHD, .pricesList .CHD, .frontFabric .CHD {
  background-color: #7F593F;
}

#head.LOF, .megamenu1 .titreMenuCollection.LOF, .frontCatalog .LOF, .pricesList .LOF, .frontFabric .LOF {
  background-color: #C69043;
}

#head.DOW, .megamenu1 .titreMenuCollection.DOW, .frontCatalog .DOW, .pricesList .DOW, .frontFabric .DOW {
  background-color: #3F2853;
}

#head.GOU, .megamenu1 .titreMenuCollection.GOU, .frontCatalog .GOU, .pricesList .GOU, .frontFabric .GOU {
  background-color: #A53633;
}

#head.EAS, .megamenu1 .titreMenuCollection.EAS, .frontCatalog .EAS, .pricesList .EAS, .frontFabric .EAS {
  background-color: #2C6594;
}

#head.NLC, .megamenu1 .titreMenuCollection.NLC, .frontCatalog .NLC, .pricesList .NLC, .frontFabric .NLC {
  background-color: #668196;
}

/*--------------- Fin couleur qui change pour chaque collection ----------------------*/
.menuCollection {
  width: 240px;
  height: 100%;
  float: left;
  position: relative;
}
.menuCollection a {
  display: block;
  float: left;
  cursor: pointer;
  height: 100%;
  text-transform: capitalize;
  color: #fff;
}
.menuCollection a.backHome {
  width: 20%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-right: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.menuCollection a.backHome i {
  font-size: 24px;
  padding-top: 20px;
}
.menuCollection a.label {
  width: 80%;
}
.menuCollection a.label span {
  display: block;
  font-size: 20px;
  font-family: "Playfair-Regular";
  padding: 10px 0 0 15px;
}
.menuCollection a.label span:after {
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 24px;
  color: #ffffff;
  content: "\f0d7";
  font-style: normal;
  margin-left: 15px;
  vertical-align: middle;
}
.menuCollection a.label bdi {
  display: block;
  padding: 0 0 0 15px;
  font-family: "LatoLatinWebLight", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
}

/*########## Debut megamenu Jquery Display none ###########*/
.megamenu1 {
  display: none;
  position: absolute;
  left: 0px;
  top: 65px;
  width: 960px;
  height: auto;
  background-color: rgba(54, 54, 54, 0.95);
  z-index: 99992;
}
.megamenu1 .titreMenuCollection {
  width: 100%;
}
.megamenu1 .titreMenuCollection p {
  font-family: "Playfair-Regular";
  color: #fff;
  font-size: 24px;
  padding: 10px 10px;
  text-align: center;
  text-transform: capitalize;
}
.megamenu1 .columnLeft {
  float: left;
  width: 240px;
}
.megamenu1 .columnLeft ul.subMenuCollection {
  padding-bottom: 15px;
}
.megamenu1 .columnLeft ul.subMenuCollection li h5 {
  font-family: "LatoLatinWebLight", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #aaa9a9;
  padding-bottom: 2px;
  margin-left: 15px;
  margin-top: 25px;
  width: 80%;
}
.megamenu1 .columnLeft ul.subMenuCollection li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-family: "Playfair-Regular";
  font-size: 20px;
  padding: 10px 0px 10px 15px;
}
.megamenu1 .columnLeft ul.subMenuCollection li a:hover {
  background-color: #2b2b2b;
}
.megamenu1 .columnLeft ul.subMenuCollection li a.inActive {
  color: #b7b7b7;
}
.megamenu1 .columnLeft ul.subMenuCollection li a.inActive:hover {
  background-color: #fff;
  cursor: default;
}
.megamenu1 .columnLeft ul.subMenuCollection li .group a {
  font-family: "LatoLatinWeb";
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0px 5px 40px;
}
.megamenu1 .columnRight {
  float: left;
  width: 695px;
  padding-top: 25px;
}
.megamenu1 .columnRight .nameMenuCollection {
  width: 100%;
  background-color: #2b2b2b;
  position: relative;
  padding: 20px 0 20px 0;
}
.megamenu1 .columnRight .imgCollection {
  background-color: #191919;
}
.megamenu1 .columnRight .imgCollection .nameMenuCollection p {
  font-family: "Playfair-Regular";
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
}
.megamenu1 .columnRight .imgCollection .nameMenuCollection quickCodeScreen {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 15px;
}
.megamenu1 .columnRight .imgCollection .nameMenuCollection quickCodeScreen svg {
  width: 60px;
  height: 40px;
}
.megamenu1 .columnRight .imgCollection .nameMenuCollection quickCodeScreen svg .screenInt {
  fill: transparent;
}
.megamenu1 .columnRight .imgCollection .nameMenuCollection quickCodeScreen svg .screenExt {
  fill: #fff;
}
.megamenu1 .columnRight .imgCollection .nameMenuCollection quickCodeScreen svg text {
  text-anchor: middle;
  fill: #fff;
  font-size: 20px;
}

/*########## fin megamenu Jquery Display none ###########*/
/*-------------------------------------*/
.menuPrincipal {
  height: 65px;
  float: left;
}
.menuPrincipal ul {
  height: 65px;
}
.menuPrincipal ul li {
  list-style-type: none;
  margin: 4px 2px 0px 0px;
  float: left;
  height: 51px;
}
.menuPrincipal ul li a {
  background-image: url(../../images/bgOnglet.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 46px;
  display: block;
  float: left;
  color: #555555;
  font-size: 10pt;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  padding: 15px 0px 0px 0px;
}
.menuPrincipal ul li a:hover {
  color: #000;
}
.menuPrincipal ul li a.selected1 {
  background-image: url(../../images/bgOngletSelected.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 46px;
  color: #000;
}
.menuPrincipal ul li a.icoGO {
  background-image: none;
  width: 100%;
  color: #fff;
  padding: 15px 0px 0px 0px;
  margin: 0 5px 0 5px;
}
.menuPrincipal ul li a.icoGO:hover {
  color: #fff;
}
.menuPrincipal ul li a.mediaUnit {
  background-image: url(../../images/bgOnglet.png);
  background-repeat: no-repeat;
  background-size: 130px 61px;
  width: 130px;
}
.menuPrincipal ul li a.mediaUnit.selected1 {
  background-image: url(../../images/bgOngletSelected.png);
  background-repeat: no-repeat;
  background-size: 130px 61px;
  color: #000;
}
.menuPrincipal ul li a.mediaUnit.selected1 span:before {
  color: #E1E1E1;
}
.menuPrincipal ul li a.accessory span {
  position: relative;
  display: inline-block;
  background-color: #000;
  margin-top: 3px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menuPrincipal ul li a.accessory span:before {
  font-family: "Glyphicons";
  line-height: 1;
  font-size: 18px;
  color: #bdbec0;
  content: "\e519";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.menuPrincipal ul li a.accessory.selected1 span:before {
  color: #E1E1E1;
}
.menuPrincipal ul li a img {
  margin-left: auto;
  margin-right: auto;
}

/*############################################## Debut log ###################################################*/
#head .block-authentication {
  float: right;
  padding-right: 10px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#head .block-authentication .logIn a {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  padding: 5px 15px 5px 15px;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
}
#head .block-authentication .logIn a i {
  font-size: 14px;
  margin-right: 5px;
}
#head .block-authentication .logOff a {
  color: #ffffff;
  text-decoration: none;
}
#head .block-authentication .logOff a:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff {
  position: absolute;
  background-color: #363636;
  right: 0;
  top: 100%;
  z-index: 9999;
  opacity: 0.95;
}
#head .block-authentication .subMenuLogOff ul.blockManage {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0 15px 0;
}
#head .block-authentication .subMenuLogOff ul.blockManage.hide {
  display: none;
}
#head .block-authentication .subMenuLogOff ul.blockExtern {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0 15px 0;
}
#head .block-authentication .subMenuLogOff ul.blockExtern.hide {
  display: none;
}
#head .block-authentication .subMenuLogOff ul.blockTraining {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0 15px 0;
}
#head .block-authentication .subMenuLogOff ul.blockTraining.hide {
  display: none;
}
#head .block-authentication .subMenuLogOff ul.blockMyself {
  padding: 15px 0 15px 0;
}
#head .block-authentication .subMenuLogOff ul.blockMyself li.userNameFull {
  font-family: "LatoLatinWebLight";
  font-size: 18px;
  text-align: center;
  padding: 5px 25px 5px 25px;
  color: #ffffff;
}
#head .block-authentication .subMenuLogOff ul.blockMyself li.userNameFull:hover {
  background-color: transparent;
}
#head .block-authentication .subMenuLogOff ul li {
  padding: 2px 0 2px 0;
  text-align: right;
}
#head .block-authentication .subMenuLogOff ul li:hover {
  background-color: #272727;
}
#head .block-authentication .subMenuLogOff ul li.borderGroup {
  border-bottom: 1px solid red;
}
#head .block-authentication .subMenuLogOff ul li a {
  display: block;
  padding: 5px 25px 5px 25px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 12px;
}
#head .block-authentication .subMenuLogOff ul li a span {
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 25px;
  color: #ffffff;
  width: 22px;
  display: inline-block;
  margin-left: 10px;
}
#head .block-authentication .subMenuLogOff ul li a span.myAccount:before {
  content: "\f007";
}
#head .block-authentication .subMenuLogOff ul li a span.myChannel:before {
  content: "\f013";
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.priceIncreasePreview:before {
  content: "\f155";
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.retailers:before {
  content: "\f0ca";
  font-size: 22px;
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.help:before {
  content: "\f128";
  font-size: 34px;
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.formAndDoc:before {
  content: "\f022";
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.salesDashboard:before {
  content: "\f0e4";
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.reportAS3D:before {
  content: "\f0ad";
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.training:before {
  content: "\f19d";
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.support:before {
  content: "\f1cd";
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.myLibrary:before {
  content: "\f00b";
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.loginAs:before {
  content: "\f0c0";
  vertical-align: middle;
}
#head .block-authentication .subMenuLogOff ul li a span.logOut:before {
  content: "\f011";
  vertical-align: middle;
}

/*############################################## fin log ###################################################*/
/*############################################## fin head & menu ###################################################*/
/*############################################## Debut colGauche ###################################################*/
#colGauche {
  width: 238px;
  min-height: 480px;
  margin-left: 2px;
  float: left;
  position: relative;
  /* position must be static here: the .subMenuFilter flyout then anchors
     to #corp (position: relative), above this scroller, so the flyout
     escapes the overflow clip. */
}
@media screen and (orientation: landscape) {
  #colGauche {
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    position: static;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 228px;
  }
}

/*--------------- debut menu Secondaire----------------------*/
.menuSecondaire,
.menuSecondaireOcc {
  background-color: #fff;
  position: relative;
  /* Landscape: static so the .subMenuFilter flyout skips this element and
     anchors to #corp (position: relative), outside the #colGauche scroller
     — otherwise the scroller's overflow clip would cut the flyout off. */
}
@media screen and (orientation: landscape) {
  .menuSecondaire,
  .menuSecondaireOcc {
    position: static;
    flex-shrink: 0;
  }
}

.menuSecondaire ul,
.menuSecondaireOcc ul {
  width: 100%;
}

.menuSecondaire ul li,
.menuSecondaireOcc ul li {
  list-style-type: none;
  position: relative;
}

.menuSecondaire ul li:first-child,
.menuSecondaireOcc ul li:first-child {
  padding-top: 0;
}

.menuSecondaire ul li:last-child,
.menuSecondaireOcc ul li:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}

.menuSecondaire ul li a,
.menuSecondaireOcc ul li a {
  display: block;
  color: #666666;
  font-size: 13px;
  padding: 10px 0 5px 30px;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: solid 1px #ececec;
}

.menuSecondaire ul li a:hover,
.menuSecondaireOcc ul li a:hover {
  background-color: #f9f9f9;
}

.menuSecondaire ul li a.menuSecondaireActive,
.menuSecondaireOcc ul li a.menuSecondaireActive {
  background-color: #cdcdcd;
  border-bottom: solid 1px #b2b2b2;
}

.menuSecondaire ul li a.menuTertiairActive,
.menuSecondaireOcc ul li a.menuTertiairActive {
  background-color: #DFDFDF;
  border-bottom: solid 1px #b2b2b2;
}

.menuSecondaire ul li a.inActive,
.menuSecondaireOcc ul li a.inActive {
  color: #b7b7b7;
  cursor: default;
  background-color: #fff;
}

/*---------------- filter ---------------------*/
.menuSecondaire ul li span.btnFilter {
  font-family: "Glyphicons";
  position: absolute;
  padding: 7px 8px 8px 8px;
  background-color: #F3F3F3;
  color: #999999;
  top: 0;
  right: 0;
  border-left: 1px solid #DFDFDF;
  cursor: pointer;
}
.menuSecondaire ul li span.btnFilter:hover {
  background-color: #CCCCCC;
  color: #fff;
}
.menuSecondaire ul li span.btnFilter.active {
  background-color: #CCCCCC;
  color: #fff;
}

/*-------subMenuFilter--------*/
.subMenuFilter {
  display: none;
  position: absolute;
  top: 0;
  left: 238px;
  z-index: 1002;
  width: 400px;
  height: auto;
  background: rgb(205, 205, 205); /* The Fallback */
  background: rgba(205, 205, 205, 0.95);
}
.subMenuFilter .border {
  position: absolute;
  border-left: 5px solid #666;
  height: 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
}
.subMenuFilter .topFilter {
  background-color: #989898;
  position: relative;
  height: 33px;
}
.subMenuFilter .topFilter a.clearFilters {
  position: absolute;
  top: 25%;
  right: 70px;
  color: #505050;
  text-decoration: none;
  border: 1px solid #505050;
  padding: 0 5px 0 5px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.subMenuFilter .topFilter a.clearFilters:hover {
  background-color: #B3B3B3;
}
.subMenuFilter .topFilter .blockTab {
  position: absolute;
  bottom: 0;
  left: 5px;
  text-align: left;
}
.subMenuFilter .topFilter .blockTab ul li {
  float: left;
  display: block;
  text-align: center;
  background-color: #B3B3B3;
  color: #434343;
  padding: 5px 20px 5px 20px;
  cursor: pointer;
  margin-right: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.subMenuFilter .topFilter .blockTab ul li.activeTab {
  background: rgb(205, 205, 205);
  color: #434343;
}
.subMenuFilter .topFilter a.closeFilter {
  position: absolute;
  top: 4px;
  right: 10px;
  font-family: "Glyphicons";
  text-decoration: none;
  font-size: 18px;
  color: #666;
}
.subMenuFilter .mainFilter {
  padding: 10px 0 0 10px;
}
.subMenuFilter .mainFilter .colLeftCategory {
  float: left;
  width: 50%;
}
.subMenuFilter .mainFilter .colRightCategory {
  float: left;
  width: 50%;
}
.subMenuFilter .mainFilter .allCategory {
  padding: 20px 0 25px 0;
}
.subMenuFilter .mainFilter .allCategory a.btnSelect {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  background-color: #666;
  padding: 4px 10px 4px 10px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.subMenuFilter .mainFilter .allCategory a.btnSelect:hover {
  background-color: #505050;
}
.subMenuFilter .mainFilter .category input[type=radio]:not(old),
.subMenuFilter .mainFilter .category input[type=checkbox]:not(old) {
  display: none;
}
.subMenuFilter .mainFilter .category label.labelRadioFilter:not(old),
.subMenuFilter .mainFilter .category label.labelCheckFilter:not(old) {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #434343;
  font-size: 11px;
  padding: 2px;
  margin: 2px 0 0 0;
}
.subMenuFilter .mainFilter .category label.labelRadioFilter:not(old).largeSize,
.subMenuFilter .mainFilter .category label.labelCheckFilter:not(old).largeSize {
  font-size: 14px;
}
.subMenuFilter .mainFilter .category label.labelRadioFilter:not(old) span,
.subMenuFilter .mainFilter .category label.labelCheckFilter:not(old) span {
  color: #666;
  margin-left: 18px;
  font-size: 11px;
  font-style: italic;
  display: inline-block;
}
.subMenuFilter .mainFilter .category label.labelRadioFilter.labelDisabled,
.subMenuFilter .mainFilter .category label.labelCheckFilter.labelDisabled {
  color: #999;
  cursor: default;
}
.subMenuFilter .mainFilter .category label.labelCheckFilter:before {
  font-family: "FontAwesome";
  content: "\f0c8";
  font-size: 16px;
  color: #fff;
  padding-right: 5px;
}
.subMenuFilter .mainFilter .category input.checkboxFilter:checked + label.labelCheckFilter:before {
  content: "\f14a";
}
.subMenuFilter .mainFilter .category {
  /*------*/
}
.subMenuFilter .mainFilter .category label.labelRadioFilter:before {
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 16px;
  color: #fff;
  padding-right: 5px;
}
.subMenuFilter .mainFilter .category input.radioFilter:checked + label.labelRadioFilter:before {
  content: "\f192";
}
.subMenuFilter .mainFilter .category input.radioFilter:disabled + label.labelRadioFilter:before {
  color: #bebebe;
}
.subMenuFilter .mainFilter .category .subCategory {
  padding-top: 5px;
}
.subMenuFilter .buttonFilter {
  text-align: center;
  margin: 15px 0 0 0;
}
.subMenuFilter .buttonFilter button {
  display: inline-block;
  text-align: center;
  padding: 10px 40px 10px 40px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 14px;
  background-color: #217497;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*&:hover{
      background: #13B797;
  }*/
}

/*---------------------------------------------*/
/*------- Debut .subMenuSecondaire #color1 Jquery Display none ---------*/
.menuSecondaireOcc ul li.bodyColor,
.menuSecondaire ul li.bodyColor,
.menuSecondaire ul li.seating {
  position: relative;
}

.menuSecondaire .subMenuSecondaire {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  background-color: #363636;
  font: normal 12px Verdana;
  z-index: 201;
  opacity: 0.95;
}

.menuSecondaire .subMenuSecondaire .arrowMenu {
  position: absolute;
  top: 0;
  left: 17%;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  color: #fff;
}

.menuSecondaire .subMenuSecondaire ul {
  width: 238px;
}

.menuSecondaire .subMenuSecondaire ul li {
  list-style-type: none;
  border-bottom: solid 1px #666;
}

.menuSecondaire .subMenuSecondaire ul li:first-child {
  padding-top: 10px;
}

.menuSecondaire .subMenuSecondaire ul li:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

.menuSecondaire .subMenuSecondaire ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 10px 0px 5px 40px;
  text-transform: capitalize;
  text-decoration: none;
}

.menuSecondaire .subMenuSecondaire ul li a:hover {
  background-color: #272727;
}

.menuSecondaire .subMenuSecondaire ul li a.inActive {
  color: #666;
  cursor: default;
  background-color: #363636;
}

/*------- fin .subMenuSecondaire #color1 Jquery Display none --------*/
.menuSecondaire .colorLock,
.menuSecondaireOcc .colorLock {
  position: absolute;
  bottom: 12px;
  left: 10px;
  z-index: 180;
}

.menuSecondaire .colorLock a,
.menuSecondaireOcc .colorLock a {
  display: block;
  width: 5px;
  height: 40px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  /*------- erritage du li menusecondaire --------*/
  padding: 0;
  margin: 0;
}

.menuSecondaire .colorLock a.lock:before,
.menuSecondaireOcc .colorLock a.lock:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f0c1";
  font-size: 14px;
  bottom: 11px;
  left: -6px;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.menuSecondaire .colorLock a:hover,
.menuSecondaireOcc .colorLock a:hover {
  background-color: transparent;
}

.menuSecondaire .colorLock a.unlock:before,
.menuSecondaireOcc .colorLock a.unlock:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f127";
  font-size: 14px;
  bottom: 11px;
  left: -6px;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/*--------------- fin menu Secondaire----------------------*/
/*--------------- debut menu menuTertiaire occ----------------------*/
.menuSecondaireOcc ul li.menuTertiaire {
  list-style-type: none;
}

.menuSecondaireOcc ul li.menuTertiaire a {
  display: block;
  color: #666;
  font-size: 11px;
  text-transform: none;
  text-decoration: none;
  padding: 2px 0 2px 40px;
  border: none;
}

.menuSecondaireOcc ul li.menuTertiaire a.inActive {
  color: #b7b7b7;
}

.menuSecondaireOcc li.menuTertiaire a.inActive:hover {
  background-color: #fff;
  cursor: default;
}

/*--------------- fin menu menuTertiaire occ----------------------*/
/*------------------ debut finishOption -------------------*/
.finishOption {
  padding: 5px 0 10px 0;
  background-color: #fff;
}
@media screen and (orientation: landscape) {
  .finishOption {
    flex-shrink: 0;
    margin-top: 12px;
    margin-bottom: 15px;
  }
}
.finishOption ul {
  padding: 0 0 0 30px;
  background-color: #fff;
  height: 100%;
}
.finishOption ul li h4 {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  padding-bottom: 8px;
  text-transform: capitalize;
}
.finishOption ul li.float {
  margin-left: 5px;
  float: left;
}
.finishOption ul li.float a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  float: left;
  padding: 3px 3px 3px 3px;
  border: 1px solid #fff;
}
.finishOption ul li.float a.active {
  color: #000;
  border: 1px solid #999;
}
.finishOption ul li.float a span {
  background-color: #999;
  padding: 6px 0 0 0;
  width: 48px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
}
.finishOption ul li.float a span.label {
  font-size: 9px;
  font-weight: normal;
  padding: 0 0 5px 0;
}

/*------------------  finfinishOption -------------------*/
/*------------------  debut Additional Options -------------------*/
.optionWrap {
  text-transform: capitalize;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 80;
}
@media screen and (orientation: landscape) {
  .optionWrap {
    position: static;
    margin-top: auto;
    flex-shrink: 0;
  }
}
.optionWrap .option {
  width: 100%;
}
.optionWrap .option h3 {
  color: #000;
  border-bottom: solid 1px #b2b2b2;
  width: 200px;
  font-size: 20px;
  margin-left: 10px;
}
.optionWrap .option h3.fr {
  font-size: 18px;
}
.optionWrap .option ul.listeOption {
  padding: 5px 0px 0px 0px;
}
.optionWrap .option ul.listeOption li {
  padding: 2px 0px 2px 0px;
}
.optionWrap .option ul.listeOption li:last-child {
  padding-bottom: 10px;
}
.optionWrap .option ul.listeOption li a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 0px 5px 10px;
  display: inline-block;
  width: 200px;
}
.optionWrap .option ul.listeOption li a:after {
  float: right;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 10px;
  color: #666666;
  content: "\f061";
  vertical-align: middle;
  margin-right: 10px;
}
.optionWrap .option ul.listeOption li a:hover {
  background-color: #CCCCCC;
}

/*---------------------------------------------------------------*/
/*############################################## fin colGauche ###################################################*/
/*############################################## Debut colCentre ###################################################*/
#colCentre {
  width: 480px;
  min-height: 480px;
  position: relative;
  float: left;
  --ud360-size: 480px;
  /* Gutter left over on each side when the height-clamped 360 square is
     centered in the fixed-width column; ui-udesign-720.css re-derives it
     from its 720px column. The enlarged-view cover must add it to reach
     the right column, which sits a fixed 240px past #colCentre's right
     edge, not past the centered image's. */
  --ud360-gutter: calc((480px - var(--ud360-size)) / 2);
  /* In the landscape flex layout the 360 viewer sizes to the real space
     measured by the #corp query container (142px = thumbnail strip), so it
     never slides under the sticky strip. ui-udesign-720.css re-overrides
     this at >=1240px (cap 720px). */
}
@media screen and (orientation: landscape) {
  #colCentre {
    min-height: 0;
    --ud360-size: clamp(200px, calc(100cqh - 142px), 480px);
  }
}

/*------------------MainImage---------------------*/
#colCentre #mainImage {
  width: var(--ud360-size);
  height: var(--ud360-size);
  margin: 0 auto;
  position: relative;
}
#colCentre #mainImage .UD360Viewer {
  width: 100%;
  height: 100%;
}
#colCentre #mainImage .UD360Viewer .UD360CameraView {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#colCentre #mainImage .UD360Viewer .UD360CameraView img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
#colCentre #mainImage .UD360Viewer .UD360CameraView img.nonDraggableImage {
  -webkit-user-drag: none;
}
#colCentre #mainImage .UD360Viewer .UD360CameraView.enlargedView {
  width: calc(var(--ud360-size) + var(--ud360-gutter) + 240px);
  /* Cover the right column (search bar z-309 and product info)
     while enlarged: the extended image is narrower than the
     widened container, so an opaque background is needed to
     hide the elements behind the leftover gap. */
  background-color: #fff;
  z-index: 400;
}
#colCentre #mainImage .UD360Viewer {
  /* The -210px matches the inset toggleZoom gives the save-image
     icon. */
}
#colCentre #mainImage .UD360Viewer .UD360CameraView.enlargedView ~ .arrow.next {
  right: calc(-210px - var(--ud360-gutter));
}
#colCentre #mainImage .UD360Viewer .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-family: "FontAwesome";
  font-size: 60px;
  color: #e1e1e1;
  line-height: 1;
  z-index: 1000;
}
#colCentre #mainImage .UD360Viewer .arrow.prev:before {
  content: "\f104";
}
#colCentre #mainImage .UD360Viewer .arrow.prev {
  left: 20px;
}
#colCentre #mainImage .UD360Viewer .arrow.next:before {
  content: "\f105";
}
#colCentre #mainImage .UD360Viewer .arrow.next {
  right: 20px;
}
#colCentre #mainImage .UD360Viewer .loading {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#colCentre #mainImage .UD360Viewer .loading .spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -30px;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}
#colCentre #mainImage .UD360Viewer .loading .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#colCentre #mainImage .UD360Viewer .loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#colCentre #mainImage .UD360Viewer .loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#colCentre #mainImage .UD360Viewer {
  /*------------------------*/
}
#colCentre #mainImage .UD360Viewer .nav {
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1002;
  left: 0;
  bottom: 0px;
  right: 0;
  height: 40px;
  background-color: rgba(192, 192, 192, 0.3);
}
#colCentre #mainImage .UD360Viewer .nav ul.dots {
  margin: 0;
  width: 100%;
  padding-top: 10px;
}
#colCentre #mainImage .UD360Viewer .nav ul.dots li.dot {
  position: relative;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  display: inline-block;
  zoom: 1;
}
#colCentre #mainImage .UD360Viewer .nav ul.dots li.dot a {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #FFF;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
}
#colCentre #mainImage .UD360Viewer .nav ul.dots li.dot a.active {
  border-color: #FFF;
  background-color: transparent;
}
#colCentre #mainImage .UD360Viewer {
  /*------------------------*/
}
#colCentre #mainImage .UD360Viewer [ng\:cloak], #colCentre #mainImage .UD360Viewer [ng-cloak], #colCentre #mainImage .UD360Viewer .ng-cloak {
  display: none !important;
}

/*-----------------------------------------------*/
/*----------loupe-----------*/
#colCentre .loupe {
  cursor: pointer;
  position: absolute;
  right: calc((100% - var(--ud360-size)) / 2 + 10px);
  bottom: 5px;
  z-index: 99990;
  display: none;
}

#colCentre .loupe:before {
  font-family: "Glyphicons";
  content: "\e216";
  font-size: 25px;
  color: #999999;
  line-height: 1;
}

/*------------------jQuery---------------------*/
#colCentre .loupeFull {
  cursor: pointer;
  position: absolute;
  right: -220px;
  bottom: 18px;
  z-index: 99990;
  display: none;
}

#colCentre .loupeFull:before {
  font-family: "Glyphicons";
  content: "\e215";
  font-size: 25px;
  color: #999999;
  line-height: 1;
}

/*--------------------------------------------*/
/*--------------- favorite -----------------*/
/* Unlike the loupe above, the favorite/save/fullscreen stack pins to the
   #colCentre corner, not the centered 360 square. */
#colCentre .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99990;
  display: block;
  width: 50px;
  text-align: center;
}
#colCentre .favorite a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  font-size: 10px;
  color: #555556;
}
#colCentre .favorite a:hover {
  color: #000;
}
#colCentre .favorite a:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f006";
  font-size: 28px;
  color: #FBBC05;
  line-height: 1;
  vertical-align: middle;
}
#colCentre .favorite a {
  /*&:hover:before{
      content: "\f005";
      color: #FBBC05;
  }*/
}
#colCentre .favorite a.active:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f005";
  font-size: 28px;
  color: #FBBC05;
  line-height: 1;
  vertical-align: middle;
}

/*-----------------------------------------*/
/*--------------- save image -----------------*/
#colCentre .saveImage {
  position: absolute;
  top: 80px;
  right: 20px;
  z-index: 99990;
  display: block;
}

#colCentre .saveImage a {
  display: block;
  text-decoration: none;
}

#colCentre .saveImage a:before {
  font-family: "FontAwesome";
  content: "\f019";
  font-size: 32px;
  color: #666666;
  line-height: 1;
}

#colCentre .saveImage a:hover:before {
  color: #666666;
}

/*----------------------------*/
/*--------------- fullscreen 360 -----------------*/
#colCentre .fullscreen360 {
  position: absolute;
  top: 130px;
  right: 20px;
  z-index: 99990;
  display: block;
}

#colCentre .fullscreen360 a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

#colCentre .fullscreen360 a:before {
  font-family: "FontAwesome";
  content: "\f065";
  font-size: 28px;
  color: #666666;
  line-height: 1;
}

/* Fullscreen is requested on the <ud360-viewer> element itself so only the
   product image and the 360 arrows are shown. One prefixed copy per engine:
   an unknown pseudo-class drops the whole rule, so they cannot share a
   selector list. */
/* Injected by _Image.cshtml into <ud360-viewer>; shown only while in
   fullscreen (see the ud360-fullscreen mixin above). */
ud360-viewer .fullscreenClose {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  /* Above the .loading spinner overlay (99999): a view change shows it
     over the whole viewer, and a click that lands on it instead of the
     button leaves the user stuck in fullscreen. */
  z-index: 100000;
  text-decoration: none;
  cursor: pointer;
}
ud360-viewer .fullscreenClose:before {
  font-family: "FontAwesome";
  content: "\f00d";
  font-size: 32px;
  color: #666666;
  line-height: 1;
}

/* The #colCentre #mainImage prefix outweighs the base
   .UD360CameraView { width/height: 100% } rule, which would otherwise keep
   the image pinned to the left edge in fullscreen. */
#colCentre #mainImage ud360-viewer:fullscreen {
  background: #fff;
  /* Contain-fit, never a forced min(100vh,100vw) square: extended table
     images are 4:3 and a square crops their right side. The .enlargedView
     selector keeps its widened width (+240px) from out-ranking this rule
     while in fullscreen. */
}
#colCentre #mainImage ud360-viewer:fullscreen .UD360CameraView,
#colCentre #mainImage ud360-viewer:fullscreen .UD360CameraView.enlargedView {
  width: 100%;
  height: 100%;
}
#colCentre #mainImage ud360-viewer:fullscreen .UD360CameraView img,
#colCentre #mainImage ud360-viewer:fullscreen .UD360CameraView.enlargedView img {
  /* The 1000px caps ride media queries instead of min(100%, 1000px)
     because retailer FF60esr lacks min(); in fullscreen the
     viewport is the container, so they're equivalent. */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  /* !important: the viewer template hardcodes an inline
     style="left:0px" on every layer img. */
  left: 50% !important;
  transform: translate(-50%, -50%);
}
@media (min-width: 1000px) {
  #colCentre #mainImage ud360-viewer:fullscreen .UD360CameraView img,
  #colCentre #mainImage ud360-viewer:fullscreen .UD360CameraView.enlargedView img {
    max-width: 1000px;
  }
}
@media (min-height: 1000px) {
  #colCentre #mainImage ud360-viewer:fullscreen .UD360CameraView img,
  #colCentre #mainImage ud360-viewer:fullscreen .UD360CameraView.enlargedView img {
    max-height: 1000px;
  }
}
#colCentre #mainImage ud360-viewer:fullscreen .fullscreenClose {
  display: block;
}

#colCentre #mainImage ud360-viewer:-moz-full-screen {
  background: #fff;
  /* Contain-fit, never a forced min(100vh,100vw) square: extended table
     images are 4:3 and a square crops their right side. The .enlargedView
     selector keeps its widened width (+240px) from out-ranking this rule
     while in fullscreen. */
}
#colCentre #mainImage ud360-viewer:-moz-full-screen .UD360CameraView,
#colCentre #mainImage ud360-viewer:-moz-full-screen .UD360CameraView.enlargedView {
  width: 100%;
  height: 100%;
}
#colCentre #mainImage ud360-viewer:-moz-full-screen .UD360CameraView img,
#colCentre #mainImage ud360-viewer:-moz-full-screen .UD360CameraView.enlargedView img {
  /* The 1000px caps ride media queries instead of min(100%, 1000px)
     because retailer FF60esr lacks min(); in fullscreen the
     viewport is the container, so they're equivalent. */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  /* !important: the viewer template hardcodes an inline
     style="left:0px" on every layer img. */
  left: 50% !important;
  transform: translate(-50%, -50%);
}
@media (min-width: 1000px) {
  #colCentre #mainImage ud360-viewer:-moz-full-screen .UD360CameraView img,
  #colCentre #mainImage ud360-viewer:-moz-full-screen .UD360CameraView.enlargedView img {
    max-width: 1000px;
  }
}
@media (min-height: 1000px) {
  #colCentre #mainImage ud360-viewer:-moz-full-screen .UD360CameraView img,
  #colCentre #mainImage ud360-viewer:-moz-full-screen .UD360CameraView.enlargedView img {
    max-height: 1000px;
  }
}
#colCentre #mainImage ud360-viewer:-moz-full-screen .fullscreenClose {
  display: block;
}

#colCentre #mainImage ud360-viewer:-webkit-full-screen {
  background: #fff;
  /* Contain-fit, never a forced min(100vh,100vw) square: extended table
     images are 4:3 and a square crops their right side. The .enlargedView
     selector keeps its widened width (+240px) from out-ranking this rule
     while in fullscreen. */
}
#colCentre #mainImage ud360-viewer:-webkit-full-screen .UD360CameraView,
#colCentre #mainImage ud360-viewer:-webkit-full-screen .UD360CameraView.enlargedView {
  width: 100%;
  height: 100%;
}
#colCentre #mainImage ud360-viewer:-webkit-full-screen .UD360CameraView img,
#colCentre #mainImage ud360-viewer:-webkit-full-screen .UD360CameraView.enlargedView img {
  /* The 1000px caps ride media queries instead of min(100%, 1000px)
     because retailer FF60esr lacks min(); in fullscreen the
     viewport is the container, so they're equivalent. */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  /* !important: the viewer template hardcodes an inline
     style="left:0px" on every layer img. */
  left: 50% !important;
  transform: translate(-50%, -50%);
}
@media (min-width: 1000px) {
  #colCentre #mainImage ud360-viewer:-webkit-full-screen .UD360CameraView img,
  #colCentre #mainImage ud360-viewer:-webkit-full-screen .UD360CameraView.enlargedView img {
    max-width: 1000px;
  }
}
@media (min-height: 1000px) {
  #colCentre #mainImage ud360-viewer:-webkit-full-screen .UD360CameraView img,
  #colCentre #mainImage ud360-viewer:-webkit-full-screen .UD360CameraView.enlargedView img {
    max-height: 1000px;
  }
}
#colCentre #mainImage ud360-viewer:-webkit-full-screen .fullscreenClose {
  display: block;
}

#colCentre #mainImage ud360-viewer.pseudoFullscreen {
  background: #fff;
  /* Contain-fit, never a forced min(100vh,100vw) square: extended table
     images are 4:3 and a square crops their right side. The .enlargedView
     selector keeps its widened width (+240px) from out-ranking this rule
     while in fullscreen. */
}
#colCentre #mainImage ud360-viewer.pseudoFullscreen .UD360CameraView,
#colCentre #mainImage ud360-viewer.pseudoFullscreen .UD360CameraView.enlargedView {
  width: 100%;
  height: 100%;
}
#colCentre #mainImage ud360-viewer.pseudoFullscreen .UD360CameraView img,
#colCentre #mainImage ud360-viewer.pseudoFullscreen .UD360CameraView.enlargedView img {
  /* The 1000px caps ride media queries instead of min(100%, 1000px)
     because retailer FF60esr lacks min(); in fullscreen the
     viewport is the container, so they're equivalent. */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  /* !important: the viewer template hardcodes an inline
     style="left:0px" on every layer img. */
  left: 50% !important;
  transform: translate(-50%, -50%);
}
@media (min-width: 1000px) {
  #colCentre #mainImage ud360-viewer.pseudoFullscreen .UD360CameraView img,
  #colCentre #mainImage ud360-viewer.pseudoFullscreen .UD360CameraView.enlargedView img {
    max-width: 1000px;
  }
}
@media (min-height: 1000px) {
  #colCentre #mainImage ud360-viewer.pseudoFullscreen .UD360CameraView img,
  #colCentre #mainImage ud360-viewer.pseudoFullscreen .UD360CameraView.enlargedView img {
    max-height: 1000px;
  }
}
#colCentre #mainImage ud360-viewer.pseudoFullscreen .fullscreenClose {
  display: block;
}
#colCentre #mainImage ud360-viewer.pseudoFullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  touch-action: none;
  /* Touch sizes in vmin, not px: the configurator has no viewport meta,
     so a phone lays it out 980px wide and zooms to fit, by about 0.4 in
     portrait and 0.86 in landscape. A px size therefore renders at
     very different physical sizes per orientation (a 96px X was 38 screen
     px in portrait and 83 in landscape), while 1vmin is 1% of the
     phone's short side in both. */
}
@media (pointer: coarse) {
  #colCentre #mainImage ud360-viewer.pseudoFullscreen .fullscreenClose {
    top: 3vmin;
    right: 3vmin;
    padding: 3vmin;
  }
  #colCentre #mainImage ud360-viewer.pseudoFullscreen .fullscreenClose:before {
    font-size: 9vmin;
  }
  #colCentre #mainImage ud360-viewer.pseudoFullscreen .arrow {
    margin-top: 0;
    transform: translateY(-50%);
    padding: 2vmin 4vmin;
    font-size: 13vmin;
  }
  #colCentre #mainImage ud360-viewer.pseudoFullscreen .arrow.prev {
    left: 2vmin;
  }
  #colCentre #mainImage ud360-viewer.pseudoFullscreen .arrow.next {
    right: 2vmin;
  }
}

html.pseudoFullscreenOpen,
html.pseudoFullscreenOpen body {
  overflow: hidden;
}

/*----------------------------*/
/*--------------- Main Show Specification -----------------*/
#colCentre .mainShowSpecification {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1003;
  text-align: center;
}
#colCentre .mainShowSpecification a {
  display: block;
  font-family: "FontAwesome";
  text-decoration: none;
  background-color: #000;
  cursor: pointer;
  line-height: 1;
  padding: 10px 12px 10px 12px;
  margin-top: 10px;
  vertical-align: middle;
  font-size: 28px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#colCentre .mainShowSpecification a.alignment:before {
  content: "\f05b";
}
#colCentre .mainShowSpecification a.seam:before {
  content: "\f0c4";
}

#colCentre .mainShowSpecificationNew {
  position: absolute;
  bottom: 10px;
  right: calc((100% - var(--ud360-size)) / 2 + 10px);
  z-index: 1003;
  text-align: center;
}
#colCentre .mainShowSpecificationNew a {
  display: block;
  cursor: pointer;
  padding: 10px 12px 10px 12px;
  margin-top: 10px;
}

/*-----------------------------------------*/
#colCentre .infoFabricConsumer h4 {
  padding: 0 0 15px 0;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

#colCentre .infoFabricConsumer p {
  color: #fff;
  line-height: 20px;
}

#colCentre .infoFabricConsumer .consumerAction {
  text-align: center;
  padding-top: 20px;
}

#colCentre .infoFabricConsumer .consumerAction a {
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  text-transform: uppercase;
}

#colCentre .infoFabricConsumer .consumerAction a:hover {
  background-color: #fff;
  color: #2E4DA7;
}

#colCentre .infoFabricConsumer .exclamation {
  background-image: url(../../images/information.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  vertical-align: -30%;
  padding-right: 15px;
  display: inline-block;
}

/*----------------------------*/
#colCentre .blockPatte {
  display: none;
  background-repeat: no-repeat;
  width: var(--ud360-size);
  height: var(--ud360-size);
  position: absolute;
  top: 0;
  right: calc((100% - var(--ud360-size)) / 2);
  z-index: 99996;
  background-color: #ffffff;
}

#colCentre .showPatte {
  width: calc(var(--ud360-size) - 20px);
  height: calc(var(--ud360-size) - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  z-index: 99995;
}
#colCentre .showPatte img {
  width: calc(var(--ud360-size) - 20px);
  height: calc(var(--ud360-size) - 20px);
}

#colCentre i.close {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 28px;
  background-color: #fff;
  text-align: center;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99997;
  font-style: normal;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#colCentre i.close:before {
  font-family: "FontAwesome";
  content: "\f057";
}

.dropInfoPanel {
  display: none;
  background-color: #363636;
  padding: 20px 30px 30px 30px;
  width: 420px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  z-index: 5150;
}

.closing {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 5151;
}

/*############################################## fin colCentre ###################################################*/
/*############################################## Debut colDroit ###################################################*/
#colDroit {
  width: 240px;
  min-height: 480px;
  float: left;
  text-transform: capitalize;
  position: relative;
}
@media screen and (orientation: landscape) {
  #colDroit {
    min-height: 0;
  }
}
#colDroit .outOfStock {
  color: red;
  text-transform: lowercase;
}
#colDroit .outOfStock .outOfStockMessage {
  text-transform: none;
}
#colDroit .outOfStock .outOfStockMessage::first-letter {
  text-transform: uppercase;
}

/*--------------- Block Search -----------------*/
/*a.btnSearch{
    font-family: 'Glyphicons';
    font-size: 18px;
    background-color: orange;
    padding: 2px 20px 2px 20px;
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 99999;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}*/
.blockSearch {
  width: 120%;
  position: absolute;
  top: -15px;
  right: 10px;
  z-index: 309;
}
.blockSearch input {
  padding: 10px;
  border: 0;
  position: absolute;
  right: 38px;
  background-color: #F3F3F3;
}
.blockSearch input:focus {
  outline: none;
}
.blockSearch button {
  font-family: "Glyphicons";
  font-size: 18px;
  color: #999999;
  padding: 5px 10px 5px 10px;
  background-color: #F3F3F3;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  right: 0;
}
.blockSearch button:focus {
  outline: none;
}

/*--------------------------------*/
.info {
  width: 220px;
  padding: 0 0 0 10px;
  margin-top: 22px;
}

.wrapProduit {
  width: 220px;
}
.wrapProduit ul {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
.wrapProduit ul li {
  list-style-type: none;
  color: #000000;
  font-size: 12px;
  /*-- Numero de Produit --*/
}
.wrapProduit ul li.numProduit {
  font-family: "Playfair-Regular";
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 5px 0;
}
.wrapProduit ul li.numProduit span.showHisHer {
  font-size: 12px;
}
.wrapProduit ul li.numProduit span {
  /*--saffiche pour le print Wishlist--*/
}
.wrapProduit ul li.numProduit span.numProduitCollection {
  display: none;
}
.wrapProduit ul li {
  /*-- SKU --*/
}
.wrapProduit ul li.sku {
  padding: 0 0 5px 0;
  position: relative;
  height: 100%;
}
.wrapProduit ul li.sku span {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  display: inline-block;
  width: 216px;
  font-weight: bold;
  padding: 2px;
  font-size: 10px;
}
.wrapProduit ul li.sku span.withPrices {
  width: 141px;
  float: left;
}
.wrapProduit ul li.sku .skuRow {
  position: relative;
}
.wrapProduit ul li.sku a.btnPopOver {
  display: inline-block;
  font-size: 9px;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  text-decoration: none;
  padding: 1px 2px;
  height: 13px;
  color: #856404;
  position: absolute;
  top: -2px;
  left: 27px;
}
.wrapProduit ul li.sku a.btnPopOver:before {
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 11px;
  color: #856404;
  content: "\f06a";
  padding-right: 5px;
}
.wrapProduit ul li.sku a.btnPopOver:after {
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 10px;
  color: #856404;
  content: "\f078";
  padding-left: 5px;
}
.wrapProduit ul li.sku .pricingSetting {
  float: right;
  position: relative;
}
.wrapProduit ul li.sku .pricingSetting:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #CCCCCC;
}
.wrapProduit ul li.sku .pricingSetting p.containPricingSetting {
  background-color: #999999;
  margin-right: 0;
  font-size: 10px;
  color: #ffffff;
  padding: 2px;
  height: 13px;
  position: relative;
  top: -2px;
  text-align: right;
  width: 70px;
}
.wrapProduit ul li.sku .pricingSetting p.containPricingSetting.changePrices {
  background-color: #363636;
  cursor: pointer;
}
.wrapProduit ul li.sku .pricingSetting p.containPricingSetting.changePrices .change {
  width: 12px;
  display: inline-block;
  text-align: center;
}
.wrapProduit ul li.sku .pricingSetting p.containPricingSetting.changePrices .change.cost {
  background-color: #b25538;
}
.wrapProduit ul li.sku .pricingSetting p.containPricingSetting.changePrices .change.retail {
  background-color: #666666;
}
.wrapProduit ul li.sku .pricingSetting p.containPricingSetting.changePrices .change.discount {
  color: #363636;
  background-color: #ffffff;
}
.wrapProduit ul li.sku .pricingSetting p.containPricingSetting i {
  font-size: 12px;
  padding-right: 2px;
}
.wrapProduit ul li {
  /*-- Code de produit --*/
}
.wrapProduit ul li.codeProduit {
  padding: 0px 0px 4px 0px;
  font-size: 11px;
}
.wrapProduit ul li.codeProduit .blockPrice {
  float: right;
}
.wrapProduit ul li.codeProduit .blockPrice p {
  display: inline-block;
}

/*-----------------------*/
.wrapProduit .subPricingSettingPanel {
  background-color: #363636;
  color: #fff;
  position: absolute;
  padding: 10px;
  width: 100%;
  top: 80%;
  right: 0;
  z-index: 51;
  opacity: 0.95;
}
.wrapProduit .subPricingSettingPanel h3 {
  font-size: 16px;
  padding: 5px 0 5px 0;
}
.wrapProduit .subPricingSettingPanel h4 {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  padding: 10px 0 3px 0;
}
.wrapProduit .subPricingSettingPanel ul li {
  border: 1px solid transparent;
  margin: 2px 0 2px 0;
  padding: 1px 0 1px 2px;
  width: auto;
  font-size: 10px;
  cursor: pointer;
  color: #fff;
}
.wrapProduit .subPricingSettingPanel .blockMarkup ul {
  width: 100%;
}
.wrapProduit .subPricingSettingPanel .blockMarkup ul li {
  position: relative;
}
.wrapProduit .subPricingSettingPanel .blockMarkup ul li span {
  width: 18px;
  padding: 4px 0 4px 0;
  text-align: center;
  background-color: #666666;
  border: 0;
  color: #fff;
  line-height: 1;
}
.wrapProduit .subPricingSettingPanel .blockMarkup ul li span.cost {
  background-color: #b25538;
}
.wrapProduit .subPricingSettingPanel .blockMarkup ul li span.priceValue {
  width: initial;
  border: initial;
  background-color: initial;
  color: #999;
  text-transform: none;
  position: absolute;
  top: 2px;
  left: 150px;
}
.wrapProduit .subPricingSettingPanel .blockCurrency ul li {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px;
}
.wrapProduit .subPricingSettingPanel .blockCurrency ul li.selected {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.wrapProduit .subPricingSettingPanel .blockDiscount .colGauche {
  float: left;
  width: 46%;
}
.wrapProduit .subPricingSettingPanel .blockDiscount .colGauche ul {
  width: auto;
}
.wrapProduit .subPricingSettingPanel .blockDiscount .colGauche ul li span {
  width: 18px;
  padding: 4px 0 4px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  color: #363636;
  line-height: 1;
}
.wrapProduit .subPricingSettingPanel .blockDiscount .colDroit {
  float: right;
  width: 46%;
}
.wrapProduit .subPricingSettingPanel .blockDiscount .colDroit ul {
  width: auto;
}
.wrapProduit .subPricingSettingPanel .blockDiscount .colDroit ul li span {
  width: 18px;
  padding: 4px 0 4px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  color: #363636;
  line-height: 1;
}
.wrapProduit .subPricingSettingPanel .selected {
  border: 1px solid #fff;
  padding: 1px 0 1px 2px;
}
.wrapProduit .subPricingSettingPanel .blockApply {
  padding: 10px 0 0 0;
}
.wrapProduit .subPricingSettingPanel .blockApply a {
  font-size: 9px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.wrapProduit .subPricingSettingPanel .blockApply a i {
  font-style: normal;
  display: inline-block;
  margin-right: 5px;
}
.wrapProduit .subPricingSettingPanel .blockApply a i:before {
  font-family: "FontAwesome";
  content: "\f013";
  font-size: 25px;
  vertical-align: middle;
  color: #fff;
}
.wrapProduit .subPricingSettingPanel .blockApply button {
  float: right;
  font-family: Arial;
  color: #fff;
  font-size: 14px;
  background-color: #217497;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  /*&:hover{
      background: #13B797;
  }*/
}

/*-----------------------*/
.wrapProduit ul li .totalPrice p {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  text-align: right;
}

.wrapProduit ul li .totalPrice p span {
  border-top: solid 1px #000;
}

.wrapProduit ul li .estimatedPrice {
  font-style: italic;
  padding-left: 0px;
}

.estimatedPriceTotal {
  padding-left: 0px;
  font-style: italic;
  color: #000;
  float: left;
}

/*-----------------glass top only-------------------*/
.wrapProduit ul li.glassTopOnly {
  position: relative;
}
.wrapProduit ul li.glassTopOnly a {
  display: inline-block;
  color: #333;
  font-size: 10px;
  padding: 2px;
  cursor: pointer;
  border: solid 1px #555556;
  text-decoration: none;
}
.wrapProduit ul li.glassTopOnly a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.wrapProduit ul li.glassTopOnly .subPopOver:after, .wrapProduit ul li.glassTopOnly .subPopOver:before {
  left: 23%;
}
.wrapProduit ul li.glassTopOnly .subPopOver .title h4 {
  font-weight: normal;
}
.wrapProduit ul li.glassTopOnly .subPopOver .title h5 {
  font-size: 14px;
}
.wrapProduit ul li.glassTopOnly .subPopOver .title h5 .blockGlassPrice {
  float: right;
}
.wrapProduit ul li.glassTopOnly .subPopOver ul {
  padding: 5px 10px 5px 10px;
}
.wrapProduit ul li.glassTopOnly .subPopOver ul li {
  color: #666;
  padding: 2px 0 2px 0;
}
.wrapProduit ul li.glassTopOnly .subPopOver .favorite {
  padding: 20px 0 10px 0;
  text-align: center;
}
.wrapProduit ul li.glassTopOnly .subPopOver .favorite a {
  border: 1px solid #B2B2B2;
  background-color: #fff;
  font-size: 12px;
  padding: 15px;
  width: 160px;
}
.wrapProduit ul li.glassTopOnly .subPopOver .favorite a:hover {
  background-color: #fff;
}
.wrapProduit ul li.glassTopOnly .subPopOver .favorite a:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f006";
  font-size: 28px;
  color: #FBBC05;
  line-height: 1;
}
.wrapProduit ul li.glassTopOnly .subPopOver .favorite a.active:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f005";
  font-size: 28px;
  color: #FBBC05;
  line-height: 1;
}
.wrapProduit ul li.glassTopOnly .subPopOver span.addGlassTop:after {
  font-family: "FontAwesome";
  content: "\f006";
  font-size: 18px;
  color: #FBBC05;
  line-height: 1;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

/*----------------------------------------*/
.infoList {
  width: 213px;
  padding: 0 0 0 5px;
  color: #555556;
  font-size: 11px;
}
.infoList ul {
  padding: 5px 15px 0 0;
}
.infoList ul li {
  padding: 2px 0 2px 17px;
}
.infoList ul li a i {
  font-size: 13px;
  color: #666666;
}

.infoList ul li:first-child {
  padding-top: 0;
}

.infoList ul li.productCategory {
  display: none;
}

.infoList ul li.productCategory h4 {
  width: 190px;
  padding: 5px 0 0 0;
}

.infoList ul li#boxQtyNode {
  text-transform: none;
}
.infoList ul li#boxQtyNode .actionPopOver {
  text-decoration: none;
}
.infoList ul li#boxQtyNode .actionPopOver:before {
  font-family: "Glyphicons";
  content: "\e196";
  padding-right: 5px;
  font-size: 11px;
  vertical-align: middle;
  color: #006063;
}

.infoList ul li#technicalSheet a {
  text-decoration: none;
  color: #555556;
  font-weight: bold;
  margin-left: -17px;
}
.infoList ul li#technicalSheet a:before {
  padding-right: 5px;
  font-weight: normal;
  font-family: "FontAwesome";
  content: "\f08e";
  font-size: 11px;
}

.infoList ul li.legende {
  padding: 5px 0 5px 17px;
  font-size: 0.84em;
  font-style: italic;
}

.infoList ul li.dimensionBuffet a,
.infoList ul li.dimension a {
  text-decoration: none;
  color: #555556;
}

.infoList ul li.dimension span {
  line-height: 18px;
}

.infoList ul li.dimensionBuffet {
  display: inline-block;
  margin: 0 0 0 -17px;
}

.infoList ul li.dimensionBuffet p {
  display: inline-block;
  font-weight: bold;
  padding: 0 2px 0 2px;
  border: 1px solid #989898;
}

.infoList ul li.dimensionBuffet span {
  font-weight: bold;
}

.infoList ul li.textProduit {
  padding: 5px 0 5px 17px;
  width: 175px;
  background-color: #CCCCCC;
}

.infoList ul li.textProduit p {
  width: 187px;
}

.infoList ul li .result {
  font-weight: bold;
  display: inline;
}

.infoList ul li .result a {
  text-decoration: none;
  font-weight: normal;
  color: #555556;
}

.infoList ul li.showVideo {
  display: inline-block;
  margin: 0 0 0 -17px;
}

.infoList ul li.showVideo a {
  text-decoration: none;
  color: #555556;
  font-weight: bold;
}

.infoList ul li.showVideo i {
  font-size: 11px;
}

.infoList ul li.showButcher {
  display: inline-block;
  margin: 0 0 0 -17px;
}

.infoList ul li.extension {
  margin: 0 0 0 -17px;
}

.infoList ul li.description {
  margin: 0 0 0 0;
}

.infoList ul li.description span {
  display: block;
}

.infoList ul li.description span:last-child {
  margin-bottom: 10px;
}

.infoList ul li div.showFinishes, .infoList ul li div.showEdges, .infoList ul li div.showNailButton,
.infoList ul li div.showAlignment, .infoList ul li div.showSeam, .infoList ul li div.showQuilting {
  display: inline;
  margin: 0 0 0 -17px;
}

.infoList ul li div.showLegs {
  display: inline;
  margin: 0 0 0 -17px;
}

.infoList ul li div.espaceShowLegs {
  display: inline;
}

.infoList ul li div.showFabric {
  display: inline;
  margin: 0 0 0 -17px;
}

.wrapAlignment .showAlignment a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #666666;
  vertical-align: middle;
  cursor: pointer;
}
.wrapAlignment .showAlignment a:before {
  font-family: FontAwesome;
  content: "\f05b";
}

.wrapSeam .showSeam a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  color: #000;
  vertical-align: middle;
  cursor: pointer;
}
.wrapSeam .showSeam a:before {
  font-family: Glyphicons;
  content: "\e599";
}

/*--------- debut tooltip jquery------------*/
.tip2 {
  color: #fff;
  background: #1d1d1d;
  display: none; /*--Hides by default--*/
  padding: 1px;
  position: absolute;
  z-index: 1000;
}

/*--------- debut tooltip jquery------------*/
/*---------------------*/
.btnInfo {
  width: 218px;
  padding: 5px 0px 0px 0px;
  display: none;
}

.btnInfo ul {
  background-repeat: repeat-x;
  height: 20px;
  padding: 0px 5px 0px 0px;
  display: none;
}

.btnInfo ul li.floatBtnInfo {
  float: right;
  height: 20px;
}

.btnInfo ul li.floatBtnInfo a {
  text-decoration: none;
  color: #000;
  display: block;
  height: 19px;
  padding: 0px 4px 0px 4px;
  font-size: 12px;
}

.btnInfo ul li.floatBtnInfo a:hover {
  color: #878787;
}

.btnInfo ul li.floatBtnInfo img {
  display: block;
}

/*---------------------*/
/*---------------- Debut collapse jquery -------------------*/
.wishList h3 {
  display: inline-block;
  height: 25px;
  font-size: 14px;
}

.wishList h3 a {
  display: inline-block;
  height: 25px;
  width: 108px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  cursor: default;
  background-color: #F3F3F3;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.wishList h3 a.active {
  background-color: #F3F3F3;
}

.wishList a.btnMylibrary {
  position: relative;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #666666;
  color: #666666;
  padding: 2px 15px 2px 15px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  float: right;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wishList a.btnMylibrary:hover {
  background-color: #666666;
  color: #ffffff;
}
.wishList a.btnMylibrary span.badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 0.25em 0.4em;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.wishList a.btnPopOver {
  font-family: GlyphIcons;
  font-size: 16px;
  color: #8A6D3B;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 99px;
}

h3.trigger {
  background-color: #F3F3F3;
  padding: 5px 0 5px 0;
  width: 220px;
  font-size: 14px;
  cursor: pointer;
}

h3.trigger a {
  height: 20px;
  padding: 0px 0px 0px 10px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}

h3.trigger a:hover {
  color: #000;
}

h3.active {
  background-position: left bottom;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
h3.trigger a span {
  font-family: Verdana;
  font-style: normal;
  font-size: 14px;
}

.toggle_container {
  position: relative;
  padding: 0;
  background-color: #F3F3F3;
  border-top: 1px solid #CCCCCC;
  overflow: hidden;
  height: auto;
  font-size: 12px;
  width: 220px;
}

.toggle_container .block {
  padding: 0px 0px 0px 0px; /*--Padding of Container--*/
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 112px;
  max-height: 112px; /* 210, 225 */
  width: 220px;
}

/* buffet avec prix*/
.toggle_container .blockShort {
  padding: 0px 0px 0px 0px; /*--Padding of Container--*/
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 98px;
  max-height: 98px; /* 210, 225 */
  width: 220px;
}

/* ------------- */
.toggle_container2 {
  padding: 0;
  background-color: #F3F3F3;
  overflow: hidden;
  font-size: 12px;
  width: 220px;
}
.toggle_container2 .block ul#wishlistcontainer {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 108px; /* 135, 147 */
  max-height: 108px;
}
.toggle_container2 .block ul.libraryContent {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 143px; /* 135, 147 */
  max-height: 143px;
}

/*---------------- fin collapse jquery -------------------*/
.toggle_container a.btnScroll {
  display: none;
  position: absolute;
  bottom: 2px;
  right: 20px;
  cursor: pointer;
}
.toggle_container a.btnScroll:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  font-size: 24px;
  color: rgba(102, 102, 102, 0.3);
}
.toggle_container a.btnScroll:hover:before {
  color: rgba(102, 102, 102, 0.4);
}

/*--------- colDroitBottom ------------*/
.colDroitBottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
}

/*------------------------------------*/
/*--------- wishList ------------*/
.wishList {
  width: 220px;
  padding: 0 0 0 10px;
  position: relative;
  /* Landscape: static so the wish-list popups (alertBTNset, .eclair)
     anchor to #colDroit, outside the .info scroller, escaping its
     overflow clip. */
}
@media screen and (orientation: landscape) {
  .wishList {
    position: static;
    /* the 10px inset comes from .colDroitScroll in landscape */
    padding-left: 0;
  }
}

.wishList .alertBTNset {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #B2B2B2;
  padding: 10px 0 10px 0;
  width: 120%;
  bottom: 50px;
  left: -20px;
  z-index: 999;
}

.wishList .alertBTNset:after, .wishList .alertBTNset:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.wishList .alertBTNset:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.wishList .alertBTNset:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #B2B2B2;
  border-width: 12px;
  margin-left: -12px;
}

.wishList .alertBTNset .title {
  display: block !important;
  background-color: #F7F7F7 !important;
  border-bottom: 1px solid #EBEBEB !important;
  padding: 10px !important;
  margin-bottom: 5px !important;
  width: 92.5% !important;
  color: #666 !important;
  font-size: 12px !important;
}

.wishList .alertBTNset hr {
  margin: 0 auto 10px auto;
  background-color: #B2B2B2;
  width: 244px;
  height: 1px;
  border: 0;
}

.wishList .alertBTNset p {
  color: #666 !important;
  font-size: 10px !important;
  line-height: 20px !important;
  padding: 0 10px 0 10px !important;
}

/*.wishList .alertBTNset {
	display: none;
	position: absolute;
	top: 0px;
	right: 226px;
	width: 100px;
	padding: 20px;
	background-color: #363636;	
	opacity:0.95;
	z-index: 51;	
}
.wishList .alertBTNset img {
	position: absolute;
	top: 15px;
	right: -6px;	
	z-index: 52;	
}

.wishList .alertBTNset p {
	color: #fff;
	line-height: 18px;
	font-size: 11px;
	text-transform: none;
}*/
.wishList ul.wishListContent {
  position: relative;
}

.wishList ul.wishListContent li {
  height: auto;
  padding: 4px 0px 4px 0px;
}

.wishList ul.wishListContent li .icoVoirThumb {
  float: left;
}

.wishList ul.wishListContent li .icoVoirThumb a {
  float: left;
  padding: 0 5px 2px 5px;
  text-decoration: none;
}
.wishList ul.wishListContent li .icoVoirThumb a:before {
  font-family: "FontAwesome";
  content: "\f05a";
  font-size: 14px;
  color: #666666;
}

.wishList ul.wishListContent li .icoCanceledThumb {
  float: left;
}

.wishList ul.wishListContent li .icoCanceledThumb b {
  float: left;
  padding: 0 5px 2px 5px;
  text-decoration: none;
}
.wishList ul.wishListContent li .icoCanceledThumb b:before {
  font-family: "FontAwesome";
  content: "\f05e";
  font-size: 14px;
  color: #666666;
}

.wishList ul.wishListContent li .numWishlist {
  float: left;
  width: 155px;
}

.wishList ul.wishListContent li .numWishlist a {
  float: left;
  width: 155px;
  color: #000;
  text-decoration: none;
}

.wishList ul.wishListContent li .icoClose {
  float: left;
}

.wishList ul.wishListContent li .icoClose a {
  padding: 0px 2px 0px 5px;
  float: left;
  text-decoration: none;
}
.wishList ul.wishListContent li .icoClose a:before {
  font-family: "FontAwesome";
  content: "\f1f8";
  font-size: 16px;
  color: #666666;
}

/*---------------------*/
.wishList ul.libraryContent li {
  width: 80%;
  background-color: #F3F3F3;
  margin: 20px auto;
}
.wishList ul.libraryContent li images {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.wishList ul.libraryContent li images img {
  width: 100%;
  margin: 0 auto;
}
.wishList ul.libraryContent li images askPreview {
  display: block;
  text-align: center;
  background-color: #DFDFDF;
  padding: 20px 0 20px 0;
}
.wishList ul.libraryContent li images askPreview camera {
  display: inline-block;
  cursor: pointer;
}
.wishList ul.libraryContent li images askPreview camera:before {
  font-family: "FontAwesome";
  content: "\f030";
  font-size: 24px;
  color: #999999;
}
.wishList ul.libraryContent li images askPreview p {
  padding-top: 5px;
  color: #999999;
}
.wishList ul.libraryContent li images notAvailable {
  display: block;
  text-align: center;
  background-color: #DFDFDF;
  padding: 20px 0 20px 0;
}
.wishList ul.libraryContent li images notAvailable ban {
  display: inline-block;
  cursor: pointer;
}
.wishList ul.libraryContent li images notAvailable ban:before {
  font-family: "FontAwesome";
  content: "\f05e";
  font-size: 24px;
  color: #fff;
}
.wishList ul.libraryContent li images notAvailable p {
  padding-top: 5px;
  color: #999999;
}
.wishList ul.libraryContent li sku {
  display: block;
  padding: 10px;
}
.wishList ul.libraryContent li sku p {
  padding: 2px 0 2px 0;
}
.wishList ul.libraryContent li blockAction {
  display: block;
  padding: 5px 0 5px 0;
  border-top: 1px solid #DFDFDF;
  text-align: center;
}
.wishList ul.libraryContent li blockAction trash {
  display: inline-block;
  cursor: pointer;
}
.wishList ul.libraryContent li blockAction trash:before {
  font-family: "FontAwesome";
  content: "\f1f8";
  font-size: 18px;
  color: #666666;
}

/*--------- debut tooltip jquery------------*/
.tip {
  color: #fff;
  background: #000;
  border: solid 2px #000;
  display: none; /*--Hides by default--*/
  position: absolute;
  z-index: 900;
  top: 0px;
  left: 0px;
}

/*--------- debut tooltip jquery------------*/
/*---------------------*/
.wishList ul.btnList {
  text-transform: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 5px 0 5px;
}
.wishList ul.btnList li {
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.wishList ul.btnList li a {
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.wishList ul.btnList li a i.fa-gift, .wishList ul.btnList li a i.fa-map-marker, .wishList ul.btnList li a i.fa-info-circle, .wishList ul.btnList li a i.fa-usd {
  font-size: 22px;
}
.wishList ul.btnList li a.onfocus {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #217497;
  background-color: #217497;
  color: #ffffff;
  font-size: 11px;
  padding: 5px 20px 5px 20px;
  display: block;
}
.wishList ul.btnList li a.ghost {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #217497;
  color: #217497;
  padding: 5px 20px 5px 20px;
  font-size: 11px;
  display: block;
}
.wishList ul.btnList li.fullWidth {
  width: 80%;
}

/*############################################## fin colDroit ###################################################*/
/*############################################## Debut Thumbnail ###################################################*/
.thumbnail {
  float: left;
  position: relative;
  padding: 5px 0 2px 0;
  width: 955px;
  height: 135px;
  overflow-x: scroll;
  overflow-y: hidden;
}

#choicelist {
  float: none;
  clear: both;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 500;
  background-color: #ffffff;
}

.thumbnail .imgThumb {
  width: 75px;
  height: 75px;
  background-color: #ffffff;
}

.thumbnail .imgThumb img {
  width: 75px;
  height: 75px;
}

.thumbnail .boxFilter {
  float: left;
  position: relative;
  width: 30px;
  height: 108px;
  padding: 5px 0 5px 0;
  background-color: #DFDFDF;
}
.thumbnail .boxFilter .clickFilter {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 30px;
  height: 108px;
  padding: 5px 0 5px 0;
  background-color: #CCCCCC;
}
.thumbnail .boxFilter .clickFilter span {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #666666;
  cursor: pointer;
  font-size: 16px;
}
.thumbnail .boxFilter .clickFilter span.openBoxFilter:before {
  font-family: Glyphicons;
  content: "\e224";
}
.thumbnail .boxFilter .clickFilter span.closeBoxFilter:before {
  font-family: Glyphicons;
  content: "\e225";
}
.thumbnail .boxFilter .clickFilter p {
  position: absolute;
  bottom: 40px;
  right: -7px;
  width: 45px;
  cursor: pointer;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  color: #666666;
  font-size: 14px;
}
.thumbnail .boxFilter ul#listFilter {
  width: 205px;
  height: 108px;
  overflow-y: auto;
}
.thumbnail .boxFilter ul#listFilter li {
  display: inline-block;
  padding: 0 4px 0 4px;
  background-color: #555556;
  margin-bottom: 5px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*&:after{
     font-family: Glyphicons;
      content: "\E208";
      vertical-align: middle;
      cursor: pointer;
      padding-left: 4px;
  }*/
}

/*---------------------------*/
/*---------list Thumb------------------*/
.thumbnail ul#listThumb {
  width: 10050px;
  height: 100%;
  background-color: #ffffff;
}
.thumbnail ul#listThumb li {
  list-style: none;
  position: relative;
}
.thumbnail ul#listThumb li.itemFloat {
  float: left;
  text-align: center;
  padding: 0 5px 0 5px;
}
.thumbnail ul#listThumb li.itemFloat.available {
  display: flex;
  height: 100%;
  margin: 0 15px 0 15px;
  padding: 0;
}
.thumbnail ul#listThumb li.itemFloat.available .textItem {
  display: flex;
  align-items: center;
  background-color: #F3F3F3;
  height: 100%;
}
.thumbnail ul#listThumb li.itemFloat.available .textItem.dnone {
  display: none;
}
.thumbnail ul#listThumb li.itemFloat.available p {
  text-align: left;
  padding: 0 15px 0 15px;
  font-size: 14px;
}
.thumbnail ul#listThumb li.itemFloat.available a {
  border: 1px solid #F3F3F3;
  background-color: #F3F3F3;
}
.thumbnail ul#listThumb li.itemFloat.available a:hover {
  border: 1px solid #F3F3F3;
}
.thumbnail ul#listThumb li.itemFloat.available a img {
  width: 75px;
}
.thumbnail ul#listThumb li.itemFloat .thumbShowSpecification {
  position: absolute;
  top: 5px;
  right: 8px;
}
.thumbnail ul#listThumb li.itemFloat .thumbShowSpecification i {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 14px;
  padding: 2px 3px 2px 3px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumbnail ul#listThumb li.itemFloat .thumbShowSpecification i.alignment:before {
  content: "\f05b";
}
.thumbnail ul#listThumb li.itemFloat a {
  float: left;
  display: block;
  font-size: 11px;
  color: #000;
  border: solid 1px #ffffff;
  cursor: pointer;
  height: 115px;
  width: 75px;
  background-color: #ffffff;
}
.thumbnail ul#listThumb li.itemFloat a.select {
  float: left;
  display: block;
  border: solid 1px #DFDFDF;
  cursor: pointer;
  background-color: #DFDFDF;
}
.thumbnail ul#listThumb li.itemFloat a:hover {
  border: solid 1px #DFDFDF;
}
.thumbnail ul#listThumb li.itemFloat a.active {
  background-color: #DFDFDF;
  border: solid 1px #DFDFDF;
}
.thumbnail ul#listThumb li.itemFloat a span {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.thumbnail ul.bgThumb {
  background-color: #e1e1e1;
  height: 100%;
}

/*############################################## fin Thumbnail ###################################################*/
/*############################################## Debut footer ###################################################*/
#footer {
  background-color: #2b2b2b;
  width: 100%;
  padding: 50px 0 50px 0;
}

.footer-content {
  width: 960px;
  margin: 0 auto;
  font-family: "LatoLatinWeb";
}
.footer-content .bannerLink {
  margin-top: 50px;
}
.footer-content .bannerLink .colLeft .logoFooter {
  display: inline-block;
}
.footer-content .bannerLink .colLeft .logoFooter a img {
  width: 60px;
}
.footer-content .bannerLink .colLeft .switchLanguage {
  margin-top: 20px;
}
.footer-content .bannerLink .colLeft .switchLanguage ul {
  display: inline-block;
  font-family: "LatoLatinWebLight";
}
.footer-content .bannerLink .colLeft .switchLanguage ul li {
  margin-bottom: 8px;
}
.footer-content .bannerLink .colLeft .switchLanguage ul li:last-child {
  margin-bottom: 0;
}
.footer-content .bannerLink .colLeft .switchLanguage ul li a {
  font-size: 14px;
  color: #CCCCCC;
  text-decoration: none;
}
.footer-content .bannerLink .colLeft .switchLanguage ul li a i {
  font-size: 20px;
  vertical-align: middle;
}
.footer-content .bannerLink .colRight {
  text-align: right;
}
.footer-content .bannerLink .colRight ul {
  display: inline-block;
  font-family: "PathwayGothicOne-Regular";
}
.footer-content .bannerLink .colRight ul li {
  margin-bottom: 15px;
}
.footer-content .bannerLink .colRight ul li:last-child {
  margin-bottom: 0;
}
.footer-content .bannerLink .colRight ul li a {
  color: #CCCCCC;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
.footer-content .disclaimer {
  width: 100%;
  margin-top: 30px;
}
.footer-content .disclaimer ul {
  padding: 5px 0 5px 0;
}
.footer-content .disclaimer ul li {
  font-size: 10px;
  font-family: Verdana;
  color: #999;
}
.footer-content .disclaimer ul li a {
  color: #dfdfdf;
}

/*---------------------*/
.footColGauche {
  float: left;
  width: 60%;
  color: #fff;
}

/*---------------------*/
.modal {
  width: 800px;
  padding: 20px;
}

.modal h3 {
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  width: 650px;
  color: #777777;
  border-bottom: solid 1px #b2b2b2;
}

.modal span.text1 {
  color: #777777;
  font-weight: bold;
}

.modal span.modalTitre {
  color: #777777;
  font-size: 20px;
  border-bottom: solid 1px #b2b2b2;
  width: 200px;
  display: block;
}

.modal a.backV1 {
  color: #444444;
}

.modal a.backV1:hover {
  color: #777777;
}

/*---------------------*/
.footColGauche .wrapCol {
  padding: 0px 0px 0px 0px;
}

.footColGauche .wrapCol p {
  font-size: 12px;
  color: #aaa9a9;
  line-height: 18px;
}

.footColGauche .wrapCol p a {
  color: #dfdfdf;
}

.footColGauche .wrapCol p a:hover {
  color: #aaa9a9;
}

.footColGauche h3 a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.footColGauche .espaceH3 {
  padding-bottom: 10px;
}

/*---------------------*/
.footColDroit {
  float: left;
  width: 40%;
  color: #fff;
  position: relative;
}
.footColDroit .wrapCol {
  padding: 0px 0px 0px 0px;
  text-align: right;
}
.footColDroit .wrapCol .frontCatalog {
  display: inline-block;
  width: 140px;
  height: 94px;
}
.footColDroit .wrapCol .frontCatalog div a {
  width: 140px;
  height: 94px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.footColDroit .wrapCol .frontCatalog div a img {
  margin: 0 auto;
  padding-top: 14px;
}
.footColDroit .wrapCol .frontFabric {
  display: inline-block;
  width: 140px;
  height: 94px;
}
.footColDroit .wrapCol .frontFabric div a {
  width: 140px;
  height: 94px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.footColDroit .wrapCol .frontFabric div a img {
  margin: 0 auto;
  padding-top: 14px;
}

/*------------------------------------- Footer Ghost --------------------------------------*/
.footColGaucheGhost {
  float: left;
  width: 720px;
  color: #fff;
}

.footColGaucheGhost .contact h3 {
  width: 700px;
  color: #fff;
  font-size: 30px;
}

.footColGaucheGhost .contact img.coBrindingLogo {
  display: none;
}

.footColGaucheGhost .titleWebsite {
  display: none;
  padding-top: 10px;
}
.footColGaucheGhost .titleWebsite a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.footColGaucheGhost .titleWebsite a:before {
  font-family: "Glyphicons";
  content: "\e453";
  margin-right: 5px;
  font-size: 18px;
}

.footColGaucheGhost .footList {
  padding: 20px 0px 0px 0px;
  margin-right: 20px;
  float: left;
  height: 155px;
}

.footColGaucheGhost .footList ul {
  height: auto;
}

.footColGaucheGhost .footList ul li {
  line-height: 20px;
  font-size: 12px;
  color: #aaa9a9;
}

.footColGaucheGhost .footList ul li.footLieu {
  font-family: "PathwayGothicOne-Regular";
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-size: 15px;
  color: #fff;
}

.footColGaucheGhost .footList ul li a {
  color: #dfdfdf;
  text-decoration: underline;
}

/*---------------------*/
.footColDroitGhost {
  float: left;
  width: 350px;
  color: #fff;
  position: relative;
}

.footColDroitGhost .frontCatalog {
  width: 103px;
  height: 94px;
}

.footColDroitGhost .frontCatalog div a {
  width: 103px;
  height: 94px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  position: relative;
}

.footColDroitGhost .frontCatalog div a img {
  margin: 0 auto;
  padding-top: 14px;
}

/*-------------------------------------*/
.footColDroitGhost .frontFabric {
  width: 103px;
  height: 94px;
}

.footColDroitGhost .frontFabric div a {
  width: 103px;
  height: 94px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  text-transform: none;
}

.footColDroitGhost .frontFabric div a img {
  margin: 0 auto;
  padding-top: 14px;
}

/*-------------------------------------*/
.footColDroitGhost .pricesList {
  width: 103px;
  height: 94px;
}

#priceListButtonsWrapper:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.footColDroitGhost .pricesList div a {
  width: 103px;
  height: 94px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
}

.footColDroitGhost .pricesList div a img {
  margin: 0px auto;
  padding: 16px 0 5px 0;
}

.footColDroitGhost .pricesList div a.arrowOptionPriceList {
  width: 19px;
  height: 94px;
  display: block;
  color: #fff;
  text-decoration: none;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  font-size: 10px;
  font-weight: normal;
  text-transform: capitalize;
}

.footColDroitGhost .pricesList div a.arrowOptionPriceList img {
  margin: 0px auto;
  padding: 40px 0 5px 0;
}

.footColDroitGhost .wrapCol {
  display: flex;
  gap: 10px;
}

/*----------*/
#formRepPriceList {
  padding: 10px 45px 10px 45px;
  width: 500px;
}

#formRepPriceList h3 {
  text-align: center;
  font-size: 30px;
  color: #464749;
}

#formRepPriceList hr.formPriceList {
  margin: 5px 0px 10px 0px;
  background-color: #97999c;
  width: 100%;
  height: 1px;
  border: 0;
}

#formRepPriceList p {
  text-align: center;
  font-size: 16px;
}

#formRepPriceList p.dateActivationPriceList {
  font-size: 12px;
  padding-top: 5px;
  color: #999999;
}

/*----------*/
#formRepPriceList .blockChooseVersion {
  border: 1px solid #FAEBCC;
}
#formRepPriceList .blockChooseVersion .titleChoice {
  position: relative;
  background-color: #FCF8E3;
  padding: 10px;
}
#formRepPriceList .blockChooseVersion .titleChoice i {
  font-style: normal;
  color: #DC930F;
  font-size: 20px;
  font-family: "Glyphicons";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 25px;
}
#formRepPriceList .blockChooseVersion .titleChoice i:before {
  content: "\e197";
}
#formRepPriceList .blockChooseVersion .titleChoice p {
  font-size: 12px;
  font-weight: bold;
  color: #464749;
}
#formRepPriceList .blockChooseVersion .choice {
  margin-left: 80px;
  padding: 15px 0 10px 0;
}
#formRepPriceList .blockChooseVersion .choice .listChoice {
  padding: 0 0 5px 0;
}
#formRepPriceList .blockChooseVersion .choice p {
  font-size: 12px;
  display: inline-block;
  color: #999;
}

#formRepPriceList .blockChooseVersion input[type=radio]:not(old).css-checkbox {
  display: none;
}

#formRepPriceList .blockChooseVersion input[type=radio]:not(old).css-checkbox + label.css-label {
  padding-left: 22px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  color: #464749;
  vertical-align: middle;
  cursor: pointer;
}

#formRepPriceList .blockChooseVersion input[type=radio]:not(old).css-checkbox:checked + label.css-label {
  background-position: 0 -19px;
}

#formRepPriceList .blockChooseVersion label.css-label:not(old) {
  background-image: url(../../images/radioPriceList.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*----------*/
#formRepPriceList form {
  margin: 0 auto;
  color: #464749;
  width: 450px;
  font-size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#formRepPriceList form .rowPriceList {
  padding: 10px 0px 10px 0px;
}

#formRepPriceList form .rowPriceList .priceListcolGauche {
  display: inline-block;
  padding: 7px 0px 7px 0px;
}

#formRepPriceList form .rowPriceList .priceListcolDroit {
  float: right;
}

#formRepPriceList form input[type=text] {
  padding: 6px 10px 6px 10px;
  border: 1px solid #caccce;
  background-color: #fcfcfc;
  font-size: 14px;
  width: 248px;
}

/*-----select-----*/
#formRepPriceList form select {
  border: 0 !important; /*Removes border*/
  text-indent: 1px; /* Removes default arrow from firefox*/
  background-color: #97999c;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px 6px 10px;
  /*height: 35px;*/
  width: 270px;
}

#formRepPriceList form option {
  padding-left: 10px;
}

select::-ms-expand {
  display: none;
}

/*---------------*/
#formRepPriceList form input#markupPriceList {
  width: 37px;
  text-align: center;
}

#formRepPriceList form input.paddingMarkupPriceList {
  margin-right: 211px;
}

/*-----Radio-----*/
#formRepPriceList form table {
  border-collapse: collapse;
}

#formRepPriceList form table tr td {
  text-align: right;
}

#formRepPriceList form table tr td.roundingMethod {
  text-align: left;
}

#formRepPriceList form input[type=radio]:not(old).css-checkbox {
  display: none;
}

#formRepPriceList form input[type=radio]:not(old).css-checkbox + label.css-label {
  padding-left: 22px;
  height: 19px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}

#formRepPriceList form input[type=radio]:not(old).css-checkbox:checked + label.css-label {
  background-position: 0 -19px;
}

#formRepPriceList form label.css-label:not(old) {
  background-image: url(../../images/radioPriceList.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*---------------*/
#formRepPriceList form button[type=button] {
  display: block;
  float: right;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background-color: #217497;
  border: 0;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

/*#formRepPriceList form button[type="button"]:hover{	
    background: #003f7a;
}*/
/*-------------------*/
.wrapFooterLink .bannerPrivacy-full {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 0 30px 0;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content .colLeft {
  position: relative;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content .colLeft p {
  font-size: 10px;
  color: #666666;
  display: inline-block;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content .colLeft .revision {
  position: absolute;
  top: 0;
  right: 0;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content .colLeft .revision p {
  font-size: 12px;
  color: transparent;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content .colRight {
  text-align: right;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content .colRight ul {
  display: inline-block;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content .colRight ul li {
  float: left;
  margin: 0 5px 0 0;
  font-size: 10px;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content .colRight ul li:last-child {
  margin-right: 0;
}
.wrapFooterLink .bannerPrivacy-full .bannerPrivacy-content .colRight ul li a {
  float: left;
  display: block;
  font-size: 10px;
  text-decoration: none;
  color: #666666;
}

/*-------------------*/
.notification {
  font-family: "LatoLatinWebLight";
  background-color: #434343;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  margin-right: -320px;
  height: 100%;
  z-index: 999996;
}
.notification a {
  cursor: pointer;
}
.notification h2 {
  font-size: 24px;
  padding: 30px 0 30px 30px;
}
.notification article {
  width: 260px;
  padding: 15px 30px 15px 30px;
}
.notification article header h4 {
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 6px;
}
.notification article .blockImage {
  display: inline-block;
  position: relative;
}
.notification article .blockImage i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #999999;
  cursor: pointer;
  z-index: 2;
}
.notification article .blockImage img {
  width: 260px;
  cursor: pointer;
}
.notification article .blockImage p {
  font-size: 12px;
  color: #CCCCCC;
  padding-top: 3px;
}
.notification article .blockImage p a {
  color: #ffffff;
  text-decoration: underline;
  float: right;
  margin: 0;
}
.notification article footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.notification article footer p {
  font-size: 14px;
  color: inherit;
  padding: inherit;
}
.notification article footer a {
  font-family: "LatoLatinWebLight";
  background-color: #217497;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  margin: 0;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*&:hover{
      @include overFade();
      background-color: $burntTurquoise;
  }*/
}
.notification article footer a:focus {
  outline: none;
}
.notification article hr {
  display: inline-block;
  height: 1px;
  border: 0;
  margin: 20px 0 20px 0;
  background-color: #666666;
  width: 100%;
}
.notification a {
  color: #999999;
  text-decoration: none;
  margin-left: 30px;
}
.notification a span {
  border-bottom: solid 1px #999999;
}
.notification .blockTirette {
  position: absolute;
  bottom: 10px;
  right: 100%;
  font-family: "LatoLatinWebHeavy";
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  padding: 20px 8px 20px 8px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.notification .blockTirette i {
  font-style: normal;
}
.notification .blockTirette i.new {
  color: #ffffff;
  background-color: #ff0000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  width: 16px;
  height: 16px;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.notification .blockTirette i.fa-angle-left {
  font-size: 30px;
  color: #ffffff;
}
.notification .blockTirette i.fa-angle-right {
  font-size: 30px;
  color: #ffffff;
}

/*-------------------*/
/*[data-overlay|= true]{
    @include overlay();
    &.show{
        display: -webkit-flex;
        display: flex;
    }
    &.hide{
        display: none;
    }
    i{
        &.fa-times{
            position: absolute;
            z-index: 9993;
            top: 10px;  
            right: 10px;
            font-size: 30px;
            cursor: pointer;
            color: $grayLite;
        }     
    }

    .background{
        position: absolute;
        z-index: 9991;
        top: 0;  
        right:0;
        left: 0 ;
        bottom: 0;   
        background-color: rgba(0,0,0,0.8);
        @include fade();     
    }

    article{
        position: absolute;
        z-index: 9992;
        @include zoom();

        img{
            width: 100%;
        }
        @include circleLoader($width: 50px, $height: 50px);

        .box{
            background-color: $white;                       
            .title{
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-align-items: center;
                align-items: center;
                background-color: $schoolBus;
                padding: 20px;
                h2{
                    color: $white;
                    margin: 0;
                    font-family: 'LatoLatinWebLight';
                    font-weight: normal;
                    font-size: 45px;
                }
                i{
                    font-size: 45px;
                    color: $white;
                    margin-left: 20px;
                }             
            }
            p{
                padding: 40px;
                font-size: 18px;
                margin:0;
            }

            .btnAction{
                text-align: center;
                padding-bottom: 40px;
                button{
                    border: 0;
                    background-color: $tanTurquoise;
                    color: $white;
                    padding: 10px 40px 10px 40px;
                    margin-right: 10px;
                    &:last-child{
                        margin-right: 0;
                    }
                }
            }
        }
    }

}*/
/*############################################## fin footer ###################################################*/
ul.sticky {
  position: fixed;
  bottom: 0;
  left: 8%;
  z-index: 8888888;
  display: inline-block;
}
ul.sticky li {
  display: inline-block;
}
ul.sticky li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 20px 5px 20px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
ul.sticky li a.btnFreshDesk {
  background-color: #006063;
}
ul.sticky li a.btnStartWizard {
  background-color: #666666;
}

/*############################################## Format Tablette ###################################################*/
@media screen and (max-height: 768px) {
  #head {
    height: 40px;
  }
  #corp {
    padding: 10px 0px 0px 0px;
  }
  /*###------------- Debut megamenu Jquery Display none -------------------###*/
  .megamenu1 {
    top: 40px;
  }
  /*###--------------- fin megamenu Jquery Display none -------------------###*/
  /*###------------------------------- Debut log --------------------------------###*/
  #head .logIn {
    top: 6px;
  }
  /*-------------------------*/
  #head .logOff {
    top: 10px;
  }
  #head .subMenuLogOff {
    top: 40px;
  }
  /*###--------------------------------- fin log ---------------------------------###*/
  /*###---------------------------------------------- debut head & menu --------------------------------------------------###*/
  .menuCollection a.backHome i {
    font-size: 16px;
    padding-top: 13px;
  }
  .menuCollection a.label span {
    font-size: 16px;
    padding: 2px 0 0 15px;
  }
  .menuCollection a.label span:after {
    font-family: "FontAwesome";
    line-height: 1;
    font-size: 18px;
    color: #ffffff;
  }
  .menuCollection a.label bdi {
    padding: 0 0 0 15px;
    font-size: 12px;
    font-style: normal;
  }
  /*----------------------*/
  .menuPrincipal {
    height: 40px;
  }
  .menuPrincipal ul {
    height: 40px;
  }
  .menuPrincipal ul li a {
    background-image: url(../../images/bgOngletIpad.png);
    width: 85px;
    height: 36px;
    font-size: 14px;
  }
  .menuPrincipal ul li a img {
    display: none;
  }
  .menuPrincipal ul li a.accessory span {
    display: none;
  }
  .menuPrincipal ul li a.accessory br.brAcc {
    display: none;
  }
  .menuPrincipal ul li a.mediaUnit {
    background-image: url(../../images/bgOngletIpad.png);
    background-size: 130px 36px;
    width: 130px;
  }
  .menuPrincipal ul li a.mediaUnit.selected1 {
    background-image: url(../../images/bgOngletIpadSelected.png);
    width: 130px;
  }
  .menuPrincipal ul li a.selected1 {
    background-image: url(../../images/bgOngletIpadSelected.png);
    width: 85px;
    height: 36px;
  }
  /*###--------------------------------------------- fin head & menu -------------------------------------------------------###*/
  /*###--------------------------------------------- debut Search -------------------------------------------------------###*/
  .blockSearch {
    top: -10px;
  }
  /*###--------------------------------------------- fin Search -------------------------------------------------------###*/
}
/*############################################## Format Tablette ###################################################*/
/* 
#####################################
   @@@ Format fixe @@@
#####################################
*/
@media (max-width: 960px) {
  .warning .closeWarning {
    cursor: pointer;
    color: #8A6D3B;
    position: static;
    float: right;
  }
}
/* CSS Document */
/* 
##############################
   @@@ Theme Base @@@
##############################
*/
