.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

/*! jQuery UI - v1.11.4 - 2015-05-26
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, autocomplete.css, button.css, dialog.css, menu.css, selectmenu.css, spinner.css, tooltip.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-dialog {
  z-index: 999999 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

/* CREATION MIXIN RESPONSIVE */
@font-face {
  font-family: 'pt_sansregular';
  src: url("fonts/PTS55F-webfont.eot");
  src: url("fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS55F-webfont.woff") format("woff"), url("fonts/PTS55F-webfont.ttf") format("truetype"), url("fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold';
  src: url("fonts/PTS75F-webfont.eot");
  src: url("fonts/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS75F-webfont.woff") format("woff"), url("fonts/PTS75F-webfont.ttf") format("truetype"), url("fonts/PTS75F-webfont.svg#pt_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansitalic';
  src: url("fonts/PTS56F-webfont.eot");
  src: url("fonts/PTS56F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS56F-webfont.woff") format("woff"), url("fonts/PTS56F-webfont.ttf") format("truetype"), url("fonts/PTS56F-webfont.svg#pt_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold_italic';
  src: url("fonts/PTS76F-webfont.eot");
  src: url("fonts/PTS76F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS76F-webfont.woff") format("woff"), url("fonts/PTS76F-webfont.ttf") format("truetype"), url("fonts/PTS76F-webfont.svg#pt_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans500Regular';
  src: url("fonts/museo-sans-500.eot");
  src: url("fonts/museo-sans-500.eot?#iefix") format("embedded-opentype"), url("fonts/museo-sans-500.woff") format("woff"), url("fonts/museo-sans-500.ttf") format("truetype"), url("fonts/museo-sans-500.svg#MuseoSans500Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.icon-sprite, .icon-arrow-left-red, .icon-arrow-right-green, .icon-arrow-right-red, .icon-arrow-right-white, .icon-flag-en, .icon-flag-fr {
  background-image: url('/images/icon-s0a550d82cf.png');
  background-repeat: no-repeat;
}

.icon-arrow-left-red {
  background-position: 0 0;
  height: 48px;
  width: 31px;
}

.icon-arrow-right-green {
  background-position: 0 -58px;
  height: 33px;
  width: 22px;
}

.icon-arrow-right-red {
  background-position: 0 -101px;
  height: 48px;
  width: 31px;
}

.icon-arrow-right-white {
  background-position: 0 -159px;
  height: 33px;
  width: 22px;
}

.icon-flag-en {
  background-position: 0 -202px;
  height: 18px;
  width: 28px;
}

.icon-flag-fr {
  background-position: 0 -230px;
  height: 18px;
  width: 28px;
}

img, iframe {
  max-width: 100%;
}

#at3winshare-iframe {
  height: inherit;
}

@media \0screen {
  img {
    width: auto;
  }
}
html {
  height: 100%;
}

body {
  min-height: 100%;
}

.iframewrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.iframewrap embed,
.iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.more:hover, .continue:hover {
  text-decoration: underline;
}

*, *:after, *:before, input[type="text"], input[type="email"], select {
  box-sizing: border-box;
}

html {
  height: 100%;
}

strong {
  font-family: 'pt_sansbold';
}

input[type='text'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='submit'],
input[type='button'].submit,
input[type='password'],
textarea {
  font-family: 'MuseoSans500Regular';
  -webkit-appearance: none;
  color: #69646a;
  font-size: 11px;
  border: 1px solid #dadada;
  background-color: #dadada;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 1px 6px;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='submit']::-webkit-input-placeholder,
input[type='button'].submit::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='submit']:-moz-placeholder,
input[type='button'].submit:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='submit']::-moz-placeholder,
input[type='button'].submit::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='submit']:-ms-input-placeholder,
input[type='button'].submit:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text'].error::-webkit-input-placeholder,
input[type='email'].error::-webkit-input-placeholder,
input[type='search'].error::-webkit-input-placeholder,
input[type='number'].error::-webkit-input-placeholder,
input[type='submit'].error::-webkit-input-placeholder,
input[type='button'].submit.error::-webkit-input-placeholder,
input[type='password'].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
}
input[type='text'].error:-moz-placeholder,
input[type='email'].error:-moz-placeholder,
input[type='search'].error:-moz-placeholder,
input[type='number'].error:-moz-placeholder,
input[type='submit'].error:-moz-placeholder,
input[type='button'].submit.error:-moz-placeholder,
input[type='password'].error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: red;
}
input[type='text'].error::-moz-placeholder,
input[type='email'].error::-moz-placeholder,
input[type='search'].error::-moz-placeholder,
input[type='number'].error::-moz-placeholder,
input[type='submit'].error::-moz-placeholder,
input[type='button'].submit.error::-moz-placeholder,
input[type='password'].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: red;
}
input[type='text'].error:-ms-input-placeholder,
input[type='email'].error:-ms-input-placeholder,
input[type='search'].error:-ms-input-placeholder,
input[type='number'].error:-ms-input-placeholder,
input[type='submit'].error:-ms-input-placeholder,
input[type='button'].submit.error:-ms-input-placeholder,
input[type='password'].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='submit']:focus,
input[type='button'].submit:focus,
input[type='password']:focus,
textarea:focus {
  outline: 2px solid #00d6d3;
}

select {
  font-family: 'MuseoSans500Regular';
  -webkit-appearance: none;
  color: #69646a;
  font-size: 11px;
  border: 1px solid #dadada;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select.error::-webkit-input-placeholder {
  color: red;
}
select.error:-moz-placeholder {
  color: red;
}
select.error::-moz-placeholder {
  color: red;
}
select.error:-ms-input-placeholder {
  color: red;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type='submit'], .btn {
  border: 2px solid #fa565c;
  background-color: #ffffff;
  color: #fa565c;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 10px 7px;
  min-width: 102px;
  text-align: center;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  line-height: inherit;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input[type='submit'].alt, .btn.alt {
  border: 2px solid #69646a;
  color: #69646a;
}
input[type='submit'].alt-light, .btn.alt-light {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #fa565c;
}
input[type='submit'].alt-red, .btn.alt-red {
  border-color: #ffffff;
  background-color: #fa565c;
  color: #ffffff;
}

.no-touch input[type='submit']:hover, .no-touch .btn:hover {
  background-color: #fa565c;
  color: #ffffff;
}
.no-touch input[type='submit'].alt:hover, .no-touch .btn.alt:hover {
  background-color: #69646a;
}
.no-touch input[type='submit'].alt-light:hover, .no-touch .btn.alt-light:hover {
  background-color: #fa565c;
  color: #ffffff;
}
.no-touch input[type='submit'].alt-red:hover, .no-touch .btn.alt-red:hover {
  background-color: #ffffff;
  color: #fa565c;
}

.touch input[type='submit']:active, .touch input[type='submit']:focus, .touch .btn:active, .touch .btn:focus {
  background-color: #fa565c;
  color: #ffffff;
}
.touch input[type='submit'].alt:active, .touch input[type='submit'].alt:focus, .touch .btn.alt:active, .touch .btn.alt:focus {
  background-color: #69646a;
}

@media only screen and (min-width: 768px) {
  input[type='submit'], .btn {
    padding: 10px 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  input[type='submit'], .btn {
    padding: 10px 10px;
    font-size: 18.84px;
  }
}
.btn.big {
  width: 100%;
  font-size: 15px;
  padding: 13px 0px;
  margin: 0 auto;
  max-width: 368px;
}

.selectmenu-wrapper label {
  text-transform: uppercase;
  font-size: 13px;
  padding-right: 21px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.selectmenu-wrapper select {
  height: 29px;
  min-width: 186px;
}

.ta-center {
  text-align: center;
}

.tt-uppercase {
  text-transform: uppercase;
}

.dblarrow {
  margin-left: -25px;
  background-color: #69646a;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
}

.dblarrow i {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

select.choose_state {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-border-radius: 0px;
  padding-right: 21px;
  height: 25px;
  border: 1px solid #dadada;
  background: #ffffff url("/images/bg-selectmenu.gif") no-repeat scroll right center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
select.choose_state option:hover, select.choose_state option:active, select.choose_state option::selection {
  background-color: #69646a;
}
select.choose_state::-ms-expand {
  display: none;
}
select.choose_state:focus {
  outline: 2px solid #00d6d3;
}

@media only screen and (min-width: 1300px) {
  select.choose_state {
    height: 28px;
  }
}
a {
  color: #fa565c;
}

button {
  border: 0 none;
  background-color: transparent;
}

.mixed-field {
  position: relative;
}
.mixed-field .field {
  padding-right: 32px;
  width: 100%;
  padding-left: 6px;
}
.mixed-field .ok {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.vcard .type {
  display: none;
}
.vcard address {
  margin-bottom: 8px;
}

.mini.btn {
  min-width: 0;
}

.clear {
  clear: both;
  display: block;
  height: 0;
}

.altbtn {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  line-height: 12px;
  padding: 0;
  margin-top: 0px;
  margin-left: -10px;
  background-color: #dadada;
  cursor: pointer;
  z-index: 1;
  position: relative;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

[type="radio"] + .altbtn {
  width: 16px;
  height: 16px;
  border: 1px solid #69646a;
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

[type="radio"]:checked + .altbtn:after, [type="radio"]:checked + .altbtn::after, [type="radio"]:checked + .altbtn .after {
  content: '';
  background-color: #fa565c;
  width: 16px;
  height: 16px;
  display: block;
  top: -1px;
  left: -1px;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

[type="checkbox"]:checked + .altbtn:after {
  content: '\2713';
  color: #69646a;
}

.ie7 .altbtn {
  display: none;
}

.skin-in-radio .altbtn {
  padding: 3px;
}

input[type="radio"], input[type="checkbox"] {
  opacity: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .mobile-no {
    display: none;
  }

  .tablet-no {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tablet-no {
    display: none;
  }
}
.resp-label {
  display: none;
}

.tbl-resp-show {
  display: none;
}

@media only screen and (max-width: 768px) {
  .responsive-table {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .responsive-table > thead, .responsive-table > tbody {
    display: block;
  }
  .responsive-table > thead > tr, .responsive-table > tbody > tr {
    display: block;
    border: 0 none;
    overflow: hidden;
  }
  .responsive-table > thead > tr > th, .responsive-table > thead > tr > td, .responsive-table > tbody > tr > th, .responsive-table > tbody > tr > td {
    display: block;
  }
  .responsive-table > thead > tr > td, .responsive-table > tbody > tr > td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .responsive-table > thead > tr > td:before, .responsive-table > tbody > tr > td:before {
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .responsive-table > thead > tr > td.tbl-resp-head, .responsive-table > tbody > tr > td.tbl-resp-head {
    padding-left: 10px;
    float: left;
    z-index: 4;
  }
  .responsive-table > thead > tr > td.tbl-resp-main-head, .responsive-table > tbody > tr > td.tbl-resp-main-head {
    background-color: #dadada;
    cursor: pointer;
  }
  .responsive-table > thead > tr > td.tbl-resp-body, .responsive-table > tbody > tr > td.tbl-resp-body {
    text-align: right;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.not-align, .responsive-table > tbody > tr > td.tbl-resp-body.not-align {
    text-align: left;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.align-center, .responsive-table > tbody > tr > td.tbl-resp-body.align-center {
    text-align: center;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.prd-name, .responsive-table > tbody > tr > td.tbl-resp-body.prd-name {
    padding-left: 92px;
  }
  .responsive-table > thead > tr > td.tbl-resp-body .resp-label, .responsive-table > tbody > tr > td.tbl-resp-body .resp-label {
    display: block;
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .responsive-table > thead > tr > td.tbl-resp-body .resp-label.is-th, .responsive-table > tbody > tr > td.tbl-resp-body .resp-label.is-th {
    left: 0px;
    top: 0px;
    width: 60%;
    text-align: left;
    padding: 0 0 0 10px;
    line-height: 27px;
    background-color: #E8E1DB;
    font-weight: bold;
  }
  .responsive-table > thead > tr .tbl-resp-show, .responsive-table > tbody > tr .tbl-resp-show {
    display: inline-block;
  }
  .responsive-table > thead > tr .tbl-resp-hide, .responsive-table > tbody > tr .tbl-resp-hide {
    display: none;
  }
  .responsive-table > thead > tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .folded .tbl-resp-body {
    display: none;
  }

  .stock-table > tbody > tr > td[headers="stock-dispo"]::before {
    content: "Disponible";
  }
  .stock-table > tbody > tr > td[headers="stock-terme"]::before {
    content: "A therme";
  }
  .stock-table > tbody > tr > td[headers="date-reappro"]::before {
    content: "Reappro.";
  }
}
.stock-table {
  width: 100%;
}
.stock-table [headers="stock-dispo"], .stock-table [headers="stock-terme"], .stock-table [headers="date-reappro"], .stock-table [headers="details"], .stock-table [headers="in-stock"] {
  text-align: right;
}
.stock-table img {
  max-width: none;
}
.stock-table .stock-detail {
  display: none;
}

.reappro-table {
  width: 100%;
  max-width: 400px;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.icon {
  display: block;
}

.ico-pinterest, .ico-pinterest2 {
  color: #cb2027;
}

.ico-youtube-play {
  color: #bb0000;
}

.ico-twitter {
  color: #4099FF;
}

.ico-google-plus {
  color: #dd4b39;
}

.ico-mail {
  color: #69646a;
}

body {
  font-family: 'pt_sansregular', 'Arial';
  font-size: 12px;
  color: #69646a;
}
body.informations .form .inputs-blocks {
  margin-bottom: 15px;
}
body.options .form-options .lbl {
  display: inline-block;
  margin-right: 10px;
}

.img-respond {
  width: 100%;
  height: auto;
  display: block;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

#who-links, #discover-also, #greetings, #force, #reassurance, #footer-catalogue, .footer-links, #sociaux .title, #close-sidebar {
  display: none;
}

@media only screen and (min-width: 768px) {
  #who-links, #greetings, #force, #reassurance, #footer-catalogue, .footer-links, #sociaux .title, #copyright, #discover-also {
    display: block;
  }

  .switch_menu {
    display: none;
  }
}
.rupture {
  width: auto;
  padding: 0 58px;
  margin: 0 auto;
  position: relative;
}

.rupture-alt {
  padding: 0 8px;
}

@media only screen and (min-width: 768px) {
  .rupture {
    width: auto;
    padding: 0 40px;
  }

  .rupture-alt {
    padding: 0 23px;
  }
}
@media only screen and (min-width: 1300px) {
  .rupture {
    padding: 0 184px;
    max-width: 1900px;
  }

  .rupture-alt {
    padding: 0 9.89474%;
  }
}
.col-second .head {
  padding: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fb787d;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
}
.col-second .menu {
  padding: 10px 20px;
  border: 1px solid #69646a;
  border-top: none medium;
  letter-spacing: 0.25px;
}
.col-second .menu li {
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
}
.col-second .menu li .btn-menu {
  padding: 8px 2px;
  color: #69646a;
  display: block;
}
.col-second .menu li a:hover {
  font-weight: 600;
}
.col-second .menu li.opened {
  color: #69646a;
  font-weight: 600;
}
.col-second .menu li.opened .btn-menu {
  color: #69646a;
}

.cms .title-n1 {
  padding-top: 0;
  margin-bottom: 10px;
}

.touch .oneinputfocus #container {
  padding-bottom: 10px;
}

#body {
  clear: both;
}

#body .padding-page {
  height: 22px;
}

#body .newness + .padding-page, #body #force + .padding-page {
  display: none;
}

.swiper-pagination, .slick-dots {
  margin-top: 8px;
  text-align: center;
  width: 100%;
  padding-bottom: 0px;
}
.swiper-pagination .swiper-pagination-switch, .swiper-pagination > li button, .slick-dots .swiper-pagination-switch, .slick-dots > li button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #dadada;
  margin-right: 5px;
  opacity: 0.8;
  cursor: pointer;
  background: #dadada;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -9999px;
}
.swiper-pagination .swiper-active-switch, .swiper-pagination .slick-active button, .slick-dots .swiper-active-switch, .slick-dots .slick-active button {
  background: #fa565c;
}

.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .swiper-pagination {
    display: block;
  }
  .swiper-pagination::before {
    width: 204px;
    margin-left: -102px;
  }
}
@media only screen and (min-width: 1300px) {
  .swiper-pagination, .slick-dots {
    margin-top: 27px;
  }
  .swiper-pagination .swiper-pagination-switch, .swiper-pagination > li button, .slick-dots .swiper-pagination-switch, .slick-dots > li button {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination::before, .slick-dots::before {
    width: 228px;
    margin-left: -114px;
  }
}
.ui-widget-overlay {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background-color: #69646a;
}

.ui-selectmenu-button {
  line-height: 31px;
  background: none repeat scroll 0% 0% #ffffff;
  height: 32px;
  padding: 0 30px 0 0;
  font-size: 1.1em;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.ui-selectmenu-button span.ui-icon {
  background-color: #fa565c;
  margin: 0;
  top: 0;
  right: 0;
  color: #ffffff;
  text-indent: 0;
  width: 32px;
  height: 32px;
  font-size: 27px;
  text-align: center;
  line-height: 32px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 6px 8px 0;
  border: 1px solid #cccccc;
  height: 32px;
}

.ui-selectmenu-button.defaultValue span.ui-selectmenu-text {
  color: #a8a4a9;
  font-size: 12px;
}

.ui-selectmenu-button.state-novalue span.ui-selectmenu-text {
  color: #aaaaaa;
}

.ui-selectmenu-button.error span.ui-selectmenu-text {
  border-color: #ff0000;
}

.ui-selectmenu-button:active, .ui-selectmenu-button:focus {
  outline: 0 none;
}

.ui-selectmenu-button:hover {
  text-decoration: none;
}

.ui-dialog {
  position: absolute;
  background-color: #ffffff;
  max-width: 940px;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog .head {
  background-color: #fa565c;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.4em;
  padding: 10px 38px;
}
.ui-dialog .head .ico {
  color: #fa565c;
  margin-right: 20px;
}
.ui-dialog .body {
  overflow-y: auto;
  padding: 10px 0;
}
.ui-dialog .ui-dialog-content.pop-zoom {
  overflow: hidden;
}
.ui-dialog .ui-dialog-content.pop-zoom #close-dialog {
  top: 0;
  right: 0;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
.ui-dialog #close-dialog {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fa565c;
  z-index: 1000;
  font-size: 15px;
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.ui-autocomplete {
  background-color: #ffffff;
  border: 1px solid #dadada;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  padding: 6px 4px;
}
.ui-autocomplete .ui-menu-item.odd {
  background-color: #dadada;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  margin: 0;
  color: #dadada;
  background-color: #69646a;
}
.ui-autocomplete .ui-state-highlight {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}

@media only screen and (min-width: 1300px) {
  .ui-dialog .head {
    font-size: 2.34417em;
    padding: 14px 20px;
  }
  .ui-dialog #close-dialog {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 26.22px;
  }
}
.selectmenu {
  font-size: 1.1em;
  vertical-align: middle;
  line-height: 2.6em;
  padding: 4px 5px;
}

.ui-selectmenu-menu .ui-menu {
  background: none repeat scroll 0% 0% #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item, .ui-selectmenu-menu .ui-menu .ui-menu-divider {
  border: 0 none;
  font-size: 1.1em;
  padding: 5px 8px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.ui-selectmenu-menu .ui-menu .ui-menu-divider {
  text-decoration: line-through;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-disabled {
  background: none repeat scroll 0% 0% #eeeeee;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.item-novalue {
  color: #aaaaaa;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
  background: none repeat scroll 0% 0% #fa565c;
  color: #ffffff;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.disabled {
  background-color: #C4C4C4;
  cursor: default;
  color: #525252;
}

.ui-selectmenu-menu .ui-menu .ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-state-active {
  margin: 0;
}

.actions.actions-next {
  float: right;
  overflow: hidden;
}

.paginator {
  white-space: nowrap;
}
.paginator .list-pages {
  text-align: center;
  white-space: normal;
  width: 50%;
}
.paginator .list-pages .page {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #eeeeee;
  color: #69646a;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.paginator .list-pages .page + .page {
  margin-left: 0.5rem;
}
.paginator .list-pages .page.selected {
  background-color: #fa565c;
  color: #ffffff;
}
.paginator .list-pages a:hover {
  background-color: #fb787d;
  color: #ffffff;
}
.paginator .prev, .paginator .next {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.paginator .prev a, .paginator .next a {
  font-size: 13px;
  color: #69646a;
}
.paginator .prev a:hover, .paginator .next a:hover {
  text-decoration: underline;
}
.paginator .prev a .symbol, .paginator .next a .symbol {
  font-family: 'pt_sansbold';
  color: #fa565c;
}
.paginator .next {
  text-align: right;
}

.tools .paginator .list-pages {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .paginator .list-pages {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .paginator .prev, .paginator .next {
    width: 25%;
  }

  .tools .paginator .list-pages {
    text-align: left;
  }
}
.breadcrumb {
  color: #69646a;
  padding: 7px 0 0;
  margin-bottom: 12px;
}
.breadcrumb a {
  color: #69646a;
  line-height: 19px;
  font-weight: normal;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a.back {
  line-height: 11px;
}
.breadcrumb a.back:before, .breadcrumb a.back .before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #69646a;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.breadcrumb a.back .label {
  background-color: #69646a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 400;
  height: 20px;
  vertical-align: middle;
  padding: 5px 12px 0;
  margin-right: 14px;
}
.breadcrumb span {
  font-family: "pt_sansbold";
  color: #fa565c;
}

.search-infos {
  text-align: center;
  font-size: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.search-infos .search-nb-results, .search-infos .search-term {
  color: #fa565c;
  font-family: 'pt_sansbold';
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .search-infos {
    width: 50%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
.page-contact {
  /* .breadcrumb {
  	color: $light-color;
  	a {
  		color: $light-color;
  	}
  }
  .cms-content {
  	color: $light-color;
  	margin-bottom: 33px;
  }
  .box-contact {
  	max-width: 1152px;
  }
  .form {
  	color: $light-color;
  	max-width: 580px;
  	margin: 0 auto;
  } */
}

.items {
  padding-top: 25px;
}

.item {
  overflow: hidden;
  margin-bottom: 22px;
}
.item a {
  overflow: hidden;
  color: #69646a;
  display: block;
}
.item .media {
  margin-bottom: 8px;
  display: block;
}
.item .infos {
  overflow: hidden;
  display: block;
  padding-right: 15px;
}
.item .infos .title-w {
  display: block;
  height: 30%;
}
.item .infos .title-w:after, .item .infos .title-w .after {
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.item .infos .title {
  display: block;
  font-size: 15px;
  margin-bottom: 14px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 600;
}
.item .infos .desc {
  display: block;
  color: #69646a;
  margin-bottom: 15px;
  line-height: 1.4em;
}
.item .infos .more {
  font-size: 11px;
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}

@media only screen and (min-width: 400px) {
  .item .media {
    float: left;
    width: 50%;
    padding-right: 4%;
    max-width: 238px;
  }
}
@media only screen and (min-width: 768px) {
  .items {
    padding: 25px 10px;
  }

  .item {
    width: 50%;
    float: left;
    margin-bottom: 22px;
  }
  .item .media {
    padding-right: 2%;
  }
  .item .infos {
    padding-right: 25px;
  }
}
.ui-spinner {
  position: relative;
}
.ui-spinner .ui-spinner-button {
  position: absolute;
  background-color: #dadada;
  color: #69646a;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: 0 none;
  font-size: 13.24px;
  font-family: 'pt_sansbold';
  top: 4px;
  line-height: 13px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
.ui-spinner .ui-spinner-button:after, .ui-spinner .ui-spinner-button::after, .ui-spinner .ui-spinner-button .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.ui-spinner .ui-spinner-up {
  right: 0;
}
.ui-spinner .ui-spinner-down {
  left: 0;
}
.ui-spinner .spinner {
  margin: 0 16px 0;
  height: 21px;
  width: 27px;
  padding: 0;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  text-align: center;
}

@media only screen and (min-width: 1300px) {
  .ui-spinner .ui-spinner-button {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
  }
  .ui-spinner .spinner {
    margin: 0 26px;
    height: 28px;
    width: 32px;
  }
}
.ui-button-text-only .ui-button-text {
  padding: 0;
  display: inline;
  line-height: 100%;
}

.availability-wrapper {
  margin-top: 8px;
}
.availability-wrapper.stock .availability {
  color: #339800;
}
.availability-wrapper.outstock .availability {
  color: #FF0000;
}

.availability {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.delay {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.bookmark {
  color: #fa565c;
}
.bookmark .ico {
  font-size: 22px;
}

.box .head {
  background-color: #fb787d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.box .body {
  border: 1px solid #69646a;
  border-top: none medium;
  padding: 15px 25px;
}

.box-contact .col-1 {
  padding-bottom: 25px;
}
.box-contact .form .lbl-in-radio-value + .lbl-in-radio-value {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .order-wf .col-1 {
    width: 60%;
    float: left;
    padding: 0 0 22px;
  }
  .order-wf .col-2 {
    width: 40%;
    float: left;
    padding: 0 0 10px 24px;
  }

  .box-contact .col-1 {
    margin-bottom: 25px;
  }
  .box-contact .col-2 .logo {
    float: left;
    margin-right: 45px;
    margin-bottom: 21px;
    width: auto;
    height: 47px;
  }
  .box-contact .col-2 address {
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 1300px) {
  .col-1 {
    float: left;
    width: 50%;
    padding: 0 17px;
  }

  .col-2 {
    float: left;
    width: 50%;
    padding: 0 17px;
  }

  .availability {
    min-width: 64px;
    padding: 5px 0;
    font-size: 1.16667em;
  }

  .bookmark .ico {
    font-size: 29px;
  }
}
.form {
  /* Define some variables */
  /* &.form-alertes {
  	margin-top: 50px;
  } */
}
.form .container {
  position: relative;
  *zoom: 1;
}
.form .container:after {
  content: "";
  display: table;
  clear: both;
}
.form .row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 978px;
  *zoom: 1;
}
.form .row:after {
  content: "";
  display: table;
  clear: both;
}
.form .row + .row {
  margin-top: 1.45455%;
}
.form [class*="col"] {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
}
.form [class*="col"]:first-child {
  margin-left: 0;
}
.form .col1 {
  width: 7%;
}
.form .col2 {
  width: 15.45455%;
}
.form .col3 {
  width: 23.90909%;
}
.form .col4 {
  width: 32.36364%;
}
.form .col5 {
  width: 40.81818%;
}
.form .col6 {
  width: 49.27273%;
}
.form .col7 {
  width: 57.72727%;
}
.form .col8 {
  width: 66.18182%;
}
.form .col9 {
  width: 74.63636%;
}
.form .col10 {
  width: 83.09091%;
}
.form .col11 {
  width: 91.54545%;
}
.form .col12 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form [class*="col"] {
    width: 100%;
    margin-left: 0;
  }
}
.form .cms-content {
  font-size: 1.08333em;
}
.form .inputs-blocks {
  overflow: hidden;
}
.form .inputs-blocks .h2 {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 3px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
  color: #fb787d;
}
.form .lbl {
  display: none;
}
.form .lbl-in-bool {
  display: inline;
}
.form .in-text {
  width: 100%;
  padding: 4px 8px;
  background-color: #dadada;
  font-size: 12px;
  height: 30px;
  color: #69646a;
  border: 1px solid #dadada;
}
.form .in-textarea {
  color: #69646a;
  width: 100%;
  padding: 4px 8px;
  /* border: 1px solid $main-color; */
  font-size: 12px;
  height: 200px;
}
.form .in-select {
  width: 100%;
  height: 30px;
  border: none;
  font-size: 12px;
  padding: 4px 5px;
}
.form .input-block {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form.form-grid .input-block + .input-block {
    margin-left: 1.45455%;
  }
}
.form .input-block-submit {
  padding-right: 36px;
  white-space: nowrap;
}
.form .input-block-submit .btn {
  height: 30px;
  width: 36px;
  min-width: 0;
  font-size: 13px;
  padding: 0;
  font-family: "MuseoSans500Regular";
  background-color: #fa565c;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form .input-block-submit .in-text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form .actions {
  text-align: center;
  padding-top: 5px;
}
@media only screen and (min-width: 530px) {
  .form .actions {
    text-align: right;
  }
}
.form .input-block-type .lbl {
  display: block;
}
.form .input-block-radio-value .lbl {
  display: block;
}
.form .error, .form .ui-selectmenu-button span.ui-selectmenu-text.error {
  border: 1px solid red;
  color: red;
}
.form label.error {
  border: 0 none;
}
.form i.error {
  position: absolute;
  top: -27px;
  left: 0px;
  background-color: #ffffff;
  padding: 5px 10px;
}
.form .lbl-in-checkbox {
  display: block;
}
.form .lbl-in-radio-value {
  cursor: pointer;
}
.form .lbl-in-radio-text {
  cursor: pointer;
}
.form.form-login .input-block + .input-block {
  margin-left: 0;
  margin-top: 1.45455%;
}
.form.form-contact-create-usr .input-block + .input-block {
  margin-left: 0;
  margin-top: 1.45455%;
}

#dlv-popin-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 6px 0;
}

#form-panier .detail-panier #dlv-popin-wrapper:hover,
#form-panier .detail-panier #store-popin-wrapper:hover,
#form-panier .detail-panier .delete,
#form-panier .detail-panier .ico-cancel-circle {
  text-decoration: none !important;
}

.popin, .ui-tooltip {
  border: 1px solid #fa565c;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  z-index: 2000;
}
.popin .arrow, .ui-tooltip .arrow {
  width: 60px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 5;
}
.popin .arrow:after, .ui-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fa565c;
  z-index: 5;
  background-color: #ffffff;
}
.popin .arrow.top, .ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.popin .arrow.top:after, .ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.popin .arrow.top.left, .ui-tooltip .arrow.top.left {
  left: -16px;
  top: 0;
  bottom: auto;
  width: 16px;
  height: 60px;
}
.popin .arrow.top.left:after, .ui-tooltip .arrow.top.left:after {
  bottom: auto;
  top: 20px;
  left: 10px;
}
.popin .arrow.bottom.left, .ui-tooltip .arrow.bottom.left {
  left: auto;
  right: 0;
}
.popin .arrow.bottom.center, .ui-tooltip .arrow.bottom.center {
  left: 50%;
  right: auto;
  margin-left: -30px;
}
.popin .label, .ui-tooltip .label {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.popin .mode, .ui-tooltip .mode {
  margin-bottom: 4px;
  cursor: pointer;
}
.popin .address, .popin .title, .ui-tooltip .address, .ui-tooltip .title {
  line-height: 1.4em;
}

.ui-tooltip .arrow.top.left {
  left: auto;
  right: 0;
  top: -16px;
  bottom: auto;
  width: 60px;
  height: 16px;
}
.ui-tooltip .arrow.top.left:after {
  bottom: auto;
  top: 10px;
  left: 20px;
}
.ui-tooltip .arrow.bottom.left {
  left: auto;
  right: 0;
}

.popin.popin-gamme {
  border-color: #69646a;
}
.popin.popin-gamme .arrow:after {
  border-color: #69646a;
}
.popin.popin-gamme .infos {
  padding-right: 20px;
}

body .ui-tooltip {
  border-width: 1px;
}

.ui-tooltip {
  background-color: #fa565c;
  color: #ffffff;
  line-height: 1.4em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tooltip .arrow:after {
  background-color: #fa565c;
}

.h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}

.slider-range-w {
  position: relative;
}
.slider-range-w::before {
  position: absolute;
  content: '';
  border-top: 2px solid #69646a;
  height: 0;
  width: 100%;
  top: 4px;
}
.slider-range-w .slider-range-infos {
  padding-top: 10px;
  overflow: hidden;
}
.slider-range-w .slider-range-min-value-set, .slider-range-w .slider-range-max-value-set {
  float: left;
  width: 50%;
  font-size: 13px;
}
.slider-range-w .slider-range-max-value-set {
  text-align: right;
}
.slider-range-w .slider-range-text {
  clear: both;
  padding-top: 10px;
  text-align: center;
}

.ui-slider {
  border-left: 2px solid #69646a;
  border-right: 2px solid #69646a;
}
.ui-slider .ui-slider-handle {
  border: 2px solid #69646a;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5NjQ2YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #69646a));
  background-image: -moz-linear-gradient(top, #ffffff, #69646a);
  background-image: -webkit-linear-gradient(top, #ffffff, #69646a);
  background-image: linear-gradient(to bottom, #ffffff, #69646a);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.ui-slider .ui-slider-range {
  background-color: #69646a;
}

.h3 {
  color: #fa565c;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  margin-bottom: 10px;
}

table {
  border: 1px solid #dadada;
  margin-bottom: 25px;
  border-collapse: collapse;
}
table thead th {
  background-color: #dadada;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
}
table tbody td {
  padding: 8px 11px;
  border: 1px solid #dadada;
}
table caption {
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  font-size: 1.08333em;
  margin-bottom: 6px;
}

.cms-content-block {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 62px 10px 18px;
}
.cms-content-block .cms-content {
  max-width: 1000px;
  margin: 0 auto;
}

.cms-content {
  font-size: 12px;
  line-height: 1.4em;
}
.cms-content p {
  margin-bottom: 16px;
}
.cms-content p.images {
  text-align: center;
}
.cms-content p.images img {
  width: 49%;
  min-width: 300px;
}
.cms-content ul, .cms-content ol {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.cms-content ul li, .cms-content ol li {
  margin-bottom: 0;
}
.cms-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.cms-content a {
  color: #fa565c;
  text-decoration: underline;
}
.cms-content h1, .cms-content .title-devis {
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
  padding-bottom: 42px;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 29px;
}
.cms-content h1:after, .cms-content h1::after, .cms-content h1 .after, .cms-content .title-devis:after, .cms-content .title-devis::after, .cms-content .title-devis .after {
  content: '';
  width: 272px;
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #eeeeee;
  margin-left: -136px;
  bottom: 0;
}
.cms-content .title-devis {
  margin: 40px 0px 0px;
  padding: 0px 0px 20px;
}
.cms-content h2 {
  clear: both;
  font-family: "pt_sansbold";
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.cms-content img {
  margin-bottom: 8px;
}
.cms-content .emphasis {
  color: #69646a;
  float: left;
  width: 25%;
  min-width: 210px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
  display: none;
}
.cms-content .emphasis .nb {
  font-size: 137px;
  line-height: 1em;
  display: block;
  padding: 32px 0 0;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
}
.cms-content .emphasis .text {
  font-size: 28px;
  line-height: 1.6em;
  display: block;
  padding: 0 0 26px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
}
.cms-content .emphasis::before, .cms-content .emphasis::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #69646a;
  top: 10px;
  left: 50%;
  margin-left: -35px;
}
.cms-content .emphasis::after {
  top: auto;
  bottom: 0;
}
.cms-content strong {
  font-family: "pt_sansbold";
}
.cms-content table {
  width: 100%;
}
.cms-content table tbody td {
  padding: 8px 11px;
  border: 1px solid #69646a;
}

@media only screen and (min-width: 768px) {
  .cms .title-n1 {
    margin-bottom: 33px;
  }

  .cms-content {
    font-size: 13px;
  }

  .cms-content .emphasis {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .cms-content {
    font-size: 13px;
  }
  .cms-content img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .cms-content img + img {
    margin-left: 1%;
  }
}
.box-messages {
  font-size: 13px;
  margin: 10px 0;
  padding: 8px;
}
.box-messages.errors {
  background-color: #ffdddd;
  border: 1px solid red;
  color: red;
}
.box-messages.success {
  border: 1px solid green;
  color: green;
}
.box-messages.infos {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
}
.box-messages ul {
  margin-bottom: 0;
}
.box-messages li {
  margin-bottom: 0;
}

.cgv-pages .cgvmenu li {
  margin: 0px 0px 0px 20px;
}
.cgv-pages .h3 {
  margin: 10px 0;
}
.cgv-pages .h3 a {
  color: #69646a;
}
.cgv-pages .conseil {
  margin-bottom: 30px;
}
.cgv-pages .conseil .h2 {
  margin: 10px 0;
  padding-top: 20px;
}
.cgv-pages .conseil a {
  color: #69646a;
}
.cgv-pages .cgv-toc-lnk {
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.notice.mandatory-fields {
  margin: 10px 0;
}

dfn {
  font-style: italic;
  border-bottom: 1px dotted;
  cursor: help;
}

#site-newsletter .buttons {
  margin-bottom: 20px;
}
#site-newsletter .buttons .in-submit {
  margin: 0 5px;
}

#map-contact {
  width: 100%;
  height: 100%;
}

.list-catalogs {
  padding: 23px 0 0 20px;
  float: left;
  width: 100%;
}
.list-catalogs .item-catalog {
  display: inline-block;
  margin: 0px 20px 20px 0px;
  width: 100%;
}
.list-catalogs .item-catalog .media {
  float: left;
  width: 88px;
  margin-right: 17px;
  padding-right: 0;
}
.list-catalogs .item-catalog .label {
  font-size: 14px;
  display: block;
  line-height: 1.2em;
}
.list-catalogs .item-catalog .label strong {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  display: block;
}
.list-catalogs .item-catalog .title {
  color: #fa565c;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  font-size: 14px;
  display: block;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.list-catalogs .item-catalog .view-catalog {
  display: block;
  color: #69646a;
  text-transform: uppercase;
}
.list-catalogs .item-catalog .dl-catalog {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 7px 0;
  width: 90px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 12px;
}
.list-catalogs .item-catalog .others-catalog {
  display: block;
  color: #69646a;
  white-space: nowrap;
}
.list-catalogs .item-catalog .others-catalog:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .list-catalogs .item-catalog {
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .list-catalogs .item-catalog {
    width: 25%;
  }
}
@media only screen and (min-width: 1000px) {
  .layout-2cols .col-main {
    float: right;
    width: 78%;
    padding-left: 35px;
    border-left: 1px solid #dadada;
  }
  .layout-2cols .col-second {
    float: left;
    width: 22%;
    padding-right: 35px;
    clear: left;
  }
}
.col-main .cat-desc {
  margin-bottom: 30px;
}
.col-main .cat-desc .cat-desc-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .col-main .cat-desc .cat-desc-image {
    float: left;
    margin: 0 20px 0 0;
    display: block;
  }
}
.col-main .cat-desc .cat-desc-desc {
  font-size: 16px;
}

.file-extension {
  color: #ffffff;
  background-color: #fa565c;
  text-transform: uppercase;
  padding: 1px 8px;
  text-align: center;
  margin-right: 8px;
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.inscript, .uninscript {
  max-width: 500px;
  margin: 0 auto;
}

.search-cats .menu-title {
  background-color: #dadada;
  font-weight: bold;
  color: black;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.search-cats .title {
  background-color: #fa565c;
  display: block;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
}
.search-cats .title.last {
  margin-top: 15px;
}
.search-cats .family {
  margin-bottom: 2px;
  padding: 3px;
  display: block;
  font-size: 1.1em;
  color: #999999;
}
.search-cats .family.active {
  font-weight: bold;
  color: #fb787d;
}
.search-cats .family:hover {
  text-decoration: underline;
}
.search-cats .sfamily {
  position: relative;
  padding: 3px;
  font-size: 1.1em;
  display: block;
}
.search-cats .sfamily [type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 1;
}
.search-cats .sfamily_label {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.search-cats input[checked="checked"] + .sfamily_label {
  color: #fa565c;
}

.filters-cats-list-third {
  margin: 0.5em 0;
  padding-left: 1.5em;
}

.back-load-search.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
}

.slick-prev, .slick-next {
  width: auto;
  height: auto;
}
.slick-prev:before, .slick-next:before {
  display: none;
}

.is-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .is-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.two-cols {
  flex: 1 1 auto;
}
@media only screen and (min-width: 1024px) {
  .two-cols:first-child {
    margin-right: 15px;
  }
}
.two-cols img {
  width: 100%;
  object-fit: cover;
}

.home .title-n1 {
  background-color: transparent;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.home .title-n1, .home .title-n1 a {
  color: #69646a !important;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

#bandeau-w .caption, .col2, #user-links .logout-btn, .block.whoare, .block.whoare .desc, #spaces, #panels-wrapper, #langs, .postit {
  display: none;
}

#container {
  min-width: 320px;
  max-width: 1920px;
  padding-top: 36px;
}

#header {
  padding-bottom: 12px;
}

.title-n1 {
  /*text-transform: uppercase;*/
  text-align: center;
  font-size: 18px;
  position: relative;
  padding-bottom: 9px;
  padding-top: 7px;
  text-align: center;
  background-color: #fb787d;
  color: #ffffff;
  margin-bottom: 16px;
}
.title-n1 .ttn {
  text-transform: none;
}

.title-n1-alt {
  background-color: #00d6d3;
}

@media only screen and (min-width: 768px) {
  .title-n1 {
    font-size: 1.5em;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1300px) {
  .title-n1 {
    margin-bottom: 23px;
    font-size: 2.34417em;
    padding-bottom: 13px;
    padding-top: 14px;
  }
}
.col-main .title-n1 {
  font-size: 1.5em;
  padding-bottom: 9px;
  padding-top: 7px;
  margin-bottom: 36px;
}

#bandeau-w {
  margin-bottom: 6px;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  /*background-color: $light-color;*/
  height: 50px;
  /*@include box-shadow(5px 0 5px 5px #dddddd);*/
  background-color: white;
}
@media only screen and (min-width: 768px) {
  #bandeau-w {
    background-color: transparent;
  }
}

#bandeau {
  width: 100%;
  text-align: right;
  padding: 0 8px;
}
#bandeau br {
  display: none;
}

.scrolltopbandeau #under-bandeau:before, .scrolltopbandeau #under-bandeau::before, .scrolltopbandeau #under-bandeau .before {
  display: none;
}

#who-links li {
  float: left;
}
#who-links li + li {
  border-left: 1px solid #69646a;
}
#who-links li.pro a {
  color: #00d6d3;
}
#who-links a {
  color: #69646a;
  padding: 0 5px;
}
#who-links a:hover {
  text-decoration: underline;
}
#who-links .lang {
  display: none;
}
#who-links .lang a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0;
}
#who-links .lang + .lang {
  border-left: 0 none;
  padding-left: 20px;
  padding-right: 50px;
}
#who-links li:nth-child(3) {
  display: none;
}
#who-links li:nth-child(4) {
  border: none;
}

#user-links {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#user-links li {
  white-space: normal;
  margin: 0 6px 0 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#user-links .ico {
  color: #ffffff;
  background-color: #fa565c;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#user-links .ico:after, #user-links .ico::after, #user-links .ico .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#user-links .ico:before, #user-links .ico::before, #user-links .ico .before {
  vertical-align: middle;
}
#user-links a {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#user-links .overflow, #user-links .overload {
  display: none;
}

#logo-part {
  text-align: center;
  padding: 24px 0 6px;
  margin: 0 auto;
  width: 156px;
}
#logo-part img {
  width: auto;
}
#logo-part a {
  display: block;
}

.caption {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  color: #69646a;
  margin-top: 8px;
  color: #fa565c;
  font-size: 15px;
  font-family: 'pt_sansitalic';
  letter-spacing: 0.01em;
}
.caption .what {
  color: #00d6d3;
  font-family: 'pt_sansbold_italic';
  color: #00d6d3;
}

@media only screen and (min-width: 768px) {
  #container {
    padding-top: 0;
  }

  #bandeau-w {
    height: 24px;
    position: relative;
    top: auto;
    left: auto;
    float: right;
    width: auto;
    padding-top: 8px;
    max-width: 834px;
    margin-right: 16px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #bandeau {
    float: none;
    width: auto;
    padding: 0;
    white-space: nowrap;
  }
  #bandeau br {
    display: inline;
  }

  #who-links {
    padding: 0;
    margin-left: 0;
    float: none;
    font-size: 10px;
    font-family: 'MuseoSans500Regular';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  #logo-part {
    width: 118px;
    margin: 0 0 0 6px;
    padding: 14px 0 5px;
  }

  #user-links {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links li {
    margin: 0 12px 0 4px;
  }
  #user-links #tactile {
    margin: 0 19px 0 30px;
  }
  #user-links .ico {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  #user-links a {
    margin-top: 0;
  }

  .caption {
    font-size: 20px;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  #bandeau-w .caption {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 320px;
    white-space: normal;
  }

  #under-bandeau .caption {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #bandeau-w .caption {
    width: 560px;
  }

  #user-links #tactile {
    display: none;
  }

  .postit {
    background-color: #dadada;
    position: absolute;
    display: block;
    right: 0;
    top: 57px;
    z-index: 50;
    text-align: center;
    width: 9.89474%;
    padding: 12px;
  }
  .postit .ico {
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    color: #fa565c;
    font-size: 27px;
    display: block;
    margin: 0 auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .postit .ico:before, .postit .ico::before, .postit .ico .before {
    line-height: 46px;
  }
  .postit .label {
    display: block;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 15px;
  }
  .postit .label strong {
    font-family: 'pt_sansbold';
    display: block;
  }
  .postit .iconw {
    margin-bottom: -16px;
    display: block;
    *zoom: 0.4;
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  .postit .icon {
    display: block;
    margin: 1px auto 0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
}
@media only screen and (min-width: 1300px) {
  #header {
    padding-bottom: 19px;
    z-index: 51;
  }

  #bandeau-w {
    max-width: 1150px;
    padding-top: 22px;
    padding-right: 9.89474%;
    padding-left: 0;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 6px;
    margin-right: 0;
  }
  #bandeau-w .caption {
    width: 320px;
  }

  #under-bandeau {
    padding-bottom: 19px;
    z-index: 51;
  }

  #who-links {
    font-size: 14px;
    vertical-align: top;
    padding-top: 3px;
    margin-right: 0%;
  }
  #who-links a {
    padding: 0 12px;
  }

  #user-links li > a {
    display: block;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .zone {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    position: relative;
    z-index: 201;
  }
  #user-links .logout-btn {
    display: block;
    color: #999999;
    text-transform: none;
    text-align: left;
    margin-left: 60px;
    font-family: 'MuseoSans500Regular';
    font-size: 13px;
    margin-top: -6px;
  }
  #user-links .logout-btn:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  #user-links .ico {
    width: 44px;
    height: 44px;
    font-size: 26px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .overflow {
    text-align: left;
    text-transform: none;
    color: #fa565c;
    line-height: 1.3em;
    font-family: 'MuseoSans500Regular';
    font-size: 13px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .ico-wrapper {
    width: 39px;
    height: 39px;
    border: 1px solid #999999;
    float: left;
    margin-top: -5px;
    margin-right: 8px;
    margin-bottom: 20px;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    white-space: nowrap;
  }
  #user-links .ico-wrapper:after, #user-links .ico-wrapper::after, #user-links .ico-wrapper .after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .overload {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-top: 82px;
    display: none;
    opacity: 0;
    text-align: left;
    z-index: 200;
    border: 1px solid #999999;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-box-shadow: 0 0 5px 0px #69646a;
    -webkit-box-shadow: 0 0 5px 0px #69646a;
    box-shadow: 0 0 5px 0px #69646a;
  }
  #user-links .overload .alt-title {
    font-family: "MuseoSans500Regular";
    text-transform: uppercase;
    color: #fa565c;
    padding: 11px 8px;
    border-top: 1px solid #69646a;
    border-bottom: 1px solid #69646a;
  }
  #user-links .overload .actions-alt {
    margin-top: 9px;
    text-align: right;
  }
  #user-links .overload .actions-alt a {
    font-size: 13px;
    color: #999999;
  }
  #user-links .overload .actions-alt a:hover {
    text-decoration: underline;
  }
  #user-links .overload .actions {
    margin-top: 17px;
    text-align: center;
  }
  #user-links .overload .actions .btn {
    padding: 7px 5px;
    font-size: 12px;
  }
  #user-links .overload-w {
    background-color: #ffffff;
    padding: 0 15px 19px;
  }
  #user-links .overload-w-alt {
    padding: 12px 19px 14px;
    background-color: #fa565c;
    color: #ffffff;
  }
  #user-links .overload-w-alt .total-order .label {
    width: 70%;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .overload-w-alt .total-order .value {
    font-size: 14px;
    width: 30%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .overload-w-alt .text-franco {
    margin-top: 8px;
  }
  #user-links .overload-w-alt .actions-alt a {
    color: #ffffff;
  }
  #user-links li:hover .overload {
    display: block;
    opacity: 1;
  }

  .mini-cart {
    margin-top: 9px;
  }

  .mini-cart-item {
    overflow: hidden;
    margin-top: 10px;
  }
  .mini-cart-item .media {
    float: left;
    width: 78px;
    height: 78px;
    border: 1px solid #eeeeee;
  }
  .mini-cart-item .infos {
    margin-left: 89px;
    padding-top: 5px;
    font-family: "MuseoSans500Regular";
  }
  .mini-cart-item .infos .title {
    color: #000000;
    font-size: 13px;
  }
  .mini-cart-item .infos .title:hover {
    text-decoration: underline;
  }
  .mini-cart-item .infos .ref {
    margin-top: 9px;
    color: #767676;
    font-size: 11px;
  }
  .mini-cart-item .infos .qte, .mini-cart-item .infos .total {
    margin-top: 5px;
  }
  .mini-cart-item .infos .qte .label, .mini-cart-item .infos .total .label {
    color: #767676;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .mini-cart-item .infos .qte .value, .mini-cart-item .infos .total .value {
    font-size: 11px;
    width: 50%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .mini-cart-item .infos .qte .value {
    color: #fa565c;
  }
  .mini-cart-item .infos .total .value {
    color: #000000;
    font-family: "pt_sansbold";
    font-size: 13px;
  }

  #cart {
    width: 190px;
    position: relative;
    text-align: left;
    padding-left: 15px;
  }
  #cart .overload {
    width: 140%;
  }

  #account {
    width: 243px;
    margin-right: 2px;
    position: relative;
    text-align: left;
    padding-left: 15px;
  }
  #account .overload .input-block-password {
    margin-left: 0;
  }
  #account .overload .actions {
    margin-top: 10px;
  }
  #account .overload .actions-alt {
    margin-top: 18px;
  }
  #account .overload .alt-title {
    margin-top: 15px;
    padding: 6px 8px;
  }
  #account .overload .alt-title + .actions-alt {
    margin-top: 7px;
  }

  #logo-part {
    padding-bottom: 14px;
    vertical-align: bottom;
    width: 13.1%;
    margin: 6px 0 0 -0.5%;
    text-align: left;
    position: static;
    float: left;
    z-index: 51;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .login {
    float: none;
  }

  .login #header {
    padding-top: 44px;
    padding-bottom: 21px;
  }
  .login #header #logo {
    padding-bottom: 21px;
    width: 239px;
  }

  #header {
    padding-bottom: 0px;
  }

  .caption {
    margin-top: 33px;
    margin-right: 50px;
    font-size: 20px;
  }
}
.form-search .icon {
  float: right;
  margin: 7px 20px 0 0;
}

.form-search {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 100%;
  margin-right: 9px;
}
.form-search .input-search {
  position: relative;
  margin-top: 10px;
}
.form-search input {
  width: 30px;
  border: 0 none;
  background-color: #fa565c;
  height: 30px;
  position: relative;
  z-index: 5;
  opacity: 0;
  padding: 0 15px 0 4px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition-property: width, opacity;
  -o-transition-property: width, opacity;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.form-search input:focus {
  width: 150px;
  z-index: 1;
  color: #ffffff;
  opacity: 1;
}
.form-search input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.form-search input:focus:-moz-placeholder {
  color: #ffffff;
}
.form-search input:focus::-moz-placeholder {
  color: #ffffff;
}
.form-search input:focus:-ms-input-placeholder {
  color: #ffffff;
}
.form-search button {
  color: #ffffff;
  background-color: #fa565c;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0;
  z-index: 4;
}
.form-search button:after, .form-search button::after, .form-search button .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-search button:before, .form-search button::before, .form-search button .before {
  vertical-align: middle;
}
.form-search button:active {
  z-index: 6;
}

@media only screen and (min-width: 768px) {
  .form-search {
    margin-top: 20px;
  }
  .form-search .input-search {
    position: relative;
    margin-top: 0;
  }
  .form-search input {
    opacity: 1;
    background-color: #dadada;
    padding: 0 15px 0 4px;
    color: #69646a;
    border: 1px solid #dadada;
    height: 30px;
    width: 231px;
    z-index: 1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .form-search input::-webkit-input-placeholder {
    color: #69646a;
  }
  .form-search input:-moz-placeholder {
    color: #69646a;
  }
  .form-search input::-moz-placeholder {
    color: #69646a;
  }
  .form-search input:-ms-input-placeholder {
    color: #69646a;
  }
  .form-search input:focus {
    width: 231px;
    z-index: 1;
    color: #69646a;
  }
  .form-search input:focus::-webkit-input-placeholder {
    color: #69646a;
  }
  .form-search input:focus:-moz-placeholder {
    color: #69646a;
  }
  .form-search input:focus::-moz-placeholder {
    color: #69646a;
  }
  .form-search input:focus:-ms-input-placeholder {
    color: #69646a;
  }
  .form-search .ico-search {
    background-color: transparent;
    font-size: 13px;
    width: 21px;
    height: 30px;
    top: 0;
    right: 8px;
    color: #69646a;
  }
}
@media only screen and (min-width: 1300px) {
  .form-search {
    margin-top: 34px;
    margin-right: 0;
  }
  .form-search input {
    height: 30px;
    width: 425px;
  }
  .form-search input:focus {
    width: 425px;
  }
  .form-search .ico-search {
    font-size: 16px;
    height: 30px;
  }
}
#admin-menu {
  /*width: 83%;
  margin: 15px auto;
  select {
  	width: 220px;
  	height: 30px;
  }*/
  text-align: center;
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
}
#admin-menu form {
  position: relative;
}
#admin-menu label {
  display: block;
  color: #999999;
  text-align: left;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  margin-bottom: 8px;
  width: 83%;
  text-align: center;
}
#admin-menu input[type=text] {
  width: 210px;
  height: 30px;
  color: #69646a;
  -webkit-appearance: none;
}
#admin-menu .btn.reset {
  position: absolute;
  right: 0;
  height: 30px;
  padding: 0 8px;
  min-width: 0;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 10px;
  -webkit-appearance: none;
}
@media only screen and (min-width: 1000px) {
  #admin-menu {
    position: relative;
    top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #admin-menu label {
    width: auto;
    margin-bottom: 0px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media only screen and (min-width: 1300px) {
  #admin-menu {
    position: relative;
  }
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.back-home, .colx2, #menu-speed-dials {
  display: none;
}

.switch_menu {
  display: block;
  padding: 2px 0px;
  text-transform: uppercase;
  position: absolute;
  z-index: 5;
  margin-left: 0px;
  top: 0;
  left: 15px;
  margin-top: 0;
}
.switch_menu .ico {
  color: #ffffff;
  background-color: #fa565c;
  width: 30px;
  height: 30px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.switch_menu .ico:before, .switch_menu .ico::before, .switch_menu .ico .before {
  line-height: 30px;
}
.switch_menu .label {
  font-size: 13px;
  vertical-align: middle;
  color: #69646a;
  font-family: 'MuseoSans500Regular';
}

.sidetoright #close-sidebar {
  position: absolute;
  right: 14px;
  top: -34px;
  color: #999999;
  background-color: transparent;
  border: 0 none;
  font-size: 22px;
  display: block;
}

#menu-w {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -270px;
  width: 266px;
  height: 100%;
  overflow: auto;
  padding-top: 63px;
  font-family: 'MuseoSans500Regular';
  z-index: 9999;
  -moz-box-shadow: 0 5px 5px 5px #dddddd;
  -webkit-box-shadow: 0 5px 5px 5px #dddddd;
  box-shadow: 0 5px 5px 5px #dddddd;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#menu-w .switch_menu {
  position: absolute;
  right: 20px;
  top: 7px;
  left: auto;
}
#menu-w .head {
  padding: 12px 34px;
  text-transform: uppercase;
  color: #00d6d3;
  font-size: 13.5px;
}

@media only print {
  #menu-w {
    display: none;
  }

  #at3lb {
    display: none !important;
  }
}
.main-menu {
  padding: 0 15px;
  clear: both;
}

.main-menu > li {
  border-bottom: 1px solid #69646a;
  position: relative;
}
.main-menu > li.opened > .btn-lvl1, .main-menu > li.hovered > .btn-lvl1, .main-menu > li.hovered-tab > .btn-lvl1 {
  position: relative;
  background-color: #fa565c;
  color: #ffffff;
}
.main-menu > li.opened > .btn-lvl1 .ico, .main-menu > li.hovered > .btn-lvl1 .ico, .main-menu > li.hovered-tab > .btn-lvl1 .ico {
  color: #ffffff;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.main-menu > li.special > .btn-lvl1 {
  background-color: #00d6d3;
  color: #ffffff;
}
.main-menu > li.special.hovered > a, .main-menu > li.special.hovered-tab > a, .main-menu > li.special.opened > a {
  color: #ffffff;
}

.main-menu li.hovered > .submenu, .main-menu li.hovered-tab > .submenu {
  height: auto;
  opacity: 1;
  overflow: auto;
  max-height: 200px;
}

.submenu {
  text-align: left;
  padding: 0 17px;
  -moz-transition-property: height, opacity;
  -o-transition-property: height, opacity;
  -webkit-transition-property: height, opacity;
  transition-property: height, opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.submenu li {
  position: relative;
}
.submenu li a, .submenu li > span {
  color: #fa565c;
  display: block;
  padding: 6px 6px;
  font-size: 13.5px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.submenu li a:focus .ico, .submenu li > span:focus .ico {
  display: block;
}
.submenu li a .ico, .submenu li > span .ico {
  color: #ffffff;
  float: right;
  display: none;
}
.submenu li a:hover, .submenu li > span:hover {
  text-decoration: underline;
}
.submenu li a.active, .submenu li > span.active {
  font-weight: bold;
  text-decoration: underline;
}
.col-second .submenu li a.active, .col-second .submenu li > span.active {
  color: #fa565c;
}
.col-second .submenu li a, .col-second .submenu li > span {
  color: #69646a;
}
.submenu li > span:hover {
  text-decoration: none;
}
.submenu li.opened a .ico {
  display: block;
}
.submenu li:first-child {
  margin-top: 9px;
}
.submenu li:last-child {
  margin-bottom: 14px;
}
.submenu.alt-submenu {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.submenu .btn {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .submenu .btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}

.main-menu > li:first-child {
  border-top: 1px solid #69646a;
}
.main-menu.second > li:first-child {
  border-top: none;
}

.main-menu .btn-lvl1 {
  color: #69646a;
  display: block;
  padding: 0 36px 0 18px;
  position: relative;
  height: 41px;
  white-space: nowrap;
  white-space: nowrap;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.main-menu .btn-lvl1:before, .main-menu .btn-lvl1::before, .main-menu .btn-lvl1 .before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.main-menu .btn-lvl1 .text {
  white-space: normal;
  line-height: 1.2em;
  font-size: 13.5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.main-menu .btn-lvl1 .ico {
  font-size: 23px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -12px;
  color: #dadada;
  vertical-align: top;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.categ .main-menu.main-menu-category .btn-lvl1 {
  display: none;
}
.categ .main-menu.main-menu-category li .alt-submenu {
  padding-top: 10px;
  max-height: none;
}

#menu-alt {
  padding: 15px 15px;
}

#header, #body, #footer {
  left: 0;
  position: relative;
  z-index: 0;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#header {
  z-index: 999;
}

/*.sidetoright #header, .sidetoright #body, .sidetoright #footer {
	left: 290px;
}*/
.sidetoright #menu-w {
  left: 0;
}

.sidetoright#container {
  position: absolute;
  overflow: auto;
  height: 100%;
  width: 100%;
  z-index: 99;
}

#menu-ww {
  position: relative;
}
#menu-ww.rupture-alt {
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #menu-ww.rupture-alt {
    padding: 0 9.89474%;
  }
}

@media only screen and (min-width: 768px) {
  #user-links .switch_menu {
    float: left;
    position: static;
  }
}
@media only screen and (min-width: 1000px) {
  #menu-ww {
    height: 61px;
    border-bottom: 5px solid #dadada;
  }

  #menu-w {
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
    padding-top: 0;
    margin-top: 0;
    left: 0;
    z-index: 50;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #menu-w .rupture {
    position: static;
  }
  #menu-w .head {
    display: none;
  }
  #menu-w .main-menu {
    padding: 0;
    display: table;
    max-width: 1330px;
    float: right;
  }
  #menu-w .main-menu .col {
    width: 10.52632%;
    min-width: 182px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    border-left: 1px solid #69646a;
    margin: 30px 0;
    padding: 0 0.2% 0 1.05263%;
  }
  #menu-w .main-menu .col:first-child {
    border-left: 0 none;
    /*margin-left: 274px;*/
  }
  #menu-w .main-menu .colx2 {
    width: 18.21053%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 30px 0 30px 34px;
  }
  #menu-w .main-menu > li {
    border-left: 1px solid #dadada;
    display: table-cell;
    position: static;
    border-bottom: 0 none;
  }
  #menu-w .main-menu > li .btn-lvl1 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    height: 61px;
    position: relative;
    border-bottom: 5px solid #dadada;
  }
  #menu-w .main-menu > li .btn-lvl1 .text {
    padding: 0 6px;
    font-size: 12px;
  }
  #menu-w .main-menu > li .btn-lvl1 .ico {
    position: absolute;
    color: #e3070f;
    display: none;
    bottom: -17px;
    top: auto;
    right: 50%;
    margin-right: -12px;
    z-index: 61;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #menu-w .main-menu > li .btn-lvl1 .ico.ico-tag-percent {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    bottom: 0px;
    position: static;
    margin: 0px;
    padding: 5px 10px 5px 9px;
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 32px;
  }
  #menu-w .main-menu > li:first-child {
    border-left: 0 none;
  }
  #menu-w .main-menu > li.pmt .ico {
    color: #ffffff;
  }
  #menu-w .main-menu > li.pmt:hover .ico-tag-percent {
    bottom: 0px;
    position: static;
    margin: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  #menu-w .main-menu > li.back-home {
    display: table-cell;
  }
  #menu-w .main-menu > li.back-home .ico-home {
    color: #fa565c;
    font-size: 28px;
  }
  #menu-w .main-menu > li.back-home:hover .ico-home, #menu-w .main-menu > li.back-home.active .ico-home {
    color: #ffffff;
  }
  #menu-w .main-menu > li:hover .btn-lvl1, #menu-w .main-menu > li.hovered .btn-lvl1, #menu-w .main-menu > li.hovered-tab .btn-lvl1 {
    border-bottom: 5px solid #e3070f;
  }
  #menu-w .main-menu > li:hover .btn-lvl1 .ico, #menu-w .main-menu > li.hovered .btn-lvl1 .ico, #menu-w .main-menu > li.hovered-tab .btn-lvl1 .ico {
    color: #e3070f;
    display: block;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #menu-w .main-menu > li:hover .btn-lvl1 .ico.ico-tag-percent, #menu-w .main-menu > li.hovered .btn-lvl1 .ico.ico-tag-percent, #menu-w .main-menu > li.hovered-tab .btn-lvl1 .ico.ico-tag-percent {
    color: white;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-w .main-menu > li:hover .btn-lvl1 .text, #menu-w .main-menu > li.hovered .btn-lvl1 .text, #menu-w .main-menu > li.hovered-tab .btn-lvl1 .text {
    position: relative;
    z-index: 51;
  }
  #menu-w .main-menu > li.special:hover > .btn-lvl1, #menu-w .main-menu > li.special.hovered > .btn-lvl1, #menu-w .main-menu > li.special.hovered-tab > .btn-lvl1 {
    background-color: #00d6d3;
    border-bottom: 5px solid #00706e;
    /*.ico {
    	display: none;
    }*/
  }
  #menu-w .main-menu > li.special:hover > .btn-lvl1 > .text, #menu-w .main-menu > li.special.hovered > .btn-lvl1 > .text, #menu-w .main-menu > li.special.hovered-tab > .btn-lvl1 > .text {
    position: relative;
    z-index: 51;
  }
  #menu-w .main-menu > li.special:hover > .btn-lvl1 > .text:after, #menu-w .main-menu > li.special.hovered > .btn-lvl1 > .text:after, #menu-w .main-menu > li.special.hovered-tab > .btn-lvl1 > .text:after {
    background-color: #00706e;
  }
  #menu-w .main-menu > li.special .submenu-lvl2 > li > a {
    color: #00d6d3;
  }
  #menu-w .main-menu > li:hover > .submenu {
    padding: 0;
  }
  #menu-w .main-menu.second {
    display: none;
  }
  #menu-w .main-menu > li:hover > a {
    color: #ffffff;
    background-color: #fa565c;
    position: relative;
  }
  #menu-w .main-menu > li:hover > a .ico {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #menu-w .main-menu > li.special:hover > a {
    color: #ffffff;
  }
  #menu-w .main-menu > li .submenu li {
    position: relative;
  }
  #menu-w .main-menu > li .submenu li a:hover .ico {
    display: block;
  }
  #menu-w .main-menu > li .submenu.alt-submenu > li {
    float: left;
  }
  #menu-w .main-menu > li .submenu.alt-submenu > li > a:hover {
    background-color: transparent;
  }
  #menu-w .main-menu > li .submenu-lvl2 > li > a, #menu-w .main-menu > li .submenu-lvl2 > li > span {
    font-family: 'pt_sansbold';
    font-size: 13px;
  }
  #menu-w .main-menu > li .submenu-lvl2.submenu > li > a, #menu-w .main-menu > li .submenu-lvl2.submenu > li > span {
    color: #69646a;
  }
  #menu-w .main-menu > li .submenu-lvl3 {
    padding-top: 0;
    padding-left: 17px;
    display: block;
    position: static;
    opacity: 1;
    height: auto;
  }
  #menu-w .main-menu > li .submenu-lvl3 > li > a {
    color: #69646a;
    padding: 7px 6px;
    font-size: 13px;
  }
  #menu-w .main-menu > li .submenu-lvl3 > li > a.more-children {
    font-size: 11px;
  }
  #menu-w .main-menu > li:first-child {
    border-top: 0 none;
  }
  #menu-w .main-menu > li > a, #menu-w .main-menu > li > span {
    font-size: 14px;
    display: block;
  }
  #menu-w .submenu {
    padding: 0 7px;
    position: absolute;
    min-width: 164px;
    z-index: 50;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    font-family: 'pt_sansregular';
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #menu-w .submenu.alt-submenu {
    top: auto;
    padding: 0;
    margin: 0 auto;
    background-color: #dadada;
    text-align: center;
    top: 61px;
    z-index: 60;
  }
  #menu-w .submenu.alt-submenu > li > a {
    font-size: 1em;
    font-size: 1.16667em;
    padding: 20px 6px;
  }
  #menu-w .submenu li:first-child {
    margin-top: -6px;
  }
  #menu-w .submenu li:last-child {
    margin-bottom: 0;
  }
  #menu-w #menu-alt {
    display: none;
  }
  #menu-w .switch_menu {
    display: none;
  }

  #menu-speed-dials {
    display: block;
    background-color: #dadada;
    height: 71px;
  }
  #menu-speed-dials .block-speed-add-ref {
    padding: 0 0 0 22px;
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .block-speed-add-ref:after, #menu-speed-dials .block-speed-add-ref::after, #menu-speed-dials .block-speed-add-ref .after {
    content: '';
    width: 1px;
    height: 48px;
    background-color: #dadada;
    position: absolute;
    top: 12px;
    right: -1px;
  }
  #menu-speed-dials .block-speed-add-ref:before, #menu-speed-dials .block-speed-add-ref::before, #menu-speed-dials .block-speed-add-ref .before {
    content: '';
    width: 1px;
    height: 48px;
    background-color: #dadada;
    position: absolute;
    top: 12px;
    left: -1px;
  }
  #menu-speed-dials .form-speed-add-ref {
    padding-top: 0;
    height: 100%;
    white-space: nowrap;
  }
  #menu-speed-dials .form-speed-add-ref:after, #menu-speed-dials .form-speed-add-ref::after, #menu-speed-dials .form-speed-add-ref .after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .form-speed-add-ref .label {
    color: #69646a;
    text-transform: uppercase;
    font-size: 13.5px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial {
    color: #69646a;
    padding: 0 29px 0 22px;
    height: 71px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
  }
  #menu-speed-dials .speed-dial:before, #menu-speed-dials .speed-dial::before, #menu-speed-dials .speed-dial .before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial:after, #menu-speed-dials .speed-dial::after, #menu-speed-dials .speed-dial .after {
    content: '';
    width: 1px;
    height: 48px;
    background-color: #dadada;
    position: absolute;
    top: 12px;
    right: -1px;
  }
  #menu-speed-dials .speed-dial:hover {
    background-color: #fa565c;
  }
  #menu-speed-dials .speed-dial:hover .label {
    color: #ffffff;
  }
  #menu-speed-dials .speed-dial .picto {
    color: #fa565c;
    margin-right: 8px;
    position: relative;
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    white-space: nowrap;
  }
  #menu-speed-dials .speed-dial .picto:after, #menu-speed-dials .speed-dial .picto::after, #menu-speed-dials .speed-dial .picto .after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial .picto .ico {
    font-size: 29px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial .label-wrapper {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial .label {
    text-transform: uppercase;
    font-size: 13.5px;
    position: relative;
    line-height: 1.3em;
    color: #69646a;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -20.375px;
    *zoom: 0.75;
    -moz-transform: scale(0.75, 0.75);
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
  }

  #menu-speed-dials-w {
    max-width: 1330px;
    height: 71px;
    text-align: center;
  }
}
@media only screen and (min-width: 1460px) {
  #menu-w .main-menu > li .btn-lvl1 .text {
    padding: 0 12px;
    font-size: 12.5px;
  }

  #menu-speed-dials .form-speed-add-ref .label {
    font-size: 15px;
  }
  #menu-speed-dials .speed-dial .label {
    font-size: 15px;
  }
  #menu-speed-dials br {
    display: none;
  }

  #menu-speed-dials-w {
    float: right;
  }
}
.col-second .main-menu {
  padding: 0;
  margin: 5px 0 0 5px;
  border-top: 1px solid #69646a;
}
.col-second .main-menu .btn-lvl1 {
  padding: 10px 20px 10px 18px;
  height: auto;
}
.col-second .main-menu .special {
  display: none;
}
.col-second .main-menu .submenu {
  padding: 0 0 0 10px;
}
.col-second .main-menu .submenu li:first-child {
  margin-top: 0;
}
.col-second .main-menu .submenu-lvl4 a, .col-second .main-menu .submenu-lvl5 a {
  color: #69646a;
}

.main-menu .submenu {
  display: none;
}
.main-menu .alt-submenu, .main-menu .submenu-lvl2, .main-menu .submenu-lvl3 {
  display: block;
}
.col-second .main-menu .submenu-lvl2 .submenu-lvl3 {
  display: none;
}
.col-second .main-menu .submenu-lvl2 .submenu-lvl3 .submenu-lvl4 {
  display: none;
}
.col-second .main-menu .submenu-lvl2 .submenu-lvl3 .active .submenu-lvl4 {
  display: block;
}
.col-second .main-menu .submenu-lvl2 .active .submenu-lvl3 {
  display: block;
}

@media only screen and (min-width: 1000px) {
  #menu-w .hassubmenu:hover > .submenu, #menu-w .hassubmenu.hovered > .submenu, #menu-w .hassubmenu.hovered-tab > .submenu {
    display: none;
    height: auto;
  }
  #menu-w .hassubmenu:hover > .submenu.alt-submenu, #menu-w .hassubmenu.hovered > .submenu.alt-submenu, #menu-w .hassubmenu.hovered-tab > .submenu.alt-submenu {
    overflow: visible;
  }

  .csstransitions #menu-w .hassubmenu:hover > .submenu, .csstransitions #menu-w .hassubmenu.hovered > .submenu, .csstransitions #menu-w .hassubmenu.hovered-tab > .submenu {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.categ .col-second {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .categ .col-second {
    display: block;
  }
}
.categ .main-menu > li .alt-submenu {
  max-height: 510px;
  overflow-y: auto;
}
.categ .main-menu .submenu-lvl4, .categ .main-menu .submenu-lvl5 {
  display: block;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.search-block {
  margin-top: 54px;
  background-color: #dadada;
  padding: 19px 22px 14px 31px;
}
.search-block .label {
  font-size: 15px;
  text-transform: uppercase;
}
.search-block .in-text {
  background-color: #ffffff;
  color: #69646a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.search-block .in-text::-webkit-input-placeholder {
  color: #dadada;
}
.search-block .in-text:-moz-placeholder {
  color: #dadada;
}
.search-block .in-text::-moz-placeholder {
  color: #dadada;
}
.search-block .in-text:-ms-input-placeholder {
  color: #dadada;
}
.search-block .input-block {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.search-block .ico-search {
  position: absolute;
  right: 5px;
  color: #69646a;
  font-size: 16px;
  height: 30px;
  top: 0px;
}

.search-engines {
  border-bottom: 1px solid #dadada;
  margin-bottom: 14px;
}
.search-engines .search-engine {
  color: #ffffff;
  background-color: #dadada;
  font-size: 15px;
  text-transform: uppercase;
  width: 50%;
  max-width: 332px;
  font-family: 'pt_sansbold';
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.search-engines .search-engine.selected {
  background-color: #fa565c;
}
.search-engines a:hover {
  background-color: #fb787d;
}

.produits-slider {
  margin-left: 32px;
  margin-right: 32px;
}

@media only screen and (min-width: 530px) {
  .search-engines .search-engine br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .search-block br {
    display: inline;
  }
  .search-block .label {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .search-block .in-text {
    max-width: 425px;
  }
  .search-block .input-block {
    text-align: right;
    width: 40%;
  }
}
@media only screen and (min-width: 1300px) {
  .search-block .label {
    font-size: 18px;
  }

  .search-engines .search-engine {
    font-size: 18px;
  }
}
.produits-list-w {
  position: relative;
  margin: 0 -11px 0;
}

.produits-list {
  width: 100%;
  margin: 0 0 0;
  overflow: hidden;
}
.produits-list .prds {
  overflow: visible;
}
.produits-list.swiper-container {
  margin: 0;
}
.produits-list.swiper-container .swiper-slide {
  margin: 0;
  min-height: 470px;
  height: auto;
}
.produits-list .colors .color {
  cursor: pointer;
}

.prd {
  max-width: 276px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 6px;
  border: 1px solid #eeeeee;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.prd .media {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 236px;
}
.prd .overlay {
  display: none;
}

.prdww {
  padding: 0 11px;
}

.prd-w {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1300px) {
  .prd-w {
    margin-bottom: 55px;
  }
}
.cat-infos-w + .subcats-w {
  margin-top: 20px;
}

.subcats {
  margin-right: -8px;
  margin-left: -8px;
}

.subcat-w {
  margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
  margin-right: -23px;
  margin-left: -23px;
}
.subcat {
  display: block;
  margin: 0 8px;
  position: relative;
}
.subcat .media {
  display: block;
}
.subcat .title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: inherit;
}
.subcat .title .voile {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: url('/images/rgbapng/fa565cbf-5.png?1537261735');
  background: rgba(250, 86, 92, 0.75);
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.subcat .title a {
  width: 100%;
  height: 100%;
  display: block;
}
.subcat .title a:hover .voile {
  opacity: 1;
}
.subcat .title a:hover .icon-w {
  background-color: #fb787d;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.subcat .title a:hover .icon-w:before, .subcat .title a:hover .icon-w::before, .subcat .title a:hover .icon-w .before {
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-bottom: 65px solid #fb787d;
}
.subcat .title a:hover .icon-arrow-right-white {
  display: inline-block;
}
.subcat .title a:hover .icon-arrow-right-red {
  display: none;
}
.subcat .title .title-w {
  width: 100%;
  padding: 0 80px 0 5%;
  background-color: #fa565c;
  color: #ffffff;
  position: absolute;
  bottom: -27%;
  left: 0;
  height: 27%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #eeeeee;
  white-space: nowrap;
}
.subcat .title .title-w:before, .subcat .title .title-w::before, .subcat .title .title-w .before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .label {
  font-size: 13.5px;
  line-height: inherit;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .icon-w {
  width: 50px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.subcat .title .icon-w:after, .subcat .title .icon-w::after, .subcat .title .icon-w .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .icon-w:before, .subcat .title .icon-w::before, .subcat .title .icon-w .before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50px;
  height: 0;
  width: 0;
  border-bottom: 65px solid #ffffff;
  border-left: 25px solid transparent;
}
.subcat .title .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .icon-arrow-right-red {
  *zoom: 0.7;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.subcat .title .icon-arrow-right-white {
  display: none;
}

@media only screen and (min-width: 530px) {
  .prd-w {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .prd-w {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1000px) {
  .prd-w {
    width: 25%;
  }

  .cat-produits-list .prd-w {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1300px) {
  .prd-w {
    width: 33.33333%;
  }

  .cat-produits-list .prd-w {
    width: 33.33333%;
    margin-bottom: 26px;
  }

  .listing-bl .prd-w, .listing-brand .prd-w {
    width: 25%;
  }
}
@media only screen and (min-width: 1460px) {
  .prd-w {
    width: 25%;
  }

  .cat-produits-list .prd-w {
    width: 33.33333%;
  }

  .listing-bl .prd-w, .listing-brand .prd-w {
    width: 25%;
  }
}
@media only screen and (min-width: 1740px) {
  .prd-w {
    width: 20%;
  }

  .cat-produits-list .prd-w {
    width: 25%;
  }
}
.brandlist {
  position: relative;
}

.brandlist .abc-w {
  z-index: 2;
  float: right;
}

.brandlist .abc {
  top: 0;
}
.brandlist .abc a {
  width: 35px;
  padding: 12px;
  border: 1px solid #fa565c;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  width: 30px;
  padding: 10px;
}
.brandlist .abc li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.brandlist .glossary li {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 580px) {
  .brandlist .glossary li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 33.33333%;
  }
}

.brand-subcats .subcat-w {
  width: 50%;
  float: left;
}

.brand-subcats .subcat a:hover .icon-w {
  background-color: transparent;
}
.brand-subcats .subcat a:hover .title-w {
  color: #ffffff;
}
.brand-subcats .subcat .title-w {
  background-color: transparent;
  color: #fa565c;
  height: 100%;
  padding: 0 10px;
  text-align: center;
}
.brand-subcats .subcat .icon-w {
  height: 50%;
  background-color: transparent;
}
.brand-subcats .subcat .icon-w:before, .brand-subcats .subcat .icon-w::before, .brand-subcats .subcat .icon-w .before {
  display: none;
}

@media only screen and (min-width: 450px) {
  .brand-subcats .subcat-w {
    width: 50%;
  }
}
@media only screen and (min-width: 530px) {
  .subcat-w {
    float: left;
    width: 50%;
  }

  .brand-subcats .subcat-w {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .subcat-w {
    width: 33.33333%;
  }

  .brand-subcats .subcat-w {
    width: 25%;
  }

  .subcats {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen and (min-width: 1000px) {
  .brand-subcats .subcat-w {
    width: 20%;
  }
}
@media only screen and (min-width: 1300px) {
  .subcat-w {
    width: 33.33333%;
    margin-bottom: 60px;
  }

  .subcats {
    margin-right: -14px;
    margin-left: -14px;
  }

  .subcat {
    width: auto;
    margin: 0 14px;
  }
  .subcat .title .label {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1460px) {
  .subcat-w {
    width: 25%;
    margin-bottom: 80px;
  }

  .categ-subcats .subcat-w {
    width: 33.33333%;
  }

  .brand-subcats .subcat-w {
    width: 20%;
  }

  .subcats {
    margin-right: -19px;
    margin-left: -19px;
  }

  .subcat {
    width: auto;
    margin: 0 19px;
  }
  .subcat .title .label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1740px) {
  .brand-subcats .subcat-w {
    width: 16.66667%;
  }
}
.slider-nav {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-color: transparent;
  border: 0 none;
  outline: 0 none;
  z-index: 15;
  *zoom: 0.7;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.slider-nav.disabled {
  cursor: default;
  opacity: 0.2;
}
.slider-nav.prev {
  left: -26px;
}
.slider-nav.next {
  right: -26px;
}
.slider-nav.up {
  top: -6px;
  margin-top: 0;
  margin-left: -2px;
  left: 38%;
  font-size: 29px;
  display: none;
}
.slider-nav.down {
  bottom: -6px;
  margin-top: 0;
  margin-left: -2px;
  left: 38%;
  top: auto;
  font-size: 29px;
  display: none;
}
.slider-nav.zoom-prev, .slider-nav.zoom-next {
  background-color: #e8e1db;
  padding: 10px;
}
.slider-nav.zoom-next {
  right: 0;
}

.tabs-ww .slider-nav.prev {
  left: -32px;
}
.tabs-ww .slider-nav.next {
  right: -32px;
}

@media only screen and (min-width: 1300px) {
  .rupture-alt.produits-slider .slider-nav {
    margin-top: -24px;
    *zoom: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .rupture-alt.produits-slider .slider-nav.prev {
    left: -35px;
  }
  .rupture-alt.produits-slider .slider-nav.next {
    right: -35px;
  }
}
.alt-slider .slider-nav {
  width: 40px;
  height: 40px;
  z-index: 1000;
  font-size: 22px;
  bottom: 0;
  top: auto;
  color: #ffffff;
}
.alt-slider .slider-nav.prev {
  left: auto;
  right: 41px;
}
.alt-slider .slider-nav.next {
  right: 0;
}

@media only screen and (min-width: 1200px) {
  .slider-nav.up {
    display: block;
  }
  .slider-nav.down {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .prd .overlay {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .prd .overlay:after, .prd .overlay .after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    height: 100%;
    width: 0;
  }
  .prd .overlay .btn {
    padding: 10px 15px;
  }
  .prd .overlay .btn:hover {
    background-color: #fa565c;
  }

  .lt-ie9 .prd .overlay {
    display: none;
  }

  .prd a:hover .overlay {
    opacity: 1;
  }

  .lt-ie9 .prd a:hover .overlay {
    display: block;
  }
}
.prd .media img {
  display: block;
}

.colors {
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.colors .label {
  font-size: 11px;
  color: #69646a;
  display: block;
  margin-bottom: 11px;
}
.colors .color {
  width: 29px;
  height: 29px;
  margin-bottom: 2px;
  border: 1px solid #eaeaea;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.colors .color-in {
  position: absolute;
}

.prd .title, .prd .desc {
  display: block;
  font-size: 0.91667em;
  height: 42px;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-family: 'MuseoSans500Regular';
}
.prd .title span, .prd .desc span {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
}
.prd .desc {
  height: 22px;
  font-family: "pt_sansbold";
}
.prd .desc span {
  height: 22px;
}
.prd .colors {
  display: none;
}
.prd .ref {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  color: #767676;
  padding: 0 14px;
  height: 3em;
}
.prd .bookmark {
  bottom: 0;
  color: #fa565c;
  width: 15%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .availability-wrapper {
  width: 83%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .barcode {
  float: right;
  margin-top: 17px;
  width: 76px;
}
.prd .second-part {
  overflow: hidden;
  padding: 0 14px;
  margin-top: 10px;
  height: 62px;
  border-top: 1px dotted #eeeeee;
}
.prd .go {
  position: relative;
}
.prd .actions {
  margin-top: 2px;
  padding: 0 11px;
  overflow: hidden;
  height: 40px;
}
.prd .actions .btn {
  padding: 6px 12px;
  height: auto;
  width: auto;
  min-width: 105px;
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .btn .ico {
  font-size: 0.91667em;
}
.prd .actions .div-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .action {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .action + .action {
  width: 60%;
  text-align: right;
}
.prd .actions .action.gamme {
  width: auto;
}
.prd .prices {
  float: left;
}
.prd .third-part {
  overflow: hidden;
  margin-top: 8px;
  padding: 3px 13px 3px;
  border-top: 1px solid #eeeeee;
}

#modal-prd .prd {
  border: 0 none;
}
#modal-prd .prd .media {
  border: 1px solid #eeeeee;
}
#modal-prd .prd .second-part, #modal-prd .prd .third-part {
  display: none;
}

.prices {
  margin-top: 4px;
  padding: 15px 0 0;
  display: block;
}
.prices .label {
  color: #767676;
  display: block;
}

.price {
  display: block;
}
.price .regular-price {
  text-decoration: line-through;
  font-size: 9px;
  color: #000000;
}
.price .label {
  font-size: 11px;
}
.price .current-price {
  font-size: 1.08333em;
  font-family: 'pt_sansbold';
  color: #000000;
}

.promo .price .current-price {
  color: #cc3300;
}

.prd.edit .current-price {
  font-size: 1em;
}

.price-edit {
  overflow: hidden;
}
.price-edit .label {
  padding-top: 5px;
  width: 86px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.price-edit .value .in-text {
  width: 70px;
  text-align: right;
  padding-right: 5px;
}
.price-edit + .price-edit {
  margin-top: 12px;
}

.price-usually {
  margin-top: 15px;
}

.publish-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.publish-block .text {
  cursor: pointer;
}

.prd .more {
  display: block;
  float: none;
  height: 25px;
  margin: 0 5px 3px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.prd .more:hover {
  text-decoration: none;
}

.prd .pcontact {
  color: #69646a;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 6px;
}
.prd .pcontact:hover {
  text-decoration: underline;
}

.pastille {
  background-color: #fa565c;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  height: 48px;
  font-size: 10px;
  font-family: 'pt_sansbold';
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  white-space: nowrap;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
.pastille:after, .pastille::after, .pastille .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pastille .label {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.new .pastille {
  background-color: #00d6d3;
}

.cat-infos {
  color: #69646a;
  padding-top: 23px;
  padding-bottom: 23px;
  overflow: hidden;
}
.cat-infos .title {
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  font-size: 18px;
}
.cat-infos .desc {
  font-size: 13px;
  line-height: 1.3em;
}
.cat-infos .tools {
  text-align: right;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .cat-infos .title {
    float: left;
  }
  .cat-infos .tools {
    float: right;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .prd .title {
    font-size: 15px;
    height: 64px;
  }
  .prd .title span {
    height: 64px;
  }
  .prd .ref {
    font-size: 1.08333em;
  }
  .prd .actions {
    padding-top: 11px;
  }
  .prd .actions .btn {
    height: 28px;
    font-size: 12px;
  }
  .prd .barcode, .prd .barcode img {
    width: 115px;
    height: 25px;
  }
  .prd .third-part {
    margin-top: 18px;
  }

  .prices > .label {
    display: block;
  }

  .price .regular-price {
    font-size: 13px;
  }
  .price .label {
    font-size: 12px;
  }
  .price .current-price {
    font-size: 16px;
  }

  .prd.edit .current-price {
    font-size: 1em;
  }

  .prd .more {
    height: auto;
    display: block;
    padding: 8px 0;
    margin: 0 13px 10px;
    width: auto;
  }

  .produits-list-w + .h2 {
    padding-top: 14px;
  }

  .pastille {
    width: 65px;
    height: 65px;
    font-size: 12px;
  }
}
.autoload_loader {
  width: 240px;
  margin: 0px auto;
  line-height: 17px;
  font-size: 1.1em;
}
.autoload_loader img {
  float: left;
  margin-right: 5px;
}

.show-values {
  margin-top: 3px;
}
.show-values .selected-value {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 19px;
}
.show-values .selected-value .ico-close {
  margin-right: 0px;
  font-size: 1.2em;
  cursor: pointer;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 3px;
}

.tools {
  margin-bottom: 1.5rem;
}
.tools .tools-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.tools .tools-column .tool {
  margin: 0 0 1rem 0;
}
.tools .tools-column .tool .label {
  display: block;
  font-size: 13px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.tools .tools-column .tool .select-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tools-column:first-of-type .tool:last-of-type {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .tools-column .tool {
    width: 50%;
  }
  .tools-column .tool.sort-by {
    order: -2;
  }
  .tools-column .tool.nb-results {
    order: -1;
    text-align: right !important;
  }
  .tools-column .tool select {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .tools .tool select {
    padding-left: 5px;
  }
}
.categ .switch_menu {
  position: static;
  float: none;
  font-family: "pt_sansbold";
  display: block;
  margin: 12px 12px;
}

@media only screen and (max-width: 999px) {
  .categ .main-menu > li {
    display: none;
  }
  .categ .main-menu > li.active {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .tools .main-menu, .tools .switch_menu {
    display: none;
  }

  .categ .produits-list-w {
    margin: 0;
  }
  .categ .produits-list {
    width: auto;
  }
  .categ .produits-list {
    margin: 0 -6px;
  }
}
@media only screen and (min-width: 1000px) {
  .categ .switch_menu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .categ .produits-list {
    margin: 0 -20px;
  }
}
.best-sells-block + .produits-list-block {
  margin-top: 20px;
}

.subcat .title .voile {
  background: url('/images/rgbapng/dadada40-5.png?1537261735');
  background: rgba(218, 218, 218, 0.25);
}
.subcat .title .title-w {
  background-color: #dadada;
  color: #7D7765;
}
.subcat .title .icon-w {
  background-color: #dadada;
}
.subcat .title .icon-w:before, .subcat .title .icon-w::before, .subcat .title .icon-w .before {
  border-bottom: 65px solid #dadada;
}
.subcat .title .icon.icon-arrow-right-red {
  display: none;
}
.subcat .title .icon.icon-arrow-right-white {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title a:hover .icon-w {
  background-color: #dadada;
  color: black;
}
.subcat .title a:hover .icon-w:before, .subcat .title a:hover .icon-w::before, .subcat .title a:hover .icon-w .before {
  border-bottom: 65px solid #dadada;
}
.subcat .media {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.conso-filter {
  padding: 0 0 12px 0;
}
.conso-filter .filter {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (min-width: 1000px) {
  .conso-filter .filter {
    width: 31%;
    margin-right: 2%;
  }
}
.conso-filter .filter label {
  color: #fb787d;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
  display: block;
}
.conso-filter .selectmenu {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.load-infinity-scroll {
  padding: 10px 0px;
  text-align: center;
  color: #8D8672;
  background-color: #F1F1F1;
  display: none;
}

.form-search-filters {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.form-search-filters .label {
  display: block;
  font-size: 13px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.media-side {
  position: relative;
  max-width: 596px;
  margin: 0 auto 20px;
}

.infos-side .title {
  text-transform: uppercase;
}

.others-views-w {
  width: 16%;
  height: 100%;
  padding: 22px 0 22px 0;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.others-views-w .others-views {
  height: 100%;
}
.others-views-w .slider-nav {
  *zoom: 0.4;
  -moz-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
  margin-top: 0;
  top: auto;
}
.others-views-w .slider-nav .icon {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.others-views-w .slider-nav.prev {
  left: 50%;
  top: -14px;
  margin-left: -14px;
}
.others-views-w .slider-nav.next {
  left: 50%;
  margin-left: -14px;
  right: auto;
  top: auto;
  bottom: -14px;
}

.photo-block-w {
  float: right;
  width: 81%;
}
.photo-block-w .swiper-container {
  width: 99%;
}

#modal-prd .fiche {
  padding: 0 10px;
}
#modal-prd .photo-block-w {
  float: none;
  width: 100%;
}
#modal-prd .media-side {
  max-width: 476px;
}

.act-promos {
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .act-promos {
    margin: 10px 0;
  }
}
.act-promos .btn {
  font-size: 100%;
}

.photo-block-w {
  border: 1px solid #eeeeee;
}

.sm-previews .slide {
  white-space: nowrap;
  white-space: nowrap;
}
.sm-previews .slide:after, .sm-previews .slide::after, .sm-previews .slide .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.sm-previews .sm-preview {
  border: 1px solid #eeeeee;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.infos-side .title-w a {
  color: #69646a;
}
.infos-side .title-w a:hover {
  text-decoration: underline;
}
.infos-side .price-w {
  text-align: right;
  overflow: hidden;
}
.infos-side .price-w .prices {
  margin: 0;
  padding: 0;
}
.infos-side .price-w .price .label {
  text-transform: uppercase;
  font-family: "pt_sansbold";
  color: #fa565c;
  font-size: 13px;
}
.infos-side .price-w .price .regular-price {
  padding: 0;
  vertical-align: bottom;
  color: #69646a;
  margin-right: 13px;
  font-size: 13px;
}
.infos-side .price-w .price .date-end {
  margin-top: 4px;
  color: #69646a;
  font-size: 13px;
  display: block;
}
.infos-side .price-w .price .current-price {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .price-w .price .current-price .unite {
  font-size: 10px;
  margin-top: 4px;
}
.infos-side .price-w .price .value {
  display: block;
  margin-top: 7px;
}
.infos-side .price-w .pastille {
  margin-right: 14px;
}
.infos-side .price-w .pastille .rule {
  padding-top: 0;
  padding-bottom: 2px;
  margin-top: 5px;
}
.infos-side .price-w .dlv-delay {
  font-family: "MuseoSans500Regular";
  font-size: 14px;
  margin-top: 10px;
}
.infos-side .price-w .dlv-delay .value {
  color: #fa565c;
}
.infos-side .availability-wrapper {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .barcode {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .stockinfos-barcode {
  text-align: right;
  margin-top: 34px;
}
.infos-side .prd-title {
  font-size: 18px;
  font-family: "MuseoSans500Regular";
  color: #000000;
}
.infos-side .reference {
  margin-top: 16px;
  color: #767676;
  font-size: 13px;
}
.infos-side .prd-brand {
  display: block;
  margin-top: 11px;
}
.infos-side .prd-encart {
  padding-top: 16px;
  margin-top: 14px;
  margin-bottom: 14px;
  border-top: 1px solid #dadada;
}
.infos-side .prd-encart .read-more-less {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.infos-side .prd-encart .prd-encart-title {
  font-family: "pt_sansbold";
  font-size: 16px;
  margin-bottom: 7px;
}
.infos-side .prd-encart .prd-encart-short-desc {
  font-family: "pt_sansbold";
  font-size: 14px;
  color: #fb787d;
  margin-bottom: 20px;
}
.infos-side .prd-encart.wishlist {
  text-align: center;
}
.infos-side .prd-encart.new-wishlist {
  display: none;
}
.infos-side .prd-encart.new-wishlist .in-text, .infos-side .prd-encart.new-wishlist .in-textarea {
  max-width: 300px;
}
.infos-side .prd-encart.new-wishlist .in-textarea {
  height: 75px;
}
.infos-side .prd-encart .links {
  margin: 10px 0;
  text-align: left;
}
.infos-side .prd-encart .links a {
  font-size: 1.25em;
}
.infos-side .prd-encart .links a:hover {
  text-decoration: underline;
}
.infos-side .prd-downloads {
  margin-top: 11px;
}
.infos-side .prd-downloads .file-download {
  white-space: nowrap;
  margin-right: 30px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .actions {
  margin-top: 22px;
  margin-bottom: 22px;
  padding-top: 28px;
}
.infos-side .actions .action + .action {
  margin-top: 10px;
}
.infos-side .addtocart-block {
  text-align: right;
  margin: 10px 0;
}
.infos-side .addtocart-block .div-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
}
.infos-side .addtocart-block .div-spinner .spinner {
  width: 50px;
  height: 30px;
  margin: 0 30px;
  font-size: 15px;
}
.infos-side .addtocart-block .div-spinner .ui-spinner-button {
  width: 20px;
  height: 20px;
  font-size: 19px;
  top: 5px;
}
.infos-side .addtocart-block .div-spinner .ui-spinner-button .ui-button-text {
  line-height: 20px;
}
.infos-side .addtocart-block .btn {
  margin: 10px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .remain-free-dlv {
  font-size: 13px;
  font-family: "pt_sansbold";
  color: #fa565c;
  margin-top: 12px;
}
.infos-side .quantity-block {
  text-transform: uppercase;
  color: #69646a;
  white-space: nowrap;
}
.infos-side .quantity-block .label {
  font-size: 13px;
  font-family: "pt_sansbold";
  white-space: normal;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .quantity-block .div-spinner {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.related-block {
  margin-top: 30px;
  padding-bottom: 44px;
}
.related-block .title-n1 {
  background-color: #dadada;
  color: #69646a;
}

.form-custom-ref .in-text {
  max-width: 120px;
}
.form-custom-ref .btn {
  min-width: 0;
  max-width: 50px;
  height: 30px;
  padding: 6px 10px 7px;
  font-size: 13px;
}

@media only screen and (min-width: 400px) {
  .infos-side .addtocart-block {
    float: right;
    width: 46%;
  }

  .features {
    float: left;
    width: 54%;
  }
}
@media only screen and (min-width: 1400px) {
  .infos-side .addtocart-block {
    float: right;
    width: 64%;
  }

  .features {
    float: left;
    width: 36%;
  }
}
@media only screen and (min-width: 768px) {
  .media-side {
    width: 38.7%;
    margin-top: 26px;
    float: left;
  }

  .infos-side {
    float: left;
    width: 61.3%;
    padding-left: 2.8%;
    padding-top: 26px;
  }
  .infos-side .title-w {
    float: left;
    width: 50%;
  }
  .infos-side .price-w {
    float: left;
    width: 50%;
  }
  .infos-side .quantity-block {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .infos-side .remain-free-dlv {
    text-align: right;
    width: 70%;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .infos-side .actions .action {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .infos-side .actions .action + .action {
    margin-top: 0;
    text-align: right;
  }

  #modal-prd .fiche {
    padding: 0 42px;
  }
  #modal-prd .media-side {
    width: 26.6%;
    margin-top: 26px;
  }
  #modal-prd .infos-side {
    width: 73.4%;
    padding-left: 2.8%;
    padding-top: 26px;
  }
  #modal-prd .lastviewed-block {
    padding-bottom: 20px;
  }

  .related-block {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1300px) {
  .infos-side .title-w {
    padding-top: 6px;
  }
  .infos-side .prd-title {
    font-size: 28px;
  }
  .infos-side .price-w .price .current-price {
    font-size: 28px;
  }
  .infos-side .remain-free-dlv {
    font-size: 18px;
    text-align: right;
  }
  .infos-side .addtocart-block {
    float: right;
  }
  .infos-side .addtocart-block .div-spinner .spinner {
    width: 60px;
    height: 46px;
    margin: 0 40px;
    font-size: 20px;
  }
  .infos-side .addtocart-block .div-spinner .ui-spinner-button {
    width: 30px;
    height: 30px;
    font-size: 29px;
    top: 10px;
  }
  .infos-side .addtocart-block .div-spinner .ui-spinner-button .ui-button-text {
    line-height: 29px;
  }
  .infos-side .addtocart-block .btn {
    margin-left: 44px;
  }

  #modal-prd .fiche {
    padding: 0 42px;
  }
}
.feature {
  margin-right: 50px;
  margin-bottom: 5px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .picto {
  width: 46px;
  height: 46px;
  text-align: center;
  background-color: #fa565c;
  margin-right: 10px;
  border: 1px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
.feature .picto:after, .feature .picto::after, .feature .picto .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .ico {
  font-size: 27px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .libelle {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .label {
  font-size: 13px;
  vertical-align: middle;
  color: #fa565c;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .input-block {
  margin-top: 5px;
}
.feature:last-child {
  margin-right: 0;
}

a.feature:hover .label {
  text-decoration: underline;
}
a.feature:hover .picto {
  background-color: #ffffff;
  border: 1px solid #fa565c;
}
a.feature:hover .picto .ico {
  color: #fa565c;
}

@media only screen and (min-width: 768px) {
  .photo-block {
    position: relative;
  }
  .photo-block .img-respond {
    cursor: pointer;
  }
  .photo-block .ico-zoom-in {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 26px;
    color: #fa565c;
    cursor: pointer;
  }
}
.color-selector {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}
.color-selector.picker .swiper-slide {
  height: 33px;
}
.color-selector.picker .chart-items-w {
  margin-top: 20px;
}
.color-selector .cs-title {
  text-transform: uppercase;
  color: #dadada;
  font-family: "pt_sansbold";
  font-size: 18px;
  padding: 0 5px;
}
.color-selector.colisage .cs-title {
  margin-bottom: 20px;
}
.color-selector.colisage .chart-item-w {
  width: 100%;
  text-align: left;
}
.color-selector.colisage .chart-item-w .chart-item {
  height: 40px;
}
.color-selector.colisage .chart-item-w .chart-item .cell.prices {
  line-height: 30px;
}
.color-selector.colisage .chart-item-w .chart-item .cell.prices .price {
  display: inline-block;
}

.tabs-ww {
  margin: 19px 28px 49px;
  height: 49px;
  border-bottom: 1px solid #dadada;
  position: relative;
}

.picker .tabs-ww {
  height: 100%;
  border: none;
  margin: 12px 30px 30px 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.tabs {
  overflow: visible;
}
.tabs .swiper-slide {
  float: left;
  height: 50px;
}
.tabs a {
  background-color: #dadada;
  color: #69646a;
  height: 49px;
  text-align: center;
  vertical-align: middle;
  font-family: "MuseoSans500Regular";
  font-size: 13px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.tabs a:after, .tabs a::after, .tabs a .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.tabs a.active, .tabs a:hover {
  background-color: #dadada;
  color: #ffffff;
  text-decoration: none;
}
.tabs .tab {
  padding: 0 1px;
}
.tabs .tab.color a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #E8E8E8;
}
.tabs .tab.color + .color {
  margin-left: 10px;
}

.chart-items-w {
  overflow: hidden;
}

.chart-item-w {
  float: left;
}

.chart-item {
  position: relative;
  margin: 0 auto 0;
  max-width: 412px;
  width: 100%;
  text-align: left;
  height: 68px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.chart-item .chart img {
  width: 40px;
  height: 40px;
}
.chart-item .cell {
  float: left;
  display: block;
}
.chart-item .cell.product {
  padding-left: 10px;
  padding-top: 3px;
}
.chart-item .cell.product .title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #66645e;
  width: 100px;
  height: 55px;
  overflow: hidden;
  padding-bottom: 5px;
  font-family: "MuseoSans500Regular";
}
.chart-item .cell.product .title a {
  color: #66645e;
}
.chart-item .cell.product .ref {
  display: block;
  font-size: 12px;
  color: #767676;
  margin-top: 2px;
  font-family: "MuseoSans500Regular";
}
.chart-item .cell.product .ref:hover {
  text-decoration: none;
}
.chart-item .cell.prices {
  padding: 0 0 0 2px;
  margin-top: 0;
}
.chart-item .cell.prices .price {
  font-size: 18px;
  font-family: "pt_sansbold";
  display: block;
  color: #767676;
}
.chart-item .cell.prices .price.promo {
  color: #fa565c;
}
.chart-item .cell.prices .price .regular-price {
  font-size: 12px;
  color: #767676;
}
.chart-item .cell .availability-wrapper {
  margin: 0 0 0;
}
.chart-item .div-spinner {
  float: right;
  padding-right: 5px;
}
.chart-item .div-spinner .spinner {
  width: 42px;
  height: 33px;
  margin: 0 27px;
  font-size: 14.91px;
}
.chart-item .div-spinner .ui-spinner-button {
  width: 21px;
  height: 21px;
  font-size: 22px;
  top: 6px;
}
.chart-item .div-spinner .ui-spinner-button .ui-button-text {
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .chart-item-w {
    width: 50%;
  }

  .chart-item-w-tablet-1 {
    text-align: right;
  }
}
@media only screen and (min-width: 1300px) {
  .tabs-ww {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .chart-item-w {
    width: 33.33333%;
  }

  .chart-item-w-desktop-0 {
    text-align: left;
  }

  .chart-item-w-desktop-1 {
    text-align: center;
  }

  .chart-item-w-desktop-2 {
    text-align: right;
  }
}
.chart-items {
  overflow: hidden;
}
.chart-items.hidden {
  display: none;
}

.chart-items-w .pchild a {
  color: #69646a;
}

.chart-items-w .chart-item > a {
  border: 1px solid #E8E8E8;
}

.summary {
  padding: 34px 0;
  clear: both;
  border-top: 1px solid #dadada;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .summary {
    text-align: right;
  }
}
.summary .quantity {
  width: 143px;
  height: 38px;
  color: #ffffff;
  background-color: #fa565c;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.summary .quantity:after, .summary .quantity::after, .summary .quantity .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.summary .amount {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.summary .amount .label {
  color: #69646a;
  font-size: 13px;
}
.summary .amount .value {
  font-size: 28px;
  color: #000000;
  font-family: "pt_sansbold";
}
.summary .btn {
  margin-left: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .summary .btn {
    margin-top: 0px;
  }
}

.gift-card {
  margin-bottom: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 480px) {
  .gift-card {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
.gift-card label {
  display: block;
  text-align: left;
  margin: 5px;
}
.gift-card #gift-card-amount {
  margin-left: 10px;
  max-width: 50px;
}
.gift-card #gift-card-recipient {
  widows: 150px;
}

.addthis_sharing_toolbox {
  margin-top: 20px;
}

.page-product .availability {
  text-align: right;
}

.responsive-table.table-childs tbody tr {
  border-bottom: 10px solid;
}
@media only screen and (min-width: 768px) {
  .responsive-table.table-childs tbody tr {
    border-bottom: 1px;
  }
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

table {
  border: 1px solid #dadada;
  margin-bottom: 25px;
}
table thead th {
  background-color: #dadada;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
  color: #69646a;
  font-weight: normal;
}

#cell-img {
  width: 13%;
}

#cell-pricepromo {
  width: 8%;
}

#cell-tarif {
  width: 11%;
}

#cell-qte {
  width: 11%;
}

#cell-price {
  width: 9%;
}

#cell-del {
  width: 6%;
}

#tbl-cart-w .media .pastille {
  float: left;
  margin-right: 10px;
  margin-top: 0;
}
#tbl-cart-w .media .price {
  padding-top: 10px;
}

#div-cart {
  padding-bottom: 50px;
}
#div-cart .feature {
  margin-right: 0;
}
#div-cart .feature .picto {
  width: 30px;
  height: 30px;
}
#div-cart .feature .picto .ico {
  font-size: 15px;
}
#div-cart .feature:first-child {
  margin-right: 5%;
}

#tbl-cart {
  margin-bottom: 0;
  width: 100%;
}
#tbl-cart .header-no-mobile {
  display: none;
  padding: 0 2px;
}
#tbl-cart #cell-img {
  display: block;
  width: 100%;
}
#tbl-cart .cell-imgpart {
  display: none;
}
#tbl-cart .cell-firstpart {
  display: block;
  border: 0 none;
}
#tbl-cart .cell-secondpart {
  display: block;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  overflow: hidden;
}
#tbl-cart thead th {
  padding: 14px 2px;
  text-align: center;
}
#tbl-cart .div-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.row-cart {
  display: block;
  position: relative;
}
.row-cart .media {
  padding: 5px 5px 5px;
  min-width: 50px;
  overflow: hidden;
  display: none;
}
.row-cart .infos .title {
  color: #000000;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  padding-right: 30px;
}
.row-cart .infos .reference {
  margin-bottom: 7px;
}
.row-cart .infos .option {
  margin-bottom: 4px;
}
.row-cart .infos .price {
  margin-bottom: 5px;
}
.row-cart .infos .pastille-w {
  float: right;
  width: 97px;
}
.row-cart .infos .pastille-w .pastille {
  display: block;
}
.row-cart .infos .pastille-w .price {
  clear: both;
  text-align: right;
}
.row-cart .pastille {
  position: static;
  width: 53px;
  height: 53px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.row-cart .pastille .txt_promo {
  width: 58%;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.row-cart .cells-alt {
  float: left;
  width: 50%;
}
.row-cart .cells-alt-first {
  width: 60%;
}
.row-cart .cell-alt-second {
  width: 40%;
  text-align: right;
}
.row-cart .cell-alt {
  margin-top: 5px;
}
.row-cart .cell-alt .label {
  font-size: 13px;
  width: 58%;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.row-cart .cell-alt .value {
  font-size: 13px;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.row-cart .cell-alt .date-end {
  white-space: normal;
  font-size: 11px;
  text-align: center;
}
.row-cart .cell-del {
  font-size: 16px;
  position: absolute;
  top: 7px;
  right: 12px;
}
.row-cart .regular-price {
  text-decoration: line-through;
}

#foot-cart-w.cart-block-ordertotal > .head {
  background-color: #dadada;
}
#foot-cart-w.cart-block-ordertotal > .head .title {
  color: #69646a;
}
#foot-cart-w.cart-block-ordertotal .body-content {
  padding-right: 10px;
}
#foot-cart-w .cart-foot {
  margin-bottom: 0;
}
#foot-cart-w .cart-foot th {
  padding: 5px 0;
}
#foot-cart-w .cart-foot td {
  padding: 5px 10px;
}
#foot-cart-w .cart-foot td.free-shipping {
  color: #fa565c;
}
#foot-cart-w .features {
  margin-top: 17px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}

.cell-qte .value {
  position: relative;
  margin: 0 0 0 -15px;
}
@media only screen and (min-width: 530px) {
  .cell-qte .value {
    margin: 0;
  }
}

@media only screen and (min-width: 530px) {
  #cell-qte {
    display: table-cell;
  }

  #tbl-cart #cell-img {
    display: table-cell;
    width: 13%;
  }

  .row-cart {
    display: table-row;
  }
  .row-cart .media {
    float: left;
    display: block;
  }
  .row-cart .media a {
    display: block;
  }
  .row-cart .infos .title {
    padding-right: 0;
  }
  .row-cart .cell-qte .ui-spinner {
    float: none;
  }
  .row-cart .cell-qte .subtotal-block {
    float: none;
    position: absolute;
    bottom: 18px;
    padding-right: 0;
  }

  #tbl-cart .cell-imgpart {
    display: table-cell;
    border-top: 0 none;
  }
  #tbl-cart .header-no-mobile {
    display: table-cell;
  }
  #tbl-cart #cell-img {
    display: table-cell;
  }
  #tbl-cart .cell-firstpart, #tbl-cart .cell-secondpart {
    display: table-cell;
    border-bottom: 1px solid #dadada;
    padding: 5px 2px;
  }
  #tbl-cart .cell-imgpart {
    padding: 0;
  }
  #tbl-cart .cell-firstpart {
    padding: 0;
  }
  #tbl-cart .cell-secondpart {
    vertical-align: top;
    padding-top: 25px;
  }

  .row-cart {
    padding-bottom: 18px;
  }
  .row-cart .infos {
    padding: 10px 10px 8px;
  }
  .row-cart .infos .title {
    font-size: 12px;
  }
  .row-cart .infosbis {
    padding: 10px 10px 8px;
  }
  .row-cart .ui-spinner {
    float: none;
  }
  .row-cart .cell-alt-second {
    text-align: left;
  }
  .row-cart .cells-alt {
    float: none;
    width: 100%;
    white-space: nowrap;
  }
  .row-cart .cell-alt {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .row-cart .cell-alt .label {
    display: none;
  }
  .row-cart .cell-alt .value {
    width: 100%;
  }
  .row-cart .cell-pricepromo {
    width: 17.9%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
  }
  .row-cart .cell-tarif {
    width: 23.8%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
  }
  .row-cart .cell-qte {
    width: 24.8%;
    text-align: center;
  }
  .row-cart .cell-price {
    width: 20.2%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
  }
  .row-cart .cell-del {
    font-size: 16px;
    position: static;
    padding-top: 8px;
  }
  .row-cart .cell-pastille {
    width: 17.9%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
    vertical-align: middle;
  }
  .row-cart .cell-estimdlv {
    text-align: right;
    width: 73.9%;
    font-size: 13px;
    white-space: normal;
    vertical-align: middle;
  }
  .row-cart .cell-estimdlv .colored {
    color: #fa565c;
  }
}
@media only screen and (min-width: 768px) {
  #tbl-cart-w {
    width: 70%;
    float: left;
  }

  #foot-cart-w {
    width: 28.5%;
    float: left;
    margin-left: 1.5%;
  }

  .row-cart .cell-del {
    padding-left: 0;
    padding-top: 6px;
  }
}
@media only screen and (min-width: 1000px) {
  #tbl-cart-w .block-speed-add-ref {
    display: none;
  }

  .row-cart .cell-del {
    padding-left: 4%;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 1300px) {
  .row-cart .infos {
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .row-cart .infos .title {
    font-size: 15px;
    line-height: 1.4em;
  }
  .row-cart .infosbis {
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .row-cart .ui-spinner {
    float: none;
  }
  .row-cart .color {
    width: 18px;
    height: 18px;
  }
  .row-cart .cells-alt {
    white-space: nowrap;
  }
  .row-cart .cell-alt {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .row-cart .cell-alt .value {
    font-size: 15px;
  }
  .row-cart .cell-pricepromo {
    font-size: 15px;
  }
  .row-cart .cell-tarif {
    font-size: 15px;
  }
  .row-cart .cell-price {
    font-size: 15px;
  }
  .row-cart .cell-pastille {
    font-size: 15px;
    vertical-align: middle;
  }
  .row-cart .cell-estimdlv {
    font-size: 15px;
    vertical-align: middle;
  }
}
.list-addresses li {
  padding: 6px 0 20px;
}
.list-addresses address {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.list-addresses address .title {
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  font-size: 14px;
}
.list-addresses address .name {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.list-addresses input.btn {
  display: block;
}

@media only screen and (min-width: 530px) {
  .list-addresses li {
    float: left;
    width: 50%;
  }
}
.new-address-wrapper {
  padding: 12px 0 15px;
}

.input-paiement .mode {
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px;
}
.input-paiement label {
  display: block;
  padding: 4px;
}
.input-paiement input {
  position: absolute;
  opacity: 0;
}
.input-paiement input:checked + label {
  border: 1px solid #fa565c;
  color: #fa565c;
}
.input-paiement .ico {
  display: block;
  font-size: 44px;
}
.input-paiement .title {
  display: block;
  font-size: 14px;
  padding: 8px 0 0;
}

.cgv-accept {
  padding: 0 0 9px;
  text-align: center;
}

.cart-tabs {
  border-bottom: 1px solid #dadada;
  height: 37px;
  margin-bottom: 18px;
  margin-top: 3px;
  *zoom: 1;
}
.cart-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cart-tabs.devis {
  margin-top: 50px;
}
.cart-tabs .cart-tab {
  height: 100%;
}
.cart-tabs .cart-tab.active .cart-tab-btn {
  background-color: #fa565c;
  color: #ffffff;
}
.cart-tabs .cart-tab + .cart-tab {
  display: none;
}
.cart-tabs .cart-tab-btn {
  background-color: #dadada;
  color: #69646a;
  text-align: center;
  text-transform: uppercase;
  font-family: "pt_sansbold";
  font-size: 13px;
  display: block;
  padding: 0 10px;
  margin: 0 1px;
  height: 100%;
  white-space: nowrap;
}
.cart-tabs .cart-tab-btn:after, .cart-tabs .cart-tab-btn::after, .cart-tabs .cart-tab-btn .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.cart-tabs .cart-tab-btn span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.cart-tabs a:hover {
  background-color: #fb787d;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .cart-tabs {
    height: 37px;
  }
  .cart-tabs .cart-tab-btn {
    font-size: 15px;
  }
  .cart-tabs .cart-tab {
    float: left;
    width: 33.33333%;
    max-width: 332px;
  }
  .cart-tabs .cart-tab + .cart-tab {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .cart-tabs .cart-tab-btn {
    font-size: 18px;
  }
}
.thanks-text {
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
  padding-bottom: 45px;
  position: relative;
  line-height: 1.3em;
}
.thanks-text:after, .thanks-text::after, .thanks-text .after {
  content: '';
  width: 272px;
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #eeeeee;
  margin-left: -136px;
  bottom: 0;
}

.choice-text {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.3em;
}

.address-text {
  margin-top: 22px;
  color: #fa565c;
  font-size: 15px;
  line-height: 1.3em;
}
.address-text .title {
  text-transform: uppercase;
}

.paiementinfo-text {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.3em;
}

.invoiceinfo-text {
  margin-top: 23px;
  font-size: 15px;
  line-height: 1.3em;
}

.goodbye-text {
  margin-top: 22px;
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
}

.cart-block {
  display: block;
}
.cart-block .head {
  background-color: #fa565c;
  padding: 13px 20px;
}
.cart-block .head .title {
  color: #ffffff;
  font-family: "pt_sansbold";
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
.cart-block .head.dlv-head {
  margin-bottom: 20px;
}
.cart-block .body {
  border: 1px solid #dadada;
  display: block;
}
.cart-block .body-content {
  display: block;
  overflow: hidden;
  padding: 20px 20px 20px;
}

.cart-block-global {
  padding-bottom: 38px;
  color: #69646a;
}
.cart-block-global > .head {
  background-color: #dadada;
  margin-bottom: 18px;
}
.cart-block-global > .head .title {
  color: #69646a;
}

.cart-block-address .btn {
  float: right;
  font-size: 12px;
  margin-top: 21px;
}
.cart-block-address .address {
  float: left;
  height: 97px;
}
.cart-block-address .body {
  overflow: hidden;
}
.cart-block-address.cart-block-dlv-address {
  width: 100%;
}

.cart-block-payment {
  margin-top: 24px;
}

.address {
  font-size: 14px;
  line-height: 1.4em;
}

.cart-block-choice-addresses .address {
  height: 92px;
}

.open-block-new-address {
  font-size: 12px;
}

.cart-block-new-address {
  background-color: #dadada;
}
.cart-block-new-address .title-block {
  color: #fa565c;
  font-size: 14px;
  font-family: "MuseoSans500Regular";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 9px;
}
.cart-block-new-address .actions {
  margin-top: 18px;
}
.cart-block-new-address .actions .btn {
  font-size: 14px;
}

.cart-block-dlv-choices .head, .cart-block-choice-addresses .head {
  background-color: #fa565c;
}
.cart-block-dlv-choices .head .title, .cart-block-choice-addresses .head .title {
  color: #ffffff;
}
.cart-block-dlv-choices .head .tiny, .cart-block-choice-addresses .head .tiny {
  font-size: 65%;
}
.cart-block-dlv-choices.factu-dlv .btn, .cart-block-choice-addresses.factu-dlv .btn {
  float: right;
  font-size: 12px;
  margin-top: 21px;
}
.cart-block-dlv-choices.factu-dlv .address, .cart-block-choice-addresses.factu-dlv .address {
  float: left;
  height: 97px;
}

.form .cart-block-dlv-choices .cart-block-dlv-choice {
  display: block;
}
.form .cart-block-dlv-choices .cart-block-dlv-choice.disabled {
  background-color: #eeeeee;
}
.form .cart-block-dlv-choices .cart-block-dlv-choice.disabled * {
  cursor: default;
}

@media only screen and (min-width: 768px) {
  .cart-block .head .title {
    font-size: 15px;
  }

  .cart-block-ordertotal {
    float: left;
    width: 32.5%;
  }

  .cart-block-addresses-payment {
    float: left;
    width: 65.5%;
    margin-left: 2%;
  }
  .cart-block-addresses-payment .cart-block-addresses .body-content {
    min-height: 170px;
  }

  .cart-block-addresses {
    overflow: hidden;
  }

  .cart-block-address {
    float: left;
    width: 49%;
  }
  .cart-block-address .title {
    text-align: left;
    font-family: "MuseoSans500Regular";
    font-size: 14px;
  }
  .cart-block-address + .cart-block-address {
    margin-left: 2%;
  }

  .cart-block-dlv-choices {
    width: 49%;
    float: left;
  }
  .cart-block-dlv-choices > .head {
    padding: 22px 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .cart-block-dlv-choices > .head:after, .cart-block-dlv-choices > .head::after, .cart-block-dlv-choices > .head .after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #fa565c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
  }
  .cart-block-dlv-choices > .head .title {
    font-size: 16px;
  }
  .cart-block-dlv-choices.factu-dlv {
    margin-left: 2%;
  }
  .cart-block-dlv-choices.factu-dlv .btn {
    float: right;
    font-size: 12px;
    margin-top: 21px;
  }
  .cart-block-dlv-choices.factu-dlv .address {
    float: left;
    height: 97px;
  }

  .cart-block-choice-addresses {
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  .cart-block-choice-addresses .input-block {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-top: 9px;
  }
  .cart-block-choice-addresses .input-block .in-text {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text::-webkit-input-placeholder {
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text:-moz-placeholder {
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text::-moz-placeholder {
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text:-ms-input-placeholder {
    color: #69646a;
  }

  .form-delivery .cart-block-address + .cart-block-address {
    margin-left: 0;
  }
  .form-delivery .cart-block-address {
    width: 50%;
  }
  .form-delivery .cart-block-address .body {
    border-left: 1px solid #dadada;
    border-right: 0 none;
  }
  .form-delivery .cart-block-address + .cart-block-address .body {
    border-left: 0 none;
    border-right: 1px solid #dadada;
  }
  .form-delivery .cart-block-address .address {
    position: relative;
  }
  .form-delivery .cart-block-address .address:before, .form-delivery .cart-block-address .address::before, .form-delivery .cart-block-address .address .before {
    content: '';
    width: 1px;
    background-color: #dadada;
    height: 100%;
    display: block;
    position: absolute;
    left: -20px;
  }
  .form-delivery .cart-block-address.cart-block-dlv-address .body-content {
    width: 49%;
  }
}
@media only screen and (min-width: 1300px) {
  .cart-block .head .title {
    font-size: 18px;
  }
}
.input-block-pay-choice .lbl-in-checkbox {
  display: none;
}
.input-block-pay-choice .lbl-in-radio-value {
  padding-left: 10px;
  width: 100%;
  display: block;
  margin-top: 5px;
}
.input-block-pay-choice .lbl-in-radio-text {
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 15px;
  color: #fa565c;
  height: 30px;
  margin-left: 4%;
  white-space: nowrap;
  width: 108px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.input-block-pay-choice .lbl-in-radio-text:before, .input-block-pay-choice .lbl-in-radio-text::before, .input-block-pay-choice .lbl-in-radio-text .before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #69646a;
  margin-right: 10%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.input-block-pay-choice .lbl-in-radio-text span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.input-block-dlv-choice .lbl-in-checkbox {
  display: none;
}
.input-block-dlv-choice .lbl-in-radio-value {
  white-space: nowrap;
  cursor: pointer;
}
.input-block-dlv-choice .lbl-in-radio-value + .lbl-in-radio-value {
  margin-top: 16px;
}
.input-block-dlv-choice .body-content {
  padding: 38px 16px;
}
.input-block-dlv-choice .lbl-in-radio-text {
  font-family: "MuseoSans500Regular";
  color: #000000;
  margin-left: 2%;
  padding: 3px 15px 3px 3%;
  white-space: normal;
  border-left: 1px solid #69646a;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.input-block-dlv-choice .lbl-in-radio-text .title {
  font-size: 15px;
  color: #fa565c;
  text-transform: uppercase;
}
.input-block-dlv-choice .lbl-in-radio-text .desc {
  font-size: 14px;
  line-height: 1.9em;
}
.input-block-dlv-choice .lbl-in-radio-text .colored {
  color: #fa565c;
  float: none;
}

.form-payment .comment {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.form-payment .actions {
  text-align: center;
}
.form-payment .actions .input-block {
  margin: 0 0 20px 0;
}

.form-delivery .actions {
  margin-top: 35px;
  text-align: center;
}
.form-delivery .cart-block-address.cart-block-dlv-address {
  width: 100%;
  border: 1px solid #dadada;
}
.form-delivery .cart-block-address.cart-block-dlv-address .body-content {
  display: inline-block;
  width: 100%;
  margin-left: -1px;
}

.form-panier-oontinue .actions {
  margin-top: 35px;
  text-align: center;
}

.cart-block-ordertotal .body {
  margin-bottom: 24px;
}
.cart-block-ordertotal .body-content {
  padding-top: 12px;
}
.cart-block-ordertotal .text-franco-port {
  background-color: #fb787d;
  color: #ffffff;
  font-size: 20px;
  font-family: "MuseoSans500Regular";
  text-align: center;
  padding: 28px 0;
}

.cart-foot {
  border: 0 none;
  width: 100%;
  margin-bottom: 0px;
}
.cart-foot th {
  font-size: 16px;
  padding: 0px 0 0 6px;
}
.cart-foot td {
  padding: 7px 11px;
  border: 0 none;
  font-size: 16px;
  text-align: right;
}
.cart-foot .cart-order-total {
  font-family: "pt_sansbold";
  color: #fa565c;
  font-size: 18px;
}
.cart-foot .cart-order-dlv-date {
  color: #fa565c;
}

.form-code-promo {
  background-color: #fb787d;
}
.form-code-promo .body-content {
  padding-bottom: 12px;
}
.form-code-promo .label {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "pt_sansbold";
  font-size: 15px;
  margin: 5px 18% 5px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-code-promo .input-block {
  white-space: nowrap;
  max-width: 212px;
  width: 100%;
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-code-promo .in-text {
  background-color: #ffffff;
  color: #69646a;
}
.form-code-promo .in-text::-webkit-input-placeholder {
  color: #69646a;
}
.form-code-promo .in-text:-moz-placeholder {
  color: #69646a;
}
.form-code-promo .in-text::-moz-placeholder {
  color: #69646a;
}
.form-code-promo .in-text:-ms-input-placeholder {
  color: #69646a;
}
.form-code-promo .btn {
  background-color: #fa565c;
  color: #ffffff;
  min-width: 0;
  max-width: 38px;
  height: 30px;
  padding: 6px 3px 7px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-code-promo .btn.del-promo {
  max-width: 65px;
}
.form-code-promo .code-pmt {
  color: #ffffff;
  font-weight: 600;
  padding: 0 15px;
}

@media only screen and (min-width: 530px) {
  .input-block-pay-choice .lbl-in-radio-value {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .input-block-pay-choice .lbl-in-checkbox {
    display: none;
  }
  .input-block-pay-choice .lbl-in-radio-text {
    margin-left: 4%;
  }

  .form-delivery .cart-block-address.cart-block-dlv-address .body-content {
    width: 49%;
  }
}
@media only screen and (min-width: 1180px) {
  .input-block-pay-choice .lbl-in-radio-value {
    float: left;
    width: 25%;
  }
}
#breadcrumbs-cart {
  margin-bottom: 18px;
  padding-top: 5px;
}
#breadcrumbs-cart li {
  font-size: 13px;
  text-transform: uppercase;
  display: none;
}
#breadcrumbs-cart li .label {
  border-bottom: 4px solid #dadada;
  display: block;
  padding: 8px 12px;
}
#breadcrumbs-cart li a.label {
  color: #69646a;
  border-bottom: 4px solid #fa565c;
}
#breadcrumbs-cart li a.label:hover {
  color: #fa565c;
}
#breadcrumbs-cart li.current {
  color: #fa565c;
  font-family: "pt_sansbold";
  display: block;
}
#breadcrumbs-cart li.current .label {
  border-bottom: 4px solid #fa565c;
  color: #fa565c;
}
#breadcrumbs-cart li.current a.label {
  border-bottom: 4px solid #fa565c;
  color: #fa565c;
}

@media only screen and (min-width: 768px) {
  #breadcrumbs-cart {
    float: right;
    margin-bottom: 23px;
  }
  #breadcrumbs-cart li {
    float: left;
    display: block;
  }
  #breadcrumbs-cart li .label {
    padding: 12px 12px 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-block-choice-addresses .head .title br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .cart-block-choice-addresses .head .title br {
    display: inline;
  }
}
@media only screen and (min-width: 1740px) {
  #div-cart .feature {
    margin-right: 0;
  }
  #div-cart .feature .picto {
    width: 46px;
    height: 46px;
  }
  #div-cart .feature .picto .ico {
    font-size: 27px;
  }
  #div-cart .feature:first-child {
    margin-right: 19%;
  }

  .cart-block-choice-addresses .head .title br {
    display: none;
  }
}
.batch .cms-content pre {
  border: 1px solid #C4C4C4;
  padding: 5px;
  max-width: 200px;
  margin-left: 20px;
}
.batch .cms-content textarea {
  color: #ffffff;
  font-size: 1.1em;
  width: 100%;
}
.batch .cms-content #batch-order {
  margin-bottom: 30px;
}

.form-send-devis .action, .form-choose-adr .action {
  text-align: right;
  border-top: 1px solid #d6ccb2;
  padding-top: 30px;
  max-width: 978px;
  margin: 30px auto;
}

.form-choose-adr .cart-block-address {
  margin-top: 25px;
}
.form-choose-adr .cart-block-address .body-content {
  border: 1px solid #dadada;
  display: inline-block;
  width: 100%;
  margin: 0 5px 5px 0;
}

@media only screen and (min-width: 768px) {
  .form-choose-adr .cart-block-address .body-content {
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .form-choose-adr .cart-block-address .body-content {
    width: 32%;
  }
}
.ui-selectmenu-menu .ui-menu {
  max-height: 200px;
}

.modal-prd-w table {
  width: 100%;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

#logo-bw {
  display: none;
}

#footer {
  padding: 16px 0 52px;
  color: #ffffff;
  font-family: 'MuseoSans500Regular';
  background-image: url("/images/bg-footer-public.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .sociaux {
  margin-left: 29px;
  float: left;
}
#footer .sociaux .ico {
  font-size: 24px;
}
#footer .sociaux .social:hover {
  color: #00d6d3;
  text-decoration: none;
}

.public #footer {
  background-image: url("/images/bg-footer-public.png");
}

.footer-links {
  display: none;
}

.contacts {
  margin-left: 16px;
  float: left;
  margin-bottom: 18px;
}

.contact {
  overflow: hidden;
  color: #ffffff;
  display: block;
}
.contact .ico {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
.contact .label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.contact .numero, .contact .mail {
  font-size: 10px;
  display: block;
  margin-bottom: 4px;
  white-space: nowrap;
}

.legals {
  float: left;
  margin-left: 17px;
}

.legals li {
  margin-bottom: 8px;
  font-size: 10px;
  display: inline;
}
.legals li + li {
  margin-left: 10px;
}

.public .copy-legals {
  margin-top: 7px;
}

.padding-bottom {
  padding-bottom: 19px;
}

#footer-store-pro a:hover {
  text-decoration: none;
}
#footer-store-pro a:hover span + span {
  text-decoration: underline;
}
#footer-store-pro .ico {
  margin-right: 11px;
}
#footer-store-pro li + li {
  margin-top: 16px;
}

#newsletter {
  clear: both;
  margin-left: 16px;
  margin-right: 16px;
}
#newsletter .input-block {
  margin-top: 9px;
}
#newsletter .input-block .in-text {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #69646a;
}
#newsletter .input-block .in-text::-webkit-input-placeholder {
  color: #999999;
}
#newsletter .input-block .in-text:-moz-placeholder {
  color: #999999;
}
#newsletter .input-block .in-text::-moz-placeholder {
  color: #999999;
}
#newsletter .input-block .in-text:-ms-input-placeholder {
  color: #999999;
}

#copyright {
  float: right;
  margin-right: 7px;
}
#copyright span {
  font-size: 0.83333em;
}

.footers-links-w {
  display: none;
}

@media only screen and (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 26px;
  }

  #footer {
    padding: 24px 0 40px;
  }
  #footer .sociaux {
    margin-left: 26px;
    margin-top: 12px;
  }

  .footer-links {
    float: left;
    margin: 11px 0 0 48px;
    display: block;
  }
  .footer-links li {
    margin-bottom: 4px;
    font-size: 10px;
    font-size: 11px;
  }
  .footer-links .title {
    font-size: 13px;
  }
  .footer-links .title + ul {
    margin-top: 8px;
  }

  #footer-store-pro {
    margin-left: 0.6%;
    margin-right: 3%;
  }

  .footers-links-w {
    display: block;
    float: left;
    width: 45%;
    border-left: 1px solid #ffffff;
  }

  #footer-links-1 {
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    padding-top: 11px;
    margin-top: 0;
  }
  #footer-links-1 li {
    margin-top: 9px;
    font-size: 10px;
  }

  #footer-links-2 {
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    padding-top: 11px;
    margin-top: 0;
  }
  #footer-links-2 li {
    margin-top: 9px;
    font-size: 10px;
  }

  .extranet .legals {
    padding: 5px 0 0 12px;
  }

  .legals li {
    display: inline;
    font-size: 11px;
    padding: 0;
  }
  .legals li a:hover, .legals li a:active {
    text-decoration: underline;
  }

  #logo-bw {
    float: left;
    width: 90px;
    height: auto;
    display: block;
    margin-left: -7px;
  }

  .contacts {
    float: left;
    margin-right: 10px;
    margin-left: 26px;
    margin-top: 11px;
  }

  .public .contacts {
    width: 18%;
  }

  .extranet .legals {
    float: right;
    padding: 0;
    margin-right: 14px;
  }

  #copyright {
    margin-right: -11px;
  }

  .extranet .copy-legals {
    margin-top: -34px;
  }

  #newsletter {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .footers-links-w {
    float: left;
    width: 32%;
  }

  .footers-links-w {
    border-right: 1px solid #ffffff;
  }

  .public .contacts {
    width: 14%;
  }

  #newsletter {
    float: left;
    clear: none;
    padding-top: 10px;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 1300px) {
  .padding-bottom {
    padding-bottom: 34px;
  }

  #footer {
    padding: 48px 0 52px;
  }
  #footer .sociaux {
    margin-top: 5px;
    margin-left: 53px;
  }
  #footer .sociaux .ico {
    font-size: 49px;
  }

  .public #footer {
    padding-top: 61px;
  }

  .footer-links {
    float: left;
    margin: 18px 0 0 74px;
    display: block;
  }
  .footer-links li {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .footer-links .title {
    font-size: 15px;
  }

  #footer-store-pro li + li {
    margin-top: 28px;
  }

  .footers-links-w {
    width: 29%;
  }

  #footer-links-1, #footer-links-2 {
    padding-top: 12px;
  }
  #footer-links-1 li, #footer-links-2 li {
    margin-top: 9px;
    font-size: 12px;
  }

  #newsletter {
    padding-top: 18px;
    margin-left: 3.6%;
    margin-right: 0%;
    width: 15.5%;
  }
  #newsletter .title {
    font-size: 15px;
  }

  #copyright {
    margin-left: 4px;
  }

  #logo-bw {
    width: 132px;
    margin-bottom: 14px;
    margin-left: 34px;
    height: auto;
  }

  .public #logo-bw {
    width: 11%;
    margin-bottom: 14px;
    margin-left: 1%;
    max-width: 132px;
  }

  .contacts {
    margin-left: 64px;
    margin-top: 18px;
  }
  .contacts .numero {
    font-size: 1.25em;
  }
  .contacts .mail {
    font-size: 1.25em;
  }
  .contacts .label {
    margin-left: 5px;
  }

  .public .contacts {
    margin-left: 1%;
    margin-right: 1%;
    width: 18%;
  }

  .contact + .contact {
    margin-top: 5px;
  }

  .legals li {
    font-size: 1.08333em;
  }

  #copyright span {
    font-size: 1.08333em;
  }

  .extranet .copy-legals {
    margin-top: -45px;
    margin-right: 10px;
  }
}
#top-link-w {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1001;
  height: 1px;
  background: transparent;
}

.touch .oneinputfocus #top-link-w {
  display: none;
}

#top-link {
  text-decoration: none;
  background: none repeat scroll 0 0 #fa565c;
  position: absolute;
  width: 31px;
  right: 18px;
  bottom: 10px;
  display: none;
  text-align: center;
  height: 31px;
}
#top-link .ico {
  color: #ffffff;
  font-size: 20px;
  line-height: 31px;
}

.brands-block-w {
  margin-top: 22px;
}

.brands-block {
  width: auto;
  padding: 0 28px 9px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.brands-block .more {
  margin: 9px 0 0;
  float: right;
  color: #fa565c;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
}

.brands-list-w {
  position: relative;
}

.brandw {
  padding: 0 5px;
}

.brand {
  max-width: 191px;
  border: 1px solid #eeeeee;
  margin: 0 auto;
  position: relative;
}
.brand a {
  display: block;
}
.brand .title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  word-wrap: break-word;
  white-space: nowrap;
  white-space: nowrap;
}
.brand .title .label {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  white-space: normal;
}
.brand .title:after, .brand .title::after, .brand .title .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media only screen and (min-width: 768px) {
  .brands-block {
    padding: 0 43px 16px;
    margin-top: 24px;
  }

  .brandw {
    padding: 0 9px;
  }

  #top-link {
    width: 38px;
    height: 38px;
    right: 11px;
    bottom: 10px;
  }
  #top-link .ico {
    font-size: 29px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1300px) {
  .brands-block {
    padding: 0 9.89474% 50px;
    margin-top: 45px;
  }

  .brandw {
    padding: 0 16px;
  }

  #top-link {
    width: 38px;
    height: 38px;
    right: 11px;
    bottom: 10px;
  }
  #top-link .ico {
    font-size: 29px;
    line-height: 38px;
  }
}
#reassurance {
  background-color: #dadada;
  padding: 17px 6px 17px;
  text-align: center;
}
#reassurance li {
  height: 32px;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
#reassurance li:after, #reassurance li::after, #reassurance li .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#reassurance li + li {
  margin-left: 0.5%;
}
#reassurance li .ico {
  display: block;
  color: #fa565c;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  font-size: 19px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
#reassurance li .ico:after, #reassurance li .ico::after, #reassurance li .ico .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#reassurance li .ico:before, #reassurance li .ico::before, #reassurance li .ico .before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#reassurance li .label {
  text-transform: uppercase;
  white-space: normal;
  margin-left: 35px;
  text-align: left;
  color: #69646a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#reassurance li .label .subtitle {
  text-transform: none;
}

@media only screen and (min-width: 1000px) {
  #reassurance li {
    height: 48px;
  }
  #reassurance li + li {
    margin-left: 2%;
  }
  #reassurance li .ico {
    width: 48px;
    height: 48px;
    font-size: 27px;
  }
  #reassurance li .label {
    margin-left: 59px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1300px) {
  #reassurance li .label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1900px) {
  #reassurance li {
    height: 64px;
  }
  #reassurance li + li {
    margin-left: 4%;
  }
  #reassurance li .ico {
    width: 64px;
    height: 64px;
    font-size: 40px;
  }
  #reassurance li .label {
    margin-left: 80px;
    font-size: 18px;
  }
}
.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.vam {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: normal;
}

.col-services, .col-downloads, .col-news .more-all {
  display: none;
}

.speed-dials .speed-dial, .speed-dials-alt .speed-dial {
  background-color: #ffffff;
  display: block;
  color: #69646a;
  margin: 0 10px;
  padding: 8px 19px;
  height: 73px;
  position: relative;
}
.speed-dials .speed-dial .picto-w, .speed-dials-alt .speed-dial .picto-w {
  float: left;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #00d6d3;
  width: 56px;
  height: 56px;
  position: relative;
  text-align: center;
  margin-right: 22px;
}
.speed-dials .speed-dial .picto-w:after, .speed-dials .speed-dial .picto-w::after, .speed-dials .speed-dial .picto-w .after, .speed-dials-alt .speed-dial .picto-w:after, .speed-dials-alt .speed-dial .picto-w::after, .speed-dials-alt .speed-dial .picto-w .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .picto-w .picto, .speed-dials-alt .speed-dial .picto-w .picto {
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .picto-w .picto .ico, .speed-dials-alt .speed-dial .picto-w .picto .ico {
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.speed-dials .speed-dial .picto-w .picto .ico:after, .speed-dials .speed-dial .picto-w .picto .ico::after, .speed-dials .speed-dial .picto-w .picto .ico .after, .speed-dials-alt .speed-dial .picto-w .picto .ico:after, .speed-dials-alt .speed-dial .picto-w .picto .ico::after, .speed-dials-alt .speed-dial .picto-w .picto .ico .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .picto-w .picto .ico:before, .speed-dials .speed-dial .picto-w .picto .ico::before, .speed-dials .speed-dial .picto-w .picto .ico .before, .speed-dials-alt .speed-dial .picto-w .picto .ico:before, .speed-dials-alt .speed-dial .picto-w .picto .ico::before, .speed-dials-alt .speed-dial .picto-w .picto .ico .before {
  vertical-align: middle;
}
.speed-dials .speed-dial .label-wrapper, .speed-dials-alt .speed-dial .label-wrapper {
  overflow: hidden;
  display: block;
  height: 100%;
  white-space: nowrap;
}
.speed-dials .speed-dial .label-wrapper:after, .speed-dials .speed-dial .label-wrapper::after, .speed-dials .speed-dial .label-wrapper .after, .speed-dials-alt .speed-dial .label-wrapper:after, .speed-dials-alt .speed-dial .label-wrapper::after, .speed-dials-alt .speed-dial .label-wrapper .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .label-wrapper strong, .speed-dials-alt .speed-dial .label-wrapper strong {
  display: block;
}
.speed-dials .speed-dial .label, .speed-dials-alt .speed-dial .label {
  text-transform: uppercase;
  font-size: 13.56px;
  padding-bottom: 9px;
  position: relative;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .label strong, .speed-dials-alt .speed-dial .label strong {
  color: #00d6d3;
}
.speed-dials .speed-dial .icon, .speed-dials-alt .speed-dial .icon {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -20.375px;
  *zoom: 0.75;
  -moz-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
.speed-dials .form-speed-add-ref .label, .speed-dials-alt .form-speed-add-ref .label {
  margin-bottom: 0;
  padding-bottom: 0;
}
.speed-dials .form-speed-add-ref .label:before, .speed-dials .form-speed-add-ref .label::before, .speed-dials .form-speed-add-ref .label .before, .speed-dials-alt .form-speed-add-ref .label:before, .speed-dials-alt .form-speed-add-ref .label::before, .speed-dials-alt .form-speed-add-ref .label .before {
  display: none;
}

.speed-dials a.speed-dial:hover {
  background-color: #00d6d3;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #ffffff;
}
.speed-dials a.speed-dial:hover .label {
  color: #ffffff;
}
.speed-dials a.speed-dial:hover .label strong {
  color: #ffffff;
}
.speed-dials a.speed-dial:hover .label:before, .speed-dials a.speed-dial:hover .label::before, .speed-dials a.speed-dial:hover .label .before {
  background-color: #ffffff;
}
.speed-dials a.speed-dial:hover .picto-w {
  background-color: #ffffff;
}
.speed-dials a.speed-dial:hover .picto-w .ico {
  color: #00d6d3;
}
.speed-dials a.speed-dial:hover .icon {
  background-position: 0 -159px;
}

.speed-dials-alt a.speed-dial:hover {
  background-color: #00d6d3;
}

.home-grid {
  padding-bottom: 14px;
  padding-top: 12px;
}
.home-grid .col + .col {
  margin-top: 12px;
}
.home-grid .col.col-news {
  margin-top: 22px;
}

.speed-dials .row + .row {
  margin-top: 12px;
}

.speed-dials-alt {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 17px;
}
.speed-dials-alt .speed-dial {
  margin: 0;
  border-right: 1px dotted #ffffff;
  background-color: transparent;
  width: 33.33333%;
  float: left;
  padding: 14px 0 0;
  height: 131px;
  text-align: center;
}
.speed-dials-alt .speed-dial .picto-w {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  float: none;
}
.speed-dials-alt .speed-dial .picto-w .picto {
  color: #00d6d3;
}
.speed-dials-alt .speed-dial .label {
  color: #ffffff;
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.4em;
  font-family: 'MuseoSans500Regular';
}
.speed-dials-alt .speed-dial .label:before, .speed-dials-alt .speed-dial .label::before, .speed-dials-alt .speed-dial .label .before {
  display: none;
}
.speed-dials-alt .speed-dial:first-child {
  border-left: 1px dotted #ffffff;
}
.speed-dials-alt .row {
  margin-right: -1px;
  overflow: hidden;
  border-bottom: 1px dotted #ffffff;
}
.speed-dials-alt .actions {
  text-align: center;
}
.speed-dials-alt .btn {
  font-size: 10px;
  margin: 17px auto 0;
  padding: 7px 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials-alt .row + .row {
  margin-top: 0;
}

.form-speed-add-ref {
  padding-bottom: 0;
  white-space: nowrap;
  padding-top: 5px;
  white-space: nowrap;
}
.form-speed-add-ref:after, .form-speed-add-ref::after, .form-speed-add-ref .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-speed-add-ref .label {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form-speed-add-ref .label:before, .form-speed-add-ref .label::before, .form-speed-add-ref .label .before {
  display: none;
}
.form-speed-add-ref .in-text {
  width: 38%;
  min-width: 105px;
  height: 25px;
  margin-right: 5px;
  background-color: #eeeeee;
  border: 1px solid #999999;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-speed-add-ref .in-text::-webkit-input-placeholder {
  color: #999999;
}
.form-speed-add-ref .in-text:-moz-placeholder {
  color: #999999;
}
.form-speed-add-ref .in-text::-moz-placeholder {
  color: #999999;
}
.form-speed-add-ref .in-text:-ms-input-placeholder {
  color: #999999;
}
.form-speed-add-ref .btn {
  height: 25px;
  padding: 0 8px;
  min-width: 0;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 10px;
}
.form-speed-add-ref .actions {
  margin-bottom: 5px;
  margin-top: 5px;
}

#tbl-cart-w .form-speed-add-ref {
  background-color: #dadada;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  padding: 15px 16px;
  white-space: normal;
}
#tbl-cart-w .form-speed-add-ref .label {
  font-size: 1.08333em;
  margin-right: 18px;
  margin-bottom: 0;
  line-height: 1.4em;
  vertical-align: top;
  height: 38px;
  padding-top: 8px;
  float: left;
  text-transform: uppercase;
}
#tbl-cart-w .form-speed-add-ref .btn {
  width: auto;
  padding: 6px;
}
#tbl-cart-w .form-speed-add-ref .in-text {
  width: 26%;
  min-width: 146px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#tbl-cart-w .form-speed-add-ref .actions {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#tbl-cart-w .form-speed-add-ref:after, #tbl-cart-w .form-speed-add-ref::after, #tbl-cart-w .form-speed-add-ref .after {
  display: none;
}

#menu-speed-dials-w .actions {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media only screen and (min-width: 1300px) {
  .form-speed-add-ref {
    padding-bottom: 0;
  }
  .form-speed-add-ref .label {
    display: block;
    margin-bottom: 7px;
  }
  .form-speed-add-ref .in-text {
    width: 28%;
    height: 28px;
    margin-right: 11px;
  }
  .form-speed-add-ref .btn {
    height: 28px;
    font-size: 1em;
  }

  .home .form-speed-add-ref .actions {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.news-list-block {
  position: relative;
  margin: 0 8px 0;
  padding-top: 45px;
}
.news-list-block .slider-nav {
  font-size: 32px;
  top: 0;
  margin-top: 0;
  font-size: 17px;
  width: 42px;
  height: 35px;
  background-color: #dadada;
  color: #69646a;
}
.news-list-block .slider-nav.prev {
  right: 43px;
  left: auto;
}
.news-list-block .slider-nav.next {
  right: 0;
}
.news-list-block .media {
  max-height: 315px;
  margin: 0 auto;
  padding: 0 1px;
}

.home .produits-list-w {
  margin-top: 16px;
  margin-bottom: 0;
}
.home .title-n1 {
  margin-bottom: 0;
  margin-top: 0;
}
.home .title-n1 a {
  color: white;
  display: block;
  width: 100%;
}
.home .title-n1 a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .home-grid {
    padding-top: 22px;
    padding-bottom: 28px;
    overflow: hidden;
  }
  .home-grid .col {
    float: left;
    width: 50%;
  }
  .home-grid .col + .col {
    margin-top: 0;
  }
  .home-grid + .home-grid {
    margin-top: 33px;
  }

  .speed-dials .row {
    overflow: hidden;
  }
  .speed-dials .row + .row {
    margin-top: 38px;
  }
  .speed-dials .form-speed-add-ref .label {
    margin-bottom: 4px;
    padding-bottom: 9px;
  }
  .speed-dials .form-speed-add-ref .label:before, .speed-dials .form-speed-add-ref .label::before, .speed-dials .form-speed-add-ref .label .before {
    display: block;
  }

  .speed-dials .speed-dial, .speed-dials-alt .speed-dial {
    padding: 9px 19px;
    height: 102px;
    margin: 0 27px;
    white-space: nowrap;
    white-space: nowrap;
  }
  .speed-dials .speed-dial:before, .speed-dials .speed-dial::before, .speed-dials .speed-dial .before, .speed-dials-alt .speed-dial:before, .speed-dials-alt .speed-dial::before, .speed-dials-alt .speed-dial .before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .speed-dials .speed-dial .picto-w, .speed-dials-alt .speed-dial .picto-w {
    width: 67px;
    height: 67px;
    float: none;
  }
  .speed-dials .speed-dial .picto-w .picto, .speed-dials-alt .speed-dial .picto-w .picto {
    font-size: 42px;
  }
  .speed-dials .speed-dial .picto-w .ico, .speed-dials-alt .speed-dial .picto-w .ico {
    font-size: 42px;
  }
  .speed-dials .speed-dial .label-wrapper, .speed-dials-alt .speed-dial .label-wrapper {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .speed-dials .speed-dial .label, .speed-dials-alt .speed-dial .label {
    font-size: 15px;
  }

  .speed-dials-alt {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .speed-dials-alt .speed-dial {
    padding-top: 27px;
    height: 169px;
    margin: 0;
  }
  .speed-dials-alt .speed-dial:before, .speed-dials-alt .speed-dial::before, .speed-dials-alt .speed-dial .before {
    display: none;
  }
  .speed-dials-alt .speed-dial .picto-w {
    width: 92px;
    height: 92px;
  }
  .speed-dials-alt .speed-dial .picto-w .picto {
    font-size: 60px;
  }
  .speed-dials-alt .speed-dial .label {
    margin-top: 17px;
  }
  .speed-dials-alt .speed-dial .label br {
    display: none;
  }
  .speed-dials-alt .btn {
    margin-top: 20px;
  }

  .home .produits-list-w {
    margin-top: 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .home .produits-list-w {
    margin-bottom: 38px;
  }

  .home-grid {
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .home-grid + .home-grid {
    margin-top: 42px;
  }

  .speed-dials-alt {
    padding-top: 0;
    padding-bottom: 46px;
  }
  .speed-dials-alt .speed-dial {
    padding-top: 27px;
    height: 235px;
    margin: 0;
  }
  .speed-dials-alt .speed-dial:before, .speed-dials-alt .speed-dial::before, .speed-dials-alt .speed-dial .before {
    display: none;
  }
  .speed-dials-alt .speed-dial .picto-w {
    width: 137px;
    height: 137px;
  }
  .speed-dials-alt .speed-dial .picto-w .picto {
    font-size: 76px;
  }
  .speed-dials-alt .speed-dial .label {
    margin-top: 26px;
    font-size: 15px;
  }
  .speed-dials-alt .speed-dial .label br {
    display: none;
  }
  .speed-dials-alt .speed-dial:first-child {
    border-left: 1px dotted #ffffff;
  }
  .speed-dials-alt .btn {
    margin-top: 46px;
    font-size: 15px;
    padding: 13px 23px;
  }
}
@media only screen and (min-width: 1900px) {
  .speed-dials .row {
    width: 50%;
    float: left;
  }
  .speed-dials .row + .row {
    margin-top: 0;
  }

  .speed-dials .speed-dial {
    margin: 0 15px;
    padding: 14px 19px 15px;
    height: 118px;
  }
  .speed-dials .speed-dial .picto-w {
    position: relative;
  }
  .speed-dials .speed-dial .picto-w .ico {
    font-size: 3.2vw;
  }
  .speed-dials .speed-dial .picto-w:after, .speed-dials .speed-dial .picto-w::after, .speed-dials .speed-dial .picto-w .after {
    display: none;
  }
  .speed-dials .speed-dial .label {
    text-transform: uppercase;
    font-size: 1.5em;
  }
  .speed-dials .speed-dial .ico-arrow-thin-right {
    font-size: 24px;
    margin-top: -15px;
  }
}
.home-block {
  margin-top: 16px;
  background-image: url("/images/login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.home-block .title-n1 {
  background-color: #00d6d3;
}

#home-slider-w {
  display: none;
}

@media only screen and (min-width: 768px) {
  #home-slider-w {
    display: block;
    position: relative;
  }
  #home-slider-w .slider-nav.prev {
    left: 15px;
  }
  #home-slider-w .slider-nav.next {
    right: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  #home-slider-w {
    margin-bottom: 0;
  }
}
.home-slider img {
  width: 100%;
}

.home-cols {
  max-width: 398px;
  margin: 16px auto 0;
}
.home-cols .last-col {
  position: relative;
}
.home-cols .last-col > img {
  display: none;
  visibility: hidden;
}
.home-cols .first-col, .home-cols .last-col {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .home-cols {
    overflow: hidden;
  }
  .home-cols .first-col {
    width: 26.08126%;
    float: left;
  }
  .home-cols .main-col {
    width: 44.69201%;
    margin: 0 0 0 1.57%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .home-cols .last-col {
    width: 26.08126%;
    float: right;
  }
  .home-cols .first-col, .home-cols .last-col {
    margin-top: 0;
  }
}
#stores {
  position: relative;
  display: block;
}

#form-stores-w {
  position: absolute;
  width: 100%;
  top: 0;
}

#form-stores {
  padding: 7% 7% 0 7%;
}
#form-stores .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "pt_sansbold";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#form-stores .subtitle {
  margin-top: 2%;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}
#form-stores .input-block {
  margin-top: 78%;
}
#form-stores .input-block .in-text {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #69646a;
}
#form-stores .input-block .in-text::-webkit-input-placeholder {
  color: #999999;
}
#form-stores .input-block .in-text:-moz-placeholder {
  color: #999999;
}
#form-stores .input-block .in-text::-moz-placeholder {
  color: #999999;
}
#form-stores .input-block .in-text:-ms-input-placeholder {
  color: #999999;
}

#form-home-newsletter {
  padding: 6.5% 7% 0 7%;
}
#form-home-newsletter .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "pt_sansbold";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#form-home-newsletter .subtitle {
  margin-top: 2%;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.4em;
}
#form-home-newsletter .input-block {
  margin-top: 7.5%;
}
#form-home-newsletter .input-block .in-text {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #69646a;
}
#form-home-newsletter .input-block .in-text::-webkit-input-placeholder {
  color: #999999;
}
#form-home-newsletter .input-block .in-text:-moz-placeholder {
  color: #999999;
}
#form-home-newsletter .input-block .in-text::-moz-placeholder {
  color: #999999;
}
#form-home-newsletter .input-block .in-text:-ms-input-placeholder {
  color: #999999;
}
#form-home-newsletter .input-block .btn {
  display: none;
}
#form-home-newsletter .input-block-submit {
  padding-right: 0;
}
#form-home-newsletter .actions {
  margin-top: 6%;
  text-align: center;
}
#form-home-newsletter .actions .btn {
  font-size: 12px;
}

#home-sociaux {
  padding: 4.5% 8% 0 8%;
  text-align: center;
}
#home-sociaux .title {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}
#home-sociaux ul {
  margin-top: 5%;
  overflow: hidden;
}
#home-sociaux li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 17%;
}
#home-sociaux li a {
  position: relative;
  display: block;
}
#home-sociaux li a:hover .voile {
  opacity: 1;
}
#home-sociaux li + li {
  margin-left: 10%;
}
#home-sociaux .voile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/images/rgbapng/00d6d333-5.png?1537261735');
  background: rgba(0, 214, 211, 0.2);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#encart {
  position: relative;
}
#encart .slider-nav {
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 54.2px;
  height: 54.2px;
  text-align: center;
  margin-top: -41px;
}
#encart .slider-nav .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#encart .slider-nav.next {
  right: 1%;
}
#encart .slider-nav.prev {
  left: 1%;
}

#home-newsletter {
  background-color: #fa565c;
  padding-bottom: 16px;
}

#home-sociaux {
  margin-top: 16px;
  padding-bottom: 16px;
  background-color: #00d6d3;
}

@media only screen and (min-width: 768px) {
  .home-cols {
    max-width: none;
  }
  .home-cols .last-col > img {
    display: block;
    visibility: hidden;
  }

  #form-stores {
    padding: 7% 4% 0 10%;
  }
  #form-stores .subtitle {
    display: none;
  }

  #form-home-newsletter {
    padding: 6.5% 5% 0 7%;
  }
  #form-home-newsletter .subtitle {
    display: none;
  }
  #form-home-newsletter .input-block .btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #form-home-newsletter .input-block-submit {
    padding-right: 36px;
  }
  #form-home-newsletter .actions {
    display: none;
  }

  #home-sociaux .title {
    display: none;
  }

  #home-newsletter {
    width: 100%;
    height: 60.4%;
    position: absolute;
    top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }

  #home-sociaux {
    width: 100%;
    height: 34%;
    position: absolute;
    top: 66%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #form-stores .subtitle {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .home-cols {
    margin-top: 48px;
  }

  #form-stores .title {
    font-size: 15px;
  }
  #form-stores .subtitle {
    font-size: 11px;
  }

  #form-home-newsletter .subtitle {
    display: block;
  }
  #form-home-newsletter .actions {
    display: block;
  }
  #form-home-newsletter .input-block {
    padding-right: 0;
    margin-top: 3.5%;
  }
  #form-home-newsletter .input-block .btn {
    display: none;
  }
  #form-home-newsletter .actions {
    margin-top: 3%;
  }

  #home-sociaux .title {
    display: block;
  }
}
@media only screen and (min-width: 1900px) {
  #stores .title {
    font-size: 19.45px;
  }
  #stores .subtitle {
    font-size: 17.16px;
  }

  #form-home-newsletter .title {
    font-size: 19px;
  }
  #form-home-newsletter .subtitle {
    font-size: 17px;
    text-transform: uppercase;
  }
  #form-home-newsletter .input-block {
    margin-top: 7.5%;
  }
  #form-home-newsletter .actions {
    margin-top: 6%;
  }

  #home-sociaux .title {
    font-size: 15px;
  }
}
#encart a, #encart img {
  display: block;
}

.home-banners-w {
  position: relative;
}
.home-banners-w .home-banners.slick-dotted {
  margin-bottom: 0;
}
.home-banners-w .prev, .home-banners-w .next {
  margin-bottom: -28px;
}
@media only screen and (min-width: 768px) {
  .home-banners-w .prev, .home-banners-w .next {
    *zoom: 1.15;
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
.home-banners-w .prev {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .home-banners-w .prev {
    left: 10px;
  }
}
.home-banners-w .next {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .home-banners-w .next {
    right: 10px;
  }
}
.home-banners-w .slick-dots {
  position: absolute;
  bottom: 10px;
  z-index: 1;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

#form-search-stores {
  background-color: #00d6d3;
  padding: 12px 18px 16px;
  white-space: nowrap;
  overflow: hidden;
}
#form-search-stores .ico {
  width: 77px;
  height: 77px;
  font-size: 48px;
  background-color: #fa565c;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
#form-search-stores .ico:after, #form-search-stores .ico::after, #form-search-stores .ico .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#form-search-stores .ico:before, #form-search-stores .ico::before, #form-search-stores .ico .before {
  vertical-align: middle;
}
#form-search-stores .desc {
  padding: 7px 18px 0;
  color: #ffffff;
  font-family: "MuseoSans500Regular";
  font-size: 15px;
  border-top: 1px solid #ffffff;
  line-height: 1.3em;
  white-space: normal;
  font-size: 13px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#form-search-stores .input-block {
  padding-top: 16px;
}
#form-search-stores .input-block .in-text {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #69646a;
  max-width: 220px;
}
#form-search-stores .input-block .in-text::-webkit-input-placeholder {
  color: #999999;
}
#form-search-stores .input-block .in-text:-moz-placeholder {
  color: #999999;
}
#form-search-stores .input-block .in-text::-moz-placeholder {
  color: #999999;
}
#form-search-stores .input-block .in-text:-ms-input-placeholder {
  color: #999999;
}
#form-search-stores + .subcats {
  margin-top: 32px;
}

@media only screen and (min-width: 530px) {
  #form-search-stores .ico {
    width: 77px;
    height: 77px;
    font-size: 48px;
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 25px;
    float: left;
  }
  #form-search-stores .desc {
    border-top: 0 none;
    border-left: 1px solid #ffffff;
    padding: 0 31px 0;
    width: 87%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  #form-search-stores .desc-input-block {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #form-search-stores .desc {
    width: 63%;
    font-size: 15px;
    border-right: 1px solid #ffffff;
    margin: 0;
  }
  #form-search-stores .input-block {
    float: none;
    width: 30.8%;
    margin-left: 1%;
    margin-right: 4%;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #form-search-stores .input-block .in-text {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #69646a;
  }
  #form-search-stores .input-block .in-text::-webkit-input-placeholder {
    color: #999999;
  }
  #form-search-stores .input-block .in-text:-moz-placeholder {
    color: #999999;
  }
  #form-search-stores .input-block .in-text::-moz-placeholder {
    color: #999999;
  }
  #form-search-stores .input-block .in-text:-ms-input-placeholder {
    color: #999999;
  }
  #form-search-stores .ico {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: none;
  }
}
.store .infos .infos-w {
  margin-top: 10px;
  padding: 0 5px;
}
.store .infos .media {
  margin: 0 auto;
  display: block;
}
.store .infos .title {
  color: #fa565c;
  font-size: 16px;
  font-family: "pt_sansbold";
}
.store .infos .address {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.3em;
}
.store .infos .horaires {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.3em;
}
.store .infos .horaires h2 {
  color: #fa565c;
  font-size: 14px;
  margin-top: 13px;
  font-family: "pt_sansbold";
}
.store .infos .actions {
  margin-top: 31px;
}
.store .infos .actions .btn {
  padding: 9px 10px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.store .location {
  margin-top: 15px;
  max-height: 584px;
}
.store .location .embed-container {
  max-height: 584px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .store .infos {
    float: left;
    width: 32%;
  }
  .store .infos .infos-w {
    margin-top: 15px;
  }
  .store .location {
    margin-top: 0;
    float: left;
    width: 63%;
    margin-left: 5%;
    max-height: 584px;
  }
  .store .location .embed-container {
    max-height: 584px;
  }
}
@media only screen and (min-width: 1300px) {
  .store .infos .title {
    font-size: 20px;
  }
  .store .infos .address {
    margin-top: 9px;
    font-size: 15px;
  }
  .store .infos .horaire-title {
    font-size: 17px;
    margin-top: 15px;
  }
  .store .infos .horaires {
    margin-top: 4px;
    font-size: 15px;
  }
  .store .infos .actions {
    margin-top: 31px;
  }
  .store .infos .actions .btn {
    font-size: 15px;
  }
}
#map {
  height: 100%;
  min-height: 300px;
}
@media only screen and (min-width: 768px) {
  #map {
    min-height: 584px;
  }
}

.stores .subcats .subcat-w .title {
  position: relative;
  height: 45px;
}
.stores .subcats .subcat-w .title .title-w {
  height: 100%;
}
.stores .subcats .subcat-w a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.stores .subcats .subcat-w:hover .voile {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  background-color: rgba(239, 235, 224, 0.25);
}
.stores .subcats .subcat-w:hover .icon-w {
  background-color: #D6CCB2;
  color: black;
}
.stores .subcats .subcat-w:hover .icon-w:before, .stores .subcats .subcat-w:hover .icon-w::before, .stores .subcats .subcat-w:hover .icon-w .before {
  border-bottom: 65px solid #D6CCB2;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.switch-language {
  float: left;
  padding: 6px 0 0 5px;
  overflow: hidden;
}
.switch-language li {
  float: left;
  text-transform: uppercase;
}
.switch-language li.opened {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.switch-language li + li {
  border-left: 1px solid #ffffff;
}
.switch-language li a {
  padding: 0 5px;
}

#menu-w .switch-language {
  padding: 6px 0 12px 11px;
}
#menu-w .switch-language a {
  color: #ffffff;
}

.form i.error {
  position: static;
  top: -42px;
  left: 0px;
  background-color: #ffffff;
  padding: 2px 4px;
  display: block;
  font-size: 11px;
  line-height: 1.2em;
}

.numerotation {
  border: 2px solid #69646a;
  color: #00d6d3;
  width: 66px;
  height: 66px;
  font-size: 42px;
  line-height: 61px;
  text-align: center;
  float: left;
  display: none;
  margin-right: 25px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#create-account {
  max-width: 1008px;
  margin: 0 auto;
}
#create-account .ico {
  float: left;
  font-size: 66px;
  margin-right: 20px;
}
#create-account .inside {
  padding-bottom: 14px;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #69646a;
  *zoom: 1;
}
#create-account .inside:after {
  content: "";
  display: table;
  clear: both;
}
#create-account .inside:last-child {
  border-bottom: 0 none;
}
#create-account .inside:last-child .numerotation {
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .numerotation {
    display: block;
  }

  #myaccount {
    display: block;
  }
  #myaccount .col-1 {
    display: block;
    width: 29%;
  }
}
@media only screen and (min-width: 1180px) {
  #create-account .inside {
    padding-left: 54px;
  }
  #create-account .inside.form-intro {
    padding-right: 54px;
  }
}
#myaccount {
  display: table;
  /* .h2 {
  	text-align: left; 
  	margin-bottom: 10px;
  	padding-top: 4px;
  	color: $alt-color;
  	font-size: 13px;
  	@include fontWeight(700);
  	&::after {
  		display: none;
  	}
  } */
}
#myaccount .col-1 {
  display: table-footer-group;
}
#myaccount .col-1 li {
  margin-bottom: 2px;
}
#myaccount .col-1 li .ico {
  display: none;
  float: right;
}
#myaccount .col-1 li a {
  font-size: 15px;
  display: block;
  padding: 8px;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#myaccount .col-1 li:hover a, #myaccount .col-1 li.opened a {
  background-color: #69646a;
  color: #ffffff;
}
#myaccount .col-1 li:hover .ico, #myaccount .col-1 li.opened .ico {
  display: block;
}
#myaccount .col-2 {
  margin-bottom: 10px;
}
#myaccount .box .body {
  padding: 15px;
}
#myaccount .emphasis {
  font-size: 14px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
#myaccount.create-account .box .body {
  padding-bottom: 0;
}
#myaccount .buttons {
  text-align: right;
}
#myaccount .buttons a:hover {
  text-decoration: underline;
}
#myaccount .cms-content a:hover {
  text-decoration: underline;
}
#myaccount #information .inputs-blocks, #myaccount.password .inputs-blocks {
  margin-bottom: 20px;
}
#myaccount.password .notice.mandatory-fields {
  margin: 0px 0px 10px 0px;
}
#myaccount .tbl {
  width: 100%;
  /* .col1 {
  	width: 25%;
  }
  .col2 {
  	width: 33%;
  }
  .col3 {
  	width: 25%;
  }
  .col4 {
  	width: 17%;
  } */
}
#myaccount .tbl td {
  padding: 5px;
  border-bottom: 1px solid #E8E1DB;
}

#box-login .ico {
  float: left;
  font-size: 64px;
  margin-right: 20px;
}
#box-login .identifiants {
  overflow: hidden;
  margin-bottom: 10px;
}
#box-login a:hover {
  text-decoration: underline;
}

#box-login .cms-content, #box-new-account .cms-content {
  margin-bottom: 30px;
}
#box-login .box .body, #box-new-account .box .body {
  padding: 15px;
  overflow: hidden;
}
#box-login .form, #box-new-account .form {
  overflow: hidden;
}

#create-account a:hover {
  text-decoration: underline;
}
#create-account [name=send-create-account] {
  margin-bottom: 11px;
}

.btn.big {
  width: 100%;
  font-size: 15px;
  padding: 13px 0px;
  margin: 0 auto;
  max-width: 368px;
}

.ta-right {
  text-align: right;
}

.form .lbl-in-radio-value {
  display: inline;
}
.form .lbl-in-radio-value + .lbl-in-radio-value {
  margin-left: 10px;
}

#login-create .actions {
  text-align: center;
}
#login-create .actions .btn {
  float: none;
}

@media only screen and (min-width: 980px) {
  #myaccount .col-2 {
    /*width: 71%;*/
  }
}
.page-options .box {
  margin-bottom: 10px;
}
.page-options .form-options .lbl {
  display: inline-block;
  margin-right: 10px;
}
.page-options .form-options p {
  margin-bottom: 10px;
  margin-left: 21px;
}
.page-options .form-options.alertes .lbl-in-select {
  display: none;
}
.page-options .form-options.alertes .lbl-in-radio-text {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 600;
  cursor: pointer;
}
.page-options .actions {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
.page-options .input-block-alert-cc .lbl-in-text {
  display: none;
}

.ord-filters {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 20px;
}
.ord-filters #ord-state-filter-button {
  width: 100%;
}

.list-orders .col1 {
  width: 16.66%;
}

.order-client .ord-seller-action p {
  margin: 0;
  font-size: 0.9em;
}
.order-client .ord-seller-action .actions {
  text-align: center;
  margin: 5px 0 40px 0;
}
.order-client .cart-web {
  width: 100%;
}
.order-client .cart-web .tfoot th {
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
}
.order-client .cart-web .tfoot td {
  border: none;
}
.order-client .cart-web .tfoot.folded th, .order-client .cart-web .tfoot.folded td {
  padding: 7px 10px;
  float: left;
}
.order-client .cart-web .tfoot.folded th {
  width: 65%;
}
.order-client .cart-web .tfoot.folded td {
  width: 35%;
}

@media only screen and (min-width: 768px) {
  .order-client .col-1.fifty, .order-client .col-2.fifty {
    width: 50%;
  }

  .ord-filters {
    width: 35%;
  }
}
.page-my-catalog .paginator {
  display: block;
}

.informations .form .inputs-blocks {
  margin-bottom: 15px;
}
.informations .form .inputs-blocks .row {
  max-width: none;
}

#table-synthese {
  width: 100%;
}

.coldel {
  width: 20px;
}

.page-rights .altbtn {
  margin: 0;
}
.page-rights input[type='checkbox'] {
  position: absolute;
}
.page-rights .list-rights {
  margin: -10px 0 30px 20px;
}
.page-rights .list-rights .right {
  margin-bottom: 5px;
}

.account-block-w {
  display: block;
}
.account-block-w .head .title {
  color: #fa565c;
  font-family: "MuseoSans500Regular";
  text-transform: uppercase;
  font-size: 18px;
}
.account-block-w .account-block {
  margin: 0 auto;
  max-width: 425px;
  width: 100%;
}
.account-block-w .input-block + .input-block {
  margin-top: 9px;
}
.account-block-w .form .in-text, .account-block-w .form .choose_state {
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #69646a;
}
.account-block-w .form .in-text::-webkit-input-placeholder, .account-block-w .form .choose_state::-webkit-input-placeholder {
  color: #999999;
}
.account-block-w .form .in-text:-moz-placeholder, .account-block-w .form .choose_state:-moz-placeholder {
  color: #999999;
}
.account-block-w .form .in-text::-moz-placeholder, .account-block-w .form .choose_state::-moz-placeholder {
  color: #999999;
}
.account-block-w .form .in-text:-ms-input-placeholder, .account-block-w .form .choose_state:-ms-input-placeholder {
  color: #999999;
}
.account-block-w .form .input-block-country .lbl {
  display: none;
}
.account-block-w .form .lbl-in-select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.account-block-w .form [type="checkbox"] + .altbtn {
  width: 16px;
  height: 16px;
  border: 1px solid #69646a;
  background-color: #ffffff;
}
.account-block-w .form [type="checkbox"]:checked + .altbtn:after, .account-block-w .form [type="checkbox"]:checked + .altbtn::after, .account-block-w .form [type="checkbox"]:checked + .altbtn .after {
  color: #69646a;
}
.account-block-w .form .lbl-in-check-text {
  font-size: 15px;
  line-height: 1.4em;
  overflow: hidden;
  display: block;
}
.account-block-w .form .lbl-in-radio-value {
  margin-left: 13px;
}
.account-block-w .form .input-or-altbtn {
  float: left;
  margin-right: 10px;
}
.account-block-w .alt-actions {
  margin-top: 20px;
}
.account-block-w .actions {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.account-block-w .form-intro {
  margin-top: 10px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .account-block-w {
    width: 50%;
    float: left;
    padding-right: 6%;
    margin-top: 55px;
  }
  .account-block-w .account-block {
    float: right;
  }
  .account-block-w + .account-block-w {
    margin-left: -1px;
    border-left: 1px solid #999999;
    padding-right: 0;
    padding-left: 6%;
  }
  .account-block-w + .account-block-w .account-block {
    float: none;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .account-block-w .head .title {
    font-size: 25px;
  }
}
.favorites .product .ico, .favorites .product .div-spinner a {
  text-decoration: none;
}
.favorites .product input.btn {
  font-size: 12.84px;
  min-width: 80px;
  padding: 3px;
  display: block;
  margin: 5px auto;
}
.favorites .product .add-single {
  text-align: center;
}
.favorites .product .model-del {
  color: #fa565c;
}
.favorites .product .model-del:hover {
  cursor: pointer;
}

.div-spinner a {
  text-decoration: none;
}

#form-returns .row {
  max-width: 100%;
}
#form-returns .div-spinner .spinner {
  width: 50px;
  height: 30px;
  margin: 0 30px;
  font-size: 15px;
}
#form-returns .div-spinner .ui-spinner-button {
  line-height: 20px;
  width: 20px;
  height: 20px;
  font-size: 19px;
  top: 5px;
}
#form-returns select[name=mode] {
  min-width: 170px;
}
@media only screen and (min-width: 768px) {
  #form-returns .return-motif {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 768px) {
  #form-returns .return-metas {
    width: 46%;
  }
}
#form-returns .actions {
  clear: both;
}
#form-returns .ico {
  text-decoration: none;
}

.block-rights {
  margin-top: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block-rights {
    width: 50%;
    float: left;
    min-height: 210px;
  }
}
.block-rights .catrgh {
  display: block;
}
@media only screen and (min-width: 768px) {
  .block-rights .catrgh {
    display: inline;
  }
}

.input-block-usr-prf-id {
  margin-bottom: 25px;
}

@media only screen and (min-width: 1000px) {
  .form-user .body-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 870px;
  }
}
.form-user .inputs-blocks .h2 {
  margin-top: 20px;
}

.form-catalog .actions {
  margin-bottom: 20px;
}
.form-catalog .actions .btn {
  text-decoration: none;
}
.form-catalog .actions .btn:hover {
  text-decoration: none;
}
.form-catalog .job {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 20px 0;
}
.form-catalog .job h3 {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .form-catalog .job {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .form-catalog .job {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1580px) {
  .form-catalog .job {
    width: 25%;
  }
}
@media only screen and (min-width: 1900px) {
  .form-catalog .job {
    width: 20%;
  }
}

.media .black-friday,
.photo-block .black-friday {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url("/images/black-friday.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.subcat > .media .black-friday {
  height: 80%;
}

.cell-imgpart {
  position: relative;
}
.cell-imgpart .black-friday {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url("/images/black-friday.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.mini-cart-item .media,
.photo-block .md-preview {
  position: relative;
}
||||||| .merge-left.r808
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.grid {
  /* Define some variables */
}
.grid .row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
.grid .row:after {
  content: "";
  display: table;
  clear: both;
}
.grid [class*="col"] {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
  margin-left: 1.45455%;
}
.grid [class*="col"]:first-child {
  margin-left: 0;
}
.grid .col1 {
  width: 7%;
}
.grid .col2 {
  width: 15.45455%;
}
.grid .col3 {
  width: 23.90909%;
}
.grid .col4 {
  width: 32.36364%;
}
.grid .col5 {
  width: 40.81818%;
}
.grid .col6 {
  width: 49.27273%;
}
.grid .col7 {
  width: 57.72727%;
}
.grid .col8 {
  width: 66.18182%;
}
.grid .col9 {
  width: 74.63636%;
}
.grid .col10 {
  width: 83.09091%;
}
.grid .col11 {
  width: 91.54545%;
}
.grid .col12 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .grid .row [class*="col"] {
    width: 100%;
    margin-left: 0;
  }
}

/*
 * Swiper 2.7.5
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 4, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

/*! jQuery UI - v1.11.4 - 2015-05-26
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, autocomplete.css, button.css, dialog.css, menu.css, selectmenu.css, spinner.css, tooltip.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-dialog {
  z-index: 999999 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

/* CREATION MIXIN RESPONSIVE */
@font-face {
  font-family: 'pt_sansregular';
  src: url("fonts/PTS55F-webfont.eot");
  src: url("fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS55F-webfont.woff") format("woff"), url("fonts/PTS55F-webfont.ttf") format("truetype"), url("fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold';
  src: url("fonts/PTS75F-webfont.eot");
  src: url("fonts/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS75F-webfont.woff") format("woff"), url("fonts/PTS75F-webfont.ttf") format("truetype"), url("fonts/PTS75F-webfont.svg#pt_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansitalic';
  src: url("fonts/PTS56F-webfont.eot");
  src: url("fonts/PTS56F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS56F-webfont.woff") format("woff"), url("fonts/PTS56F-webfont.ttf") format("truetype"), url("fonts/PTS56F-webfont.svg#pt_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold_italic';
  src: url("fonts/PTS76F-webfont.eot");
  src: url("fonts/PTS76F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS76F-webfont.woff") format("woff"), url("fonts/PTS76F-webfont.ttf") format("truetype"), url("fonts/PTS76F-webfont.svg#pt_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans500Regular';
  src: url("fonts/museo-sans-500.eot");
  src: url("fonts/museo-sans-500.eot?#iefix") format("embedded-opentype"), url("fonts/museo-sans-500.woff") format("woff"), url("fonts/museo-sans-500.ttf") format("truetype"), url("fonts/museo-sans-500.svg#MuseoSans500Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.icon-sprite, .icon-arrow-left-red, .icon-arrow-right-green, .icon-arrow-right-red, .icon-arrow-right-white, .icon-flag-en, .icon-flag-fr {
  background-image: url('/images/icon-s0a550d82cf.png');
  background-repeat: no-repeat;
}

.icon-arrow-left-red {
  background-position: 0 0;
  height: 48px;
  width: 31px;
}

.icon-arrow-right-green {
  background-position: 0 -58px;
  height: 33px;
  width: 22px;
}

.icon-arrow-right-red {
  background-position: 0 -101px;
  height: 48px;
  width: 31px;
}

.icon-arrow-right-white {
  background-position: 0 -159px;
  height: 33px;
  width: 22px;
}

.icon-flag-en {
  background-position: 0 -202px;
  height: 18px;
  width: 28px;
}

.icon-flag-fr {
  background-position: 0 -230px;
  height: 18px;
  width: 28px;
}

img, iframe {
  max-width: 100%;
}

#at3winshare-iframe {
  height: inherit;
}

@media \0screen {
  img {
    width: auto;
  }
}
html {
  height: 100%;
}

body {
  min-height: 100%;
}

.iframewrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.iframewrap embed,
.iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.more:hover, .continue:hover {
  text-decoration: underline;
}

*, *:after, *:before, input[type="text"], input[type="email"], select {
  box-sizing: border-box;
}

html {
  height: 100%;
}

strong {
  font-family: 'pt_sansbold';
}

input[type='text'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='submit'],
input[type='button'].submit,
input[type='password'],
textarea {
  font-family: 'MuseoSans500Regular';
  -webkit-appearance: none;
  color: #69646a;
  font-size: 11px;
  border: 1px solid #dadada;
  background-color: #dadada;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 1px 6px;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='submit']::-webkit-input-placeholder,
input[type='button'].submit::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='submit']:-moz-placeholder,
input[type='button'].submit:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='submit']::-moz-placeholder,
input[type='button'].submit::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='submit']:-ms-input-placeholder,
input[type='button'].submit:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text'].error::-webkit-input-placeholder,
input[type='email'].error::-webkit-input-placeholder,
input[type='search'].error::-webkit-input-placeholder,
input[type='number'].error::-webkit-input-placeholder,
input[type='submit'].error::-webkit-input-placeholder,
input[type='button'].submit.error::-webkit-input-placeholder,
input[type='password'].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
}
input[type='text'].error:-moz-placeholder,
input[type='email'].error:-moz-placeholder,
input[type='search'].error:-moz-placeholder,
input[type='number'].error:-moz-placeholder,
input[type='submit'].error:-moz-placeholder,
input[type='button'].submit.error:-moz-placeholder,
input[type='password'].error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: red;
}
input[type='text'].error::-moz-placeholder,
input[type='email'].error::-moz-placeholder,
input[type='search'].error::-moz-placeholder,
input[type='number'].error::-moz-placeholder,
input[type='submit'].error::-moz-placeholder,
input[type='button'].submit.error::-moz-placeholder,
input[type='password'].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: red;
}
input[type='text'].error:-ms-input-placeholder,
input[type='email'].error:-ms-input-placeholder,
input[type='search'].error:-ms-input-placeholder,
input[type='number'].error:-ms-input-placeholder,
input[type='submit'].error:-ms-input-placeholder,
input[type='button'].submit.error:-ms-input-placeholder,
input[type='password'].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='submit']:focus,
input[type='button'].submit:focus,
input[type='password']:focus,
textarea:focus {
  outline: 2px solid #00d6d3;
}

select {
  font-family: 'MuseoSans500Regular';
  -webkit-appearance: none;
  color: #69646a;
  font-size: 11px;
  border: 1px solid #dadada;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select.error::-webkit-input-placeholder {
  color: red;
}
select.error:-moz-placeholder {
  color: red;
}
select.error::-moz-placeholder {
  color: red;
}
select.error:-ms-input-placeholder {
  color: red;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type='submit'], .btn {
  border: 2px solid #fa565c;
  background-color: #ffffff;
  color: #fa565c;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 10px 7px;
  min-width: 102px;
  text-align: center;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  line-height: inherit;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input[type='submit'].alt, .btn.alt {
  border: 2px solid #69646a;
  color: #69646a;
}
input[type='submit'].alt-light, .btn.alt-light {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #fa565c;
}
input[type='submit'].alt-red, .btn.alt-red {
  border-color: #ffffff;
  background-color: #fa565c;
  color: #ffffff;
}

.no-touch input[type='submit']:hover, .no-touch .btn:hover {
  background-color: #fa565c;
  color: #ffffff;
}
.no-touch input[type='submit'].alt:hover, .no-touch .btn.alt:hover {
  background-color: #69646a;
}
.no-touch input[type='submit'].alt-light:hover, .no-touch .btn.alt-light:hover {
  background-color: #fa565c;
  color: #ffffff;
}
.no-touch input[type='submit'].alt-red:hover, .no-touch .btn.alt-red:hover {
  background-color: #ffffff;
  color: #fa565c;
}

.touch input[type='submit']:active, .touch input[type='submit']:focus, .touch .btn:active, .touch .btn:focus {
  background-color: #fa565c;
  color: #ffffff;
}
.touch input[type='submit'].alt:active, .touch input[type='submit'].alt:focus, .touch .btn.alt:active, .touch .btn.alt:focus {
  background-color: #69646a;
}

@media only screen and (min-width: 768px) {
  input[type='submit'], .btn {
    padding: 10px 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  input[type='submit'], .btn {
    padding: 10px 10px;
    font-size: 18.84px;
  }
}
.btn.big {
  width: 100%;
  font-size: 15px;
  padding: 13px 0px;
  margin: 0 auto;
  max-width: 368px;
}

.selectmenu-wrapper label {
  text-transform: uppercase;
  font-size: 13px;
  padding-right: 21px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.selectmenu-wrapper select {
  height: 29px;
  min-width: 186px;
}

.ta-center {
  text-align: center;
}

.tt-uppercase {
  text-transform: uppercase;
}

.dblarrow {
  margin-left: -25px;
  background-color: #69646a;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
}

.dblarrow i {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

select.choose_state {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-border-radius: 0px;
  padding-right: 21px;
  height: 25px;
  border: 1px solid #dadada;
  background: #ffffff url("/images/bg-selectmenu.gif") no-repeat scroll right center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
select.choose_state option:hover, select.choose_state option:active, select.choose_state option::selection {
  background-color: #69646a;
}
select.choose_state::-ms-expand {
  display: none;
}
select.choose_state:focus {
  outline: 2px solid #00d6d3;
}

@media only screen and (min-width: 1300px) {
  select.choose_state {
    height: 28px;
  }
}
a {
  color: #fa565c;
}

button {
  border: 0 none;
  background-color: transparent;
}

.mixed-field {
  position: relative;
}
.mixed-field .field {
  padding-right: 32px;
  width: 100%;
  padding-left: 6px;
}
.mixed-field .ok {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.vcard .type {
  display: none;
}
.vcard address {
  margin-bottom: 8px;
}

.mini.btn {
  min-width: 0;
}

.clear {
  clear: both;
  display: block;
  height: 0;
}

.altbtn {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  line-height: 12px;
  padding: 0;
  margin-top: 0px;
  margin-left: -10px;
  background-color: #dadada;
  cursor: pointer;
  z-index: 1;
  position: relative;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

[type="radio"] + .altbtn {
  width: 16px;
  height: 16px;
  border: 1px solid #69646a;
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

[type="radio"]:checked + .altbtn:after, [type="radio"]:checked + .altbtn::after, [type="radio"]:checked + .altbtn .after {
  content: '';
  background-color: #fa565c;
  width: 16px;
  height: 16px;
  display: block;
  top: -1px;
  left: -1px;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

[type="checkbox"]:checked + .altbtn:after {
  content: '\2713';
  color: #69646a;
}

.ie7 .altbtn {
  display: none;
}

.skin-in-radio .altbtn {
  padding: 3px;
}

input[type="radio"], input[type="checkbox"] {
  opacity: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .mobile-no {
    display: none;
  }

  .tablet-no {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tablet-no {
    display: none;
  }
}
.resp-label {
  display: none;
}

.tbl-resp-show {
  display: none;
}

@media only screen and (max-width: 768px) {
  .responsive-table {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .responsive-table > thead, .responsive-table > tbody {
    display: block;
  }
  .responsive-table > thead > tr, .responsive-table > tbody > tr {
    display: block;
    border: 0 none;
    overflow: hidden;
  }
  .responsive-table > thead > tr > th, .responsive-table > thead > tr > td, .responsive-table > tbody > tr > th, .responsive-table > tbody > tr > td {
    display: block;
  }
  .responsive-table > thead > tr > td, .responsive-table > tbody > tr > td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .responsive-table > thead > tr > td:before, .responsive-table > tbody > tr > td:before {
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .responsive-table > thead > tr > td.tbl-resp-head, .responsive-table > tbody > tr > td.tbl-resp-head {
    padding-left: 10px;
    float: left;
    z-index: 4;
  }
  .responsive-table > thead > tr > td.tbl-resp-main-head, .responsive-table > tbody > tr > td.tbl-resp-main-head {
    background-color: #dadada;
    cursor: pointer;
  }
  .responsive-table > thead > tr > td.tbl-resp-body, .responsive-table > tbody > tr > td.tbl-resp-body {
    text-align: right;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.not-align, .responsive-table > tbody > tr > td.tbl-resp-body.not-align {
    text-align: left;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.align-center, .responsive-table > tbody > tr > td.tbl-resp-body.align-center {
    text-align: center;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.prd-name, .responsive-table > tbody > tr > td.tbl-resp-body.prd-name {
    padding-left: 92px;
  }
  .responsive-table > thead > tr > td.tbl-resp-body .resp-label, .responsive-table > tbody > tr > td.tbl-resp-body .resp-label {
    display: block;
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .responsive-table > thead > tr > td.tbl-resp-body .resp-label.is-th, .responsive-table > tbody > tr > td.tbl-resp-body .resp-label.is-th {
    left: 0px;
    top: 0px;
    width: 60%;
    text-align: left;
    padding: 0 0 0 10px;
    line-height: 27px;
    background-color: #E8E1DB;
    font-weight: bold;
  }
  .responsive-table > thead > tr .tbl-resp-show, .responsive-table > tbody > tr .tbl-resp-show {
    display: inline-block;
  }
  .responsive-table > thead > tr .tbl-resp-hide, .responsive-table > tbody > tr .tbl-resp-hide {
    display: none;
  }
  .responsive-table > thead > tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .folded .tbl-resp-body {
    display: none;
  }

  .stock-table > tbody > tr > td[headers="stock-dispo"]::before {
    content: "Disponible";
  }
  .stock-table > tbody > tr > td[headers="stock-terme"]::before {
    content: "A therme";
  }
  .stock-table > tbody > tr > td[headers="date-reappro"]::before {
    content: "Reappro.";
  }
}
.stock-table {
  width: 100%;
}
.stock-table [headers="stock-dispo"], .stock-table [headers="stock-terme"], .stock-table [headers="date-reappro"], .stock-table [headers="details"], .stock-table [headers="in-stock"] {
  text-align: right;
}
.stock-table img {
  max-width: none;
}
.stock-table .stock-detail {
  display: none;
}

.reappro-table {
  width: 100%;
  max-width: 400px;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.icon {
  display: block;
}

.ico-pinterest, .ico-pinterest2 {
  color: #cb2027;
}

.ico-youtube-play {
  color: #bb0000;
}

.ico-twitter {
  color: #4099FF;
}

.ico-google-plus {
  color: #dd4b39;
}

.ico-mail {
  color: #69646a;
}

body {
  font-family: 'pt_sansregular', 'Arial';
  font-size: 12px;
  color: #69646a;
}
body.informations .form .inputs-blocks {
  margin-bottom: 15px;
}
body.options .form-options .lbl {
  display: inline-block;
  margin-right: 10px;
}

.img-respond {
  width: 100%;
  height: auto;
  display: block;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

#who-links, #discover-also, #greetings, #force, #reassurance, #footer-catalogue, .footer-links, #sociaux .title, #close-sidebar {
  display: none;
}

@media only screen and (min-width: 768px) {
  #who-links, #greetings, #force, #reassurance, #footer-catalogue, .footer-links, #sociaux .title, #copyright, #discover-also {
    display: block;
  }

  .switch_menu {
    display: none;
  }
}
.rupture {
  width: auto;
  padding: 0 58px;
  margin: 0 auto;
  position: relative;
}

.rupture-alt {
  padding: 0 8px;
}

@media only screen and (min-width: 768px) {
  .rupture {
    width: auto;
    padding: 0 40px;
  }

  .rupture-alt {
    padding: 0 23px;
  }
}
@media only screen and (min-width: 1300px) {
  .rupture {
    padding: 0 184px;
    max-width: 1900px;
  }

  .rupture-alt {
    padding: 0 9.89474%;
  }
}
.col-second .head {
  padding: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fb787d;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
}
.col-second .menu {
  padding: 10px 20px;
  border: 1px solid #69646a;
  border-top: none medium;
  letter-spacing: 0.25px;
}
.col-second .menu li {
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
}
.col-second .menu li .btn-menu {
  padding: 8px 2px;
  color: #69646a;
  display: block;
}
.col-second .menu li a:hover {
  font-weight: 600;
}
.col-second .menu li.opened {
  color: #69646a;
  font-weight: 600;
}
.col-second .menu li.opened .btn-menu {
  color: #69646a;
}

.cms .title-n1 {
  padding-top: 0;
  margin-bottom: 10px;
}

.touch .oneinputfocus #container {
  padding-bottom: 10px;
}

#body {
  clear: both;
}

#body .padding-page {
  height: 22px;
}

#body .newness + .padding-page, #body #force + .padding-page {
  display: none;
}

.swiper-pagination, .slick-dots {
  margin-top: 8px;
  text-align: center;
  width: 100%;
  padding-bottom: 0px;
}
.swiper-pagination .swiper-pagination-switch, .swiper-pagination > li button, .slick-dots .swiper-pagination-switch, .slick-dots > li button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #dadada;
  margin-right: 5px;
  opacity: 0.8;
  cursor: pointer;
  background: #dadada;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -9999px;
}
.swiper-pagination .swiper-active-switch, .swiper-pagination .slick-active button, .slick-dots .swiper-active-switch, .slick-dots .slick-active button {
  background: #fa565c;
}

.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .swiper-pagination {
    display: block;
  }
  .swiper-pagination::before {
    width: 204px;
    margin-left: -102px;
  }
}
@media only screen and (min-width: 1300px) {
  .swiper-pagination, .slick-dots {
    margin-top: 27px;
  }
  .swiper-pagination .swiper-pagination-switch, .swiper-pagination > li button, .slick-dots .swiper-pagination-switch, .slick-dots > li button {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination::before, .slick-dots::before {
    width: 228px;
    margin-left: -114px;
  }
}
.ui-widget-overlay {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background-color: #69646a;
}

.ui-selectmenu-button {
  line-height: 31px;
  background: none repeat scroll 0% 0% #ffffff;
  height: 32px;
  padding: 0 30px 0 0;
  font-size: 1.1em;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.ui-selectmenu-button span.ui-icon {
  background-color: #fa565c;
  margin: 0;
  top: 0;
  right: 0;
  color: #ffffff;
  text-indent: 0;
  width: 32px;
  height: 32px;
  font-size: 27px;
  text-align: center;
  line-height: 32px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 6px 8px 0;
  border: 1px solid #cccccc;
  height: 32px;
}

.ui-selectmenu-button.defaultValue span.ui-selectmenu-text {
  color: #a8a4a9;
  font-size: 12px;
}

.ui-selectmenu-button.state-novalue span.ui-selectmenu-text {
  color: #aaaaaa;
}

.ui-selectmenu-button.error span.ui-selectmenu-text {
  border-color: #ff0000;
}

.ui-selectmenu-button:active, .ui-selectmenu-button:focus {
  outline: 0 none;
}

.ui-selectmenu-button:hover {
  text-decoration: none;
}

.ui-dialog {
  position: absolute;
  background-color: #ffffff;
  max-width: 940px;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog .head {
  background-color: #fa565c;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.4em;
  padding: 10px 38px;
}
.ui-dialog .head .ico {
  color: #fa565c;
  margin-right: 20px;
}
.ui-dialog .body {
  overflow-y: auto;
  padding: 10px 0;
}
.ui-dialog .ui-dialog-content.pop-zoom {
  overflow: hidden;
}
.ui-dialog .ui-dialog-content.pop-zoom #close-dialog {
  top: 0;
  right: 0;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
.ui-dialog #close-dialog {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fa565c;
  z-index: 1000;
  font-size: 15px;
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.ui-autocomplete {
  background-color: #ffffff;
  border: 1px solid #dadada;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  padding: 6px 4px;
}
.ui-autocomplete .ui-menu-item.odd {
  background-color: #dadada;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  margin: 0;
  color: #dadada;
  background-color: #69646a;
}
.ui-autocomplete .ui-state-highlight {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}

@media only screen and (min-width: 1300px) {
  .ui-dialog .head {
    font-size: 2.34417em;
    padding: 14px 20px;
  }
  .ui-dialog #close-dialog {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 26.22px;
  }
}
.selectmenu {
  font-size: 1.1em;
  vertical-align: middle;
  line-height: 2.6em;
  padding: 4px 5px;
}

.ui-selectmenu-menu .ui-menu {
  background: none repeat scroll 0% 0% #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item, .ui-selectmenu-menu .ui-menu .ui-menu-divider {
  border: 0 none;
  font-size: 1.1em;
  padding: 5px 8px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.ui-selectmenu-menu .ui-menu .ui-menu-divider {
  text-decoration: line-through;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-disabled {
  background: none repeat scroll 0% 0% #eeeeee;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.item-novalue {
  color: #aaaaaa;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
  background: none repeat scroll 0% 0% #fa565c;
  color: #ffffff;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.disabled {
  background-color: #C4C4C4;
  cursor: default;
  color: #525252;
}

.ui-selectmenu-menu .ui-menu .ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-state-active {
  margin: 0;
}

.actions.actions-next {
  float: right;
  overflow: hidden;
}

.paginator {
  white-space: nowrap;
}
.paginator .list-pages {
  text-align: center;
  white-space: normal;
  width: 50%;
}
.paginator .list-pages .page {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #eeeeee;
  color: #69646a;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.paginator .list-pages .page + .page {
  margin-left: 0.5rem;
}
.paginator .list-pages .page.selected {
  background-color: #fa565c;
  color: #ffffff;
}
.paginator .list-pages a:hover {
  background-color: #fb787d;
  color: #ffffff;
}
.paginator .prev, .paginator .next {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.paginator .prev a, .paginator .next a {
  font-size: 13px;
  color: #69646a;
}
.paginator .prev a:hover, .paginator .next a:hover {
  text-decoration: underline;
}
.paginator .prev a .symbol, .paginator .next a .symbol {
  font-family: 'pt_sansbold';
  color: #fa565c;
}
.paginator .next {
  text-align: right;
}

.tools .paginator .list-pages {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .paginator .list-pages {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .paginator .prev, .paginator .next {
    width: 25%;
  }

  .tools .paginator .list-pages {
    text-align: left;
  }
}
.breadcrumb {
  color: #69646a;
  padding: 7px 0 0;
  margin-bottom: 12px;
}
.breadcrumb a {
  color: #69646a;
  line-height: 19px;
  font-weight: normal;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a.back {
  line-height: 11px;
}
.breadcrumb a.back:before, .breadcrumb a.back .before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #69646a;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.breadcrumb a.back .label {
  background-color: #69646a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 400;
  height: 20px;
  vertical-align: middle;
  padding: 5px 12px 0;
  margin-right: 14px;
}
.breadcrumb span {
  font-family: "pt_sansbold";
  color: #fa565c;
}

.search-infos {
  text-align: center;
  font-size: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.search-infos .search-nb-results, .search-infos .search-term {
  color: #fa565c;
  font-family: 'pt_sansbold';
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .search-infos {
    width: 50%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
.page-contact {
  /* .breadcrumb {
  	color: $light-color;
  	a {
  		color: $light-color;
  	}
  }
  .cms-content {
  	color: $light-color;
  	margin-bottom: 33px;
  }
  .box-contact {
  	max-width: 1152px;
  }
  .form {
  	color: $light-color;
  	max-width: 580px;
  	margin: 0 auto;
  } */
}

.items {
  padding-top: 25px;
}

.item {
  overflow: hidden;
  margin-bottom: 22px;
}
.item a {
  overflow: hidden;
  color: #69646a;
  display: block;
}
.item .media {
  margin-bottom: 8px;
  display: block;
}
.item .infos {
  overflow: hidden;
  display: block;
  padding-right: 15px;
}
.item .infos .title-w {
  display: block;
  height: 30%;
}
.item .infos .title-w:after, .item .infos .title-w .after {
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.item .infos .title {
  display: block;
  font-size: 15px;
  margin-bottom: 14px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 600;
}
.item .infos .desc {
  display: block;
  color: #69646a;
  margin-bottom: 15px;
  line-height: 1.4em;
}
.item .infos .more {
  font-size: 11px;
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}

@media only screen and (min-width: 400px) {
  .item .media {
    float: left;
    width: 50%;
    padding-right: 4%;
    max-width: 238px;
  }
}
@media only screen and (min-width: 768px) {
  .items {
    padding: 25px 10px;
  }

  .item {
    width: 50%;
    float: left;
    margin-bottom: 22px;
  }
  .item .media {
    padding-right: 2%;
  }
  .item .infos {
    padding-right: 25px;
  }
}
.ui-spinner {
  position: relative;
}
.ui-spinner .ui-spinner-button {
  position: absolute;
  background-color: #dadada;
  color: #69646a;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: 0 none;
  font-size: 13.24px;
  font-family: 'pt_sansbold';
  top: 4px;
  line-height: 13px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
.ui-spinner .ui-spinner-button:after, .ui-spinner .ui-spinner-button::after, .ui-spinner .ui-spinner-button .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.ui-spinner .ui-spinner-up {
  right: 0;
}
.ui-spinner .ui-spinner-down {
  left: 0;
}
.ui-spinner .spinner {
  margin: 0 16px 0;
  height: 21px;
  width: 27px;
  padding: 0;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  text-align: center;
}

@media only screen and (min-width: 1300px) {
  .ui-spinner .ui-spinner-button {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
  }
  .ui-spinner .spinner {
    margin: 0 26px;
    height: 28px;
    width: 32px;
  }
}
.ui-button-text-only .ui-button-text {
  padding: 0;
  display: inline;
  line-height: 100%;
}

.availability-wrapper {
  margin-top: 8px;
}
.availability-wrapper.stock .availability {
  color: #339800;
}
.availability-wrapper.outstock .availability {
  color: #FF0000;
}

.availability {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.delay {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.bookmark {
  color: #fa565c;
}
.bookmark .ico {
  font-size: 22px;
}

.box .head {
  background-color: #fb787d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.box .body {
  border: 1px solid #69646a;
  border-top: none medium;
  padding: 15px 25px;
}

.box-contact .col-1 {
  padding-bottom: 25px;
}
.box-contact .form .lbl-in-radio-value + .lbl-in-radio-value {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .order-wf .col-1 {
    width: 60%;
    float: left;
    padding: 0 0 22px;
  }
  .order-wf .col-2 {
    width: 40%;
    float: left;
    padding: 0 0 10px 24px;
  }

  .box-contact .col-1 {
    margin-bottom: 25px;
  }
  .box-contact .col-2 .logo {
    float: left;
    margin-right: 45px;
    margin-bottom: 21px;
    width: auto;
    height: 47px;
  }
  .box-contact .col-2 address {
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 1300px) {
  .col-1 {
    float: left;
    width: 50%;
    padding: 0 17px;
  }

  .col-2 {
    float: left;
    width: 50%;
    padding: 0 17px;
  }

  .availability {
    min-width: 64px;
    padding: 5px 0;
    font-size: 1.16667em;
  }

  .bookmark .ico {
    font-size: 29px;
  }
}
.form {
  /* Define some variables */
  /* &.form-alertes {
  	margin-top: 50px;
  } */
}
.form .container {
  position: relative;
  *zoom: 1;
}
.form .container:after {
  content: "";
  display: table;
  clear: both;
}
.form .row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 978px;
  *zoom: 1;
}
.form .row:after {
  content: "";
  display: table;
  clear: both;
}
.form .row + .row {
  margin-top: 1.45455%;
}
.form [class*="col"] {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
}
.form [class*="col"]:first-child {
  margin-left: 0;
}
.form .col1 {
  width: 7%;
}
.form .col2 {
  width: 15.45455%;
}
.form .col3 {
  width: 23.90909%;
}
.form .col4 {
  width: 32.36364%;
}
.form .col5 {
  width: 40.81818%;
}
.form .col6 {
  width: 49.27273%;
}
.form .col7 {
  width: 57.72727%;
}
.form .col8 {
  width: 66.18182%;
}
.form .col9 {
  width: 74.63636%;
}
.form .col10 {
  width: 83.09091%;
}
.form .col11 {
  width: 91.54545%;
}
.form .col12 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form [class*="col"] {
    width: 100%;
    margin-left: 0;
  }
}
.form .cms-content {
  font-size: 1.08333em;
}
.form .inputs-blocks {
  overflow: hidden;
}
.form .inputs-blocks .h2 {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 3px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
  color: #fb787d;
}
.form .lbl {
  display: none;
}
.form .lbl-in-bool {
  display: inline;
}
.form .in-text {
  width: 100%;
  padding: 4px 8px;
  background-color: #dadada;
  font-size: 12px;
  height: 30px;
  color: #69646a;
  border: 1px solid #dadada;
}
.form .in-textarea {
  color: #69646a;
  width: 100%;
  padding: 4px 8px;
  /* border: 1px solid $main-color; */
  font-size: 12px;
  height: 200px;
}
.form .in-select {
  width: 100%;
  height: 30px;
  border: none;
  font-size: 12px;
  padding: 4px 5px;
}
.form .input-block {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form.form-grid .input-block + .input-block {
    margin-left: 1.45455%;
  }
}
.form .input-block-submit {
  padding-right: 36px;
  white-space: nowrap;
}
.form .input-block-submit .btn {
  height: 30px;
  width: 36px;
  min-width: 0;
  font-size: 13px;
  padding: 0;
  font-family: "MuseoSans500Regular";
  background-color: #fa565c;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form .input-block-submit .in-text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form .actions {
  text-align: center;
  padding-top: 5px;
}
@media only screen and (min-width: 530px) {
  .form .actions {
    text-align: right;
  }
}
.form .input-block-type .lbl {
  display: block;
}
.form .input-block-radio-value .lbl {
  display: block;
}
.form .error, .form .ui-selectmenu-button span.ui-selectmenu-text.error {
  border: 1px solid red;
  color: red;
}
.form label.error {
  border: 0 none;
}
.form i.error {
  position: absolute;
  top: -27px;
  left: 0px;
  background-color: #ffffff;
  padding: 5px 10px;
}
.form .lbl-in-checkbox {
  display: block;
}
.form .lbl-in-radio-value {
  cursor: pointer;
}
.form .lbl-in-radio-text {
  cursor: pointer;
}
.form.form-login .input-block + .input-block {
  margin-left: 0;
  margin-top: 1.45455%;
}
.form.form-contact-create-usr .input-block + .input-block {
  margin-left: 0;
  margin-top: 1.45455%;
}

#dlv-popin-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 6px 0;
}

#form-panier .detail-panier #dlv-popin-wrapper:hover,
#form-panier .detail-panier #store-popin-wrapper:hover,
#form-panier .detail-panier .delete,
#form-panier .detail-panier .ico-cancel-circle {
  text-decoration: none !important;
}

.popin, .ui-tooltip {
  border: 1px solid #fa565c;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  z-index: 2000;
}
.popin .arrow, .ui-tooltip .arrow {
  width: 60px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 5;
}
.popin .arrow:after, .ui-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fa565c;
  z-index: 5;
  background-color: #ffffff;
}
.popin .arrow.top, .ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.popin .arrow.top:after, .ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.popin .arrow.top.left, .ui-tooltip .arrow.top.left {
  left: -16px;
  top: 0;
  bottom: auto;
  width: 16px;
  height: 60px;
}
.popin .arrow.top.left:after, .ui-tooltip .arrow.top.left:after {
  bottom: auto;
  top: 20px;
  left: 10px;
}
.popin .arrow.bottom.left, .ui-tooltip .arrow.bottom.left {
  left: auto;
  right: 0;
}
.popin .arrow.bottom.center, .ui-tooltip .arrow.bottom.center {
  left: 50%;
  right: auto;
  margin-left: -30px;
}
.popin .label, .ui-tooltip .label {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.popin .mode, .ui-tooltip .mode {
  margin-bottom: 4px;
  cursor: pointer;
}
.popin .address, .popin .title, .ui-tooltip .address, .ui-tooltip .title {
  line-height: 1.4em;
}

.ui-tooltip .arrow.top.left {
  left: auto;
  right: 0;
  top: -16px;
  bottom: auto;
  width: 60px;
  height: 16px;
}
.ui-tooltip .arrow.top.left:after {
  bottom: auto;
  top: 10px;
  left: 20px;
}
.ui-tooltip .arrow.bottom.left {
  left: auto;
  right: 0;
}

.popin.popin-gamme {
  border-color: #69646a;
}
.popin.popin-gamme .arrow:after {
  border-color: #69646a;
}
.popin.popin-gamme .infos {
  padding-right: 20px;
}

body .ui-tooltip {
  border-width: 1px;
}

.ui-tooltip {
  background-color: #fa565c;
  color: #ffffff;
  line-height: 1.4em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tooltip .arrow:after {
  background-color: #fa565c;
}

.h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}

.slider-range-w {
  position: relative;
}
.slider-range-w::before {
  position: absolute;
  content: '';
  border-top: 2px solid #69646a;
  height: 0;
  width: 100%;
  top: 4px;
}
.slider-range-w .slider-range-infos {
  padding-top: 10px;
  overflow: hidden;
}
.slider-range-w .slider-range-min-value-set, .slider-range-w .slider-range-max-value-set {
  float: left;
  width: 50%;
  font-size: 13px;
}
.slider-range-w .slider-range-max-value-set {
  text-align: right;
}
.slider-range-w .slider-range-text {
  clear: both;
  padding-top: 10px;
  text-align: center;
}

.ui-slider {
  border-left: 2px solid #69646a;
  border-right: 2px solid #69646a;
}
.ui-slider .ui-slider-handle {
  border: 2px solid #69646a;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5NjQ2YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #69646a));
  background-image: -moz-linear-gradient(top, #ffffff, #69646a);
  background-image: -webkit-linear-gradient(top, #ffffff, #69646a);
  background-image: linear-gradient(to bottom, #ffffff, #69646a);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.ui-slider .ui-slider-range {
  background-color: #69646a;
}

.h3 {
  color: #fa565c;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  margin-bottom: 10px;
}

table {
  border: 1px solid #dadada;
  margin-bottom: 25px;
  border-collapse: collapse;
}
table thead th {
  background-color: #dadada;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
}
table tbody td {
  padding: 8px 11px;
  border: 1px solid #dadada;
}
table caption {
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  font-size: 1.08333em;
  margin-bottom: 6px;
}

.cms-content-block {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 62px 10px 18px;
}
.cms-content-block .cms-content {
  max-width: 1000px;
  margin: 0 auto;
}

.cms-content {
  font-size: 12px;
  line-height: 1.4em;
}
.cms-content p {
  margin-bottom: 16px;
}
.cms-content p.images {
  text-align: center;
}
.cms-content p.images img {
  width: 49%;
  min-width: 300px;
}
.cms-content ul, .cms-content ol {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.cms-content ul li, .cms-content ol li {
  margin-bottom: 0;
}
.cms-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.cms-content a {
  color: #fa565c;
  text-decoration: underline;
}
.cms-content h1, .cms-content .title-devis {
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
  padding-bottom: 42px;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 29px;
}
.cms-content h1:after, .cms-content h1::after, .cms-content h1 .after, .cms-content .title-devis:after, .cms-content .title-devis::after, .cms-content .title-devis .after {
  content: '';
  width: 272px;
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #eeeeee;
  margin-left: -136px;
  bottom: 0;
}
.cms-content .title-devis {
  margin: 40px 0px 0px;
  padding: 0px 0px 20px;
}
.cms-content h2 {
  clear: both;
  font-family: "pt_sansbold";
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.cms-content img {
  margin-bottom: 8px;
}
.cms-content .emphasis {
  color: #69646a;
  float: left;
  width: 25%;
  min-width: 210px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
  display: none;
}
.cms-content .emphasis .nb {
  font-size: 137px;
  line-height: 1em;
  display: block;
  padding: 32px 0 0;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
}
.cms-content .emphasis .text {
  font-size: 28px;
  line-height: 1.6em;
  display: block;
  padding: 0 0 26px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
}
.cms-content .emphasis::before, .cms-content .emphasis::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #69646a;
  top: 10px;
  left: 50%;
  margin-left: -35px;
}
.cms-content .emphasis::after {
  top: auto;
  bottom: 0;
}
.cms-content strong {
  font-family: "pt_sansbold";
}
.cms-content table {
  width: 100%;
}
.cms-content table tbody td {
  padding: 8px 11px;
  border: 1px solid #69646a;
}

@media only screen and (min-width: 768px) {
  .cms .title-n1 {
    margin-bottom: 33px;
  }

  .cms-content {
    font-size: 13px;
  }

  .cms-content .emphasis {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .cms-content {
    font-size: 13px;
  }
  .cms-content img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .cms-content img + img {
    margin-left: 1%;
  }
}
.box-messages {
  font-size: 13px;
  margin: 10px 0;
  padding: 8px;
}
.box-messages.errors {
  background-color: #ffdddd;
  border: 1px solid red;
  color: red;
}
.box-messages.success {
  border: 1px solid green;
  color: green;
}
.box-messages.infos {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
}
.box-messages ul {
  margin-bottom: 0;
}
.box-messages li {
  margin-bottom: 0;
}

.cgv-pages .cgvmenu li {
  margin: 0px 0px 0px 20px;
}
.cgv-pages .h3 {
  margin: 10px 0;
}
.cgv-pages .h3 a {
  color: #69646a;
}
.cgv-pages .conseil {
  margin-bottom: 30px;
}
.cgv-pages .conseil .h2 {
  margin: 10px 0;
  padding-top: 20px;
}
.cgv-pages .conseil a {
  color: #69646a;
}
.cgv-pages .cgv-toc-lnk {
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.notice.mandatory-fields {
  margin: 10px 0;
}

dfn {
  font-style: italic;
  border-bottom: 1px dotted;
  cursor: help;
}

#site-newsletter .buttons {
  margin-bottom: 20px;
}
#site-newsletter .buttons .in-submit {
  margin: 0 5px;
}

#map-contact {
  width: 100%;
  height: 100%;
}

.list-catalogs {
  padding: 23px 0 0 20px;
  float: left;
  width: 100%;
}
.list-catalogs .item-catalog {
  display: inline-block;
  margin: 0px 20px 20px 0px;
  width: 100%;
}
.list-catalogs .item-catalog .media {
  float: left;
  width: 88px;
  margin-right: 17px;
  padding-right: 0;
}
.list-catalogs .item-catalog .label {
  font-size: 14px;
  display: block;
  line-height: 1.2em;
}
.list-catalogs .item-catalog .label strong {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  display: block;
}
.list-catalogs .item-catalog .title {
  color: #fa565c;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  font-size: 14px;
  display: block;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.list-catalogs .item-catalog .view-catalog {
  display: block;
  color: #69646a;
  text-transform: uppercase;
}
.list-catalogs .item-catalog .dl-catalog {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 7px 0;
  width: 90px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 12px;
}
.list-catalogs .item-catalog .others-catalog {
  display: block;
  color: #69646a;
  white-space: nowrap;
}
.list-catalogs .item-catalog .others-catalog:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .list-catalogs .item-catalog {
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .list-catalogs .item-catalog {
    width: 25%;
  }
}
@media only screen and (min-width: 1000px) {
  .layout-2cols .col-main {
    float: right;
    width: 78%;
    padding-left: 35px;
    border-left: 1px solid #dadada;
  }
  .layout-2cols .col-second {
    float: left;
    width: 22%;
    padding-right: 35px;
    clear: left;
  }
}
.col-main .cat-desc {
  margin-bottom: 30px;
}
.col-main .cat-desc .cat-desc-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .col-main .cat-desc .cat-desc-image {
    float: left;
    margin: 0 20px 0 0;
    display: block;
  }
}
.col-main .cat-desc .cat-desc-desc {
  font-size: 16px;
}

.file-extension {
  color: #ffffff;
  background-color: #fa565c;
  text-transform: uppercase;
  padding: 1px 8px;
  text-align: center;
  margin-right: 8px;
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.inscript, .uninscript {
  max-width: 500px;
  margin: 0 auto;
}

.search-cats .menu-title {
  background-color: #dadada;
  font-weight: bold;
  color: black;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.search-cats .title {
  background-color: #fa565c;
  display: block;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
}
.search-cats .title.last {
  margin-top: 15px;
}
.search-cats .family {
  margin-bottom: 2px;
  padding: 3px;
  display: block;
  font-size: 1.1em;
  color: #999999;
}
.search-cats .family.active {
  font-weight: bold;
  color: #fb787d;
}
.search-cats .family:hover {
  text-decoration: underline;
}
.search-cats .sfamily {
  position: relative;
  padding: 3px;
  font-size: 1.1em;
  display: block;
}
.search-cats .sfamily [type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 1;
}
.search-cats .sfamily_label {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.search-cats input[checked="checked"] + .sfamily_label {
  color: #fa565c;
}

.filters-cats-list-third {
  margin: 0.5em 0;
  padding-left: 1.5em;
}

.back-load-search.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
}

.slick-prev, .slick-next {
  width: auto;
  height: auto;
}
.slick-prev:before, .slick-next:before {
  display: none;
}

.is-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .is-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.two-cols {
  flex: 1 1 auto;
}
@media only screen and (min-width: 1024px) {
  .two-cols:first-child {
    margin-right: 15px;
  }
}
.two-cols img {
  width: 100%;
  object-fit: cover;
}

.home .title-n1 {
  background-color: transparent;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.home .title-n1, .home .title-n1 a {
  color: #69646a !important;
}
.home .two-cols img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: unset;
  display: block;
  margin: 0 auto;
}
.home-cols img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.grid {
  /* Define some variables */
}
.grid .row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
.grid .row:after {
  content: "";
  display: table;
  clear: both;
}
.grid [class*="col"] {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
  margin-left: 1.45455%;
}
.grid [class*="col"]:first-child {
  margin-left: 0;
}
.grid .col1 {
  width: 7%;
}
.grid .col2 {
  width: 15.45455%;
}
.grid .col3 {
  width: 23.90909%;
}
.grid .col4 {
  width: 32.36364%;
}
.grid .col5 {
  width: 40.81818%;
}
.grid .col6 {
  width: 49.27273%;
}
.grid .col7 {
  width: 57.72727%;
}
.grid .col8 {
  width: 66.18182%;
}
.grid .col9 {
  width: 74.63636%;
}
.grid .col10 {
  width: 83.09091%;
}
.grid .col11 {
  width: 91.54545%;
}
.grid .col12 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .grid .row [class*="col"] {
    width: 100%;
    margin-left: 0;
  }
}

/*
 * Swiper 2.7.5
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 4, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

/*! jQuery UI - v1.11.4 - 2015-05-26
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, autocomplete.css, button.css, dialog.css, menu.css, selectmenu.css, spinner.css, tooltip.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-dialog {
  z-index: 999999 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

/* CREATION MIXIN RESPONSIVE */
@font-face {
  font-family: 'pt_sansregular';
  src: url("fonts/PTS55F-webfont.eot");
  src: url("fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS55F-webfont.woff") format("woff"), url("fonts/PTS55F-webfont.ttf") format("truetype"), url("fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold';
  src: url("fonts/PTS75F-webfont.eot");
  src: url("fonts/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS75F-webfont.woff") format("woff"), url("fonts/PTS75F-webfont.ttf") format("truetype"), url("fonts/PTS75F-webfont.svg#pt_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansitalic';
  src: url("fonts/PTS56F-webfont.eot");
  src: url("fonts/PTS56F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS56F-webfont.woff") format("woff"), url("fonts/PTS56F-webfont.ttf") format("truetype"), url("fonts/PTS56F-webfont.svg#pt_sansitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold_italic';
  src: url("fonts/PTS76F-webfont.eot");
  src: url("fonts/PTS76F-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/PTS76F-webfont.woff") format("woff"), url("fonts/PTS76F-webfont.ttf") format("truetype"), url("fonts/PTS76F-webfont.svg#pt_sansbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans500Regular';
  src: url("fonts/museo-sans-500.eot");
  src: url("fonts/museo-sans-500.eot?#iefix") format("embedded-opentype"), url("fonts/museo-sans-500.woff") format("woff"), url("fonts/museo-sans-500.ttf") format("truetype"), url("fonts/museo-sans-500.svg#MuseoSans500Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.icon-sprite, .icon-arrow-left-red, .icon-arrow-right-green, .icon-arrow-right-red, .icon-arrow-right-white, .icon-flag-en, .icon-flag-fr {
  background-image: url('/images/icon-s0a550d82cf.png');
  background-repeat: no-repeat;
}

.icon-arrow-left-red {
  background-position: 0 0;
  height: 48px;
  width: 31px;
}

.icon-arrow-right-green {
  background-position: 0 -58px;
  height: 33px;
  width: 22px;
}

.icon-arrow-right-red {
  background-position: 0 -101px;
  height: 48px;
  width: 31px;
}

.icon-arrow-right-white {
  background-position: 0 -159px;
  height: 33px;
  width: 22px;
}

.icon-flag-en {
  background-position: 0 -202px;
  height: 18px;
  width: 28px;
}

.icon-flag-fr {
  background-position: 0 -230px;
  height: 18px;
  width: 28px;
}

img, iframe {
  max-width: 100%;
}

#at3winshare-iframe {
  height: inherit;
}

@media \0screen {
  img {
    width: auto;
  }
}
html {
  height: 100%;
}

body {
  min-height: 100%;
}

.iframewrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.iframewrap embed,
.iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.more:hover, .continue:hover {
  text-decoration: underline;
}

*, *:after, *:before, input[type="text"], input[type="email"], select {
  box-sizing: border-box;
}

html {
  height: 100%;
}

strong {
  font-family: 'pt_sansbold';
}

input[type='text'],
input[type='email'],
input[type='search'],
input[type='number'],
input[type='submit'],
input[type='button'].submit,
input[type='password'],
textarea {
  font-family: 'MuseoSans500Regular';
  -webkit-appearance: none;
  color: #69646a;
  font-size: 11px;
  border: 1px solid #dadada;
  background-color: #dadada;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 1px 6px;
}
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='submit']::-webkit-input-placeholder,
input[type='button'].submit::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='submit']:-moz-placeholder,
input[type='button'].submit:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='submit']::-moz-placeholder,
input[type='button'].submit::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='submit']:-ms-input-placeholder,
input[type='button'].submit:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'MuseoSans500Regular';
  color: #69646a;
  opacity: 1;
}
input[type='text'].error::-webkit-input-placeholder,
input[type='email'].error::-webkit-input-placeholder,
input[type='search'].error::-webkit-input-placeholder,
input[type='number'].error::-webkit-input-placeholder,
input[type='submit'].error::-webkit-input-placeholder,
input[type='button'].submit.error::-webkit-input-placeholder,
input[type='password'].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
}
input[type='text'].error:-moz-placeholder,
input[type='email'].error:-moz-placeholder,
input[type='search'].error:-moz-placeholder,
input[type='number'].error:-moz-placeholder,
input[type='submit'].error:-moz-placeholder,
input[type='button'].submit.error:-moz-placeholder,
input[type='password'].error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: red;
}
input[type='text'].error::-moz-placeholder,
input[type='email'].error::-moz-placeholder,
input[type='search'].error::-moz-placeholder,
input[type='number'].error::-moz-placeholder,
input[type='submit'].error::-moz-placeholder,
input[type='button'].submit.error::-moz-placeholder,
input[type='password'].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: red;
}
input[type='text'].error:-ms-input-placeholder,
input[type='email'].error:-ms-input-placeholder,
input[type='search'].error:-ms-input-placeholder,
input[type='number'].error:-ms-input-placeholder,
input[type='submit'].error:-ms-input-placeholder,
input[type='button'].submit.error:-ms-input-placeholder,
input[type='password'].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='submit']:focus,
input[type='button'].submit:focus,
input[type='password']:focus,
textarea:focus {
  outline: 2px solid #00d6d3;
}

select {
  font-family: 'MuseoSans500Regular';
  -webkit-appearance: none;
  color: #69646a;
  font-size: 11px;
  border: 1px solid #dadada;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select.error::-webkit-input-placeholder {
  color: red;
}
select.error:-moz-placeholder {
  color: red;
}
select.error::-moz-placeholder {
  color: red;
}
select.error:-ms-input-placeholder {
  color: red;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type='submit'], .btn {
  border: 2px solid #fa565c;
  background-color: #ffffff;
  color: #fa565c;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 10px 7px;
  min-width: 102px;
  text-align: center;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  line-height: inherit;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input[type='submit'].alt, .btn.alt {
  border: 2px solid #69646a;
  color: #69646a;
}
input[type='submit'].alt-light, .btn.alt-light {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #fa565c;
}
input[type='submit'].alt-red, .btn.alt-red {
  border-color: #ffffff;
  background-color: #fa565c;
  color: #ffffff;
}

.no-touch input[type='submit']:hover, .no-touch .btn:hover {
  background-color: #fa565c;
  color: #ffffff;
}
.no-touch input[type='submit'].alt:hover, .no-touch .btn.alt:hover {
  background-color: #69646a;
}
.no-touch input[type='submit'].alt-light:hover, .no-touch .btn.alt-light:hover {
  background-color: #fa565c;
  color: #ffffff;
}
.no-touch input[type='submit'].alt-red:hover, .no-touch .btn.alt-red:hover {
  background-color: #ffffff;
  color: #fa565c;
}

.touch input[type='submit']:active, .touch input[type='submit']:focus, .touch .btn:active, .touch .btn:focus {
  background-color: #fa565c;
  color: #ffffff;
}
.touch input[type='submit'].alt:active, .touch input[type='submit'].alt:focus, .touch .btn.alt:active, .touch .btn.alt:focus {
  background-color: #69646a;
}

@media only screen and (min-width: 768px) {
  input[type='submit'], .btn {
    padding: 10px 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  input[type='submit'], .btn {
    padding: 10px 10px;
    font-size: 18.84px;
  }
}
.btn.big {
  width: 100%;
  font-size: 15px;
  padding: 13px 0px;
  margin: 0 auto;
  max-width: 368px;
}

.selectmenu-wrapper label {
  text-transform: uppercase;
  font-size: 13px;
  padding-right: 21px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.selectmenu-wrapper select {
  height: 29px;
  min-width: 186px;
}

.ta-center {
  text-align: center;
}

.tt-uppercase {
  text-transform: uppercase;
}

.dblarrow {
  margin-left: -25px;
  background-color: #69646a;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
}

.dblarrow i {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -6px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

select.choose_state {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-border-radius: 0px;
  padding-right: 21px;
  height: 25px;
  border: 1px solid #dadada;
  background: #ffffff url("/images/bg-selectmenu.gif") no-repeat scroll right center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
select.choose_state option:hover, select.choose_state option:active, select.choose_state option::selection {
  background-color: #69646a;
}
select.choose_state::-ms-expand {
  display: none;
}
select.choose_state:focus {
  outline: 2px solid #00d6d3;
}

@media only screen and (min-width: 1300px) {
  select.choose_state {
    height: 28px;
  }
}
a {
  color: #fa565c;
}

button {
  border: 0 none;
  background-color: transparent;
}

.mixed-field {
  position: relative;
}
.mixed-field .field {
  padding-right: 32px;
  width: 100%;
  padding-left: 6px;
}
.mixed-field .ok {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.vcard .type {
  display: none;
}
.vcard address {
  margin-bottom: 8px;
}

.mini.btn {
  min-width: 0;
}

.clear {
  clear: both;
  display: block;
  height: 0;
}

.altbtn {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  line-height: 12px;
  padding: 0;
  margin-top: 0px;
  margin-left: -10px;
  background-color: #dadada;
  cursor: pointer;
  z-index: 1;
  position: relative;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

[type="radio"] + .altbtn {
  width: 16px;
  height: 16px;
  border: 1px solid #69646a;
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

[type="radio"]:checked + .altbtn:after, [type="radio"]:checked + .altbtn::after, [type="radio"]:checked + .altbtn .after {
  content: '';
  background-color: #fa565c;
  width: 16px;
  height: 16px;
  display: block;
  top: -1px;
  left: -1px;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

[type="checkbox"]:checked + .altbtn:after {
  content: '\2713';
  color: #69646a;
}

.ie7 .altbtn {
  display: none;
}

.skin-in-radio .altbtn {
  padding: 3px;
}

input[type="radio"], input[type="checkbox"] {
  opacity: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .mobile-no {
    display: none;
  }

  .tablet-no {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tablet-no {
    display: none;
  }
}
.resp-label {
  display: none;
}

.tbl-resp-show {
  display: none;
}

@media only screen and (max-width: 768px) {
  .responsive-table {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .responsive-table > thead, .responsive-table > tbody {
    display: block;
  }
  .responsive-table > thead > tr, .responsive-table > tbody > tr {
    display: block;
    border: 0 none;
    overflow: hidden;
  }
  .responsive-table > thead > tr > th, .responsive-table > thead > tr > td, .responsive-table > tbody > tr > th, .responsive-table > tbody > tr > td {
    display: block;
  }
  .responsive-table > thead > tr > td, .responsive-table > tbody > tr > td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .responsive-table > thead > tr > td:before, .responsive-table > tbody > tr > td:before {
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .responsive-table > thead > tr > td.tbl-resp-head, .responsive-table > tbody > tr > td.tbl-resp-head {
    padding-left: 10px;
    float: left;
    z-index: 4;
  }
  .responsive-table > thead > tr > td.tbl-resp-main-head, .responsive-table > tbody > tr > td.tbl-resp-main-head {
    background-color: #dadada;
    cursor: pointer;
  }
  .responsive-table > thead > tr > td.tbl-resp-body, .responsive-table > tbody > tr > td.tbl-resp-body {
    text-align: right;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.not-align, .responsive-table > tbody > tr > td.tbl-resp-body.not-align {
    text-align: left;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.align-center, .responsive-table > tbody > tr > td.tbl-resp-body.align-center {
    text-align: center;
  }
  .responsive-table > thead > tr > td.tbl-resp-body.prd-name, .responsive-table > tbody > tr > td.tbl-resp-body.prd-name {
    padding-left: 92px;
  }
  .responsive-table > thead > tr > td.tbl-resp-body .resp-label, .responsive-table > tbody > tr > td.tbl-resp-body .resp-label {
    display: block;
    position: absolute;
    left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
  .responsive-table > thead > tr > td.tbl-resp-body .resp-label.is-th, .responsive-table > tbody > tr > td.tbl-resp-body .resp-label.is-th {
    left: 0px;
    top: 0px;
    width: 60%;
    text-align: left;
    padding: 0 0 0 10px;
    line-height: 27px;
    background-color: #E8E1DB;
    font-weight: bold;
  }
  .responsive-table > thead > tr .tbl-resp-show, .responsive-table > tbody > tr .tbl-resp-show {
    display: inline-block;
  }
  .responsive-table > thead > tr .tbl-resp-hide, .responsive-table > tbody > tr .tbl-resp-hide {
    display: none;
  }
  .responsive-table > thead > tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .folded .tbl-resp-body {
    display: none;
  }

  .stock-table > tbody > tr > td[headers="stock-dispo"]::before {
    content: "Disponible";
  }
  .stock-table > tbody > tr > td[headers="stock-terme"]::before {
    content: "A therme";
  }
  .stock-table > tbody > tr > td[headers="date-reappro"]::before {
    content: "Reappro.";
  }
}
.stock-table {
  width: 100%;
}
.stock-table [headers="stock-dispo"], .stock-table [headers="stock-terme"], .stock-table [headers="date-reappro"], .stock-table [headers="details"], .stock-table [headers="in-stock"] {
  text-align: right;
}
.stock-table img {
  max-width: none;
}
.stock-table .stock-detail {
  display: none;
}

.reappro-table {
  width: 100%;
  max-width: 400px;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.icon {
  display: block;
}

.ico-pinterest, .ico-pinterest2 {
  color: #cb2027;
}

.ico-youtube-play {
  color: #bb0000;
}

.ico-twitter {
  color: #4099FF;
}

.ico-google-plus {
  color: #dd4b39;
}

.ico-mail {
  color: #69646a;
}

body {
  font-family: 'pt_sansregular', 'Arial';
  font-size: 12px;
  color: #69646a;
}
body.informations .form .inputs-blocks {
  margin-bottom: 15px;
}
body.options .form-options .lbl {
  display: inline-block;
  margin-right: 10px;
}

.img-respond {
  width: 100%;
  height: auto;
  display: block;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

#who-links, #discover-also, #greetings, #force, #reassurance, #footer-catalogue, .footer-links, #sociaux .title, #close-sidebar {
  display: none;
}

@media only screen and (min-width: 768px) {
  #who-links, #greetings, #force, #reassurance, #footer-catalogue, .footer-links, #sociaux .title, #copyright, #discover-also {
    display: block;
  }

  .switch_menu {
    display: none;
  }
}
.rupture {
  width: auto;
  padding: 0 58px;
  margin: 0 auto;
  position: relative;
}

.rupture-alt {
  padding: 0 8px;
}

@media only screen and (min-width: 768px) {
  .rupture {
    width: auto;
    padding: 0 40px;
  }

  .rupture-alt {
    padding: 0 23px;
  }
}
@media only screen and (min-width: 1300px) {
  .rupture {
    padding: 0 184px;
    max-width: 1900px;
  }

  .rupture-alt {
    padding: 0 9.89474%;
  }
}
.col-second .head {
  padding: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fb787d;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
}
.col-second .menu {
  padding: 10px 20px;
  border: 1px solid #69646a;
  border-top: none medium;
  letter-spacing: 0.25px;
}
.col-second .menu li {
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
}
.col-second .menu li .btn-menu {
  padding: 8px 2px;
  color: #69646a;
  display: block;
}
.col-second .menu li a:hover {
  font-weight: 600;
}
.col-second .menu li.opened {
  color: #69646a;
  font-weight: 600;
}
.col-second .menu li.opened .btn-menu {
  color: #69646a;
}

.cms .title-n1 {
  padding-top: 0;
  margin-bottom: 10px;
}

.touch .oneinputfocus #container {
  padding-bottom: 10px;
}

#body {
  clear: both;
}

#body .padding-page {
  height: 22px;
}

#body .newness + .padding-page, #body #force + .padding-page {
  display: none;
}

.swiper-pagination, .slick-dots {
  margin-top: 8px;
  text-align: center;
  width: 100%;
  padding-bottom: 0px;
}
.swiper-pagination .swiper-pagination-switch, .swiper-pagination > li button, .slick-dots .swiper-pagination-switch, .slick-dots > li button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #dadada;
  margin-right: 5px;
  opacity: 0.8;
  cursor: pointer;
  background: #dadada;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -9999px;
}
.swiper-pagination .swiper-active-switch, .swiper-pagination .slick-active button, .slick-dots .swiper-active-switch, .slick-dots .slick-active button {
  background: #fa565c;
}

.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .swiper-pagination {
    display: block;
  }
  .swiper-pagination::before {
    width: 204px;
    margin-left: -102px;
  }
}
@media only screen and (min-width: 1300px) {
  .swiper-pagination, .slick-dots {
    margin-top: 27px;
  }
  .swiper-pagination .swiper-pagination-switch, .swiper-pagination > li button, .slick-dots .swiper-pagination-switch, .slick-dots > li button {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination::before, .slick-dots::before {
    width: 228px;
    margin-left: -114px;
  }
}
.ui-widget-overlay {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  background-color: #69646a;
}

.ui-selectmenu-button {
  line-height: 31px;
  background: none repeat scroll 0% 0% #ffffff;
  height: 32px;
  padding: 0 30px 0 0;
  font-size: 1.1em;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.ui-selectmenu-button span.ui-icon {
  background-color: #fa565c;
  margin: 0;
  top: 0;
  right: 0;
  color: #ffffff;
  text-indent: 0;
  width: 32px;
  height: 32px;
  font-size: 27px;
  text-align: center;
  line-height: 32px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 6px 8px 0;
  border: 1px solid #cccccc;
  height: 32px;
}

.ui-selectmenu-button.defaultValue span.ui-selectmenu-text {
  color: #a8a4a9;
  font-size: 12px;
}

.ui-selectmenu-button.state-novalue span.ui-selectmenu-text {
  color: #aaaaaa;
}

.ui-selectmenu-button.error span.ui-selectmenu-text {
  border-color: #ff0000;
}

.ui-selectmenu-button:active, .ui-selectmenu-button:focus {
  outline: 0 none;
}

.ui-selectmenu-button:hover {
  text-decoration: none;
}

.ui-dialog {
  position: absolute;
  background-color: #ffffff;
  max-width: 940px;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog .head {
  background-color: #fa565c;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.4em;
  padding: 10px 38px;
}
.ui-dialog .head .ico {
  color: #fa565c;
  margin-right: 20px;
}
.ui-dialog .body {
  overflow-y: auto;
  padding: 10px 0;
}
.ui-dialog .ui-dialog-content.pop-zoom {
  overflow: hidden;
}
.ui-dialog .ui-dialog-content.pop-zoom #close-dialog {
  top: 0;
  right: 0;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
.ui-dialog #close-dialog {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fa565c;
  z-index: 1000;
  font-size: 15px;
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.ui-autocomplete {
  background-color: #ffffff;
  border: 1px solid #dadada;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  padding: 6px 4px;
}
.ui-autocomplete .ui-menu-item.odd {
  background-color: #dadada;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  margin: 0;
  color: #dadada;
  background-color: #69646a;
}
.ui-autocomplete .ui-state-highlight {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}

@media only screen and (min-width: 1300px) {
  .ui-dialog .head {
    font-size: 2.34417em;
    padding: 14px 20px;
  }
  .ui-dialog #close-dialog {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 26.22px;
  }
}
.selectmenu {
  font-size: 1.1em;
  vertical-align: middle;
  line-height: 2.6em;
  padding: 4px 5px;
}

.ui-selectmenu-menu .ui-menu {
  background: none repeat scroll 0% 0% #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item, .ui-selectmenu-menu .ui-menu .ui-menu-divider {
  border: 0 none;
  font-size: 1.1em;
  padding: 5px 8px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.ui-selectmenu-menu .ui-menu .ui-menu-divider {
  text-decoration: line-through;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-disabled {
  background: none repeat scroll 0% 0% #eeeeee;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.item-novalue {
  color: #aaaaaa;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
  background: none repeat scroll 0% 0% #fa565c;
  color: #ffffff;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.disabled {
  background-color: #C4C4C4;
  cursor: default;
  color: #525252;
}

.ui-selectmenu-menu .ui-menu .ui-state-focus, .ui-selectmenu-menu .ui-menu .ui-state-active {
  margin: 0;
}

.actions.actions-next {
  float: right;
  overflow: hidden;
}

.paginator {
  white-space: nowrap;
}
.paginator .list-pages {
  text-align: center;
  white-space: normal;
  width: 50%;
}
.paginator .list-pages .page {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #eeeeee;
  color: #69646a;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.paginator .list-pages .page + .page {
  margin-left: 0.5rem;
}
.paginator .list-pages .page.selected {
  background-color: #fa565c;
  color: #ffffff;
}
.paginator .list-pages a:hover {
  background-color: #fb787d;
  color: #ffffff;
}
.paginator .prev, .paginator .next {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.paginator .prev a, .paginator .next a {
  font-size: 13px;
  color: #69646a;
}
.paginator .prev a:hover, .paginator .next a:hover {
  text-decoration: underline;
}
.paginator .prev a .symbol, .paginator .next a .symbol {
  font-family: 'pt_sansbold';
  color: #fa565c;
}
.paginator .next {
  text-align: right;
}

.tools .paginator .list-pages {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .paginator .list-pages {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .paginator .prev, .paginator .next {
    width: 25%;
  }

  .tools .paginator .list-pages {
    text-align: left;
  }
}
.breadcrumb {
  color: #69646a;
  padding: 7px 0 0;
  margin-bottom: 12px;
}
.breadcrumb a {
  color: #69646a;
  line-height: 19px;
  font-weight: normal;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a.back {
  line-height: 11px;
}
.breadcrumb a.back:before, .breadcrumb a.back .before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #69646a;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.breadcrumb a.back .label {
  background-color: #69646a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 400;
  height: 20px;
  vertical-align: middle;
  padding: 5px 12px 0;
  margin-right: 14px;
}
.breadcrumb span {
  font-family: "pt_sansbold";
  color: #fa565c;
}

.search-infos {
  text-align: center;
  font-size: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.search-infos .search-nb-results, .search-infos .search-term {
  color: #fa565c;
  font-family: 'pt_sansbold';
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .search-infos {
    width: 50%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
.page-contact {
  /* .breadcrumb {
  	color: $light-color;
  	a {
  		color: $light-color;
  	}
  }
  .cms-content {
  	color: $light-color;
  	margin-bottom: 33px;
  }
  .box-contact {
  	max-width: 1152px;
  }
  .form {
  	color: $light-color;
  	max-width: 580px;
  	margin: 0 auto;
  } */
}

.items {
  padding-top: 25px;
}

.item {
  overflow: hidden;
  margin-bottom: 22px;
}
.item a {
  overflow: hidden;
  color: #69646a;
  display: block;
}
.item .media {
  margin-bottom: 8px;
  display: block;
}
.item .infos {
  overflow: hidden;
  display: block;
  padding-right: 15px;
}
.item .infos .title-w {
  display: block;
  height: 30%;
}
.item .infos .title-w:after, .item .infos .title-w .after {
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.item .infos .title {
  display: block;
  font-size: 15px;
  margin-bottom: 14px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 600;
}
.item .infos .desc {
  display: block;
  color: #69646a;
  margin-bottom: 15px;
  line-height: 1.4em;
}
.item .infos .more {
  font-size: 11px;
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}

@media only screen and (min-width: 400px) {
  .item .media {
    float: left;
    width: 50%;
    padding-right: 4%;
    max-width: 238px;
  }
}
@media only screen and (min-width: 768px) {
  .items {
    padding: 25px 10px;
  }

  .item {
    width: 50%;
    float: left;
    margin-bottom: 22px;
  }
  .item .media {
    padding-right: 2%;
  }
  .item .infos {
    padding-right: 25px;
  }
}
.ui-spinner {
  position: relative;
}
.ui-spinner .ui-spinner-button {
  position: absolute;
  background-color: #dadada;
  color: #69646a;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: 0 none;
  font-size: 13.24px;
  font-family: 'pt_sansbold';
  top: 4px;
  line-height: 13px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
.ui-spinner .ui-spinner-button:after, .ui-spinner .ui-spinner-button::after, .ui-spinner .ui-spinner-button .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.ui-spinner .ui-spinner-up {
  right: 0;
}
.ui-spinner .ui-spinner-down {
  left: 0;
}
.ui-spinner .spinner {
  margin: 0 16px 0;
  height: 21px;
  width: 27px;
  padding: 0;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  text-align: center;
}

@media only screen and (min-width: 1300px) {
  .ui-spinner .ui-spinner-button {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
  }
  .ui-spinner .spinner {
    margin: 0 26px;
    height: 28px;
    width: 32px;
  }
}
.ui-button-text-only .ui-button-text {
  padding: 0;
  display: inline;
  line-height: 100%;
}

.availability-wrapper {
  margin-top: 8px;
}
.availability-wrapper.stock .availability {
  color: #339800;
}
.availability-wrapper.outstock .availability {
  color: #FF0000;
}

.availability {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.delay {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.bookmark {
  color: #fa565c;
}
.bookmark .ico {
  font-size: 22px;
}

.box .head {
  background-color: #fb787d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.box .body {
  border: 1px solid #69646a;
  border-top: none medium;
  padding: 15px 25px;
}

.box-contact .col-1 {
  padding-bottom: 25px;
}
.box-contact .form .lbl-in-radio-value + .lbl-in-radio-value {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .order-wf .col-1 {
    width: 60%;
    float: left;
    padding: 0 0 22px;
  }
  .order-wf .col-2 {
    width: 40%;
    float: left;
    padding: 0 0 10px 24px;
  }

  .box-contact .col-1 {
    margin-bottom: 25px;
  }
  .box-contact .col-2 .logo {
    float: left;
    margin-right: 45px;
    margin-bottom: 21px;
    width: auto;
    height: 47px;
  }
  .box-contact .col-2 address {
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 1300px) {
  .col-1 {
    float: left;
    width: 50%;
    padding: 0 17px;
  }

  .col-2 {
    float: left;
    width: 50%;
    padding: 0 17px;
  }

  .availability {
    min-width: 64px;
    padding: 5px 0;
    font-size: 1.16667em;
  }

  .bookmark .ico {
    font-size: 29px;
  }
}
.form {
  /* Define some variables */
  /* &.form-alertes {
  	margin-top: 50px;
  } */
}
.form .container {
  position: relative;
  *zoom: 1;
}
.form .container:after {
  content: "";
  display: table;
  clear: both;
}
.form .row {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 978px;
  *zoom: 1;
}
.form .row:after {
  content: "";
  display: table;
  clear: both;
}
.form .row + .row {
  margin-top: 1.45455%;
}
.form [class*="col"] {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
}
.form [class*="col"]:first-child {
  margin-left: 0;
}
.form .col1 {
  width: 7%;
}
.form .col2 {
  width: 15.45455%;
}
.form .col3 {
  width: 23.90909%;
}
.form .col4 {
  width: 32.36364%;
}
.form .col5 {
  width: 40.81818%;
}
.form .col6 {
  width: 49.27273%;
}
.form .col7 {
  width: 57.72727%;
}
.form .col8 {
  width: 66.18182%;
}
.form .col9 {
  width: 74.63636%;
}
.form .col10 {
  width: 83.09091%;
}
.form .col11 {
  width: 91.54545%;
}
.form .col12 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form [class*="col"] {
    width: 100%;
    margin-left: 0;
  }
}
.form .cms-content {
  font-size: 1.08333em;
}
.form .inputs-blocks {
  overflow: hidden;
}
.form .inputs-blocks .h2 {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 3px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
  color: #fb787d;
}
.form .lbl {
  display: none;
}
.form .lbl-in-bool {
  display: inline;
}
.form .in-text {
  width: 100%;
  padding: 4px 8px;
  background-color: #dadada;
  font-size: 12px;
  height: 30px;
  color: #69646a;
  border: 1px solid #dadada;
}
.form .in-textarea {
  color: #69646a;
  width: 100%;
  padding: 4px 8px;
  /* border: 1px solid $main-color; */
  font-size: 12px;
  height: 200px;
}
.form .in-select {
  width: 100%;
  height: 30px;
  border: none;
  font-size: 12px;
  padding: 4px 5px;
}
.form .input-block {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form.form-grid .input-block + .input-block {
    margin-left: 1.45455%;
  }
}
.form .input-block-submit {
  padding-right: 36px;
  white-space: nowrap;
}
.form .input-block-submit .btn {
  height: 30px;
  width: 36px;
  min-width: 0;
  font-size: 13px;
  padding: 0;
  font-family: "MuseoSans500Regular";
  background-color: #fa565c;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form .input-block-submit .in-text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form .actions {
  text-align: center;
  padding-top: 5px;
}
@media only screen and (min-width: 530px) {
  .form .actions {
    text-align: right;
  }
}
.form .input-block-type .lbl {
  display: block;
}
.form .input-block-radio-value .lbl {
  display: block;
}
.form .error, .form .ui-selectmenu-button span.ui-selectmenu-text.error {
  border: 1px solid red;
  color: red;
}
.form label.error {
  border: 0 none;
}
.form i.error {
  position: absolute;
  top: -27px;
  left: 0px;
  background-color: #ffffff;
  padding: 5px 10px;
}
.form .lbl-in-checkbox {
  display: block;
}
.form .lbl-in-radio-value {
  cursor: pointer;
}
.form .lbl-in-radio-text {
  cursor: pointer;
}
.form.form-login .input-block + .input-block {
  margin-left: 0;
  margin-top: 1.45455%;
}
.form.form-contact-create-usr .input-block + .input-block {
  margin-left: 0;
  margin-top: 1.45455%;
}

#dlv-popin-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 6px 0;
}

#form-panier .detail-panier #dlv-popin-wrapper:hover,
#form-panier .detail-panier #store-popin-wrapper:hover,
#form-panier .detail-panier .delete,
#form-panier .detail-panier .ico-cancel-circle {
  text-decoration: none !important;
}

.popin, .ui-tooltip {
  border: 1px solid #fa565c;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  z-index: 2000;
}
.popin .arrow, .ui-tooltip .arrow {
  width: 60px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 5;
}
.popin .arrow:after, .ui-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fa565c;
  z-index: 5;
  background-color: #ffffff;
}
.popin .arrow.top, .ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.popin .arrow.top:after, .ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.popin .arrow.top.left, .ui-tooltip .arrow.top.left {
  left: -16px;
  top: 0;
  bottom: auto;
  width: 16px;
  height: 60px;
}
.popin .arrow.top.left:after, .ui-tooltip .arrow.top.left:after {
  bottom: auto;
  top: 20px;
  left: 10px;
}
.popin .arrow.bottom.left, .ui-tooltip .arrow.bottom.left {
  left: auto;
  right: 0;
}
.popin .arrow.bottom.center, .ui-tooltip .arrow.bottom.center {
  left: 50%;
  right: auto;
  margin-left: -30px;
}
.popin .label, .ui-tooltip .label {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
.popin .mode, .ui-tooltip .mode {
  margin-bottom: 4px;
  cursor: pointer;
}
.popin .address, .popin .title, .ui-tooltip .address, .ui-tooltip .title {
  line-height: 1.4em;
}

.ui-tooltip .arrow.top.left {
  left: auto;
  right: 0;
  top: -16px;
  bottom: auto;
  width: 60px;
  height: 16px;
}
.ui-tooltip .arrow.top.left:after {
  bottom: auto;
  top: 10px;
  left: 20px;
}
.ui-tooltip .arrow.bottom.left {
  left: auto;
  right: 0;
}

.popin.popin-gamme {
  border-color: #69646a;
}
.popin.popin-gamme .arrow:after {
  border-color: #69646a;
}
.popin.popin-gamme .infos {
  padding-right: 20px;
}

body .ui-tooltip {
  border-width: 1px;
}

.ui-tooltip {
  background-color: #fa565c;
  color: #ffffff;
  line-height: 1.4em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tooltip .arrow:after {
  background-color: #fa565c;
}

.h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}

.slider-range-w {
  position: relative;
}
.slider-range-w::before {
  position: absolute;
  content: '';
  border-top: 2px solid #69646a;
  height: 0;
  width: 100%;
  top: 4px;
}
.slider-range-w .slider-range-infos {
  padding-top: 10px;
  overflow: hidden;
}
.slider-range-w .slider-range-min-value-set, .slider-range-w .slider-range-max-value-set {
  float: left;
  width: 50%;
  font-size: 13px;
}
.slider-range-w .slider-range-max-value-set {
  text-align: right;
}
.slider-range-w .slider-range-text {
  clear: both;
  padding-top: 10px;
  text-align: center;
}

.ui-slider {
  border-left: 2px solid #69646a;
  border-right: 2px solid #69646a;
}
.ui-slider .ui-slider-handle {
  border: 2px solid #69646a;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5NjQ2YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #69646a));
  background-image: -moz-linear-gradient(top, #ffffff, #69646a);
  background-image: -webkit-linear-gradient(top, #ffffff, #69646a);
  background-image: linear-gradient(to bottom, #ffffff, #69646a);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.ui-slider .ui-slider-range {
  background-color: #69646a;
}

.h3 {
  color: #fa565c;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  margin-bottom: 10px;
}

table {
  border: 1px solid #dadada;
  margin-bottom: 25px;
  border-collapse: collapse;
}
table thead th {
  background-color: #dadada;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
}
table tbody td {
  padding: 8px 11px;
  border: 1px solid #dadada;
}
table caption {
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
  font-size: 1.08333em;
  margin-bottom: 6px;
}

.cms-content-block {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 62px 10px 18px;
}
.cms-content-block .cms-content {
  max-width: 1000px;
  margin: 0 auto;
}

.cms-content {
  font-size: 12px;
  line-height: 1.4em;
}
.cms-content p {
  margin-bottom: 16px;
}
.cms-content p.images {
  text-align: center;
}
.cms-content p.images img {
  width: 49%;
  min-width: 300px;
}
.cms-content ul, .cms-content ol {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}
.cms-content ul li, .cms-content ol li {
  margin-bottom: 0;
}
.cms-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.cms-content a {
  color: #fa565c;
  text-decoration: underline;
}
.cms-content h1, .cms-content .title-devis {
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
  padding-bottom: 42px;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 29px;
}
.cms-content h1:after, .cms-content h1::after, .cms-content h1 .after, .cms-content .title-devis:after, .cms-content .title-devis::after, .cms-content .title-devis .after {
  content: '';
  width: 272px;
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #eeeeee;
  margin-left: -136px;
  bottom: 0;
}
.cms-content .title-devis {
  margin: 40px 0px 0px;
  padding: 0px 0px 20px;
}
.cms-content h2 {
  clear: both;
  font-family: "pt_sansbold";
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.cms-content img {
  margin-bottom: 8px;
}
.cms-content .emphasis {
  color: #69646a;
  float: left;
  width: 25%;
  min-width: 210px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
  display: none;
}
.cms-content .emphasis .nb {
  font-size: 137px;
  line-height: 1em;
  display: block;
  padding: 32px 0 0;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
}
.cms-content .emphasis .text {
  font-size: 28px;
  line-height: 1.6em;
  display: block;
  padding: 0 0 26px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
}
.cms-content .emphasis::before, .cms-content .emphasis::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #69646a;
  top: 10px;
  left: 50%;
  margin-left: -35px;
}
.cms-content .emphasis::after {
  top: auto;
  bottom: 0;
}
.cms-content strong {
  font-family: "pt_sansbold";
}
.cms-content table {
  width: 100%;
}
.cms-content table tbody td {
  padding: 8px 11px;
  border: 1px solid #69646a;
}

@media only screen and (min-width: 768px) {
  .cms .title-n1 {
    margin-bottom: 33px;
  }

  .cms-content {
    font-size: 13px;
  }

  .cms-content .emphasis {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .cms-content {
    font-size: 13px;
  }
  .cms-content img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .cms-content img + img {
    margin-left: 1%;
  }
}
.box-messages {
  font-size: 13px;
  margin: 10px 0;
  padding: 8px;
}
.box-messages.errors {
  background-color: #ffdddd;
  border: 1px solid red;
  color: red;
}
.box-messages.success {
  border: 1px solid green;
  color: green;
}
.box-messages.infos {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
}
.box-messages ul {
  margin-bottom: 0;
}
.box-messages li {
  margin-bottom: 0;
}

.cgv-pages .cgvmenu li {
  margin: 0px 0px 0px 20px;
}
.cgv-pages .h3 {
  margin: 10px 0;
}
.cgv-pages .h3 a {
  color: #69646a;
}
.cgv-pages .conseil {
  margin-bottom: 30px;
}
.cgv-pages .conseil .h2 {
  margin: 10px 0;
  padding-top: 20px;
}
.cgv-pages .conseil a {
  color: #69646a;
}
.cgv-pages .cgv-toc-lnk {
  display: block;
  text-align: left;
  margin-bottom: 40px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.notice.mandatory-fields {
  margin: 10px 0;
}

dfn {
  font-style: italic;
  border-bottom: 1px dotted;
  cursor: help;
}

#site-newsletter .buttons {
  margin-bottom: 20px;
}
#site-newsletter .buttons .in-submit {
  margin: 0 5px;
}

#map-contact {
  width: 100%;
  height: 100%;
}

.list-catalogs {
  padding: 23px 0 0 20px;
  float: left;
  width: 100%;
}
.list-catalogs .item-catalog {
  display: inline-block;
  margin: 0px 20px 20px 0px;
  width: 100%;
}
.list-catalogs .item-catalog .media {
  float: left;
  width: 88px;
  margin-right: 17px;
  padding-right: 0;
}
.list-catalogs .item-catalog .label {
  font-size: 14px;
  display: block;
  line-height: 1.2em;
}
.list-catalogs .item-catalog .label strong {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  display: block;
}
.list-catalogs .item-catalog .title {
  color: #fa565c;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  font-size: 14px;
  display: block;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.list-catalogs .item-catalog .view-catalog {
  display: block;
  color: #69646a;
  text-transform: uppercase;
}
.list-catalogs .item-catalog .dl-catalog {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 7px 0;
  width: 90px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 12px;
}
.list-catalogs .item-catalog .others-catalog {
  display: block;
  color: #69646a;
  white-space: nowrap;
}
.list-catalogs .item-catalog .others-catalog:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .list-catalogs .item-catalog {
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .list-catalogs .item-catalog {
    width: 25%;
  }
}
@media only screen and (min-width: 1000px) {
  .layout-2cols .col-main {
    float: right;
    width: 78%;
    padding-left: 35px;
    border-left: 1px solid #dadada;
  }
  .layout-2cols .col-second {
    float: left;
    width: 22%;
    padding-right: 35px;
    clear: left;
  }
}
.col-main .cat-desc {
  margin-bottom: 30px;
}
.col-main .cat-desc .cat-desc-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .col-main .cat-desc .cat-desc-image {
    float: left;
    margin: 0 20px 0 0;
    display: block;
  }
}
.col-main .cat-desc .cat-desc-desc {
  font-size: 16px;
}

.file-extension {
  color: #ffffff;
  background-color: #fa565c;
  text-transform: uppercase;
  padding: 1px 8px;
  text-align: center;
  margin-right: 8px;
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.inscript, .uninscript {
  max-width: 500px;
  margin: 0 auto;
}

.search-cats .menu-title {
  background-color: #dadada;
  font-weight: bold;
  color: black;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.search-cats .title {
  background-color: #fa565c;
  display: block;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
}
.search-cats .title.last {
  margin-top: 15px;
}
.search-cats .family {
  margin-bottom: 2px;
  padding: 3px;
  display: block;
  font-size: 1.1em;
  color: #999999;
}
.search-cats .family.active {
  font-weight: bold;
  color: #fb787d;
}
.search-cats .family:hover {
  text-decoration: underline;
}
.search-cats .sfamily {
  position: relative;
  padding: 3px;
  font-size: 1.1em;
  display: block;
}
.search-cats .sfamily [type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 1;
}
.search-cats .sfamily_label {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.search-cats input[checked="checked"] + .sfamily_label {
  color: #fa565c;
}

.filters-cats-list-third {
  margin: 0.5em 0;
  padding-left: 1.5em;
}

.back-load-search.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
}

.slick-prev, .slick-next {
  width: auto;
  height: auto;
}
.slick-prev:before, .slick-next:before {
  display: none;
}

.is-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .is-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.two-cols {
  flex: 1 1 auto;
}
@media only screen and (min-width: 1024px) {
  .two-cols:first-child {
    margin-right: 15px;
  }
}
.two-cols img {
  width: 100%;
  object-fit: cover;
}

.home .title-n1 {
  background-color: transparent;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.home .title-n1, .home .title-n1 a {
  color: #69646a !important;
}

.prd_highlighted {
||||||| .merge-left.r827
.prd_highlighted {
=======
.prd.prd_highlighted {
  padding: 5px;
  border: none;
}
.prd.prd_highlighted .title {
  font-weight: bold;
  color: #69646a;
}
.prd.prd_highlighted .title span {
  display: inline-block !important;
}
.prd.prd_highlighted .link {
  text-decoration: underline;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

#bandeau-w .caption, .col2, #user-links .logout-btn, .block.whoare, .block.whoare .desc, #spaces, #panels-wrapper, #langs, .postit {
  display: none;
}

#container {
  min-width: 320px;
  max-width: 1920px;
  padding-top: 36px;
  margin: 0 auto;
}

#header {
  padding-bottom: 12px;
}

.title-n1 {
  /*text-transform: uppercase;*/
  text-align: center;
  font-size: 18px;
  position: relative;
  padding-bottom: 9px;
  padding-top: 7px;
  text-align: center;
  background-color: #fb787d;
  color: #ffffff;
  margin-bottom: 16px;
}
.title-n1 .ttn {
  text-transform: none;
}

.title-n1-alt {
  background-color: #00d6d3;
}

@media only screen and (min-width: 768px) {
  .title-n1 {
    font-size: 1.5em;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1300px) {
  .title-n1 {
    margin-bottom: 23px;
    font-size: 2.34417em;
    padding-bottom: 13px;
    padding-top: 14px;
  }
}
.col-main .title-n1 {
  font-size: 1.5em;
  padding-bottom: 9px;
  padding-top: 7px;
  margin-bottom: 36px;
}

#bandeau-w {
  margin-bottom: 6px;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  /*background-color: $light-color;*/
  height: 50px;
  /*@include box-shadow(5px 0 5px 5px #dddddd);*/
  background-color: white;
}
@media only screen and (min-width: 768px) {
  #bandeau-w {
    background-color: transparent;
  }
}

#bandeau {
  width: 100%;
  text-align: right;
  padding: 0 8px;
}
#bandeau br {
  display: none;
}

.scrolltopbandeau #under-bandeau:before, .scrolltopbandeau #under-bandeau::before, .scrolltopbandeau #under-bandeau .before {
  display: none;
}

#who-links li {
  float: left;
}
#who-links li + li {
  border-left: 1px solid #69646a;
}
#who-links li.pro a {
  color: #00d6d3;
}
#who-links a {
  color: #69646a;
  padding: 0 5px;
}
#who-links a:hover {
  text-decoration: underline;
}
#who-links .lang {
  display: none;
}
#who-links .lang a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0;
}
#who-links .lang + .lang {
  border-left: 0 none;
  padding-left: 20px;
  padding-right: 50px;
}
#who-links li:nth-child(3) {
  display: none;
}
#who-links li:nth-child(4) {
  border: none;
}

#user-links {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#user-links li {
  white-space: normal;
  margin: 0 6px 0 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#user-links .ico {
  color: #ffffff;
  background-color: #fa565c;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#user-links .ico:after, #user-links .ico::after, #user-links .ico .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#user-links .ico:before, #user-links .ico::before, #user-links .ico .before {
  vertical-align: middle;
}
#user-links a {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#user-links .overflow, #user-links .overload {
  display: none;
}

#logo-part {
  text-align: center;
  padding: 24px 0 6px;
  margin: 0 auto;
  width: 156px;
}
#logo-part img {
  width: auto;
}
#logo-part a {
  display: block;
}

.caption {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  color: #69646a;
  margin-top: 8px;
  color: #fa565c;
  font-size: 15px;
  font-family: 'pt_sansitalic';
  letter-spacing: 0.01em;
}
.caption .what {
  color: #00d6d3;
  font-family: 'pt_sansbold_italic';
  color: #00d6d3;
}

@media only screen and (min-width: 768px) {
  #container {
    padding-top: 0;
  }

  #bandeau-w {
    height: 24px;
    position: relative;
    top: auto;
    left: auto;
    float: right;
    width: auto;
    padding-top: 8px;
    max-width: 834px;
    margin-right: 16px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #bandeau {
    float: none;
    width: auto;
    padding: 0;
    white-space: nowrap;
  }
  #bandeau br {
    display: inline;
  }

  #who-links {
    padding: 0;
    margin-left: 0;
    float: none;
    font-size: 10px;
    font-family: 'MuseoSans500Regular';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  #logo-part {
    width: 118px;
    margin: 0 0 0 6px;
    padding: 14px 0 5px;
  }

  #user-links {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links li {
    margin: 0 12px 0 4px;
  }
  #user-links #tactile {
    margin: 0 19px 0 30px;
  }
  #user-links .ico {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  #user-links a {
    margin-top: 0;
  }

  .caption {
    font-size: 20px;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  #bandeau-w .caption {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 320px;
    white-space: normal;
  }

  #under-bandeau .caption {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #bandeau-w .caption {
    width: 560px;
  }

  #user-links #tactile {
    display: none;
  }

  .postit {
    background-color: #dadada;
    position: absolute;
    display: block;
    right: 0;
    top: 57px;
    z-index: 50;
    text-align: center;
    width: 9.89474%;
    padding: 12px;
  }
  .postit .ico {
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    color: #fa565c;
    font-size: 27px;
    display: block;
    margin: 0 auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .postit .ico:before, .postit .ico::before, .postit .ico .before {
    line-height: 46px;
  }
  .postit .label {
    display: block;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 15px;
  }
  .postit .label strong {
    font-family: 'pt_sansbold';
    display: block;
  }
  .postit .iconw {
    margin-bottom: -16px;
    display: block;
    *zoom: 0.4;
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  .postit .icon {
    display: block;
    margin: 1px auto 0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
}
@media only screen and (min-width: 1300px) {
  #header {
    padding-bottom: 19px;
    z-index: 51;
  }

  #bandeau-w {
    max-width: 1150px;
    padding-top: 22px;
    padding-right: 9.89474%;
    padding-left: 0;
    padding-bottom: 0;
    height: auto;
    margin-bottom: 6px;
    margin-right: 0;
  }
  #bandeau-w .caption {
    width: 320px;
  }

  #under-bandeau {
    padding-bottom: 19px;
    z-index: 51;
  }

  #who-links {
    font-size: 14px;
    vertical-align: top;
    padding-top: 3px;
    margin-right: 0%;
  }
  #who-links a {
    padding: 0 12px;
  }

  #user-links li > a {
    display: block;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .zone {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    position: relative;
    z-index: 201;
  }
  #user-links .logout-btn {
    display: block;
    color: #999999;
    text-transform: none;
    text-align: left;
    margin-left: 60px;
    font-family: 'MuseoSans500Regular';
    font-size: 13px;
    margin-top: -6px;
  }
  #user-links .logout-btn:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  #user-links .ico {
    width: 44px;
    height: 44px;
    font-size: 26px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .overflow {
    text-align: left;
    text-transform: none;
    color: #fa565c;
    line-height: 1.3em;
    font-family: 'MuseoSans500Regular';
    font-size: 13px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .ico-wrapper {
    width: 39px;
    height: 39px;
    border: 1px solid #999999;
    float: left;
    margin-top: -5px;
    margin-right: 8px;
    margin-bottom: 20px;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    white-space: nowrap;
  }
  #user-links .ico-wrapper:after, #user-links .ico-wrapper::after, #user-links .ico-wrapper .after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .overload {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-top: 82px;
    display: none;
    opacity: 0;
    text-align: left;
    z-index: 200;
    border: 1px solid #999999;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-box-shadow: 0 0 5px 0px #69646a;
    -webkit-box-shadow: 0 0 5px 0px #69646a;
    box-shadow: 0 0 5px 0px #69646a;
  }
  #user-links .overload .alt-title {
    font-family: "MuseoSans500Regular";
    text-transform: uppercase;
    color: #fa565c;
    padding: 11px 8px;
    border-top: 1px solid #69646a;
    border-bottom: 1px solid #69646a;
  }
  #user-links .overload .actions-alt {
    margin-top: 9px;
    text-align: right;
  }
  #user-links .overload .actions-alt a {
    font-size: 13px;
    color: #999999;
  }
  #user-links .overload .actions-alt a:hover {
    text-decoration: underline;
  }
  #user-links .overload .actions {
    margin-top: 17px;
    text-align: center;
  }
  #user-links .overload .actions .btn {
    padding: 7px 5px;
    font-size: 12px;
  }
  #user-links .overload-w {
    background-color: #ffffff;
    padding: 0 15px 19px;
  }
  #user-links .overload-w-alt {
    padding: 12px 19px 14px;
    background-color: #fa565c;
    color: #ffffff;
  }
  #user-links .overload-w-alt .total-order .label {
    width: 70%;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .overload-w-alt .total-order .value {
    font-size: 14px;
    width: 30%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #user-links .overload-w-alt .text-franco {
    margin-top: 8px;
  }
  #user-links .overload-w-alt .actions-alt a {
    color: #ffffff;
  }
  #user-links li:hover .overload {
    display: block;
    opacity: 1;
  }

  .mini-cart {
    margin-top: 9px;
  }

  .mini-cart-item {
    overflow: hidden;
    margin-top: 10px;
  }
  .mini-cart-item .media {
    float: left;
    width: 78px;
    height: 78px;
    border: 1px solid #eeeeee;
  }
  .mini-cart-item .infos {
    margin-left: 89px;
    padding-top: 5px;
    font-family: "MuseoSans500Regular";
  }
  .mini-cart-item .infos .title {
    color: #000000;
    font-size: 13px;
  }
  .mini-cart-item .infos .title:hover {
    text-decoration: underline;
  }
  .mini-cart-item .infos .ref {
    margin-top: 9px;
    color: #767676;
    font-size: 11px;
  }
  .mini-cart-item .infos .qte, .mini-cart-item .infos .total {
    margin-top: 5px;
  }
  .mini-cart-item .infos .qte .label, .mini-cart-item .infos .total .label {
    color: #767676;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .mini-cart-item .infos .qte .value, .mini-cart-item .infos .total .value {
    font-size: 11px;
    width: 50%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .mini-cart-item .infos .qte .value {
    color: #fa565c;
  }
  .mini-cart-item .infos .total .value {
    color: #000000;
    font-family: "pt_sansbold";
    font-size: 13px;
  }

  #cart {
    width: 190px;
    position: relative;
    text-align: left;
    padding-left: 15px;
  }
  #cart .overload {
    width: 140%;
  }

  #account {
    width: 243px;
    margin-right: 2px;
    position: relative;
    text-align: left;
    padding-left: 15px;
  }
  #account .overload .input-block-password {
    margin-left: 0;
  }
  #account .overload .actions {
    margin-top: 10px;
  }
  #account .overload .actions-alt {
    margin-top: 18px;
  }
  #account .overload .alt-title {
    margin-top: 15px;
    padding: 6px 8px;
  }
  #account .overload .alt-title + .actions-alt {
    margin-top: 7px;
  }

  #logo-part {
    padding-bottom: 14px;
    vertical-align: bottom;
    width: 13.1%;
    margin: 6px 0 0 -0.5%;
    text-align: left;
    position: static;
    float: left;
    z-index: 51;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  .login {
    float: none;
  }

  .login #header {
    padding-top: 44px;
    padding-bottom: 21px;
  }
  .login #header #logo {
    padding-bottom: 21px;
    width: 239px;
  }

  #header {
    padding-bottom: 0px;
  }

  .caption {
    margin-top: 33px;
    margin-right: 50px;
    font-size: 20px;
  }
}
.form-search .icon {
  float: right;
  margin: 7px 20px 0 0;
}

.form-search {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 100%;
  margin-right: 9px;
}
.form-search .input-search {
  position: relative;
  margin-top: 10px;
}
.form-search input {
  width: 30px;
  border: 0 none;
  background-color: #fa565c;
  height: 30px;
  position: relative;
  z-index: 5;
  opacity: 0;
  padding: 0 15px 0 4px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition-property: width, opacity;
  -o-transition-property: width, opacity;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.form-search input:focus {
  width: 150px;
  z-index: 1;
  color: #ffffff;
  opacity: 1;
}
.form-search input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.form-search input:focus:-moz-placeholder {
  color: #ffffff;
}
.form-search input:focus::-moz-placeholder {
  color: #ffffff;
}
.form-search input:focus:-ms-input-placeholder {
  color: #ffffff;
}
.form-search button {
  color: #ffffff;
  background-color: #fa565c;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0;
  z-index: 4;
}
.form-search button:after, .form-search button::after, .form-search button .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-search button:before, .form-search button::before, .form-search button .before {
  vertical-align: middle;
}
.form-search button:active {
  z-index: 6;
}

@media only screen and (min-width: 768px) {
  .form-search {
    margin-top: 20px;
  }
  .form-search .input-search {
    position: relative;
    margin-top: 0;
  }
  .form-search input {
    opacity: 1;
    background-color: #dadada;
    padding: 0 15px 0 4px;
    color: #69646a;
    border: 1px solid #dadada;
    height: 30px;
    width: 231px;
    z-index: 1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .form-search input::-webkit-input-placeholder {
    color: #69646a;
  }
  .form-search input:-moz-placeholder {
    color: #69646a;
  }
  .form-search input::-moz-placeholder {
    color: #69646a;
  }
  .form-search input:-ms-input-placeholder {
    color: #69646a;
  }
  .form-search input:focus {
    width: 231px;
    z-index: 1;
    color: #69646a;
  }
  .form-search input:focus::-webkit-input-placeholder {
    color: #69646a;
  }
  .form-search input:focus:-moz-placeholder {
    color: #69646a;
  }
  .form-search input:focus::-moz-placeholder {
    color: #69646a;
  }
  .form-search input:focus:-ms-input-placeholder {
    color: #69646a;
  }
  .form-search .ico-search {
    background-color: transparent;
    font-size: 13px;
    width: 21px;
    height: 30px;
    top: 0;
    right: 8px;
    color: #69646a;
  }
}
@media only screen and (min-width: 1300px) {
  .form-search {
    margin-top: 34px;
    margin-right: 0;
  }
  .form-search input {
    height: 30px;
    width: 425px;
  }
  .form-search input:focus {
    width: 425px;
  }
  .form-search .ico-search {
    font-size: 16px;
    height: 30px;
  }
}
#admin-menu {
  /*width: 83%;
  margin: 15px auto;
  select {
  	width: 220px;
  	height: 30px;
  }*/
  text-align: center;
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
}
#admin-menu form {
  position: relative;
}
#admin-menu label {
  display: block;
  color: #999999;
  text-align: left;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
  margin-bottom: 8px;
  width: 83%;
  text-align: center;
}
#admin-menu input[type=text] {
  width: 210px;
  height: 30px;
  color: #69646a;
  -webkit-appearance: none;
}
#admin-menu .btn.reset {
  position: absolute;
  right: 0;
  height: 30px;
  padding: 0 8px;
  min-width: 0;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 10px;
  -webkit-appearance: none;
}
@media only screen and (min-width: 1000px) {
  #admin-menu {
    position: relative;
    top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #admin-menu label {
    width: auto;
    margin-bottom: 0px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media only screen and (min-width: 1300px) {
  #admin-menu {
    position: relative;
  }
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.back-home, .colx2, #menu-speed-dials {
  display: none;
}

.switch_menu {
  display: block;
  padding: 2px 0px;
  text-transform: uppercase;
  position: absolute;
  z-index: 5;
  margin-left: 0px;
  top: 0;
  left: 15px;
  margin-top: 0;
}
.switch_menu .ico {
  color: #ffffff;
  background-color: #fa565c;
  width: 30px;
  height: 30px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.switch_menu .ico:before, .switch_menu .ico::before, .switch_menu .ico .before {
  line-height: 30px;
}
.switch_menu .label {
  font-size: 13px;
  vertical-align: middle;
  color: #69646a;
  font-family: 'MuseoSans500Regular';
}

.sidetoright #close-sidebar {
  position: absolute;
  right: 14px;
  top: -34px;
  color: #999999;
  background-color: transparent;
  border: 0 none;
  font-size: 22px;
  display: block;
}

#menu-w {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -270px;
  width: 266px;
  height: 100%;
  overflow: auto;
  padding-top: 63px;
  font-family: 'MuseoSans500Regular';
  z-index: 9999;
  -moz-box-shadow: 0 5px 5px 5px #dddddd;
  -webkit-box-shadow: 0 5px 5px 5px #dddddd;
  box-shadow: 0 5px 5px 5px #dddddd;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#menu-w .switch_menu {
  position: absolute;
  right: 20px;
  top: 7px;
  left: auto;
}
#menu-w .head {
  padding: 12px 34px;
  text-transform: uppercase;
  color: #00d6d3;
  font-size: 13.5px;
}

@media only print {
  #menu-w {
    display: none;
  }

  #at3lb {
    display: none !important;
  }
}
.main-menu {
  padding: 0 15px;
  clear: both;
}

.main-menu > li {
  border-bottom: 1px solid #69646a;
  position: relative;
}
.main-menu > li.opened > .btn-lvl1, .main-menu > li.hovered > .btn-lvl1, .main-menu > li.hovered-tab > .btn-lvl1 {
  position: relative;
  background-color: #fa565c;
  color: #ffffff;
}
.main-menu > li.opened > .btn-lvl1 .ico, .main-menu > li.hovered > .btn-lvl1 .ico, .main-menu > li.hovered-tab > .btn-lvl1 .ico {
  color: #ffffff;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.main-menu > li.special > .btn-lvl1 {
  background-color: #00d6d3;
  color: #ffffff;
}
.main-menu > li.special.hovered > a, .main-menu > li.special.hovered-tab > a, .main-menu > li.special.opened > a {
  color: #ffffff;
}

.main-menu li.hovered > .submenu, .main-menu li.hovered-tab > .submenu {
  height: auto;
  opacity: 1;
  overflow: auto;
  max-height: 200px;
}

.submenu {
  text-align: left;
  padding: 0 17px;
  -moz-transition-property: height, opacity;
  -o-transition-property: height, opacity;
  -webkit-transition-property: height, opacity;
  transition-property: height, opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.submenu li {
  position: relative;
}
.submenu li a, .submenu li > span {
  color: #fa565c;
  display: block;
  padding: 6px 6px;
  font-size: 13.5px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.submenu li a:focus .ico, .submenu li > span:focus .ico {
  display: block;
}
.submenu li a .ico, .submenu li > span .ico {
  color: #ffffff;
  float: right;
  display: none;
}
.submenu li a:hover, .submenu li > span:hover {
  text-decoration: underline;
}
.submenu li a.active, .submenu li > span.active {
  font-weight: bold;
  text-decoration: underline;
}
.col-second .submenu li a.active, .col-second .submenu li > span.active {
  color: #fa565c;
}
.col-second .submenu li a, .col-second .submenu li > span {
  color: #69646a;
}
.submenu li > span:hover {
  text-decoration: none;
}
.submenu li.opened a .ico {
  display: block;
}
.submenu li:first-child {
  margin-top: 9px;
}
.submenu li:last-child {
  margin-bottom: 14px;
}
.submenu.alt-submenu {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.submenu .btn {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .submenu .btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}

.main-menu > li:first-child {
  border-top: 1px solid #69646a;
}
.main-menu.second > li:first-child {
  border-top: none;
}

.main-menu .btn-lvl1 {
  color: #69646a;
  display: block;
  padding: 0 36px 0 18px;
  position: relative;
  height: 41px;
  white-space: nowrap;
  white-space: nowrap;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.main-menu .btn-lvl1:before, .main-menu .btn-lvl1::before, .main-menu .btn-lvl1 .before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.main-menu .btn-lvl1 .text {
  white-space: normal;
  line-height: 1.2em;
  font-size: 13.5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.main-menu .btn-lvl1 .ico {
  font-size: 23px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -12px;
  color: #dadada;
  vertical-align: top;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.categ .main-menu.main-menu-category .btn-lvl1 {
  display: none;
}
.categ .main-menu.main-menu-category li .alt-submenu {
  padding-top: 10px;
  max-height: none;
}

#menu-alt {
  padding: 15px 15px;
}

#header, #body, #footer {
  left: 0;
  position: relative;
  z-index: 0;
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#header {
  z-index: 999;
}

/*.sidetoright #header, .sidetoright #body, .sidetoright #footer {
	left: 290px;
}*/
.sidetoright #menu-w {
  left: 0;
}

.sidetoright#container {
  position: absolute;
  overflow: auto;
  height: 100%;
  width: 100%;
  z-index: 99;
}

#menu-ww {
  position: relative;
}
#menu-ww.rupture-alt {
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #menu-ww.rupture-alt {
    padding: 0 9.89474%;
  }
}

@media only screen and (min-width: 768px) {
  #user-links .switch_menu {
    float: left;
    position: static;
  }
}
@media only screen and (min-width: 1000px) {
  #menu-ww {
    height: 61px;
    border-bottom: 5px solid #dadada;
  }

  #menu-w {
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
    padding-top: 0;
    margin-top: 0;
    left: auto;
    z-index: 50;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #menu-w .rupture {
    position: static;
  }
  #menu-w .head {
    display: none;
  }
  #menu-w .main-menu {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  #menu-w .main-menu .col {
    width: 10.52632%;
    min-width: 182px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    border-left: 1px solid #69646a;
    margin: 30px 0;
    padding: 0 0.2% 0 1.05263%;
  }
  #menu-w .main-menu .col:first-child {
    border-left: 0 none;
    /*margin-left: 274px;*/
  }
  #menu-w .main-menu .colx2 {
    width: 18.21053%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 30px 0 30px 34px;
  }
  #menu-w .main-menu > li {
    border-left: 1px solid #dadada;
    flex: 1;
    display: block;
    position: static;
    border-bottom: 0 none;
  }
  #menu-w .main-menu > li .btn-lvl1 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    height: 61px;
    position: relative;
    border-bottom: 5px solid #dadada;
  }
  #menu-w .main-menu > li .btn-lvl1 .text {
    padding: 0 6px;
    font-size: 12px;
  }
  #menu-w .main-menu > li .btn-lvl1 .ico {
    position: absolute;
    color: #e3070f;
    display: none;
    bottom: -17px;
    top: auto;
    right: 50%;
    margin-right: -12px;
    z-index: 61;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #menu-w .main-menu > li .btn-lvl1 .ico.ico-tag-percent {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    bottom: 0px;
    position: static;
    margin: 0px;
    padding: 5px 10px 5px 9px;
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 32px;
  }
  #menu-w .main-menu > li:first-child {
    border-left: 0 none;
  }
  #menu-w .main-menu > li.pmt .ico {
    color: #ffffff;
  }
  #menu-w .main-menu > li.pmt:hover .ico-tag-percent {
    bottom: 0px;
    position: static;
    margin: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  #menu-w .main-menu > li.back-home {
    display: table-cell;
    max-width: 100px;
  }
  #menu-w .main-menu > li.back-home .ico-home {
    color: #fa565c;
    font-size: 28px;
  }
  #menu-w .main-menu > li.back-home:hover .ico-home, #menu-w .main-menu > li.back-home.active .ico-home {
    color: #ffffff;
  }
  #menu-w .main-menu > li:hover .btn-lvl1, #menu-w .main-menu > li.hovered .btn-lvl1, #menu-w .main-menu > li.hovered-tab .btn-lvl1 {
    border-bottom: 5px solid #e3070f;
  }
  #menu-w .main-menu > li:hover .btn-lvl1 .ico, #menu-w .main-menu > li.hovered .btn-lvl1 .ico, #menu-w .main-menu > li.hovered-tab .btn-lvl1 .ico {
    color: #e3070f;
    display: block;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #menu-w .main-menu > li:hover .btn-lvl1 .ico.ico-tag-percent, #menu-w .main-menu > li.hovered .btn-lvl1 .ico.ico-tag-percent, #menu-w .main-menu > li.hovered-tab .btn-lvl1 .ico.ico-tag-percent {
    color: white;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-w .main-menu > li:hover .btn-lvl1 .text, #menu-w .main-menu > li.hovered .btn-lvl1 .text, #menu-w .main-menu > li.hovered-tab .btn-lvl1 .text {
    position: relative;
    z-index: 51;
  }
  #menu-w .main-menu > li.special:hover > .btn-lvl1, #menu-w .main-menu > li.special.hovered > .btn-lvl1, #menu-w .main-menu > li.special.hovered-tab > .btn-lvl1 {
    background-color: #00d6d3;
    border-bottom: 5px solid #00706e;
    /*.ico {
    	display: none;
    }*/
  }
  #menu-w .main-menu > li.special:hover > .btn-lvl1 > .text, #menu-w .main-menu > li.special.hovered > .btn-lvl1 > .text, #menu-w .main-menu > li.special.hovered-tab > .btn-lvl1 > .text {
    position: relative;
    z-index: 51;
  }
  #menu-w .main-menu > li.special:hover > .btn-lvl1 > .text:after, #menu-w .main-menu > li.special.hovered > .btn-lvl1 > .text:after, #menu-w .main-menu > li.special.hovered-tab > .btn-lvl1 > .text:after {
    background-color: #00706e;
  }
  #menu-w .main-menu > li.special .submenu-lvl2 > li > a {
    color: #00d6d3;
  }
  #menu-w .main-menu > li:hover > .submenu {
    padding: 0;
  }
  #menu-w .main-menu.second {
    display: none;
  }
  #menu-w .main-menu > li:hover > a {
    color: #ffffff;
    background-color: #fa565c;
    position: relative;
  }
  #menu-w .main-menu > li:hover > a .ico {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #menu-w .main-menu > li.special:hover > a {
    color: #ffffff;
  }
  #menu-w .main-menu > li .submenu li {
    position: relative;
  }
  #menu-w .main-menu > li .submenu li a:hover .ico {
    display: block;
  }
  #menu-w .main-menu > li .submenu.alt-submenu > li {
    float: left;
  }
  #menu-w .main-menu > li .submenu.alt-submenu > li > a:hover {
    background-color: transparent;
  }
  #menu-w .main-menu > li .submenu-lvl2 > li > a, #menu-w .main-menu > li .submenu-lvl2 > li > span {
    font-family: 'pt_sansbold';
    font-size: 13px;
  }
  #menu-w .main-menu > li .submenu-lvl2.submenu > li > a, #menu-w .main-menu > li .submenu-lvl2.submenu > li > span {
    color: #69646a;
  }
  #menu-w .main-menu > li .submenu-lvl3 {
    padding-top: 0;
    padding-left: 17px;
    display: block;
    position: static;
    opacity: 1;
    height: auto;
  }
  #menu-w .main-menu > li .submenu-lvl3 > li > a {
    color: #69646a;
    padding: 7px 6px;
    font-size: 13px;
  }
  #menu-w .main-menu > li .submenu-lvl3 > li > a.more-children {
    font-size: 11px;
  }
  #menu-w .main-menu > li:first-child {
    border-top: 0 none;
  }
  #menu-w .main-menu > li > a, #menu-w .main-menu > li > span {
    font-size: 14px;
    display: block;
  }
  #menu-w .submenu {
    padding: 0 7px;
    position: absolute;
    min-width: 164px;
    z-index: 50;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    font-family: 'pt_sansregular';
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #menu-w .submenu.alt-submenu {
    top: auto;
    padding: 0;
    margin: 0 auto;
    background-color: #dadada;
    text-align: center;
    top: 61px;
    z-index: 60;
  }
  #menu-w .submenu.alt-submenu > li > a {
    font-size: 1em;
    font-size: 1.16667em;
    padding: 20px 6px;
  }
  #menu-w .submenu li:first-child {
    margin-top: -6px;
  }
  #menu-w .submenu li:last-child {
    margin-bottom: 0;
  }
  #menu-w #menu-alt {
    display: none;
  }
  #menu-w .switch_menu {
    display: none;
  }

  #menu-speed-dials {
    display: block;
    background-color: #dadada;
    height: 71px;
  }
  #menu-speed-dials .block-speed-add-ref {
    padding: 0 0 0 22px;
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .block-speed-add-ref:after, #menu-speed-dials .block-speed-add-ref::after, #menu-speed-dials .block-speed-add-ref .after {
    content: '';
    width: 1px;
    height: 48px;
    background-color: #dadada;
    position: absolute;
    top: 12px;
    right: -1px;
  }
  #menu-speed-dials .block-speed-add-ref:before, #menu-speed-dials .block-speed-add-ref::before, #menu-speed-dials .block-speed-add-ref .before {
    content: '';
    width: 1px;
    height: 48px;
    background-color: #dadada;
    position: absolute;
    top: 12px;
    left: -1px;
  }
  #menu-speed-dials .form-speed-add-ref {
    padding-top: 0;
    height: 100%;
    white-space: nowrap;
  }
  #menu-speed-dials .form-speed-add-ref:after, #menu-speed-dials .form-speed-add-ref::after, #menu-speed-dials .form-speed-add-ref .after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .form-speed-add-ref .label {
    color: #69646a;
    text-transform: uppercase;
    font-size: 13.5px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial {
    color: #69646a;
    padding: 0 29px 0 22px;
    height: 71px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
  }
  #menu-speed-dials .speed-dial:before, #menu-speed-dials .speed-dial::before, #menu-speed-dials .speed-dial .before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial:after, #menu-speed-dials .speed-dial::after, #menu-speed-dials .speed-dial .after {
    content: '';
    width: 1px;
    height: 48px;
    background-color: #dadada;
    position: absolute;
    top: 12px;
    right: -1px;
  }
  #menu-speed-dials .speed-dial:hover {
    background-color: #fa565c;
  }
  #menu-speed-dials .speed-dial:hover .label {
    color: #ffffff;
  }
  #menu-speed-dials .speed-dial .picto {
    color: #fa565c;
    margin-right: 8px;
    position: relative;
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    white-space: nowrap;
  }
  #menu-speed-dials .speed-dial .picto:after, #menu-speed-dials .speed-dial .picto::after, #menu-speed-dials .speed-dial .picto .after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial .picto .ico {
    font-size: 29px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial .label-wrapper {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial .label {
    text-transform: uppercase;
    font-size: 13.5px;
    position: relative;
    line-height: 1.3em;
    color: #69646a;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #menu-speed-dials .speed-dial .icon {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -20.375px;
    *zoom: 0.75;
    -moz-transform: scale(0.75, 0.75);
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
  }

  #menu-speed-dials-w {
    max-width: 1330px;
    height: 71px;
    text-align: center;
  }
}
@media only screen and (min-width: 1460px) {
  #menu-w .main-menu > li .btn-lvl1 .text {
    padding: 0 12px;
    font-size: 12.5px;
  }

  #menu-speed-dials .form-speed-add-ref .label {
    font-size: 15px;
  }
  #menu-speed-dials .speed-dial .label {
    font-size: 15px;
  }
  #menu-speed-dials br {
    display: none;
  }

  #menu-speed-dials-w {
    float: right;
  }
}
.col-second .main-menu {
  padding: 0;
  margin: 5px 0 0 5px;
  border-top: 1px solid #69646a;
}
.col-second .main-menu .btn-lvl1 {
  padding: 10px 20px 10px 18px;
  height: auto;
}
.col-second .main-menu .special {
  display: none;
}
.col-second .main-menu .submenu {
  padding: 0 0 0 10px;
}
.col-second .main-menu .submenu li:first-child {
  margin-top: 0;
}
.col-second .main-menu .submenu-lvl4 a, .col-second .main-menu .submenu-lvl5 a {
  color: #69646a;
}

.main-menu .submenu {
  display: none;
}
.main-menu .alt-submenu, .main-menu .submenu-lvl2, .main-menu .submenu-lvl3 {
  display: block;
}
.col-second .main-menu .submenu-lvl2 .submenu-lvl3 {
  display: none;
}
.col-second .main-menu .submenu-lvl2 .submenu-lvl3 .submenu-lvl4 {
  display: none;
}
.col-second .main-menu .submenu-lvl2 .submenu-lvl3 .active .submenu-lvl4 {
  display: block;
}
.col-second .main-menu .submenu-lvl2 .active .submenu-lvl3 {
  display: block;
}

@media only screen and (min-width: 1000px) {
  #menu-w .hassubmenu:hover > .submenu, #menu-w .hassubmenu.hovered > .submenu, #menu-w .hassubmenu.hovered-tab > .submenu {
    display: none;
    height: auto;
  }
  #menu-w .hassubmenu:hover > .submenu.alt-submenu, #menu-w .hassubmenu.hovered > .submenu.alt-submenu, #menu-w .hassubmenu.hovered-tab > .submenu.alt-submenu {
    overflow: visible;
  }

  .csstransitions #menu-w .hassubmenu:hover > .submenu, .csstransitions #menu-w .hassubmenu.hovered > .submenu, .csstransitions #menu-w .hassubmenu.hovered-tab > .submenu {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.categ .col-second {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .categ .col-second {
    display: block;
  }
}
.categ .main-menu > li .alt-submenu {
  max-height: 510px;
  overflow-y: auto;
}
.categ .main-menu .submenu-lvl4, .categ .main-menu .submenu-lvl5 {
  display: block;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.search-block {
  margin-top: 54px;
  background-color: #dadada;
  padding: 19px 22px 14px 31px;
}
.search-block .label {
  font-size: 15px;
  text-transform: uppercase;
}
.search-block .in-text {
  background-color: #ffffff;
  color: #69646a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.search-block .in-text::-webkit-input-placeholder {
  color: #dadada;
}
.search-block .in-text:-moz-placeholder {
  color: #dadada;
}
.search-block .in-text::-moz-placeholder {
  color: #dadada;
}
.search-block .in-text:-ms-input-placeholder {
  color: #dadada;
}
.search-block .input-block {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.search-block .ico-search {
  position: absolute;
  right: 5px;
  color: #69646a;
  font-size: 16px;
  height: 30px;
  top: 0px;
}

.search-engines {
  border-bottom: 1px solid #dadada;
  margin-bottom: 14px;
}
.search-engines .search-engine {
  color: #ffffff;
  background-color: #dadada;
  font-size: 15px;
  text-transform: uppercase;
  width: 50%;
  max-width: 332px;
  font-family: 'pt_sansbold';
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.search-engines .search-engine.selected {
  background-color: #fa565c;
}
.search-engines a:hover {
  background-color: #fb787d;
}

.produits-slider {
  margin-left: 32px;
  margin-right: 32px;
}

@media only screen and (min-width: 530px) {
  .search-engines .search-engine br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .search-block br {
    display: inline;
  }
  .search-block .label {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .search-block .in-text {
    max-width: 425px;
  }
  .search-block .input-block {
    text-align: right;
    width: 40%;
  }
}
@media only screen and (min-width: 1300px) {
  .search-block .label {
    font-size: 18px;
  }

  .search-engines .search-engine {
    font-size: 18px;
  }
}
.produits-list-w {
  position: relative;
  margin: 0 -11px 0;
}

.produits-list {
  width: 100%;
  margin: 0 0 0;
  overflow: hidden;
}
.produits-list .prds {
  overflow: visible;
}
.produits-list.swiper-container {
  margin: 0;
}
.produits-list.swiper-container .swiper-slide {
  margin: 0;
  min-height: 470px;
  height: auto;
}
.produits-list .colors .color {
  cursor: pointer;
}

.prd {
  max-width: 276px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 6px;
  border: 1px solid #eeeeee;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.prd .media {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 236px;
}
.prd .overlay {
  display: none;
}

.prdww {
  padding: 0 11px;
}

.prd-w {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1300px) {
  .prd-w {
    margin-bottom: 55px;
  }
}
.cat-infos-w + .subcats-w {
  margin-top: 20px;
}

.subcats {
  margin-right: -8px;
  margin-left: -8px;
}

.subcat-w {
  margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
  margin-right: -23px;
  margin-left: -23px;
}
.subcat {
  display: block;
  margin: 0 8px;
  position: relative;
}
.subcat .media {
  display: block;
}
.subcat .title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: inherit;
}
.subcat .title .voile {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: url('/images/rgbapng/fa565cbf-5.png?1657550083');
  background: rgba(250, 86, 92, 0.75);
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.subcat .title a {
  width: 100%;
  height: 100%;
  display: block;
}
.subcat .title a:hover .voile {
  opacity: 1;
}
.subcat .title a:hover .icon-w {
  background-color: #fb787d;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.subcat .title a:hover .icon-w:before, .subcat .title a:hover .icon-w::before, .subcat .title a:hover .icon-w .before {
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-bottom: 65px solid #fb787d;
}
.subcat .title a:hover .icon-arrow-right-white {
  display: inline-block;
}
.subcat .title a:hover .icon-arrow-right-red {
  display: none;
}
.subcat .title .title-w {
  width: 100%;
  padding: 0 80px 0 5%;
  background-color: #fa565c;
  color: #ffffff;
  position: absolute;
  bottom: -27%;
  left: 0;
  height: 27%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #eeeeee;
  white-space: nowrap;
}
.subcat .title .title-w:before, .subcat .title .title-w::before, .subcat .title .title-w .before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .label {
  font-size: 13.5px;
  line-height: inherit;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .icon-w {
  width: 50px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.subcat .title .icon-w:after, .subcat .title .icon-w::after, .subcat .title .icon-w .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .icon-w:before, .subcat .title .icon-w::before, .subcat .title .icon-w .before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50px;
  height: 0;
  width: 0;
  border-bottom: 65px solid #ffffff;
  border-left: 25px solid transparent;
}
.subcat .title .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title .icon-arrow-right-red {
  *zoom: 0.7;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.subcat .title .icon-arrow-right-white {
  display: none;
}

@media only screen and (min-width: 530px) {
  .prd-w {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .prd-w {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1000px) {
  .prd-w {
    width: 25%;
  }

  .cat-produits-list .prd-w {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1300px) {
  .prd-w {
    width: 33.33333%;
  }

  .cat-produits-list .prd-w {
    width: 33.33333%;
    margin-bottom: 26px;
  }

  .listing-bl .prd-w, .listing-brand .prd-w {
    width: 25%;
  }
}
@media only screen and (min-width: 1460px) {
  .prd-w {
    width: 25%;
  }

  .cat-produits-list .prd-w {
    width: 33.33333%;
  }

  .listing-bl .prd-w, .listing-brand .prd-w {
    width: 25%;
  }
}
@media only screen and (min-width: 1740px) {
  .prd-w {
    width: 20%;
  }

  .cat-produits-list .prd-w {
    width: 25%;
  }
}
.brandlist {
  position: relative;
}

.brandlist .abc-w {
  z-index: 2;
  float: right;
}

.brandlist .abc {
  top: 0;
}
.brandlist .abc a {
  width: 35px;
  padding: 12px;
  border: 1px solid #fa565c;
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  width: 30px;
  padding: 10px;
}
.brandlist .abc li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.brandlist .glossary li {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 580px) {
  .brandlist .glossary li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 33.33333%;
  }
}

.brand-subcats .subcat-w {
  width: 50%;
  float: left;
}

.brand-subcats .subcat a:hover .icon-w {
  background-color: transparent;
}
.brand-subcats .subcat a:hover .title-w {
  color: #ffffff;
}
.brand-subcats .subcat .title-w {
  background-color: transparent;
  color: #fa565c;
  height: 100%;
  padding: 0 10px;
  text-align: center;
}
.brand-subcats .subcat .icon-w {
  height: 50%;
  background-color: transparent;
}
.brand-subcats .subcat .icon-w:before, .brand-subcats .subcat .icon-w::before, .brand-subcats .subcat .icon-w .before {
  display: none;
}

@media only screen and (min-width: 450px) {
  .brand-subcats .subcat-w {
    width: 50%;
  }
}
@media only screen and (min-width: 530px) {
  .subcat-w {
    float: left;
    width: 50%;
  }

  .brand-subcats .subcat-w {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 768px) {
  .subcat-w {
    width: 33.33333%;
  }

  .brand-subcats .subcat-w {
    width: 25%;
  }

  .subcats {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media only screen and (min-width: 1000px) {
  .brand-subcats .subcat-w {
    width: 20%;
  }
}
@media only screen and (min-width: 1300px) {
  .subcat-w {
    width: 33.33333%;
    margin-bottom: 60px;
  }

  .subcats {
    margin-right: -14px;
    margin-left: -14px;
  }

  .subcat {
    width: auto;
    margin: 0 14px;
  }
  .subcat .title .label {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1460px) {
  .subcat-w {
    width: 25%;
    margin-bottom: 80px;
  }

  .categ-subcats .subcat-w {
    width: 33.33333%;
  }

  .brand-subcats .subcat-w {
    width: 20%;
  }

  .subcats {
    margin-right: -19px;
    margin-left: -19px;
  }

  .subcat {
    width: auto;
    margin: 0 19px;
  }
  .subcat .title .label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1740px) {
  .brand-subcats .subcat-w {
    width: 16.66667%;
  }
}
.slider-nav {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-color: transparent;
  border: 0 none;
  outline: 0 none;
  z-index: 15;
  *zoom: 0.7;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.slider-nav.disabled {
  cursor: default;
  opacity: 0.2;
}
.slider-nav.prev {
  left: -26px;
}
.slider-nav.next {
  right: -26px;
}
.slider-nav.up {
  top: -6px;
  margin-top: 0;
  margin-left: -2px;
  left: 38%;
  font-size: 29px;
  display: none;
}
.slider-nav.down {
  bottom: -6px;
  margin-top: 0;
  margin-left: -2px;
  left: 38%;
  top: auto;
  font-size: 29px;
  display: none;
}
.slider-nav.zoom-prev, .slider-nav.zoom-next {
  background-color: #e8e1db;
  padding: 10px;
}
.slider-nav.zoom-next {
  right: 0;
}

.tabs-ww .slider-nav.prev {
  left: -32px;
}
.tabs-ww .slider-nav.next {
  right: -32px;
}

@media only screen and (min-width: 1300px) {
  .rupture-alt.produits-slider .slider-nav {
    margin-top: -24px;
    *zoom: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .rupture-alt.produits-slider .slider-nav.prev {
    left: -35px;
  }
  .rupture-alt.produits-slider .slider-nav.next {
    right: -35px;
  }
}
.alt-slider .slider-nav {
  width: 40px;
  height: 40px;
  z-index: 1000;
  font-size: 22px;
  bottom: 0;
  top: auto;
  color: #ffffff;
}
.alt-slider .slider-nav.prev {
  left: auto;
  right: 41px;
}
.alt-slider .slider-nav.next {
  right: 0;
}

@media only screen and (min-width: 1200px) {
  .slider-nav.up {
    display: block;
  }
  .slider-nav.down {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .prd .overlay {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .prd .overlay:after, .prd .overlay .after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    height: 100%;
    width: 0;
  }
  .prd .overlay .btn {
    padding: 10px 15px;
  }
  .prd .overlay .btn:hover {
    background-color: #fa565c;
  }

  .lt-ie9 .prd .overlay {
    display: none;
  }

  .prd a:hover .overlay {
    opacity: 1;
  }

  .lt-ie9 .prd a:hover .overlay {
    display: block;
  }
}
.prd .media img {
  display: block;
}

.colors {
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.colors .label {
  font-size: 11px;
  color: #69646a;
  display: block;
  margin-bottom: 11px;
}
.colors .color {
  width: 29px;
  height: 29px;
  margin-bottom: 2px;
  border: 1px solid #eaeaea;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.colors .color-in {
  position: absolute;
}

.prd .title, .prd .desc {
  display: block;
  font-size: 0.91667em;
  height: 42px;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-family: 'MuseoSans500Regular';
}
.prd .title span, .prd .desc span {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
}
.prd .desc {
  height: 22px;
  font-family: "pt_sansbold";
}
.prd .desc span {
  height: 22px;
}
.prd .colors {
  display: none;
}
.prd .ref {
  font-family: 'MuseoSans500Regular';
  font-size: 0.83333em;
  color: #767676;
  padding: 0 14px;
  height: 3em;
}
.prd .bookmark {
  bottom: 0;
  color: #fa565c;
  width: 15%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .availability-wrapper {
  width: 83%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .barcode {
  float: right;
  margin-top: 17px;
  width: 76px;
}
.prd .second-part {
  overflow: hidden;
  padding: 0 14px;
  margin-top: 10px;
  height: 62px;
  border-top: 1px dotted #eeeeee;
}
.prd .go {
  position: relative;
}
.prd .actions {
  margin-top: 2px;
  padding: 0 11px;
  overflow: hidden;
  height: 50px;
}
.prd .actions .btn {
  padding: 6px 12px;
  height: auto;
  width: auto;
  min-width: 105px;
  font-size: 0.83333em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .btn .ico {
  font-size: 0.91667em;
}
.prd .actions .btn:disabled {
  color: #69646a;
  border: 1px solid #69646a;
  opacity: 0.3;
  cursor: auto;
}
.prd .actions .div-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .action {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.prd .actions .action + .action {
  width: 60%;
  text-align: right;
}
.prd .actions .action.gamme {
  width: auto;
}
.prd .prices {
  float: left;
}
.prd .third-part {
  overflow: hidden;
  margin-top: 8px;
  padding: 3px 13px 3px;
  border-top: 1px solid #eeeeee;
}

#modal-prd .prd {
  border: 0 none;
}
#modal-prd .prd .media {
  border: 1px solid #eeeeee;
}
#modal-prd .prd .second-part, #modal-prd .prd .third-part {
  display: none;
}

.prices {
  margin-top: 4px;
  padding: 15px 0 0;
  display: block;
}
.prices .label {
  color: #767676;
  display: block;
}

.price {
  display: block;
}
.price .regular-price {
  text-decoration: line-through;
  font-size: 9px;
  color: #000000;
}
.price .label {
  font-size: 11px;
}
.price .current-price {
  font-size: 1.08333em;
  font-family: 'pt_sansbold';
  color: #000000;
}

.promo .price .current-price {
  color: #cc3300;
}

.prd.edit .current-price {
  font-size: 1em;
}

.price-edit {
  overflow: hidden;
}
.price-edit .label {
  padding-top: 5px;
  width: 86px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.price-edit .value .in-text {
  width: 70px;
  text-align: right;
  padding-right: 5px;
}
.price-edit + .price-edit {
  margin-top: 12px;
}

.price-usually {
  margin-top: 15px;
}

.publish-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.publish-block .text {
  cursor: pointer;
}

.prd .more {
  display: block;
  float: none;
  height: 25px;
  margin: 0 5px 3px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.prd .more:hover {
  text-decoration: none;
}

.prd .pcontact {
  color: #69646a;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 6px;
}
.prd .pcontact:hover {
  text-decoration: underline;
}

.pastille {
  background-color: #fa565c;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  height: 48px;
  font-size: 10px;
  font-family: 'pt_sansbold';
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  white-space: nowrap;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
.pastille:after, .pastille::after, .pastille .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.pastille .label {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.new .pastille {
  background-color: #00d6d3;
}

.cat-infos {
  color: #69646a;
  padding-top: 23px;
  padding-bottom: 23px;
  overflow: hidden;
}
.cat-infos .title {
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  font-size: 18px;
}
.cat-infos .desc {
  font-size: 13px;
  line-height: 1.3em;
}
.cat-infos .tools {
  text-align: right;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .cat-infos .title {
    float: left;
  }
  .cat-infos .tools {
    float: right;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .prd .title {
    font-size: 15px;
    height: 64px;
  }
  .prd .title span {
    height: 64px;
  }
  .prd .ref {
    font-size: 1.08333em;
  }
  .prd .actions {
    padding-top: 11px;
  }
  .prd .actions .btn {
    height: 28px;
    font-size: 12px;
  }
  .prd .barcode, .prd .barcode img {
    width: 115px;
    height: 25px;
  }
  .prd .third-part {
    margin-top: 18px;
  }

  .prices > .label {
    display: block;
  }

  .price .regular-price {
    font-size: 13px;
  }
  .price .label {
    font-size: 12px;
  }
  .price .current-price {
    font-size: 16px;
  }

  .prd.edit .current-price {
    font-size: 1em;
  }

  .prd .more {
    height: auto;
    display: block;
    padding: 8px 0;
    margin: 0 13px 10px;
    width: auto;
  }

  .produits-list-w + .h2 {
    padding-top: 14px;
  }

  .pastille {
    width: 65px;
    height: 65px;
    font-size: 12px;
  }
}
.autoload_loader {
  width: 240px;
  margin: 0px auto;
  line-height: 17px;
  font-size: 1.1em;
}
.autoload_loader img {
  float: left;
  margin-right: 5px;
}

.show-values {
  margin-top: 3px;
}
.show-values .selected-value {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 19px;
}
.show-values .selected-value .ico-close {
  margin-right: 0px;
  font-size: 1.2em;
  cursor: pointer;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 3px;
}

.tools {
  margin-bottom: 1.5rem;
}
.tools .tools-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.tools .tools-column .tool {
  margin: 0 0 1rem 0;
}
.tools .tools-column .tool .label {
  display: block;
  font-size: 13px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.tools .tools-column .tool .select-wrapper {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tools-column:first-of-type .tool:last-of-type {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .tools-column .tool {
    width: 50%;
  }
  .tools-column .tool.sort-by {
    order: -2;
  }
  .tools-column .tool.nb-results {
    order: -1;
    text-align: right !important;
  }
  .tools-column .tool select {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .tools .tool select {
    padding-left: 5px;
  }
}
.categ .switch_menu {
  position: static;
  float: none;
  font-family: "pt_sansbold";
  display: block;
  margin: 12px 12px;
}

@media only screen and (max-width: 999px) {
  .categ .main-menu > li {
    display: none;
  }
  .categ .main-menu > li.active {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .tools .main-menu, .tools .switch_menu {
    display: none;
  }

  .categ .produits-list-w {
    margin: 0;
  }
  .categ .produits-list {
    width: auto;
  }
  .categ .produits-list {
    margin: 0 -6px;
  }
}
@media only screen and (min-width: 1000px) {
  .categ .switch_menu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .categ .produits-list {
    margin: 0 -20px;
  }
}
.best-sells-block + .produits-list-block {
  margin-top: 20px;
}

.subcat .title .voile {
  background: url('/images/rgbapng/dadada40-5.png?1657550083');
  background: rgba(218, 218, 218, 0.25);
}
.subcat .title .title-w {
  background-color: #dadada;
  color: #7D7765;
}
.subcat .title .icon-w {
  background-color: #dadada;
}
.subcat .title .icon-w:before, .subcat .title .icon-w::before, .subcat .title .icon-w .before {
  border-bottom: 65px solid #dadada;
}
.subcat .title .icon.icon-arrow-right-red {
  display: none;
}
.subcat .title .icon.icon-arrow-right-white {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.subcat .title a:hover .icon-w {
  background-color: #dadada;
  color: black;
}
.subcat .title a:hover .icon-w:before, .subcat .title a:hover .icon-w::before, .subcat .title a:hover .icon-w .before {
  border-bottom: 65px solid #dadada;
}
.subcat .media {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.conso-filter {
  padding: 0 0 12px 0;
}
.conso-filter .filter {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (min-width: 1000px) {
  .conso-filter .filter {
    width: 31%;
    margin-right: 2%;
  }
}
.conso-filter .filter label {
  color: #fb787d;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
  display: block;
}
.conso-filter .selectmenu {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.load-infinity-scroll {
  padding: 10px 0px;
  text-align: center;
  color: #8D8672;
  background-color: #F1F1F1;
  display: none;
}

.form-search-filters {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.form-search-filters .label {
  display: block;
  font-size: 13px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.media-side {
  position: relative;
  max-width: 596px;
  margin: 0 auto 20px;
}

.infos-side .title {
  text-transform: uppercase;
}

.others-views-w {
  width: 16%;
  height: 100%;
  padding: 22px 0 22px 0;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.others-views-w .others-views {
  height: 100%;
}
.others-views-w .slider-nav {
  *zoom: 0.4;
  -moz-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
  margin-top: 0;
  top: auto;
}
.others-views-w .slider-nav .icon {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.others-views-w .slider-nav.prev {
  left: 50%;
  top: -14px;
  margin-left: -14px;
}
.others-views-w .slider-nav.next {
  left: 50%;
  margin-left: -14px;
  right: auto;
  top: auto;
  bottom: -14px;
}

.photo-block-w {
  float: right;
  width: 81%;
}
.photo-block-w .swiper-container {
  width: 99%;
}

#modal-prd .fiche {
  padding: 0 10px;
}
#modal-prd .photo-block-w {
  float: none;
  width: 100%;
}
#modal-prd .media-side {
  max-width: 476px;
}

.act-promos {
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .act-promos {
    margin: 10px 0;
  }
}
.act-promos .btn {
  font-size: 100%;
}

.photo-block-w {
  border: 1px solid #eeeeee;
}

.sm-previews .slide {
  white-space: nowrap;
  white-space: nowrap;
}
.sm-previews .slide:after, .sm-previews .slide::after, .sm-previews .slide .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.sm-previews .sm-preview {
  border: 1px solid #eeeeee;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.infos-side .title-w a {
  color: #69646a;
}
.infos-side .title-w a:hover {
  text-decoration: underline;
}
.infos-side .price-w {
  text-align: right;
  overflow: hidden;
}
.infos-side .price-w .prices {
  margin: 0;
  padding: 0;
}
.infos-side .price-w .price .label {
  text-transform: uppercase;
  font-family: "pt_sansbold";
  color: #fa565c;
  font-size: 13px;
}
.infos-side .price-w .price .regular-price {
  padding: 0;
  vertical-align: bottom;
  color: #69646a;
  margin-right: 13px;
  font-size: 13px;
}
.infos-side .price-w .price .date-end {
  margin-top: 4px;
  color: #69646a;
  font-size: 13px;
  display: block;
}
.infos-side .price-w .price .current-price {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .price-w .price .current-price .unite {
  font-size: 10px;
  margin-top: 4px;
}
.infos-side .price-w .price .value {
  display: block;
  margin-top: 7px;
}
.infos-side .price-w .pastille {
  margin-right: 14px;
}
.infos-side .price-w .pastille .rule {
  padding-top: 0;
  padding-bottom: 2px;
  margin-top: 5px;
}
.infos-side .price-w .dlv-delay {
  font-family: "MuseoSans500Regular";
  font-size: 14px;
  margin-top: 10px;
}
.infos-side .price-w .dlv-delay .value {
  color: #fa565c;
}
.infos-side .availability-wrapper {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .barcode {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .stockinfos-barcode {
  text-align: right;
  margin-top: 34px;
}
.infos-side .prd-title {
  font-size: 18px;
  font-family: "MuseoSans500Regular";
  color: #000000;
}
.infos-side .reference {
  margin-top: 16px;
  color: #767676;
  font-size: 13px;
}
.infos-side .prd-brand {
  display: block;
  margin-top: 11px;
}
.infos-side .prd-encart {
  padding-top: 16px;
  margin-top: 14px;
  margin-bottom: 14px;
  border-top: 1px solid #dadada;
}
.infos-side .prd-encart .read-more-less {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.infos-side .prd-encart .prd-encart-title {
  font-family: "pt_sansbold";
  font-size: 16px;
  margin-bottom: 7px;
}
.infos-side .prd-encart .prd-encart-short-desc {
  font-family: "pt_sansbold";
  font-size: 14px;
  color: #fb787d;
  margin-bottom: 20px;
}
.infos-side .prd-encart.wishlist {
  text-align: center;
}
.infos-side .prd-encart.new-wishlist {
  display: none;
}
.infos-side .prd-encart.new-wishlist .in-text, .infos-side .prd-encart.new-wishlist .in-textarea {
  max-width: 300px;
}
.infos-side .prd-encart.new-wishlist .in-textarea {
  height: 75px;
}
.infos-side .prd-encart .links {
  margin: 10px 0;
  text-align: left;
}
.infos-side .prd-encart .links a {
  font-size: 1.25em;
}
.infos-side .prd-encart .links a:hover {
  text-decoration: underline;
}
.infos-side .prd-downloads {
  margin-top: 11px;
}
.infos-side .prd-downloads .file-download {
  white-space: nowrap;
  margin-right: 30px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .actions {
  margin-top: 22px;
  margin-bottom: 22px;
  padding-top: 28px;
}
.infos-side .actions .action + .action {
  margin-top: 10px;
}
.infos-side .addtocart-block {
  text-align: right;
  margin: 10px 0;
}
.infos-side .addtocart-block .div-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
}
.infos-side .addtocart-block .div-spinner .spinner {
  width: 50px;
  height: 30px;
  margin: 0 30px;
  font-size: 15px;
}
.infos-side .addtocart-block .div-spinner .ui-spinner-button {
  width: 20px;
  height: 20px;
  font-size: 19px;
  top: 5px;
}
.infos-side .addtocart-block .div-spinner .ui-spinner-button .ui-button-text {
  line-height: 20px;
}
.infos-side .addtocart-block .btn {
  margin: 10px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .remain-free-dlv {
  font-size: 13px;
  font-family: "pt_sansbold";
  color: #fa565c;
  margin-top: 12px;
}
.infos-side .quantity-block {
  text-transform: uppercase;
  color: #69646a;
  white-space: nowrap;
}
.infos-side .quantity-block .label {
  font-size: 13px;
  font-family: "pt_sansbold";
  white-space: normal;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.infos-side .quantity-block .div-spinner {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.related-block {
  margin-top: 30px;
  padding-bottom: 44px;
}
.related-block .title-n1 {
  background-color: #dadada;
  color: #69646a;
}

.form-custom-ref .in-text {
  max-width: 120px;
}
.form-custom-ref .btn {
  min-width: 0;
  max-width: 50px;
  height: 30px;
  padding: 6px 10px 7px;
  font-size: 13px;
}

@media only screen and (min-width: 400px) {
  .infos-side .addtocart-block {
    float: right;
    width: 46%;
  }

  .features {
    float: left;
    width: 54%;
  }
}
@media only screen and (min-width: 1400px) {
  .infos-side .addtocart-block {
    float: right;
    width: 64%;
  }

  .features {
    float: left;
    width: 36%;
  }
}
@media only screen and (min-width: 768px) {
  .media-side {
    width: 38.7%;
    margin-top: 26px;
    float: left;
  }

  .infos-side {
    float: left;
    width: 61.3%;
    padding-left: 2.8%;
    padding-top: 26px;
  }
  .infos-side .title-w {
    float: left;
    width: 50%;
  }
  .infos-side .price-w {
    float: left;
    width: 50%;
  }
  .infos-side .quantity-block {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .infos-side .remain-free-dlv {
    text-align: right;
    width: 70%;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .infos-side .actions .action {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .infos-side .actions .action + .action {
    margin-top: 0;
    text-align: right;
  }

  #modal-prd .fiche {
    padding: 0 42px;
  }
  #modal-prd .media-side {
    width: 26.6%;
    margin-top: 26px;
  }
  #modal-prd .infos-side {
    width: 73.4%;
    padding-left: 2.8%;
    padding-top: 26px;
  }
  #modal-prd .lastviewed-block {
    padding-bottom: 20px;
  }

  .related-block {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1300px) {
  .infos-side .title-w {
    padding-top: 6px;
  }
  .infos-side .prd-title {
    font-size: 28px;
  }
  .infos-side .price-w .price .current-price {
    font-size: 28px;
  }
  .infos-side .remain-free-dlv {
    font-size: 18px;
    text-align: right;
  }
  .infos-side .addtocart-block {
    float: right;
  }
  .infos-side .addtocart-block .div-spinner .spinner {
    width: 60px;
    height: 46px;
    margin: 0 40px;
    font-size: 20px;
  }
  .infos-side .addtocart-block .div-spinner .ui-spinner-button {
    width: 30px;
    height: 30px;
    font-size: 29px;
    top: 10px;
  }
  .infos-side .addtocart-block .div-spinner .ui-spinner-button .ui-button-text {
    line-height: 29px;
  }
  .infos-side .addtocart-block .btn {
    margin-left: 44px;
  }

  #modal-prd .fiche {
    padding: 0 42px;
  }
}
.feature {
  margin-right: 50px;
  margin-bottom: 5px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .picto {
  width: 46px;
  height: 46px;
  text-align: center;
  background-color: #fa565c;
  margin-right: 10px;
  border: 1px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
.feature .picto:after, .feature .picto::after, .feature .picto .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .ico {
  font-size: 27px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .libelle {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .label {
  font-size: 13px;
  vertical-align: middle;
  color: #fa565c;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.feature .input-block {
  margin-top: 5px;
}
.feature:last-child {
  margin-right: 0;
}

a.feature:hover .label {
  text-decoration: underline;
}
a.feature:hover .picto {
  background-color: #ffffff;
  border: 1px solid #fa565c;
}
a.feature:hover .picto .ico {
  color: #fa565c;
}

@media only screen and (min-width: 768px) {
  .photo-block {
    position: relative;
  }
  .photo-block .img-respond {
    cursor: pointer;
  }
  .photo-block .ico-zoom-in {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 26px;
    color: #fa565c;
    cursor: pointer;
  }
}
.color-selector {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}
.color-selector.picker .swiper-slide {
  height: 33px;
}
.color-selector.picker .chart-items-w {
  margin-top: 20px;
}
.color-selector .cs-title {
  text-transform: uppercase;
  color: #dadada;
  font-family: "pt_sansbold";
  font-size: 18px;
  padding: 0 5px;
}
.color-selector.colisage .cs-title {
  margin-bottom: 20px;
}
.color-selector.colisage .chart-item-w {
  width: 100%;
  text-align: left;
}
.color-selector.colisage .chart-item-w .chart-item {
  height: 40px;
}
.color-selector.colisage .chart-item-w .chart-item .cell.prices {
  line-height: 30px;
}
.color-selector.colisage .chart-item-w .chart-item .cell.prices .price {
  display: inline-block;
}

.tabs-ww {
  margin: 19px 28px 49px;
  height: 49px;
  border-bottom: 1px solid #dadada;
  position: relative;
}

.picker .tabs-ww {
  height: 100%;
  border: none;
  margin: 12px 30px 30px 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.tabs {
  overflow: visible;
}
.tabs .swiper-slide {
  float: left;
  height: 50px;
}
.tabs a {
  background-color: #dadada;
  color: #69646a;
  height: 49px;
  text-align: center;
  vertical-align: middle;
  font-family: "MuseoSans500Regular";
  font-size: 13px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.tabs a:after, .tabs a::after, .tabs a .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.tabs a.active, .tabs a:hover {
  background-color: #dadada;
  color: #ffffff;
  text-decoration: none;
}
.tabs .tab {
  padding: 0 1px;
}
.tabs .tab.color a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #E8E8E8;
}
.tabs .tab.color + .color {
  margin-left: 10px;
}

.chart-items-w {
  overflow: hidden;
}

.chart-item-w {
  float: left;
}

.chart-item {
  position: relative;
  margin: 0 auto 0;
  max-width: 412px;
  width: 100%;
  text-align: left;
  height: 68px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.chart-item .chart img {
  width: 40px;
  height: 40px;
}
.chart-item .cell {
  float: left;
  display: block;
}
.chart-item .cell.product {
  padding-left: 10px;
  padding-top: 3px;
}
.chart-item .cell.product .title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #66645e;
  width: 100px;
  height: 55px;
  overflow: hidden;
  padding-bottom: 5px;
  font-family: "MuseoSans500Regular";
}
.chart-item .cell.product .title a {
  color: #66645e;
}
.chart-item .cell.product .ref {
  display: block;
  font-size: 12px;
  color: #767676;
  margin-top: 2px;
  font-family: "MuseoSans500Regular";
}
.chart-item .cell.product .ref:hover {
  text-decoration: none;
}
.chart-item .cell.prices {
  padding: 0 0 0 2px;
  margin-top: 0;
}
.chart-item .cell.prices .price {
  font-size: 18px;
  font-family: "pt_sansbold";
  display: block;
  color: #767676;
}
.chart-item .cell.prices .price.promo {
  color: #fa565c;
}
.chart-item .cell.prices .price .regular-price {
  font-size: 12px;
  color: #767676;
}
.chart-item .cell .availability-wrapper {
  margin: 0 0 0;
}
.chart-item .div-spinner {
  float: right;
  padding-right: 5px;
}
.chart-item .div-spinner .spinner {
  width: 42px;
  height: 33px;
  margin: 0 27px;
  font-size: 14.91px;
}
.chart-item .div-spinner .ui-spinner-button {
  width: 21px;
  height: 21px;
  font-size: 22px;
  top: 6px;
}
.chart-item .div-spinner .ui-spinner-button .ui-button-text {
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .chart-item-w {
    width: 50%;
  }

  .chart-item-w-tablet-1 {
    text-align: right;
  }
}
@media only screen and (min-width: 1300px) {
  .tabs-ww {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .chart-item-w {
    width: 33.33333%;
  }

  .chart-item-w-desktop-0 {
    text-align: left;
  }

  .chart-item-w-desktop-1 {
    text-align: center;
  }

  .chart-item-w-desktop-2 {
    text-align: right;
  }
}
.chart-items {
  overflow: hidden;
}
.chart-items.hidden {
  display: none;
}

.chart-items-w .pchild a {
  color: #69646a;
}

.chart-items-w .chart-item > a {
  border: 1px solid #E8E8E8;
}

.summary {
  padding: 34px 0;
  clear: both;
  border-top: 1px solid #dadada;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .summary {
    text-align: right;
  }
}
.summary .quantity {
  width: 143px;
  height: 38px;
  color: #ffffff;
  background-color: #fa565c;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.summary .quantity:after, .summary .quantity::after, .summary .quantity .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.summary .amount {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.summary .amount .label {
  color: #69646a;
  font-size: 13px;
}
.summary .amount .value {
  font-size: 28px;
  color: #000000;
  font-family: "pt_sansbold";
}
.summary .btn {
  margin-left: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .summary .btn {
    margin-top: 0px;
  }
}

.gift-card {
  margin-bottom: 20px;
  margin-right: 20px;
}
@media only screen and (min-width: 480px) {
  .gift-card {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
.gift-card label {
  display: block;
  text-align: left;
  margin: 5px;
}
.gift-card #gift-card-amount {
  margin-left: 10px;
  max-width: 50px;
}
.gift-card #gift-card-recipient {
  widows: 150px;
}

.addthis_sharing_toolbox {
  margin-top: 20px;
}

.page-product .availability {
  text-align: right;
}

.responsive-table.table-childs tbody tr {
  border-bottom: 10px solid;
}
@media only screen and (min-width: 768px) {
  .responsive-table.table-childs tbody tr {
    border-bottom: 1px;
  }
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

table {
  border: 1px solid #dadada;
  margin-bottom: 25px;
}
table thead th {
  background-color: #dadada;
  text-transform: uppercase;
  font-size: 13px;
  padding: 11px 11px;
  color: #69646a;
  font-weight: normal;
}

#cell-img {
  width: 13%;
}

#cell-pricepromo {
  width: 8%;
}

#cell-tarif {
  width: 11%;
}

#cell-qte {
  width: 11%;
}

#cell-price {
  width: 9%;
}

#cell-del {
  width: 6%;
}

#tbl-cart-w .media .pastille {
  float: left;
  margin-right: 10px;
  margin-top: 0;
}
#tbl-cart-w .media .price {
  padding-top: 10px;
}

#div-cart {
  padding-bottom: 50px;
}
#div-cart .feature {
  margin-right: 0;
}
#div-cart .feature .picto {
  width: 30px;
  height: 30px;
}
#div-cart .feature .picto .ico {
  font-size: 15px;
}
#div-cart .feature:first-child {
  margin-right: 5%;
}

#tbl-cart {
  margin-bottom: 0;
  width: 100%;
}
#tbl-cart .header-no-mobile {
  display: none;
  padding: 0 2px;
}
#tbl-cart #cell-img {
  display: block;
  width: 100%;
}
#tbl-cart .cell-imgpart {
  display: none;
}
#tbl-cart .cell-firstpart {
  display: block;
  border: 0 none;
}
#tbl-cart .cell-secondpart {
  display: block;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  overflow: hidden;
}
#tbl-cart thead th {
  padding: 14px 2px;
  text-align: center;
}
#tbl-cart .div-spinner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.row-cart {
  display: block;
  position: relative;
}
.row-cart .media {
  padding: 5px 5px 5px;
  min-width: 50px;
  overflow: hidden;
  display: none;
}
.row-cart .infos .title {
  color: #000000;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  padding-right: 30px;
}
.row-cart .infos .reference {
  margin-bottom: 7px;
}
.row-cart .infos .option {
  margin-bottom: 4px;
}
.row-cart .infos .price {
  margin-bottom: 5px;
}
.row-cart .infos .pastille-w {
  float: right;
  width: 97px;
}
.row-cart .infos .pastille-w .pastille {
  display: block;
}
.row-cart .infos .pastille-w .price {
  clear: both;
  text-align: right;
}
.row-cart .pastille {
  position: static;
  width: 53px;
  height: 53px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.row-cart .pastille .txt_promo {
  width: 58%;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.row-cart .cells-alt {
  float: left;
  width: 50%;
}
.row-cart .cells-alt-first {
  width: 60%;
}
.row-cart .cell-alt-second {
  width: 40%;
  text-align: right;
}
.row-cart .cell-alt {
  margin-top: 5px;
}
.row-cart .cell-alt .label {
  font-size: 13px;
  width: 58%;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.row-cart .cell-alt .value {
  font-size: 13px;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.row-cart .cell-alt .date-end {
  white-space: normal;
  font-size: 11px;
  text-align: center;
}
.row-cart .cell-del {
  font-size: 16px;
  position: absolute;
  top: 7px;
  right: 12px;
}
.row-cart .regular-price {
  text-decoration: line-through;
}

#foot-cart-w.cart-block-ordertotal > .head {
  background-color: #dadada;
}
#foot-cart-w.cart-block-ordertotal > .head .title {
  color: #69646a;
}
#foot-cart-w.cart-block-ordertotal .body-content {
  padding-right: 10px;
}
#foot-cart-w .cart-foot {
  margin-bottom: 0;
}
#foot-cart-w .cart-foot th {
  padding: 5px 0;
}
#foot-cart-w .cart-foot td {
  padding: 5px 10px;
}
#foot-cart-w .cart-foot td.free-shipping {
  color: #fa565c;
}
#foot-cart-w .features {
  margin-top: 17px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
  display: flex;
  width: 100%;
  justify-content: space-around;
  float: none;
}
#foot-cart-w .features a {
  width: 50%;
}

.cell-qte .value {
  position: relative;
  margin: 0 0 0 -15px;
}
@media only screen and (min-width: 530px) {
  .cell-qte .value {
    margin: 0;
  }
}

@media only screen and (min-width: 530px) {
  #cell-qte {
    display: table-cell;
  }

  #tbl-cart #cell-img {
    display: table-cell;
    width: 13%;
  }

  .row-cart {
    display: table-row;
  }
  .row-cart .media {
    float: left;
    display: block;
  }
  .row-cart .media a {
    display: block;
  }
  .row-cart .infos .title {
    padding-right: 0;
  }
  .row-cart .cell-qte .ui-spinner {
    float: none;
  }
  .row-cart .cell-qte .subtotal-block {
    float: none;
    position: absolute;
    bottom: 18px;
    padding-right: 0;
  }

  #tbl-cart .cell-imgpart {
    display: table-cell;
    border-top: 0 none;
  }
  #tbl-cart .header-no-mobile {
    display: table-cell;
  }
  #tbl-cart #cell-img {
    display: table-cell;
  }
  #tbl-cart .cell-firstpart, #tbl-cart .cell-secondpart {
    display: table-cell;
    border-bottom: 1px solid #dadada;
    padding: 5px 2px;
  }
  #tbl-cart .cell-imgpart {
    padding: 0;
  }
  #tbl-cart .cell-firstpart {
    padding: 0;
  }
  #tbl-cart .cell-secondpart {
    vertical-align: top;
    padding-top: 25px;
  }

  .row-cart {
    padding-bottom: 18px;
  }
  .row-cart .infos {
    padding: 10px 10px 8px;
  }
  .row-cart .infos .title {
    font-size: 12px;
  }
  .row-cart .infosbis {
    padding: 10px 10px 8px;
  }
  .row-cart .ui-spinner {
    float: none;
  }
  .row-cart .cell-alt-second {
    text-align: left;
  }
  .row-cart .cells-alt {
    float: none;
    width: 100%;
    white-space: nowrap;
  }
  .row-cart .cell-alt {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .row-cart .cell-alt .label {
    display: none;
  }
  .row-cart .cell-alt .value {
    width: 100%;
  }
  .row-cart .cell-pricepromo {
    width: 17.9%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
  }
  .row-cart .cell-tarif {
    width: 23.8%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
  }
  .row-cart .cell-qte {
    width: 24.8%;
    text-align: center;
  }
  .row-cart .cell-price {
    width: 20.2%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
  }
  .row-cart .cell-del {
    font-size: 16px;
    position: static;
    padding-top: 8px;
  }
  .row-cart .cell-pastille {
    width: 17.9%;
    text-align: right;
    font-size: 13px;
    padding-right: 3%;
    padding-top: 8px;
    vertical-align: middle;
  }
  .row-cart .cell-estimdlv {
    text-align: right;
    width: 73.9%;
    font-size: 13px;
    white-space: normal;
    vertical-align: middle;
  }
  .row-cart .cell-estimdlv .colored {
    color: #fa565c;
  }
}
@media only screen and (min-width: 768px) {
  #tbl-cart-w {
    width: 70%;
    float: left;
  }

  #foot-cart-w {
    width: 28.5%;
    float: left;
    margin-left: 1.5%;
  }

  .row-cart .cell-del {
    padding-left: 0;
    padding-top: 6px;
  }
}
@media only screen and (min-width: 1000px) {
  #tbl-cart-w .block-speed-add-ref {
    display: none;
  }

  .row-cart .cell-del {
    padding-left: 4%;
    padding-top: 8px;
  }
}
@media only screen and (min-width: 1300px) {
  .row-cart .infos {
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .row-cart .infos .title {
    font-size: 15px;
    line-height: 1.4em;
  }
  .row-cart .infosbis {
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .row-cart .ui-spinner {
    float: none;
  }
  .row-cart .color {
    width: 18px;
    height: 18px;
  }
  .row-cart .cells-alt {
    white-space: nowrap;
  }
  .row-cart .cell-alt {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
  }
  .row-cart .cell-alt .value {
    font-size: 15px;
  }
  .row-cart .cell-pricepromo {
    font-size: 15px;
  }
  .row-cart .cell-tarif {
    font-size: 15px;
  }
  .row-cart .cell-price {
    font-size: 15px;
  }
  .row-cart .cell-pastille {
    font-size: 15px;
    vertical-align: middle;
  }
  .row-cart .cell-estimdlv {
    font-size: 15px;
    vertical-align: middle;
  }
}
.list-addresses li {
  padding: 6px 0 20px;
}
.list-addresses address {
  margin-bottom: 5px;
  line-height: 1.4em;
}
.list-addresses address .title {
  text-transform: uppercase;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 800;
  font-size: 14px;
}
.list-addresses address .name {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.list-addresses input.btn {
  display: block;
}

@media only screen and (min-width: 530px) {
  .list-addresses li {
    float: left;
    width: 50%;
  }
}
.new-address-wrapper {
  padding: 12px 0 15px;
}

.input-paiement .mode {
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px;
}
.input-paiement label {
  display: block;
  padding: 4px;
}
.input-paiement input {
  position: absolute;
  opacity: 0;
}
.input-paiement input:checked + label {
  border: 1px solid #fa565c;
  color: #fa565c;
}
.input-paiement .ico {
  display: block;
  font-size: 44px;
}
.input-paiement .title {
  display: block;
  font-size: 14px;
  padding: 8px 0 0;
}

.cgv-accept {
  padding: 0 0 9px;
  text-align: center;
}

.cart-tabs {
  border-bottom: 1px solid #dadada;
  height: 37px;
  margin-bottom: 18px;
  margin-top: 3px;
  *zoom: 1;
}
.cart-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cart-tabs.devis {
  margin-top: 50px;
}
.cart-tabs .cart-tab {
  height: 100%;
}
.cart-tabs .cart-tab.active .cart-tab-btn {
  background-color: #fa565c;
  color: #ffffff;
}
.cart-tabs .cart-tab + .cart-tab {
  display: none;
}
.cart-tabs .cart-tab-btn {
  background-color: #dadada;
  color: #69646a;
  text-align: center;
  text-transform: uppercase;
  font-family: "pt_sansbold";
  font-size: 13px;
  display: block;
  padding: 0 10px;
  margin: 0 1px;
  height: 100%;
  white-space: nowrap;
}
.cart-tabs .cart-tab-btn:after, .cart-tabs .cart-tab-btn::after, .cart-tabs .cart-tab-btn .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.cart-tabs .cart-tab-btn span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.cart-tabs a:hover {
  background-color: #fb787d;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .cart-tabs {
    height: 37px;
  }
  .cart-tabs .cart-tab-btn {
    font-size: 15px;
  }
  .cart-tabs .cart-tab {
    float: left;
    width: 33.33333%;
    max-width: 332px;
  }
  .cart-tabs .cart-tab + .cart-tab {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .cart-tabs .cart-tab-btn {
    font-size: 18px;
  }
}
.thanks-text {
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
  padding-bottom: 45px;
  position: relative;
  line-height: 1.3em;
}
.thanks-text:after, .thanks-text::after, .thanks-text .after {
  content: '';
  width: 272px;
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: #eeeeee;
  margin-left: -136px;
  bottom: 0;
}

.choice-text {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.3em;
}

.address-text {
  margin-top: 22px;
  color: #fa565c;
  font-size: 15px;
  line-height: 1.3em;
}
.address-text .title {
  text-transform: uppercase;
}

.paiementinfo-text {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.3em;
}

.invoiceinfo-text {
  margin-top: 23px;
  font-size: 15px;
  line-height: 1.3em;
}

.goodbye-text {
  margin-top: 22px;
  color: #fa565c;
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 16px;
}

.cart-block {
  display: block;
}
.cart-block .head {
  background-color: #fa565c;
  padding: 13px 20px;
}
.cart-block .head .title {
  color: #ffffff;
  font-family: "pt_sansbold";
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}
.cart-block .head.dlv-head {
  margin-bottom: 20px;
}
.cart-block .body {
  border: 1px solid #dadada;
  display: block;
}
.cart-block .body-content {
  display: block;
  overflow: hidden;
  padding: 20px 20px 20px;
}

.cart-block-global {
  padding-bottom: 38px;
  color: #69646a;
}
.cart-block-global > .head {
  background-color: #dadada;
  margin-bottom: 18px;
}
.cart-block-global > .head .title {
  color: #69646a;
}

.cart-block-address .btn {
  float: right;
  font-size: 12px;
  margin-top: 21px;
}
.cart-block-address .address {
  float: left;
  height: 97px;
}
.cart-block-address .body {
  overflow: hidden;
}
.cart-block-address.cart-block-dlv-address {
  width: 100%;
}

.cart-block-payment {
  margin-top: 24px;
}

.address {
  font-size: 14px;
  line-height: 1.4em;
}

.cart-block-choice-addresses .address {
  height: 92px;
}

.open-block-new-address {
  font-size: 12px;
}

.cart-block-new-address {
  background-color: #dadada;
}
.cart-block-new-address .title-block {
  color: #fa565c;
  font-size: 14px;
  font-family: "MuseoSans500Regular";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 9px;
}
.cart-block-new-address .actions {
  margin-top: 18px;
}
.cart-block-new-address .actions .btn {
  font-size: 14px;
}

.cart-block-dlv-choices .head, .cart-block-choice-addresses .head {
  background-color: #fa565c;
}
.cart-block-dlv-choices .head .title, .cart-block-choice-addresses .head .title {
  color: #ffffff;
}
.cart-block-dlv-choices .head .tiny, .cart-block-choice-addresses .head .tiny {
  font-size: 65%;
}
.cart-block-dlv-choices.factu-dlv .btn, .cart-block-choice-addresses.factu-dlv .btn {
  float: right;
  font-size: 12px;
  margin-top: 21px;
}
.cart-block-dlv-choices.factu-dlv .address, .cart-block-choice-addresses.factu-dlv .address {
  float: left;
  height: 97px;
}

.form .cart-block-dlv-choices .cart-block-dlv-choice {
  display: block;
}
.form .cart-block-dlv-choices .cart-block-dlv-choice.disabled {
  background-color: #eeeeee;
}
.form .cart-block-dlv-choices .cart-block-dlv-choice.disabled * {
  cursor: default;
}

@media only screen and (min-width: 768px) {
  .cart-block .head .title {
    font-size: 15px;
  }

  .cart-block-ordertotal {
    float: left;
    width: 32.5%;
  }

  .cart-block-addresses-payment {
    float: left;
    width: 65.5%;
    margin-left: 2%;
  }
  .cart-block-addresses-payment .cart-block-addresses .body-content {
    min-height: 170px;
  }

  .cart-block-addresses {
    overflow: hidden;
  }

  .cart-block-address {
    float: left;
    width: 49%;
  }
  .cart-block-address .title {
    text-align: left;
    font-family: "MuseoSans500Regular";
    font-size: 14px;
  }
  .cart-block-address + .cart-block-address {
    margin-left: 2%;
  }

  .cart-block-dlv-choices {
    width: 49%;
    float: left;
  }
  .cart-block-dlv-choices > .head {
    padding: 22px 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .cart-block-dlv-choices > .head:after, .cart-block-dlv-choices > .head::after, .cart-block-dlv-choices > .head .after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #fa565c;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
  }
  .cart-block-dlv-choices > .head .title {
    font-size: 16px;
  }
  .cart-block-dlv-choices.factu-dlv {
    margin-left: 2%;
  }
  .cart-block-dlv-choices.factu-dlv .btn {
    float: right;
    font-size: 12px;
    margin-top: 21px;
  }
  .cart-block-dlv-choices.factu-dlv .address {
    float: left;
    height: 97px;
  }

  .cart-block-choice-addresses {
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  .cart-block-choice-addresses .input-block {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-top: 9px;
  }
  .cart-block-choice-addresses .input-block .in-text {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text::-webkit-input-placeholder {
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text:-moz-placeholder {
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text::-moz-placeholder {
    color: #69646a;
  }
  .cart-block-choice-addresses .input-block .in-text:-ms-input-placeholder {
    color: #69646a;
  }

  .form-delivery .cart-block-address + .cart-block-address {
    margin-left: 0;
  }
  .form-delivery .cart-block-address {
    width: 50%;
  }
  .form-delivery .cart-block-address .body {
    border-left: 1px solid #dadada;
    border-right: 0 none;
  }
  .form-delivery .cart-block-address + .cart-block-address .body {
    border-left: 0 none;
    border-right: 1px solid #dadada;
  }
  .form-delivery .cart-block-address .address {
    position: relative;
  }
  .form-delivery .cart-block-address .address:before, .form-delivery .cart-block-address .address::before, .form-delivery .cart-block-address .address .before {
    content: '';
    width: 1px;
    background-color: #dadada;
    height: 100%;
    display: block;
    position: absolute;
    left: -20px;
  }
  .form-delivery .cart-block-address.cart-block-dlv-address .body-content {
    width: 49%;
  }
  .form-delivery .cart-block-address.not-dlv-adr {
    width: 100%;
  }
  .form-delivery .cart-block-address.not-dlv-adr .body {
    border: 1px solid #dadada;
  }
}
@media only screen and (min-width: 1300px) {
  .cart-block .head .title {
    font-size: 18px;
  }
}
.input-block-pay-choice .lbl-in-checkbox {
  display: none;
}
.input-block-pay-choice .lbl-in-radio-value {
  padding-left: 10px;
  width: 100%;
  display: block;
  margin-top: 5px;
}
.input-block-pay-choice .lbl-in-radio-text {
  text-transform: uppercase;
  font-family: "MuseoSans500Regular";
  font-size: 15px;
  color: #fa565c;
  height: 30px;
  margin-left: 4%;
  white-space: nowrap;
  width: 108px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.input-block-pay-choice .lbl-in-radio-text:before, .input-block-pay-choice .lbl-in-radio-text::before, .input-block-pay-choice .lbl-in-radio-text .before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #69646a;
  margin-right: 10%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.input-block-pay-choice .lbl-in-radio-text span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.input-block-dlv-choice .lbl-in-checkbox {
  display: none;
}
.input-block-dlv-choice .lbl-in-radio-value {
  white-space: nowrap;
  cursor: pointer;
}
.input-block-dlv-choice .lbl-in-radio-value + .lbl-in-radio-value {
  margin-top: 16px;
}
.input-block-dlv-choice .body-content {
  padding: 38px 16px;
}
.input-block-dlv-choice .lbl-in-radio-text {
  font-family: "MuseoSans500Regular";
  color: #000000;
  margin-left: 2%;
  padding: 3px 15px 3px 3%;
  white-space: normal;
  border-left: 1px solid #69646a;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.input-block-dlv-choice .lbl-in-radio-text .title {
  font-size: 15px;
  color: #fa565c;
  text-transform: uppercase;
}
.input-block-dlv-choice .lbl-in-radio-text .desc {
  font-size: 14px;
  line-height: 1.9em;
}
.input-block-dlv-choice .lbl-in-radio-text .colored {
  color: #fa565c;
  float: none;
}

.form-payment .comment {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.form-payment .actions {
  text-align: center;
}
.form-payment .actions .input-block {
  margin: 0 0 20px 0;
}

.form-delivery .actions {
  margin-top: 35px;
  text-align: center;
}
.form-delivery .cart-block-address.cart-block-dlv-address {
  width: 100%;
  border: 1px solid #dadada;
}
.form-delivery .cart-block-address.cart-block-dlv-address .body-content {
  display: inline-block;
  width: 100%;
  margin-left: -1px;
}

.form-panier-oontinue .actions {
  margin-top: 35px;
  text-align: center;
}

.cart-block-ordertotal .body {
  margin-bottom: 24px;
}
.cart-block-ordertotal .body-content {
  padding-top: 12px;
}
.cart-block-ordertotal .text-franco-port {
  background-color: #fb787d;
  color: #ffffff;
  font-size: 20px;
  font-family: "MuseoSans500Regular";
  text-align: center;
  padding: 28px 0;
}

.cart-foot {
  border: 0 none;
  width: 100%;
  margin-bottom: 0px;
}
.cart-foot th {
  font-size: 16px;
  padding: 0px 0 0 6px;
}
.cart-foot td {
  padding: 7px 11px;
  border: 0 none;
  font-size: 16px;
  text-align: right;
}
.cart-foot .cart-order-total {
  font-family: "pt_sansbold";
  color: #fa565c;
  font-size: 18px;
}
.cart-foot .cart-order-dlv-date {
  color: #fa565c;
}

.form-code-promo {
  background-color: #fb787d;
}
.form-code-promo .body-content {
  padding-bottom: 12px;
}
.form-code-promo .label {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "pt_sansbold";
  font-size: 15px;
  margin: 5px 18% 5px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-code-promo .input-block {
  white-space: nowrap;
  max-width: 212px;
  width: 100%;
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-code-promo .in-text {
  background-color: #ffffff;
  color: #69646a;
}
.form-code-promo .in-text::-webkit-input-placeholder {
  color: #69646a;
}
.form-code-promo .in-text:-moz-placeholder {
  color: #69646a;
}
.form-code-promo .in-text::-moz-placeholder {
  color: #69646a;
}
.form-code-promo .in-text:-ms-input-placeholder {
  color: #69646a;
}
.form-code-promo .btn {
  background-color: #fa565c;
  color: #ffffff;
  min-width: 0;
  max-width: 38px;
  height: 30px;
  padding: 6px 3px 7px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-code-promo .btn.del-promo {
  max-width: 65px;
}
.form-code-promo .code-pmt {
  color: #ffffff;
  font-weight: 600;
  padding: 0 15px;
}

@media only screen and (min-width: 530px) {
  .input-block-pay-choice .lbl-in-radio-value {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .input-block-pay-choice .lbl-in-checkbox {
    display: none;
  }
  .input-block-pay-choice .lbl-in-radio-text {
    margin-left: 4%;
  }

  .form-delivery .cart-block-address.cart-block-dlv-address .body-content {
    width: 49%;
  }
}
@media only screen and (min-width: 1180px) {
  .input-block-pay-choice .lbl-in-radio-value {
    float: left;
    width: 25%;
  }
}
#breadcrumbs-cart {
  margin-bottom: 18px;
  padding-top: 5px;
}
#breadcrumbs-cart li {
  font-size: 13px;
  text-transform: uppercase;
  display: none;
}
#breadcrumbs-cart li .label {
  border-bottom: 4px solid #dadada;
  display: block;
  padding: 8px 12px;
}
#breadcrumbs-cart li a.label {
  color: #69646a;
  border-bottom: 4px solid #fa565c;
}
#breadcrumbs-cart li a.label:hover {
  color: #fa565c;
}
#breadcrumbs-cart li.current {
  color: #fa565c;
  font-family: "pt_sansbold";
  display: block;
}
#breadcrumbs-cart li.current .label {
  border-bottom: 4px solid #fa565c;
  color: #fa565c;
}
#breadcrumbs-cart li.current a.label {
  border-bottom: 4px solid #fa565c;
  color: #fa565c;
}

@media only screen and (min-width: 768px) {
  #breadcrumbs-cart {
    float: right;
    margin-bottom: 23px;
  }
  #breadcrumbs-cart li {
    float: left;
    display: block;
  }
  #breadcrumbs-cart li .label {
    padding: 12px 12px 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-block-choice-addresses .head .title br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .cart-block-choice-addresses .head .title br {
    display: inline;
  }
}
@media only screen and (min-width: 1740px) {
  #div-cart .feature {
    margin-right: 0;
  }
  #div-cart .feature .picto {
    width: 46px;
    height: 46px;
  }
  #div-cart .feature .picto .ico {
    font-size: 27px;
  }
  #div-cart .feature:first-child {
    margin-right: 19%;
  }

  .cart-block-choice-addresses .head .title br {
    display: none;
  }
}
.batch .cms-content pre {
  border: 1px solid #C4C4C4;
  padding: 5px;
  max-width: 200px;
  margin-left: 20px;
}
.batch .cms-content textarea {
  color: #ffffff;
  font-size: 1.1em;
  width: 100%;
}
.batch .cms-content #batch-order {
  margin-bottom: 30px;
}

.form-send-devis .action, .form-choose-adr .action {
  text-align: right;
  border-top: 1px solid #d6ccb2;
  padding-top: 30px;
  max-width: 978px;
  margin: 30px auto;
}

.form-choose-adr .cart-block-address {
  margin-top: 25px;
}
.form-choose-adr .cart-block-address .body-content {
  border: 1px solid #dadada;
  display: inline-block;
  width: 100%;
  margin: 0 5px 5px 0;
}

@media only screen and (min-width: 768px) {
  .form-choose-adr .cart-block-address .body-content {
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .form-choose-adr .cart-block-address .body-content {
    width: 32%;
  }
}
.ui-selectmenu-menu .ui-menu {
  max-height: 200px;
}

.modal-prd-w table {
  width: 100%;
}

.cart-box-zipcode {
  background: #dadada;
  margin: 10px 0;
  padding: 10px;
}
.cart-box-zipcode .form label {
  text-transform: uppercase;
  color: #69646a;
  font-family: "pt_sansbold";
  font-size: 15px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.cart-box-zipcode .form input {
  background-color: #ffffff;
  color: #69646a;
  max-width: 100px;
}
.cart-box-zipcode .form .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  min-width: 0;
  background-color: #fa565c;
  color: #ffffff;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

#logo-bw {
  display: none;
}

#footer {
  padding: 16px 0 52px;
  color: #ffffff;
  font-family: 'MuseoSans500Regular';
  background-image: url("/images/bg-footer-public.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .sociaux {
  margin-left: 29px;
  float: left;
}
#footer .sociaux .ico {
  font-size: 24px;
}
#footer .sociaux .social:hover {
  color: #00d6d3;
  text-decoration: none;
}

.public #footer {
  background-image: url("/images/bg-footer-public.png");
}

.footer-links {
  display: none;
}

.contacts {
  margin-left: 16px;
  float: left;
  margin-bottom: 18px;
}

.contact {
  overflow: hidden;
  color: #ffffff;
  display: block;
}
.contact .ico {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
.contact .label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.contact .numero, .contact .mail {
  font-size: 10px;
  display: block;
  margin-bottom: 4px;
  white-space: nowrap;
}

.legals {
  float: left;
  margin-left: 17px;
}

.legals li {
  margin-bottom: 8px;
  font-size: 10px;
  display: inline;
}
.legals li + li {
  margin-left: 10px;
}

.public .copy-legals {
  margin-top: 7px;
}

.padding-bottom {
  padding-bottom: 19px;
}

#footer-store-pro a:hover {
  text-decoration: none;
}
#footer-store-pro a:hover span + span {
  text-decoration: underline;
}
#footer-store-pro .ico {
  margin-right: 11px;
}
#footer-store-pro li + li {
  margin-top: 16px;
}

#newsletter {
  clear: both;
  margin-left: 16px;
  margin-right: 16px;
}
#newsletter .input-block {
  margin-top: 9px;
}
#newsletter .input-block .in-text {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #69646a;
}
#newsletter .input-block .in-text::-webkit-input-placeholder {
  color: #999999;
}
#newsletter .input-block .in-text:-moz-placeholder {
  color: #999999;
}
#newsletter .input-block .in-text::-moz-placeholder {
  color: #999999;
}
#newsletter .input-block .in-text:-ms-input-placeholder {
  color: #999999;
}

#copyright {
  float: right;
  margin-right: 7px;
}
#copyright span {
  font-size: 0.83333em;
}

.footers-links-w {
  display: none;
}

@media only screen and (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 26px;
  }

  #footer {
    padding: 24px 0 40px;
  }
  #footer .sociaux {
    margin-left: 26px;
    margin-top: 12px;
  }

  .footer-links {
    float: left;
    margin: 11px 0 0 48px;
    display: block;
  }
  .footer-links li {
    margin-bottom: 4px;
    font-size: 10px;
    font-size: 11px;
  }
  .footer-links .title {
    font-size: 13px;
  }
  .footer-links .title + ul {
    margin-top: 8px;
  }

  #footer-store-pro {
    margin-left: 0.6%;
    margin-right: 3%;
  }

  .footers-links-w {
    display: block;
    float: left;
    width: 45%;
    border-left: 1px solid #ffffff;
  }

  #footer-links-1 {
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    padding-top: 11px;
    margin-top: 0;
  }
  #footer-links-1 li {
    margin-top: 9px;
    font-size: 10px;
  }

  #footer-links-2 {
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
    padding-top: 11px;
    margin-top: 0;
  }
  #footer-links-2 li {
    margin-top: 9px;
    font-size: 10px;
  }

  .extranet .legals {
    padding: 5px 0 0 12px;
  }

  .legals li {
    display: inline;
    font-size: 11px;
    padding: 0;
  }
  .legals li a:hover, .legals li a:active {
    text-decoration: underline;
  }

  #logo-bw {
    float: left;
    width: 90px;
    height: auto;
    display: block;
    margin-left: -7px;
  }

  .contacts {
    float: left;
    margin-right: 10px;
    margin-left: 26px;
    margin-top: 11px;
  }

  .public .contacts {
    width: 18%;
  }

  .extranet .legals {
    float: right;
    padding: 0;
    margin-right: 14px;
  }

  #copyright {
    margin-right: -11px;
  }

  .extranet .copy-legals {
    margin-top: -34px;
  }

  #newsletter {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .footers-links-w {
    float: left;
    width: 32%;
  }

  .footers-links-w {
    border-right: 1px solid #ffffff;
  }

  .public .contacts {
    width: 14%;
  }

  #newsletter {
    float: left;
    clear: none;
    padding-top: 10px;
    margin-left: 2%;
  }
}
@media only screen and (min-width: 1300px) {
  .padding-bottom {
    padding-bottom: 34px;
  }

  #footer {
    padding: 48px 0 52px;
  }
  #footer .sociaux {
    margin-top: 5px;
    margin-left: 53px;
  }
  #footer .sociaux .ico {
    font-size: 49px;
  }

  .public #footer {
    padding-top: 61px;
  }

  .footer-links {
    float: left;
    margin: 18px 0 0 74px;
    display: block;
  }
  .footer-links li {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .footer-links .title {
    font-size: 15px;
  }

  #footer-store-pro li + li {
    margin-top: 28px;
  }

  .footers-links-w {
    width: 29%;
  }

  #footer-links-1, #footer-links-2 {
    padding-top: 12px;
  }
  #footer-links-1 li, #footer-links-2 li {
    margin-top: 9px;
    font-size: 12px;
  }

  #newsletter {
    padding-top: 18px;
    margin-left: 3.6%;
    margin-right: 0%;
    width: 15.5%;
  }
  #newsletter .title {
    font-size: 15px;
  }

  #copyright {
    margin-left: 4px;
  }

  #logo-bw {
    width: 132px;
    margin-bottom: 14px;
    margin-left: 34px;
    height: auto;
  }

  .public #logo-bw {
    width: 11%;
    margin-bottom: 14px;
    margin-left: 1%;
    max-width: 132px;
  }

  .contacts {
    margin-left: 64px;
    margin-top: 18px;
  }
  .contacts .numero {
    font-size: 1.25em;
  }
  .contacts .mail {
    font-size: 1.25em;
  }
  .contacts .label {
    margin-left: 5px;
  }

  .public .contacts {
    margin-left: 1%;
    margin-right: 1%;
    width: 18%;
  }

  .contact + .contact {
    margin-top: 5px;
  }

  .legals li {
    font-size: 1.08333em;
  }

  #copyright span {
    font-size: 1.08333em;
  }

  .extranet .copy-legals {
    margin-top: -45px;
    margin-right: 10px;
  }
}
#top-link-w {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1001;
  height: 1px;
  background: transparent;
}

.touch .oneinputfocus #top-link-w {
  display: none;
}

#top-link {
  text-decoration: none;
  background: none repeat scroll 0 0 #fa565c;
  position: absolute;
  width: 31px;
  right: 18px;
  bottom: 10px;
  display: none;
  text-align: center;
  height: 31px;
}
#top-link .ico {
  color: #ffffff;
  font-size: 20px;
  line-height: 31px;
}

.brands-block-w {
  margin-top: 22px;
}

.brands-block {
  width: auto;
  padding: 0 28px 9px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.brands-block .more {
  margin: 9px 0 0;
  float: right;
  color: #fa565c;
  font-family: 'MuseoSans500Regular';
  font-size: 13px;
}

.brands-list-w {
  position: relative;
}

.brandw {
  padding: 0 5px;
}

.brand {
  max-width: 191px;
  border: 1px solid #eeeeee;
  margin: 0 auto;
  position: relative;
}
.brand a {
  display: block;
}
.brand .title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  word-wrap: break-word;
  white-space: nowrap;
  white-space: nowrap;
}
.brand .title .label {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  white-space: normal;
}
.brand .title:after, .brand .title::after, .brand .title .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media only screen and (min-width: 768px) {
  .brands-block {
    padding: 0 43px 16px;
    margin-top: 24px;
  }

  .brandw {
    padding: 0 9px;
  }

  #top-link {
    width: 38px;
    height: 38px;
    right: 11px;
    bottom: 10px;
  }
  #top-link .ico {
    font-size: 29px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1300px) {
  .brands-block {
    padding: 0 9.89474% 50px;
    margin-top: 45px;
  }

  .brandw {
    padding: 0 16px;
  }

  #top-link {
    width: 38px;
    height: 38px;
    right: 11px;
    bottom: 10px;
  }
  #top-link .ico {
    font-size: 29px;
    line-height: 38px;
  }
}
#reassurance {
  background-color: #dadada;
  padding: 17px 6px 17px;
  text-align: center;
}
#reassurance li {
  height: 32px;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
#reassurance li:after, #reassurance li::after, #reassurance li .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#reassurance li + li {
  margin-left: 0.5%;
}
#reassurance li .ico {
  display: block;
  color: #fa565c;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  font-size: 19px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
#reassurance li .ico:after, #reassurance li .ico::after, #reassurance li .ico .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#reassurance li .ico:before, #reassurance li .ico::before, #reassurance li .ico .before {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#reassurance li .label {
  text-transform: uppercase;
  white-space: normal;
  margin-left: 35px;
  text-align: left;
  color: #69646a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#reassurance li .label .subtitle {
  text-transform: none;
}

@media only screen and (min-width: 1000px) {
  .page-cart-process #reassurance {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
  #reassurance li {
    height: 48px;
  }
  #reassurance li + li {
    margin-left: 2%;
  }
  #reassurance li .ico {
    width: 48px;
    height: 48px;
    font-size: 27px;
  }
  #reassurance li .label {
    margin-left: 59px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1300px) {
  #reassurance li .label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1900px) {
  #reassurance li {
    height: 64px;
  }
  #reassurance li + li {
    margin-left: 4%;
  }
  #reassurance li .ico {
    width: 64px;
    height: 64px;
    font-size: 40px;
  }
  #reassurance li .label {
    margin-left: 80px;
    font-size: 18px;
  }
}
.cookies {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  background: #fa565c;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: left;
  padding: 10px;
  display: flex;
}
.cookies div {
  display: inline-block;
  font-size: 11px;
  line-height: 1.4em;
}
.cookies div.btn-group {
  margin: 0;
  padding: 0;
}
.cookies div.btn-group .btn {
  margin: 0;
}
.cookies div a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .cookies {
    display: block;
  }
  .cookies div.btn-group {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.vam {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: normal;
}

.col-services, .col-downloads, .col-news .more-all {
  display: none;
}

.speed-dials .speed-dial, .speed-dials-alt .speed-dial {
  background-color: #ffffff;
  display: block;
  color: #69646a;
  margin: 0 10px;
  padding: 8px 19px;
  height: 73px;
  position: relative;
}
.speed-dials .speed-dial .picto-w, .speed-dials-alt .speed-dial .picto-w {
  float: left;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #00d6d3;
  width: 56px;
  height: 56px;
  position: relative;
  text-align: center;
  margin-right: 22px;
}
.speed-dials .speed-dial .picto-w:after, .speed-dials .speed-dial .picto-w::after, .speed-dials .speed-dial .picto-w .after, .speed-dials-alt .speed-dial .picto-w:after, .speed-dials-alt .speed-dial .picto-w::after, .speed-dials-alt .speed-dial .picto-w .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .picto-w .picto, .speed-dials-alt .speed-dial .picto-w .picto {
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .picto-w .picto .ico, .speed-dials-alt .speed-dial .picto-w .picto .ico {
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.speed-dials .speed-dial .picto-w .picto .ico:after, .speed-dials .speed-dial .picto-w .picto .ico::after, .speed-dials .speed-dial .picto-w .picto .ico .after, .speed-dials-alt .speed-dial .picto-w .picto .ico:after, .speed-dials-alt .speed-dial .picto-w .picto .ico::after, .speed-dials-alt .speed-dial .picto-w .picto .ico .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .picto-w .picto .ico:before, .speed-dials .speed-dial .picto-w .picto .ico::before, .speed-dials .speed-dial .picto-w .picto .ico .before, .speed-dials-alt .speed-dial .picto-w .picto .ico:before, .speed-dials-alt .speed-dial .picto-w .picto .ico::before, .speed-dials-alt .speed-dial .picto-w .picto .ico .before {
  vertical-align: middle;
}
.speed-dials .speed-dial .label-wrapper, .speed-dials-alt .speed-dial .label-wrapper {
  overflow: hidden;
  display: block;
  height: 100%;
  white-space: nowrap;
}
.speed-dials .speed-dial .label-wrapper:after, .speed-dials .speed-dial .label-wrapper::after, .speed-dials .speed-dial .label-wrapper .after, .speed-dials-alt .speed-dial .label-wrapper:after, .speed-dials-alt .speed-dial .label-wrapper::after, .speed-dials-alt .speed-dial .label-wrapper .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .label-wrapper strong, .speed-dials-alt .speed-dial .label-wrapper strong {
  display: block;
}
.speed-dials .speed-dial .label, .speed-dials-alt .speed-dial .label {
  text-transform: uppercase;
  font-size: 13.56px;
  padding-bottom: 9px;
  position: relative;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials .speed-dial .label strong, .speed-dials-alt .speed-dial .label strong {
  color: #00d6d3;
}
.speed-dials .speed-dial .icon, .speed-dials-alt .speed-dial .icon {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -20.375px;
  *zoom: 0.75;
  -moz-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}
.speed-dials .form-speed-add-ref .label, .speed-dials-alt .form-speed-add-ref .label {
  margin-bottom: 0;
  padding-bottom: 0;
}
.speed-dials .form-speed-add-ref .label:before, .speed-dials .form-speed-add-ref .label::before, .speed-dials .form-speed-add-ref .label .before, .speed-dials-alt .form-speed-add-ref .label:before, .speed-dials-alt .form-speed-add-ref .label::before, .speed-dials-alt .form-speed-add-ref .label .before {
  display: none;
}

.speed-dials a.speed-dial:hover {
  background-color: #00d6d3;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #ffffff;
}
.speed-dials a.speed-dial:hover .label {
  color: #ffffff;
}
.speed-dials a.speed-dial:hover .label strong {
  color: #ffffff;
}
.speed-dials a.speed-dial:hover .label:before, .speed-dials a.speed-dial:hover .label::before, .speed-dials a.speed-dial:hover .label .before {
  background-color: #ffffff;
}
.speed-dials a.speed-dial:hover .picto-w {
  background-color: #ffffff;
}
.speed-dials a.speed-dial:hover .picto-w .ico {
  color: #00d6d3;
}
.speed-dials a.speed-dial:hover .icon {
  background-position: 0 -159px;
}

.speed-dials-alt a.speed-dial:hover {
  background-color: #00d6d3;
}

.home-grid {
  padding-bottom: 14px;
  padding-top: 12px;
}
.home-grid .col + .col {
  margin-top: 12px;
}
.home-grid .col.col-news {
  margin-top: 22px;
}

.speed-dials .row + .row {
  margin-top: 12px;
}

.speed-dials-alt {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 17px;
}
.speed-dials-alt .speed-dial {
  margin: 0;
  border-right: 1px dotted #ffffff;
  background-color: transparent;
  width: 33.33333%;
  float: left;
  padding: 14px 0 0;
  height: 131px;
  text-align: center;
}
.speed-dials-alt .speed-dial .picto-w {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  float: none;
}
.speed-dials-alt .speed-dial .picto-w .picto {
  color: #00d6d3;
}
.speed-dials-alt .speed-dial .label {
  color: #ffffff;
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.4em;
  font-family: 'MuseoSans500Regular';
}
.speed-dials-alt .speed-dial .label:before, .speed-dials-alt .speed-dial .label::before, .speed-dials-alt .speed-dial .label .before {
  display: none;
}
.speed-dials-alt .speed-dial:first-child {
  border-left: 1px dotted #ffffff;
}
.speed-dials-alt .row {
  margin-right: -1px;
  overflow: hidden;
  border-bottom: 1px dotted #ffffff;
}
.speed-dials-alt .actions {
  text-align: center;
}
.speed-dials-alt .btn {
  font-size: 10px;
  margin: 17px auto 0;
  padding: 7px 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.speed-dials-alt .row + .row {
  margin-top: 0;
}

.form-speed-add-ref {
  padding-bottom: 0;
  white-space: nowrap;
  padding-top: 5px;
  white-space: nowrap;
}
.form-speed-add-ref:after, .form-speed-add-ref::after, .form-speed-add-ref .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-speed-add-ref .label {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form-speed-add-ref .label:before, .form-speed-add-ref .label::before, .form-speed-add-ref .label .before {
  display: none;
}
.form-speed-add-ref .in-text {
  width: 38%;
  min-width: 105px;
  height: 25px;
  margin-right: 5px;
  background-color: #eeeeee;
  border: 1px solid #999999;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.form-speed-add-ref .in-text::-webkit-input-placeholder {
  color: #999999;
}
.form-speed-add-ref .in-text:-moz-placeholder {
  color: #999999;
}
.form-speed-add-ref .in-text::-moz-placeholder {
  color: #999999;
}
.form-speed-add-ref .in-text:-ms-input-placeholder {
  color: #999999;
}
.form-speed-add-ref .btn {
  height: 25px;
  padding: 0 8px;
  min-width: 0;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 10px;
}
.form-speed-add-ref .actions {
  margin-bottom: 5px;
  margin-top: 5px;
}

#tbl-cart-w .form-speed-add-ref {
  background-color: #dadada;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  padding: 15px 16px;
  white-space: normal;
}
#tbl-cart-w .form-speed-add-ref .label {
  font-size: 1.08333em;
  margin-right: 18px;
  margin-bottom: 0;
  line-height: 1.4em;
  vertical-align: top;
  height: 38px;
  padding-top: 8px;
  float: left;
  text-transform: uppercase;
}
#tbl-cart-w .form-speed-add-ref .btn {
  width: auto;
  padding: 6px;
}
#tbl-cart-w .form-speed-add-ref .in-text {
  width: 26%;
  min-width: 146px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#tbl-cart-w .form-speed-add-ref .actions {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#tbl-cart-w .form-speed-add-ref:after, #tbl-cart-w .form-speed-add-ref::after, #tbl-cart-w .form-speed-add-ref .after {
  display: none;
}

#menu-speed-dials-w .actions {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media only screen and (min-width: 1300px) {
  .form-speed-add-ref {
    padding-bottom: 0;
  }
  .form-speed-add-ref .label {
    display: block;
    margin-bottom: 7px;
  }
  .form-speed-add-ref .in-text {
    width: 28%;
    height: 28px;
    margin-right: 11px;
  }
  .form-speed-add-ref .btn {
    height: 28px;
    font-size: 1em;
  }

  .home .form-speed-add-ref .actions {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.news-list-block {
  position: relative;
  margin: 0 8px 0;
  padding-top: 45px;
}
.news-list-block .slider-nav {
  font-size: 32px;
  top: 0;
  margin-top: 0;
  font-size: 17px;
  width: 42px;
  height: 35px;
  background-color: #dadada;
  color: #69646a;
}
.news-list-block .slider-nav.prev {
  right: 43px;
  left: auto;
}
.news-list-block .slider-nav.next {
  right: 0;
}
.news-list-block .media {
  max-height: 315px;
  margin: 0 auto;
  padding: 0 1px;
}

.home .produits-list-w {
  margin-top: 16px;
  margin-bottom: 0;
}
.home .title-n1 {
  margin-bottom: 0;
  margin-top: 0;
}
.home .title-n1 a {
  color: white;
  display: block;
  width: 100%;
}
.home .title-n1 a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .home-grid {
    padding-top: 22px;
    padding-bottom: 28px;
    overflow: hidden;
  }
  .home-grid .col {
    float: left;
    width: 50%;
  }
  .home-grid .col + .col {
    margin-top: 0;
  }
  .home-grid + .home-grid {
    margin-top: 33px;
  }

  .speed-dials .row {
    overflow: hidden;
  }
  .speed-dials .row + .row {
    margin-top: 38px;
  }
  .speed-dials .form-speed-add-ref .label {
    margin-bottom: 4px;
    padding-bottom: 9px;
  }
  .speed-dials .form-speed-add-ref .label:before, .speed-dials .form-speed-add-ref .label::before, .speed-dials .form-speed-add-ref .label .before {
    display: block;
  }

  .speed-dials .speed-dial, .speed-dials-alt .speed-dial {
    padding: 9px 19px;
    height: 102px;
    margin: 0 27px;
    white-space: nowrap;
    white-space: nowrap;
  }
  .speed-dials .speed-dial:before, .speed-dials .speed-dial::before, .speed-dials .speed-dial .before, .speed-dials-alt .speed-dial:before, .speed-dials-alt .speed-dial::before, .speed-dials-alt .speed-dial .before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .speed-dials .speed-dial .picto-w, .speed-dials-alt .speed-dial .picto-w {
    width: 67px;
    height: 67px;
    float: none;
  }
  .speed-dials .speed-dial .picto-w .picto, .speed-dials-alt .speed-dial .picto-w .picto {
    font-size: 42px;
  }
  .speed-dials .speed-dial .picto-w .ico, .speed-dials-alt .speed-dial .picto-w .ico {
    font-size: 42px;
  }
  .speed-dials .speed-dial .label-wrapper, .speed-dials-alt .speed-dial .label-wrapper {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .speed-dials .speed-dial .label, .speed-dials-alt .speed-dial .label {
    font-size: 15px;
  }

  .speed-dials-alt {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .speed-dials-alt .speed-dial {
    padding-top: 27px;
    height: 169px;
    margin: 0;
  }
  .speed-dials-alt .speed-dial:before, .speed-dials-alt .speed-dial::before, .speed-dials-alt .speed-dial .before {
    display: none;
  }
  .speed-dials-alt .speed-dial .picto-w {
    width: 92px;
    height: 92px;
  }
  .speed-dials-alt .speed-dial .picto-w .picto {
    font-size: 60px;
  }
  .speed-dials-alt .speed-dial .label {
    margin-top: 17px;
  }
  .speed-dials-alt .speed-dial .label br {
    display: none;
  }
  .speed-dials-alt .btn {
    margin-top: 20px;
  }

  .home .produits-list-w {
    margin-top: 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .home .produits-list-w {
    margin-bottom: 38px;
  }

  .home-grid {
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .home-grid + .home-grid {
    margin-top: 42px;
  }

  .speed-dials-alt {
    padding-top: 0;
    padding-bottom: 46px;
  }
  .speed-dials-alt .speed-dial {
    padding-top: 27px;
    height: 235px;
    margin: 0;
  }
  .speed-dials-alt .speed-dial:before, .speed-dials-alt .speed-dial::before, .speed-dials-alt .speed-dial .before {
    display: none;
  }
  .speed-dials-alt .speed-dial .picto-w {
    width: 137px;
    height: 137px;
  }
  .speed-dials-alt .speed-dial .picto-w .picto {
    font-size: 76px;
  }
  .speed-dials-alt .speed-dial .label {
    margin-top: 26px;
    font-size: 15px;
  }
  .speed-dials-alt .speed-dial .label br {
    display: none;
  }
  .speed-dials-alt .speed-dial:first-child {
    border-left: 1px dotted #ffffff;
  }
  .speed-dials-alt .btn {
    margin-top: 46px;
    font-size: 15px;
    padding: 13px 23px;
  }
}
@media only screen and (min-width: 1900px) {
  .speed-dials .row {
    width: 50%;
    float: left;
  }
  .speed-dials .row + .row {
    margin-top: 0;
  }

  .speed-dials .speed-dial {
    margin: 0 15px;
    padding: 14px 19px 15px;
    height: 118px;
  }
  .speed-dials .speed-dial .picto-w {
    position: relative;
  }
  .speed-dials .speed-dial .picto-w .ico {
    font-size: 3.2vw;
  }
  .speed-dials .speed-dial .picto-w:after, .speed-dials .speed-dial .picto-w::after, .speed-dials .speed-dial .picto-w .after {
    display: none;
  }
  .speed-dials .speed-dial .label {
    text-transform: uppercase;
    font-size: 1.5em;
  }
  .speed-dials .speed-dial .ico-arrow-thin-right {
    font-size: 24px;
    margin-top: -15px;
  }
}
.home-block {
  margin-top: 16px;
  background-image: url("/images/login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.home-block .title-n1 {
  background-color: #00d6d3;
}

#home-slider-w {
  display: none;
}

@media only screen and (min-width: 768px) {
  #home-slider-w {
    display: block;
    position: relative;
  }
  #home-slider-w .slider-nav.prev {
    left: 15px;
  }
  #home-slider-w .slider-nav.next {
    right: 15px;
  }
}
@media only screen and (min-width: 1300px) {
  #home-slider-w {
    margin-bottom: 0;
  }
}
.home-slider img {
  width: 100%;
}

.home-cols {
  max-width: 398px;
  margin: 16px auto 0;
}
.home-cols .last-col {
  position: relative;
}
.home-cols .last-col > img {
  display: none;
  visibility: hidden;
}
.home-cols .first-col, .home-cols .last-col {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .home-cols {
    overflow: hidden;
  }
  .home-cols .first-col {
    width: 26.08126%;
    float: left;
  }
  .home-cols .main-col {
    width: 44.69201%;
    margin: 0 0 0 1.57%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .home-cols .last-col {
    width: 26.08126%;
    float: right;
  }
  .home-cols .first-col, .home-cols .last-col {
    margin-top: 0;
  }
}
#stores {
  position: relative;
  display: block;
}

#form-stores-w {
  position: absolute;
  width: 100%;
  top: 0;
}

#form-stores {
  padding: 7% 7% 0 7%;
}
#form-stores .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "pt_sansbold";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#form-stores .subtitle {
  margin-top: 2%;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
}
#form-stores .input-block {
  margin-top: 78%;
}
#form-stores .input-block .in-text {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #69646a;
}
#form-stores .input-block .in-text::-webkit-input-placeholder {
  color: #999999;
}
#form-stores .input-block .in-text:-moz-placeholder {
  color: #999999;
}
#form-stores .input-block .in-text::-moz-placeholder {
  color: #999999;
}
#form-stores .input-block .in-text:-ms-input-placeholder {
  color: #999999;
}

#form-home-newsletter {
  padding: 6.5% 7% 0 7%;
}
#form-home-newsletter .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "pt_sansbold";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#form-home-newsletter .subtitle {
  margin-top: 2%;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.4em;
}
#form-home-newsletter .input-block {
  margin-top: 7.5%;
}
#form-home-newsletter .input-block .in-text {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #69646a;
}
#form-home-newsletter .input-block .in-text::-webkit-input-placeholder {
  color: #999999;
}
#form-home-newsletter .input-block .in-text:-moz-placeholder {
  color: #999999;
}
#form-home-newsletter .input-block .in-text::-moz-placeholder {
  color: #999999;
}
#form-home-newsletter .input-block .in-text:-ms-input-placeholder {
  color: #999999;
}
#form-home-newsletter .input-block .btn {
  display: none;
}
#form-home-newsletter .input-block-submit {
  padding-right: 0;
}
#form-home-newsletter .actions {
  margin-top: 6%;
  text-align: center;
}
#form-home-newsletter .actions .btn {
  font-size: 12px;
}

#home-sociaux {
  padding: 4.5% 8% 0 8%;
  text-align: center;
}
#home-sociaux .title {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}
#home-sociaux ul {
  margin-top: 5%;
  overflow: hidden;
}
#home-sociaux li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 17%;
}
#home-sociaux li a {
  position: relative;
  display: block;
}
#home-sociaux li a:hover .voile {
  opacity: 1;
}
#home-sociaux li + li {
  margin-left: 10%;
}
#home-sociaux .voile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/images/rgbapng/00d6d333-5.png?1657550083');
  background: rgba(0, 214, 211, 0.2);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#encart {
  position: relative;
}
#encart .slider-nav {
  background-color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 54.2px;
  height: 54.2px;
  text-align: center;
  margin-top: -41px;
}
#encart .slider-nav .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#encart .slider-nav.next {
  right: 1%;
}
#encart .slider-nav.prev {
  left: 1%;
}

#home-newsletter {
  background-color: #fa565c;
  padding-bottom: 16px;
}

#home-sociaux {
  margin-top: 16px;
  padding-bottom: 16px;
  background-color: #00d6d3;
}

@media only screen and (min-width: 768px) {
  .home-cols {
    max-width: none;
  }
  .home-cols .last-col > img {
    display: block;
    visibility: hidden;
  }

  #form-stores {
    padding: 7% 4% 0 10%;
  }
  #form-stores .subtitle {
    display: none;
  }

  #form-home-newsletter {
    padding: 6.5% 5% 0 7%;
  }
  #form-home-newsletter .subtitle {
    display: none;
  }
  #form-home-newsletter .input-block .btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #form-home-newsletter .input-block-submit {
    padding-right: 36px;
  }
  #form-home-newsletter .actions {
    display: none;
  }

  #home-sociaux .title {
    display: none;
  }

  #home-newsletter {
    width: 100%;
    height: 60.4%;
    position: absolute;
    top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }

  #home-sociaux {
    width: 100%;
    height: 34%;
    position: absolute;
    top: 66%;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #form-stores .subtitle {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .home-cols {
    margin-top: 48px;
  }

  #form-stores .title {
    font-size: 15px;
  }
  #form-stores .subtitle {
    font-size: 11px;
  }

  #form-home-newsletter .subtitle {
    display: block;
  }
  #form-home-newsletter .actions {
    display: block;
  }
  #form-home-newsletter .input-block {
    padding-right: 0;
    margin-top: 3.5%;
  }
  #form-home-newsletter .input-block .btn {
    display: none;
  }
  #form-home-newsletter .actions {
    margin-top: 3%;
  }

  #home-sociaux .title {
    display: block;
  }
}
@media only screen and (min-width: 1900px) {
  #stores .title {
    font-size: 19.45px;
  }
  #stores .subtitle {
    font-size: 17.16px;
  }

  #form-home-newsletter .title {
    font-size: 19px;
  }
  #form-home-newsletter .subtitle {
    font-size: 17px;
    text-transform: uppercase;
  }
  #form-home-newsletter .input-block {
    margin-top: 7.5%;
  }
  #form-home-newsletter .actions {
    margin-top: 6%;
  }

  #home-sociaux .title {
    font-size: 15px;
  }
}
#encart a, #encart img {
  display: block;
}

.home-banners-w {
  position: relative;
}
.home-banners-w .home-banners.slick-dotted {
  margin-bottom: 0;
}
.home-banners-w .prev, .home-banners-w .next {
  margin-bottom: -28px;
}
@media only screen and (min-width: 768px) {
  .home-banners-w .prev, .home-banners-w .next {
    *zoom: 1.15;
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
.home-banners-w .prev {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .home-banners-w .prev {
    left: 10px;
  }
}
.home-banners-w .next {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .home-banners-w .next {
    right: 10px;
  }
}
.home-banners-w .slick-dots {
  position: absolute;
  bottom: 10px;
  z-index: 1;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

#form-search-stores {
  background-color: #00d6d3;
  padding: 12px 18px 16px;
  white-space: nowrap;
  overflow: hidden;
}
#form-search-stores .ico {
  width: 77px;
  height: 77px;
  font-size: 48px;
  background-color: #fa565c;
  color: #ffffff;
  white-space: nowrap;
  text-align: center;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  white-space: nowrap;
}
#form-search-stores .ico:after, #form-search-stores .ico::after, #form-search-stores .ico .after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#form-search-stores .ico:before, #form-search-stores .ico::before, #form-search-stores .ico .before {
  vertical-align: middle;
}
#form-search-stores .desc {
  padding: 7px 18px 0;
  color: #ffffff;
  font-family: "MuseoSans500Regular";
  font-size: 15px;
  border-top: 1px solid #ffffff;
  line-height: 1.3em;
  white-space: normal;
  font-size: 13px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#form-search-stores .input-block {
  padding-top: 16px;
}
#form-search-stores .input-block .in-text {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #69646a;
  max-width: 220px;
}
#form-search-stores .input-block .in-text::-webkit-input-placeholder {
  color: #999999;
}
#form-search-stores .input-block .in-text:-moz-placeholder {
  color: #999999;
}
#form-search-stores .input-block .in-text::-moz-placeholder {
  color: #999999;
}
#form-search-stores .input-block .in-text:-ms-input-placeholder {
  color: #999999;
}
#form-search-stores + .subcats {
  margin-top: 32px;
}

@media only screen and (min-width: 530px) {
  #form-search-stores .ico {
    width: 77px;
    height: 77px;
    font-size: 48px;
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 25px;
    float: left;
  }
  #form-search-stores .desc {
    border-top: 0 none;
    border-left: 1px solid #ffffff;
    padding: 0 31px 0;
    width: 87%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  #form-search-stores .desc-input-block {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #form-search-stores .desc {
    width: 63%;
    font-size: 15px;
    border-right: 1px solid #ffffff;
    margin: 0;
  }
  #form-search-stores .input-block {
    float: none;
    width: 30.8%;
    margin-left: 1%;
    margin-right: 4%;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #form-search-stores .input-block .in-text {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #69646a;
  }
  #form-search-stores .input-block .in-text::-webkit-input-placeholder {
    color: #999999;
  }
  #form-search-stores .input-block .in-text:-moz-placeholder {
    color: #999999;
  }
  #form-search-stores .input-block .in-text::-moz-placeholder {
    color: #999999;
  }
  #form-search-stores .input-block .in-text:-ms-input-placeholder {
    color: #999999;
  }
  #form-search-stores .ico {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: none;
  }
}
.store .infos .infos-w {
  margin-top: 10px;
  padding: 0 5px;
}
.store .infos .media {
  margin: 0 auto;
  display: block;
}
.store .infos .title {
  color: #fa565c;
  font-size: 16px;
  font-family: "pt_sansbold";
}
.store .infos .address {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.3em;
}
.store .infos .horaires {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.3em;
}
.store .infos .horaires h2 {
  color: #fa565c;
  font-size: 14px;
  margin-top: 13px;
  font-family: "pt_sansbold";
}
.store .infos .actions {
  margin-top: 31px;
}
.store .infos .actions .btn {
  padding: 9px 10px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.store .location {
  margin-top: 15px;
  max-height: 584px;
}
.store .location .embed-container {
  max-height: 584px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .store .infos {
    float: left;
    width: 32%;
  }
  .store .infos .infos-w {
    margin-top: 15px;
  }
  .store .location {
    margin-top: 0;
    float: left;
    width: 63%;
    margin-left: 5%;
    max-height: 584px;
  }
  .store .location .embed-container {
    max-height: 584px;
  }
}
@media only screen and (min-width: 1300px) {
  .store .infos .title {
    font-size: 20px;
  }
  .store .infos .address {
    margin-top: 9px;
    font-size: 15px;
  }
  .store .infos .horaire-title {
    font-size: 17px;
    margin-top: 15px;
  }
  .store .infos .horaires {
    margin-top: 4px;
    font-size: 15px;
  }
  .store .infos .actions {
    margin-top: 31px;
  }
  .store .infos .actions .btn {
    font-size: 15px;
  }
}
#map {
  height: 100%;
  min-height: 300px;
}
@media only screen and (min-width: 768px) {
  #map {
    min-height: 584px;
  }
}

.stores .subcats .subcat-w .title {
  position: relative;
  height: 45px;
}
.stores .subcats .subcat-w .title .title-w {
  height: 100%;
}
.stores .subcats .subcat-w a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.stores .subcats .subcat-w:hover .voile {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  background-color: rgba(239, 235, 224, 0.25);
}
.stores .subcats .subcat-w:hover .icon-w {
  background-color: #D6CCB2;
  color: black;
}
.stores .subcats .subcat-w:hover .icon-w:before, .stores .subcats .subcat-w:hover .icon-w::before, .stores .subcats .subcat-w:hover .icon-w .before {
  border-bottom: 65px solid #D6CCB2;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: none !important;
  display: block !important;
}

.bonsai li {
  position: relative;
  padding-left: 1.3em;
  /* padding for the thumb */
}

li .thumb {
  margin: -1px 0 0 -1em;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

li.has-children > .thumb:after {
  content: '+';
}

li.has-children.expanded > .thumb:after {
  content: '-';
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

.custom-catalog .loaded {
  display: none;
}
.custom-catalog .treeview {
  display: none;
}

.treeview ol {
  margin-bottom: 0;
}

.switch-language {
  float: left;
  padding: 6px 0 0 5px;
  overflow: hidden;
}
.switch-language li {
  float: left;
  text-transform: uppercase;
}
.switch-language li.opened {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
.switch-language li + li {
  border-left: 1px solid #ffffff;
}
.switch-language li a {
  padding: 0 5px;
}

#menu-w .switch-language {
  padding: 6px 0 12px 11px;
}
#menu-w .switch-language a {
  color: #ffffff;
}

.form i.error {
  position: static;
  top: -42px;
  left: 0px;
  background-color: #ffffff;
  padding: 2px 4px;
  display: block;
  font-size: 11px;
  line-height: 1.2em;
}

.numerotation {
  border: 2px solid #69646a;
  color: #00d6d3;
  width: 66px;
  height: 66px;
  font-size: 42px;
  line-height: 61px;
  text-align: center;
  float: left;
  display: none;
  margin-right: 25px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 300;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#create-account {
  max-width: 1008px;
  margin: 0 auto;
}
#create-account .ico {
  float: left;
  font-size: 66px;
  margin-right: 20px;
}
#create-account .inside {
  padding-bottom: 14px;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #69646a;
  *zoom: 1;
}
#create-account .inside:after {
  content: "";
  display: table;
  clear: both;
}
#create-account .inside:last-child {
  border-bottom: 0 none;
}
#create-account .inside:last-child .numerotation {
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .numerotation {
    display: block;
  }

  #myaccount {
    display: block;
  }
  #myaccount .col-1 {
    display: block;
    width: 29%;
  }
}
@media only screen and (min-width: 1180px) {
  #create-account .inside {
    padding-left: 54px;
  }
  #create-account .inside.form-intro {
    padding-right: 54px;
  }
}
#myaccount {
  display: table;
  /* .h2 {
  	text-align: left; 
  	margin-bottom: 10px;
  	padding-top: 4px;
  	color: $alt-color;
  	font-size: 13px;
  	@include fontWeight(700);
  	&::after {
  		display: none;
  	}
  } */
}
#myaccount .col-1 {
  display: table-footer-group;
}
#myaccount .col-1 li {
  margin-bottom: 2px;
}
#myaccount .col-1 li .ico {
  display: none;
  float: right;
}
#myaccount .col-1 li a {
  font-size: 15px;
  display: block;
  padding: 8px;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#myaccount .col-1 li:hover a, #myaccount .col-1 li.opened a {
  background-color: #69646a;
  color: #ffffff;
}
#myaccount .col-1 li:hover .ico, #myaccount .col-1 li.opened .ico {
  display: block;
}
#myaccount .col-2 {
  margin-bottom: 10px;
}
#myaccount .box .body {
  padding: 15px;
}
#myaccount .emphasis {
  font-size: 14px;
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 700;
}
#myaccount.create-account .box .body {
  padding-bottom: 0;
}
#myaccount .buttons {
  text-align: right;
}
#myaccount .buttons a:hover {
  text-decoration: underline;
}
#myaccount .cms-content a:hover {
  text-decoration: underline;
}
#myaccount #information .inputs-blocks, #myaccount.password .inputs-blocks {
  margin-bottom: 20px;
}
#myaccount.password .notice.mandatory-fields {
  margin: 0px 0px 10px 0px;
}
#myaccount .tbl {
  width: 100%;
  /* .col1 {
  	width: 25%;
  }
  .col2 {
  	width: 33%;
  }
  .col3 {
  	width: 25%;
  }
  .col4 {
  	width: 17%;
  } */
}
#myaccount .tbl td {
  padding: 5px;
  border-bottom: 1px solid #E8E1DB;
}

#box-login .ico {
  float: left;
  font-size: 64px;
  margin-right: 20px;
}
#box-login .identifiants {
  overflow: hidden;
  margin-bottom: 10px;
}
#box-login a:hover {
  text-decoration: underline;
}

#box-login .cms-content, #box-new-account .cms-content {
  margin-bottom: 30px;
}
#box-login .box .body, #box-new-account .box .body {
  padding: 15px;
  overflow: hidden;
}
#box-login .form, #box-new-account .form {
  overflow: hidden;
}

#create-account a:hover {
  text-decoration: underline;
}
#create-account [name=send-create-account] {
  margin-bottom: 11px;
}

.btn.big {
  width: 100%;
  font-size: 15px;
  padding: 13px 0px;
  margin: 0 auto;
  max-width: 368px;
}

.ta-right {
  text-align: right;
}

.form .lbl-in-radio-value {
  display: inline;
}
.form .lbl-in-radio-value + .lbl-in-radio-value {
  margin-left: 10px;
}

#login-create .actions {
  text-align: center;
}
#login-create .actions .btn {
  float: none;
}

@media only screen and (min-width: 980px) {
  #myaccount .col-2 {
    /*width: 71%;*/
  }
}
.page-options .box {
  margin-bottom: 10px;
}
.page-options .form-options .lbl {
  display: inline-block;
  margin-right: 10px;
}
.page-options .form-options p {
  margin-bottom: 10px;
  margin-left: 21px;
}
.page-options .form-options.alertes .lbl-in-select {
  display: none;
}
.page-options .form-options.alertes .lbl-in-radio-text {
  /*
  @if $weight == 300 {
  	$fontFamily: $fontFamily + ' Light';
  } @else if $weight == 400 {
  	$fontFamily: $fontFamily + ' Normal';
  } @else if $weight == 00 {
  	$fontFamily: $fontFamily + ' Medium';
  } @else if $weight == 600 {
  	$fontFamily: $fontFamily + ' SemiBold';
  } @else if $weight == 700 {
  	$fontFamily: $fontFamily + ' Bold';
  } @else if $weight == 800 {
  	$fontFamily: $fontFamily + ' ExtraBold';
  }
  font-family: unquote($fontFamily + ', Open Sans');*/
  font-family: MuseoSans500Regular;
  font-weight: 600;
  cursor: pointer;
}
.page-options .actions {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
.page-options .input-block-alert-cc .lbl-in-text {
  display: none;
}

.ord-filters {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 20px;
}
.ord-filters #ord-state-filter-button {
  width: 100%;
}

.list-orders .col1 {
  width: 16.66%;
}

.order-client .ord-seller-action p {
  margin: 0;
  font-size: 0.9em;
}
.order-client .ord-seller-action .actions {
  text-align: center;
  margin: 5px 0 40px 0;
}
.order-client .cart-web {
  width: 100%;
}
.order-client .cart-web .tfoot th {
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
}
.order-client .cart-web .tfoot td {
  border: none;
}
.order-client .cart-web .tfoot.folded th, .order-client .cart-web .tfoot.folded td {
  padding: 7px 10px;
  float: left;
}
.order-client .cart-web .tfoot.folded th {
  width: 65%;
}
.order-client .cart-web .tfoot.folded td {
  width: 35%;
}

@media only screen and (min-width: 768px) {
  .order-client .col-1.fifty, .order-client .col-2.fifty {
    width: 50%;
  }

  .ord-filters {
    width: 35%;
  }
}
.page-my-catalog .paginator {
  display: block;
}

.informations .form .inputs-blocks {
  margin-bottom: 15px;
}
.informations .form .inputs-blocks .row {
  max-width: none;
}

#table-synthese {
  width: 100%;
}

.coldel {
  width: 20px;
}

.page-rights .altbtn {
  margin: 0;
}
.page-rights input[type='checkbox'] {
  position: absolute;
}
.page-rights .list-rights {
  margin: -10px 0 30px 20px;
}
.page-rights .list-rights .right {
  margin-bottom: 5px;
}

.account-block-w {
  display: block;
}
.account-block-w .head .title {
  color: #fa565c;
  font-family: "MuseoSans500Regular";
  text-transform: uppercase;
  font-size: 18px;
}
.account-block-w .account-block {
  margin: 0 auto;
  max-width: 425px;
  width: 100%;
}
.account-block-w .input-block + .input-block {
  margin-top: 9px;
}
.account-block-w .form .in-text, .account-block-w .form .choose_state {
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #69646a;
}
.account-block-w .form .in-text::-webkit-input-placeholder, .account-block-w .form .choose_state::-webkit-input-placeholder {
  color: #999999;
}
.account-block-w .form .in-text:-moz-placeholder, .account-block-w .form .choose_state:-moz-placeholder {
  color: #999999;
}
.account-block-w .form .in-text::-moz-placeholder, .account-block-w .form .choose_state::-moz-placeholder {
  color: #999999;
}
.account-block-w .form .in-text:-ms-input-placeholder, .account-block-w .form .choose_state:-ms-input-placeholder {
  color: #999999;
}
.account-block-w .form .input-block-country .lbl {
  display: none;
}
.account-block-w .form .lbl-in-select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.account-block-w .form [type="checkbox"] + .altbtn {
  width: 16px;
  height: 16px;
  border: 1px solid #69646a;
  background-color: #ffffff;
}
.account-block-w .form [type="checkbox"]:checked + .altbtn:after, .account-block-w .form [type="checkbox"]:checked + .altbtn::after, .account-block-w .form [type="checkbox"]:checked + .altbtn .after {
  color: #69646a;
}
.account-block-w .form .lbl-in-check-text {
  font-size: 15px;
  line-height: 1.4em;
  overflow: hidden;
  display: block;
}
.account-block-w .form .lbl-in-radio-value {
  margin-left: 13px;
}
.account-block-w .form .input-or-altbtn {
  float: left;
  margin-right: 10px;
}
.account-block-w .alt-actions {
  margin-top: 20px;
}
.account-block-w .actions {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.account-block-w .form-intro {
  margin-top: 10px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  #login_or_register {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
  }
  #login_or_register .account-block-w {
    float: none;
    flex: 0 0 50%;
    width: 50%;
    padding: 0  20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #login_or_register .account-block-w .account-block {
    float: none;
  }

  .account-block-w {
    width: 50%;
    float: left;
    padding-right: 6%;
    margin-top: 55px;
  }
  .account-block-w .account-block {
    float: right;
  }
  .account-block-w + .account-block-w {
    margin-left: -1px;
    border-left: 1px solid #999999;
    padding-right: 0;
    padding-left: 6%;
  }
  .account-block-w + .account-block-w .account-block {
    float: none;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .account-block-w .head .title {
    font-size: 25px;
  }
}
.favorites .product .ico, .favorites .product .div-spinner a {
  text-decoration: none;
}
.favorites .product input.btn {
  font-size: 12.84px;
  min-width: 80px;
  padding: 3px;
  display: block;
  margin: 5px auto;
}
.favorites .product .add-single {
  text-align: center;
}
.favorites .product .model-del {
  color: #fa565c;
}
.favorites .product .model-del:hover {
  cursor: pointer;
}

.div-spinner a {
  text-decoration: none;
}

#form-returns .row {
  max-width: 100%;
}
#form-returns .div-spinner .spinner {
  width: 50px;
  height: 30px;
  margin: 0 30px;
  font-size: 15px;
}
#form-returns .div-spinner .ui-spinner-button {
  line-height: 20px;
  width: 20px;
  height: 20px;
  font-size: 19px;
  top: 5px;
}
#form-returns select[name=mode] {
  min-width: 170px;
}
@media only screen and (min-width: 768px) {
  #form-returns .return-motif {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 768px) {
  #form-returns .return-metas {
    width: 46%;
  }
}
#form-returns .actions {
  clear: both;
}
#form-returns .ico {
  text-decoration: none;
}

.block-rights {
  margin-top: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block-rights {
    width: 50%;
    float: left;
    min-height: 210px;
  }
}
.block-rights .catrgh {
  display: block;
}
@media only screen and (min-width: 768px) {
  .block-rights .catrgh {
    display: inline;
  }
}

.input-block-usr-prf-id {
  margin-bottom: 25px;
}

@media only screen and (min-width: 1000px) {
  .form-user .body-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 870px;
  }
}
.form-user .inputs-blocks .h2 {
  margin-top: 20px;
}

.form-catalog .actions {
  margin-bottom: 20px;
}
.form-catalog .actions .btn {
  text-decoration: none;
}
.form-catalog .actions .btn:hover {
  text-decoration: none;
}
.form-catalog .job {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 20px 0;
}
.form-catalog .job h3 {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .form-catalog .job {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .form-catalog .job {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 1580px) {
  .form-catalog .job {
    width: 25%;
  }
}
@media only screen and (min-width: 1900px) {
  .form-catalog .job {
    width: 20%;
  }
}

.media .black-friday,
.photo-block .black-friday {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url("/images/black-friday.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.subcat > .media .black-friday {
  height: 80%;
}

.cell-imgpart {
  position: relative;
}
.cell-imgpart .black-friday {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url("/images/black-friday.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.mini-cart-item .media,
.photo-block .md-preview {
  position: relative;
}
