/*! normalize.css v3.0.1 | 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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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 */
  -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;
}

/*
 * FONTS
 */
@font-face {
  font-family: 'quicksandbold';
  src: url('../fonts/quicksand-bold-webfont.eot');
  src: url('../fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand-bold-webfont.woff') format('woff'), url('../fonts/quicksand-bold-webfont.ttf') format('truetype'), url('../fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksand';
  src: url('../fonts/quicksand-regular-webfont.eot');
  src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/quicksand-regular-webfont.woff') format('woff'), url('../fonts/quicksand-regular-webfont.ttf') format('truetype'), url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
  }
  @font-face {
    font-family: 'quicksand';
    src: url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
  }
}
/* Fonts */
/*
 * VARS
 */
/*Breakpoints*/
/*
 * HELPER FONT CLASS
 */
.font-quicksand {
  font-family: 'quicksandbold', Arial, sans-serif;
}
.font-quicksandReg {
  font-family: 'quicksand', Arial, sans-serif;
}
.font-openSans {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
}
.font-glegoo {
  font-family: 'Glegoo', Arial, sans-serif;
  font-weight: 400;
}
.font-raleway {
  font-family: 'Raleway', Arial, sans-serif;
}
.font-bold {
  font-weight: 700;
}
.font-semi-bold {
  font-weight: 600;
}
.font-regular {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.centered-text {
  text-align: center;
}
.font-size-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.font-size-14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.font-size-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.font-size-18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.font-size-21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.font-size-23 {
  font-size: 23px;
  font-size: 2.3rem;
}
.font-size-26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.font-size-28 {
  font-size: 28px;
  font-size: 2.8rem;
}
.font-size-31 {
  font-size: 31px;
  font-size: 3.1rem;
}
.font-size-36 {
  font-size: 36px;
  font-size: 3.6rem;
}
.text-uppercase {
  text-transform: uppercase;
}
.i18n-pl .font-quicksand,
.i18n-pl .btn,
.i18n-pl .btn:after,
.i18n-pl .item-list-preview strong,
.i18n-pl .form-line label,
.i18n-pl .product-desc h3,
.i18n-pl .edito h3,
.i18n-pl .product-subtitle {
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
}
.i18n-pl .font-openSans.font-light {
  font-weight: 400 !important;
}
/* clearfix */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
/*
 * MIXINS
 */
/* Clearfix*/
/*Font sizing*/
/*Line heigt*/
/*Opacity*/
.browsehappy {
  margin: 0;
  background: #ebdcc0;
  color: #d1842a;
  padding: 15px 20%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.browsehappy a {
  text-decoration: underline;
}
.browsehappy a:hover {
  text-decoration: none;
}
input::-webkit-input-placeholder {
  color: #868686;
}
input::-moz-placeholder {
  color: #868686;
  opacity: 1;
}
input:-ms-placeholder {
  color: #868686;
}
input:-moz-placeholder {
  color: #868686;
  opacity: 1;
}
input.placeholder {
  color: #868686;
}
/* :focus - lighten() for dark bg & light text || darken() for light bg & dark text */
input:focus::-webkit-input-placeholder {
  color: #c6c6c6;
  -webkit-transition: all 0.5s ease;
}
input:focus::-moz-placeholder {
  color: #c6c6c6;
  transition: all 0.5s ease;
}
input:focus:-ms-placeholder {
  color: #c6c6c6;
  transition: all 0.5s ease;
}
input:focus:-moz-placeholder {
  color: #c6c6c6;
  transition: all 0.5s ease;
}
/*
 * MINI RESET
 */
a {
  color: inherit;
  text-decoration: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
ol,
ul {
  list-style: none;
}
hr {
  border: 0;
  margin: 15px 0;
  border-top: 1px solid #e8e8e8;
}
/*
 * FORM ELEMENT SKINNING
 */
/*select*/
.selectWrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.selectWrapper select {
  zoom: 1;
  width: 100% !important;
  height: 35px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  -webkit-appearance: none;
}
.selectWrapper select:hover + .placeholder {
  background: #fafafa;
}
.selectWrapper .placeholder {
  float: none !important;
  color: #616161;
  overflow: hidden;
  display: block;
  width: auto;
  height: 35px;
  min-width: 175px;
  padding: 0 39px 0 8px;
  line-height: 35px;
  background: #fff;
  border: 1px solid #e0e0e0;
  text-align: left;
  margin: 0 !important;
  border-radius: 5px;
}
.selectWrapper:after {
  content: ">";
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #558dbe;
  border-radius: 5px 5px 0 0;
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.selectWrapper.disabled {
  opacity: 0.3;
}
.selectWrapper.multiple:after {
  visibility: hidden;
}
.selectWrapper.multiple select {
  opacity: 1 !important;
  height: auto;
  position: static;
  width: auto !important;
  padding-right: 10px;
}
.selectWrapper.multiple .placeholder {
  min-width: 0;
  max-width: 800px;
  width: auto;
  padding: 0 8px;
}
/*radio + checkbox*/
.skinMe {
  position: relative;
}
.skinMe.inline {
  display: inline-block;
  margin-right: 15px;
}
.skinMe input[type="radio"],
.skinMe input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.skinMe label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-top: 5px;
}
.skinMe label:before {
  content: "";
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid #558dbe;
  background: #fff;
}
.skinMe label:hover:before {
  background: #f7f7f7;
}
.skinMe input[type="radio"]:checked + label:before,
.skinMe input[type="checkbox"]:checked + label:before {
  border: 3px solid #fff;
  background: #558dbe;
  width: 12px;
  height: 12px;
  top: 5px;
  left: 3px;
  -webkit-box-shadow: 0 0 0 2px #558dbe;
          box-shadow: 0 0 0 2px #558dbe;
}
/*Fallback IE 8-*/
.lt-ie9 .skinMe input {
  visibility: visible !important;
  position: static !important;
}
.lt-ie9 .skinMe label {
  padding-left: 0;
}
.lt-ie9 .skinMe label:before {
  visibility: hidden;
}
/*
 * GENERIC BUTTONS
 */
.btn {
  position: relative;
  border: 1px solid transparent;
  display: inline-block !important;
  padding: 0 25px 1px 9px;
  border-radius: 10px;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: 'quicksandbold', Arial, sans-serif;
  line-height: 1.3;
  -webkit-transition: all 150ms ease;
          transition: all 150ms ease;
}
.btn:after {
  content: ">";
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  right: 5px;
}
.btn.btn-blue {
  color: #fff;
  background: #558dbe;
}
.btn.btn-blue:hover {
  background: #4580b4;
}
.btn.btn-blue:hover:after {
  right: 4px;
}
.btn.btn-dark-blue {
  color: #fff;
  background: #003b5b;
}
.btn.btn-dark-blue:hover {
  background: #00527f;
}
.btn.btn-dark-blue:hover:after {
  right: 4px;
}
.btn:active {
  top: 1px;
}
.btn-print,
.btn-mailTo {
  display: inline-block;
  background: #003b5b;
  width: 37px;
  height: 35px;
  text-align: center;
  line-height: 43px;
  vertical-align: middle;
  margin-left: 2px;
}
.btn-mailTo {
  background: #558dbe;
}
.btn-arrow {
  font-family: 'quicksandbold', Arial, sans-serif;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  background: #003b5b;
  border-radius: 5px;
  border: 1px solid #003b5b;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  -webkit-box-shadow: inset 0 0 0 1px #3658ae;
          box-shadow: inset 0 0 0 1px #3658ae;
}
/*
 * MAIN LAYOUT
 */
html {
  font-size: 62.5%;
  font-size: calc(1em * 0.625);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #ececec url(../images/common/bg_main.png) repeat 0 0;
  color: #616161;
  line-height: 1.55;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body.bg-heritage {
  background: #000043 url(../images/common/bg_baloon.jpg) repeat 0 0;
}
.inner {
  width: 98%;
  max-width: 945px;
  min-width: 767px;
  margin: 0 auto;
}
.main {
  width: 98%;
  max-width: 945px;
  min-width: 767px;
  margin: 0 auto;
  background: #fff;
  padding: 35px 0 7px;
  -webkit-box-shadow: 0 49px 38px -38px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 49px 38px -38px rgba(0, 0, 0, 0.2) inset;
}
.home .main {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 40px;
  padding-bottom: 55px;
  zoom: 1;
}
.home .main:before,
.home .main:after {
  content: "";
  display: table;
}
.home .main:after {
  clear: both;
}
.content-section {
  border: 0 solid #e8e8e8;
  border-width: 1px 0 0 1px;
  padding: 35px 65px 35px 30px;
  margin: 0 0 -1px 95px;
  zoom: 1;
}
.content-section:before,
.content-section:after {
  content: "";
  display: table;
}
.content-section:after {
  clear: both;
}
.content-section:first-of-type {
  position: relative;
  padding: 15px 30px;
}
.content-section:first-of-type:before {
  content: "";
  width: 95px;
  height: 1px;
  background: #e8e8e8;
  bottom: 0;
  left: -95px;
  position: absolute;
}
.node-type-editorial .content-section {
  padding-right: 30px;
  margin-left: 0;
}
.container-inline .form-actions {
  margin-top: 12px;
}
.store-info tbody {
  border: 0;
}
/*
 * HEADER
 */
.header {
  background: #fdfdfd;
  min-width: 767px;
}
.header .inner {
  position: relative;
}
.topBar {
  background: #003b5b;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 8px 10px -2px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 8px 10px -2px rgba(0, 0, 0, 0.6);
}
.topBar:after {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../images/common/brushed.png) repeat-x 50% 0;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.topBar .social {
  float: right;
}
.topBar .social li {
  display: inline-block;
  margin: 13px 0 0 8px;
}
.topBar .social li img {
  border-radius: 2px;
}
.flags {
  float: right;
  margin-left: 15px;
  padding: 19px 0 13px 10px;
  border-left: 1px solid #295064;
}
.flags li {
  float: left;
  margin: 0 5px;
}
.lang {
  float: right;
  margin: 0 5px 0 10px;
  border: 1px solid #002d46;
  border-width: 0 1px;
  position: relative;
  z-index: 5;
}
.lang .currentLang {
  display: block;
  cursor: pointer;
  padding: 19px 46px 12px 13px;
  background-image: url(../images/common/icon_world.png), -webkit-gradient(linear, left top, left bottom, from(#002a40), color-stop(76%, #003b5a));
  background-image: url(../images/common/icon_world.png), linear-gradient(to bottom, #002a40 0%, #003b5a 76%);
  background-repeat: no-repeat;
  background-position: 93% 60%;
}
.lang ul {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  background-color: #004c75;
  width: 100%;
  -webkit-transition: max-height 400ms ease;
          transition: max-height 400ms ease;
}
.lang ul li:last-child {
  padding-bottom: 5px;
}
.lang ul a {
  display: block;
  padding: 4px 10px;
}
.lang ul a:hover {
  background: #003b5b;
}
.lang.opened ul {
  max-height: 340px;
}
.lang.opened .currentLang {
  background-image: url(../images/common/icon_world.png);
  background-color: #004c75;
}
.heritage-header-link {
  color: #fff;
  text-decoration: underline;
  float: left;
  margin: 19px 0 0 10px;
  font-size: 13px;
}
.heritage-header-link:hover {
  text-decoration: none;
}
.logo {
  position: absolute;
  z-index: 11;
  top: 0;
  left: -65px;
  width: 240px;
  height: 115px;
}
.logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0 0 145px 145px;
}
.logo img {
  position: relative;
  z-index: 3;
  display: block;
  width: 55%;
  margin: 10px auto 0;
}
.logo-mobile {
  display: none;
  width: 88px;
  height: 43px;
  position: absolute;
  top: 4px;
  left: 9px;
}
.tagline {
  color: #558dbe;
  margin: -2px 0 0 170px;
}
/*
 * MAIN MENU
 */
.nav-main {
  background: #558dbe;
  min-height: 40px;
}
.nav-main .inner {
  position: relative;
  z-index: 2;
}
.nav-main > ul {
  color: #fff;
  padding-left: 171px;
  display: table;
}
.nav-main > ul > li {
  background: #558dbe;
  position: relative;
  display: table-cell;
  width: 165px;
}
.nav-main > ul > li.isMegaMenu {
  position: static;
}
.nav-main > ul > li.isMegaMenu > .nav-submenu {
  width: 100%;
  padding-top: 22px;
}
.nav-main > ul > li.isMegaMenu > .nav-submenu > [class^="nav-col"] > a + a:not(.nav-subcat) {
  border-bottom: 1px dotted #9f9f9f;
  border-top: 1px dotted #9f9f9f;
  margin-bottom: -1px;
}
.nav-main > ul > li:last-child > .nav-submenu,
.nav-main > ul > li:nth-last-child(2) > .nav-submenu {
  left: auto;
  right: 0;
}
.nav-main > ul > li > span {
  display: block;
  cursor: pointer;
  line-height: 1.2;
  padding: 2px 4px;
  height: 47px;
  position: relative;
}
.nav-main > ul > li > span:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.nav-main > ul > li > span > em {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  width: 99%;
}
.nav-main .backHome {
  text-align: left;
  position: absolute;
  overflow: hidden;
  top: 6px;
  left: -999em;
  width: 127px;
  height: 33px;
  text-indent: -999em;
  background: url(../images/common/logo_canson.svg);
  background-position: 0 -24px;
  background-repeat: no-repeat;
  background-size: 98px auto;
}
.nav-main .backHome a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-main > ul:hover .active > span {
  color: #fff;
}
.nav-main > ul:hover .active > span:after {
  visibility: hidden;
}
.nav-main .active > span,
.nav-main li.active:hover > span {
  color: #97c4eb;
}
.nav-main .active > span:after,
.nav-main li.active:hover > span:after {
  visibility: visible;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 95%;
  background: #97c4eb;
}
.sticked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.sticked .backHome {
  left: 10px;
}
.sticked + .main,
.sticked + .home_carousel {
  margin-top: 40px;
}
.no-svg .backHome {
  text-indent: 0;
}
.nav-submenu {
  width: 340px;
  padding: 10px 5px 15px;
  overflow: hidden;
  position: absolute;
  top: -1500%;
  left: 0;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-top: 4px solid #97c4eb;
  text-align: left;
  line-height: 1.3;
  -webkit-box-shadow: 0 8px 4px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 4px -6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 5px);
      -ms-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: z-index 5ms linear 250ms, opacity 100ms linear, -webkit-transform 5ms linear 250ms, top 5ms linear 250ms;
          transition: z-index 5ms linear 250ms, opacity 100ms linear, transform 5ms linear 250ms, top 5ms linear 250ms;
}
.nav-submenu a {
  display: block;
  padding: 10px 0;
  margin: 0 13px;
  border-bottom: 1px dotted #9f9f9f;
}
.nav-submenu a {
  color: #919191;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.nav-submenu a:hover {
  color: #616161;
}
.nav-submenu a.nav-subcat {
  color: #003b5b;
  text-transform: none;
  padding-top: 0;
  font-weight: 700;
}
.nav-submenu a.nav-subcat + ul {
  margin-left: 8px;
}
.nav-submenu a.nav-subcat:hover {
  color: #558dbe;
}
.nav-submenu a + ul,
[class^='nav-col'] > ul {
  border-top: 1px solid #fff;
  margin-top: -1px;
}
.nav-submenu a + ul > li:first-child > a,
[class^='nav-col'] > ul > li:first-child > a {
  padding-top: 0;
}
.nav-submenu section > a {
  border-bottom: 0;
}
.nav-submenu ul + .nav-subcat {
  margin-top: 20px;
}
.nav-submenu li a {
  font-weight: 400;
  padding: 9px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #003b5b;
  text-transform: none;
}
.nav-submenu li a:hover {
  color: #558dbe;
}
.nav-col-1-4 {
  width: 25%;
  float: left;
}
.nav-col-1-3 {
  width: 33%;
  float: left;
  margin-bottom: 20px;
}
.nav-col-3-4 {
  width: 75%;
  float: right;
}
.nav-col-1-2 {
  width: 49.5%;
  float: left;
}
.nav-main > ul > li:hover {
  color: #97c4eb;
  -webkit-transition: color 300ms ease;
          transition: color 300ms ease;
}
.nav-main > ul > li:hover > .nav-submenu {
  top: 100%;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  z-index: 1;
  -webkit-transition: z-index 5ms linear, opacity 200ms linear 250ms, -webkit-transform 200ms linear 250ms;
          transition: z-index 5ms linear, opacity 200ms linear 250ms, transform 200ms linear 250ms;
}
.searchBox {
  float: right;
  margin: 0 10px 10px 0;
}
.searchBox input[type="search"],
.searchBox input[type="text"] {
  width: 160px;
  border: 1px solid #558dbe;
  height: 27px;
  border-radius: 15px;
  padding: 0 15px;
  vertical-align: middle;
  -webkit-transition: all 250ms ease;
          transition: all 250ms ease;
}
.searchBox input[type="search"]:focus,
.searchBox input[type="text"]:focus {
  width: 240px;
  background: #fafafa;
}
.searchBox input[type="submit"] {
  border: 1px solid #558dbe;
  background: #558dbe;
  color: #fff;
  height: 27px;
  vertical-align: middle;
  font-weight: bold;
  padding: 0;
  text-align: center;
  width: 27px;
  border-radius: 16px;
}
.searchBox * {
  outline: 0;
}
.searchBox .element-invisible,
.searchBox .captcha-admin-links {
  display: none;
}
.searchBox .form-actions {
  float: right;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.searchBox .form-item {
  float: left;
  margin-right: 10px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/*
 * HOME
 */
.ad-banner {
  display: block;
  margin: 40px auto 0;
  max-width: 100%;
  clear: both;
}
.sidebar-home {
  float: right;
  width: 320px;
  margin-bottom: 40px;
}
.highlights-home {
  margin-right: 340px;
  clear: left;
  margin-bottom: 40px;
}
.highlights-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 40px;
}
.highlights-video:before {
  background: #558dbe;
  bottom: -4px;
  content: "";
  height: 95%;
  left: -14px;
  position: absolute;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: 50%;
  z-index: -1;
}
.highlights-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}
.welcome {
  background: #fff;
  float: left;
  width: calc(100% - 340px);
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.welcome .welcome-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 30px 30px;
  color: #3f3f3f;
}
.welcome .welcome-title {
  color: #003b5b;
  display: block;
  margin-bottom: 5px;
}
.welcome .welcome-intro {
  color: #558dbe;
  display: block;
  line-height: 1.1;
  margin-bottom: 15px;
}
.welcome:before {
  background: #003b5b;
  bottom: -6px;
  content: "";
  height: 95%;
  left: -12px;
  position: absolute;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: 80%;
  z-index: -2;
}
.welcome:after {
  background: #fff url("../images/common/flame.svg") no-repeat scroll 112% 5px;
  background-size: 315px auto;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.lt-ie9 .welcome {
  width: 603px;
}
.no-rgba .welcome-inner {
  background: #fff;
}
.push {
  border: 0 solid #003b5b;
  border-width: 1px 10px 1px 1px;
  position: relative;
  margin-bottom: -1px;
  overflow: hidden;
  max-height: 326px;
  min-height: 200px;
}
.push.push-full {
  max-height: none;
  min-height: none;
}
.push .push-title {
  position: absolute;
  top: 25px;
  right: 0;
  max-width: 85%;
  color: #fff;
  background: #003b5b;
  font-weight: 600;
  line-height: 1.1;
  padding: 5px;
  -webkit-transition: right 300ms ease;
          transition: right 300ms ease;
}
.push .push-tagline {
  position: absolute;
  bottom: 40px;
  right: 10px;
  max-width: 90%;
  line-height: 1.3;
  color: #003b5b;
  font-weight: 700;
}
.push img {
  display: block;
  min-width: 100%;
}
.push a {
  display: block;
}
.push a:hover .push-title {
  right: -5px;
}
.push .btn-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.push-locator {
  background: #2e99d1;
  padding: 120px 30px 40px;
}
.push-locator input[type="text"] {
  width: 100% !important;
  border-radius: 0 !important;
  border-color: #fff !important;
}
.push-locator .selectWrapper {
  width: 100% !important;
}
.push-locator .selectWrapper .placeholder {
  border-radius: 0;
  border: 0;
}
.push-locator .selectWrapper:after {
  border-radius: 0;
  right: -1px;
}
.push-locator .submit {
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  background: #558dbe;
  width: 100%;
  padding: 12px 0;
}
.push-locator .submit:hover {
  background: #4580b4;
}
.facebook-join {
  display: block;
  background: #3b5998 url(../images/common/logo_facebook.png) no-repeat 30px center;
  color: #fff;
  padding: 36px 30px 36px 122px;
  margin-top: 25px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.facebook-join:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100px;
  background: #768bb7;
}
.highlights-events {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
.highlights-events:before {
  background: #558dbe;
  bottom: -4px;
  content: "";
  height: 95%;
  left: -14px;
  position: absolute;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: 50%;
  z-index: -1;
}
.highlights-events:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 1px;
  height: 120px;
  background: #e8e8e8;
}
.highlights-events .highlights-events-item {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding-bottom: 17px;
}
.highlights-events .highlights-events-item a {
  display: block;
}
.highlights-events .highlights-events-item img {
  display: block;
  width: 100%;
  max-height: 226px;
  margin-bottom: 14px;
}
.highlights-events .highlights-events-item .date {
  padding: 0 20px;
  display: block;
  color: #a7a7a7;
  text-transform: uppercase;
}
.highlights-events .highlights-events-item .highlights-events-title {
  padding: 0 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #3f3f3f;
}
.highlights-events .highlights-events-item .preview {
  padding: 10px 20px 0;
  display: block;
}
.highlights-news {
  width: 100%;
  table-layout: fixed;
}
.highlights-news .highlights-news-item {
  display: block;
  vertical-align: top;
  padding: 3px 3px 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.highlights-news .highlights-news-item a {
  display: block;
}
.highlights-news .highlights-news-item img {
  display: block;
  width: 100%;
  max-height: 260px;
  margin-bottom: 7px;
}
.highlights-news .highlights-news-item .highlights-news-title {
  font-weight: 600;
  line-height: 1.2;
  padding: 0 7px;
  color: #3f3f3f;
}
.highlights-news .highlights-news-item .preview {
  display: block;
  color: #a7a7a7;
  font-weight: 600;
  padding: 2px 7px 0;
  line-height: 1.2;
}
.home_carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 60px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, #efefef), color-stop(99%, #ffffff));
  background: linear-gradient(to bottom, #efefef 94%, #ffffff 99%);
  /* W3C */
  border-bottom: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 2px 0 -1px #fff, 0 25px 25px -6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 0 -1px #fff, 0 25px 25px -6px rgba(0, 0, 0, 0.2);
}
.home_carousel .item {
  background: #003b5b;
  overflow: hidden;
}
.home_carousel .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.home_carousel .item img {
  width: 100%;
}
.home_carousel .banner {
  overflow: hidden;
  min-height: 300px;
}
.home_carousel .slick-slider {
  margin-bottom: 0;
  border-bottom: 2px solid #fff;
}
.home_carousel .title-item-container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home_carousel .title-item-container .title-item {
  position: absolute;
  left: 7px;
  top: 10px;
  color: #003b5b;
  cursor: pointer;
  margin-right: 200px;
  line-height: 1.1;
}
.home_carousel .shareBox {
  position: absolute;
  top: 10px;
  right: 0;
}
.home_carousel .slick-prev,
.home_carousel .slick-next {
  left: 25px;
  bottom: 300px;
  top: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.home_carousel .slick-prev:before,
.home_carousel .slick-next:before {
  content: "<";
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 100px;
  font-size: 10rem;
}
.home_carousel .slick-next {
  left: auto;
  right: 25px;
}
.home_carousel .slick-next:before {
  content: ">";
}
.home_carousel .slick-dots {
  background: #fff;
  bottom: auto;
  top: 15px;
  width: auto;
  border: 1px solid #fff;
  border-radius: 15px;
  right: 50%;
  margin-right: -420px;
  padding: 0 8px;
}
.home_carousel .slick-dots li {
  margin: 0;
  vertical-align: middle;
}
.home_carousel .slick-dots li button:before {
  font-family: Arial, sans-serif;
  font-size: 55px;
}
.home_carousel .slick-dots li.slick-active button:before {
  color: #558dbe;
}
/*
 * CAROUSEL GAMMES ET HISTOIRE
 */
.slider-gamme,
.slider-histoire {
  margin: 0 35px;
}
.slider-gamme .item,
.slider-histoire .item {
  color: #003b5b;
  padding: 0 5px 7px;
}
.slider-gamme .item img,
.slider-histoire .item img {
  margin: 0 auto 7px;
}
.slider-gamme .item span,
.slider-histoire .item span {
  display: block;
  max-width: 82px;
  margin: 0 auto;
  padding-bottom: 8px;
  min-height: 44px;
  line-height: 1.2;
}
.slider-gamme .item.active span,
.slider-histoire .item.active span {
  border-bottom: 4px solid #558dbe;
}
.slider-gamme .item a,
.slider-histoire .item a {
  display: block;
}
.slider-gamme .slick-prev,
.slider-histoire .slick-prev,
.slider-gamme .slick-next,
.slider-histoire .slick-next {
  left: -45px;
  margin-top: -48px;
  height: 35px;
  width: 35px;
}
.slider-gamme .slick-next,
.slider-histoire .slick-next {
  left: auto;
  right: -45px;
}
.slider-gamme .slick-prev:before,
.slider-histoire .slick-prev:before,
.slider-gamme .slick-next:before,
.slider-histoire .slick-next:before {
  border-radius: 50%;
  background: #2e99d1;
  color: #fff;
  content: "<";
  width: 100%;
  height: 100%;
  display: block;
  line-height: 35px;
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
}
.slider-gamme .slick-next:before,
.slider-histoire .slick-next:before {
  content: ">";
}
#timeSpan {
  color: #003b5b;
  margin-top: 20px;
}
#timeSpan .timeSpan-title {
  float: left;
  margin-right: 15px;
}
#timeSpan .slick-dots {
  position: static;
  text-align: left;
}
#timeSpan .slick-dots li {
  width: auto;
  padding: 2px 9px;
  margin: 0;
  height: auto;
  border-right: 1px dotted #003b5b;
}
#timeSpan .slick-dots li:first-child {
  border-left: 1px dotted #003b5b;
}
#timeSpan .slick-dots li span {
  padding: 2px 7px;
}
#timeSpan .slick-dots .slick-active span {
  background: #558dbe;
  color: #fff;
}
.slider-histoire .item {
  color: #616161;
  padding: 0 19px;
}
.slider-histoire .item .year {
  display: block;
  color: #558dbe;
  max-width: 100%;
  min-height: 0;
  padding: 0;
  margin: 0 0 5px;
}
.slider-histoire .visu {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 180px;
  line-height: 180px;
  position: relative;
  margin: 0 -16px 15px;
  text-align: center;
}
.slider-histoire .visu img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.slider-histoire .slider-histoire-title {
  color: #3f3f3f;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 15px;
}
.slider-histoire .btn {
  margin-top: 15px;
}
/*
 * FICHE
 */
.diaporama {
  width: 250px;
  float: left;
  margin-bottom: 15px;
}
.btn-video {
  display: block;
  color: #a7a7a7;
  background: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
  border-radius: 10px;
  padding: 7px 0;
  margin: 10px 0;
}
.btn-video:hover {
  background: #f8f8f8;
}
.diaporama-main {
  width: 249px;
  height: 230px;
  margin-bottom: 7px;
  background: #e8e8e8;
}
.diaporama-main img {
  display: block;
  width: 249px;
  height: 230px;
}
.diaporama-thumbs {
  margin-right: -8px;
}
.diaporama-thumbs li {
  margin: 0 8px 9px 0;
  display: inline-block;
  vertical-align: top;
}
.diaporama-thumbs li.active img {
  border-color: #9ec5e9;
}
.diaporama-thumbs img {
  display: block;
  width: 75px;
  height: 75px;
  cursor: pointer;
  border: 1px solid #e8e8e8;
}
.product-desc {
  float: right;
  width: calc(100% - 285px);
}
.product-desc h3 {
  color: #558dbe;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'quicksandbold', Arial, sans-serif;
}
.product-desc a {
  text-decoration: underline;
  color: #2e99d1;
}
.product-desc a:hover {
  text-decoration: none;
}
.lt-ie9 .product-desc {
  width: 450px;
}
.product-title {
  color: #000;
  margin-bottom: 10px;
}
.product-subtitle {
  color: #558dbe;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'quicksandbold', Arial, sans-serif;
}
.centered-title {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  margin-top: -10px;
  line-height: 1.3;
}
.centered-title:before {
  content: "";
  width: 250px;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -125px;
}
.univers {
  margin: 0 -50px 0 -15px;
}
.univers li {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
  width: 158px;
  overflow: hidden;
  min-height: 220px;
  background: #e8e8e8;
  color: #003b5b;
  -webkit-transition: background 300ms ease;
          transition: background 300ms ease;
  cursor: pointer;
}
.univers li:nth-child(even) {
  background: #f7f7f7;
}
.univers li:hover {
  background: #e0e0e0;
}
.univers li:hover img {
  margin-left: -40px;
}
.univers li a {
  display: block;
}
.univers li span {
  display: block;
  padding: 5px 11px 3px;
  line-height: 1.2;
}
.univers li img {
  display: block;
  height: 150px;
  margin-left: -25px;
  -webkit-transition: margin-left 300ms ease;
          transition: margin-left 300ms ease;
}
/*
 * PAGE DATE
 */
.content-section.date-section {
  padding: 30px 60px;
  position: relative;
}
.content-section.date-section .diaporama-main {
  width: 251px;
  padding: 1px 0;
  height: auto;
  min-height: 231px;
}
.content-section.date-section .diaporama-main img {
  margin: 0 auto;
}
.content-section.date-section .prev-date,
.content-section.date-section .next-date {
  background: #2e99d1;
  color: #fff;
  border-radius: 50%;
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 122px;
  left: 13px;
}
.content-section.date-section .next-date {
  left: auto;
  right: 13px;
}
/*
 * FOOTER
 */
.footer {
  background: #003b5b;
  color: #fff;
  position: relative;
  padding: 23px 0 15px;
  min-width: 767px;
}
.footer:before {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../images/common/brushed.png) repeat-x 50% 0;
  position: absolute;
  left: 0;
  top: -8px;
}
.footer .inner:first-child {
  display: table;
  margin-bottom: 15px;
}
.footer .col {
  display: table-cell;
  width: 33%;
  border-left: 2px solid #7f9dac;
  padding: 0 20px;
  vertical-align: top;
}
.footer .col:first-child {
  border: 0;
}
.footer li {
  border-top: 2px dotted #38667e;
  padding: 4px 0;
}
.footer li:first-child {
  border: 0;
}
.footer li a:hover {
  color: #97c4eb;
}
.footer .getNl input[type="email"],
.footer .getNl input[type="text"] {
  color: #fff;
  background: #003b5b;
  width: 80%;
  border: 1px solid #fff;
  height: 23px;
  padding: 0 5px;
  vertical-align: middle;
}
.footer .getNl input[type="submit"] {
  border: 1px solid #558dbe;
  background: #558dbe;
  color: #fff;
  height: 25px;
  vertical-align: middle;
  font-weight: bold;
  padding: 0 4px;
}
.footer .getNl * {
  outline: 0;
}
.footer input::-webkit-input-placeholder {
  color: #fff;
}
.footer input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer input:-ms-placeholder {
  color: #fff;
}
.footer input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer input.placeholder {
  color: #fff;
}
.footer .pushContact {
  border: dotted #38667e;
  border-width: 2px 0;
  display: block;
  text-align: right;
}
.footer .pushContact .logo-footer {
  background: #fff;
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  padding: 7px;
  max-width: 105px;
}
.footer .pushContact span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 35px 8px 0;
  margin-right: 10px;
}
.footer .pushContact span:after {
  content: '';
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px;
  width: 28px;
  height: 27px;
  position: absolute;
  top: 13px;
  right: 0;
  background: url(../images/common/sprite_social.png) no-repeat 4px -62px;
}
.footer .bottomTXt {
  display: block;
  padding: 0 15px;
}
.newsletter_link {
  margin-bottom: 25px;
}
.bottom-highlight {
  background: #558dbe;
}
.bottom-highlight img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/*
 * EDITO
 */
