@charset "UTF-8";
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * line-height : Mettre la hauteur de l'image ins├®rer dans le before
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 0;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.main-container {
  padding: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Open Sans", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399CC;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

.home-presenation {
  height: 301px;
  background-image: url(../images/portal/bg-home-presentation.jpg);
  background-size: 1000px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ad9571;
  position: relative;
}
.home-presenation .accroche {
  font-size: 40px;
  position: absolute;
  top: 37px;
  left: 27px;
  font-weight: 300;
  width: 365px;
  line-height: 48px;
}
.home-presenation div {
  position: absolute;
}
.home-presenation div p {
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  font-size: 15px;
}
.home-presenation div.store-delivery {
  top: 224px;
  left: 27px;
  width: 290px;
}
.home-presenation div.store-delivery:before {
  content: url(../images/portal/store-delivery-icon.png);
  float: left;
}
.home-presenation div.store-delivery p {
  padding-left: 16px;
  width: 170px;
  line-height: 17px;
}
.home-presenation div.home-delivery {
  top: 220px;
  left: 317px;
}
.home-presenation div.home-delivery:before {
  content: url(../images/portal/home-delivery-icon.png);
  float: left;
}
.home-presenation div.home-delivery p {
  padding-left: 10px;
  width: 100px;
  line-height: 17px;
  margin-top: 4px;
}

.search {
  height: 100px;
  border-bottom: 1px solid #ad9571;
}
.search .search-label {
  width: 240px;
  height: 100px;
  float: left;
}
.search .search-label p {
  font-size: 25px;
  position: relative;
  top: 19px;
  left: 50px;
  line-height: 30px;
  color: #ad9571;
  font-style: normal;
  font-family: "Open Sans", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.search .search-form {
  float: left;
  position: relative;
  top: 25px;
  left: 18px;
  width: 693px;
  height: 50px;
  border: 1px solid #ad9571;
}
.search .search-form .glass {
  display: inline-block;
  width: 52px;
  height: 48px;
}
.search .search-form .glass:before {
  content: url(../images/portal/icon-lunettes.png);
  position: relative;
  left: 12px;
  top: 11px;
}
.search .search-form input {
  width: 572px;
  position: relative;
  top: 5px;
  left: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Open Sans", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.search .search-form button {
  background-color: #ad9571;
  width: 50px;
  height: 48px;
  border: none;
  float: right;
}
.search .search-form button:before {
  content: url(../images/portal/icon-loupe.png);
  position: relative;
  top: 2px;
  left: 1px;
}
.search .search-form button.empty_search {
  background-image: url(../images/icon-close.png);
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  right: 52px;
  top: 15px;
  left: auto;
  width: 21px;
  height: 21px;
  background-position: 0 0;
  display: none;
}
.search .search-form button.empty_search::before {
  content: '';
}

.how-it-works {
  height: 407px;
  border-bottom: 1px solid #ad9571;
  display: inline-block;
  width: 100%;
}
.how-it-works h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans Condensed", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 35px;
  margin-top: 30px;
}
.how-it-works .steps {
  width: 100%;
  margin-top: 32px;
  display: inline-block;
}
.how-it-works .steps .step1, .how-it-works .steps .step2, .how-it-works .steps .step3, .how-it-works .steps .step4 {
  width: 25%;
  text-align: center;
  float: left;
}
.how-it-works .steps .step1 .number, .how-it-works .steps .step2 .number, .how-it-works .steps .step3 .number, .how-it-works .steps .step4 .number {
  margin: 0 auto 0 auto;
  width: 25px;
}
.how-it-works .steps .step1 .logo-step, .how-it-works .steps .step2 .logo-step, .how-it-works .steps .step3 .logo-step, .how-it-works .steps .step4 .logo-step {
  margin: 8px auto 5px;
}
.how-it-works .steps .step1 h3, .how-it-works .steps .step2 h3, .how-it-works .steps .step3 h3, .how-it-works .steps .step4 h3 {
  width: 100%;
  font-size: 25px;
  font-family: "Open Sans Condensed", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.how-it-works .steps .step1 .step-desc, .how-it-works .steps .step2 .step-desc, .how-it-works .steps .step3 .step-desc, .how-it-works .steps .step4 .step-desc {
  font-size: 15px;
  padding: 4px 0;
  line-height: 1.2;
}
.how-it-works .steps .step1 {
  width: 24%;
}
.how-it-works .steps .step1 .number::before {
  content: url(../images/portal/1.png);
}
.how-it-works .steps .step1 .logo-step::before {
  content: url(../images/portal/step1.png);
}
.how-it-works .steps .step2 {
  width: 26%;
}
.how-it-works .steps .step2 .number::before {
  content: url(../images/portal/2.png);
}
.how-it-works .steps .step2 .logo-step::before {
  content: url(../images/portal/step2.png);
}
.how-it-works .steps .step3 {
  width: 25%;
}
.how-it-works .steps .step3 .number::before {
  content: url(../images/portal/3.png);
}
.how-it-works .steps .step3 .logo-step::before {
  content: url(../images/portal/step3.png);
}
.how-it-works .steps .step4 {
  width: 25%;
}
.how-it-works .steps .step4 .number::before {
  content: url(../images/portal/4.png);
}
.how-it-works .steps .step4 .logo-step::before {
  content: url(../images/portal/step4.png);
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

#store-locator .search-header {
  background-color: #EFEFEF;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid white;
}
#store-locator .search-header p {
  font-size: 25px;
  padding-top: 7px;
  padding-left: 52px;
  color: #A0A0A0;
  font-weight: 100;
}
#store-locator .pager {
  width: 582px;
  float: left;
  margin-left: 5px;
  margin-top: 7px;
  text-align: center;
}
#store-locator .pager .jp-disabled {
  display: none;
}
#store-locator .pager .jp-previous::before {
  content: '';
  background-image: url(../images/pager/fleche-page-gauche.png);
  width: 12px;
  height: 20px;
  display: inline-block;
  float: left;
  margin-right: 25px;
}
#store-locator .pager .jp-next:after {
  content: '';
  background-image: url(../images/pager/fleche-page-droite.png);
  width: 12px;
  height: 20px;
  display: inline-block;
  float: right;
  margin-left: 25px;
}
#store-locator .pager .jp-current {
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #636363;
  color: white;
  width: 17px;
  height: 17px;
}
#store-locator .pager .jp-current:hover {
  color: white;
}
#store-locator .search-result {
  width: 582px;
  height: 830px;
  float: left;
  margin-left: 5px;
  margin-top: 7px;
}
#store-locator .search-result li {
  list-style: none;
}
#store-locator .search-result .store-detail {
  width: 260px;
  height: 440px;
  float: left;
  margin: 10px 0px 10px 22px;
  text-align: center;
}
#store-locator .search-result .store-detail:hover {
  background-color: #EFEFEF;
  -moz-box-shadow: #A0A0A0 2px 2px 5px;
  -webkit-box-shadow: #A0A0A0 2px 2px 5px;
  box-shadow: #A0A0A0 2px 2px 5px;
}
#store-locator .search-result .store-detail h3 {
  font-family: "Open Sans Condensed", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1;
}
#store-locator .search-result .store-detail .address {
  font-family: "Open Sans", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  margin: 0;
  line-height: 1.2;
}
#store-locator .search-result .store-detail .store-map-link {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 13px;
  position: relative;
  top: 24px;
}
#store-locator .search-result .store-detail .store-map-link span {
  content: url(../images/search-result/icon-plus-gris.png);
  margin-right: 3px;
  vertical-align: top;
}
#store-locator .map-info {
  cursor: pointer;
  width: 240px;
  height: 279px;
  margin: 9px;
  background-image: url(../images/portal/devanture.jpg);
  background-position: center;
  position: relative;
}
#store-locator .map-info .badges {
  position: absolute;
  left: 11px;
  top: 10px;
  font-family: 'Raleway';
  font-size: 15px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #ad9571;
  color: white;
  line-height: 20px;
  font-weight: 800;
}
#store-locator .map-info .map-store-choice-btn {
  min-width: 130px !important;
  min-height: 50px !important;
  background-color: #ad9571 !important;
  border: none !important;
  font: 600 15px "Open Sans", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif !important;
  color: white !important;
  padding: 10px;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
  top: 209px;
  margin: auto;
  cursor: pointer;
}
#store-locator .map-info .map-store-choice-btn:focus {
  outline: 0;
}
#store-locator .map-info .map-store-choice-btn::before {
  content: url(../images/search-result/icon-maps.png);
  float: left;
  margin-right: 10px;
}
#store-locator .map-info .map-store-choice-btn span {
  line-height: 28px;
}
#store-locator .seach-map {
  width: 410px;
  height: 820px;
  float: right;
  margin-top: 17px;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399CC;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}
