
@charset "UTF-8";
/*
 * Web1 main stylesheet
 *
 * Inspired by SMACSS http://smacss.com
 */
/*
 * Sass variables dedicated to this application
 */
/*
 * Sass functions dedicated to this application
 */
/*
 * Sass mixins dedicated to this application
 */
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  /*margin: 0.67em 0;*/ }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * Base style of the application
 */
/*
 * body { font: $default_font_size $default_font_family; }
 *
 * a { color: $color-link; }
 *
 * form { ... }
 *
 * fieldset { ... }
 *
 * input[type="text"], input [type="email"], textarea { ... }
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  overflow-x: hidden; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 14px;
  color: #000000; }

a {
  text-decoration: none;
  color: inherit; }

@viewport {
  width: device-width;
  /* largeur du viewport */
  zoom: 1;
  /* zoom initial à 1.0 (et clin d'oeil aux fans d'IE6/7) */ }
input.imarobot {
  display: none; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none; }
  .overlay.zi110 {
    z-index: 110; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

.separator {
  border: 0;
  border-bottom: 1px solid #dadada; }
  .separator.nomargin {
    margin: 0; }

.demo-notice .notice-inner {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  z-index: 100;
  background: rgba(255, 0, 0, 0.4);
  width: 100%;
  height: 30px;
  line-height: 0px;
  display: none; }

@media screen and (max-width: 639px) {
  body {
    font-size: 12px; } }
/*
 * Generic layouts for the flow of the DOM
 */
.l-clear {
  clear: both !important;
  float: none !important;
  min-height: 0px !important;
  margin: 0px !important;
  border: none !important;
  padding: 0px !important;
  height: 0px;
  font-size: 0px;
  width: 0px; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 27, 2015 */
@font-face {
  font-family: 'Lato Bold';
  src: url("/skin/frontend/rwd/crepito/fonts/lato-bold-webfont.eot");
  src: url("/skin/frontend/rwd/crepito/fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/rwd/crepito/fonts/lato-bold-webfont.woff2") format("woff2"), url("/skin/frontend/rwd/crepito/fonts/lato-bold-webfont.woff") format("woff"), url("/skin/frontend/rwd/crepito/fonts/lato-bold-webfont.ttf") format("truetype"), url("/skin/frontend/rwd/crepito/fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Light';
  src: url("/skin/frontend/rwd/crepito/fonts/lato-light-webfont.eot");
  src: url("/skin/frontend/rwd/crepito/fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/rwd/crepito/fonts/lato-light-webfont.woff2") format("woff2"), url("/skin/frontend/rwd/crepito/fonts/lato-light-webfont.woff") format("woff"), url("/skin/frontend/rwd/crepito/fonts/lato-light-webfont.ttf") format("truetype"), url("/skin/frontend/rwd/crepito/fonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Regular';
  src: url("/skin/frontend/rwd/crepito/fonts/lato-regular-webfont.eot");
  src: url("/skin/frontend/rwd/crepito/fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/rwd/crepito/fonts/lato-regular-webfont.woff2") format("woff2"), url("/skin/frontend/rwd/crepito/fonts/lato-regular-webfont.woff") format("woff"), url("/skin/frontend/rwd/crepito/fonts/lato-regular-webfont.ttf") format("truetype"), url("/skin/frontend/rwd/crepito/fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'crepito';
  src: url("/skin/frontend/rwd/crepito/fonts/crepito.eot?-twt63");
  src: url("/skin/frontend/rwd/crepito/fonts/crepito.eot?#iefix-twt63") format("embedded-opentype"), url("/skin/frontend/rwd/crepito/fonts/crepito.ttf?-twt63") format("truetype"), url("/skin/frontend/rwd/crepito/fonts/crepito.woff?-twt63") format("woff"), url("/skin/frontend/rwd/crepito/fonts/crepito.wof2f?-twt63") format("woff2"), url("/skin/frontend/rwd/crepito/fonts/crepito.svg?-twt63#crepito") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'crepito';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\e600"; }

.icon-user:before {
  content: "\e601"; }

.icon-cart:before {
  content: "\e602"; }

.icon-arrow_down:before {
  content: "\e603"; }

.icon-youtube:before {
  content: "\e604"; }

.icon-arrow_right:before {
  content: "\e605"; }

.icon-fire:before {
  content: "\e606"; }

.icon-arrow_left:before {
  content: "\e607"; }

.icon-faq:before {
  content: "\e608"; }

.icon-map:before {
  content: "\e609"; }

.icon-review:before {
  content: "\e60a"; }

.icon-send:before {
  content: "\e60b"; }

.icon-mnu:before {
  content: "\e60c"; }

.icon-arrow_up:before {
  content: "\e60d"; }

.icon-logout:before {
  content: "\e60e"; }

.icon-category-granules-de-bois:before {
  content: "\e60f"; }

.icon-category-granules-de-bois-vrac:before {
  content: "\e906"; }

.icon-category-buches-premium-vrac:before {
  content: "\e907"; }

.icon-category-buches-premium:before {
  content: "\e610"; }

.icon-category-bois-de-chauffage:before {
  content: "\e610"; }

.icon-category-buches-densifiees:before {
  content: "\e611"; }

.icon-category-allumage:before {
  content: "\e612"; }

.icon-category-bois-allumage:before {
  content: "\e900"; }

.icon-category-accessoires:before {
  content: "\e613"; }

.icon-category-pelletsbox:before {
  content: "\e621"; }

.icon-cart_add:before {
  content: "\e614"; }

.icon-share:before {
  content: "\e615"; }

.icon-settings:before {
  content: "\e616"; }

.icon-pdf:before {
  content: "\e617"; }

.icon-fb:before {
  content: "\e618"; }

.icon-tw:before {
  content: "\e619"; }

.icon-gp:before {
  content: "\e61a"; }

.icon-stock:before {
  content: "\e61b"; }

.icon-ideal-insert:before {
  content: "\e61c"; }

.icon-ideal-poele:before {
  content: "\e61d"; }

.icon-ideal-chaudiere:before {
  content: "\e61e"; }

.icon-download:before {
  content: "\e61f"; }

.icon-password:before {
  content: "\e620"; }

.icon-success:before {
  content: "\e622"; }

.icon-loc:before {
  content: "\e623"; }

.icon-clock:before {
  content: "\e624"; }

.icon-tel:before {
  content: "\e625"; }

.icon-mail:before {
  content: "\e626"; }

.icon-thin_arrow_down:before {
  content: "\e627"; }

.icon-thin_arrow_up:before {
  content: "\e628"; }

.icon-thin_arrow_left:before {
  content: "\e629"; }

.icon-thin_arrow_right:before {
  content: "\e62a"; }

.icon-littleseparator:before {
  content: "\e62b"; }

.icon-stock-empty:before {
  content: "\e62c"; }

.icon-stock-ok:before {
  content: "\e62d"; }

.icon-stock-last:before {
  content: "\e62e"; }

.icon-shop-hd:before {
  content: "\e62f"; }

.icon-shop-rem:before {
  content: "\e630"; }

.icon-loupe:before {
  content: "\e631"; }

.icon-trash:before {
  content: "\e632"; }

.icon-tick_empty:before {
  content: "\e633"; }

.icon-reassu_securite:before {
  content: "\e901"; }

.icon-reassu_paiement:before {
  content: "\e902"; }

.icon-reassu_livraison:before {
  content: "\e903"; }

.icon-reassu_delais:before {
  content: "\e904"; }

.icon-reassu_contact:before {
  content: "\e905"; }

.icon-ideal-cuisiniere-a-bois:before {
  content: "\e908"; }

.icon-ideal-four-a-bois:before, .icon-category-cuisson-feu-de-bois:before {
  font-size: .7em;
  content: "\e909"; }

.icon-wood-burner:before {
  content: "\e90a"; }

.icon-boiler:before {
  content: "\e90b"; }

.icon-claim:before {
  content: "\e90c"; }

.icon-fireplace-insert:before {
  content: "\e90d"; }

.icon-linkedin img, .icon-instagram img {
  width: auto;
  height: 1em; }

/*
  Leaflet styles (from the leaflet library)
*/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(https://www.crepito.fr/skin/frontend/rwd/crepito/css/#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(https://www.crepito.fr/skin/frontend/rwd/crepito/css/images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(https://www.crepito.fr/skin/frontend/rwd/crepito/css/images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(https://www.crepito.fr/skin/frontend/rwd/crepito/css/images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

header {
  height: 11.4285714286em;
  background: #000000;
  position: relative;
  z-index: 1000; }
  header .logo {
    display: inline-flex;
    align-items: flex-end;
    width: 12.5714285714em;
    height: 5.7142857143em;
    float: left;
    margin-right: 2.8571428571em; }
    header .logo img {
      max-width: 100%;
      height: auto; }
  header .page-header-container {
    position: relative;
    margin: 0 auto;
    height: 5.7142857143em;
    max-width: 960px;
    padding: 0 1.4285714286em; }
    header .page-header-container .page-header-container-baseline {
      font-family: "Lato Light", Helvetica, sans-serif;
      font-size: 1.7142857143em;
      color: #FFFFFF;
      line-height: 1em;
      padding: 0;
      padding-top: 1.4166666667em;
      margin: 0;
      font-weight: normal; }
      header .page-header-container .page-header-container-baseline span {
        display: inline-block;
        padding: 2px 4px;
        background: #e85113;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
  header .page-header-rightnav {
    width: 14em;
    height: 5.7142857143em;
    position: absolute;
    top: 0;
    right: 0; }
    header .page-header-rightnav .header-account-btn {
      width: 5.7142857143em;
      height: 5.7142857143em;
      text-align: center;
      display: inline-block;
      float: left;
      background: #ffd618;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease;
      position: relative; }
      header .page-header-rightnav .header-account-btn.large {
        width: 8.2857142857em; }
        header .page-header-rightnav .header-account-btn.large a {
          width: 8.2857142857em; }
      header .page-header-rightnav .header-account-btn.showing {
        z-index: 1000; }
      header .page-header-rightnav .header-account-btn:hover {
        background: #FFFFFF; }
        header .page-header-rightnav .header-account-btn:hover span.icon {
          color: #ffd618; }
      header .page-header-rightnav .header-account-btn > a {
        display: block;
        width: 5.7142857143em;
        height: 5.7142857143em; }
      header .page-header-rightnav .header-account-btn span.icon {
        display: inline-block;
        color: #FFFFFF;
        font-size: 1.7142857143em;
        margin-top: 0.5833333333em;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease;
        position: relative; }
        header .page-header-rightnav .header-account-btn span.icon span.badge {
          width: 20px;
          height: 20px;
          background: #FFFFFF;
          position: absolute;
          top: -5px;
          right: -5px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          border: 1px solid #e8e9ea;
          font-family: "Lato Regular", Helvetica, sans-serif;
          font-size: 0.5em;
          color: #e31c18;
          text-align: center;
          line-height: 18px; }
          header .page-header-rightnav .header-account-btn span.icon span.badge.hide {
            display: none; }
      header .page-header-rightnav .header-account-btn span.title {
        display: inline-block;
        font-family: "Lato Light", Helvetica, sans-serif;
        font-size: 1em;
        color: #1a171b;
        text-transform: uppercase;
        margin-top: 0.7142857143em; }
    header .page-header-rightnav .header-account-sub ul {
      list-style: none;
      padding: 0;
      margin: 0; }
  header .page-header-nav {
    max-width: 960px;
    margin: 0 auto;
    height: 2.8571428571em;
    margin-top: 2.8571428571em; }
    header .page-header-nav div.page-header-nav-mobile {
      display: none; }
    header .page-header-nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    header .page-header-nav > ul {
      height: 40px; }
      header .page-header-nav > ul > li {
        display: inline-block;
        height: 40px;
        padding: 0px 11px;
        float: left; }
        header .page-header-nav > ul > li.contact {
          display: block;
          float: right;
          margin-right: 15px; }
          header .page-header-nav > ul > li.contact a {
            text-transform: none; }
        header .page-header-nav > ul > li.mobileonly {
          display: none;
          float: none; }
        header .page-header-nav > ul > li > a {
          display: block;
          height: 100%;
          width: 100%;
          font-family: "Lato Bold", Helvetica, sans-serif;
          font-size: 1em;
          color: #ffffff;
          text-transform: uppercase;
          line-height: 40px;
          -webkit-transition: color 200ms ease;
          -moz-transition: color 200ms ease;
          -o-transition: color 200ms ease;
          transition: color 200ms ease; }
          header .page-header-nav > ul > li > a.page-footer-infosbox-links {
            display: block;
            width: 300px; }
          header .page-header-nav > ul > li > a span.icon-home {
            font-size: 1.7857142857em;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 9px; }
          header .page-header-nav > ul > li > a.products {
            font-size: 1.1428571429em; }
            header .page-header-nav > ul > li > a.products:hover {
              color: #e85113; }
        header .page-header-nav > ul > li.active > a {
          color: #ffd518; }
        header .page-header-nav > ul > li:hover > a {
          color: #e85113; }
      header .page-header-nav > ul div.nav-sub {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        left: 0;
        position: absolute;
        background: #000000;
        display: none;
        z-index: 11;
        top: 160px; }
        header .page-header-nav > ul div.nav-sub.white {
          background: #FFFFFF; }
          header .page-header-nav > ul div.nav-sub.white .nav-sub-container > ul.nav-sub-black > li > a,
          header .page-header-nav > ul div.nav-sub.white .nav-sub-container > ul > li > ul > li > a,
          header .page-header-nav > ul div.nav-sub.white .nav-sub-container > .menu-news > .right > ul.nav-sub-black > li > a {
            color: #000000; }
            header .page-header-nav > ul div.nav-sub.white .nav-sub-container > ul.nav-sub-black > li > a:hover,
            header .page-header-nav > ul div.nav-sub.white .nav-sub-container > ul > li > ul > li > a:hover,
            header .page-header-nav > ul div.nav-sub.white .nav-sub-container > .menu-news > .right > ul.nav-sub-black > li > a:hover {
              color: #e85113; }
        header .page-header-nav > ul div.nav-sub .onlymobile {
          display: none; }
        header .page-header-nav > ul div.nav-sub .processbox {
          display: block; }
        header .page-header-nav > ul div.nav-sub .processimg {
          width: 220px;
          height: 64px;
          display: block;
          margin: 0 0 5px;
          background: url("/skin/frontend/rwd/crepito/images/layout.jpg") 0 -80px no-repeat;
          float: right; }
          header .page-header-nav > ul div.nav-sub .processimg.processimg-1 {
            margin: 46px 0 5px; }
          header .page-header-nav > ul div.nav-sub .processimg.processimg-2 {
            background-position: 0 -144px; }
        header .page-header-nav > ul div.nav-sub .nav-sub-line {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 46px;
          background: #e85113;
          z-index: 10; }
        header .page-header-nav > ul div.nav-sub .nav-sub-container {
          max-width: 940px;
          margin: 0 auto 15px;
          position: relative;
          z-index: 11; }
          header .page-header-nav > ul div.nav-sub .nav-sub-container > ul, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul {
            float: left; }
            header .page-header-nav > ul div.nav-sub .nav-sub-container > ul.nav-sub-black, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul.nav-sub-black {
              margin: 20px; }
              header .page-header-nav > ul div.nav-sub .nav-sub-container > ul.nav-sub-black > li, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul.nav-sub-black > li {
                display: block;
                padding: 5px; }
                header .page-header-nav > ul div.nav-sub .nav-sub-container > ul.nav-sub-black > li > a, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul.nav-sub-black > li > a {
                  background: none;
                  color: #FFFFFF;
                  font-size: 1.1428571429em;
                  text-transform: none;
                  font-family: "Lato Regular", Helvetica, sans-serif;
                  height: auto;
                  line-height: normal; }
                  header .page-header-nav > ul div.nav-sub .nav-sub-container > ul.nav-sub-black > li > a:hover, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul.nav-sub-black > li > a:hover {
                    background: none;
                    color: #ffd618; }
            header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul > li {
              display: inline-block; }
              header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li > a, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul > li > a {
                display: block;
                height: 46px;
                width: 100%;
                line-height: 46px;
                background: #e85113;
                color: #FFFFFF;
                font-family: "Lato Bold", Helvetica, sans-serif;
                font-size: 0.9285714286em;
                text-transform: uppercase;
                padding: 0 12px;
                -webkit-transition: background 200ms ease, color 200ms ease;
                -moz-transition: background 200ms ease, color 200ms ease;
                -o-transition: background 200ms ease, color 200ms ease;
                transition: background 200ms ease, color 200ms ease; }
                header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li > a:hover, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul > li > a:hover {
                  background: #FFFFFF;
                  color: #e85113; }
              header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li > ul, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul > li > ul {
                display: block;
                float: left;
                padding: 0 12px; }
                header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li > ul > li, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul > li > ul > li {
                  margin: 6px 0; }
                  header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li > ul > li > a, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul > li > ul > li > a {
                    font-family: "Lato Regular", Helvetica, sans-serif;
                    font-size: 1.1428571429em;
                    color: #FFFFFF;
                    -webkit-transition: color 200ms ease;
                    -moz-transition: color 200ms ease;
                    -o-transition: color 200ms ease;
                    transition: color 200ms ease; }
                    header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li > ul > li > a:hover, header .page-header-nav > ul div.nav-sub .nav-sub-container .right > ul > li > ul > li > a:hover {
                      color: #ffd618; }
  header .block-cart {
    width: 300px;
    background: #FFD618;
    position: absolute;
    top: 80px;
    right: 0;
    display: none;
    z-index: 12;
    /*
    &.skip-active {
        display: block;
    }
    */ }
    header .block-cart.for-account {
      right: -5.7142857143em; }
    header .block-cart p {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #58585a; }
      header .block-cart p.left {
        text-align: left;
        padding: 0 0.7142857143em; }
      header .block-cart p a.logoutlink {
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1em;
        color: #58585a;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
        header .block-cart p a.logoutlink span.icon-logout {
          font-size: 1.5714285714em;
          color: #e85113;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: -0.1363636364em;
          margin-right: 0.2727272727em; }
        header .block-cart p a.logoutlink:hover {
          color: #e85113; }
    header .block-cart div.summary {
      margin: 10px; }
      header .block-cart div.summary .left, header .block-cart div.summary .right {
        width: 50%;
        float: left; }
      header .block-cart div.summary .left {
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1.1428571429em;
        color: #000000;
        text-align: left;
        text-transform: uppercase; }
      header .block-cart div.summary .right {
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1.0714285714em;
        color: #e85113;
        text-align: right; }
      header .block-cart div.summary .biglink {
        display: block;
        width: 100%;
        height: 44px;
        line-height: 40px;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 0.8571428571em;
        color: #58585a;
        text-transform: uppercase;
        text-align: center;
        background: #FFFFFF;
        margin-bottom: 1px;
        -webkit-transition: background 200ms ease, color 200ms ease;
        -moz-transition: background 200ms ease, color 200ms ease;
        -o-transition: background 200ms ease, color 200ms ease;
        transition: background 200ms ease, color 200ms ease; }
        header .block-cart div.summary .biglink:hover {
          background: #e85113;
          color: #ffffff; }
      header .block-cart div.summary .empty-cart-form {
        margin-bottom: 1em;
        text-align: left; }
        header .block-cart div.summary .empty-cart-form .empty-cart {
          background-color: transparent;
          border: none;
          padding: 0;
          text-align: left;
          width: 100%; }
          header .block-cart div.summary .empty-cart-form .empty-cart .icon-trash {
            margin-right: .5em; }
          header .block-cart div.summary .empty-cart-form .empty-cart:hover {
            color: #e85113; }
    header .block-cart .mini-products-list {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-left: 4px; }
      header .block-cart .mini-products-list li {
        background: #FFFFFF;
        height: 44px;
        line-height: 40px;
        margin-bottom: 4px;
        position: relative;
        font-size: 0.8571428571em;
        color: #58585a;
        -webkit-transition: background 200ms ease;
        -moz-transition: background 200ms ease;
        -o-transition: background 200ms ease;
        transition: background 200ms ease; }
        header .block-cart .mini-products-list li:hover {
          background: #eeeeee; }
        header .block-cart .mini-products-list li a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        header .block-cart .mini-products-list li div.name {
          height: 44px;
          line-height: 40px;
          width: 205px;
          padding-left: 10px;
          text-align: left;
          float: left; }
          header .block-cart .mini-products-list li div.name span.middle {
            display: inline-block;
            vertical-align: middle;
            line-height: 1em; }
        header .block-cart .mini-products-list li div.qty {
          height: 44px;
          line-height: 40px;
          width: 20px;
          text-align: left;
          float: left; }
        header .block-cart .mini-products-list li div.price {
          color: #e85113; }

.menu-news .menu-news__title {
  color: #e85113;
  font-size: 1.2857142857em;
  margin: 0.6666666667em 0;
  text-transform: uppercase; }
.menu-news .left, .menu-news .right {
  display: inline-block;
  vertical-align: top; }
.menu-news .left {
  width: 70%; }
  .menu-news .left .menu-news__img, .menu-news .left .menu-news__desc {
    display: inline-block;
    vertical-align: top; }
    .menu-news .left .menu-news__img.menu-news__img, .menu-news .left .menu-news__desc.menu-news__img {
      width: 45%; }
      .menu-news .left .menu-news__img.menu-news__img img, .menu-news .left .menu-news__desc.menu-news__img img {
        display: block;
        width: 100%; }
    .menu-news .left .menu-news__img.menu-news__desc, .menu-news .left .menu-news__desc.menu-news__desc {
      width: 55%;
      padding-left: 1em; }
      .menu-news .left .menu-news__img.menu-news__desc .title, .menu-news .left .menu-news__desc.menu-news__desc .title {
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 1.1428571429em;
        color: #e85113;
        text-transform: uppercase;
        margin: 0.625em 0;
        padding: 0;
        font-weight: normal;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease;
        text-decoration: underline; }
      .menu-news .left .menu-news__img.menu-news__desc .date, .menu-news .left .menu-news__desc.menu-news__desc .date {
        color: #373b42;
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 1em; }
      .menu-news .left .menu-news__img.menu-news__desc .category, .menu-news .left .menu-news__desc.menu-news__desc .category {
        color: #e85113;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1em;
        text-transform: uppercase; }
      .menu-news .left .menu-news__img.menu-news__desc .more, .menu-news .left .menu-news__desc.menu-news__desc .more {
        color: #e85113;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1em; }
.menu-news .right {
  width: 29%; }

@media screen and (max-width: 960px) {
  header .page-header-container .page-header-container-baseline {
    display: none; }
  header .page-header-nav > ul div.nav-sub .onlymobile {
    display: block; }
  header .page-header-nav > ul div.nav-sub .processbox {
    text-align: center;
    margin-top: 10px; }
  header .page-header-nav > ul div.nav-sub .processimg {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 10px !important; } }
@media screen and (max-width: 767px) {
  header .page-header-rightnav .block-cart {
    top: 68px; }
  header .page-header-nav {
    position: relative; }
    header .page-header-nav .youtube-link span {
      margin-right: 0; }
    header .page-header-nav div.page-header-nav-mobile {
      display: block;
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 0.9285714286em;
      color: #FFFFFF;
      text-transform: uppercase;
      height: 40px;
      padding: 0 1.6923076923em;
      cursor: pointer;
      line-height: 40px; }
      header .page-header-nav div.page-header-nav-mobile span {
        display: inline-block;
        vertical-align: middle;
        font-size: 2.1428571429em;
        position: relative;
        top: -1px;
        margin-right: 0.3333333333em; }
    header .page-header-nav > ul {
      display: none;
      position: absolute;
      z-index: 100;
      background: #000000;
      width: 100%;
      top: 0;
      margin-left: 4.2857142857em;
      height: auto; }
      header .page-header-nav > ul > li {
        position: relative;
        display: block;
        float: none;
        border-bottom: 1px solid #ffffff;
        padding: 0;
        margin: 0 0.7142857143em;
        min-height: 2.8571428571em;
        height: auto; }
        header .page-header-nav > ul > li.home {
          display: none; }
        header .page-header-nav > ul > li.last {
          border: none; }
        header .page-header-nav > ul > li.mobileonly {
          display: block; }
          header .page-header-nav > ul > li.mobileonly:hover {
            color: white; }
            header .page-header-nav > ul > li.mobileonly:hover a {
              color: white; }
          header .page-header-nav > ul > li.mobileonly .youtube-link {
            display: inline-block;
            width: auto;
            margin-bottom: 1em; }
            header .page-header-nav > ul > li.mobileonly .youtube-link:hover {
              filter: brightness(0) saturate(100%) invert(45%) sepia(87%) saturate(1644%) hue-rotate(351deg) brightness(95%) contrast(90%); }
          header .page-header-nav > ul > li.mobileonly--rs {
            display: flex;
            gap: 1em; }
        header .page-header-nav > ul > li.contact {
          display: none;
          float: none; }
        header .page-header-nav > ul > li.witharrow:after {
          font-family: 'crepito';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e603";
          color: #FFFFFF;
          position: absolute;
          right: 6em;
          top: 20px;
          margin-top: -0.5em;
          font-size: 1em; }
      header .page-header-nav > ul div.nav-sub {
        border-top: 1px solid #FFFFFF;
        position: relative;
        top: 0; }
        header .page-header-nav > ul div.nav-sub div.processimg {
          display: none; }
        header .page-header-nav > ul div.nav-sub .nav-sub-container > ul, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul {
          float: none; }
          header .page-header-nav > ul div.nav-sub .nav-sub-container > ul.nav-sub-black, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul.nav-sub-black {
            margin: 0; }
            header .page-header-nav > ul div.nav-sub .nav-sub-container > ul.nav-sub-black > li, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul.nav-sub-black > li {
              padding: 0; }
              header .page-header-nav > ul div.nav-sub .nav-sub-container > ul.nav-sub-black > li > a, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul.nav-sub-black > li > a {
                height: 46px;
                font-family: "Lato Bold", Helvetica, sans-serif;
                line-height: 46px;
                text-transform: uppercase; }
          header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul > li {
            position: relative;
            display: block;
            background: #e85113; }
            header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li.witharrow:after, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul > li.witharrow:after {
              font-family: 'crepito';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\e603";
              color: #FFFFFF;
              position: absolute;
              right: 6em;
              top: 20px;
              margin-top: -0.5em;
              font-size: 1em; }
            header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li a, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul > li a {
              border-bottom: 1px solid #FFFFFF;
              padding: 0;
              margin: 0 1.0714285714em;
              color: #FFFFFF !important; }
              header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li a:hover, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul > li a:hover {
                background: #e85113;
                color: #ffffff !important; }
            header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li.last a, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul > li.last a {
              border: none; }
            header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li > ul, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul > li > ul {
              display: none; }
              header .page-header-nav > ul div.nav-sub .nav-sub-container > ul > li > ul > li a, header .page-header-nav > ul div.nav-sub .nav-sub-container > div.menu-news > div.right > ul > li > ul > li a {
                border: none;
                text-transform: uppercase; }
    header .page-header-nav .menu-news .left, header .page-header-nav .menu-news .menu-news__title {
      display: none; }
    header .page-header-nav .menu-news li {
      position: relative;
      background: #e85113; }
      header .page-header-nav .menu-news li a {
        color: white;
        height: 46px;
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 1.1428571429em;
        line-height: 46px;
        text-transform: uppercase; }
    header .page-header-nav .menu-news .right {
      width: 100%; } }
@media screen and (max-width: 639px) {
  header .logo {
    align-items: center;
    height: 68px;
    width: 133px; }
  header .page-header-nav {
    margin-top: 1.5em; }
    header .page-header-nav > ul > li > a.page-footer-infosbox-links {
      width: 235px; }
    header .page-header-nav .youtube-link span {
      font-size: 2.3em;
      margin-right: 0; } }
.breadcrumbs {
  /* height: em(60); */
  line-height: 1.5em;
  padding: 10px 0 !important;
  border-bottom: 1px solid #dadada; }
  .breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 960px;
    padding: 0 1.4285714286em;
    margin: 0 auto; }
    .breadcrumbs ul li {
      display: inline-block;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #58585a; }
      .breadcrumbs ul li a {
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
        .breadcrumbs ul li a:hover {
          color: #e85113; }

.product-view {
  position: relative; }
  .product-view.bg {
    background: url("/skin/frontend/rwd/crepito/images/bg_productview.png") center center repeat-y; }
  .product-view .reassu-note-box {
    text-align: center;
    padding: 3.3333333333em 0.8333333333em 0;
    font-size: 0.8571428571em; }
  .product-view .product-view-wrapper {
    max-width: 960px;
    margin: 0 auto; }
    .product-view .product-view-wrapper #product_addtocart_form {
      position: relative; }
      .product-view .product-view-wrapper #product_addtocart_form.loading {
        opacity: .2; }
        .product-view .product-view-wrapper #product_addtocart_form.loading:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: transparent;
          cursor: wait; }
  .product-view .product-col {
    width: 50%;
    float: left;
    padding: 1.4285714286em; }
  .product-view .product-full {
    width: 100%;
    padding: 1.4285714286em; }
    .product-view .product-full .col-left {
      width: 66%;
      float: left; }
    .product-view .product-full .col-right {
      float: right;
      width: 32%; }
      .product-view .product-full .col-right .idealfor-box .title {
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 1em;
        color: #e85113;
        text-transform: uppercase;
        margin-bottom: 1.4285714286em; }
      .product-view .product-full .col-right .idealfor-box .idealfor-item {
        display: inline-block;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 0.8571428571em;
        color: #e85113;
        text-align: center;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease;
        /*
        &:hover {
            color: #e85113;
            span { color: #e85113; }
        }
        */ }
        .product-view .product-full .col-right .idealfor-box .idealfor-item span {
          display: block;
          font-size: 4.2857142857em;
          margin-bottom: 0.0833333333em;
          color: #e85113;
          -webkit-transition: color 200ms ease;
          -moz-transition: color 200ms ease;
          -o-transition: color 200ms ease;
          transition: color 200ms ease; }
      .product-view .product-full .col-right .video-container {
        margin-bottom: 1.4285714286em; }
    .product-view .product-full .product-nav {
      list-style: none;
      padding: 0;
      margin: 0;
      margin: 1.0714285714em 0 2.1428571429em; }
      .product-view .product-full .product-nav h2 {
        font-size: 1em;
        margin: 0;
        padding: 0;
        font-weight: normal; }
      .product-view .product-full .product-nav li {
        margin-right: 5px;
        display: inline-block; }
      .product-view .product-full .product-nav a {
        font-family: "Lato Light", Helvetica, sans-serif;
        font-size: 1.2857142857em;
        color: #000000;
        padding: 0.8333333333em 2.7777777778em;
        text-transform: uppercase;
        background: #FFFFFF;
        -webkit-transition: background 200ms ease;
        -moz-transition: background 200ms ease;
        -o-transition: background 200ms ease;
        transition: background 200ms ease; }
        .product-view .product-full .product-nav a.show, .product-view .product-full .product-nav a:hover {
          background: #ffd618; }
    .product-view .product-full .product-full-sub.hide {
      display: none; }
  .product-view .product-full-sub .title {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #e85113;
    text-transform: uppercase;
    margin: 1.4285714286em 0 1em 0.6428571429em; }
  .product-view .product-full-sub div.text a {
    color: #e85113;
    text-decoration: underline;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    .product-view .product-full-sub div.text a:hover {
      color: #000000; }
  .product-view .product-full-sub p.infopci {
    color: #919191; }
  .product-view .product-full-sub .colorbox {
    padding: 0 10px; }
    .product-view .product-full-sub .colorbox div.boxcolor {
      margin: 0 auto;
      width: auto;
      min-width: 170px;
      display: inline-block;
      text-align: left; }
      .product-view .product-full-sub .colorbox div.boxcolor span {
        display: inline-block;
        vertical-align: middle; }
      .product-view .product-full-sub .colorbox div.boxcolor span.box {
        width: 4.2857142857em;
        height: 2.8571428571em;
        border: 1px solid #b3b3b5;
        margin-right: 0.3571428571em; }
        .product-view .product-full-sub .colorbox div.boxcolor span.box.personalize {
          background: url("/skin/frontend/rwd/crepito/images/personalize.png") center center no-repeat;
          border: 0; }
      .product-view .product-full-sub .colorbox div.boxcolor span.text span.middle {
        font-size: 1em;
        line-height: 1.1428571429em; }
    .product-view .product-full-sub .colorbox div.boxcolordouble {
      height: 5.7142857143em;
      text-align: center;
      margin: 10px 0; }
      .product-view .product-full-sub .colorbox div.boxcolordouble.to3float {
        float: left;
        width: 33.3333333333%; }
      .product-view .product-full-sub .colorbox div.boxcolordouble.to2float {
        float: left;
        width: 50%; }
  .product-view .product-full-sub table.left, .product-view .product-full-sub table.right {
    width: 50%;
    float: right; }
  .product-view .product-full-sub table.left {
    float: left; }
  .product-view .product-full-sub table.right {
    border-left: 1px solid #ddd; }
  .product-view .product-full-sub table tr {
    height: 3.5714285714em;
    background: #fcfcfc;
    margin-bottom: 4px; }
    .product-view .product-full-sub table tr th, .product-view .product-full-sub table tr td {
      width: 50%;
      padding: 0.7142857143em;
      font-weight: normal; }
    .product-view .product-full-sub table tr th {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #000000;
      text-transform: uppercase;
      text-align: left; }
    .product-view .product-full-sub table tr td {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 0.9285714286em;
      color: #919191;
      text-align: right;
      padding: 0.7692307692em 1.5384615385em; }
  .product-view .big-video {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100001;
    width: 100%;
    max-width: 740px;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .product-view .big-video .big-video__close {
      position: absolute;
      top: -25px;
      right: 10px;
      font-size: 30px;
      font-weight: bold;
      color: #000;
      cursor: pointer; }
    .product-view .big-video .big-video__iframe {
      width: 100%;
      height: 100%;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(5, 0, 0, 0.6);
      -moz-box-shadow: 0px 0px 5px 0px rgba(5, 0, 0, 0.6);
      box-shadow: 0px 0px 5px 0px rgba(5, 0, 0, 0.6);
      background: #000; }
      .product-view .big-video .big-video__iframe .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0; }
      .product-view .big-video .big-video__iframe .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none; }
  .product-view .big-video__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000; }
  .product-view .product-col-left .product-img-box .product-image {
    display: table;
    table-layout: fixed;
    margin-bottom: 15px;
    width: 100%; }
  .product-view .product-col-left .product-image-gallery {
    display: table-cell;
    height: 460px;
    line-height: 70%;
    text-align: center;
    vertical-align: middle; }
    .product-view .product-col-left .product-image-gallery .image-big {
      display: none; }
      .product-view .product-col-left .product-image-gallery .image-big.visible {
        display: block !important; }
      .product-view .product-col-left .product-image-gallery .image-big.video-link {
        position: relative;
        cursor: pointer; }
        .product-view .product-col-left .product-image-gallery .image-big.video-link:after {
          position: absolute;
          top: 50%;
          left: 50%;
          content: "";
          display: block;
          width: 100px;
          height: 100px;
          background: url(/skin/frontend/rwd/crepito/images/play.png) center center/cover no-repeat;
          margin-top: -50px;
          margin-left: -50px; }
      .product-view .product-col-left .product-image-gallery .image-big img {
        display: block !important; }
  .product-view .product-col-left .product-img-box .gallery-image {
    display: none; }
  .product-view .product-col-left img {
    height: auto;
    max-width: 100%; }
  .product-view .product-col-left .product-img-box .gallery-image.visible {
    display: inline;
    max-height: 460px;
    max-width: 100%; }
  .product-view .product-col-left .more-views {
    border-top: 1px solid #dadada; }
    .product-view .product-col-left .more-views ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .product-view .product-col-left .more-views ul li {
        display: inline-block; }
        .product-view .product-col-left .more-views ul li a.thumb-link.video-link div {
          position: relative; }
          .product-view .product-col-left .more-views ul li a.thumb-link.video-link div:after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            background: url(/skin/frontend/rwd/crepito/images/play.png) center center/cover no-repeat;
            margin-top: -15px;
            margin-left: -15px; }
  .product-view .product-header {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .product-view .product-header {
        flex-direction: column-reverse; } }
  .product-view .product-rating {
    display: flex;
    justify-content: flex-end; }
  .product-view .product-rating .agBt {
    justify-content: flex-end; }
  .product-view .product-rating .reviewGlobal {
    flex-flow: column; }
  .product-view .product-name.desktop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.7142857143em; }
  .product-view .product-name.mobile {
    display: none; }
  .product-view .product-name div.h1, .product-view .product-name h1 {
    font-family: "Lato Black", Helvetica, sans-serif;
    font-size: 2.2857142857em;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    margin: 0;
    text-wrap: balance; }
  .product-view .product-name .category-name {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 0.8571428571em;
    color: #e85113;
    text-transform: uppercase; }
  .product-view .product-name .category-picto {
    width: 5em;
    height: 3.9285714286em;
    text-align: center;
    line-height: 3.9285714286em;
    margin-top: 0.4285714286em; }
    .product-view .product-name .category-picto span {
      display: inline-block;
      vertical-align: middle;
      font-size: 3.5714285714em;
      color: #e85113; }
  .product-view .no-display {
    display: none; }
  .product-view .product-description {
    margin-top: 1.4285714286em;
    padding: 0 0.7142857143em;
    text-align: justify; }
    .product-view .product-description a {
      color: #e85113;
      text-decoration: underline;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .product-view .product-description a:hover {
        color: #000000; }
    .product-view .product-description .product-description-more {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: -0.7142857143em;
      gap: 0.7142857143em; }
    .product-view .product-description .product-description-more-text {
      display: none; }
    .product-view .product-description .product-description-more-link {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #e85113;
      font-style: italic;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .product-view .product-description .product-description-more-link:hover {
        color: #000000; }
  .product-view .product-options {
    margin: 2.1428571429em 0.7142857143em 1.7142857143em; }
    .product-view .product-options #cpcustomer-info {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 0.9285714286em;
      color: #e85113;
      line-height: 1em; }
    .product-view .product-options .title {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1em;
      color: #e85113;
      text-transform: uppercase;
      margin-bottom: 0.7142857143em; }
    .product-view .product-options .selector {
      position: relative;
      width: 100%;
      min-height: 3.3333333333em;
      line-height: 3.25em;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #000000;
      text-transform: uppercase;
      padding: 0 1em;
      cursor: pointer;
      margin: 0 0 0.7142857143em; }
      .product-view .product-options .selector.qty {
        border: 1px solid #000000; }
      .product-view .product-options .selector .validation-advice {
        color: red;
        font-family: "Lato Bold", Helvetica, sans-serif;
        line-height: 1.3em;
        margin-top: 10px; }
      .product-view .product-options .selector:after {
        font-family: 'crepito';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e603";
        font-size: 1em;
        width: 1em;
        height: 3.3333333333em;
        line-height: 3.3333333333em;
        position: absolute;
        top: 0;
        right: 1.5833333333em;
        display: none; }
      .product-view .product-options .selector select {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.3333333333em;
        /*
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;*/
        border: 1px solid #000000;
        background-color: #F9F9F9;
        text-transform: uppercase; }
    .product-view .product-options .product-description {
      padding-left: 0; }
  .product-view .product-options-bottom {
    width: auto;
    margin: 0 0.7142857143em;
    height: 6.7857142857em;
    line-height: 6.7857142857em;
    overflow: hidden;
    background: #e85113; }
    .product-view .product-options-bottom .qty-wrapper {
      display: none; }
    .product-view .product-options-bottom .add-to-cart {
      float: right;
      width: 30%;
      background: #ffd618;
      color: #000000;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .product-view .product-options-bottom .add-to-cart:hover {
        background: #e85113; }
        .product-view .product-options-bottom .add-to-cart:hover .button.btn-cart span.middle {
          color: #FFFFFF; }
    .product-view .product-options-bottom .price-box {
      width: 70%;
      float: left;
      height: 100%;
      padding: 0 0.8571428571em;
      text-align: right;
      position: relative; }
      .product-view .product-options-bottom .price-box .pricebykg {
        display: none;
        position: absolute;
        display: inline-block;
        font-size: 1em;
        color: #fff;
        bottom: 6px;
        right: 23px;
        line-height: 1em; }
      .product-view .product-options-bottom .price-box .regular-price:after {
        display: block;
        content: '';
        clear: both; }
      .product-view .product-options-bottom .price-box span.from {
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 0.8571428571em;
        color: #FFFFFF;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        float: left; }
      .product-view .product-options-bottom .price-box span.price {
        font-family: "Lato Light", Helvetica, sans-serif;
        font-size: 3em;
        color: #FFFFFF; }
        .product-view .product-options-bottom .price-box span.price sup {
          top: -0.4em;
          left: -0.4em; }
    .product-view .product-options-bottom .button.btn-cart {
      width: 100%;
      height: 6.7857142857em;
      line-height: 6.7857142857em;
      cursor: pointer;
      border: none;
      background: none; }
      .product-view .product-options-bottom .button.btn-cart:disabled {
        display: none; }
      .product-view .product-options-bottom .button.btn-cart span.middle {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.1666666667em;
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 0.8571428571em;
        color: #000000;
        text-transform: uppercase;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
      .product-view .product-options-bottom .button.btn-cart span.icon-cart_add {
        display: block;
        margin: 0 auto 0.25em;
        font-size: 2.5em; }
  .product-view .zipcode-box {
    width: auto;
    background: #fce788;
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.2857142857em;
    color: #000000;
    margin: 0.5555555556em 0;
    padding: 0.5555555556em 0.8333333333em; }
    .product-view .zipcode-box .left {
      float: left; }
    .product-view .zipcode-box .right {
      float: right; }
    .product-view .zipcode-box .dispo {
      display: block; }
    .product-view .zipcode-box .undispo {
      display: none; }
    .product-view .zipcode-box span {
      font-family: "Lato Black", Helvetica, sans-serif;
      color: #e85113; }
    .product-view .zipcode-box a {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 0.7777777778em;
      color: #e85113;
      text-decoration: underline;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .product-view .zipcode-box a:hover {
        color: #000000; }
    .product-view .zipcode-box.indisponible {
      background: #e85113;
      color: #FFFFFF; }
      .product-view .zipcode-box.indisponible a, .product-view .zipcode-box.indisponible span {
        color: #ffffff; }
      .product-view .zipcode-box.indisponible a:hover {
        color: #000000; }
      .product-view .zipcode-box.indisponible .dispo {
        display: none; }
      .product-view .zipcode-box.indisponible .undispo {
        display: block; }
  .product-view .shippingbox {
    margin: 0.7142857143em;
    padding: 0.7142857143em; }
    .product-view .shippingbox label {
      display: block;
      margin: 7px 0; }
      .product-view .shippingbox label.indispo span.text span.price {
        color: #000000; }
      .product-view .shippingbox label.stock {
        color: #009036; }
        .product-view .shippingbox label.stock.empty {
          color: red; }
          .product-view .shippingbox label.stock.empty span.text {
            color: red; }
        .product-view .shippingbox label.stock.alert {
          color: #e85113; }
          .product-view .shippingbox label.stock.alert span.text {
            color: #e85113; }
        .product-view .shippingbox label.stock span.icon-stock-ok, .product-view .shippingbox label.stock span.icon-stock-last, .product-view .shippingbox label.stock span.icon-stock-empty {
          font-size: 1.2857142857em;
          display: inline-block;
          vertical-align: middle;
          margin: 0 2px; }
        .product-view .shippingbox label.stock span.text {
          display: inline-block;
          vertical-align: middle;
          font-family: "Lato bold", Helvetica, sans-serif;
          font-size: 0.8571428571em;
          text-transform: uppercase;
          color: #009036; }
    .product-view .shippingbox span.text {
      font-family: "Lato Light", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #000000;
      display: inline-block;
      vertical-align: middle; }
      .product-view .shippingbox span.text span.price {
        font-family: "Lato Black", Helvetican, sans-serif;
        color: #e85113; }
    .product-view .shippingbox .radio {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      border: 1px solid #e85113;
      background: #FFFFFF;
      margin-right: 10px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
      .product-view .shippingbox .radio span {
        position: absolute;
        top: 3px;
        left: 3px;
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #FFFFFF;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -webkit-transition: background 200ms ease;
        -moz-transition: background 200ms ease;
        -o-transition: background 200ms ease;
        transition: background 200ms ease; }
        .product-view .shippingbox .radio span.checked {
          background: #e85113; }
      .product-view .shippingbox .radio input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;
        background: none;
        display: -moz-inline-box;
        display: inline-block;
        *display: inline;
        zoom: 1; }
  .product-view .standards-box {
    border-top: 1px solid #dadada;
    text-align: left; }
    .product-view .standards-box .title {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1em;
      color: #e85113;
      margin: 0.9285714286em 0 0.7142857143em;
      text-align: left; }
    .product-view .standards-box .standard-item {
      display: inline-block;
      vertical-align: middle;
      width: 89px;
      height: 74px;
      background-image: url("/skin/frontend/rwd/crepito/images/layout.jpg");
      background-repeat: no-repeat; }
      .product-view .standards-box .standard-item.CERIC {
        background-position: 0 -658px; }
      .product-view .standards-box .standard-item.NFGRANULES {
        background-position: -89px -658px; }
      .product-view .standards-box .standard-item.MIF {
        background-position: -178px -658px; }
      .product-view .standards-box .standard-item.ENPLUS {
        background-position: -267px -658px; }
      .product-view .standards-box .standard-item.NF {
        background-position: -356px -658px; }
      .product-view .standards-box .standard-item.BOISFRANCE {
        background-position: -445px -658px; }

.product-innerfloat {
  position: fixed;
  top: -94px;
  left: 0;
  width: 100%;
  height: 94px;
  background: #000000;
  z-index: 1020; }
  .product-innerfloat .product-innerfloat-inner {
    max-width: 1440px;
    margin: 0 auto; }
  .product-innerfloat:after {
    display: block;
    content: "";
    clear: both; }
  .product-innerfloat .product-name {
    width: 68%;
    float: left;
    height: 94px;
    line-height: 80px; }
    .product-innerfloat .product-name .product-name-inner {
      display: inline-block;
      vertical-align: middle;
      line-height: 2em;
      width: 100%; }
    .product-innerfloat .product-name div.h1 {
      font-family: "Lato Black", Helvetica, sans-serif;
      font-size: 2.2857142857em;
      color: #ffffff;
      font-weight: normal;
      margin: 0; }
    .product-innerfloat .product-name .category-name {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #e85113;
      text-transform: uppercase; }
    .product-innerfloat .product-name .category-picto {
      width: 5em;
      height: 3.9285714286em;
      text-align: center;
      float: left;
      line-height: 3.9285714286em; }
      .product-innerfloat .product-name .category-picto span {
        display: inline-block;
        vertical-align: middle;
        font-size: 3.5714285714em;
        color: #e85113; }
  .product-innerfloat .product-price {
    width: 23%;
    float: left;
    background: #e85113;
    height: 94px;
    line-height: 94px;
    text-align: center;
    padding: 0 0.85714em; }
    .product-innerfloat .product-price span.from {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #FFFFFF;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      float: left; }
    .product-innerfloat .product-price span.price {
      font-family: "Lato Light", Helvetica, sans-serif;
      font-size: 3em;
      color: #FFFFFF; }
      .product-innerfloat .product-price span.price sup {
        top: -0.4em;
        left: -0.4em; }
  .product-innerfloat .product-addtocart {
    width: 9%;
    float: left;
    background: #ffd618;
    height: 94px;
    line-height: 94px;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease; }
    .product-innerfloat .product-addtocart .btn-cart {
      width: 100%;
      height: 6.78571em;
      line-height: 6.78571em;
      cursor: pointer;
      border: none;
      background: none; }
      .product-innerfloat .product-addtocart .btn-cart span.middle {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.16667em;
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 0.85714em;
        color: #000000;
        text-transform: uppercase;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
        .product-innerfloat .product-addtocart .btn-cart span.middle span.icon-cart_add {
          display: block;
          margin: 0 auto 0.25em;
          font-size: 2.5em; }
    .product-innerfloat .product-addtocart:hover {
      background: #e85113; }
      .product-innerfloat .product-addtocart:hover .btn-cart span.middle {
        color: #FFFFFF; }

.reassu-wrapper {
  text-align: center; }
  .reassu-wrapper:after {
    content: '';
    display: block;
    clear: both; }
  .reassu-wrapper .reassu-box {
    position: relative;
    margin: 10px;
    padding: 5px;
    height: 50px;
    display: inline-block; }
    .reassu-wrapper .reassu-box .reassu-box__icon, .reassu-wrapper .reassu-box .reassu-box__text {
      display: block; }
    .reassu-wrapper .reassu-box .reassu-box__icon {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 60px;
      line-height: 64px; }
    .reassu-wrapper .reassu-box .reassu-box__text {
      text-transform: uppercase;
      line-height: 45px;
      padding-left: 60px; }
      .reassu-wrapper .reassu-box .reassu-box__text span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2em;
        font-size: 0.85714em;
        font-family: "Lato bold", Helvetica, sans-serif; }

@media screen and (max-width: 959px) {
  .product-innerfloat .product-name {
    width: 60%; }
  .product-innerfloat .product-price {
    width: 30%; }
  .product-innerfloat .product-addtocart {
    width: 10%; } }
@media screen and (max-width: 829px) {
  .product-innerfloat {
    height: 54px;
    line-height: 50px; }
    .product-innerfloat .product-name {
      height: 54px;
      line-height: 50px; }
      .product-innerfloat .product-name .product-name-inner {
        line-height: 1.9em; }
      .product-innerfloat .product-name div.h1 {
        font-size: 1.7em; }
    .product-innerfloat .product-price {
      height: 54px;
      line-height: 50px; }
      .product-innerfloat .product-price .price {
        font-size: 2em; }
    .product-innerfloat .product-addtocart {
      height: 54px;
      line-height: 50px; }
      .product-innerfloat .product-addtocart .btn-cart {
        height: 54px;
        line-height: 50px; }
      .product-innerfloat .product-addtocart span.text {
        display: none; } }
@media screen and (max-width: 720px) {
  .product-rating {
    display: none; } }
@media screen and (max-width: 639px) {
  .product-innerfloat .product-price .price {
    font-size: 1.4em; } }
.thepage-sidebar {
  position: absolute;
  right: 0;
  top: 14.2857142857em;
  text-align: right;
  z-index: 5; }
  .thepage-sidebar.bigtop {
    top: 21.4285714286em; }
  .thepage-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .thepage-sidebar li {
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 50px;
    margin-bottom: 2px;
    background: #ffd618;
    text-align: left;
    display: flex;
    align-items: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    .thepage-sidebar li:hover {
      background: #e85113;
      width: 240px;
      margin-left: -190px; }
      .thepage-sidebar li:hover .text.right {
        display: flex; }
    .thepage-sidebar li a.fill {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      line-height: 50px;
      color: #ffffff;
      text-align: left; }
    .thepage-sidebar li span.icon {
      color: #ffffff;
      position: relative;
      left: 5px;
      display: inline-block;
      vertical-align: middle;
      font-size: 2.8571428571em;
      width: 50px;
      height: 50px;
      line-height: 50px; }
    .thepage-sidebar li span.text {
      display: inline-block;
      vertical-align: middle;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #FFFFFF; }
      .thepage-sidebar li span.text.right {
        text-align: right;
        width: auto;
        margin-left: auto;
        display: none;
        align-items: center;
        letter-spacing: 0.3125em;
        padding-right: 0.3125em; }
    .thepage-sidebar li span.iconsocials {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.5625em;
      color: #FFFFFF; }

.overlay-yellow-box {
  position: fixed;
  z-index: 110;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -132px;
  width: 300px;
  height: 265px;
  background: #ffd618;
  display: none;
  padding: 25px; }
  .overlay-yellow-box .loader {
    text-align: center;
    line-height: 2em;
    font-size: 1.3em;
    text-align: center;
    margin-top: 70px;
    text-transform: uppercase; }
  .overlay-yellow-box .succes {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px; }
    .overlay-yellow-box .succes a {
      margin: 1px 0;
      display: block;
      width: 100%;
      height: 44px;
      line-height: 44px;
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1em;
      color: #58585a;
      text-transform: uppercase;
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
      -webkit-transition: background 200ms;
      -moz-transition: background 200ms;
      -o-transition: background 200ms;
      transition: background 200ms; }
      .overlay-yellow-box .succes a:hover {
        background: #ffd618; }
  .overlay-yellow-box .text {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase; }
    .overlay-yellow-box .text strong {
      font-family: "Lato Black", Helvetica, sans-serif;
      font-weight: normal; }
  .overlay-yellow-box input {
    width: 100%;
    text-align: center;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 14px;
    color: #58585a;
    height: 35px;
    line-height: 35px;
    border: 2px solid #d9dadb;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .overlay-yellow-box button {
    display: block;
    border: 2px solid #d9dadb;
    width: 160px;
    height: 40px;
    line-height: 35px;
    margin: 0 auto;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 14px;
    color: #58585a;
    text-align: center;
    text-transform: uppercase;
    background: #eceded;
    -webkit-transition: color 200ms ease, background 200ms ease;
    -moz-transition: color 200ms ease, background 200ms ease;
    -o-transition: color 200ms ease, background 200ms ease;
    transition: color 200ms ease, background 200ms ease; }
    .overlay-yellow-box button:hover {
      background: #e85113;
      color: #FFFFFF; }

.associedproducts-box {
  border-top: 1px solid #dadada;
  background: #f9f9f9;
  padding-bottom: 3.5714285714em; }
  .associedproducts-box .wrapper {
    max-width: 960px;
    margin: 0 auto; }
    .associedproducts-box .wrapper > .title {
      font-family: "Lato Light", Helvetica, sans-serif;
      font-size: 1.4285714286em;
      color: #000000;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      font-weight: normal;
      margin-top: 1.2em;
      margin-bottom: 1.75em; }
      .associedproducts-box .wrapper > .title span.icon {
        font-size: 2.15em;
        display: inline-block;
        vertical-align: middle; }
      .associedproducts-box .wrapper > .title span.text {
        display: inline-block;
        vertical-align: middle; }
    .associedproducts-box .wrapper #sliderassociedproducts {
      text-align: center; }
      .associedproducts-box .wrapper #sliderassociedproducts .slick-next, .associedproducts-box .wrapper #sliderassociedproducts .slick-prev {
        width: 30px;
        height: 30px;
        background: #e5e5e5;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        line-height: 30px;
        -webkit-transition: background 200ms ease;
        -moz-transition: background 200ms ease;
        -o-transition: background 200ms ease;
        transition: background 200ms ease; }
        .associedproducts-box .wrapper #sliderassociedproducts .slick-next:hover, .associedproducts-box .wrapper #sliderassociedproducts .slick-prev:hover {
          background: #e9581c; }
        .associedproducts-box .wrapper #sliderassociedproducts .slick-next span, .associedproducts-box .wrapper #sliderassociedproducts .slick-prev span {
          position: relative; }
      .associedproducts-box .wrapper #sliderassociedproducts .slick-prev {
        left: -40px; }
        .associedproducts-box .wrapper #sliderassociedproducts .slick-prev span {
          left: -1px; }
      .associedproducts-box .wrapper #sliderassociedproducts .slick-next {
        right: -40px; }
        .associedproducts-box .wrapper #sliderassociedproducts .slick-next span {
          left: 2px; }
    .associedproducts-box .wrapper .associedproduct-item {
      display: inline-block;
      position: relative;
      text-align: left; }
      .associedproducts-box .wrapper .associedproduct-item .content {
        padding: 0 0.7142857143em; }
      .associedproducts-box .wrapper .associedproduct-item .content2 {
        position: relative;
        padding-bottom: 3.5714285714em; }
      .associedproducts-box .wrapper .associedproduct-item:hover img {
        border-color: #e85113; }
      .associedproducts-box .wrapper .associedproduct-item:hover .link {
        background: #e85113;
        color: #FFFFFF; }
      .associedproducts-box .wrapper .associedproduct-item:hover .title {
        color: #e85113; }
      .associedproducts-box .wrapper .associedproduct-item .title {
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1.2857142857em;
        color: #000000;
        margin: 0;
        padding: 0;
        font-weight: normal;
        padding-left: 1.1111111111em;
        margin-bottom: 0.8333333333em;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
      .associedproducts-box .wrapper .associedproduct-item img {
        width: 100%;
        height: auto;
        border-left: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        -webkit-transition: border 200ms ease;
        -moz-transition: border 200ms ease;
        -o-transition: border 200ms ease;
        transition: border 200ms ease; }
      .associedproducts-box .wrapper .associedproduct-item .link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3.5714285714em;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1em;
        color: #000000;
        background: #ffd618;
        line-height: 3.5714285714em;
        padding-left: 2.1428571429em;
        text-transform: uppercase;
        -webkit-transition: background 200ms ease, color 200ms ease;
        -moz-transition: background 200ms ease, color 200ms ease;
        -o-transition: background 200ms ease, color 200ms ease;
        transition: background 200ms ease, color 200ms ease; }
        .associedproducts-box .wrapper .associedproduct-item .link span {
          display: inline-block;
          vertical-align: middle; }
          .associedproducts-box .wrapper .associedproduct-item .link span.icon-arrow_right {
            margin-right: 0.7142857143em; }
      .associedproducts-box .wrapper .associedproduct-item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

@media screen and (max-width: 1023px) {
  .thepage-sidebar {
    display: none; } }
@media screen and (max-width: 899px) {
  .product-view .product-full .product-nav a {
    font-size: 1em; } }
@media screen and (max-width: 768px) {
  .product-view .product-full .col-right .idealfor-box .idealfor-item {
    color: #e85113; }
    .product-view .product-full .col-right .idealfor-box .idealfor-item span {
      color: #e85113; } }
@media screen and (max-width: 720px) {
  .product-view.bg {
    background: none; }
  .product-view .product-name.mobile {
    display: block; }
  .product-view .product-name.desktop {
    display: none; }
  .product-view .product-col {
    float: none;
    width: 100%; }
    .product-view .product-col.product-col-right {
      background: #F9F9F9; }
  .product-view .product-full .col-left, .product-view .product-full .col-right {
    width: 100%;
    float: none; }
  .product-view .product-full .product-nav {
    margin-bottom: 0; }
    .product-view .product-full .product-nav li {
      display: inline-block;
      height: 3.5714285714em;
      width: 100%;
      text-align: center; }
  .product-view .product-options-bottom .price-box span.price {
    font-size: 2em; }

  .associedproducts-box .wrapper > .title {
    font-size: 0.8571428571em; } }
@media screen and (max-width: 640px) {
  .product-view .product-full-sub table.left, .product-view .product-full-sub table.right {
    float: none;
    width: 100%;
    border: 0; } }
@media screen and (max-width: 470px) {
  .product-view .product-full-sub .colorbox div.boxcolordouble.to3float {
    width: 50%; } }
.category-view .wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0.7142857143em; }
  .category-view .wrapper > .title {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.2142857143em;
    color: #e85113;
    text-transform: uppercase;
    font-weight: normal;
    margin: 1.4285714286em 0 0.7142857143em; }
  .category-view .wrapper > .description {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.1428571429em;
    color: #000000; }
    .category-view .wrapper > .description a {
      color: #e85113;
      text-decoration: underline;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .category-view .wrapper > .description a:hover {
        color: #000000; }
  .category-view .wrapper .textplus {
    margin: 1.4285714286em 0;
    padding: 1.4285714286em 2.5em;
    background: #eceded; }
  .category-view .wrapper .product-list {
    margin: 2.1428571429em 0; }
    .category-view .wrapper .product-list .product-item {
      max-width: 20.7142857143em;
      display: inline-block;
      vertical-align: top;
      height: 21.4285714286em;
      position: relative;
      text-align: left;
      margin: 1.0714285714em 0.2142857143em 4.2857142857em; }
      .category-view .wrapper .product-list .product-item:hover img {
        border-color: #e85113; }
      .category-view .wrapper .product-list .product-item:hover .link {
        background: #e85113;
        color: #FFFFFF; }
      .category-view .wrapper .product-list .product-item:hover .title {
        color: #e85113; }
      .category-view .wrapper .product-list .product-item .title {
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1.2857142857em;
        color: #000000;
        margin: 0;
        padding: 0;
        font-weight: normal;
        margin-bottom: 0.8333333333em;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
      .category-view .wrapper .product-list .product-item img {
        width: 100%;
        height: auto;
        border-left: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        -webkit-transition: border 200ms ease;
        -moz-transition: border 200ms ease;
        -o-transition: border 200ms ease;
        transition: border 200ms ease; }
      .category-view .wrapper .product-list .product-item .link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3.5714285714em;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1em;
        color: #000000;
        background: #ffd618;
        line-height: 3.5714285714em;
        padding-left: 2.1428571429em;
        text-transform: uppercase;
        -webkit-transition: background 200ms ease, color 200ms ease;
        -moz-transition: background 200ms ease, color 200ms ease;
        -o-transition: background 200ms ease, color 200ms ease;
        transition: background 200ms ease, color 200ms ease; }
        .category-view .wrapper .product-list .product-item .link span {
          display: inline-block;
          vertical-align: middle; }
          .category-view .wrapper .product-list .product-item .link span.icon-arrow_right {
            margin-right: 0.7142857143em; }
      .category-view .wrapper .product-list .product-item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .category-view .wrapper .product-list .product-item .description {
        height: 3.75em;
        text-align: center;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1.1428571429em;
        color: #a5a5a5;
        margin: 0;
        font-weight: normal;
        margin-top: 2.5em;
        padding: 0.625em;
        overflow: hidden; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/skin/frontend/rwd/crepito/fonts/slick.eot");
  src: url("/skin/frontend/rwd/crepito/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/rwd/crepito/fonts/slick.woff") format("woff"), url("/skin/frontend/rwd/crepito/fonts/slick.ttf") format("truetype"), url("/skin/frontend/rwd/crepito/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: 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: 0.25; }

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
HOME MAIN SLIDER
**/
#homeslider {
  position: relative;
  width: 100%;
  max-height: 490px;
  margin: 0 auto; }

.homeslider-item {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 490px;
  margin: 0 auto; }
  .homeslider-item .biglink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .homeslider-item img.image {
    position: relative;
    width: 100%; }
  .homeslider-item .box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    margin: auto;
    text-align: center; }
    .homeslider-item .box .crepitologo {
      font-size: 5.3571428571em;
      color: #FFFFFF;
      margin-top: 0.1333333333em; }
    .homeslider-item .box .title {
      padding: 0.15625em 0.40625em;
      font-family: "Lato Light", Helvetica, sans-serif;
      font-size: 2.2857142857em;
      color: #FFFFFF;
      background: #1a171b;
      background: rgba(26, 23, 27, 0.5);
      display: inline-block;
      text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); }
    .homeslider-item .box a {
      padding: 0.2272727273em 0.5909090909em;
      font-family: "Lato Light", Helvetica, sans-serif;
      font-size: 1.5714285714em;
      color: #FFFFFF;
      background: #1a171b;
      background: rgba(26, 23, 27, 0.5);
      display: inline-block;
      margin-top: 1px;
      text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); }
      .homeslider-item .box a span {
        font-size: 12px; }

.slick-dots {
  position: absolute;
  bottom: 100px; }
  .slick-dots li.slick-active button {
    background: #e85113; }
  .slick-dots li button {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease; }
    .slick-dots li button:before {
      display: none; }

/**
NEWS SLIDER
**/
.news-box {
  max-width: 950px;
  margin: 5px auto;
  padding: 10px; }
  .news-box > .title {
    height: 3.1818181818em;
    line-height: 3.1818181818em;
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.5714285714em;
    color: #373b42;
    text-transform: uppercase;
    border-bottom: 1px solid #ffd618;
    margin: 0 5px 0.6818181818em; }
    .news-box > .title span {
      font-size: 1.9090909091em;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -5px;
      left: -8px; }
  .news-box #slidernews {
    text-align: center; }
    .news-box #slidernews .slick-track {
      display: inline-block; }
    .news-box #slidernews .slick-next, .news-box #slidernews .slick-prev {
      width: 30px;
      height: 30px;
      background: #e5e5e5;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      line-height: 30px;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .news-box #slidernews .slick-next:hover, .news-box #slidernews .slick-prev:hover {
        background: #e9581c; }
      .news-box #slidernews .slick-next span, .news-box #slidernews .slick-prev span {
        position: relative; }
    .news-box #slidernews .slick-prev {
      left: -40px; }
      .news-box #slidernews .slick-prev span {
        left: -1px; }
    .news-box #slidernews .slick-next {
      right: -40px; }
      .news-box #slidernews .slick-next span {
        left: 2px; }
  .news-box .slidernews-item {
    position: relative;
    text-align: left; }
    .news-box .slidernews-item .content {
      padding: 5px; }
    .news-box .slidernews-item .image {
      width: 100%; }
      .news-box .slidernews-item .image img {
        width: 100%; }
    .news-box .slidernews-item .date {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1em;
      color: #373b42;
      text-transform: uppercase;
      margin-top: 2.4285714286em;
      margin-bottom: 1em; }
    .news-box .slidernews-item .title {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1em;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 0.7142857143em;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
    .news-box .slidernews-item .description .more {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1em;
      color: #e85113; }
    .news-box .slidernews-item:hover .title {
      color: #e85113; }
    .news-box .slidernews-item a.allbox {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .news-box .toright {
    text-align: right; }
  .news-box .linkmore {
    display: inline-block;
    padding: 0.4166666667em 0.8333333333em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 0.8571428571em;
    color: #373b42;
    border: 1px solid #000000;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background 200ms ease, color 200ms ease, border 200ms ease;
    -moz-transition: background 200ms ease, color 200ms ease, border 200ms ease;
    -o-transition: background 200ms ease, color 200ms ease, border 200ms ease;
    transition: background 200ms ease, color 200ms ease, border 200ms ease; }
    .news-box .linkmore:hover {
      background: #e85113;
      color: #FFFFFF;
      border-color: #e85113; }

@media screen and (max-width: 767px) {
  .news-box .toright {
    text-align: center; } }
@media screen and (max-width: 1023px) {
  .slick-prev, .slick-next {
    display: none !important; } }
.producttypes-box {
  height: 418px;
  background: url("/skin/frontend/rwd/crepito/images/productypesbox_bg.png");
  max-width: 752px;
  margin: -110px auto 0;
  position: relative;
  z-index: 12;
  background-repeat: repeat-x; }
  .producttypes-box ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .producttypes-box li {
    position: relative;
    width: 25%;
    float: left; }
    .producttypes-box li .title {
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #FFFFFF;
      text-transform: uppercase;
      background: #e85113;
      margin: 0;
      padding: 0;
      font-weight: normal;
      -webkit-transition: color 200ms ease, background 200ms ease;
      -moz-transition: color 200ms ease, background 200ms ease;
      -o-transition: color 200ms ease, background 200ms ease;
      transition: color 200ms ease, background 200ms ease; }
    .producttypes-box li .visuel {
      margin: 20px 0;
      border-right: 1px solid #d9dadb;
      width: 184px;
      height: 150px;
      display: block;
      background: url("/skin/frontend/rwd/crepito/images/layout.jpg") 0 -358px no-repeat; }
      .producttypes-box li .visuel.last {
        border: none; }
      .producttypes-box li .visuel.img1 {
        background-position: 0 -358px; }
      .producttypes-box li .visuel.img2 {
        background-position: -184px -358px; }
      .producttypes-box li .visuel.img3 {
        background-position: -368px -358px; }
      .producttypes-box li .visuel.img4 {
        background-position: 0 -508px; }
      .producttypes-box li .visuel.img5 {
        background-position: -184px -508px; }
    .producttypes-box li .link {
      display: block;
      width: auto;
      margin: 0 5px;
      height: 50px;
      line-height: 50px;
      background: #ffd618;
      text-align: center;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #000000;
      text-transform: uppercase;
      -webkit-transition: background 200ms ease, color 200ms ease;
      -moz-transition: background 200ms ease, color 200ms ease;
      -o-transition: background 200ms ease, color 200ms ease;
      transition: background 200ms ease, color 200ms ease; }
      .producttypes-box li .link span {
        margin-right: 5px; }
    .producttypes-box li .description {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #a5a5a5;
      text-align: center;
      font-weight: normal;
      padding: 30px 5px;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
    .producttypes-box li a.allbox {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
    .producttypes-box li:hover .title {
      color: #e85113;
      background: #FFFFFF; }
    .producttypes-box li:hover .link {
      background: #e85113;
      color: #FFFFFF; }
    .producttypes-box li:hover .description {
      color: #e85113; }

@media screen and (max-width: 960px) {
  .producttypes-box {
    height: auto;
    max-width: 401px;
    background-repeat: repeat; }
    .producttypes-box ul {
      text-align: center; }
    .producttypes-box li {
      display: inline-block;
      vertical-align: top;
      float: none;
      width: 50%; }
      .producttypes-box li .visuel {
        margin: 0 auto;
        border: none; }
      .producttypes-box li .description {
        height: 111px; } }
@media screen and (max-width: 425px) {
  .producttypes-box {
    max-width: 100%; }
    .producttypes-box li {
      width: 100%; } }
.focus4-box {
  width: auto; }
  .focus4-box .row {
    width: 100%;
    height: 290px; }
    .focus4-box .row .box {
      width: 50%;
      float: left;
      height: 290px; }
      .focus4-box .row .box .box-inner {
        margin: 5px;
        height: 280px;
        position: relative; }
        .focus4-box .row .box .box-inner.bg1 .background {
          background: url("/skin/frontend/rwd/crepito/images/focus4_bg_1.jpg") center center no-repeat;
          background-size: auto 100%; }
        .focus4-box .row .box .box-inner.bg2 .background {
          background: url("/skin/frontend/rwd/crepito/images/focus4_bg_2.jpg") center center no-repeat;
          background-size: auto 100%; }
        .focus4-box .row .box .box-inner.bg3 .background {
          background: url("/skin/frontend/rwd/crepito/images/focus4_bg_3.jpg") center center no-repeat;
          background-size: auto 100%; }
        .focus4-box .row .box .box-inner.bg4 .background {
          background: url("/skin/frontend/rwd/crepito/images/focus4_bg_4.jpg") center center no-repeat;
          background-size: auto 100%; }
        .focus4-box .row .box .box-inner:hover .background {
          background-size: auto 110%;
          -webkit-filter: blur(1px);
          -moz-filter: blur(1px);
          -o-filter: blur(1px);
          -ms-filter: blur(1px);
          filter: blur(1px); }
      .focus4-box .row .box .background {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px); }
      .focus4-box .row .box .blackbox {
        width: 350px;
        height: 144px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -72px;
        margin-left: -175px;
        background: #000000;
        padding: 10px; }
        .focus4-box .row .box .blackbox .title {
          font-family: "Lato Black", Helvetica, sans-serif;
          font-size: 1.1428571429em;
          color: #FFFFFF;
          text-transform: uppercase;
          text-align: center;
          font-weight: normal;
          margin: 0;
          padding: 0;
          margin-bottom: 0.625em;
          margin-top: 1.25em; }
        .focus4-box .row .box .blackbox .description {
          font-family: "Lato Regular", Helvetica, sans-serif;
          font-size: 1em;
          color: #FFFFFF;
          text-align: center; }

@media screen and (max-width: 767px) {
  .focus4-box .row {
    height: auto; }
    .focus4-box .row .box {
      width: 100%;
      float: none; }
      .focus4-box .row .box .blackbox {
        width: 100%;
        left: 0;
        margin-left: 0; } }
.seo-box {
  margin-top: 30px;
  background: url("/skin/frontend/rwd/crepito/images/footer_infos_bg.png");
  padding: 20px 0; }
  .seo-box .wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px; }
    .seo-box .wrapper .left, .seo-box .wrapper .right {
      width: 50%;
      float: left; }
    .seo-box .wrapper .left {
      font-family: "Lato Light", Helvetica, sans-serif;
      font-size: 2em;
      color: #FFFFFF; }
      .seo-box .wrapper .left h2 {
        margin: 0;
        font-size: 1em;
        font-weight: normal; }
      .seo-box .wrapper .left span {
        display: inline-block;
        padding: 0.0357142857em 0.2857142857em;
        background: #000000;
        color: #FFFFFF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
    .seo-box .wrapper .right {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #1a171b; }
      .seo-box .wrapper .right .toright {
        text-align: right; }
        .seo-box .wrapper .right .toright a.linkmore {
          display: inline-block;
          padding: 0.4166666667em 0.8333333333em;
          font-family: "Lato Bold", Helvetica, sans-serif;
          font-size: 0.8571428571em;
          color: #ffffff;
          border: 1px solid #ffffff;
          text-transform: uppercase;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: background 200ms ease, color 200ms ease, border 200ms ease;
          -moz-transition: background 200ms ease, color 200ms ease, border 200ms ease;
          -o-transition: background 200ms ease, color 200ms ease, border 200ms ease;
          transition: background 200ms ease, color 200ms ease, border 200ms ease; }
          .seo-box .wrapper .right .toright a.linkmore:hover {
            background: #ffd518;
            color: #3d4147;
            border-color: #ffd518; }

@media screen and (max-width: 767px) {
  .seo-box .wrapper .left, .seo-box .wrapper .right {
    width: 100%;
    float: none; }
  .seo-box .wrapper .left br {
    display: none; }
  .seo-box .wrapper .right .toright {
    text-align: center; } }
.locatefaq-box {
  width: 100%;
  display: table; }
  .locatefaq-box .wrapper {
    display: table-row; }
  .locatefaq-box .left, .locatefaq-box .right {
    display: table-cell;
    padding: 20px 20px 50px;
    width: 50%;
    position: relative; }
  .locatefaq-box .left {
    background: #eceded; }
  .locatefaq-box .right {
    background: #f6f6f6; }
  .locatefaq-box #locator-map {
    width: 100%;
    margin: 19px 0; }
    .locatefaq-box #locator-map img {
      width: 100%; }
  .locatefaq-box .title {
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.5714285714em;
    color: #373b42;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 0.7272727273em; }
    .locatefaq-box .title span {
      font-size: 1.4090909091em;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -3px;
      margin-right: 5px; }
  .locatefaq-box .locator-form input.text {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    text-transform: uppercase;
    width: 17.5714285714em;
    height: 2.8571428571em;
    line-height: 2.8571428571em;
    text-align: center;
    border: 2px solid #d9dadb; }
  .locatefaq-box .locator-form button {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    text-transform: uppercase;
    width: 14em;
    height: 2.8571428571em;
    line-height: 2.5714285714em;
    text-align: center;
    border: 2px solid #d9dadb;
    background: #ffd518;
    -webkit-transition: background 200ms ease, color 200ms ease;
    -moz-transition: background 200ms ease, color 200ms ease;
    -o-transition: background 200ms ease, color 200ms ease;
    transition: background 200ms ease, color 200ms ease; }
    .locatefaq-box .locator-form button:hover {
      background: #e85113;
      color: #FFFFFF; }
  .locatefaq-box .toright {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: right;
    padding: 0 20px; }
    .locatefaq-box .toright .linkmore {
      display: inline-block;
      padding: 0.4166666667em 0.8333333333em;
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #373b42;
      border: 1px solid #000000;
      text-transform: uppercase;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background 200ms ease, color 200ms ease, border 200ms ease;
      -moz-transition: background 200ms ease, color 200ms ease, border 200ms ease;
      -o-transition: background 200ms ease, color 200ms ease, border 200ms ease;
      transition: background 200ms ease, color 200ms ease, border 200ms ease; }
      .locatefaq-box .toright .linkmore:hover {
        background: #e85113;
        color: #FFFFFF;
        border-color: #e85113; }
  .locatefaq-box .scroll {
    height: 100%; }

.faq-box {
  height: 64px;
  margin: 10px 0;
  position: relative; }
  .faq-box.mascotte:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 76px;
    background: url("/skin/frontend/rwd/crepito/images/mascotte.png") no-repeat;
    top: -12px;
    right: 40px; }
  .faq-box .faq-description {
    height: 0;
    overflow: hidden; }
  .faq-box .faq-title {
    height: 64px;
    line-height: 64px;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #373b42;
    background: #FFFFFF;
    text-transform: uppercase;
    padding: 0 5.7142857143em 0 1.0714285714em;
    position: relative;
    cursor: pointer;
    margin-bottom: 1.0714285714em;
    -webkit-transition: background 200ms ease, color 200ms ease;
    -moz-transition: background 200ms ease, color 200ms ease;
    -o-transition: background 200ms ease, color 200ms ease;
    transition: background 200ms ease, color 200ms ease; }
    .faq-box .faq-title span.middle {
      display: inline-block;
      vertical-align: middle;
      line-height: 1em; }
    .faq-box .faq-title span.icon {
      position: absolute;
      right: 20px;
      top: 40%; }
  .faq-box.showing {
    height: auto; }
    .faq-box.showing .faq-description {
      height: auto; }
    .faq-box.showing .faq-title {
      background: #000000;
      color: #ffffff; }
      .faq-box.showing .faq-title span.icon:before {
        content: "\e603"; }

@media screen and (max-width: 960px) {
  .locatefaq-box .left, .locatefaq-box .right {
    width: 100%;
    display: block; } }
@media screen and (max-width: 767px) {
  .locatefaq-box .locator-form input.text, .locatefaq-box .locator-form button {
    width: 100%; }
  .locatefaq-box .locator-form input.text {
    margin-bottom: 0.7142857143em; }
  .locatefaq-box .toright {
    text-align: center; } }
@media screen and (max-width: 639px) {
  .faq-box.mascotte:after {
    width: 40px;
    height: 46px;
    top: -37px;
    right: 30px;
    background-size: 100%; } }
.review-box {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2; }
  .review-box .title {
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.5714285714em;
    color: #373b42;
    text-transform: uppercase;
    margin-bottom: 0.7272727273em; }
    .review-box .title span {
      font-size: 1.4090909091em;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -3px;
      margin-right: 5px; }
  .review-box .steavisgarantis_site_reviews > iframe {
    height: 150px; }

#sag_review_container {
  padding-top: 90px;
  margin-top: -90px; }

.page-faq {
  max-width: 960px;
  padding: 10px;
  margin: 0 auto; }
  .page-faq a {
    color: #e85113;
    text-decoration: underline;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    .page-faq a:hover {
      color: #000000; }
  .page-faq .title {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.2857142857em;
    color: #e85113;
    text-transform: uppercase; }
  .page-faq .page-faq-filter {
    position: relative; }
    .page-faq .page-faq-filter .yellowline {
      border: 0;
      height: 0px;
      border-bottom: 1px solid #ffd618;
      padding: 0.7142857143em 0;
      display: block; }
    .page-faq .page-faq-filter .selector {
      position: relative;
      width: 34.1666666667em;
      min-height: 3.3333333333em;
      line-height: 3.25em;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #000000;
      text-transform: uppercase;
      padding: 0 1em;
      border: 1px solid #000000;
      cursor: pointer;
      margin: 0 1.4285714286em 1.4285714286em 3.5714285714em;
      float: right; }
      .page-faq .page-faq-filter .selector .validation-advice {
        color: red;
        font-weight: normal; }
      .page-faq .page-faq-filter .selector:after {
        font-family: 'crepito';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e603";
        font-size: 1em;
        width: 1em;
        height: 3.3333333333em;
        line-height: 3.3333333333em;
        position: absolute;
        top: 0;
        right: 1.5833333333em; }
      .page-faq .page-faq-filter .selector select {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;
        background: none; }
  .page-faq .page-faq-questions {
    background: #f6f6f6;
    padding: 1.4285714286em;
    margin-bottom: 1.4285714286em; }
    .page-faq .page-faq-questions .noresults {
      text-align: center;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #000000;
      text-transform: uppercase; }

.featured-questions {
  border-top: solid 1px #f2f2f2;
  padding-top: 15px; }
  .featured-questions .title {
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.5714285714em;
    color: #373b42;
    text-transform: uppercase;
    margin-bottom: 0.7272727273em;
    text-align: center; }

.faq-index-link span, .faq-index-link a {
  display: inline-block;
  vertical-align: middle; }
.faq-index-link span {
  color: #e85113; }
.faq-index-link a {
  font-family: "Lato Light", Helvetica, sans-serif;
  font-size: 1.2em;
  transition: color .2s ease; }
  .faq-index-link a:hover {
    color: #e85113; }

.faq-description {
  padding: 1em 0; }
  .faq-description a {
    color: #e85113;
    text-decoration: underline;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    .faq-description a:hover {
      color: #000000; }

@media screen and (max-width: 460px) {
  .page-faq .page-faq-filter .selector {
    width: auto;
    float: none;
    margin: 0 0 1.4285714286em; }
  .page-faq .page-faq-filter .yellowline {
    display: none; } }
.page-partners {
  max-width: 960px;
  padding: 10px;
  margin: 0 auto; }
  .page-partners .title {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.2857142857em;
    color: #e85113;
    text-transform: uppercase; }
  .page-partners .downloadbtn {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #373b42;
    padding: 0.3571428571em 0.7142857143em;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    .page-partners .downloadbtn .icon-download {
      color: #e85113;
      font-size: 1.5714285714em;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.4545454545em;
      position: relative;
      top: -3px;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
    .page-partners .downloadbtn:hover {
      background: #e85113;
      border-color: #e85113;
      color: #FFFFFF; }
      .page-partners .downloadbtn:hover .icon-download {
        color: #FFD618; }

.page-partners-list {
  max-width: 960px;
  margin: 0 auto; }
  .page-partners-list .yellowline {
    position: relative;
    height: 31px; }
    .page-partners-list .yellowline.left hr {
      left: 0; }
    .page-partners-list .yellowline.right hr {
      right: 0; }
    .page-partners-list .yellowline hr {
      top: 15px;
      position: absolute;
      width: 50%;
      border: 0;
      border-bottom: 1px solid #ffd618;
      margin: 0; }
  .page-partners-list .page-partners-box {
    width: 33.3333333333%;
    padding: 0.7142857143em;
    float: left; }
    .page-partners-list .page-partners-box .page-partners-box-wrapper {
      position: relative; }
      .page-partners-list .page-partners-box .page-partners-box-wrapper:hover .title {
        color: #e85113; }
      .page-partners-list .page-partners-box .page-partners-box-wrapper:hover .link {
        background: #e85113; }
        .page-partners-list .page-partners-box .page-partners-box-wrapper:hover .link span {
          color: #ffffff; }
    .page-partners-list .page-partners-box .biglink {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .page-partners-list .page-partners-box img {
      border-top: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6;
      border-right: 1px solid #e6e6e6;
      display: block;
      width: 100%;
      height: auto; }
    .page-partners-list .page-partners-box .title {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.2857142857em;
      color: #000000;
      margin-bottom: 1.1111111111em;
      display: block; }
    .page-partners-list .page-partners-box .link {
      height: 3.5714285714em;
      line-height: 3.5714285714em;
      text-transform: uppercase;
      background: #ffd618;
      display: block;
      padding: 0 0.7142857143em 0;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .page-partners-list .page-partners-box .link span {
        color: #000000;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
      .page-partners-list .page-partners-box .link span.icon-arrow_right {
        margin-right: 0.3571428571em; }
    .page-partners-list .page-partners-box .description {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #a5a5a5;
      margin: 2.1428571429em 0; }

@media screen and (max-width: 959px) {
  .page-partners-list .page-partners-box {
    width: 50%; }
    .page-partners-list .page-partners-box .link {
      font-size: 0.5em; }
  .page-partners-list .nomobile {
    display: none; } }
.cms-page-view .page-content .wrapper .std a {
  font-family: "Lato Regular", Helvetica, sans-serif;
  color: #e85113;
  text-decoration: underline;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease; }
  .cms-page-view .page-content .wrapper .std a:hover {
    color: #000000; }

.contact-contact-show .page-content h1, .contact-contact-show .page-content div.bigtitle {
  margin: 0.5555555556em; }

.page-content hr {
  border: 0;
  border-bottom: 1px solid #ffd618; }
  .page-content hr.gray {
    border-bottom: 1px solid #dadada; }
.page-content .news-text a {
  color: #e85113;
  text-decoration: underline;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease; }
  .page-content .news-text a:hover {
    color: #000000; }
.page-content .wrapper {
  max-width: 960px;
  padding: 10px;
  margin: 0 auto; }
  .page-content .wrapper.nopadding {
    padding: 0; }
  .page-content .wrapper ul {
    list-style-type: disc; }
  .page-content .wrapper ul, .page-content .wrapper ol {
    padding: 0 0.2em; }
    .page-content .wrapper ul ul, .page-content .wrapper ul ol, .page-content .wrapper ol ul, .page-content .wrapper ol ol {
      padding: 0 1.5em; }
    .page-content .wrapper ul li, .page-content .wrapper ol li {
      min-height: 2.3571428571em;
      margin-bottom: 2px;
      line-height: 2.3571428571em;
      display: inline-block;
      width: 100%;
      padding-left: 8px; }
      .page-content .wrapper ul li a, .page-content .wrapper ol li a {
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
        .page-content .wrapper ul li a:hover, .page-content .wrapper ol li a:hover {
          color: #e85113; }
  .page-content .wrapper ul li {
    border-left: 5px solid #ffd618; }
    .page-content .wrapper ul li:before {
      content: "\2022";
      margin-right: 6px; }
  .page-content .wrapper .page-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right; }
    .page-content .wrapper .page-title ul li {
      padding-left: 0;
      border: 0;
      display: inline-block;
      width: auto; }
      .page-content .wrapper .page-title ul li:before {
        content: "";
        margin-right: 0; }
      .page-content .wrapper .page-title ul li a {
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 0.8571428571em;
        color: #373b42;
        text-transform: uppercase;
        padding: 0.8333333333em;
        border: 1px solid #000000;
        -webkit-transition: background 200ms ease, color 200ms ease, border 200ms ease;
        -moz-transition: background 200ms ease, color 200ms ease, border 200ms ease;
        -o-transition: background 200ms ease, color 200ms ease, border 200ms ease;
        transition: background 200ms ease, color 200ms ease, border 200ms ease;
        -webkit-border-radius: 0.4166666667em;
        -moz-border-radius: 0.4166666667em;
        border-radius: 0.4166666667em; }
        .page-content .wrapper .page-title ul li a.active {
          background: #eceded; }
        .page-content .wrapper .page-title ul li a:hover {
          background: #e85113;
          border-color: #e85113;
          color: #FFFFFF; }
.page-content h1, .page-content .bigtitle {
  font-family: "Lato Bold", Helvetica, sans-serif;
  font-size: 1.2857142857em;
  color: #e85113;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0.5555555556em 0 0 0.5555555556em; }
  .page-content h1.smallmargin, .page-content .bigtitle.smallmargin {
    margin: 0.5555555556em 0; }
  .page-content h1.nomargetop, .page-content .bigtitle.nomargetop {
    margin: 0 0 0.5555555556em; }
  .page-content h1 .black, .page-content .bigtitle .black {
    display: inline-block;
    color: #000000;
    font-size: 1em;
    text-transform: none;
    margin: 0; }
.page-content h2 {
  font-family: "Lato Bold", Helvetica, sans-serif;
  font-size: 1.1428571429em;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  margin: 1.25em 0 1.875em; }
.page-content h3 {
  font-family: "Lato Bold", Helvetica, sans-serif;
  font-size: 1.1428571429em;
  color: #e85113;
  font-weight: normal; }
.page-content strong {
  font-family: "Lato Bold", Helvetica, sans-serif;
  font-weight: normal; }
  .page-content strong.orange {
    color: #e85113; }
.page-content .separatorcontent {
  width: 100%;
  position: relative;
  height: 10px; }
  .page-content .separatorcontent.separatorcontent-left hr {
    position: absolute;
    left: 0; }
  .page-content .separatorcontent.separatorcontent-right hr {
    position: absolute;
    right: 0; }
  .page-content .separatorcontent hr {
    width: 50%; }
.page-content figcaption {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 0.8571428571em;
  color: #87888a;
  font-style: italic; }
.page-content .newhead .infos {
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 1em;
  color: #373b42;
  margin-bottom: 0.3571428571em;
  padding: 0 1.4285714286em; }
  .page-content .newhead .infos span.date {
    font-family: "Lato Bold", Helvetica, sans-serif; }
  .page-content .newhead .infos span.category {
    color: #e85113;
    text-transform: uppercase; }
.page-content .newhead .title {
  font-family: "Lato Bold", Helvetica, sans-serif;
  font-size: 1.4285714286em;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  margin-bottom: 1em;
  padding: 0 1em;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease; }
.page-content .newhead .picture {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2.8571428571em; }
  .page-content .newhead .picture .sharebox {
    position: absolute;
    bottom: -10px;
    right: -3px;
    width: 190px;
    height: 50px;
    background: #e85113;
    line-height: 40px;
    padding: 10px; }
    .page-content .newhead .picture .sharebox span {
      font-size: 27px;
      color: #ffffff;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
    .page-content .newhead .picture .sharebox a {
      margin: 0 5px; }
      .page-content .newhead .picture .sharebox a:hover span {
        color: #000000; }
    .page-content .newhead .picture .sharebox span.icon-share {
      float: right;
      font-size: 30px; }
.page-content img {
  width: 100%;
  height: auto; }
.page-content .col-right {
  float: right;
  width: 34%;
  padding: 10px; }
.page-content .col-left {
  float: left;
  width: 66%;
  padding: 10px; }
.page-content .category-box {
  margin: 0.7142857143em 0; }
  .page-content .category-box .title {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.1428571429em;
    color: #ffffff;
    background: #e85113;
    text-transform: uppercase;
    padding: 0.875em 1.25em; }
  .page-content .category-box .img {
    width: 50%;
    float: left;
    border: 1px solid #e6e6e6;
    height: 103px; }
    .page-content .category-box .img.img-granules-de-bois, .page-content .category-box .img.img-granules-de-bois-vrac {
      background: url("/skin/frontend/rwd/crepito/images/catproducts.jpg") 0 0 no-repeat; }
    .page-content .category-box .img.img-bois-de-chauffage {
      background: url("/skin/frontend/rwd/crepito/images/catproducts.jpg") -148px 0 no-repeat; }
    .page-content .category-box .img.img-buches-densifiees {
      background: url("/skin/frontend/rwd/crepito/images/catproducts.jpg") 0 -101px no-repeat; }
    .page-content .category-box .img.img-allumage {
      background: url("/skin/frontend/rwd/crepito/images/catproducts.jpg") -148px -101px no-repeat; }
    .page-content .category-box .img.img-accessoires {
      background: url("/skin/frontend/rwd/crepito/images/catproducts.jpg") 0 -202px no-repeat; }
  .page-content .category-box button {
    width: 50%;
    float: right;
    height: 103px;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.2857142857em;
    background: #ffd618;
    color: #000000;
    border: 1px solid #ffd618;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s; }
    .page-content .category-box button .icon-arrow_right {
      margin: 0 5px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -3px; }
    .page-content .category-box button:hover {
      background: #FFFFFF; }
.page-content .gmap-route {
  margin-top: 20px;
  height: 60px;
  background: #ffd618;
  padding: 8px;
  line-height: 38px; }
  .page-content .gmap-route label span.text {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 0.9285714286em;
    color: #000000;
    text-transform: uppercase;
    padding-left: 13px;
    width: 25%;
    float: left;
    display: inline-block;
    line-height: 44px; }
  .page-content .gmap-route label button {
    width: 21%;
    float: left;
    display: block;
    height: 44px;
    border: 2px solid #d9dadb;
    background: #eceded;
    text-align: center;
    line-height: 38px;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    text-transform: uppercase;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease; }
    .page-content .gmap-route label button:hover {
      background: #d9dadb; }
  .page-content .gmap-route label .input {
    width: 54%;
    padding: 0 10px;
    float: left; }
    .page-content .gmap-route label .input input {
      border: 0;
      width: 100%;
      height: 44px;
      border: 2px solid #d9dadb;
      background: #FFFFFF;
      line-height: 38px;
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1em;
      color: #58585a;
      padding: 0 1.2857142857em; }
.page-content .distributor-box {
  margin-top: 20px; }
  .page-content .distributor-box .distributor-col-left {
    width: 25%;
    float: left;
    padding-right: 10px; }
    .page-content .distributor-box .distributor-col-left img {
      width: 100%;
      height: auto;
      margin-bottom: 15px;
      display: block; }
  .page-content .distributor-box .distributor-col-right {
    width: 75%;
    float: right;
    padding-left: 10px; }
    .page-content .distributor-box .distributor-col-right .icon-box .icon {
      width: 13%; }
      .page-content .distributor-box .distributor-col-right .icon-box .icon.icon-mail {
        font-size: 2.2857142857em;
        text-align: center;
        padding-right: 0.3125em; }
    .page-content .distributor-box .distributor-col-right .icon-box .text {
      width: 87%;
      font-size: 1.1666666667em; }
      .page-content .distributor-box .distributor-col-right .icon-box .text span.middle {
        text-transform: none;
        width: 100%; }
      .page-content .distributor-box .distributor-col-right .icon-box .text button {
        height: 44px;
        border: 2px solid #d9dadb;
        background: #eceded;
        text-align: center;
        line-height: 38px;
        padding: 0 15px;
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 1em;
        color: #58585a;
        text-transform: uppercase;
        -webkit-transition: background .2s, color .2s, opacity .2s;
        -moz-transition: background .2s, color .2s, opacity .2s;
        -o-transition: background .2s, color .2s, opacity .2s;
        transition: background .2s, color .2s, opacity .2s; }
        .page-content .distributor-box .distributor-col-right .icon-box .text button:enabled:hover {
          background: #d9dadb;
          color: #fff; }
        .page-content .distributor-box .distributor-col-right .icon-box .text button:disabled {
          opacity: .5; }
    .page-content .distributor-box .distributor-col-right fieldset {
      border: 2px solid #d9dadb;
      margin: 10px 0 0 0; }
      .page-content .distributor-box .distributor-col-right fieldset .form-optin {
        display: inline-block;
        width: 48%;
        min-width: 180px; }
.page-content .products-selector {
  margin-top: 10px;
  line-height: 1.2 !important;
  min-height: 44px;
  height: auto !important;
  width: 100%; }
  .page-content .products-selector span {
    font-size: 0.8em;
    font-style: italic;
    text-transform: none; }
.page-content .icon-box.float {
  float: left;
  width: 33%;
  display: inline-block; }
  .page-content .icon-box.float .icon {
    width: 32%; }
  .page-content .icon-box.float .text {
    width: 68%; }
.page-content .icon-box .icon {
  float: left;
  width: 42%;
  min-height: 64px;
  line-height: 64px;
  text-align: left;
  font-size: 3.1428571429em;
  color: #e85113; }
.page-content .icon-box .text {
  min-height: 64px;
  line-height: 57px;
  width: 58%;
  float: right; }
  .page-content .icon-box .text span.middle {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2em;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 0.8571428571em;
    color: #000000;
    text-transform: uppercase; }
  .page-content .icon-box .text strong {
    font-family: "Lato Bold", Helvetica, sans-serif;
    color: #e85113;
    font-weight: normal; }
  .page-content .icon-box .text .input {
    border: 2px solid #d9dadb;
    background: #FFFFFF;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    line-height: 40px;
    height: 44px;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 0 15px; }
  .page-content .icon-box .text button.input {
    display: inline-block;
    width: auto;
    padding: 0 70px;
    background: #ffd518;
    text-transform: uppercase;
    -webkit-transition: background 200ms ease, color 200ms ease;
    -moz-transition: background 200ms ease, color 200ms ease;
    -o-transition: background 200ms ease, color 200ms ease;
    transition: background 200ms ease, color 200ms ease; }
    .page-content .icon-box .text button.input:enabled:hover {
      background: #E85113;
      color: #FFFFFF; }
  .page-content .icon-box .text .messages {
    padding: 10px;
    margin: 0;
    list-style: none;
    padding-right: 13%;
    list-style: none;
    padding: 0;
    margin: 0; }
    .page-content .icon-box .text .messages span {
      color: #e85113;
      font-weight: bold; }
    .page-content .icon-box .text .messages li {
      border: 0;
      padding: 0;
      text-align: center;
      margin: 5px 0; }
      .page-content .icon-box .text .messages li:before {
        display: none;
        content: ''; }
    .page-content .icon-box .text .messages ul {
      list-style: none;
      margin: 0;
      padding: 0; }
.page-content .distributor-slider {
  margin-top: 20px;
  position: relative; }
  .page-content .distributor-slider .distributor-slider-prev, .page-content .distributor-slider .distributor-slider-next {
    position: absolute;
    bottom: 0;
    width: 1.4285714286em;
    height: 1.4285714286em;
    line-height: 1.5em;
    background: #ffd618;
    color: #1b1703;
    font-size: 2em;
    text-align: center;
    border: 0;
    -webkit-transition: color 200ms ease, background 200ms ease;
    -moz-transition: color 200ms ease, background 200ms ease;
    -o-transition: color 200ms ease, background 200ms ease;
    transition: color 200ms ease, background 200ms ease; }
    .page-content .distributor-slider .distributor-slider-prev:hover, .page-content .distributor-slider .distributor-slider-next:hover {
      color: #FFD618;
      background: #1b1703; }
  .page-content .distributor-slider .distributor-slider-prev {
    right: 41px; }
  .page-content .distributor-slider .distributor-slider-next {
    right: 0; }

.page-content-botmnu {
  width: 100%;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  min-height: 9.0714285714em;
  margin: 2.5714285714em 0; }
  .page-content-botmnu .wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    min-height: 9.0714285714em;
    line-height: 9.0714285714em; }
    .page-content-botmnu .wrapper.center {
      text-align: center; }
    .page-content-botmnu .wrapper .way {
      float: left;
      width: 33.3333333333%;
      height: 9.0714285714em;
      line-height: 9.0714285714em; }
      .page-content-botmnu .wrapper .way.left {
        text-align: left; }
      .page-content-botmnu .wrapper .way.center {
        text-align: center; }
      .page-content-botmnu .wrapper .way.right {
        text-align: right; }
      .page-content-botmnu .wrapper .way span.middle {
        display: inline-block;
        vertical-align: middle;
        line-height: 1em;
        width: 100%; }
    .page-content-botmnu .wrapper a {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #373b42;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .page-content-botmnu .wrapper a:hover {
        color: #e85113; }
      .page-content-botmnu .wrapper a span.text {
        display: block;
        height: 70px;
        line-height: 70px; }
        .page-content-botmnu .wrapper a span.text span.middle {
          width: 80%; }
      .page-content-botmnu .wrapper a span.icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 3em; }
        .page-content-botmnu .wrapper a span.icon.navbox.icon-thin_arrow_left {
          float: left;
          display: block;
          height: 70px;
          line-height: 70px; }
        .page-content-botmnu .wrapper a span.icon.navbox.icon-thin_arrow_right {
          float: right;
          display: block;
          height: 70px;
          line-height: 70px; }
      .page-content-botmnu .wrapper a span.icon-littleseparator {
        margin: 0 0.8333333333em; }
      .page-content-botmnu .wrapper a.paginator-link {
        font-size: 1.1428571429em;
        color: #87888a;
        margin: 0 0.3125em; }
        .page-content-botmnu .wrapper a.paginator-link:hover {
          color: #e85113; }
      .page-content-botmnu .wrapper a.paginator-current {
        color: #000000;
        border: 1px solid #000000;
        padding: 0.625em 0.375em;
        -webkit-border-radius: 0.3125em;
        -moz-border-radius: 0.3125em;
        border-radius: 0.3125em; }

.gmap {
  width: 100%;
  height: 25em; }
  .gmap .gm-style-cc {
    display: none; }
  .gmap img {
    width: 17px; }
  .gmap .text {
    font-size: 14px;
    line-height: 1.5em; }
    .gmap .text strong {
      font-weight: normal;
      font-family: "Lato Bold", Helvetica, sans-serif;
      text-transform: uppercase;
      color: #e84e0e;
      margin-bottom: 5px;
      display: block; }
  .gmap .infoBox {
    border-bottom: 3px solid #e83e0e; }
  .gmap .pictos {
    color: #e85113;
    font-size: 2.5714285714em; }
    .gmap .pictos span {
      margin: 0 2px;
      display: inline-block;
      vertical-align: middle; }
    .gmap .pictos span.middle {
      display: none; }
    .gmap .pictos span.separator {
      border-bottom: 0px;
      border-left: 1px solid #000000;
      height: 1em; }
  .gmap .labels, .gmap .labels2 {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 14px;
    color: #373b42;
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center; }
  .gmap .labels2 {
    line-height: 35px;
    height: 33px;
    width: 33px;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.4285714286em;
    color: #e84e0e; }
  .gmap .marker1,
  .gmap .marker2 {
    background-size: contain;
    text-align: center; }
  .gmap .marker1 {
    background-image: url("/skin/frontend/rwd/crepito/images/marker1.png");
    line-height: 32px; }
  .gmap .marker2 {
    background-image: url("/skin/frontend/rwd/crepito/images/marker2.png");
    line-height: 47px; }
  .gmap .buttons a, .gmap .buttons button {
    background: #ffffff;
    border: 1px solid #e85113;
    display: inline-block;
    font-size: 12px;
    color: #e85113;
    text-transform: uppercase;
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 8px 0 0;
    -webkit-transition: color 200ms ease, background 200ms ease;
    -moz-transition: color 200ms ease, background 200ms ease;
    -o-transition: color 200ms ease, background 200ms ease;
    transition: color 200ms ease, background 200ms ease; }
  .gmap .buttons button:hover {
    background: #e85113;
    color: #ffffff; }
  .gmap .buttons a {
    color: #373b42;
    border: 1px solid #000000; }
    .gmap .buttons a:hover {
      background: #000000;
      color: #ffffff; }

.gmap-distributors {
  display: none; }

@media screen and (max-width: 880px) {
  .page-content .category-box button {
    width: 40%;
    font-size: 1em; }
  .page-content .category-box .img {
    width: 60%; } }
@media screen and (max-width: 767px) {
  .contact-contact-show .page-content .wrapper {
    padding-bottom: 0px; }

  .page-content .wrapper .page-title ul {
    float: none;
    text-align: center; }
    .page-content .wrapper .page-title ul li {
      margin: 5px 0; }

  .page-content .col-right {
    display: none;
    float: none; }
  .page-content .col-left {
    width: 100%;
    float: none; } }
@media screen and (max-width: 759px) {
  .page-content-botmnu {
    min-height: 4.2857142857em; }
    .page-content-botmnu .wrapper {
      min-height: 4.2857142857em;
      line-height: 4.2857142857em; }
      .page-content-botmnu .wrapper .way {
        width: 100%;
        height: 5em;
        line-height: 5em;
        padding: 0 0.7142857143em; }
        .page-content-botmnu .wrapper .way.empty {
          display: none; } }
@media screen and (max-width: 639px) {
  .page-content .wrapper figure {
    float: none;
    width: 100%; }
    .page-content .wrapper figure img {
      width: 100%;
      height: auto; }
  .page-content .wrapper ul {
    width: 100% !important; }
  .page-content img.img200content {
    float: none !important;
    width: 100% !important;
    height: auto !important; }
  .page-content img.imgnomobile {
    display: none; }

  .page-content .icon-box.float {
    width: 50%; } }
@media screen and (max-width: 530px) {
  .page-content .distributor-box .distributor-col-left {
    float: none;
    width: 130px;
    margin: 0 auto;
    padding: 0; }
  .page-content .distributor-box .distributor-col-right {
    float: none;
    width: 100%;
    padding: 0; } }
.page-contact {
  max-width: 960px;
  margin: 0 auto;
  display: table;
  width: 960px; }
  .page-contact .yellowline {
    width: 100%;
    position: relative;
    margin: 0 10px;
    height: 25px; }
    .page-contact .yellowline hr {
      position: absolute;
      width: 70%; }
    .page-contact .yellowline.left hr {
      left: 0; }
    .page-contact .yellowline.right hr {
      right: 0; }
  .page-contact .page-contact-side {
    width: 32%;
    background: #eceded;
    display: table-cell;
    padding: 10px;
    vertical-align: top; }
  .page-contact .page-contact-form {
    width: 68%;
    display: table-cell;
    padding: 10px 20px 10px 10px;
    vertical-align: top; }
  .page-contact .page-contact-box {
    width: 100%;
    min-height: 64px;
    line-height: 50px;
    position: relative;
    background: #f7f8f8;
    margin-bottom: 3px;
    padding: 7px 7px 7px 58px;
    text-align: right; }
    .page-contact .page-contact-box:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 50px;
      height: 64px;
      content: ""; }
    .page-contact .page-contact-box.map:before {
      background: url("/skin/frontend/rwd/crepito/images/contact_sprites.png") 0 0 no-repeat; }
    .page-contact .page-contact-box.phone:before {
      background: url("/skin/frontend/rwd/crepito/images/contact_sprites.png") 0 -64px no-repeat; }
    .page-contact .page-contact-box.locate:before {
      background: url("/skin/frontend/rwd/crepito/images/contact_sprites.png") 0 -128px no-repeat; }
    .page-contact .page-contact-box.mail:before {
      background: url("/skin/frontend/rwd/crepito/images/contact_sprites.png") 0 -192px no-repeat; }
    .page-contact .page-contact-box .text {
      display: inline-block;
      vertical-align: middle;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #3d4147;
      text-align: right;
      line-height: 1.1428571429em;
      width: 100%; }
      .page-contact .page-contact-box .text.orange {
        color: #e85113; }
      .page-contact .page-contact-box .text.small {
        font-size: 0.9285714286em; }
      .page-contact .page-contact-box .text.big {
        font-size: 1.2857142857em; }
      .page-contact .page-contact-box .text .light {
        font-family: "Lato Light", Helvetica, sans-serif; }
      .page-contact .page-contact-box .text .big {
        font-size: 1.8571428571em; }
      .page-contact .page-contact-box .text strong {
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-weight: normal; }
      .page-contact .page-contact-box .text.link {
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
        .page-contact .page-contact-box .text.link:hover {
          color: #e85113; }
  .page-contact .page-contact-info {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 0.8571428571em;
    color: #58585a;
    font-style: italic;
    text-align: right;
    margin: 8px 0; }
  .page-contact .input {
    height: 2.8571428571em;
    line-height: 2.5em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #FFFFFF;
    border: 2px solid #d9dadb;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 73%; }
    .page-contact .input.mt {
      margin-top: 5px; }
  .page-contact textarea.input {
    width: 100%;
    max-width: 600px;
    min-width: 100%;
    height: 140px;
    max-height: 250px;
    min-height: 120px; }
  .page-contact .form-double .field {
    width: 50%;
    float: left;
    padding: 10px 10px; }
    .page-contact .form-double .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
      .page-contact .form-double .field .input.submit {
        text-transform: uppercase;
        text-align: center; }
  .page-contact .form-single .field {
    width: 100%;
    padding: 10px 10px; }
    .page-contact .form-single .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
  .page-contact .texttoright {
    text-align: right; }
  .page-contact .button {
    height: 2.8571428571em;
    line-height: 2.5em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #ffd518;
    border: 2px solid #d9dadb;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0 3em;
    text-transform: uppercase;
    -webkit-transition: background .2s, color .2s, opacity .2s;
    -moz-transition: background .2s, color .2s, opacity .2s;
    -o-transition: background .2s, color .2s, opacity .2s;
    transition: background .2s, color .2s, opacity .2s; }
    .page-contact .button:enabled:hover {
      color: #FFFFFF;
      background: #e85113; }
    .page-contact .button:disabled {
      opacity: .5; }
  .page-contact .validation-advice {
    background: #ff0000;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 0.9em;
    color: #FFFFFF;
    text-align: center;
    padding: 0.3571428571em; }
  .page-contact .nothanks {
    display: none; }
  .page-contact .messages {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 1;
    margin: 1em 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1.2857142857em;
    color: #FFFFFF; }
    .page-contact .messages ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .page-contact .messages .error-msg {
      color: #e85113;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.4; }
    .page-contact .messages .success-msg {
      background-color: #e85113;
      color: #fff;
      display: inline-block;
      line-height: 1.4;
      vertical-align: middle;
      padding: 0.4em 0.5em 0.5em; }
  .page-contact .checker-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9em;
    word-wrap: break-word;
    width: 80%; }
  .page-contact .checker, .page-contact .radio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid #d9dadb;
    background: #FFFFFF;
    margin-right: 10px;
        /*
        &.radio {
            border-radius: 20px;

            span {
                border-radius: 16px;
            }
        }*/ }
    .page-contact .checker span, .page-contact .radio span {
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #FFFFFF;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .page-contact .checker span.checked, .page-contact .radio span.checked {
        background: #ffd518; }
    .page-contact .checker input, .page-contact .radio input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      border: none;
      background: none;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1; }

.page-contact-separator {
  border: 0;
  border-bottom: 1px solid #dadada;
  margin: 0; }

@media screen and (max-width: 960px) {
  .page-contact {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .page-contact {
    display: block; }
    .page-contact .page-contact-form {
      width: 100%;
      display: block;
      padding-top: 0; }
    .page-contact .page-contact-side {
      width: 100%;
      display: block; } }
.page-claim {
  max-width: 960px;
  margin: 0 auto;
  display: table;
  width: 960px; }
  .page-claim .yellowline {
    width: 100%;
    position: relative;
    margin: 0;
    height: 5px; }
    .page-claim .yellowline hr {
      position: absolute;
      width: 70%; }
    .page-claim .yellowline.left hr {
      left: 0; }
    .page-claim .yellowline.right hr {
      right: 0; }
  .page-claim .page-claim-side {
    width: 32%;
    background: #eceded;
    display: table-cell;
    padding: 10px;
    vertical-align: top; }
  .page-claim .page-claim-form {
    width: 68%;
    display: table-cell;
    padding: 0 20px 10px 10px;
    vertical-align: top; }
    .page-claim .page-claim-form .wrapper {
      padding-bottom: 0;
      padding-top: 0; }
      .page-claim .page-claim-form .wrapper p {
        margin-top: 0; }
  .page-claim .page-claim-box {
    width: 100%;
    min-height: 64px;
    line-height: 50px;
    position: relative;
    background: #f7f8f8;
    margin-bottom: 3px;
    padding: 7px 7px 7px 58px;
    text-align: right; }
    .page-claim .page-claim-box:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 50px;
      height: 64px;
      content: ""; }
    .page-claim .page-claim-box.map:before {
      background: url("/skin/frontend/rwd/crepito/images/contact_sprites.png") 0 0 no-repeat; }
    .page-claim .page-claim-box.phone:before {
      background: url("/skin/frontend/rwd/crepito/images/contact_sprites.png") 0 -64px no-repeat; }
    .page-claim .page-claim-box.locate:before {
      background: url("/skin/frontend/rwd/crepito/images/contact_sprites.png") 0 -128px no-repeat; }
    .page-claim .page-claim-box.mail:before {
      background: url("/skin/frontend/rwd/crepito/images/contact_sprites.png") 0 -192px no-repeat; }
    .page-claim .page-claim-box .text {
      display: inline-block;
      vertical-align: middle;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #3d4147;
      text-align: right;
      line-height: 1.1428571429em;
      width: 100%; }
      .page-claim .page-claim-box .text.orange {
        color: #e85113; }
      .page-claim .page-claim-box .text.small {
        font-size: 0.9285714286em; }
      .page-claim .page-claim-box .text.big {
        font-size: 1.2857142857em; }
      .page-claim .page-claim-box .text .light {
        font-family: "Lato Light", Helvetica, sans-serif; }
      .page-claim .page-claim-box .text .big {
        font-size: 1.8571428571em; }
      .page-claim .page-claim-box .text strong {
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-weight: normal; }
      .page-claim .page-claim-box .text.link {
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
        .page-claim .page-claim-box .text.link:hover {
          color: #e85113; }
  .page-claim .page-claim-info {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 0.8571428571em;
    color: #58585a;
    font-style: italic;
    text-align: right;
    margin: 8px 0; }
  .page-claim .input {
    height: 2.8571428571em;
    line-height: 2.5em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #FFFFFF;
    border: 2px solid #d9dadb;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 73%; }
    .page-claim .input.mt {
      margin-top: 5px; }
  .page-claim textarea.input {
    width: 100%;
    max-width: 600px;
    min-width: 100%;
    height: 140px;
    max-height: 250px;
    min-height: 120px; }
  .page-claim .form-row {
    display: flex;
    flex-flow: row nowrap; }
  .page-claim .form-col-1-2 {
    width: 50%; }
    .page-claim .form-col-1-2 .field {
      max-width: 245px;
      width: 100%; }
  .page-claim .label {
    padding: 20px 10px 0; }
    .page-claim .label label {
      font-weight: bold; }
      .page-claim .label label .underline {
        border-bottom: 1px solid #aaa; }
    .page-claim .label p {
      font-style: italic;
      margin: 0; }
  .page-claim .notice {
    background-color: #f0f0f0; }
    .page-claim .notice p {
      font-style: italic;
      margin-top: 0; }
  .page-claim .form-triple .field {
    width: calc(100% / 3);
    float: left;
    padding: 10px 10px; }
    .page-claim .form-triple .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
      .page-claim .form-triple .field .input.submit {
        text-transform: uppercase;
        text-align: center; }
  .page-claim .form-double .field {
    width: 50%;
    float: left;
    padding: 10px 10px; }
    .page-claim .form-double .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
      .page-claim .form-double .field .input.submit {
        text-transform: uppercase;
        text-align: center; }
  .page-claim .form-single .field {
    width: 100%;
    min-width: 125px;
    padding: 10px 10px; }
    .page-claim .form-single .field.small {
      width: 39.3%; }
    .page-claim .form-single .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
  .page-claim .form-radio {
    border: 1px solid #f0f0f0;
    position: relative; }
    .page-claim .form-radio input {
      position: absolute; }
    .page-claim .form-radio label {
      align-items: center;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      font-weight: normal;
      margin: 0;
      padding: 20px;
      text-align: center;
      -webkit-transition: background-color .2s;
      -moz-transition: background-color .2s;
      -o-transition: background-color .2s;
      transition: background-color .2s; }
      .page-claim .form-radio label:hover {
        background-color: #ededed; }
    .page-claim .form-radio [class^=icon] {
      color: #e85113;
      display: block;
      font-size: 70px;
      margin-bottom: 10px; }
    .page-claim .form-radio input:checked + label {
      background-color: #e0e0e0 !important; }
  .page-claim .form-radio-error {
    appearance: none;
    border: none;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0; }
    .page-claim .form-radio-error ~ .validation-advice {
      clear: both;
      display: block;
      float: none;
      margin: 0 10px;
      transform: translateY(-10px); }
  .page-claim .texttoright {
    text-align: right; }
  .page-claim .button {
    height: 2.8571428571em;
    line-height: 2.5em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #ffd518;
    border: 2px solid #d9dadb;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0 3em;
    text-transform: uppercase;
    -webkit-transition: background .2s, color .2s, opacity .2s;
    -moz-transition: background .2s, color .2s, opacity .2s;
    -o-transition: background .2s, color .2s, opacity .2s;
    transition: background .2s, color .2s, opacity .2s; }
    .page-claim .button:enabled:hover {
      color: #FFFFFF;
      background: #e85113; }
    .page-claim .button:disabled {
      opacity: .5; }
  .page-claim .form-file-btn {
    background-color: transparent;
    border-color: #ffd518;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    width: 100%; }
    .page-claim .form-file-btn:hover {
      background-color: #ffd518; }
  .page-claim .form-file-error {
    color: #ff0000; }
  .page-claim .validation-advice {
    background: #ff0000;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 0.9em;
    color: #FFFFFF;
    text-align: center;
    padding: 0.3571428571em; }
  .page-claim .nothanks {
    display: none; }
  .page-claim .messages {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 1;
    margin: 1em 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1.2857142857em;
    color: #FFFFFF; }
    .page-claim .messages ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .page-claim .messages .error-msg {
      color: #e85113;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.4; }
    .page-claim .messages .success-msg {
      background-color: #e85113;
      color: #fff;
      display: inline-block;
      line-height: 1.4;
      vertical-align: middle;
      padding: 0.4em 0.5em 0.5em; }
  .page-claim .checker-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9em;
    font-weight: normal;
    word-wrap: break-word;
    width: 80%; }
  .page-claim .checker, .page-claim .radio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid #d9dadb;
    background: #FFFFFF;
    margin-right: 10px;
        /*
        &.radio {
            border-radius: 20px;

            span {
                border-radius: 16px;
            }
        }*/ }
    .page-claim .checker span, .page-claim .radio span {
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #FFFFFF;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .page-claim .checker span.checked, .page-claim .radio span.checked {
        background: #ffd518; }
    .page-claim .checker input, .page-claim .radio input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      border: none;
      background: none;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1; }

.page-claim-separator {
  border: 0;
  border-bottom: 1px solid #dadada;
  margin: 0; }

@media screen and (max-width: 960px) {
  .page-claim {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .page-claim {
    display: block; }
    .page-claim .page-claim-form {
      width: 100%;
      display: block;
      padding-top: 0; }
    .page-claim .page-claim-side {
      width: 100%;
      display: block; } }
.page-contact.m--private .page-contact-form {
  width: 100%;
  display: block; }

.contactlinks {
  background-color: #F4F4F4;
  display: flex;
  flex-flow: row wrap;
  margin: 1.5em 0 30px;
  padding: 12px 10px; }
  .contactlinks.form-open .contactlinks__link.js-openform .icon {
    transform: rotate(90deg); }
  .contactlinks.form-open .contactlinks__form {
    display: block; }

.contactlinks__link {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border: none;
  outline: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 8px 10px;
  min-height: 60px;
  padding: 10px 20px;
  width: 100%; }
  .contactlinks__link .picto {
    width: 30px; }
  .contactlinks__link p {
    color: #373b42;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 0 10px 0 20px;
    text-align: left;
    text-transform: uppercase; }
  .contactlinks__link .icon {
    margin-left: auto; }
  .contactlinks__link.m--big {
    flex-direction: column;
    padding: 30px;
    position: relative;
    width: calc(50% - 20px); }
    .contactlinks__link.m--big .bg {
      display: block;
      height: calc(100% - 30px);
      object-fit: contain;
      opacity: 0.03;
      position: absolute;
      top: 15px;
      z-index: 0; }
    .contactlinks__link.m--big p {
      font-size: 18px;
      margin: 10px 0;
      max-width: 180px;
      text-align: center; }
    .contactlinks__link.m--big .icon {
      margin: 0; }

.contactlinks__form {
  background-color: #fff;
  display: none;
  margin: -8px 10px 8px;
  padding: 0 20px 30px;
  width: 100%; }
  .contactlinks__form::before {
    content: '';
    display: block;
    background-color: #DADADA;
    height: 1px;
    margin-bottom: 30px;
    width: 100%; }
  .contactlinks__form form {
    max-width: 620px;
    margin: 0 auto; }
  .contactlinks__form select {
    height: 2.8571428571em;
    line-height: 2.5em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #FFFFFF;
    border: 2px solid #d9dadb;
    display: inline-block;
    padding: 0 10px;
    width: 100%; }
  .contactlinks__form select:invalid {
    color: #a4a4a5; }
  .contactlinks__form [disabled] {
    color: #a4a4a5; }
  .contactlinks__form option {
    color: #58585a; }

@media screen and (max-width: 960px) {
  .page-contact.m--private {
    width: 100%; } }
@media screen and (max-width: 640px) {
  .page-contact.m--private .contactlinks__link.m--big {
    width: 100%; } }
#modal-contactrequest-products {
  position: fixed;
  background: #ffffff;
  left: 50%;
  display: none;
  z-index: 1000;
  padding: 30px;
  top: 50%;
  transform: translate(-50%, -50%); }
  #modal-contactrequest-products .close-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ffd518;
    text-align: center;
    line-height: 40px;
    color: #58585a;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 2em; }
    #modal-contactrequest-products .close-btn:hover {
      background: #e85113;
      color: #ffffff; }
  #modal-contactrequest-products .checker {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid #d9dadb;
    background: #FFFFFF;
    margin-right: 10px; }
    #modal-contactrequest-products .checker span {
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #FFFFFF;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      #modal-contactrequest-products .checker span.checked {
        background: #ffd518; }
    #modal-contactrequest-products .checker input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      border: none;
      background: none;
      display: -moz-inline-box;
      display: inline-block;
      zoom: 1; }
  #modal-contactrequest-products .col-center {
    text-align: center; }
  #modal-contactrequest-products .close-submit {
    display: inline-block;
    width: auto;
    background: #ffd518;
    -webkit-transition: background 200ms ease, color 200ms ease;
    -moz-transition: background 200ms ease, color 200ms ease;
    -o-transition: background 200ms ease, color 200ms ease;
    transition: background 200ms ease, color 200ms ease;
    text-transform: uppercase;
    height: 2.85714em;
    text-align: center;
    border: none;
    margin-top: 20px;
    padding: 0 10px;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a; }
    #modal-contactrequest-products .close-submit:hover {
      color: #FFFFFF;
      background: #e85113; }
  #modal-contactrequest-products .text {
    text-align: center;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1.07143em;
    color: #e85113;
    padding: 1.33333em 0; }
  #modal-contactrequest-products .col-wrapper {
    max-width: 550px;
    margin: 0 auto; }
    #modal-contactrequest-products .col-wrapper:after {
      display: block;
      content: '';
      clear: both;
      float: none; }
  #modal-contactrequest-products ul {
    padding: 0;
    list-style: none; }
    #modal-contactrequest-products ul li {
      display: block;
      width: 50%;
      float: left;
      margin: 5px 0; }

@media screen and (max-width: 959px) {
  #modal-contactrequest-products {
    left: 0;
    top: 0;
    margin: 0;
    height: auto; } }
@media screen and (max-width: 499px) {
  #modal-contactrequest-products ul li {
    width: 100%; }

  #modal-contactrequest-products .col-mid {
    text-align: center;
    width: 100%;
    float: none;
    margin-top: 10px; } }
.page-storelocator-header {
  background: #f6f6f6; }
  .page-storelocator-header .error {
    display: none;
    margin-top: 10px;
    text-align: center;
    color: #e85113;
    font-weight: bold; }
  .page-storelocator-header .wrapper {
    width: 100%;
    max-width: 960px;
    width: 960px;
    margin: 0 auto;
    display: table; }
    .page-storelocator-header .wrapper .col-first {
      display: table-cell;
      width: 63%;
      padding: 2.1428571429em 3.5714285714em 2.1428571429em 0.7142857143em; }
      .page-storelocator-header .wrapper .col-first p {
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1.1428571429em;
        color: #1a171b;
        margin: 1.25em 0; }
    .page-storelocator-header .wrapper .col-second {
      display: table-cell;
      width: 37%;
      background: #dddbdc;
      padding: 1.7857142857em; }
      .page-storelocator-header .wrapper .col-second .infos {
        background: url("/skin/frontend/rwd/crepito/images/bg_orangeline.png") bottom right no-repeat;
        padding-bottom: 20px; }
        .page-storelocator-header .wrapper .col-second .infos .mascotte {
          height: 139px;
          width: 81px;
          background: url("/skin/frontend/rwd/crepito/images/layout.jpg") -368px -508px no-repeat;
          float: left; }
        .page-storelocator-header .wrapper .col-second .infos .text {
          text-align: right;
          font-family: "Lato Bold", Helvetica, sans-serif;
          font-size: 1.0714285714em;
          color: #e85113;
          padding-top: 1.3333333333em; }
      .page-storelocator-header .wrapper .col-second .form-input {
        margin-top: 15px; }
      .page-storelocator-header .wrapper .col-second .form-submit {
        margin-top: 15px; }
    .page-storelocator-header .wrapper .col-first .title, .page-storelocator-header .wrapper .col-second .title {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #1a171b;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 1.25em; }
      .page-storelocator-header .wrapper .col-first .title .icon, .page-storelocator-header .wrapper .col-second .title .icon {
        font-size: 1.875em;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.625em; }
        .page-storelocator-header .wrapper .col-first .title .icon.icon-tel, .page-storelocator-header .wrapper .col-second .title .icon.icon-tel {
          font-size: 2.5em;
          margin-right: 0; }
    .page-storelocator-header .wrapper .col-first .form {
      width: auto;
      margin-left: 3.7142857143em; }
  .page-storelocator-header .form-bottom {
    text-align: center; }
  .page-storelocator-header .form-input-wrapper {
    display: block;
    margin: 0 auto;
    padding-left: 40px;
    position: relative;
    max-width: 320px; }
    .page-storelocator-header .form-input-wrapper .icon {
      font-size: 2em;
      left: 0;
      margin-top: -0.6em;
      position: absolute;
      top: 50%; }
  .page-storelocator-header .form-input, .page-storelocator-header .form-submit {
    width: 100%;
    height: 2.8571428571em;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #d9dadb;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a; }
  .page-storelocator-header .form-submit {
    width: 100%;
    background: #ffd518;
    -webkit-transition: background .2s, color .2s, opacity .2s;
    -moz-transition: background .2s, color .2s, opacity .2s;
    -o-transition: background .2s, color .2s, opacity .2s;
    transition: background .2s, color .2s, opacity .2s;
    text-transform: uppercase;
    margin-top: 20px; }
    .page-storelocator-header .form-submit:enabled:hover {
      background: #e85113;
      color: #ffffff; }
    .page-storelocator-header .form-submit:disabled {
      opacity: .5; }
    .page-storelocator-header .form-submit.loading {
      background-color: #ddd;
      color: #000; }
    .page-storelocator-header .form-submit.small {
      width: 240px; }
    .page-storelocator-header .form-submit .mobile {
      display: none; }
  .page-storelocator-header .form-reset {
    border: 0;
    background: transparent;
    display: block;
    font-family: "Lato Regular", Helvetica, sans-serif;
    color: #58585a;
    margin: 10px auto 0;
    text-align: center;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    .page-storelocator-header .form-reset:hover {
      color: #e85113; }
  .page-storelocator-header .validation-advice {
    color: #FFFFFF;
    margin: 5px 0; }
  .page-storelocator-header .messages {
    padding: 10px;
    margin: 0;
    list-style: none;
    padding-right: 13%; }
    .page-storelocator-header .messages span {
      color: #e85113;
      font-weight: bold; }
    .page-storelocator-header .messages ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  .page-storelocator-header .icon-box {
    float: left;
    width: 25%;
    display: inline-block;
    cursor: pointer; }
    .page-storelocator-header .icon-box.selected .icon {
      color: #000000; }
    .page-storelocator-header .icon-box .icon {
      float: left;
      width: 32%;
      min-height: 64px;
      line-height: 64px;
      text-align: left;
      font-size: 3.1428571429em;
      color: #e85113;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .page-storelocator-header .icon-box .icon:before {
        display: inline-block;
        vertical-align: text-bottom; }
    .page-storelocator-header .icon-box .text {
      min-height: 64px;
      line-height: 57px;
      width: 62%;
      float: right; }
      .page-storelocator-header .icon-box .text span.middle {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2em;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 0.8571428571em;
        color: #000000;
        text-transform: uppercase; }

.page-storelocator .gmap-wrapper {
  position: relative;
  width: 100%; }
  .page-storelocator .gmap-wrapper .notfound {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 450px;
    width: 100%;
    min-width: 300px;
    height: auto;
    background: #FFFFFF;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    font-family: "Lato Bold";
    font-size: 1.1em;
    z-index: 999; }
    .page-storelocator .gmap-wrapper .notfound .title {
      color: #e85113;
      margin-bottom: 20px; }
    .page-storelocator .gmap-wrapper .notfound a {
      text-decoration: underline;
      color: #e85113;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
      .page-storelocator .gmap-wrapper .notfound a:hover {
        color: #000000; }
.page-storelocator .wrapper {
  max-width: 960px;
  padding: 10px;
  margin: 0 auto; }
  .page-storelocator .wrapper.nopbot {
    padding-bottom: 0; }
  .page-storelocator .wrapper.noptop {
    padding-top: 0; }
  .page-storelocator .wrapper.small {
    padding: 20px 10px;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.1428571429em;
    color: #1a171b; }
    .page-storelocator .wrapper.small strong {
      font-weight: normal;
      font-family: "Lato Bold", Helvetica, sans-serif;
      color: #e85113; }
      .page-storelocator .wrapper.small strong.black {
        color: #1a171b; }
.page-storelocator .gmap {
  height: 500px; }
.page-storelocator .gmap-distributors {
  display: block;
  background: #f6f6f6;
  border-top: 1px solid #dadada; }
  .page-storelocator .gmap-distributors .gmap-distributor-item {
    margin: 0 0 30px 0; }
    .page-storelocator .gmap-distributors .gmap-distributor-item:after {
      position: relative;
      display: block;
      content: "";
      clear: both; }
  .page-storelocator .gmap-distributors .title {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #e84e0e;
    text-transform: uppercase; }
  .page-storelocator .gmap-distributors .type, .page-storelocator .gmap-distributors .markertext, .page-storelocator .gmap-distributors .coords, .page-storelocator .gmap-distributors .city, .page-storelocator .gmap-distributors .address, .page-storelocator .gmap-distributors .subtitle, .page-storelocator .gmap-distributors .tel, .page-storelocator .gmap-distributors .planning {
    display: none; }
  .page-storelocator .gmap-distributors .address-long {
    text-transform: uppercase; }
  .page-storelocator .gmap-distributors .name {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
    text-transform: uppercase;
    margin: 0.7142857143em 0; }
  .page-storelocator .gmap-distributors .subtitle {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #e85113;
    margin-top: 0.7142857143em; }
  .page-storelocator .gmap-distributors .pictos {
    float: right;
    width: 50%; }
    .page-storelocator .gmap-distributors .pictos .icon {
      width: 43%;
      float: left;
      display: inline-block;
      margin: 0 10px; }
      .page-storelocator .gmap-distributors .pictos .icon:before {
        float: left;
        width: 32%;
        min-height: 64px;
        line-height: 64px;
        text-align: left;
        font-size: 2.1428571429em;
        color: #e85113;
        display: inline-block; }
      .page-storelocator .gmap-distributors .pictos .icon .text {
        padding-left: 3px;
        min-height: 64px;
        line-height: 57px;
        width: 68%;
        float: right; }
      .page-storelocator .gmap-distributors .pictos .icon .middle {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2em;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 0.7857142857em;
        color: #000000;
        text-transform: uppercase; }
    .page-storelocator .gmap-distributors .pictos .separator {
      clear: both;
      display: block; }
  .page-storelocator .gmap-distributors .buttons {
    margin: 5px 0; }
    .page-storelocator .gmap-distributors .buttons a, .page-storelocator .gmap-distributors .buttons button {
      background: #ffffff;
      border: 1px solid #e85113;
      font-size: 12px;
      color: #e85113;
      text-transform: uppercase;
      padding: 6px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin: 15px 0;
      -webkit-transition: color 200ms ease, background 200ms ease;
      -moz-transition: color 200ms ease, background 200ms ease;
      -o-transition: color 200ms ease, background 200ms ease;
      transition: color 200ms ease, background 200ms ease; }
      .page-storelocator .gmap-distributors .buttons a:hover, .page-storelocator .gmap-distributors .buttons button:hover {
        background: #e85113;
        color: #ffffff; }
    .page-storelocator .gmap-distributors .buttons a {
      color: #373b42;
      border: 1px solid #000000; }
      .page-storelocator .gmap-distributors .buttons a:hover {
        background: #000000;
        color: #ffffff; }

@media screen and (max-width: 960px) {
  .page-storelocator-header .wrapper {
    width: 100%; } }
@media screen and (max-width: 700px) {
  .page-storelocator .gmap-distributors .pictos .icon {
    width: 43%; } }
@media screen and (max-width: 639px) {
  .page-storelocator .gmap-distributors .pictos .icon .middle {
    font-size: 14px; } }
@media screen and (max-width: 599px) {
  .page-storelocator-header .wrapper .icon-box {
    width: 50%; }
  .page-storelocator-header .wrapper .col-first, .page-storelocator-header .wrapper .col-second {
    width: auto;
    display: block; }
    .page-storelocator-header .wrapper .col-first .title, .page-storelocator-header .wrapper .col-second .title {
      font-size: 1em; }

  .page-storelocator .gmap {
    height: 300px; }
  .page-storelocator .gmap-distributors .pictos {
    float: none;
    width: 100%;
    margin: 5px;
    overflow: hidden; }
    .page-storelocator .gmap-distributors .pictos:after {
      display: block;
      content: '';
      clear: both; } }
@media screen and (max-width: 329px) {
  .page-storelocator .gmap-distributors .pictos .icon {
    width: 60%; } }
.distributors-storelist-bydepartement .page-content .col-left p a {
  color: #e85113;
  text-decoration: underline; }
  .distributors-storelist-bydepartement .page-content .col-left p a:hover {
    text-decoration: none; }

.page-cart {
  background: url("/skin/frontend/rwd/crepito/images/bg_cart.png") center center repeat-y;
  margin: 2.1428571429em 0; }
  .page-cart .messageserror {
    text-align: center;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    background: #000;
    padding: 1em; }
    .page-cart .messageserror.warning {
      background: #e85113; }
    .page-cart .messageserror.error {
      background: #ff0000;
      background: rgba(255, 0, 0, 0.7); }
    .page-cart .messageserror.success {
      background: #008800;
      background: rgba(0, 136, 0, 0.7); }
  .page-cart .order-comment {
    line-height: 1.2em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #FFFFFF;
    border: 2px solid #d9dadb;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 600px;
    min-width: 100%;
    height: 140px;
    max-height: 250px;
    min-height: 120px;
    margin-bottom: 15px;
    padding: 10px; }
  .page-cart .wrapper {
    max-width: 960px;
    margin: 0 auto;
    display: table;
    width: 960px; }
    .page-cart .wrapper hr.separator {
      border: 0;
      border-bottom: 1px solid #dadada;
      margin: 0 0 5px 0;
      padding: 5px 0 0 0; }
      .page-cart .wrapper hr.separator:last-child {
        display: none; }
    .page-cart .wrapper .page-cart-left {
      padding: 10px 20px 10px 10px;
      width: 66%;
      background: #FFFFFF;
      display: table-cell;
      vertical-align: top; }
      .page-cart .wrapper .page-cart-left .text-justify {
        text-align: justify; }
        .page-cart .wrapper .page-cart-left .text-justify a {
          font-family: "Lato Regular", Helvetica, sans-serif;
          font-size: 1em;
          color: #e85113;
          font-style: italic;
          -webkit-transition: color 200ms ease;
          -moz-transition: color 200ms ease;
          -o-transition: color 200ms ease;
          transition: color 200ms ease; }
          .page-cart .wrapper .page-cart-left .text-justify a:hover {
            color: #000000; }
      .page-cart .wrapper .page-cart-left .orderid {
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 1em;
        color: #e85113; }
    .page-cart .wrapper .page-cart-right {
      padding: 10px;
      background: #eceded;
      display: table-cell;
      vertical-align: top; }
      .page-cart .wrapper .page-cart-right p.error {
        background: #e85113;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-weight: bold; }
      .page-cart .wrapper .page-cart-right .recapcart .title {
        display: block;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1.0714285714em;
        color: #e85113;
        text-transform: uppercase;
        margin: 0 0 0.3333333333em 0;
        font-weight: normal; }
      .page-cart .wrapper .page-cart-right .recapcart table {
        width: 100%; }
        .page-cart .wrapper .page-cart-right .recapcart table #recapshipmethod {
          display: none; }
        .page-cart .wrapper .page-cart-right .recapcart table .product-name {
          font-weight: normal;
          text-align: left;
          width: 60%;
          padding: 5px 0; }
        .page-cart .wrapper .page-cart-right .recapcart table .qty {
          width: 10%;
          vertical-align: top;
          padding: 5px 0; }
        .page-cart .wrapper .page-cart-right .recapcart table .price {
          width: 30%;
          color: #e85113;
          font-weight: bold;
          vertical-align: top;
          padding: 5px 0;
          text-align: right; }
    .page-cart .wrapper .page-title-main {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.2857142857em;
      color: #e85113;
      text-transform: uppercase;
      margin: 0 0 1.3333333333em 0;
      font-weight: normal; }
    .page-cart .wrapper .page-title-sub {
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #000000;
      font-weight: normal;
      text-transform: uppercase;
      margin: 1.375em 0 1em 0; }
    .page-cart .wrapper .page-text-important {
      text-align: center;
      font-family: "Lato Bold", Helvetica, sans-serif;
      color: #e85113; }
    .page-cart .wrapper .page-cart-item .page-cart-item-image {
      padding-left: 2px;
      border-left: 1px solid #e85113;
      margin-right: 20px;
      float: left; }
    .page-cart .wrapper .page-cart-item .page-cart-item-table {
      width: 100%;
      margin: 1.4285714286em 0;
      table-layout: fixed; }
      .page-cart .wrapper .page-cart-item .page-cart-item-table .page-cart-item-table-head .page-cart-item-table-head-img {
        width: 160px; }
      .page-cart .wrapper .page-cart-item .page-cart-item-table th {
        background: #f9f9f9;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1em;
        color: #000000;
        padding: 10px;
        font-weight: normal; }
        .page-cart .wrapper .page-cart-item .page-cart-item-table th.page-cart-item-table-name {
          font-family: "Lato Bold", Helvetica, sans-serif;
          font-size: 1em;
          padding-left: 10px;
          text-align: left;
          width: 40%;
          text-overflow: ellipsis;
          overflow: hidden; }
      .page-cart .wrapper .page-cart-item .page-cart-item-table label {
        display: block;
        margin: 7px 0; }
        .page-cart .wrapper .page-cart-item .page-cart-item-table label.stock {
          color: #009036; }
          .page-cart .wrapper .page-cart-item .page-cart-item-table label.stock.empty {
            color: red; }
            .page-cart .wrapper .page-cart-item .page-cart-item-table label.stock.empty span.text {
              color: red; }
          .page-cart .wrapper .page-cart-item .page-cart-item-table label.stock.alert {
            color: #e85113; }
            .page-cart .wrapper .page-cart-item .page-cart-item-table label.stock.alert span.text {
              color: #e85113; }
          .page-cart .wrapper .page-cart-item .page-cart-item-table label.stock span.icon-stock-ok, .page-cart .wrapper .page-cart-item .page-cart-item-table label.stock span.icon-stock-last, .page-cart .wrapper .page-cart-item .page-cart-item-table label.stock span.icon-stock-empty {
            font-size: 1.125em;
            display: inline-block;
            vertical-align: middle;
            margin: 0 2px; }
          .page-cart .wrapper .page-cart-item .page-cart-item-table label.stock span.text {
            display: inline-block;
            vertical-align: middle;
            font-family: "Lato bold", Helvetica, sans-serif;
            font-size: 0.75em;
            text-transform: uppercase;
            color: #009036; }
      .page-cart .wrapper .page-cart-item .page-cart-item-table td {
        text-align: center;
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 1em;
        color: #58585a;
        padding: 0px; }
        .page-cart .wrapper .page-cart-item .page-cart-item-table td.page-cart-item-table-left {
          text-align: left; }
          .page-cart .wrapper .page-cart-item .page-cart-item-table td.page-cart-item-table-left ul {
            list-style-type: disc; }
        .page-cart .wrapper .page-cart-item .page-cart-item-table td.page-cart-item-table-paddingleft {
          padding-left: 15px; }
        .page-cart .wrapper .page-cart-item .page-cart-item-table td.page-cart-item-table-pricetotal {
          color: #e85113; }
        .page-cart .wrapper .page-cart-item .page-cart-item-table td a {
          -webkit-transition: color 200ms ease;
          -moz-transition: color 200ms ease;
          -o-transition: color 200ms ease;
          transition: color 200ms ease; }
          .page-cart .wrapper .page-cart-item .page-cart-item-table td a:hover {
            color: #e85113; }
        .page-cart .wrapper .page-cart-item .page-cart-item-table td input {
          border: 1px solid #e85113;
          padding: 2px 0;
          text-align: center;
          font-family: "Lato Regular", Helvetica, sans-serif;
          font-size: 1em;
          color: #58585a;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px; }
        .page-cart .wrapper .page-cart-item .page-cart-item-table td button.button {
          border: 0;
          background: none;
          font-family: "Lato Regular", Helvetica, sans-serif;
          font-size: 0.7857142857em;
          color: #58585a;
          -webkit-transition: color 200ms ease;
          -moz-transition: color 200ms ease;
          -o-transition: color 200ms ease;
          transition: color 200ms ease; }
          .page-cart .wrapper .page-cart-item .page-cart-item-table td button.button:hover {
            color: #e85113; }
  .page-cart .shippingbox {
    background: #f7f8f8;
    padding: 2.1428571429em 0.7142857143em 1.1428571429em;
    margin-top: 3.2857142857em;
    border: 3px solid #f7f8f8;
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    -o-transition: border 200ms ease;
    transition: border 200ms ease; }
    .page-cart .shippingbox.error {
      border: 3px solid #e85113; }
    .page-cart .shippingbox label {
      display: block;
      margin-bottom: 1em; }
      .page-cart .shippingbox label.indispo span.text span {
        color: #000000; }
      .page-cart .shippingbox label span.text {
        font-family: "Lato Light", Helvetica, sans-serif;
        font-size: 1.1428571429em;
        color: #000000;
        display: inline-block;
        vertical-align: middle; }
        .page-cart .shippingbox label span.text span {
          font-family: "Lato Black", Helvetican, sans-serif;
          color: #e85113; }
        .page-cart .shippingbox label span.text span.location {
          display: block;
          color: #000;
          font-size: 0.8em; }
  .page-cart .radio, .page-cart .checker {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #e85113;
    background: #FFFFFF;
    margin-right: 10px;
    margin-top: -1px; }
    .page-cart .radio span, .page-cart .checker span {
      position: absolute;
      top: 3px;
      left: 3px;
      display: inline-block;
      width: 12px;
      height: 12px;
      background: #FFFFFF;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .page-cart .radio span.checked, .page-cart .checker span.checked {
        background: #e85113; }
    .page-cart .radio input, .page-cart .checker input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      border: none;
      background: none;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1; }
  .page-cart .radio {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    .page-cart .radio span {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
  .page-cart .pricebox {
    margin-top: 1.7857142857em;
    padding-left: 0.7142857143em; }
    .page-cart .pricebox span {
      font-family: "Lato Light", Helvetica, sans-serif;
      text-transform: uppercase;
      color: #e85113; }
    .page-cart .pricebox span.text {
      float: left;
      font-size: 1.4285714286em; }
    .page-cart .pricebox span.price {
      float: right;
      font-size: 3.2142857143em; }
  .page-cart .please-wait img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
  .page-cart .scaffold-form ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .page-cart .input {
    height: 2.8571428571em;
    line-height: 2.5em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #FFFFFF;
    border: 2px solid #d9dadb;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 73%; }
    .page-cart .input.mt {
      margin-top: 5px; }
  .page-cart textarea.input {
    width: 100%;
    max-width: 600px;
    min-width: 100%;
    height: 140px;
    max-height: 250px;
    min-height: 120px; }
  .page-cart .form-double .field {
    width: 50%;
    float: left;
    padding: 10px 10px; }
    .page-cart .form-double .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
      .page-cart .form-double .field .input.submit {
        text-transform: uppercase;
        text-align: center; }
  .page-cart .form-single .field {
    width: 100%;
    padding: 10px 10px; }
    .page-cart .form-single .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
  .page-cart .backlink {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1em;
    color: #000000;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
    margin: 10px 0;
    display: block; }
    .page-cart .backlink:hover {
      color: #e85113; }
  .page-cart .btn-proceed-checkout {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    text-transform: uppercase;
    text-align: center;
    line-height: 3.5714285714em;
    height: 3.5714285714em;
    width: 100%;
    background: #ffd618;
    border: 0;
    margin-top: 0.9285714286em;
    -webkit-transition: background 200ms ease, color 200ms ease;
    -moz-transition: background 200ms ease, color 200ms ease;
    -o-transition: background 200ms ease, color 200ms ease;
    transition: background 200ms ease, color 200ms ease; }
    .page-cart .btn-proceed-checkout.btn-small {
      display: inline-block;
      width: auto;
      padding: 0 40px;
      margin: 0; }
    .page-cart .btn-proceed-checkout:hover {
      background: #e85113;
      color: #FFFFFF; }
  .page-cart .btn-continue {
    width: 100%;
    border: 0;
    background: transparent;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    text-align: right;
    margin-top: 0.3571428571em;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    .page-cart .btn-continue:hover {
      color: #e85113; }
  .page-cart .page-contact {
    width: 100%;
    margin-top: 2.1428571429em; }
  .page-cart .couponbox {
    background: #e85113;
    border-radius: 5px;
    position: relative;
    text-align: right;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.0714285714em;
    font-weight: bold;
    color: #fff;
    padding: 10px; }
    .page-cart .couponbox .validation-advice {
      display: none; }
    .page-cart .couponbox .input-text {
      background: #fff;
      padding: 12px;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #3d4147;
      width: 120px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border: 0;
      border-radius: 5px;
      margin-left: 1.0714285714em;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .page-cart .couponbox .input-text.validation-failed {
        background: #ffd618;
        color: #e85113; }
    .page-cart .couponbox button {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #FFFFFF;
      border: 0;
      background: transparent; }
      .page-cart .couponbox button:hover {
        text-decoration: underline; }
  .page-cart .plantons-avenir {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fef9e7;
    border: 1px solid #f1c40f;
    border-radius: 6px;
    padding: 8px 14px;
    margin: 10px 0; }
    .page-cart .plantons-avenir img {
      width: 60px;
      height: auto;
      flex-shrink: 0; }
    .page-cart .plantons-avenir p {
      margin: 0;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      line-height: 1.3;
      color: #2c3e50; }
    .page-cart .plantons-avenir.plantons-avenir-checkout {
      margin-top: 2.1428571429em; }
      .page-cart .plantons-avenir.plantons-avenir-checkout p {
        font-size: 0.8571428571em; }
  .page-cart .opc {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .page-cart .opc .nolist {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .page-cart .opc .step-title.padding {
      padding: 0 10px; }
    .page-cart .opc .step-title a {
      float: right; }
    .page-cart .opc li.section {
      display: none; }
    .page-cart .opc li.active {
      display: block; }
    .page-cart .opc p.pcenter {
      font-size: 0.8571428571em;
      text-align: center; }
    .page-cart .opc p.prequired {
      font-size: 0.7857142857em;
      margin: 0.3571428571em 0; }
    .page-cart .opc p.ppadding {
      padding: 0 10px; }
      .page-cart .opc p.ppadding a {
        color: #e85113;
        text-decoration: underline;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
        .page-cart .opc p.ppadding a:hover {
          color: #000000; }
    .page-cart .opc ul.form-list {
      margin: 5px 0;
      padding: 0;
      list-style: none; }
      .page-cart .opc ul.form-list li.control {
        margin: 5px 0; }
    .page-cart .opc .selector {
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 3.3333333333em;
      line-height: 3.25em;
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #58585a;
      text-transform: uppercase;
      padding: 0 1em;
      border: 2px solid #d9dadb;
      cursor: pointer;
      margin: 0; }
      .page-cart .opc .selector .validation-advice {
        color: red;
        font-weight: normal; }
      .page-cart .opc .selector:after {
        font-family: 'crepito';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e603";
        font-size: 1em;
        width: 1em;
        height: 3.3333333333em;
        line-height: 3.3333333333em;
        position: absolute;
        top: 0;
        right: 1.5833333333em; }
      .page-cart .opc .selector select {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;
        background: none; }
      .page-cart .opc .selector .buttons-set {
        padding: 0 10px; }
  .page-cart #opc-review #checkout-agreements a {
    color: #e85113;
    text-decoration: underline;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    .page-cart #opc-review #checkout-agreements a:hover {
      color: #000000; }
  .page-cart #checkout-shipping-method-load .ufrm-input-shipping {
    display: none; }
  .page-cart #checkout-shipping-method-load .shipping_rate_infos {
    padding: 0 10px 10px 10px; }
  .page-cart #checkout-shipping-method-load label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    height: 80px;
    line-height: 80px;
    background: #c6c7c8;
    margin: 10px;
    padding: 0 20px;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1.1428571429em;
    color: #FFFFFF;
    cursor: pointer; }
    .page-cart #checkout-shipping-method-load label.withcart {
      margin: 10px 0;
      cursor: default; }
    .page-cart #checkout-shipping-method-load label span.maj {
      text-transform: uppercase; }
    .page-cart #checkout-shipping-method-load label span.middle {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.25em; }
    .page-cart #checkout-shipping-method-load label span.icon {
      margin-right: 10px;
      position: relative;
      font-family: 'crepito';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 1.4285714286em;
      height: 1.4285714286em;
      font-size: 1.4285714286em;
      display: inline-block;
      vertical-align: middle; }
      .page-cart #checkout-shipping-method-load label span.icon span.icon {
        position: absolute;
        top: 0;
        left: 0; }
        .page-cart #checkout-shipping-method-load label span.icon span.icon.icon-success {
          display: none; }
    .page-cart #checkout-shipping-method-load label.selected {
      background: #ffd618; }
  .page-cart #checkout-step-payment .nolist > li {
    border-bottom: 1px solid #f2f2f2;
    clear: both;
    margin-bottom: 1.5em;
    padding-bottom: 1em; }
  .page-cart .no-display {
    display: none; }
  .page-cart .label {
    font-family: "Lato Bold", Helvetica, sans-serif; }
  .page-cart .crosssell {
    margin: 1.4285714286em 0; }
    .page-cart .crosssell .product-list {
      border-left: 1px solid #e85113;
      margin: 0.7142857143em 0;
      padding: 0 0 0 0.7142857143em; }
      .page-cart .crosssell .product-list .product-item {
        border: 1px solid #e6e6e6;
        max-width: 20.3571428571em;
        display: inline-block;
        vertical-align: top;
        height: 21.4285714286em;
        position: relative;
        text-align: left;
        margin: 0.7142857143em 0.2142857143em;
        -webkit-transition: border 200ms ease;
        -moz-transition: border 200ms ease;
        -o-transition: border 200ms ease;
        transition: border 200ms ease; }
        .page-cart .crosssell .product-list .product-item:hover {
          border-color: #e85113; }
          .page-cart .crosssell .product-list .product-item:hover .link {
            background: #e85113;
            color: #FFFFFF; }
          .page-cart .crosssell .product-list .product-item:hover .title {
            color: #e85113; }
        .page-cart .crosssell .product-list .product-item .title {
          font-family: "Lato Regular", Helvetica, sans-serif;
          font-size: 1.2857142857em;
          color: #000000;
          line-height: 1.5;
          margin: 0;
          padding: 0;
          font-weight: normal;
          text-align: center;
          -webkit-transition: color 200ms ease;
          -moz-transition: color 200ms ease;
          -o-transition: color 200ms ease;
          transition: color 200ms ease; }
        .page-cart .crosssell .product-list .product-item img {
          width: 100%;
          height: auto; }
        .page-cart .crosssell .product-list .product-item .link {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 3.5714285714em;
          font-family: "Lato Regular", Helvetica, sans-serif;
          font-size: 1em;
          color: #000000;
          background: #ffd618;
          margin: -1px;
          text-align: center;
          text-transform: uppercase;
          width: calc(100% + 2px);
          -webkit-transition: background 200ms ease, color 200ms ease;
          -moz-transition: background 200ms ease, color 200ms ease;
          -o-transition: background 200ms ease, color 200ms ease;
          transition: background 200ms ease, color 200ms ease; }
          .page-cart .crosssell .product-list .product-item .link span {
            display: inline-block;
            vertical-align: middle;
            line-height: 3.5714285714em; }
            .page-cart .crosssell .product-list .product-item .link span.icon-arrow_right {
              margin-right: 0.7142857143em; }
        .page-cart .crosssell .product-list .product-item a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

.page-cart-head {
  height: 64px;
  width: 100%;
  background: #F9F9F9 url("/skin/frontend/rwd/crepito/images/bg_cart_steps.png") bottom center repeat-x; }
  .page-cart-head .wrapper {
    max-width: 960px;
    margin: 0 auto; }
    .page-cart-head .wrapper ul {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      .page-cart-head .wrapper ul.for3 li {
        width: 33%; }
      .page-cart-head .wrapper ul.for4 li {
        width: 24%; }
      .page-cart-head .wrapper ul li {
        position: relative;
        display: inline-block;
        text-align: center;
        height: 64px;
        font-family: "Lato Light", Helvetica, sans-serif;
        font-size: 1.1428571429em;
        color: #000000;
        line-height: 64px;
        text-transform: uppercase; }
        .page-cart-head .wrapper ul li span.middle {
          display: inline-block;
          vertical-align: middle;
          line-height: 1.4285714286em; }
        .page-cart-head .wrapper ul li.active {
          background: #ffd618;
          font-family: "Lato Regular", Helvetica, sans-serif; }
          .page-cart-head .wrapper ul li.active:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 64px 10px 0 0;
            border-color: #f9f9f9 transparent transparent transparent; }
          .page-cart-head .wrapper ul li.active:after {
            position: absolute;
            content: '';
            top: 0;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 64px 10px;
            border-color: transparent transparent #f9f9f9 transparent; }

@media screen and (max-width: 960px) {
  .page-cart {
    background: transparent; }
    .page-cart .wrapper {
      width: 100%;
      display: block; }
      .page-cart .wrapper .page-cart-left, .page-cart .wrapper .page-cart-right {
        display: block;
        width: 100%; }
      .page-cart .wrapper .page-cart-right {
        background: #ECEDED; }
    .page-cart .shippingbox {
      margin-top: 0; } }
@media screen and (max-width: 560px) {
  .page-cart-head {
    height: 128px; }
    .page-cart-head .wrapper ul.for3 li {
      width: 48%; }
    .page-cart-head .wrapper ul.for4 li {
      width: 48%; }

  .page-cart .wrapper .page-cart-item .page-cart-item-image {
    display: none; }
  .page-cart .wrapper .page-cart-item .page-cart-item-table .page-cart-item-table-head .page-cart-item-table-head-img {
    width: 0; }
  .page-cart .wrapper .page-cart-item .page-cart-item-table td.page-cart-item-table-paddingleft {
    padding: 0; } }
@media screen and (max-width: 500px) {
  .page-cart #checkout-shipping-method-load label {
    height: auto; }
    .page-cart #checkout-shipping-method-load label span.icon {
      display: block;
      margin: 0px auto;
      position: relative;
      top: 16px; }
  .page-cart span.please-wait {
    display: block;
    margin: 20px 0; } }
.page-pro {
  margin: 5em 0;
  text-align: center; }
  .page-pro a {
    display: inline-block;
    width: 25%;
    height: auto;
    text-decoration: underline;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1.5em;
    color: #000000; }
  .page-pro img {
    width: auto;
    height: auto; }

@media screen and (max-width: 640px) {
  .page-pro a {
    width: 45%; } }
@media screen and (max-width: 430px) {
  .page-pro a {
    width: 95%; } }
.newsbox {
  position: relative; }
  .newsbox .left, .newsbox .right {
    position: relative;
    width: 50%;
    float: left;
    min-height: 17.8571428571em;
    text-align: left; }
    .newsbox .left .wrapper, .newsbox .right .wrapper {
      padding: 1.4285714286em 0.7142857143em; }
      .newsbox .left .wrapper.text, .newsbox .right .wrapper.text {
        margin-bottom: 2.8571428571em; }
  .newsbox.alternate .left, .newsbox.alternate .right {
    float: right;
    text-align: right; }
  .newsbox.alternate .more {
    right: 0; }
  .newsbox.alternate hr {
    right: 0; }
  .newsbox .infos {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1em;
    color: #373b42;
    margin-bottom: 0.7142857143em; }
    .newsbox .infos span.date {
      font-family: "Lato Bold", Helvetica, sans-serif; }
    .newsbox .infos span.category {
      color: #e85113;
      text-transform: uppercase; }
  .newsbox img {
    width: 100%;
    height: auto; }
  .newsbox .title {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1.1428571429em;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: normal;
    margin-bottom: 0.625em;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
  .newsbox .more {
    position: absolute;
    bottom: 2.5em;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1em;
    color: #e85113; }
  .newsbox hr {
    position: absolute;
    bottom: 1.4285714286em;
    border: 0;
    border-bottom: 1px solid #ffd618;
    width: 82%; }
  .newsbox a.biglink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .newsbox:hover .title {
    color: #e85113; }

@media screen and (max-width: 639px) {
  .newsbox .left, .newsbox .right {
    width: 100%;
    float: none;
    min-height: 0; }
    .newsbox .left .wrapper.img, .newsbox .right .wrapper.img {
      padding: 0; }
    .newsbox .left .wrapper.text, .newsbox .right .wrapper.text {
      margin: 0;
      padding: 0;
      padding-bottom: 4.2857142857em; } }
footer div.page-footer-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px; }
footer div.page-footer-sitemap {
  background: url("/skin/frontend/rwd/crepito/images/footer_sitemap_bg.png"); }
  footer div.page-footer-sitemap .page-footer-wrapper {
    max-width: 960px; }
    footer div.page-footer-sitemap .page-footer-wrapper.mobile {
      display: none; }
      footer div.page-footer-sitemap .page-footer-wrapper.mobile .etransaction {
        margin: 11px 20px;
        width: 30%;
        max-width: 130px; }
    footer div.page-footer-sitemap .page-footer-wrapper.desktop .large {
      float: right; }
    footer div.page-footer-sitemap .page-footer-wrapper .etransaction {
      display: inline-block;
      width: 130px;
      vertical-align: middle;
      margin-left: 10px;
      float: right; }
    footer div.page-footer-sitemap .page-footer-wrapper .infofooter {
      text-align: right;
      float: right;
      margin-top: 20px;
      margin-right: 5px; }
      footer div.page-footer-sitemap .page-footer-wrapper .infofooter:after {
        display: block;
        content: '';
        float: none;
        clear: both; }
      footer div.page-footer-sitemap .page-footer-wrapper .infofooter div {
        margin-bottom: 10px;
        display: block;
        float: right; }
        footer div.page-footer-sitemap .page-footer-wrapper .infofooter div > div {
          float: none;
          margin: 0; }
    footer div.page-footer-sitemap .page-footer-wrapper .department-select-col, footer div.page-footer-sitemap .page-footer-wrapper .region-select-col {
      display: inline-block;
      width: 250px; }
      footer div.page-footer-sitemap .page-footer-wrapper .department-select-col .head, footer div.page-footer-sitemap .page-footer-wrapper .region-select-col .head {
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-size: 0.8571428571em;
        list-style: none;
        margin-bottom: .5em;
        margin-top: 20px;
        text-transform: uppercase; }
    footer div.page-footer-sitemap .page-footer-wrapper .department-select-col select {
      width: 100%; }
      footer div.page-footer-sitemap .page-footer-wrapper .department-select-col select.footer-departement-select {
        display: none; }
      footer div.page-footer-sitemap .page-footer-wrapper .department-select-col select.footer-departement-select.select-placeholder {
        display: inline-block; }
  footer div.page-footer-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    margin: 0.7142857143em 0.7142857143em 0.7142857143em 0;
    width: 140px; }
    footer div.page-footer-sitemap ul.large {
      width: 150px;
      margin-left: 0; }
    footer div.page-footer-sitemap ul li {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #acacac;
      margin: 0.4166666667em 0; }
      footer div.page-footer-sitemap ul li.head {
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 1.4285714286em; }
        footer div.page-footer-sitemap ul li.head a {
          color: #000000; }
          footer div.page-footer-sitemap ul li.head a:hover {
            color: #e85113; }
      footer div.page-footer-sitemap ul li a {
        color: #acacac;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
        footer div.page-footer-sitemap ul li a:hover {
          color: #e85113; }
footer div.page-footer-bottom {
  height: 62px;
  line-height: 62px;
  font-family: "Lato Light", Helvetica, sans-serif;
  font-size: 0.8571428571em;
  color: #000000; }
  footer div.page-footer-bottom div.nav {
    float: left;
    display: inline-block;
    vertical-align: middle; }
    footer div.page-footer-bottom div.nav a {
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease;
      margin-right: 1.0714285714em; }
      footer div.page-footer-bottom div.nav a:hover {
        color: #e85113; }
  footer div.page-footer-bottom div.credit {
    float: right; }
    footer div.page-footer-bottom div.credit .widget {
      display: none; }
    footer div.page-footer-bottom div.credit span {
      display: inline-block;
      vertical-align: middle; }
    footer div.page-footer-bottom div.credit .addviso {
      width: 126px;
      height: 32px;
      display: inline-flex;
      vertical-align: middle;
      margin-left: 1.4285714286em; }
footer div.page-footer-baseline {
  height: 10em;
  border-top: 1px solid #eceded; }
  footer div.page-footer-baseline .page-footer-wrapper {
    padding-top: 18px; }
  footer div.page-footer-baseline .logo {
    display: inline-flex;
    align-items: center;
    width: 13.0714285714em;
    height: 6.7857142857em;
    float: left; }
    footer div.page-footer-baseline .logo img {
      max-width: 100%;
      height: auto; }
  footer div.page-footer-baseline .baseline {
    display: inline-block;
    margin-top: 1.0416666667em;
    float: right;
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1.7142857143em;
    color: #000000;
    text-align: right;
    line-height: 1.0833333333em; }
    footer div.page-footer-baseline .baseline span {
      display: inline-block;
      padding: 2px 4px;
      background: #e85113;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
footer div.page-footer-infosbox {
  min-height: 16.0714285714em;
  padding: 0 0 1em;
  background: url("/skin/frontend/rwd/crepito/images/footer_infos_bg.png") center center repeat; }
  footer div.page-footer-infosbox div.page-footer-infosbox-right {
    max-width: 360px;
    width: 50%;
    float: right;
    padding-top: 20px; }
  footer div.page-footer-infosbox div.page-footer-infosbox-left {
    max-width: 40em;
    width: 50%;
    float: left;
    padding-top: 2.5em; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .messages {
      padding: 10px;
      margin: 0;
      list-style: none;
      padding-right: 13%; }
      footer div.page-footer-infosbox div.page-footer-infosbox-left .messages span {
        color: white;
        font-weight: bold; }
      footer div.page-footer-infosbox div.page-footer-infosbox-left .messages ul {
        list-style: none;
        margin: 0;
        padding: 0; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .title {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.2857142857em;
      color: #FFFFFF;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 25px; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .form-optin {
      color: #fff;
      width: 420px;
      margin-bottom: 10px; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .form-input, footer div.page-footer-infosbox div.page-footer-infosbox-left .form-submit {
      width: 18.5714285714em;
      height: 2.8571428571em;
      text-align: center;
      background: #FFFFFF;
      border: 2px solid #d9dadb;
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1em;
      color: #58585a;
      vertical-align: middle;
      display: inline-block; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .form-submit {
      width: 11.4285714286em;
      background: #ffd518;
      -webkit-transition: background .2s, color .2s, opacity .2s;
      -moz-transition: background .2s, color .2s, opacity .2s;
      -o-transition: background .2s, color .2s, opacity .2s;
      transition: background .2s, color .2s, opacity .2s;
      text-transform: uppercase; }
      footer div.page-footer-infosbox div.page-footer-infosbox-left .form-submit .mobile {
        display: none; }
      footer div.page-footer-infosbox div.page-footer-infosbox-left .form-submit:disabled {
        opacity: .4; }
      footer div.page-footer-infosbox div.page-footer-infosbox-left .form-submit:hover:enabled {
        background: #e85113;
        color: #ffffff; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .validation-advice {
      color: #FFFFFF;
      margin: 5px 0; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .newsletter-concent {
      display: block;
      margin-top: 5px;
      color: #fff; }
      footer div.page-footer-infosbox div.page-footer-infosbox-left .newsletter-concent input, footer div.page-footer-infosbox div.page-footer-infosbox-left .newsletter-concent span {
        display: inline-block;
        vertical-align: middle; }
      footer div.page-footer-infosbox div.page-footer-infosbox-left .newsletter-concent span {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-left: 5px; }
footer div.page-footer-labels {
  text-align: center;
  margin-bottom: 3.5714285714em; }
  footer div.page-footer-labels .page-footer-labels-box-3 {
    display: inline-block; }
  footer div.page-footer-labels .page-footer-labels-box {
    width: 12.2222222222em;
    height: 4.9444444444em;
    display: inline-block;
    vertical-align: middle;
    background: #ffd518;
    margin: 0.5555555556em;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.2857142857em;
    color: #3d4147;
    text-align: left;
    line-height: 1.1em;
    padding: 1.3888888889em 0 0 6.6666666667em;
    position: relative; }
    footer div.page-footer-labels .page-footer-labels-box strong {
      font-weight: normal;
      font-family: "Lato Bold", Helvetica, sans-serif; }
    footer div.page-footer-labels .page-footer-labels-box:before {
      display: block;
      height: 4.9444444444em;
      background: url("/skin/frontend/rwd/crepito/images/layout.jpg") 0 0 no-repeat;
      width: 6.5555555556em;
      content: '';
      position: absolute;
      top: 0;
      left: 0; }
    footer div.page-footer-labels .page-footer-labels-box.page-footer-labels-box1:before {
      background-position: -220px 0; }
    footer div.page-footer-labels .page-footer-labels-box.page-footer-labels-box2:before {
      background-position: -338px 0; }
    footer div.page-footer-labels .page-footer-labels-box.page-footer-labels-box3:before {
      background-position: -456px 0; }
    footer div.page-footer-labels .page-footer-labels-box.page-footer-labels-box4:before {
      background-position: -220px -89px; }
    footer div.page-footer-labels .page-footer-labels-box.page-footer-labels-box5:before {
      background-position: -338px -89px; }
    footer div.page-footer-labels .page-footer-labels-box.page-footer-labels-box6:before {
      background-position: -456px -89px; }

.page-footer-infosbox-links {
  width: 300px;
  height: 3.125em;
  display: block;
  margin: 5px 0;
  background: url("/skin/frontend/rwd/crepito/images/layout.jpg") 0 0 no-repeat;
  font-family: "Lato Bold", Helvetica, sans-serif;
  font-size: 1.1428571429em;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 3.125em;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease; }
  .page-footer-infosbox-links.page-footer-infosbox-links1 {
    background-position: 0 -208px; }
  .page-footer-infosbox-links.page-footer-infosbox-links2 {
    background-position: 0 -258px; }
  .page-footer-infosbox-links.page-footer-infosbox-links3 {
    background-position: 0 -308px; }
  .page-footer-infosbox-links:hover {
    color: #ffd518; }

.youtube-link {
  display: inline-block;
  margin-top: 1.875em;
  font-family: "Lato Regular", Helvetica, sans-serif;
  font-size: 1.1428571429em;
  color: #FFFFFF;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease; }
  .youtube-link span {
    display: inline-block;
    vertical-align: middle;
    font-size: 3.0714285714em;
    margin-right: 0.4651162791em; }
  .youtube-link:hover {
    filter: brightness(0) saturate(100%) invert(13%) sepia(82%) saturate(4795%) hue-rotate(353deg) brightness(89%) contrast(92%); }

@media screen and (max-width: 960px) {
  footer div.page-footer-sitemap {
    text-align: center; }
    footer div.page-footer-sitemap ul {
      display: inline-block;
      vertical-align: top;
      width: 18%;
      text-align: left;
      margin: 10px 0; }
    footer div.page-footer-sitemap .infofooter {
      width: 200px; }
      footer div.page-footer-sitemap .infofooter .etransaction {
        margin-bottom: 10px; }
  footer div.page-footer-infosbox div.page-footer-infosbox-left .form-submit {
    width: 4.2857142857em;
    vertical-align: top; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .form-submit .mobile {
      display: block;
      color: #ffffff;
      font-size: 1.7857142857em; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .form-submit .desktop {
      display: none; } }
@media screen and (max-width: 767px) {
  footer div.page-footer-infosbox {
    height: auto; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .messages {
      padding-right: 0; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left, footer div.page-footer-infosbox div.page-footer-infosbox-right {
      width: 100%;
      float: none;
      margin: 0 auto;
      text-align: center; }
    footer div.page-footer-infosbox div.page-footer-infosbox-right {
      padding: 2.5em 0; }
      footer div.page-footer-infosbox div.page-footer-infosbox-right .page-footer-infosbox-links {
        display: inline-block; }
    footer div.page-footer-infosbox div.page-footer-infosbox-left .form-input, footer div.page-footer-infosbox div.page-footer-infosbox-left .form-submit {
      width: 300px;
      display: block;
      margin: 0.5em auto 0; }
  footer div.page-footer-baseline {
    display: none; }
  footer div.page-footer-bottom div.nav {
    display: none; }
  footer div.page-footer-bottom div.credit {
    float: none;
    text-align: center; }
    footer div.page-footer-bottom div.credit .widget {
      display: block; }
      footer div.page-footer-bottom div.credit .widget > div {
        display: block !important;
        margin: 20px auto 0; }
  footer div.page-footer-sitemap .page-footer-wrapper.desktop {
    display: none; }
  footer div.page-footer-sitemap .page-footer-wrapper.mobile {
    display: block;
    height: 4.1666666667em;
    line-height: 4.1666666667em;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.7142857143em;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    position: relative; }
    footer div.page-footer-sitemap .page-footer-wrapper.mobile .etransaction {
      float: right; }
    footer div.page-footer-sitemap .page-footer-wrapper.mobile span.icon-arrow_down {
      float: right;
      line-height: 4.1666666667em; }
    footer div.page-footer-sitemap .page-footer-wrapper.mobile a.link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
.errorbox {
  height: 420px;
  max-width: 1440px;
  background: url("/skin/frontend/rwd/crepito/images/bg_errorbox.jpg") center center no-repeat;
  margin: 0 auto;
  line-height: 420px;
  text-align: center;
  padding: 0 20px;
  border-bottom: 1px solid #dadada; }
  .errorbox span.middle {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8571428571em; }
    .errorbox span.middle span.title, .errorbox span.middle span.subtitle {
      font-family: "Lato Light", Helvetica, sans-serif;
      display: block;
      color: #FFFFFF; }
    .errorbox span.middle span.title {
      font-size: 3.9285714286em;
      margin-bottom: 0.2727272727em; }
    .errorbox span.middle span.subtitle {
      font-size: 1.5714285714em; }

.accountbox {
  height: 1080px;
  max-width: 1440px;
  background: url("/skin/frontend/rwd/crepito/images/bg_errorbox.jpg") center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  line-height: 420px;
  text-align: center;
  border-bottom: 1px solid #dadada; }
  .accountbox.allheight .accountbox-wrapper {
    padding: 0;
    height: 100%; }
  .accountbox.allheight .middle {
    height: 100%;
    display: block; }
  .accountbox .messages {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 2.1428571429em;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 2.1428571429em;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #e85113; }
    .accountbox .messages ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .accountbox .messages .error-msg {
      background: #ffffff;
      background: rgba(255, 255, 255, 0.8); }
    .accountbox .messages .success-msg {
      background: #ffffff;
      background: rgba(255, 255, 255, 0.8); }
  .accountbox .accountbox-wrapper {
    max-width: 960px;
    padding: 10px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    height: 100%; }
    .accountbox .accountbox-wrapper.onlyonce {
      text-align: center; }
      .accountbox .accountbox-wrapper.onlyonce .col-l, .accountbox .accountbox-wrapper.onlyonce .col-r {
        width: 100%; }
  .accountbox .middle {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    .accountbox .middle.forget {
      width: 400px; }
  .accountbox .col-l, .accountbox .col-r {
    width: 50%;
    float: left;
    font-family: "Lato Light", Helvetica, sans-serif;
    font-size: 1em;
    color: #ffffff;
    line-height: 1.1428571429em;
    padding: 10px; }
  .accountbox .col-r {
    float: right; }
  .accountbox .greybox {
    background: #eceded;
    background: rgba(236, 237, 237, 0.8);
    height: 100%;
    width: 32%;
    padding: 20px; }
    .accountbox .greybox .title {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.2857142857em;
      color: #e85113;
      text-transform: uppercase; }
    .accountbox .greybox p {
      font-family: "Lato Light", Helvetica, sans-serif;
      font-size: 1em;
      color: #000000; }
      .accountbox .greybox p strong {
        font-family: "Lato Regular", Helvetica, sans-serif;
        font-weight: normal; }
  .accountbox .withgreybox {
    width: 68%; }
  .accountbox .formaccount {
    margin-top: 5px; }
  .accountbox .title {
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.2857142857em;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 1.6666666667em; }
  .accountbox .form-input {
    margin: 10px 0; }
    .accountbox .form-input.submit {
      margin-left: 20%; }
  .accountbox input, .accountbox .selector {
    height: 2.8571428571em;
    line-height: 2.5em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #FFFFFF;
    border: 2px solid #d9dadb;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 73%; }
    .accountbox input.validation-failed, .accountbox .selector.validation-failed {
      background-color: #e85113;
      color: white; }
  .accountbox .selector {
    width: 100%;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 1em; }
    .accountbox .selector:after {
      font-family: 'crepito';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e603";
      font-size: 0.8571428571em;
      width: 0.8571428571em;
      height: 2.8571428571em;
      line-height: 2.8571428571em;
      position: absolute;
      top: 0;
      right: 1.3571428571em;
      display: none; }
    .accountbox .selector span {
      display: block;
      padding: 0 10px;
      overflow: hidden; }
    .accountbox .selector select {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FFFFFF;
      /*
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      */
      border: none; }
      .accountbox .selector select.validation-failed {
        background: #e85113;
        color: white;
        text-indent: 0; }
  .accountbox span.icon {
    display: inline-block;
    float: left;
    height: 40px;
    width: 15%;
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5%;
    line-height: 40px; }
  .accountbox label[for=is_subscribed] {
    display: block;
    padding-top: .8em; }
  .accountbox button {
    height: 2.8571428571em;
    line-height: 2.5em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #ffd518;
    border: 2px solid #d9dadb;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 91%;
    -webkit-transition: background 200ms ease, color 200ms ease;
    -moz-transition: background 200ms ease, color 200ms ease;
    -o-transition: background 200ms ease, color 200ms ease;
    transition: background 200ms ease, color 200ms ease; }
    .accountbox button:hover {
      color: #FFFFFF;
      background: #e85113; }
  .accountbox a {
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    .accountbox a:hover {
      color: #ffd518; }
  .accountbox .txttoright {
    text-align: right;
    width: auto;
    margin-right: 7%; }
  .accountbox .mb-space {
    margin-bottom: 20px; }
  .accountbox .form-double .field {
    width: 50%;
    float: left;
    padding: 10px 10px; }
    .accountbox .form-double .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
      .accountbox .form-double .field .input.submit {
        text-transform: uppercase;
        text-align: center; }
    .accountbox .form-double .field .validation-advice {
      display: none; }
  .accountbox .form-single .field {
    width: 100%;
    padding: 10px 10px; }
    .accountbox .form-single .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
    .accountbox .form-single .field .validation-advice {
      display: none; }
  .accountbox label span.label {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #ffffff;
    width: 70%; }
  .accountbox .checker {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid #d9dadb;
    background: #FFFFFF;
    margin-right: 10px; }
    .accountbox .checker span {
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #FFFFFF;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .accountbox .checker span.checked {
        background: #ffd518; }
    .accountbox .checker input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      border: none;
      background: none;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1; }

@media screen and (max-width: 539px) {
  .accountbox {
    line-height: auto; }
    .accountbox .accountbox-wrapper {
      padding: 0 10px; }
    .accountbox .col-l, .accountbox .col-r {
      width: 100%;
      padding: 0; }
    .accountbox .col-l.greybox {
      display: none; }
    .accountbox .title {
      margin-bottom: 1em; }
    .accountbox .mb-space {
      margin-bottom: 0; }
    .accountbox .middle.forget {
      width: 280px; }
    .accountbox button {
      height: auto;
      line-height: 1.3em; } }
.dashboard-head {
  height: 153px;
  max-width: 1440px;
  background: url("/skin/frontend/rwd/crepito/images/bg_errorbox.jpg") center center no-repeat;
  margin: 0 auto;
  text-align: center; }
  .dashboard-head .wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 960px; }
    .dashboard-head .wrapper .logoutlink {
      position: absolute;
      top: 0;
      right: 10px;
      background: #eceded;
      background: rgba(236, 237, 237, 0.5);
      padding: 11px;
      -webkit-transition: background 200ms ease, color 200ms ease;
      -moz-transition: background 200ms ease, color 200ms ease;
      -o-transition: background 200ms ease, color 200ms ease;
      transition: background 200ms ease, color 200ms ease; }
      .dashboard-head .wrapper .logoutlink span {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 5px;
        color: #e35d25;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease; }
      .dashboard-head .wrapper .logoutlink:hover {
        background: #e35d25;
        color: #FFFFFF; }
        .dashboard-head .wrapper .logoutlink:hover span {
          color: #FFFFFF; }
    .dashboard-head .wrapper .message {
      padding-top: 70px;
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1.4285714286em;
      color: #FFFFFF; }
      .dashboard-head .wrapper .message span {
        font-size: 3em;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
    .dashboard-head .wrapper .hello {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1.1428571429em;
      color: #ffffff;
      padding-top: 54px; }
      .dashboard-head .wrapper .hello strong {
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-weight: normal; }
    .dashboard-head .wrapper .left {
      position: relative;
      width: 32%;
      float: left; }
      .dashboard-head .wrapper .left .dashboard-navigation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #eceded;
        background: rgba(236, 237, 237, 0.8);
        text-align: left;
        padding: 20px 0 20px 30px; }
        .dashboard-head .wrapper .left .dashboard-navigation .title {
          font-family: "Lato Regular", Helvetica, sans-serif;
          font-size: 1.2857142857em;
          color: #e85113;
          text-transform: uppercase;
          margin-bottom: 0.8333333333em; }
        .dashboard-head .wrapper .left .dashboard-navigation ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .dashboard-head .wrapper .left .dashboard-navigation ul li {
            font-family: "Lato Light", Helvetica, sans-serif;
            font-size: 1em;
            color: #000000;
            text-transform: uppercase;
            line-height: 2.1428571429em;
            -webkit-transition: color 200ms ease;
            -moz-transition: color 200ms ease;
            -o-transition: color 200ms ease;
            transition: color 200ms ease; }
            .dashboard-head .wrapper .left .dashboard-navigation ul li:hover {
              color: #e85113; }
            .dashboard-head .wrapper .left .dashboard-navigation ul li strong {
              font-family: "Lato Regular", Helvetica, sans-serif;
              font-weight: normal; }
            .dashboard-head .wrapper .left .dashboard-navigation ul li.sep {
              height: 16px;
              padding-top: 2px; }
              .dashboard-head .wrapper .left .dashboard-navigation ul li.sep hr {
                border: 0;
                border-bottom: 1px solid #ffffff; }
    .dashboard-head .wrapper .right {
      width: 68%;
      float: right; }

.dashboard-content {
  max-width: 960px;
  margin: 0 auto; }
  .dashboard-content .wrapper {
    float: right;
    width: 68%;
    padding: 0 10px; }
  .dashboard-content .content-left, .dashboard-content .content-right, .dashboard-content .content-full {
    width: 50%;
    float: left;
    padding: 10px; }
    .dashboard-content .content-left .title, .dashboard-content .content-right .title, .dashboard-content .content-full .title {
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 1.0714285714em;
      font-weight: normal; }
      .dashboard-content .content-left .title.ml, .dashboard-content .content-right .title.ml, .dashboard-content .content-full .title.ml {
        margin-left: 10px; }
    .dashboard-content .content-left .fieldbox, .dashboard-content .content-right .fieldbox, .dashboard-content .content-full .fieldbox {
      padding: 0.6428571429em 0.5714285714em;
      width: auto;
      border: 2px solid #d9dadb;
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 1em;
      color: #58585a;
      text-transform: uppercase;
      margin: 0.5714285714em 0;
      display: block; }
    .dashboard-content .content-left .btn, .dashboard-content .content-right .btn, .dashboard-content .content-full .btn {
      padding: 0.4166666667em 1.3333333333em;
      background: #e85113;
      border: 1px solid #e85113;
      font-family: "Lato Bold", Helvetica, sans-serif;
      font-size: 0.8571428571em;
      color: #FFFFFF;
      text-transform: uppercase;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin: 0.4166666667em 0;
      display: inline-block;
      -webkit-transition: background 200ms ease, color 200ms ease;
      -moz-transition: background 200ms ease, color 200ms ease;
      -o-transition: background 200ms ease, color 200ms ease;
      transition: background 200ms ease, color 200ms ease; }
      .dashboard-content .content-left .btn:hover, .dashboard-content .content-right .btn:hover, .dashboard-content .content-full .btn:hover {
        background: #ffffff;
        color: #e85113; }
  .dashboard-content .content-full {
    width: 100%;
    float: none; }
  .dashboard-content .checker {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid #d9dadb;
    background: #FFFFFF;
    margin-right: 10px; }
    .dashboard-content .checker span {
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #FFFFFF;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .dashboard-content .checker span.checked {
        background: #ffd518; }
    .dashboard-content .checker input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      border: none;
      background: none;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1; }
  .dashboard-content label {
    display: inline-block;
    vertical-align: middle; }
  .dashboard-content .selector, .dashboard-content .input {
    height: 2.8571428571em;
    line-height: 2.5em;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #58585a;
    background: #FFFFFF;
    border: 2px solid #d9dadb;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 73%; }
  .dashboard-content .selector {
    width: 100%;
    position: relative;
    text-align: left;
    overflow: hidden;
    font-size: 1em; }
    .dashboard-content .selector:after {
      font-family: 'crepito';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e603";
      font-size: 0.8571428571em;
      width: 0.8571428571em;
      height: 2.8571428571em;
      line-height: 2.8571428571em;
      position: absolute;
      top: 0;
      right: 1.3571428571em; }
    .dashboard-content .selector span {
      display: block;
      padding: 0 10px;
      overflow: hidden; }
    .dashboard-content .selector select {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      border: none;
      background: none; }
  .dashboard-content .form-double .field {
    width: 50%;
    float: left;
    padding: 10px 10px; }
    .dashboard-content .form-double .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
      .dashboard-content .form-double .field .input.submit {
        text-transform: uppercase;
        text-align: center; }
  .dashboard-content .form-single .field {
    width: 100%;
    padding: 10px 10px; }
    .dashboard-content .form-single .field .input {
      width: 100%;
      text-align: left;
      padding: 0 10px; }
  .dashboard-content .txttoright {
    text-align: right; }
  .dashboard-content .no-display {
    display: none; }
  .dashboard-content .validation-failed {
    background: rgba(255, 0, 0, 0.4); }
  .dashboard-content .validation-advice {
    margin-top: 5px;
    color: #ff0000; }
  .dashboard-content .p-center {
    text-align: center; }
  .dashboard-content .text {
    color: #58585a; }
  .dashboard-content .distributor-row .icon {
    color: #e85113;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.3571428571em;
    width: 2.2727272727em;
    padding-left: 0.3939393939em; }
  .dashboard-content .distributor-row a {
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
    .dashboard-content .distributor-row a:hover {
      color: #e85113; }
  .dashboard-content .distributor-link {
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #373b42;
    font-size: 0.8571428571em;
    text-transform: uppercase;
    padding: 0.6666666667em 2.5em;
    -webkit-border-radius: 0.4166666667em;
    -moz-border-radius: 0.4166666667em;
    border-radius: 0.4166666667em;
    -webkit-transition: background 200ms ease, color 200ms ease;
    -moz-transition: background 200ms ease, color 200ms ease;
    -o-transition: background 200ms ease, color 200ms ease;
    transition: background 200ms ease, color 200ms ease; }
    .dashboard-content .distributor-link:hover {
      background: #000000;
      color: #FFFFFF; }
  .dashboard-content .sep-yellow {
    border: 0;
    border-bottom: 1px solid #ffd618;
    margin: 10px 10px 0; }
  .dashboard-content .order-box {
    margin: 1px 0; }
    .dashboard-content .order-box .order-title {
      cursor: pointer;
      height: 3.1428571429em;
      line-height: 3.1428571429em;
      padding: 0 0.7142857143em;
      background: #d9dadb;
      font-family: "Lato Regular", Helvetica, sans-serif;
      font-size: 1em;
      color: #58585a;
      text-transform: uppercase; }
      .dashboard-content .order-box .order-title .left {
        font-family: "Lato Bold", Helvetica, sans-serif; }
        .dashboard-content .order-box .order-title .left .date {
          font-family: "Lato Regular", Helvetica, sans-serif;
          font-size: 0.8571428571em; }
      .dashboard-content .order-box .order-title .right {
        float: right;
        font-family: "Lato Bold", Helvetica, sans-serif;
        font-size: 1em;
        color: #FFFFFF;
        text-transform: none; }
        .dashboard-content .order-box .order-title .right a {
          color: #58585a;
          -webkit-transition: color 200ms ease;
          -moz-transition: color 200ms ease;
          -o-transition: color 200ms ease;
          transition: color 200ms ease; }
          .dashboard-content .order-box .order-title .right a span {
            color: #e58113; }
          .dashboard-content .order-box .order-title .right a:hover {
            color: #e58113; }
    .dashboard-content .order-box .order-list {
      display: none; }
      .dashboard-content .order-box .order-list table {
        width: 100%; }
        .dashboard-content .order-box .order-list table tr.bb {
          border-bottom: 1px solid #d9dadb; }
        .dashboard-content .order-box .order-list table tr td {
          padding: 0.7142857143em 0.7142857143em;
          text-align: left;
          font-weight: normal;
          width: 50%; }
          .dashboard-content .order-box .order-list table tr td.price {
            text-align: right;
            font-family: "Lato Bold", Helvetica, sans-serif;
            font-size: 0.8571428571em;
            color: #e85113;
            width: 20%; }
          .dashboard-content .order-box .order-list table tr td.detail {
            font-size: 0.8571428571em;
            width: 30%; }
    .dashboard-content .order-box.showing .order-list {
      display: block; }
    .dashboard-content .order-box.showing .order-title .icon-thin_arrow_down:before {
      content: "\e628"; }

@media screen and (max-width: 767px) {
  .dashboard-head {
    height: 153px; }
    .dashboard-head .wrapper .hello {
      padding: 60px 10px 10px 10px; }
    .dashboard-head .wrapper .right {
      height: 153px; }
    .dashboard-head .wrapper .right, .dashboard-head .wrapper .left, .dashboard-head .wrapper .content-full {
      width: 100%;
      float: none; }
      .dashboard-head .wrapper .right .field, .dashboard-head .wrapper .left .field, .dashboard-head .wrapper .content-full .field {
        overflow: hidden; }
    .dashboard-head .wrapper .left .dashboard-navigation {
      padding: 20px; }

  .dashboard-content {
    margin-top: 300px; }
    .dashboard-content.nomargin {
      margin-top: 0; }
    .dashboard-content .wrapper {
      width: 100%;
      float: none; } }
@media screen and (max-width: 639px) {
  .dashboard-head {
    height: 173px; }
    .dashboard-head .wrapper .hello {
      padding: 50px 10px 10px 10px; }
    .dashboard-head .wrapper .right {
      height: 173px; }

  .dashboard-content {
    margin-top: 260px; } }
@media screen and (max-width: 549px) {
  .dashboard-content .distributor-row .icon {
    width: 1.27273em;
    padding-left: 0; }

  .dashboard-content .order-box .order-title span.text {
    display: none; } }
@media screen and (max-width: 449px) {
  .dashboard-content .content-left, .dashboard-content .content-right {
    width: 100%;
    float: none; } }
.pressarea-items .pressarea-item.doc {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px; }
  .pressarea-items .pressarea-item.doc a {
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1em;
    color: #373b42;
    border: 1px solid #373b42;
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease; }
    .pressarea-items .pressarea-item.doc a span.icon-download {
      color: #e85113;
      font-size: 1.5714285714em;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.3571428571em; }
    .pressarea-items .pressarea-item.doc a:hover {
      background: #eceded; }
.pressarea-items .pressarea-separator {
  position: relative;
  height: 10px;
  margin: 20px 5px; }
  .pressarea-items .pressarea-separator hr {
    position: absolute;
    width: 50%; }
  .pressarea-items .pressarea-separator.left hr {
    left: 0; }
  .pressarea-items .pressarea-separator.right hr {
    right: 0; }
.pressarea-items .pressarea-item.img {
  width: 33.3333333333%;
  padding: 0 5px;
  float: left; }
  .pressarea-items .pressarea-item.img a img {
    width: 100%;
    height: auto;
    border: 1px solid #e6e6e6;
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    -o-transition: border 200ms ease;
    transition: border 200ms ease; }
  .pressarea-items .pressarea-item.img a span.title {
    display: block;
    font-family: "Lato Bold", Helvetica, sans-serif;
    font-size: 1.1428571429em;
    color: #a5a5a5;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
  .pressarea-items .pressarea-item.img a span.link {
    display: block;
    font-family: "Lato Regular", Helvetica, sans-serif;
    font-size: 1.1428571429em;
    color: #000000;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease; }
  .pressarea-items .pressarea-item.img a:hover img {
    border-color: #e85113; }
  .pressarea-items .pressarea-item.img a:hover span.title {
    color: #000000; }
  .pressarea-items .pressarea-item.img a:hover span.link {
    color: #e85113; }

@media screen and (max-width: 599px) {
  .pressarea-items .pressarea-item.img {
    width: 50%; }
  .pressarea-items .pressarea-item.doc {
    width: 100%; }
  .pressarea-items .pressarea-separator.nomobile {
    display: none; }
  .pressarea-items .l-clear.nomobile {
    display: none; } }
.globalmessages .messages {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 2.1428571429em;
  line-height: 2.1428571429em;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: "Lato Bold", Helvetica, sans-serif;
  font-size: 1em;
  color: #e85113; }
  .globalmessages .messages ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .globalmessages .messages .error-msg {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.8); }
  .globalmessages .messages .success-msg {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.8); }

.distributorbox .distributor-title {
  font-family: "Lato Bold", Helvetica, sans-serif;
  font-size: 1.1428571429em;
  color: #000000;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 20px 0; }
.distributorbox .distributor-row .icon {
  color: #e85113;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.3571428571em;
  width: 1.5em;
  padding-left: 0.3939393939em;
  margin-right: 5px; }
.distributorbox .distributor-row a {
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease; }
  .distributorbox .distributor-row a:hover {
    color: #e85113; }
.distributorbox .distributor-link {
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #373b42;
  font-size: 0.8571428571em;
  text-transform: uppercase;
  padding: 0.6666666667em 2.5em;
  -webkit-border-radius: 0.4166666667em;
  -moz-border-radius: 0.4166666667em;
  border-radius: 0.4166666667em;
  -webkit-transition: background 200ms ease, color 200ms ease;
  -moz-transition: background 200ms ease, color 200ms ease;
  -o-transition: background 200ms ease, color 200ms ease;
  transition: background 200ms ease, color 200ms ease; }
  .distributorbox .distributor-link:hover {
    background: #000000;
    color: #FFFFFF; }

@media screen and (max-width: 640px) {
  .distributorbox .distributor-row strong {
    display: block; } }
div.partners-box .wrapper {
  max-width: 940px;
  padding: 10px;
  margin: 15px auto 0; }
div.partners-box .title {
  font-family: "Lato Light", Helvetica, sans-serif;
  font-size: 1.5714285714em;
  color: #373b42;
  text-transform: uppercase;
  margin-bottom: 0.7272727273em;
  text-align: center; }
div.partners-box .partners-list {
  position: relative; }
  div.partners-box .partners-list .partners-item {
    text-align: center; }
    div.partners-box .partners-list .partners-item img {
      display: inline-block;
      opacity: 0.4;
      filter: alpha(opacity=40);
      /* For IE8 and earlier */
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      /* For Webkit browsers */
      filter: gray;
      /* For IE 6 - 9 */
      -webkit-transition: all .6s ease;
      /* Transition for Webkit browsers */ }
    div.partners-box .partners-list .partners-item:hover img {
      opacity: 1;
      filter: alpha(opacity=100);
      /* For IE8 and earlier */
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      filter: none; }
  div.partners-box .partners-list .slick-next, div.partners-box .partners-list .slick-prev {
    width: 30px;
    height: 30px;
    background: #e5e5e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease; }
    div.partners-box .partners-list .slick-next:hover, div.partners-box .partners-list .slick-prev:hover {
      background: #e9581c; }
    div.partners-box .partners-list .slick-next span, div.partners-box .partners-list .slick-prev span {
      position: relative; }
  div.partners-box .partners-list .slick-prev {
    left: -40px; }
    div.partners-box .partners-list .slick-prev span {
      left: -1px; }
  div.partners-box .partners-list .slick-next {
    right: -40px; }
    div.partners-box .partners-list .slick-next span {
      left: 2px; }

.page-storelist .col-first {
  vertical-align: middle; }

.page-storelist .col-second {
  vertical-align: top; }

.gmap-distributor-item-more {
  display: none; }

.gmap-distributor-item-more-linkbox {
  text-align: center;
  padding: 20px 0; }
  .gmap-distributor-item-more-linkbox a {
    background: #ffffff;
    border: 1px solid #e85113;
    font-size: 12px;
    color: #e85113;
    text-transform: uppercase;
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 15px 0;
    -webkit-transition: color 200ms ease, background 200ms ease;
    -moz-transition: color 200ms ease, background 200ms ease;
    -o-transition: color 200ms ease, background 200ms ease;
    transition: color 200ms ease, background 200ms ease; }
    .gmap-distributor-item-more-linkbox a:hover {
      background: #e85113;
      color: #ffffff; }

.svgmap {
  width: 100%;
  height: auto; }
  .svgmap.smallone {
    height: 250px; }
    .svgmap.smallone path {
      stroke-width: 0.5px; }
  .svgmap path {
    fill: #c6c4c5;
    stroke: #f6f6f6;
    stroke-width: 1px;
    cursor: pointer;
    -webkit-transition: fill 200ms ease;
    -moz-transition: fill 200ms ease;
    -o-transition: fill 200ms ease;
    transition: fill 200ms ease; }
    .svgmap path:hover, .svgmap path.is-active {
      fill: #e85113; }

.svglist a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .svglist a:hover, .svglist a.is-active {
    color: #e85113;
    font-weight: bold; }

.form-optin {
  display: block;
  cursor: pointer;
  font-size: 0;
  position: relative;
  margin-top: 12px;
  line-height: 30px;
  white-space: nowrap; }
  .form-optin .checker-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    padding-left: 45px;
    font-size: 12px;
    white-space: normal; }
  .form-optin .checker, .form-optin .radio {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 2px solid #d9dadb;
    top: 0;
    left: 0;
    background: #FFFFFF; }
    .form-optin .checker span, .form-optin .radio span {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 26px;
      height: 26px;
      background: #FFFFFF;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      transition: background 200ms ease; }
      .form-optin .checker span.checked, .form-optin .radio span.checked {
        background: #ffd518; }
    .form-optin .checker input, .form-optin .radio input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      border: none;
      background: none;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1; }

.optin-legal {
  color: #666;
  font-size: 12px;
  margin-top: 15px;
  text-align: justify; }
  .optin-legal p:first-child {
    margin-top: 0; }
  .optin-legal p:last-child {
    margin-bottom: 0; }
  .optin-legal a:hover {
    color: #e85113; }

.concent-warning {
  color: red; }

.concent-choices li:before {
  display: none; }

.captcha-img {
  height: 40px; }

.captcha-reload {
  cursor: pointer; }

/*
 * States declarations
 */
.is-semantic {
  appearance: none;
  border: none !important;
  background: none !important;
  text-indent: -9999px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important; }

/*
 * .is-visible { visibility: visible; }
 *
 * .is-invisible { visibility: hidden; }
 *
 */

/*# sourceMappingURL=styles.css.map */

/**
 * @category Twt
 * @package Twt_Steavisgarantis
 * @author Loïc Boishardy <loic.boishardy@thewetailers.fr>
 * @since 01/12/17
 * @license http://www.opensource.org/licenses/osl-3.0.php OSL
 */

/* Global CSS*/
* {-webkit-font-smoothing: antialiased;}

#product_widget {
  max-width: 262px;
  border: 1px solid #b0b0b0;
  background-color: #e5e5e5;
  height: 60px;
  margin-top: 25px;
  position: relative;
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 2px 2px #f6f6f6;
  color: #374853;
  font-size: 1.1em;
  margin-bottom: 2em;
  padding-top: 0.5em;

}

#product_widget #stars {
  text-align: center;
}

#product_widget #end {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f4bd38 1%, #cc8f24 100%) repeat scroll 0 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 2px;
  height: 22px;
  position: absolute;
  width: 100%;
}

div.ac_rating {
  display: inline-block;
  background: rgba(0, 0, 0, 0) url("https://www.crepito.fr/skin/frontend/base/default/images/steavisgarantis/0star.png") no-repeat scroll left bottom;
  height: 24px;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px;
  width:122px;

}

div.ac_rating_bg {
  display: inline-block;
  text-align: left;
  background: transparent url("https://www.crepito.fr/skin/frontend/base/default/images/steavisgarantis/5star.png") no-repeat scroll left bottom;
  height: 24px;
}

#product_widget #end a {
  color: black;
  display: block;
  font-weight: bold;
  margin-top: 3px;
  margin-left: 33px;
}

#product_widget img#seal {
  width: 96px;
  margin-top: -8px;
}

#ag-s {
  color: #6d7f8a;
  margin: 0px 0px 10px 0px !important;
  padding-top: 16px !important;
}

#ag-s .published {
  font-weight:600;
}

#ag-s #ag-header {
  display: block;
  padding: 5px;
}

#ag-s #commentaires {
  padding: 10px;
}

#ag-s .avis-garantis {
  border-top: 2px solid #ccc;
  padding-bottom: 20px;
}

#ag-s .avis-garantis ul.ag-details {
  list-style: outside none none;
  margin: 15px 0 0;
}

#ag-s .avis-garantis ul.ag-details li {
  display: inline-block;
  height: 25px;
  line-height: 25px;
}

#ag-s ul#ag-header-text {
  display: inline-block;
  list-style: outside none none;
  margin: 22px;
  vertical-align: top;
}

#more_info_sheets li {
  margin-bottom: 5px;
}

#ag-s .avis-garantis ul.ag-details li.ag-note {
  font-size: 13px;
  font-weight: 600;
}

#ag-s .ag-tr.top:before {
  border-width: 0 14px 13px;
  bottom: auto;
  left: 10px;
  top: -13px;
}
#ag-s .ag-tr:before {
  border-color: #d5d5d5 transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
#ag-s .ag-tr.top:after {
  border-width: 0 13px 13px;
  left: 11px;
  top: -12px;
}
#ag-s .ag-tr:after {
  border-color: #fff transparent;
  border-style: solid;
  content: "";
  position: absolute;
  width: 0;
}
#ag-s .ag-tr {
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  color: black;
  margin: 7px 0 3px;
  padding: 12px;
  position: relative;
}

#certificat {
  display: inline-block;
  float: right;
  vertical-align: top;
  font-size: 15px;
}

#seal_im {
  float: left;
  margin-left: -30px;
  margin-top: -15px;
}

#stars {
  margin-right: 18px;
}

.reviewer_name {
  text-transform:capitalize;
}

#agWidgetH p {
  color: #175298;
}
#ag-s .reviewTxt p {
  color: #111111;
}

.rad{-moz-border-radius: 8px;-webkit-border-radius:8px; border-radius:8px;}
.rad4{-moz-border-radius:4px;-webkit-border-radius:4px; border-radius:4px;}
meta, .metaHide {display:none !important}
.agWidget { color:#111111; font-family: 'Open Sans', sans-serif; font-weight:400}
.inner, .inner2{padding:12px;}
.reviewGlobal { display:inline-block !important; vertical-align:top !important; color:#175298 !important; }
.reviewGlobal p {margin:0 !important; padding:0 !important; display:block !important; font-size:12px !important; line-height:12px !important; letter-spacing:0 !important; margin-bottom:10px !important;}

/* Etoile */
.steavisgarantisStar{ width:111px; max-width:111px; position:relative; margin:0 0 0 -4px; padding:0; height:30px; margin-bottom:4px}
.steavisgarantisStar span {width:100%; display:block; height:30px; position:absolute; left:0; top:0; background:url(https://www.crepito.fr/skin/frontend/base/default/images/steavisgarantis/star_off.png) left center; background-size:111px 30px;}
.steavisgarantisStar span.note {  display:block; height:30px; width:0; overflow:hidden;  background:url(https://www.crepito.fr/skin/frontend/base/default/images/steavisgarantis/star_on.png) left center; background-size:111px 30px;}

/*NOTES*/
.largeNote, .largeNote p{ font-family: 'Oswald', Arial ; font-weight:700; font-size:22px; line-height:22px; letter-spacing:0; color:#175298; }
.largeNote big { font-size:36px; letter-spacing:-2px;}

/*list des avis*/
.reviewList { padding:4px 0; margin:8px auto 12px auto; line-height:16px; font-family: 'Open Sans', sans-serif; text-align:left}
.reviewList li{ list-style:none; border-top:1px dashed #c5cee0; padding:10px 0; position:relative}
.author { letter-spacing:0; font-size:15px; line-height:18px; color:#175298; font-weight:600}
.author img { float:left; margin:4px 8px 8px 0; width:24px;}
.author .time{ display:inline-block; font-size:9.5px; font-weight:400;}
.reviewTxt p, .reponse p {display:block; margin:4px 0 0 0; font-size:12px; line-height:14px; letter-spacing:0px}
.reviewTxt meta {display:none}
.reponse {display:block; padding:8px 12px; background:#ffffff; margin-top:10px }
.reponse span { font-size:11px; line-height:11px; color:#175298; letter-spacing:0}
.reponse span img {margin-right:6px; float:left; width:12px;}
.reponse p { font-style:italic; font-size:12px;}

/*steavisgarantisStats*/
.steavisgarantisStats { display:inline-block;}
.steavisgarantisStats .item { height:116px; display:inline-block; margin:0 2px}
.steavisgarantisStats .item .stat, .steavisgarantisStats  .item .name, .steavisgarantisStats .item .stat .note .value   {display:block; width:20px; }
.steavisgarantisStats .item .stat{ height:88px; background: none; position:relative;  border:0px solid #F00}
.steavisgarantisStats .item .stat .note { position:absolute; left:0; bottom:0; height:0; width:20px; background:#f5d700; text-align:center}
.steavisgarantisStats .item .stat .note .value {position:absolute; top:-8px; left:0; font-size:9px; text-align:center; color:#777777  }
.steavisgarantisStats .item .name { font-size:11px; text-align:center; height:20px; line-height:20px; color:#f5d700; letter-spacing:0}

/*boutons*/
.agBt { display: inline-block; background:#175298; border:1px solid #175298; color:#ffffff !important; font-size:11px !important; line-height:11px; letter-spacing:1px; text-transform:uppercase; text-align:center; padding:4px 10px; width:auto; text-decoration: none !important; }
.agBt:hover { background:none; color:#175298 !important; text-decoration:none !important;}
.agBtBig {font-size:11px; line-height:11px; padding:5px 14px;}

/* WIDGET HORIZONTAL*/
#agWidgetH{ display:block; width:100%; max-width:275px;  line-height:0; text-align:center; margin:20px 0px;clear: both;}

#agWidgetH .logoAg { max-height:77px; display:inline-block; margin-right:6%}
#agWidgetH .inner  {padding-bottom:12px}
#agWidgetH .reviewGlobal {text-align:left}

/*# WIDGET LATERAL*/
#agWidgetSide{ display:block; width:100%; max-width:100%;  line-height:0; text-align:center; padding-bottom:18px}

#agWidgetSide .inner  {padding:12px 12px 0 12px}
#agWidgetSide .logoAg {display:block; margin:8px auto 24px auto }
#agWidgetSide .reviewList {max-height:300px; width:100%; overflow-x: hidden;overflow-y: scroll;}
#agWidgetSide .reviewList::-webkit-scrollbar-track{border-radius: 2px;background-color: #175298;}
#agWidgetSide .reviewList::-webkit-scrollbar{width: 2px;    background-color: #f5d700;}
#agWidgetSide .reviewList::-webkit-scrollbar-thumb{    border-radius: 2px;    background-color: #f5d700;}
#agWidgetSide .reviewList li { width:92%; margin:0 0 0 5%}
#agWidgetSide .author { line-height:16px;  font-size:14px; }

/*WIDGET MAIN*/
.topBar {background:#2c2c2c; color:#ffffff; text-align:center; font-size:13px; line-height:11px; letter-spacing:2px; padding:10px 0; text-transform:uppercase}
#agWidgetMain { display:block; width:100%; max-width:100%;  line-height:0; text-align:center; overflow:hidden; padding-bottom:12px; margin:0}

#agWidgetMain .inner { text-align:left; overflow:hidden; height:106px; padding:25px 14px 20px 14px}
#agWidgetMain .logoCont , #agWidgetMain .statCont, #agWidgetMain .reviewCont { display:inline-block; height:100px;  vertical-align:top; }
#agWidgetMain .logoCont {display: inline-block; width:41%;  }
#agWidgetMain .statCont  { width:28%; text-align:center; min-width:140px;}
#agWidgetMain .reviewCont {width:27%;text-align:right; }
#agWidgetMain .logoCont img {max-width:151px}
#agWidgetMain .logoCont .agBt {margin:6px 0 0 12px}
#agWidgetMain .statCont  .steavisgarantisStats{}
#agWidgetMain .reviewCont  .reviewGlobal {text-align:center; padding-top:26px }
#agWidgetMain .largeNote{  font-size:24px; line-height:28px;  letter-spacing:-1px;  }
#agWidgetMain .largeNote big { font-size:50px; letter-spacing:-3px;}
#agWidgetMain .reviewList { padding:0; margin:0 auto 8px auto}
#agWidgetMain .reviewList li { border-top:none; padding:16px 20px; margin:0;}
#agWidgetMain .largeNote {width:120px; }
#agWidgetMain .logoAg {display:block; margin:10px}
#agWidgetMain .steavisgarantisStar { position:absolute; top:12px; right:16px}
#agWidgetMain .reviewTxt p { font-weight:400; margin:6px 0; letter-spacing:0; padding:0px}
#agWidgetMain .certificateBtn {padding:5px 15px;}
@media (max-width: 600px) {
  #agWidgetMain .statCont {display:none !important}
  #agWidgetMain .logoCont { width:60%}
  #agWidgetMain .reviewCont { width:40%}
}
@media (max-width: 400px) {
  #agWidgetMain .reviewList .steavisgarantisStar {display:block !important; position:relative; top: auto; right:auto;}
}

/* Footer Link */
#steavisgarantisFooterVerif {
  text-align:center;
  margin:5px auto;
  display: table;
}
#steavisgarantisFooterVerif img{
  margin-right: 3px;
  width: 20px !important;
}

#steavisgarantisFooterText {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 12.5px;
}

#steavisgarantisFooterText a {
  font-size: 12.5px;
}

/*background*/
.bgGrey0{ background:#f9f9f9}
.bgGrey1{ background:#f3f3f3}

#agWidgetH{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,fefefe+16,fefefe+26,f3f3f3+51 */
  background: #f3f3f3; /* Old browsers */
  background: -moz-linear-gradient(left,  #f3f3f3 0%, #fdfdfd 16%, #fefefe 26%, #f3f3f3 51%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #f3f3f3 0%,#fdfdfd 16%,#fefefe 26%,#f3f3f3 51%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #f3f3f3 0%,#fdfdfd 16%,#fefefe 26%,#f3f3f3 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
  -moz-box-shadow:inset 0px 0px 0px 1px #dfdfdf; box-shadow:inset 0px 0px 0px 1px #dfdfdf;}

#agWidgetSide , #agWidgetMain{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+7,fefefe+28,f3f3f3+52 */
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 7%, #fefefe 28%, #f3f3f3 52%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fefefe 7%,#fefefe 28%,#f3f3f3 52%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fefefe 7%,#fefefe 28%,#f3f3f3 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
  -moz-box-shadow:inset 0px 0px 0px 1px #dfdfdf; box-shadow:inset 0px 0px 0px 1px #dfdfdf;}

/*transition*/
.agBt { -webkit-transition: background 0.4s ease; -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;-o-transition: background 0.4s ease; transition: background 0.4s ease;}

#agWidgetMain .inner.bgGrey1{
  box-sizing:initial !important;
}

/* Si mobile */
@media screen and (max-width: 750px) {
  .agJsWidget {
    display:none;
  }
  #steavisgarantis.agWidget.rad {
    display:none;
  }
}

#sag_loader {
  margin: 0 auto;
}

/* Widget summary number 2 & 3 */
#agWidgetH.inline {
  background: none !important;
  box-shadow: none !important;
  max-width: 300px !important;
  margin: 5px 0;
  zoom: 0.85;
}

#agWidgetH.inline .inner {
  padding: 0;
  margin: 0;
}

#agWidgetH.inline .reviewGlobal {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  position: relative !important;
}

#agWidgetH.inline p {
  color: #000 !important;
  text-align: center;
  text-transform: none;
  margin: 0 0 0 10px !important;
  font-weight: 500;
}

#agWidgetH.inline .agBt {
  display: flex !important;
  align-items: center;
  background: none !important;
  border: none !important;
  padding: 0!important;
  margin:0!important;
}

#agWidgetH.inline .agBt:focus {
  outline: none;
}

#agWidgetH.inline .steavisgarantisStar{
  margin: 0 !important;
}

.steavisgarantisStar svg.note {
  height: 30px;
  width: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
/* End widget summary number 2 & 3 */

#categoryStarsMain {
  -moz-transform: scale(0.6);
  margin-bottom: 10px;
  zoom: 0.6;
  display: flex;
  justify-content: center;
}

.categoryStars {
  display: inline-block;
  width: 111px;
  max-width: 111px;
  position: relative;
  margin: 0 0 5px -4px;
  padding: 0;
  height: 18px;
  margin-bottom: 4px;
}

.categoryStars span {
  width: 100%;
  display: block;
  height: 30px;
  min-height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.categoryStars svg.note {
  height: 30px;
  width: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.categoryStarsStr {
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  margin-top: 5px;
}