.chapo {
  padding-bottom: 35px;
  color: #558dbe;
  line-height: 1.3;
}
.chapo .date {
  display: block;
  color: #a7a7a7;
  text-transform: uppercase;
}
.edito {
  /* h3 {
    display:block;
    ._font-size(2.2);
    color:@colorBlack;
    font-weight:400;
    strong {
      font-weight:400;
    }
  }*/
}
.edito ul {
  margin: 25px 0 25px 10px;
  overflow: hidden;
}
.edito ul li {
  background: url(../images/common/flame.svg) no-repeat 1px 6px;
  padding: 3px 0 3px 24px;
}
.edito a {
  text-decoration: underline;
  color: #2e99d1;
}
.edito a:hover {
  text-decoration: none;
}
.edito h3 {
  color: #558dbe;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'quicksandbold', Arial, sans-serif;
}
.edito h3 strong {
  font-weight: 400;
}
.edito h3 img {
  display: block;
  max-width: 100%;
  margin: 0 2px;
  border: 5px solid #e8f4ff;
}
.edito p {
  margin-bottom: 10px;
}
.edito p img {
  display: block;
  max-width: 100%;
  margin: 0 2px;
  border: 5px solid #e8f4ff;
}
.edito object {
  margin: 15px 0;
  max-width: 100%;
  display: block;
}
.no-svg .edito li {
  padding-left: 0;
}
.no-svg .edito li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: #558dbe;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
ul.numbered-list,
ol {
  counter-reset: section;
  margin: 25px 0 25px 10px;
}
ul.numbered-list li,
ol li {
  counter-increment: section;
  padding: 3px 0 10px 35px;
  background: none;
  position: relative;
}
ul.numbered-list li:before,
ol li:before {
  content: counters(section, '.');
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  background: #2e99d1;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
}
.edito-title {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  color: #000;
}
.edito-intro {
  display: block;
  color: #558dbe;
  margin: 0 0 15px;
}
.edito-image-single {
  background: #e8f4ff;
  padding: 10px 10px 5px;
  float: left;
  clear: left;
  margin: 0 25px 25px 0;
}
.edito-image-single img {
  display: block;
  width: 230px;
  margin: 0 auto;
}
.edito-image-single .edito-legend {
  max-width: 220px;
  padding: 10px 0;
}
.edito-image-single.right {
  float: right;
  clear: right;
  margin: 0 0 25px 25px;
}
.edito-image-single.left {
  float: left;
  margin: 0 25px 25px 0;
}
.edito-image-double {
  margin: 25px 0;
  padding: 10px;
  display: block;
  width: 100%;
  clear: both;
  background: #e8f4ff;
  text-align: center;
}
.edito-image-double img {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}
.edito-image-triple {
  margin: 25px 0;
  padding: 10px 0;
  display: block;
  width: 100%;
  clear: both;
  background: #e8f4ff;
  text-align: center;
}
.edito-image-triple img {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
}
.edito-legend {
  display: block;
  font-style: italic;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  background: #e8f4ff;
  padding: 10px;
}
.spotlight {
  float: right;
  clear: right;
  margin: 15px 0 25px 45px;
  width: 270px;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  color: #3f3f3f;
}
.spotlight .spotlight-inner {
  min-height: 170px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.85);
}
.spotlight .spotlight-title {
  color: #003b5b;
  margin-bottom: 10px;
}
.spotlight:before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: -3px;
  width: 250px;
  height: 95%;
  background: #003b5b;
  z-index: -2;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.spotlight:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/common/flame.svg) no-repeat 140px 22px;
  background-size: 140px auto;
}
.spotlight.right {
  float: right;
  margin: 15px 0 25px 45px;
}
.spotlight.left {
  float: left;
  clear: left;
  margin: 15px 25px 25px 30px;
}
.no-rgba .spotlight-inner {
  background: #fff;
}
.adressBox {
  display: inline-table;
  padding: 10px 30px 20px 20px;
}
.adressBox .adressBox-title {
  color: #2e99d1;
  font-weight: 700;
  position: relative;
}
.adressBox .adressBox-title:before {
  content: ">";
  position: absolute;
  top: -5px;
  left: -17px;
  color: #2e99d1;
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.filiales td {
  padding: 10px 30px 20px 20px;
}
.filiales p > strong {
  color: #2e99d1;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.filiales p > strong:before {
  content: ">";
  position: absolute;
  top: -5px;
  left: -17px;
  color: #2e99d1;
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
ul.glossary-index {
  margin: 10px 0 0;
}
ul.glossary-index li {
  background: none;
  display: inline-block;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 2px;
}
ul.glossary-index a {
  text-decoration: none;
  font-weight: 700;
  background: #003b5b;
  color: #fff;
  display: block;
  height: 100%;
  border-radius: 50%;
}
ul.glossary-index a:hover {
  background: #e8f4ff;
  color: #003b5b;
}
.glossary-anchor {
  padding: 43px 0 3px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #003b5b;
  border-bottom: 1px solid #e8e8e8;
}
.glossary strong {
  color: #2e99d1;
}
.glossary h3 {
  padding: 43px 0 3px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #003b5b;
  border-bottom: 1px solid #e8e8e8;
}
.glossary h3 strong {
  font-weight: 700;
  color: #003b5b;
}
/*
 * STORE LOCATOR
 */
.search-locator {
  padding: 15px 0 30px;
}
.search-locator .selectWrapper {
  margin: 0 7px 5px 0;
  width: 185px;
}
.search-locator .selectWrapper:after {
  border-radius: 0 ;
}
.search-locator .selectWrapper .placeholder {
  border-radius: 0 ;
}
.search-locator input[type=text] {
  background: #fff;
  color: #616161;
  border: 1px solid #e0e0e0;
  padding: 7px 8px;
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  margin: 0 7px 5px 0;
}
.search-locator .submit {
  text-align: center;
  color: #fff;
  border: 1px solid #558dbe;
  background: #558dbe;
  padding: 4px 0;
  width: 170px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.search-locator .submit:hover {
  background: #4580b4;
}
.filter-locator {
  padding-bottom: 15px;
}
.filter-locator .filter-locator-title {
  display: inline-block;
  vertical-align: baseline;
  padding-right: 15px;
  color: #003b5b;
  text-transform: uppercase;
  position: relative;
}
.filter-locator .filter-locator-title:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 1px;
  background: transparent;
  height: 19px;
  border-left: 1px dotted #003b5b;
}
#mapLocatorContainer {
  width: 350px;
  height: 650px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 40px 0;
}
#mapLocator {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
}
#mapLocator .cluster {
  font-size: 25px !important;
  font-size: 2.5rem !important;
  color: #9ec5e9 !important;
}
.markerLabels {
  margin-top: -20px;
  margin-left: -5px;
  color: #558dbe;
  font-weight: 700;
  font-size: 18px;
  width: 30px;
  text-align: center;
}
.infobox {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.infobox:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: -9px;
}
.infobox strong {
  display: block;
  color: #003b5b;
  font-weight: 600;
}
.infobox a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #558dbe;
  text-decoration: underline;
}
.infobox a:hover {
  text-decoration: none;
}
#storeList {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 375px);
  margin-bottom: 40px;
}
#storeList .store-info {
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  margin-bottom: 15px;
}
#storeList .store-info li {
  border-top: 1px solid #e8e8e8;
  padding: 17px 0;
  text-align: right;
}
#storeList .store-info li table {
  margin: 0 0 10px 0;
  text-align: left;
  width: 100%;
}
#storeList .store-info li table td {
  vertical-align: top;
}
#storeList .store-info li table td:first-child strong {
  color: #003b5b;
  font-weight: 600;
}
#storeList .store-info li table td:first-child em {
  color: #959595;
}
#storeList .store-info li.active {
  background: #f7f7f7;
}
#storeList .store-info .store-number {
  float: left;
  text-align: center;
  color: #558dbe;
  padding-top: 3px;
  font-weight: 700;
  margin: 0 10px 0 5px;
  width: 30px;
  height: 38px;
  background: url(../images/common/customMarker.png) no-repeat 0 0;
  background-size: 100% auto;
}
#storeList .pagination {
  margin-bottom: 15px;
}
/*
 * MISC COMPONENTS
 */
.breadcrumb {
  margin: 10px 0 5px 125px;
  clear: both;
}
.breadcrumb a,
.breadcrumb span {
  padding-left: 16px;
  position: relative;
}
.breadcrumb a:before,
.breadcrumb span:before {
  content: ">";
  color: #558dbe;
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  top: -1px;
  left: 3px;
  text-decoration: none !important;
}
.breadcrumb a:first-child {
  padding-left: 0;
}
.breadcrumb a:first-child:before {
  display: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.main-title-container {
  color: #fff;
  background: #2e99d1;
  display: table;
  width: 100%;
  clear: both;
}
.main-title-container .main-title {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px 5px 125px;
  line-height: 1.2;
}
.main-title-container .btn-back {
  display: table-cell;
  width: 95px;
  vertical-align: middle;
}
.main-title-container .btn-back + .main-title {
  padding-left: 30px;
}
.shareBox-container {
  text-align: right;
  margin: -28px 7px 0 0;
}
.shareBox {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #558dbe;
  border-radius: 20px;
  margin-right: 10px;
  padding: 2px 7px;
}
.shareBox em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  color: #558dbe;
  position: relative;
  padding-right: 30px;
}
.shareBox em:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 9px solid #558dbe;
  border-bottom: 8px solid transparent;
}
.shareBox .picto_social {
  display: inline-block;
  vertical-align: middle;
  background: #969797;
  border-color: #ced2d3;
  margin-left: 2px;
}
.shareBox .picto_social:after {
  background: #ced2d3;
}
.shareBox .picto_social:hover {
  background: #ced2d3 !important;
}
.meta-links {
  color: #fff;
  margin-top: -15px;
  margin-bottom: 80px;
  padding: 0 65px 0 105px;
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
}
.meta-links:before {
  content: "";
  position: absolute;
  left: 88px;
  bottom: -5px;
  width: 49%;
  height: 95%;
  background: #003b5b;
  z-index: -1;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.meta-links:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.meta-links .meta-links-title {
  margin-bottom: 5px;
}
.meta-links .col {
  padding: 17px 25px 25px;
  display: table-cell;
  height: 180px;
  background: #2e99d1;
  position: relative ;
}
.meta-links .col + .col {
  width: 50%;
}
.meta-links .meta-links-out a {
  display: block;
  position: relative;
  padding: 4px 0 4px 25px;
}
.meta-links .meta-links-out a:hover {
  text-decoration: underline;
}
.meta-links .meta-links-out a:before {
  content: ">";
  position: absolute;
  top: -5px;
  left: 3px;
  color: #fff;
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
}
.meta-links .meta-links-dl:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  top: 18px;
  left: 0;
  background: #97c4eb;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e99d1), color-stop(17%, #6db8df), color-stop(83%, #6db8df), to(#2e99d1));
  background: linear-gradient(to bottom, #2e99d1 0%, #6db8df 17%, #6db8df 83%, #2e99d1 100%);
  /* W3C */
}
.meta-links .meta-links-dl a {
  display: block;
  margin-bottom: 1px;
  background: #fff;
  color: #003b5b;
  position: relative;
  padding: 8px 24px 8px 13px;
}
.meta-links .meta-links-dl a:before {
  content: ">";
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 5px;
  color: #003b5b;
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
}
.meta-links .meta-links-dl a:hover {
  background: #f8f8f8;
}
.meta-links .meta-links-dl a:hover:before {
  right: 3px;
}
.btn-back {
  color: #fff;
  background: #003b5b url(../images/common/back_arrow.svg) no-repeat 50% 83%;
  background-size: 20px auto;
  padding: 3px 0 21px;
  text-align: center;
}
.no-svg .btn-back {
  background-image: url(../images/common/back_arrow.png);
}
.picto_social {
  display: block;
  border: 1px solid #9ec5e9;
  position: relative;
  background: #003b5b;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -999em;
  border-radius: 13px;
  -webkit-transition: background-color 300ms ease;
          transition: background-color 300ms ease;
}
.picto_social:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #558dbe;
  width: 100%;
  height: 50%;
  border-radius: 20%;
}
.picto_social span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/sprite_social.png) no-repeat 0 0;
  position: relative;
  z-index: 1;
}
.picto_social.fb span {
  background-position: 5px 5px;
}
.picto_social.twitter span {
  background-position: 4px -43px;
}
.picto_social.pinterest span {
  background-position: 5px -22px;
}
.picto_social:hover {
  background-color: #3e73a2 !important;
}
/*
 * PAGINATION
 */
.pagination {
  float: right;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  font-size: 15px;
  font-size: 1.5rem;
}
.pagination li a {
  display: block;
  min-width: 35px;
  height: 33px;
  text-align: center;
  background: #558dbe;
  color: #fff;
  line-height: 33px;
}
.pagination li a:hover {
  background: #427bad;
}
.pagination .current a,
.pagination .current a:hover {
  background: #003b5b;
}
.pagination .prev a,
.pagination .next a,
.pagination .prev a:hover,
.pagination .next a:hover {
  color: #003b5b;
  background: transparent;
  min-width: 17px;
}
/*
 * LISTING ITEM
 */
.item-list {
  margin: -20px -65px -15px -30px;
}
.item-list li {
  zoom: 1;
  text-align: right;
  border-top: 1px solid #e8e8e8;
  padding: 30px 65px 30px 30px;
}
.item-list li:before,
.item-list li:after {
  content: "";
  display: table;
}
.item-list li:after {
  clear: both;
}
.item-list li:first-child {
  border-top: 0;
}
.item-list .visu {
  float: left;
  display: block;
  width: 250px;
}
.item-list .date {
  overflow: hidden;
  text-align: left;
  padding-left: 25px;
  display: block;
  color: #a7a7a7;
  font-weight: 600;
}
.item-list .item-list-title {
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
  color: #3f3f3f;
  line-height: 1.3;
  padding: 0 0 10px 25px;
}
.item-list .item-list-preview {
  overflow: hidden;
  text-align: left;
  padding: 0 0 20px 25px;
}
.item-list .item-list-preview strong {
  color: #558dbe;
  font-family: 'quicksandbold', Arial, sans-serif;
}
.item-list.item-list-3-col {
  margin-top: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-list.item-list-3-col li {
  border-top: 0;
  padding: 25px 22px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  width: 283px;
}
.item-list.item-list-3-col .item-list-title {
  padding-left: 0;
  width: 235px;
  margin: 0 auto;
  text-align: left;
}
.item-list.item-list-3-col .visu {
  float: none;
  width: 233px;
  margin: 5px auto 15px;
}
.no-flexbox .item-list {
  zoom: 1;
}
.no-flexbox .item-list:before,
.no-flexbox .item-list:after {
  content: "";
  display: table;
}
.no-flexbox .item-list:after {
  clear: both;
}
.no-flexbox .item-list.item-list-3-col li {
  float: left;
}
/*
 * POPIN AMBASSADEUR
 */
.extra-popin-content {
  display: none;
}
.extra-content-container {
  display: block;
  padding: 10px 60px 0;
  min-height: 105px;
  line-height: 1.3;
}
.extra-content-container .shareBox {
  margin-top: 5px;
}
.art-author {
  display: block;
}
.art-title {
  display: block;
}
.art-title strong {
  color: #3f3f3f;
  margin-right: 5px;
}
.art-spec {
  display: block;
  color: #558dbe;
  font-weight: 600;
  padding: 5px 0 10px;
}
/*
 * FORM ELEMENTS
 */
.msg-error,
.msg-success,
.msg-info {
  font-weight: 600;
  display: block;
  color: #a94442;
  text-align: center;
  padding: 13px;
  margin: 25px 0;
  border-radius: 5px;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
.msg-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.msg-info {
  background-color: #ebdcc0;
  border-color: #ebc987;
  color: #d1842a;
}
.form-line {
  display: block;
  padding: 10px 0;
}
.form-line input[type="text"],
.form-line input[type="password"],
.form-line input[type="email"],
.form-line input[type="tel"],
.form-line textarea {
  background: #fff;
  color: #616161;
  border: 1px solid #e0e0e0;
  padding: 7px 8px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  width: 310px;
}
.form-line input[type="text"]:focus,
.form-line input[type="password"]:focus,
.form-line input[type="email"]:focus,
.form-line input[type="tel"]:focus,
.form-line textarea:focus {
  background: #fafafa;
}
.form-line textarea {
  height: 150px;
  resize: vertical;
}
.form-line input[disabled] {
  opacity: 0.4;
  background: #f5f5f5;
}
.form-line .label {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  text-align: right;
  padding: 5px 25px 0 0;
  font-family: 'quicksandbold', Arial, sans-serif;
  color: #003b5b;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  position: relative;
}
.form-line .label:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 11px;
  width: 1px;
  background: transparent;
  height: 19px;
  border-left: 1px dotted #003b5b;
}
.form-line .label em {
  color: #2e99d1;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
}
.form-line .label .label-detail {
  display: block;
  font-style: italic;
  color: #616161;
  text-transform: none;
  padding-top: 15px;
}
.form-line.form-captcha img {
  display: block;
  margin: 10px 0 0 235px;
}
.form-line.checkbox {
  padding-left: 235px;
}
.form-line.submit {
  padding-left: 235px;
}
.form-line .selectWrapper {
  width: 310px;
}
.webform-component-markup a {
  text-decoration: underline;
}
/*
 * FORM ELEMENTS (SELECTEUR)
 */
.form-line-selector .label {
  width: 350px;
}
.form-line-selector .selector-answer {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin: -9px 0 15px 10px;
}
.form-line-selector .selector-answer-detail {
  display: block;
  color: #003b5b;
  font-style: italic;
  padding-top: 10px;
}
.form-line-selector .selector-answer-detail em {
  overflow: hidden;
  display: block;
  line-height: 1.3;
}
.form-line-selector .selector-answer-detail img {
  width: 80px;
  float: left;
  margin-right: 15px;
}
.form-line-selector .skinMe {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0 15px;
}
.form-line-selector .skinMe:first-child {
  border-top: 1px solid #e8e8e8;
}
.form-line-selector .skinMe:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 26px;
  width: 13px;
  background: transparent;
  height: 23px;
  border-left: 1px dotted #003b5b;
}
.form-line-selector .skinMe label {
  padding-left: 35px;
}
.submit-selector {
  text-align: right;
  padding-right: 30px;
}
.btn-back-selector {
  color: #003b5b;
  margin-right: 20px;
}
.btn-back-selector:before {
  content: "<";
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 4px;
  vertical-align: top;
  display: inline-block;
}
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 12px;
}
.store-info tbody {
  border: 0;
}
.links {
  margin-bottom: 10px;
}
.links li {
  background: #2e99d1;
  position: relative;
  display: table-cell;
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
.links li a {
  color: white;
  padding: 10px 0;
  display: block;
}
/*PLUGINS JS*/
/*PLACEHOLDER*/
*::-webkit-input-placeholder {
  color: #000;
}
*::-moz-placeholder {
  color: #000;
}
*:-moz-placeholder {
  color: #000;
}
*:-ms-placeholder {
  color: #000;
}
*.placeholder {
  color: #000;
}
/* :focus - lighten() for dark bg & light text || darken() for light bg & dark text */
*:focus::-webkit-input-placeholder {
  color: #808080;
  -webkit-transition: all 0.5s ease;
}
*:focus::-moz-placeholder {
  color: #808080;
  transition: all 0.5s ease;
}
*:focus:-moz-placeholder {
  color: #808080;
  transition: all 0.5s ease;
}
*:focus:-ms-placeholder {
  color: #808080;
  transition: all 0.5s ease;
}
/* LINK PARENT */
.linkParent {
  cursor: pointer;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  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-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.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: 0;
  font-size: 0;
  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;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/common/bg_popin.png) repeat 0 0;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #fff;
  border: 10px solid #558dbe;
  border-radius: 12px;
  padding: 10px;
}
.cboxIframe {
  background: #fff;
}
#cboxCurrent {
  display: none;
}
#cboxLoadingOverlay {
  background: url(../images/common/AjaxLoader.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxClose {
  position: absolute;
  top: 15px;
  right: -55px;
  width: 50px;
  height: 50px;
  text-indent: -999em;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
  background: #558dbe url(../images/common/close.png) no-repeat center center;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious,
#cboxNext {
  background: #2e99d1;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 70px;
  font-family: 'quicksandbold', Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  opacity: 0.75;
}
#cboxPrevious:hover,
#cboxNext:hover {
  opacity: 1;
}
#cboxNext {
  left: auto;
  right: 20px;
}
#cc-tag.cc-tag-bottom-right {
  right: 5% !important;
}
#cc-tag.cc-tag-bottom-right a {
  padding: 6px 8px !important;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-color: #558dbe;
}
#cc-tag.cc-tag-bottom-right a span {
  font-size: 12px !important;
}
.touchMenuTrigger {
  display: none;
  float: right;
  margin: 0 10px 0 2px;
  width: 45px;
  height: 51px;
  border: 0;
  outline: none;
  background: none;
  color: #fff;
}
.touchMenuTrigger .menu-icon-top,
.touchMenuTrigger .menu-icon-bottom,
.touchMenuTrigger .menu-icon-mid {
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  margin: 5px auto 0;
  -webkit-transform: rotate(0deg) translate(0, 0);
      -ms-transform: rotate(0deg) translate(0, 0);
          transform: rotate(0deg) translate(0, 0);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 200ms linear 200ms;
          transition: transform 200ms linear 200ms;
}
.offCanvasActive .menu-icon-mid {
  display: none;
}
.offCanvasActive .menu-icon-top {
  -webkit-transform: rotate(45deg) translate(0, -9px);
      -ms-transform: rotate(45deg) translate(0, -9px);
          transform: rotate(45deg) translate(0, -9px);
}
.offCanvasActive .menu-icon-bottom {
  -webkit-transform: rotate(-45deg) translate(0, 10px);
      -ms-transform: rotate(-45deg) translate(0, 10px);
          transform: rotate(-45deg) translate(0, 10px);
}
.tabs-locator {
  display: none;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.tabs-locator li {
  display: inline-block;
  width: 49%;
  text-align: center;
  padding: 6px 0;
  color: #a7a7a7;
  border-radius: 0 10px 10px 0;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.tabs-locator li.active {
  background: #003b5b;
  color: #fff;
  border-color: #003b5b;
}
.tabs-locator li:first-child {
  border-radius: 10px 0 0 10px;
  margin-right: -5px;
}
@media screen and (max-width: 945px) {
  #timeSpan {
    display: none;
  }
  #storeList .store-info td {
    display: block;
    padding-right: 0;
  }
  #cboxClose {
    right: -7px;
    top: -5px;
    border-radius: 0 0 0 5px;
  }
  .inner,
  .main,
  .header,
  .footer {
    min-width: 0;
    width: 100%;
  }
  .home_carousel .slick-dots {
    margin-right: -40px;
  }
  .home_carousel .slick-prev,
  .home_carousel .slick-next {
    bottom: 80px;
  }
  .header .logo {
    width: 127px;
    height: 61px;
    left: 0;
  }
  .header .logo img {
    width: 70%;
    margin-top: -2px;
  }
  .header .tagline {
    margin: 10px 10px 15px 127px;
    line-height: 1.2;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .nav-main {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .nav-main .backHome {
    background: none;
  }
  .nav-main > ul {
    padding: 0 5px 0 0;
    display: block;
  }
  .nav-main > ul > li {
    display: inline-block;
    width: auto;
    margin-left: 3px;
  }
  .nav-main > ul > li > span > em {
    display: inline;
  }
  .form-line .label {
    display: block;
    width: auto;
    text-align: left;
    padding-bottom: 5px;
  }
  .form-line .label:after {
    visibility: hidden;
  }
  .form-line.checkbox,
  .form-line.submit {
    padding-left: 0;
  }
  .form-line.form-captcha img {
    margin-left: 0;
  }
  .form-line-selector .selector-answer {
    width: 100%;
    margin: 15px 0;
  }
  .submit-selector {
    padding-right: 0;
  }
  .search-locator {
    padding-bottom: 15px;
  }
  .search-locator input[type=text],
  .search-locator .selectWrapper,
  .search-locator .submit {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .searchBox,
  .flags,
  .topBar .social,
  .slick-dots,
  .home_carousel .shareBox,
  .home .logo-mobile,
  body:not(.home) .tagline,
  body:not(.home) .logo,
  .shareBox-container,
  #storeList .btn,
  .breadcrumb,
  .heritage-header-link {
    display: none !important;
  }
  .touchMenuTrigger,
  .logo-mobile,
  .tabs-locator {
    display: block;
  }
  .lang .currentLang,
  .lang.opened .currentLang {
    background-image: none;
    padding-right: 10px;
  }
  .topBar {
    margin-bottom: 0;
  }
  .home .topBar {
    margin-bottom: 15px;
  }
  .home .main {
    background: url(../images/common/bg_main.png) repeat 0 0;
  }
  .sticked {
    position: absolute;
    width: auto;
    left: auto;
    z-index: -1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sticked + .main,
  .sticked + .home_carousel {
    margin-top: 0;
  }
  .nav-main {
    background: #fff url(../images/common/logo_canson_baseline.svg) no-repeat 50% 20px;
    background-size: 214px auto;
    text-align: left;
    position: absolute;
    width: 275px;
    padding-top: 170px;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: inset 4px -5px 5px -1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 4px -5px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: z-index 5ms linear;
            transition: z-index 5ms linear;
  }
  .nav-main > ul {
    padding-right: 0;
  }
  .nav-main > ul > li {
    border-top: 2px solid #fff;
    margin-left: 0;
  }
  .nav-main > ul > li:first-child {
    border-top: 0;
  }
  .nav-main > ul > li span {
    padding-left: 12px;
  }
  .nav-main > ul > li > span:after {
    height: 0 !important;
  }
  .nav-main li {
    display: block !important;
  }
  .nav-main .backHome {
    top: -153px;
    left: 10px;
    width: 255px;
    height: 140px;
  }
  .nav-submenu {
    display: none;
    position: static;
    width: 100%;
    z-index: 0;
    opacity: 1;
    margin-bottom: -1px;
    border-top: 0;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    -webkit-transition: none !important;
            transition: none !important;
  }
  .opened .nav-submenu {
    display: block;
  }
  .nav-col-1-4,
  .nav-col-1-3,
  .nav-col-3-4 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .header,
  .main,
  .footer,
  .home_carousel {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 350ms ease;
            transition: transform 350ms ease;
  }
  .header {
    position: relative;
    z-index: 1;
  }
  .header .tagline {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .offCanvasActive .header,
  .offCanvasActive .main,
  .offCanvasActive .footer,
  .offCanvasActive .home_carousel {
    -webkit-transform: translate(-275px, 0);
        -ms-transform: translate(-275px, 0);
            transform: translate(-275px, 0);
    -webkit-box-shadow: 1px 5px 5px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 5px 5px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 350ms ease;
            transition: transform 350ms ease;
  }
  .offCanvasActive .nav-main {
    z-index: 1;
    -webkit-transition: z-index 5ms linear 400ms;
            transition: z-index 5ms linear 400ms;
  }
  .footer .col {
    display: block;
    width: 100%;
    padding: 20px 4%;
    border-left: 0;
  }
  .footer .col:first-child {
    padding-top: 0;
    border-bottom: 1px solid #fff;
  }
  .footer .bottomTXt,
  .footer .pushContact {
    text-align: center;
  }
  .home_carousel .banner {
    min-height: 0;
  }
  .home_carousel .item img {
    width: 100%;
  }
  .home_carousel .title-item-container .title-item {
    margin-right: 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .home_carousel .slick-prev,
  .home_carousel .slick-next {
    bottom: 85px;
  }
  .home_carousel .slick-prev:before,
  .home_carousel .slick-next:before {
    font-size: 65px;
    font-size: 6.5rem;
  }
  .breadcrumb {
    margin-left: 25px;
    margin-right: 10px;
  }
  .main-title-container .main-title {
    padding-left: 30px;
  }
  .content-section,
  .content-section:first-of-type,
  .content-section.date-section,
  .chapo {
    margin-left: 0;
    border-width: 1px 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-section.date-section {
    padding-top: 55px;
  }
  .content-section.date-section .prev-date,
  .content-section.date-section .next-date {
    top: 14px;
  }
  .item-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .item-list li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-list .visu {
    float: none;
    margin: 0 auto 15px;
  }
  .item-list.item-list-3-col li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  .pagination {
    float: none;
    text-align: center;
  }
  .shareBox-container {
    margin: -10px 7px 15px 0;
  }
  .edito-image-single {
    float: none;
    margin: 15px 0;
  }
  .edito-image-single img {
    margin: 0 auto;
  }
  .edito-image-single.right,
  .edito-image-single.left {
    float: none;
    margin: 15px 0;
    display: inline-block;
  }
  .spotlight {
    margin-right: 5px;
  }
  .spotlight.left {
    margin-left: 5px;
  }
  .spotlight.right {
    margin-right: 5px;
  }
  .meta-links {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .meta-links:before {
    visibility: hidden;
  }
  .meta-links .col {
    width: 100%;
    display: block;
    height: auto;
  }
  .meta-links .col:before {
    visibility: hidden;
  }
  .meta-links .col + .col {
    width: 100%;
  }
  .product-desc {
    float: none;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .diaporama {
    float: none;
  }
  .univers {
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .univers li {
    width: 89px;
    min-height: 170px;
  }
  .univers li span {
    padding: 5px 4px 3px;
  }
  .univers li img {
    height: 97px;
  }
  .univers li:hover img {
    margin-left: -25px;
  }
  .welcome {
    width: 100%;
    float: none;
  }
  .sidebar-home {
    float: none;
    width: 100%;
  }
  .highlights-home,
  #mapLocator {
    margin-right: 0;
  }
  #mapLocatorContainer {
    height: 400px;
  }
  .filter-locator {
    line-height: 18px;
    border-top: 1px solid #e8e8e8;
    margin: 0 -20px;
    padding: 12px 20px 10px;
  }
  .filter-locator .filter-locator-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 5px;
  }
  .filter-locator .filter-locator-title:after {
    visibility: hidden;
  }
  .filter-locator .skinMe {
    margin-right: 7px;
  }
  .filter-locator .skinMe label {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .tabs-container {
    position: relative;
    overflow: hidden;
    padding: 10px 20px 0;
    margin: 0 -20px;
  }
  .tab-content-locator {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100% !important;
    -webkit-animation: hideTab;
            animation: hideTab;
    -webkit-animation-duration: 550ms;
            animation-duration: 550ms;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .tab-content-locator.show {
    position: relative;
    z-index: 1;
    -webkit-animation: showTab;
            animation: showTab;
    -webkit-animation-duration: 550ms;
            animation-duration: 550ms;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes showTab {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes showTab {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @-webkit-keyframes hideTab {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
  }
  @keyframes hideTab {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
  }
}
@media screen and (max-width: 479px) {
  .highlights-events:after {
    visibility: hidden;
  }
  .highlights-events .highlights-events-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .highlights-events .highlights-events-item img {
    max-height: 1000px;
  }
  .highlights-news .highlights-news-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .highlights-news .highlights-news-item img {
    max-height: 1000px;
  }
  .form-line input[type="text"],
  .form-line input[type="password"],
  .form-line input[type="email"],
  .form-line input[type="tel"],
  .form-line textarea {
    width: 100%;
  }
  .form-line .selectWrapper {
    width: 100%;
  }
  .spotlight {
    width: 100%;
    float: none;
    clear: both;
  }
}
/*PRINT*/
@media print {
  *,
  *:before,
  *:after {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  .topBar,
  .nav-main,
  .shareBox-container,
  .searchBox,
  .footer,
  .btn-back,
  .home_carousel {
    display: none !important;
  }
  .main {
    margin-top: 25px;
  }
  .breadcrumb {
    margin-left: 30px;
  }
  .content-section {
    margin-left: 0 !important;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
}
