@charset "UTF-8";
/*???????????????????????????????????*\
    $ VARIABLES & MINXINS
\*???????????????????????????????????*/
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
 *,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */ }

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Use the default user interface font in all browsers (opinionated).
  * 3. Correct the line height in all browsers.
  * 4. Use a 4-space tab width in all browsers (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0; }

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
  * ========================================================================== */
/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
  * Add the correct display in IE.
  */
main {
  display: block; }

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none; }

/**
  * 1. Use the default monospace user interface font
  *    in all browsers (opinionated).
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
  text-decoration: none; }

/**
  * Add the correct text decoration in Edge, IE, Opera, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder; }

/**
  * 1. Use the default monospace user interface font
  *    in all browsers (opinionated).
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%; }

/*
  * Remove the text shadow on text selections in Firefox 61- (opinionated).
  * 1. Restore the coloring undone by defining the text shadow
  *    in all browsers (opinionated).
  */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block; }

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  * Remove the border on images inside links in IE 10-.
  */
img {
  border-style: none; }

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg {
  fill: currentColor; }

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse; }

/* Forms
  * ========================================================================== */
/**
  * Inherit styling in all browsers (opinionated).
  */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
  * Remove the margin in Safari.
  */
button,
input,
select {
  margin: 0; }

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
  * Show the overflow in Edge and IE.
  */
input {
  overflow: visible; }

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
  * 1. Add the correct display in Edge and IE.
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none; }

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction on textareas in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
  * Remove the padding in IE 10-.
  */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge and IE.
  */
details {
  display: block; }

/*
  * Add the correct styles in Edge, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item; }

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block; }

/**
  * Add the correct display in IE.
  */
template {
  display: none; }

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  * 2. Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none; }

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy="true"] {
  cursor: progress; }

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer; }

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled],
[disabled] {
  cursor: not-allowed; }

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*a?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?h*\
    $ COLORS
\*a?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?h*/
/*a?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?h*\
    $ FONTS
\*———————————————————————————————————*/
@font-face {
  font-family: 'Neo Sans Pro Light';
  src: url("../fonts/NeoSansPro-Light.eot");
  src: url("../fonts/NeoSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansPro-Light.woff2") format("woff2"), url("../fonts/NeoSansPro-Light.woff") format("woff"), url("../fonts/NeoSansPro-Light.ttf") format("truetype"), url("../fonts/NeoSansPro-Light.svg#NeoSansPro-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neo Sans Pro Medium';
  src: url("../fonts/NeoSansPro-Medium.eot");
  src: url("../fonts/NeoSansPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansPro-Medium.woff2") format("woff2"), url("../fonts/NeoSansPro-Medium.woff") format("woff"), url("../fonts/NeoSansPro-Medium.ttf") format("truetype"), url("../fonts/NeoSansPro-Medium.svg#NeoSansPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Neo Sans Pro';
  src: url("../fonts/NeoSansPro-Regular.eot");
  src: url("../fonts/NeoSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansPro-Regular.woff2") format("woff2"), url("../fonts/NeoSansPro-Regular.woff") format("woff"), url("../fonts/NeoSansPro-Regular.ttf") format("truetype"), url("../fonts/NeoSansPro-Regular.svg#NeoSansPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neo Sans Pro Bold';
  src: url("../fonts/NeoSansPro-Bold.eot");
  src: url("../fonts/NeoSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeoSansPro-Bold.woff2") format("woff2"), url("../fonts/NeoSansPro-Bold.woff") format("woff"), url("../fonts/NeoSansPro-Bold.ttf") format("truetype"), url("../fonts/NeoSansPro-Bold.svg#NeoSansPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DIN Alternate';
  src: url("../fonts/din_alternate_regular-webfont.eot");
  src: url("../fonts/din_alternate_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din_alternate_regular-webfont.woff2") format("woff2"), url("../fonts/din_alternate_regular-webfont.woff") format("woff"), url("../fonts/din_alternate_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*???????????????????????????????????*\
    $ PATHS
\*???????????????????????????????????*/
/*???????????????????????????????????*\
    $ MEDIAS
\*???????????????????????????????????*/
/*???????????????????????????????????*\
    $ large-desktop
\*???????????????????????????????????/*
  Media pour les grand ecrans d'ordinateurs
  @use
    @include large-desktop() {
      // Code for large-desktop device
    }

  @result
    @media screen and (min-width: 1200px) {
        // Code for large-desktop device
    }
*/
/*???????????????????????????????????*\
    $ desktop
\*???????????????????????????????????/*
  Media pour les ecrans d'ordinateurs et -
  @use
    @include desktop() {
       // Code for desktop device
    }
  @result
    @media screen and (min-width: 1200px) {
        // Code for desktop device
    }
*/
/*???????????????????????????????????*\
    $ only-tablet
\*???????????????????????????????????/*
  Media uniquement pour les ecrans de tablette
  @use
    @include only-tablet() {
       // Code for only-tablet device
    }
  @result
    @media screen and (min-width: $tablet) and (max-width: 1024px) {
        // Code for only-tablet device
    }
*/
/*???????????????????????????????????*\
    $ tablet
\*???????????????????????????????????/*
  Media pour les ecrans de tablette et -
  @use
    @include tablet() {
       // Code for tablet device
    }
  @result
    @media screen and (max-width: 1024px) {
        // Code for tablet device
    }
*/
/*???????????????????????????????????*\
    $ mobile
\*???????????????????????????????????/*
  Media uniquement pour les ecrans mobile
  @use
    @include mobile() {
       // Code for mobile device
    }
  @result
    @media screen and (max-width: $tablet) {
        // Code for mobile device
    }
*/
/*???????????????????????????????????*\
    $ small-mobile
\*???????????????????????????????????/*
  Media uniquement pour les ecrans small-mobile
  @use
    @include small-mobile() {
       // Code for small-mobile device
    }
  @result
    @media screen and (max-width: 400px) {
        // Code for small-mobile device
    }
*/
/*???????????????????????????????????*\
    $ landscape
\*???????????????????????????????????/*
  Media uniquement pour les ecrans en format paysage
  @use
    @include landscape() {
       // Code for landscape device
    }
  @result
    @media screen and (orientation: landscape) {
        // Code for landscape device
    }
*/
/*???????????????????????????????????*\
    $ print
\*???????????????????????????????????/*
  Media uniquement pour l'impression
  @use
    @include print() {
       // Code for printer
    }
  @result
    @media print {
        // Code for printer
    }
*/
/*???????????????????????????????????*\
    $ TITLE
\*???????????????????????????????????/*
  Raccourcie de media query
  @use
    @include media(max-width:350px) {
       // Code for your media max-width 350px device
    }
  @result
    @media screen and (max-width: 350px) {
       // Code for your media max-width 350px device
    }
*/
/*???????????????????????????????????*\
    $ rem
\*???????????????????????????????????/*
  px to rem
  @use
    padding: rem(16px) rem(32px);
  @result
    padding: 1rem 2rem;
*/
/*???????????????????????????????????*\
    $ font-size
\*???????????????????????????????????/*
  Font-size rem and fallback px
  @use
    @include font-size(16px);
  @result
    font-size: 16px;
    font-size: 1rem;
*/
div {
	box-sizing: border-box;
}
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2; }

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial; }

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0; }

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block; }

.date-picker-wrapper.single-date {
  width: auto; }

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px; }

.date-picker-wrapper.no-topbar {
  padding-top: 12px; }

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px; }

.date-picker-wrapper b {
  color: #666;
  font-weight: 700; }

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline; }

.date-picker-wrapper .month-name {
  text-transform: uppercase; }

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline; }

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle; }

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: .01; }

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden; }

.date-picker-wrapper .month-wrapper table {
  width: 100%;
  float: left; }

.date-picker-wrapper .month-wrapper table.month2 {
  width: 100%;
  float: left; }

.date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0; }

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default; }

.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default; }

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7; }

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase; }

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important; }

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap; }

.date-picker-wrapper .time label {
  white-space: nowrap; }

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer; }

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa; }

.date-picker-wrapper .month-wrapper table .day.lastMonth, .date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none; }

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684; }

.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5; }

.date-picker-wrapper table .caption {
  height: 40px; }

.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px; }

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer; }

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: #fff; }

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0; }

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden; }

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative; }

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee; }

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff; }

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff; }

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3; }

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3; }

.date-picker-wrapper .selected-days {
  display: none; }

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0; }

.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none; }

.date-picker-wrapper .drp_top-bar .default-top {
  display: block; }

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red; }

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block; }

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333; }

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee',  endColorstr='#0078a5');
  color: #fff;
  line-height: initial; }

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',  endColorstr='#ededed'); }

.date-picker-wrapper .time {
  position: relative; }

.date-picker-wrapper.single-month .time {
  display: block; }

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px; }

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.date-picker-wrapper .time1 {
  float: left; }

.date-picker-wrapper .time2 {
  float: right; }

.date-picker-wrapper .hour {
  text-align: right; }

.minute {
  text-align: right; }

.date-picker-wrapper .hide {
  display: none; }

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: #fff !important; }

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px; }

.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none; }

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer; }

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: 700; }

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px; }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
  line-height: 45px; }

table.dataTable thead th div.DataTables_sort_wrapper span {
  position: relative;
  top: 13px;
  right: -10px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    table.dataTable thead th div.DataTables_sort_wrapper span {
      top: 14px;
      right: -5px; } }

table.dataTable thead th.ui-state-default,
table.dataTable tfoot th.ui-state-default {
  border-left-width: 0; }

table.dataTable thead th.ui-state-default:first-child,
table.dataTable tfoot th.ui-state-default:first-child {
  border-left-width: 1px; }

/*
 * Control feature layout
 */
.dataTables_wrapper .dataTables_paginate .fg-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  border: 1px solid transparent; }

.dataTables_wrapper .dataTables_paginate .fg-button:active {
  outline: none; }

.dataTables_wrapper .dataTables_paginate .fg-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.dataTables_wrapper .dataTables_paginate .fg-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.dataTables_wrapper .ui-widget-header {
  font-weight: normal; }

.dataTables_wrapper .ui-toolbar {
  padding: 8px; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none; }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit; }

@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21; }

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3; }

div.dt-button-info > div {
  padding: 1em; }

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em; }

div.dt-buttons {
  position: relative;
  float: left; }

div.dt-buttons .dt-button {
  margin-right: 0; }

div.dt-buttons .dt-button span.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px; }

div.dt-buttons .dt-button:active {
  outline: none; }

div.dt-buttons .dt-button:hover > span {
  background-color: rgba(0, 0, 0, 0.05); }

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  -ms-column-gap: 0;
  -o-column-gap: 0;
  column-gap: 0; }

div.dt-button-collection .dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-right: 0;
  margin-bottom: 4px; }

div.dt-button-collection .dt-button:hover > span {
  background-color: rgba(0, 0, 0, 0.05); }

div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

div.dt-button-collection.fixed.two-column {
  margin-left: -150px; }

div.dt-button-collection.fixed.three-column {
  margin-left: -225px; }

div.dt-button-collection.fixed.four-column {
  margin-left: -300px; }

div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

div.dt-button-collection .dt-button {
  border-radius: 0; }

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  /* IE10 Consumer Preview */
  /* Firefox */
  /* Opera */
  /* Webkit (Safari/Chrome 10) */
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001; }

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center; } }

button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2); }

button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear; }

table.fixedHeader-floating {
  position: fixed !important;
  background-color: white; }

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white; }

@media print {
  table.fixedHeader-floating {
    display: none; } }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li:first-child {
      display: none; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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; }

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

/* 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: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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: "aõ?"; }
    [dir="rtl"] .slick-prev:before {
      content: "aõf"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "aõf"; }
    [dir="rtl"] .slick-next:before {
      content: "aõ?"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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; }

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author A?ukasz PaweA?czak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  /* Theme Square */
  /* Round */
  /* Funky */
  /* Solid */
  /* Plate */ }

.easy-autocomplete.eac-square {
  font-family: "Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-square input {
  border: 1px solid #7f8c8d;
  border-radius: 0;
  color: #7f8c8d;
  font-family: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  min-width: 350px;
  padding: 12px 43px 12px 15px; }

.easy-autocomplete.eac-square ul {
  border-color: #7f8c8d;
  border-top: 0;
  box-shadow: none;
  top: 0; }

.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
  border-color: #7f8c8d;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-square ul li *, .easy-autocomplete.eac-square ul .eac-category * {
  font-weight: 300; }

.easy-autocomplete.eac-square ul li.selected, .easy-autocomplete.eac-square ul .eac-category.selected {
  background-color: #f1f1f1;
  font-weight: 300; }

.easy-autocomplete.eac-square ul li b, .easy-autocomplete.eac-square ul .eac-category b {
  font-weight: 600; }

.easy-autocomplete.eac-round {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-round input {
  border: 2px solid #888;
  border-radius: 10px;
  color: #888;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  min-width: 300px;
  padding: 10px; }

.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
  border-color: #3079ed; }

.easy-autocomplete.eac-round ul {
  background: none;
  border-color: #888;
  border-width: 0;
  box-shadow: none;
  min-width: 300px;
  top: 20px; }

.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
  background: #fff;
  border-color: #3079ed;
  border-width: 0 2px;
  font-size: 14px;
  padding: 8px 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
  background-color: #d4e3fb; }

.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
  border-radius: 10px 10px 0 0;
  border-width: 2px 2px 0; }

.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
  border-radius: 0 0 10px 10px;
  border-width: 0 2px 2px; }

.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
  font-weight: 700; }

.easy-autocomplete.eac-funky {
  font-family: "Inconsolata", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-funky input {
  background: #07ED89;
  border: 0;
  border-radius: 0;
  color: #ED076B;
  font-family: inherit;
  font-size: 18px;
  min-width: 240px;
  padding: 12px; }

.easy-autocomplete.eac-funky ul {
  background: transparent;
  border: 0; }

.easy-autocomplete.eac-funky ul li, .easy-autocomplete.eac-funky ul .eac-category {
  background: transparent;
  border: 0;
  color: #ED076B;
  font-size: 18px;
  padding: 4px 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-funky ul li.selected, .easy-autocomplete.eac-funky ul .eac-category.selected {
  color: #8907ED; }

.easy-autocomplete.eac-solid input {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  border-color: #ddd;
  color: #666;
  font-size: 13px;
  min-height: 0;
  padding: 6px 12px; }

.easy-autocomplete.eac-solid ul li, .easy-autocomplete.eac-solid ul .eac-category {
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-solid ul li.selected, .easy-autocomplete.eac-solid ul .eac-category.selected {
  background-color: #f2f2f2; }

.easy-autocomplete.eac-plate {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-plate input {
  font-size: 13px;
  padding: 6px 12px; }

.easy-autocomplete.eac-plate ul {
  background: #b5b5b5;
  border-radius: 6px;
  border-width: 0;
  top: 10px; }

.easy-autocomplete.eac-plate ul li, .easy-autocomplete.eac-plate ul .eac-category {
  background: #b5b5b5;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-plate ul li b, .easy-autocomplete.eac-plate ul .eac-category b {
  color: #ffd464; }

.easy-autocomplete.eac-plate ul li.selected, .easy-autocomplete.eac-plate ul .eac-category.selected {
  background: #656565; }

.easy-autocomplete.eac-plate ul li:first-child, .easy-autocomplete.eac-plate ul .eac-category:first-child {
  border-radius: 6px 6px 0 0; }

.easy-autocomplete.eac-plate ul li:last-child, .easy-autocomplete.eac-plate ul .eac-category:last-child {
  border-radius: 0 0 6px 6px; }

.easy-autocomplete.eac-plate-dark {
  font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif; }

.easy-autocomplete.eac-plate-dark input {
  font-size: 13px;
  padding: 6px 12px; }

.easy-autocomplete.eac-plate-dark ul {
  background: #212121;
  border-radius: 6px;
  border-width: 0;
  top: 10px; }

.easy-autocomplete.eac-plate-dark ul li, .easy-autocomplete.eac-plate-dark ul .eac-category {
  background: #212121;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s; }

.easy-autocomplete.eac-plate-dark ul li b, .easy-autocomplete.eac-plate-dark ul .eac-category b {
  color: #ffd464; }

.easy-autocomplete.eac-plate-dark ul li.selected, .easy-autocomplete.eac-plate-dark ul .eac-category.selected {
  background: #656565; }

.easy-autocomplete.eac-plate-dark ul li:first-child, .easy-autocomplete.eac-plate-dark ul .eac-category:first-child {
  border-radius: 6px 6px 0 0; }

.easy-autocomplete.eac-plate-dark ul li:last-child, .easy-autocomplete.eac-plate-dark ul .eac-category:last-child {
  border-radius: 0 0 6px 6px; }

/*# sourceMappingURL=easy-autocomplete.themes.css.map */
/*a?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?h*\
    $ COMMON
\*a?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?h*/
body {
  background-color: #fff;
  font-family: "Neo Sans Pro", Arial, sans-serif;
  padding: 0 !important;
  overflow-x: hidden;
  position: relative;
  z-index: 1; }

@media screen and (min-width: 767px) and (max-width: 1280px) {
  .nowrap {
    white-space: nowrap; } }

.only-mobile {
  display: none; }

.only-desktop {
  display: block; }

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 1000;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */ }

main {
  margin-top: 45px; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex.only-mobile {
    display: none; }
  @media screen and (max-width: 767px) {
    .flex.only-mobile {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  .flex.half-grid > *.pull-right {
    margin-left: auto; }

@media (min-width: 767px) {
  .flex-desktop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flex-desktop.only-desktop {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .flex-desktop.half-grid > *.pull-right {
      margin-left: auto; } }

.main-content {
  margin-left: auto;
  margin-right: auto; }

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

@media screen and (min-width: 512px) and (max-width: 767px) {
  .only-mobile--extended {
    display: none !important;
    line-height: 40px; } }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.has-error input, .has-error textarea {
  background: transparent url("../images/picto-fermer.png") no-repeat center right !important; }

.has-error textarea {
  background-position: 99% 6px !important; }

.has-error input[type="checkbox"] + label:before {
  border-color: #e23249 !important; }

.help-block,
.error-message {
  margin-top: 4px;
  width: 100%;
  display: inline-block;
  height: 21px;
  font-size: 10px;
  color: #e42f45;
  text-align: right;
  font-weight: 400; }
  .help-block.none,
  .error-message.none {
    display: none; }

.help-block-server {
  text-align: left;
  display: none; }
  .help-block-server.black {
    color: #5e5e5e; }

.rte-content {
  font-family: "Open Sans", sans-serif; }

.input-mention {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #b9b9b9;
  margin-top: 7px; }

a[href^=tel] {
  text-decoration: inherit;
  color: inherit; }

@media screen and (max-width: 767px) {
  body.merchandising #overlay, body.merchandising #image-merchandising {
    display: none !important; } }

@media print {
  body.merchandising {
    font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important; }
    body.merchandising * {
      font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif !important;
      -webkit-print-color-adjust: exact !important;
      color-adjust: exact !important; }
    body.merchandising header, body.merchandising footer, body.merchandising .ariane, body.merchandising .loop, body.merchandising #recommandation .rubriques-merchandising > .rubriques-merchandising-btn, body.merchandising .back {
      display: none !important; }
    body.merchandising h1 {
      margin-top: 0 !important; } }

/*???????????????????????????????????*\
    $ COMPONENTS
\*???????????????????????????????????*/
.header-container {
  height: 60px; }
  @media screen and (max-width: 767px) {
    .header-container {
      border-bottom: 1px solid #e7e7e7; } }
  .header-container .header-content {
    position: relative;
    max-width: 1180px;
    width: 100%;
    margin: auto;
    height: 60px;
    z-index: 8; }
  .header-container .logo-container {
    max-width: 460px;
    display: block;
    height: 55px;
    padding-left: 1px; }
    .header-container .logo-container a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: auto 0;
      position: absolute;
      top: 0;
      bottom: 0; }
      .header-container .logo-container a img {
        width: auto;
        height: 30px;
        display: block;
        margin: auto 0;
        object-fit: contain; }
      .header-container .logo-container a span {
        font-size: 11px;
        text-transform: uppercase;
        color: #ec6608;
        position: relative;
        top: 22px;
        line-height: 1.2;
        letter-spacing: 0.4px;
        font-weight: 500;
        width: 165px;
        height: 16px;
        margin-left: 15px;
        font-family: "DIN Alternate", sans-serif;
        font-weight: bold; }
        @media (min-width: 767px) {
          .header-container .logo-container a span {
            top: 24px;
            width: auto; } }
        .header-container .logo-container a span::before {
          content: "";
          position: absolute;
          left: -7.5px;
          display: inline-block;
          height: 12px;
          width: 1px;
          background-color: #67737A;
          vertical-align: sub; }
  .header-container .header-help-container {
    height: 24px; }
    .header-container .header-help-container a {
      color: #5e5e5e;
      font-size: 13px;
      line-height: 24px; }
      .header-container .header-help-container a img {
        margin-right: 12px;
        vertical-align: bottom; }
  .header-container .header-right {
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: 0;
    margin: auto; }
    .header-container .header-right a {
      margin: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .header-container .header-right a img {
        margin: auto;
        display: block;
        height: 18px;
        width: 18px;
        object-fit: contain; }
      .header-container .header-right a span {
        margin-top: 2px;
        font-size: 14px;
        font-weight: 600;
        color: #5e5e5e;
        margin-left: 5px; }

header.header-container.header-full {
  width: 100vw;
  max-width: 100vw;
  position: relative;
z-index: 3; }
  @media (min-width: 767px) {
    header.header-container.header-full {
      padding: 0 10px; } }

@media (max-width: 767px) {
  body {
    padding-top: 60px !important; }
  header.header-container {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 99; }
    header.header-container .header-content {
      max-width: 100%; }
    header.header-container.header-light {
      padding: 17px 10px 18px; }
    header.header-container .logo-container {
      margin: auto;
      text-align: center; }
      header.header-container .logo-container a {
        left: 0;
        right: 0;
        bottom: auto;
        display: inline;
        position: initial; }
      header.header-container .logo-container img {
        position: absolute;
        margin: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0; }
      header.header-container .logo-container span {
        display: none; }
    header.header-container .header-right a {
      margin: auto; }
      header.header-container .header-right a span {
        display: none; }
    header.header-container .header-help-container a span {
      display: none; }
    header.header-container .header-help-container a img {
      margin: 0; } }

.outer-nav-container {
  background: #f2f6f8;
  width: 100%; }
  @media (min-width: 767px) {
    .outer-nav-container {
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -10px; } }

.nav-container {
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.menu {
  position: relative;
  box-sizing: border-box; }

.menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none; }

.right-menu.menu li {
  width: 150px; }

.menu ul ul {
  background: white;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.menu > ul > li {
  list-style: none;
  position: relative; }
  .menu > ul > li.hover-li {
    height: 42px;
    line-height: 42px; }
    @media (max-width: 767px) {
      .menu > ul > li.hover-li {
        height: auto; } }
    .menu > ul > li.hover-li li {
      line-height: 1; }

.menu li.hover-li .ul-child a:not(.btn-disconnected) {
  padding-top: 13.5px;
  padding-bottom: 13.5px; }

.menu li.hover-li {
  padding: 0 20px; }

.menu li.hover-li a span {
  text-align: right;
  margin: auto 5px auto auto; }

.menu li.hover-li:hover,
.menu li.hover-li:active {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  background-color: #ffffff; }

.menu li.hover-li:hover > a,
.menu li.hover-li:active > a {
  border-bottom: 1px solid #008c8c; }

.menu li:last-child {
  border: none; }

.menu li a {
  font-size: 14px;
  color: #677379;
  height: 100%;
  display: block; }

/* Level 2*/
.menu li > ul.ul-child {
  display: none;
  position: absolute;
  z-index: 90;
  left: 0;
  top: 100%; }
  .menu li > ul.ul-child a {
    font-size: 12px; }

.menu > ul > li > ul.ul-child {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .menu > ul > li > ul.ul-child {
      box-shadow: inherit; } }

.menu li > ul.ul-child > li a {
  margin: 0 17px; }

@media screen and (max-width: 767px) {
  .menu li.is-displayed > ul,
  .menu li:active > ul {
    display: block; } }

@media screen and (min-width: 767px) {
  .menu li:hover > ul,
  .menu li:active > ul {
    display: block; } }

@media (max-width: 767px) {
  .menu > ul > li:hover > ul,
  .menu > ul > li:active > ul {
    border-bottom: 1px solid #008c8c; } }

.menu li .ul-child ul li a {
  border-bottom: 1px solid #f4f4f4; }

.menu li .ul-child ul li {
  height: auto; }

.menu li .ul-child ul li:last-child a {
  border-bottom: 1px solid #008c8c; }

.menu li .ul-child ul:last-child li:last-child a {
  border-bottom: none; }

.menu li .ul-child li:hover,
.menu li .ul-child li:active {
  background-color: #f4f4f4; }

.menu li .ul-child li a {
  font-weight: normal; }

.menu li .ul-child ul li:hover a,
.menu li .ul-child ul li:active a {
  color: #ec6608; }

/* Adds an arrow to list elements with sub lists */
.menu li a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  height: 8px;
  width: 13px;
  top: 20px;
  right: 5px;
  background: transparent url("../images/picto-fleche-bas.svg") no-repeat right center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Adds an arrow to list elements with sub lists */
@media screen and (max-width: 767px) {
  .menu li.is-displayed a:first-child:nth-last-child(2):before,
  .menu li:active a:first-child:nth-last-child(2):before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@media screen and (min-width: 767px) {
  .menu li:hover a:first-child:nth-last-child(2):before,
  .menu li:active a:first-child:nth-last-child(2):before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.right-menu li a:first-child:nth-last-child(2):before {
  right: 15px; }

.right-menu > ul > li:first-child {
  background: transparent url("../images/Perso.svg") no-repeat 10px center;
  background-size: 22px;
  padding: 0 10px;
  text-align: center;
  font-weight: normal; }

.right-menu li a {
  width: 100%; }

.right-menu li > ul.ul-child > li a {
  margin: 0;
  text-align: left;
  padding: 0 10px; }

.right-menu ul li ul li.logout:hover,
.right-menu ul li ul li.logout:active {
  background: white; }

.right-menu ul li ul li.logout {
  text-align: center;
  height: 45px; }

.right-menu ul li ul li.logout .btn-disconnected {
  width: 110px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid #ef7900 !important;
  font-size: 12px;
  color: #ef7900;
  text-align: center;
  margin: 10px auto;
  cursor: pointer;
  line-height: 23px;
  padding: 0; }

.right-menu > ul {
  float: left;
  width: 150px; }

.right-menu > ul.contact-menu {
  width: 115px; }

.right-menu > ul.contact-menu li {
  width: 115px; }

ul.cart-menu {
  position: relative;
  width: 130px;
  margin: 0;
  padding: 0; }
  ul.cart-menu > li {
    height: 42px;
    line-height: 42px; }
     ul.cart-menu > li a {
    cursor: pointer;
}
    @media (max-width: 767px) {
      ul.cart-menu > li {
        height: 30px;
        line-height: 30px; } }

ul.cart-menu .nb-produit {
  margin: 0;
  position: absolute;
  background: #ec6608;
  width: 16px;
  height: 16px;
  line-height: 19px;
  font-size: 10px;
  border-radius: 50px;
  color: white;
  top: 6px;
  right: 15px; }

.right-menu > ul.cart-menu > li:first-child {
  background: transparent url("../images/caddi2.svg") no-repeat 5px center;
  background-size: 22px; }

.right-menu > ul.contact-menu > li:first-child {
  background: transparent url("../images/Mail.svg") no-repeat 5px center;
  background-size: 20px; }
  .right-menu > ul.contact-menu > li:first-child:hover {
    background-color: #fff; }

.main-content .container {
  width: 100%;
  margin: 0 auto; }

.cart-menu__layer {
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #fff;
  height: calc(100% - 60px);
  width: 0;
  display: block;
  transition: all .3s;
  z-index: 2;
  overflow-y: scroll;
  padding-bottom: 30px;
  bottom: 0; }
  .cart-menu__layer.active {
    width: 100vw; }
  @media screen and (min-width: 767px) {
    .cart-menu__layer {
      top: 106px;
      right: 0;
      z-index:999;
      height: calc(100% - 106px); }
      .cart-menu__layer.active {
        width: 516px; } }

.cart-menu__header {
  border-bottom: 2px solid #ec6608;
  padding: 18px 16px; }
  .cart-menu__header .cart-close {
    cursor: pointer;
    background-color: transparent; }
    .cart-menu__header .cart-close::before {
      content: '';
      background: url("../images/close.svg") no-repeat center center/contain;
      width: 24px;
      height: 24px;
      display: block; }
  .cart-menu__header .cart-title {
    text-align: center;
    font-size: 25px;
    color: #008c8c;
    text-transform: uppercase;
    margin: 16px 0 0; }

.cart-menu__content {
  padding: 30px 16px 0; }
  .cart-menu__content .cart-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    display: block; }
    .cart-menu__content .cart-list__item {
      background-color: #fef8f2;
      padding: 15px 15px 15px 20px;
      margin-bottom: 10px;
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100% !important; }
    .cart-menu__content .cart-list span {
      -webkit-transform: inherit;
      transform: inherit;
      transition: inherit;
      margin: 0;
      background-color: transparent;
      height: auto;
      width: auto; }
    .cart-menu__content .cart-list .item-close {
      position: absolute;
      top: 15px;
      right: 15px;
      display: block;
      cursor: pointer;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      background-color: transparent; }
      .cart-menu__content .cart-list .item-close::before {
        content: '';
        background: url("../images/close-alt.svg") no-repeat center center/contain;
        width: 11px;
        height: 11px;
        display: inline-block; }
    .cart-menu__content .cart-list .item-content {
      width: 64%; }
    .cart-menu__content .cart-list .item-title {
      font-size: 12px;
      color: #555555;
      margin-bottom: 10px;
      font-family: 'Neo Sans Pro Medium'; }
    .cart-menu__content .cart-list .item-ref {
      font-size: 10px;
      color: #677379; }
    .cart-menu__content .cart-list .item-quantity {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 10px;
      max-width: 170px; }
      .cart-menu__content .cart-list .item-quantity .quantity-label {
        font-size: 10px;
        line-height: 1.2;
        color: #677379;
        margin-right: 10px;
        word-break: initial; }
      .cart-menu__content .cart-list .item-quantity .quantity-input {
        min-width: 80px; }
        .cart-menu__content .cart-list .item-quantity .quantity-input input {
          font-size: 12px;
          padding: 10px 5px 8px;
          width: 35px;
          margin:0 3px;
          border-radius: 4px;
          border: 1px solid #677379;
          text-align: center;
          color: #677379;
          font-family: 'Neo Sans Pro Bold';
          display: inline-block; }
        .cart-menu__content .cart-list .item-quantity .quantity-input button {
          background-color: #677379;
          border-radius: 50%;
          color: #fff;
          font-size: 16px;
          width: 16px;
          height: 16px;
          text-align: center;
          border: 0;
          padding: 0;
          margin-left: 1px;
          line-height: 19px;
          display: inline-block;
          vertical-align: middle; }
          .cart-menu__content .cart-list .item-quantity .quantity-input button.decrementQuantity {
          background-color: #677379;
          border-radius: 50%;
          color: #fff;
          font-size: 16px;
          width: 16px;
          height: 16px;
          text-align: center;
          border: 0;
          padding: 0;
          margin-left: 1px;
          line-height: 17px;
          display: inline-block;
          vertical-align: middle; }
          .cart-menu__content .cart-list .item-quantity .quantity-input button span {
            text-align: center; }
    .cart-menu__content .cart-list .item-price {
      padding-left: 25px;
      margin-top: 20px;
      text-align: right; }
      .cart-menu__content .cart-list .item-price__main {
        font-size: 18px;
        color: #555555;
        font-family: 'Neo Sans Pro Medium';
        display: block; }
      .cart-menu__content .cart-list .item-price__info {
        display: block;
        font-size: 10px;
        color: #677379; }

.cart-menu__total {
  margin-top: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .cart-menu__total span {
    background-color: transparent;
    word-break: initial;
    height: auto;
    width: auto; }
  .cart-menu__total .total-item {
    color: #555555;
    font-size: 12px;
    font-family: 'Neo Sans Pro Medium';
    text-transform: uppercase;
    transition: inherit;
    width: auto;
    height: auto;
    background-color: transparent;
    margin: 0; }
    .cart-menu__total .total-item span {
      font-family: 'Neo Sans Pro';
      transition: inherit;
      width: auto;
      height: auto;
      background-color: transparent;
      margin: 0;
      display: inline-block; }
  .cart-menu__total .total-price {
    color: #555555;
    font-size: 18px;
    font-family: 'Neo Sans Pro Medium';
    margin-left: 30px;
    transition: inherit;
    width: auto;
    height: auto;
    background-color: transparent;
    margin: 0; }

.cart-menu__footer {
  margin-top: 30px;
  padding: 0 16px;
  text-align: center; }

@media screen and (min-width: 767px) {
  .cart-menu__header {
    padding: 30px 25px 18px;
    position: relative; }
    .cart-menu__header .cart-close {
      position: absolute;
      top: 28px;
      left: 22px; }
    .cart-menu__header .cart-title {
      font-size: 18px;
      margin: 0; }
  .cart-menu__content {
    padding: 20px 38px 0; }
    .cart-menu__content .cart-list__item {
      padding: 15px 20px; }
    .cart-menu__content .cart-list .item-close {
      top: 15px;
      right: 15px; }
    .cart-menu__content .cart-list .item-content {
      width: 64%; }
    .cart-menu__content .cart-list .item-title {
      font-size: 14px; }
    .cart-menu__content .cart-list .item-ref {
      font-size: 12px; }
    .cart-menu__content .cart-list .item-price {
      padding-left: 30px; }
      .cart-menu__content .cart-list .item-price__main {
        font-size: 25px; }
      .cart-menu__content .cart-list .item-price__info {
        font-size: 12px; }
    .cart-menu__content .cart-list .item-quantity {
      margin-top: 10px; }
  .cart-menu__total .total-item {
    font-size: 16px; }
  .cart-menu__total .total-price {
    font-size: 20px; } }

@media (max-width: 767px) {
  .menu,
  .menu li,
  .menu li a,
  .menu li a span {
    width: 100%;
    text-align: left;
    height: 100%; }
  nav.menu > ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: white; }
  .menu li.hover-li a span {
    text-align: left; }
  .menu li ul li ul li a {
    width: 70%; }
  .nav-container {
    display: block;
    position: absolute;
    top: 17px;
    margin: 0;
    left: 0 !important;
    background: transparent;
    width: 100vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .nav-container .burger {
    display: block;
    width: 20px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 20px !important;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
    -webkit-touch-callout: none; }
  .nav-container input,
  .nav-container span {
    display: block; }
  .nav-container span {
    width: 20px;
    height: 2px;
    margin: 0 0 5px 20px;
    position: relative;
    border-radius: 3px;
    background: #5e5e5e;
    text-align: left;
    z-index: 1;
    -webkit-transform-origin: 4px 0;
    transform-origin: 4px 0;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .nav-container span:first-child {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .nav-container span:nth-last-child(2) {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  .nav-container input ~ span {
    margin: auto;
    position: absolute;
    left: 22px;
    top: 0; }
  .nav-container input ~ span:nth-child(2) {
    top: 6px; }
  .nav-container input ~ span:nth-child(3) {
    top: 12px; }
  .nav-container input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #ec6608;
    top: 14px;
    left: 20px; }
  .nav-container input:checked ~ span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    left: 22px; }
  .nav-container input:checked ~ span:nth-child(3) {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu {
    position: absolute;
    width: 100vw;
    z-index: 99;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    top: 41px; }
  .menu li a:first-child:nth-last-child(2)::before {
    right: 40px; }
  .menu li {
    height: auto; }
  .menu li > ul.ul-child > li a {
    margin: 0; }
  .menu li > ul.ul-child {
    position: relative; }
  .menu li > ul.ul-child ul {
    box-shadow: none; }
  .menu li.hover-li > a {
    border-bottom: 1px solid #008c8c; }
  .menu li.hover-li a span {
    background: transparent; }
  .menu li.hover-li:hover,
  .menu li.hover-li:active {
    box-shadow: none;
    background-color: #ffffff; }
  .menu li.logout {
    text-align: center; }
  .menu li.logout .btn-disconnected {
    width: 110px;
    height: 23px;
    border-radius: 4px;
    border: 1px solid #ef7900;
    font-size: 12px;
    color: #ef7900;
    text-align: center;
    margin: 15px auto;
    cursor: pointer;
    line-height: 23px; }
  .nav-container input:checked ~ nav {
    -webkit-transform: none;
    transform: none; }
  .right-menu.menu {
    -webkit-transform: none;
    transform: none;
    width: 30px;
    height: 17px;
    top: -7px;
    right: 30px;
    box-shadow: none;
    z-index: 97; }
  ul.cart-menu .nb-produit {
    top: 5px;
    text-align: center;
    right: -10px; }
  .right-menu > ul.cart-menu {
    width: 100%; }
  .right-menu > ul.cart-menu > li:first-child {
    padding: 0;
    width: 100%; }
  .right-menu.menu li a {
    display: block;
    width: 30px;
    height: 17px; }
  .nav-container .input-burger {
    position: relative; } }

@media (min-width: 767px) {
  .menu .ul-child a {
    display: block; }
  .menu:not(.right-menu) > ul > li:not(.only-mobile) {
    min-width: 145px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu:not(.right-menu) > ul > li:not(.only-mobile) > a {
      display: inline-block;
      width: auto;
      position: relative;
      padding-right: 20px; } }

.menu > ul > li > span {
  margin: 0;
  line-height: 1;
  display: block; }

/* Base for label styling */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 16px; }

/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #ec6608;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 17px;
  line-height: 1;
  color: #ec6608;
  transition: all .2s;
  text-decoration: none;
  text-align: center;
  width: 21px; }

/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #999999;
  background-color: #dddddd; }

input[type="checkbox"]:disabled:checked + label:after {
  color: #999999; }

input[type="checkbox"]:disabled + label {
  color: #aaaaaa; }

/* accessibility */
input[type="checkbox"]:checked:focus + label:before,
input[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #ec6608; }

/* hover style just for information */
label:hover:before {
  border: 2px solid #ec6608 !important;
  background: #ffffff; }

.btn, .articles__cta, .informations-page .informations-table__content button[type="submit"], section.single-product .product-details__box .product-price__add-a-box {
  max-width: 325px;
  font-size: 14px;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #ef7900;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
  vertical-align: middle; }
  .btn.only-mobile, .only-mobile.articles__cta, .informations-page .informations-table__content button.only-mobile[type="submit"], section.single-product .product-details__box .only-mobile.product-price__add-a-box {
    display: none; }
  .btn.btn-alt, .btn-alt.articles__cta, .informations-page .informations-table__content button.btn-alt[type="submit"], section.single-product .product-details__box .btn-alt.product-price__add-a-box {
    background-color: #008c8c; }
  .btn span, .articles__cta span, .informations-page .informations-table__content button[type="submit"] span, section.single-product .product-details__box .product-price__add-a-box span {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .btn.get-back, .get-back.articles__cta, .informations-page .informations-table__content button.get-back[type="submit"], section.single-product .product-details__box .get-back.product-price__add-a-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Neo Sans Pro Medium";
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 28px;
    min-height: 28px;
    transition: .2s background-color, .2s color; }
    .btn.get-back:hover, .get-back.articles__cta:hover, .informations-page .informations-table__content button.get-back:hover[type="submit"], section.single-product .product-details__box .get-back.product-price__add-a-box:hover {
      background-color: #ffebd6; }
    .btn.get-back:active, .get-back.articles__cta:active, .informations-page .informations-table__content button.get-back:active[type="submit"], section.single-product .product-details__box .get-back.product-price__add-a-box:active {
      color: white;
      background-color: #ef7900; }
    .btn.get-back:before, .get-back.articles__cta:before, .informations-page .informations-table__content button.get-back[type="submit"]:before, section.single-product .product-details__box .get-back.product-price__add-a-box:before {
      content: '\2190';
      margin-top: 0;
      font-family: "Neo Sans Pro Bold";
      margin-right: 15px; }

@media screen and (max-width: 767px) {
  max-width: none;
  width: 100%; }

.btn-light, .articles__content__item__wrapper__cta, .recommandations__content__item__cta, .informations-page .informations-table__content button.btn-light[type="submit"], section.single-product .product-details__box .product-price__add-a-box {
  background-color: transparent;
  border: 1px solid #ef7900;
  color: #ef7900; }
  .btn-light.btn-alt, .btn-alt.articles__content__item__wrapper__cta, .btn-alt.recommandations__content__item__cta, .informations-page .informations-table__content button.btn-alt.btn-light[type="submit"], section.single-product .product-details__box .btn-alt.product-price__add-a-box {
    background-color: transparent;
    border: 1px solid #008c8c;
    color: #008c8c; }
  .btn-light:focus, .articles__content__item__wrapper__cta:focus, .recommandations__content__item__cta:focus, .informations-page .informations-table__content button.btn-light:focus[type="submit"], section.single-product .product-details__box .product-price__add-a-box:focus {
    outline: none;
    box-shadow: none; }

.pop-in {
  position: fixed;
  z-index: 51;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 674px;
  max-height: 460px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  margin: auto;
  padding: 100px 100px 75px;
  text-align: center;
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s; }
  .pop-in video {
    width: 100%; }
  .pop-in.active {
    pointer-events: all;
    display: block;
    opacity: 1;
    z-index: 100001; }
  .pop-in .close {
    position: absolute;
    right: 17px;
    top: 17px;
    background: white url("../images/disconnected/close.svg");
    height: 15px;
    width: 15px;
    border: none;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    outline: none; }
  .pop-in-header {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #677379; }
  .pop-in-content {
    margin-top: 50px; }
    .pop-in-content img {
      height: 80px;
      width: 80px;
      object-fit: none; }
  .pop-in-footer {
    margin-top: 42px; }
  .pop-in#more-infos {
    padding: 45px;
    max-height: 670px;
    max-width: 632px;
    transition: 0.3s opacity;
    padding-left: 36px;
    padding-right: 36px;
    z-index: 100;
    height: auto; }
    .pop-in#more-infos p {
      font-size: 14px; }
      .pop-in#more-infos p strong {
        font-weight: bolder;
        font-family: "Neo Sans Pro Bold",sans-serif; }
    @media screen and (max-width: 767px) {
      .pop-in#more-infos {
        margin-top: 43px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-top: 34px; } }
    .pop-in#more-infos .close {
      top: 21px;
      right: 21px; }
    .pop-in#more-infos .pop-in-content {
      margin-top: 20px;
      text-align: left;
      font-size: 12px;
      line-height: 20px; }
      @media screen and (min-width: 320px) {
        .pop-in#more-infos .pop-in-content__mobile {
          display: none; } }
      @media screen and (max-width: 320px) {
        .pop-in#more-infos .pop-in-content__desktop {
          display: none; } }
      .pop-in#more-infos .pop-in-content p {
        margin-top: 0px;
        margin-bottom: 0; }
        .pop-in#more-infos .pop-in-content p:first-of-type {
          margin-top: 5px; }
      .pop-in#more-infos .pop-in-content span {
        display: block; }
      .pop-in#more-infos .pop-in-content strong {
        font-family: "Neo Sans Pro Bold";
        color: #008c8c;
        font-weight: normal; }
      .pop-in#more-infos .pop-in-content img {
        width: 100%;
        background-position: center center;
        height: auto; }
        @media screen and (max-width: 767px) {
          .pop-in#more-infos .pop-in-content img {
            object-fit: contain; } }
      .pop-in#more-infos .pop-in-content img + img {
        max-height: 113px;
        margin-top: 22px;
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          .pop-in#more-infos .pop-in-content img + img {
            margin-top: 24px; } }
    .pop-in#more-infos .pop-in-footer {
      position: relative;
      margin-top: 74px; }
      .pop-in#more-infos .pop-in-footer p {
        color: #5e5e5e;
        font-size: 14px;
        margin-bottom: 10px; }
      .pop-in#more-infos .pop-in-footer:before {
        content: "";
        top: -22px;
        background-color: #ef7900;
        width: 50px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute; }

@media screen and (max-width: 767px) {
  .pop-in {
    padding: 70px 15px 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: calc(100% - 20px);
    margin: auto 10px;
    max-width: none; }
    .pop-in .close {
      top: 20px;
      right: 30px; }
    .pop-in-header {
      font-size: 20px; }
    .pop-in-footer {
      margin-top: 30px; } }

#quantity {
  padding: 35px 10px;
  max-height: 375px; }
  #quantity .error-message.only-mobile {
    text-align: center; }
  #quantity .close {
    top: 10px;
    right: 10px; }
  #quantity .pop-in-header {
    font-size: 25px;
    font-weight: 500;
    color: #008c8c;
    font-family: NeoSansPro-Medium, sans-serif; }
    #quantity .pop-in-header:after {
      content: '';
      background-color: #ef7900;
      display: block;
      width: 50px;
      height: 1px;
      margin: 15px auto 0; }
  #quantity .btn, #quantity .articles__cta, #quantity .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content #quantity button[type="submit"], #quantity section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box #quantity .product-price__add-a-box {
    min-height: 35px;
    margin-top: 30px; }
    #quantity .btn.white, #quantity .white.articles__cta, #quantity .informations-page .informations-table__content button.white[type="submit"], .informations-page .informations-table__content #quantity button.white[type="submit"], #quantity section.single-product .product-details__box .white.product-price__add-a-box, section.single-product .product-details__box #quantity .white.product-price__add-a-box {
      margin-top: 45px;
      background-color: white;
      border: 1px solid #ef7900;
      color: #ef7900; }
  #quantity .choose-quantity {
    margin-top: 20px;
    color: #677379; }
    #quantity .choose-quantity input {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 4px;
      border: 1px solid #677379;
      text-align: center;
      padding: 5px;
      margin-left: 15px; }
      #quantity .choose-quantity input.error-field {
        border-color: #e42f45; }

.pop-in#reset-order {
  padding: 58px 100px 30px;
  max-height: 338px; }
  .pop-in#reset-order .pop-in-header {
    font-family: "Neo Sans Pro", Arial, sans-serif;
    color: #008c8c;
    position: relative;
    padding-bottom: 27px; }
    .pop-in#reset-order .pop-in-header:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 0.1px;
      border: solid 1px #ef7900; }
  .pop-in#reset-order .pop-in-content {
    font-family: "Neo Sans Pro", Arial, sans-serif;
    color: #5e5e5e;
    margin: 22px auto 0;
    width: 80%;
    line-height: 1.3; }
  .pop-in#reset-order .pop-in-footer {
    font-family: "Neo Sans Pro", Arial, sans-serif;
    margin-top: 22px; }
    .pop-in#reset-order .pop-in-footer .btn, .pop-in#reset-order .pop-in-footer .articles__cta, .pop-in#reset-order .pop-in-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .pop-in#reset-order .pop-in-footer button[type="submit"], .pop-in#reset-order .pop-in-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .pop-in#reset-order .pop-in-footer .product-price__add-a-box {
      background: white;
      color: #008c8c;
      border: 1px solid #008c8c;
      min-height: 30px;
      line-height: 30px; }
    .pop-in#reset-order .pop-in-footer div {
      margin-bottom: 20px; }
      .pop-in#reset-order .pop-in-footer div .btn, .pop-in#reset-order .pop-in-footer div .articles__cta, .pop-in#reset-order .pop-in-footer div .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .pop-in#reset-order .pop-in-footer div button[type="submit"], .pop-in#reset-order .pop-in-footer div section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .pop-in#reset-order .pop-in-footer div .product-price__add-a-box {
        max-width: 100px;
        color: #ef7900;
        border-color: #ef7900; }
        .pop-in#reset-order .pop-in-footer div .btn:first-child, .pop-in#reset-order .pop-in-footer div .articles__cta:first-child, .pop-in#reset-order .pop-in-footer div .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .pop-in#reset-order .pop-in-footer div button:first-child[type="submit"], .pop-in#reset-order .pop-in-footer div section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .pop-in#reset-order .pop-in-footer div .product-price__add-a-box:first-child {
          border: none;
          background: #ef7900;
          color: white;
          margin-right: 22px; }
  .pop-in#reset-order.no-cart .pop-in-content span {
    display: none; }
  .pop-in#reset-order.no-cart .pop-in-footer {
    margin-top: 40px; }
    .pop-in#reset-order.no-cart .pop-in-footer .cart {
      display: none; }

@media screen and (max-width: 767px) {
  .pop-in#reset-order {
    padding: 58px 15px 20px;
    max-height: none; }
    .pop-in#reset-order .pop-in-footer div .btn:first-child, .pop-in#reset-order .pop-in-footer div .articles__cta:first-child, .pop-in#reset-order .pop-in-footer div .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .pop-in#reset-order .pop-in-footer div button:first-child[type="submit"], .pop-in#reset-order .pop-in-footer div section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .pop-in#reset-order .pop-in-footer div .product-price__add-a-box:first-child {
      margin-right: 11px; } }

.delete-basket-pop-in.main-content {
  padding-bottom: 80px;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  transition: top .2s;
  top: 20vh;
  display: none;
  width: 100%;
  max-width: 670px;
  left: calc(calc(100vw - 670px) / 2); }
  .delete-basket-pop-in.main-content .container .main-title {
    text-transform: none;
    margin-top: 20px; }
    .delete-basket-pop-in.main-content .container .main-title:after {
      width: 50px; }
  .delete-basket-pop-in.main-content .container .main-text {
    display: block;
    margin: auto;
    max-width: 300px;
    line-height: 1.5;
    font-size: 1rem;
    text-align: center;
    font-size: 14px;
    color: #5e5e5e; }
  .delete-basket-pop-in.main-content .container .button-container {
    margin-top: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .delete-basket-pop-in.main-content .container .button-container .btn, .delete-basket-pop-in.main-content .container .button-container .articles__cta, .delete-basket-pop-in.main-content .container .button-container .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .delete-basket-pop-in.main-content .container .button-container button[type="submit"], .delete-basket-pop-in.main-content .container .button-container section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .delete-basket-pop-in.main-content .container .button-container .product-price__add-a-box {
      margin: 0 10px;
      width: auto;
      padding: 0 45px;
      line-height: 1;
      height: auto;
      min-height: 30px; }
  .delete-basket-pop-in.main-content .container .close-delete-basket {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

@media screen and (max-width: 690px) {
  .delete-basket-pop-in.main-content {
    top: 20vh;
    max-width: calc(100vw - 20px);
    left: 10px; } }

.pop-in--delete-basket {
  padding: 25px 15px 20px;
  max-width: 242px;
  margin: auto 5px;
  width: 100%;
  height: auto;
  bottom: auto;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .pop-in--delete-basket .pop-in-content {
    font-size: 14px;
    color: #5e5e5e;
    margin-top: 0; }
  .pop-in--delete-basket .pop-in-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px; }
    .pop-in--delete-basket .pop-in-footer button {
      margin: 0 7px; }
  .pop-in--delete-basket.active {
    z-index: 100000; }

.pop-in#sortie {
  padding: 58px 85px 30px;
  max-width: 800px; }
  @media screen and (max-width: 767px) {
    .pop-in#sortie {
      overflow-y: scroll;
      padding: 58px 20px 30px; } }
  .pop-in#sortie .pop-in-header {
    font-family: "Neo Sans Pro", Arial, sans-serif;
    color: #008c8c;
    position: relative;
    padding-bottom: 27px;
    text-transform: uppercase; }
    .pop-in#sortie .pop-in-header:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 0.1px;
      border: solid 1px #ef7900; }
  .pop-in#sortie .pop-in-content {
    font-family: "Neo Sans Pro", Arial, sans-serif;
    color: #5e5e5e;
    text-align: justify;
    margin: 22px auto 0;
    width: 100%;
    line-height: 25px;
    font-size: 14px; }
  .pop-in#sortie .pop-in-footer {
    font-family: "Neo Sans Pro", Arial, sans-serif;
    margin-top: 22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pop-in#sortie .pop-in-footer .btn, .pop-in#sortie .pop-in-footer .articles__cta, .pop-in#sortie .pop-in-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .pop-in#sortie .pop-in-footer button[type="submit"], .pop-in#sortie .pop-in-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .pop-in#sortie .pop-in-footer .product-price__add-a-box {
      font-size: 14px;
      max-width: 150px;
      color: #ef7900;
      border: 1px solid #ef7900;
      background: white;
      margin-top: 10px; }
      .pop-in#sortie .pop-in-footer .btn:first-child, .pop-in#sortie .pop-in-footer .articles__cta:first-child, .pop-in#sortie .pop-in-footer .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .pop-in#sortie .pop-in-footer button:first-child[type="submit"], .pop-in#sortie .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .pop-in#sortie .pop-in-footer .product-price__add-a-box:first-child {
        margin-right: 10px;
        border: none;
        background: #ef7900;
        color: white; }
      .pop-in#sortie .pop-in-footer .btn:last-child, .pop-in#sortie .pop-in-footer .articles__cta:last-child, .pop-in#sortie .pop-in-footer .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content .pop-in#sortie .pop-in-footer button:last-child[type="submit"], .pop-in#sortie .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box .pop-in#sortie .pop-in-footer .product-price__add-a-box:last-child {
        margin-left: 10px; }
  .pop-in#sortie.no-cart .pop-in-content span {
    display: none; }
  .pop-in#sortie.no-cart .pop-in-footer {
    margin-top: 40px; }
    .pop-in#sortie.no-cart .pop-in-footer .cart {
      display: none; }

@media screen and (max-width: 767px) {
  .pop-in#sortie .pop-in-footer .btn, .pop-in#sortie .pop-in-footer .articles__cta, .pop-in#sortie .pop-in-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .pop-in#sortie .pop-in-footer button[type="submit"], .pop-in#sortie .pop-in-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .pop-in#sortie .pop-in-footer .product-price__add-a-box {
    margin: 5px auto; }
    .pop-in#sortie .pop-in-footer .btn:first-child, .pop-in#sortie .pop-in-footer .articles__cta:first-child, .pop-in#sortie .pop-in-footer .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .pop-in#sortie .pop-in-footer button:first-child[type="submit"], .pop-in#sortie .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .pop-in#sortie .pop-in-footer .product-price__add-a-box:first-child, .pop-in#sortie .pop-in-footer .btn:last-child, .pop-in#sortie .pop-in-footer .articles__cta:last-child, .pop-in#sortie .pop-in-footer .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content .pop-in#sortie .pop-in-footer button:last-child[type="submit"], .pop-in#sortie .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box .pop-in#sortie .pop-in-footer .product-price__add-a-box:last-child {
      margin: 5px auto; } }

.pop-in#popin_info {
  padding: 58px 85px 30px;
  max-width: 800px; }

@media screen and (max-width: 767px) {
  .pop-in#popin_info {
    overflow-y: scroll;
    padding: 58px 20px 30px; } }

.pop-in#popin_info .pop-in-header {
  font-family: "Neo Sans Pro", Arial, sans-serif;
  color: #008c8c;
  position: relative;
  padding-bottom: 27px;
  text-transform: uppercase; }

.pop-in#popin_info .pop-in-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 0.1px;
  border: solid 1px #ef7900; }

.pop-in#popin_info .pop-in-content {
  font-family: "Neo Sans Pro", Arial, sans-serif;
  color: #5e5e5e;
  text-align: justify;
  margin: 22px auto 0;
  width: 100%;
  line-height: 25px;
  font-size: 14px; }

.pop-in#popin_info .pop-in-footer {
  font-family: "Neo Sans Pro", Arial, sans-serif;
  margin-top: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pop-in#popin_info .pop-in-footer .btn, .pop-in#popin_info .pop-in-footer .articles__cta, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box, .pop-in#popin_info .pop-in-footer .articles__cta, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box {
  font-size: 14px;
  max-width: 150px;
  color: #ef7900;
  border: 1px solid #ef7900;
  background: white;
  margin: auto; }

.pop-in#popin_info .pop-in-footer .btn:first-child, .pop-in#popin_info .pop-in-footer .articles__cta:first-child, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button:first-child[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box:first-child, .pop-in#popin_info .pop-in-footer .articles__cta:first-child, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button:first-child[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box:first-child {
  margin: auto;
  border: none;
  background: #ef7900;
  color: white; }

.pop-in#popin_info .pop-in-footer .btn:last-child, .pop-in#popin_info .pop-in-footer .articles__cta:last-child, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button:last-child[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box:last-child, .pop-in#popin_info .pop-in-footer .articles__cta:last-child, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button:last-child[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box:last-child {
  margin: auto; }

.pop-in#popin_info.no-cart .pop-in-content span {
  display: none; }

.pop-in#popin_info.no-cart .pop-in-footer {
  margin-top: 40px; }

.pop-in#popin_info.no-cart .pop-in-footer .cart {
  display: none; }

.pop-in#popin_info {
  max-height: 320px; }

@media screen and (max-width: 767px) {
  .pop-in#popin_info .pop-in-footer .btn, .pop-in#popin_info .pop-in-footer .articles__cta, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box, .pop-in#popin_info .pop-in-footer .articles__cta, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box {
    margin: 5px auto; }
  .pop-in#popin_info .pop-in-footer .btn:first-child, .pop-in#popin_info .pop-in-footer .articles__cta:first-child, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button:first-child[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box:first-child, .pop-in#popin_info .pop-in-footer .articles__cta:first-child, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button:first-child[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box:first-child, .pop-in#popin_info .pop-in-footer .btn:last-child, .pop-in#popin_info .pop-in-footer .articles__cta:last-child, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button:last-child[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box:last-child, .pop-in#popin_info .pop-in-footer .articles__cta:last-child, .pop-in#popin_info .pop-in-footer .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content .pop-in#popin_info .pop-in-footer button:last-child[type="submit"], .pop-in#popin_info .pop-in-footer section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box .pop-in#popin_info .pop-in-footer .product-price__add-a-box:last-child {
    margin: 5px auto; } }

footer {
  text-align: center;
  background-color: #f4f4f4;
  padding-bottom: 15px;
  width: 100%;
  padding-top: 10px;
  position: relative;
  max-width: 100%; }

footer .footer-infos span {
  display: inline-block; }

footer .separator {
  margin: 0px 8px; }

footer ul span {
  font-size: 11px; }

footer .footer-links-container {
  margin-bottom: 5px; }

footer .footer-links-container ul {
  display: inline-block;
  padding: 0;
  line-height: .8;
  margin-bottom: 20px; }

footer .footer-links-container ul li {
  display: inline-block;
  font-size: 12px;
  text-align: center; }

footer .footer-links-container ul li a {
  margin: 0px 10px 0 10px;
  color: #677379;
  display: inline-block; }

footer .footer-infos, footer .footer-mentions {
  font-size: 10px;
  line-height: 13px;
  color: #b9b9b9;
  text-align: center; }

footer .footer-mentions .link {
  text-decoration: underline; }

footer .footer-infos a {
  display: block;
  margin: 15px 0; }

footer .footer-mentions a {
  color: #b9b9b9; }

@media screen and (max-width: 767px) {
  .footer-mentions {
    margin-top: 50px; }
  footer .footer-links-container ul li a {
    line-height: 1.35; }
  footer .footer-links-container ul {
    line-height: .6;
    margin-bottom: 0; }
  footer {
    padding: 20px 10px 15px; }
    footer .footer-infos a {
      margin-top: 30px; } }

@media (min-width: 407px) and (max-width: 492px) {
  footer.footer-no-log ul span:nth-child(4) {
    display: none; }
  footer.footer-no-log ul li:nth-child(5) {
    margin-left: 10px; } }

@media (max-width: 406px) {
  footer.footer-no-log ul span:nth-child(2) {
    display: none; }
  footer.footer-no-log ul li:nth-child(3) {
    margin-left: 10px; } }

@media (min-width: 892px) and (max-width: 972px) {
  footer.footer-log ul span:nth-child(10) {
    display: none; }
  footer.footer-log ul li:nth-child(11) {
    margin-left: 10px; } }

@media (min-width: 767px) and (max-width: 891px) {
  footer.footer-log ul span:nth-child(8) {
    display: none; }
  footer.footer-log ul li:nth-child(9) {
    margin-left: 10px; } }

@media (min-width: 512px) and (max-width: 767px) {
  footer.footer-log ul span:nth-child(6) {
    display: none; }
  footer.footer-log ul li:nth-child(7) {
    margin-left: 10px; } }

@media (max-width: 500px) {
  footer .footer-infos span {
    display: block; }
  footer .footer-infos .separator {
    display: none; } }

@media (min-width: 426px) and (max-width: 511px) {
  footer.footer-log ul span:nth-child(4) {
    display: none; }
  footer.footer-log ul li:nth-child(5) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(8) {
    display: none; }
  footer.footer-log ul li:nth-child(9) {
    margin-left: 10px; } }

@media (min-width: 416px) and (max-width: 425px) {
  footer.footer-log ul span:nth-child(4) {
    display: none; }
  footer.footer-log ul li:nth-child(5) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(6) {
    display: none; }
  footer.footer-log ul li:nth-child(7) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(10) {
    display: none; }
  footer.footer-log ul li:nth-child(11) {
    margin-left: 10px; } }

@media (min-width: 384px) and (max-width: 415px) {
  footer.footer-log ul span:nth-child(4) {
    display: none; }
  footer.footer-log ul li:nth-child(5) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(6) {
    display: none; }
  footer.footer-log ul li:nth-child(7) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(8) {
    display: none; }
  footer.footer-log ul li:nth-child(9) {
    margin-left: 10px; } }

@media (min-width: 340px) and (max-width: 383px) {
  footer.footer-log ul span:nth-child(2) {
    display: none; }
  footer.footer-log ul li:nth-child(3) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(6) {
    display: none; }
  footer.footer-log ul li:nth-child(7) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(8) {
    display: none; }
  footer.footer-log ul li:nth-child(9) {
    margin-left: 10px; } }

@media (max-width: 339px) {
  footer.footer-log ul span:nth-child(2) {
    display: none; }
  footer.footer-log ul li:nth-child(3) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(4) {
    display: none; }
  footer.footer-log ul li:nth-child(5) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(6) {
    display: none; }
  footer.footer-log ul li:nth-child(7) {
    margin-left: 10px; }
  footer.footer-log ul span:nth-child(8) {
    display: none; }
  footer.footer-log ul li:nth-child(9) {
    margin-left: 10px; } }

/* ========== INPUTS ========== */
/* In order to make this code work, you need to have this structure

*****************************************

<div class='material-input'>
    <input type='...' placeholder=' ' id='id_of_the_input' name='name_of_the_input' />
    <label for='id_of_the_input'>Placeholder text goes here</label>
</div>

*****************************************
*/
.material-input input {
  font-size: 15px;
  font-weight: normal;
  padding: 7px 0 2px 0;
  outline: 0; }
  .material-input input:focus::-webkit-input-placeholder {
    color: transparent; }
  .material-input input:focus::-moz-placeholder {
    color: transparent; }
  .material-input input:focus:-ms-input-placeholder {
    color: transparent; }
  .material-input input:focus::-ms-input-placeholder {
    color: transparent; }
  .material-input input:focus::placeholder {
    color: transparent; }
  .material-input input::-webkit-input-placeholder {
    color: transparent; }
  .material-input input::-moz-placeholder {
    color: transparent; }
  .material-input input:-ms-input-placeholder {
    color: transparent; }
  .material-input input::-ms-input-placeholder {
    color: transparent; }
  .material-input input::placeholder {
    color: transparent; }
  .material-input input:not(:placeholder-shown) + label {
    top: 5px;
    -webkit-transform: translateY(-20px) scale(0.8);
    transform: translateY(-20px) scale(0.8); }

.material-input label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 15px;
  text-align: left;
  pointer-events: none;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  color: #b9b9b9;
  transition: 0.2s; }
  @media screen and (max-width: 321px) {
    .material-input label {
      font-size: 15px; } }

.material-input input:focus + label {
  top: 5px;
  -webkit-transform: translateY(-20px) scale(0.8);
  transform: translateY(-20px) scale(0.8); }

.material-input--darker label {
  color: #677379; }

.material-input--darker input:not(:placeholder-shown) + label {
  top: 5px;
  -webkit-transform: translateY(-20px) scale(0.8);
  transform: translateY(-20px) scale(0.8);
  color: #b9b9b9; }

.material-input--darker input:focus + label {
  top: 5px;
  -webkit-transform: translateY(-20px) scale(0.8);
  transform: translateY(-20px) scale(0.8);
  color: #b9b9b9; }

.material-input--required input.error:placeholder-shown + label + span,
.material-input--required input.error:placeholder-shown + label + p + span,
.material-input--required input.error:placeholder-shown + label + .input-guide {
  font-size: 0px !important; }
  .material-input--required input.error:placeholder-shown + label + span:before,
  .material-input--required input.error:placeholder-shown + label + p + span:before,
  .material-input--required input.error:placeholder-shown + label + .input-guide:before {
    content: 'Ce champ est obligatoire.';
    font-size: 10px; }

.material-radio {
  padding-left: 20px; }
  .material-radio input + label {
    position: relative; }
  .material-radio input:checked + label:before,
  .material-radio input:active + label:before,
  .material-radio input + label:before {
    content: '';
    background: none;
    background-color: #ef7900;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 25%;
    height: 10px;
    width: 10px;
    margin: 0;
    left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .1s transform, .1s opacity; }
    @media screen and (max-width: 767px) {
      .material-radio input:checked + label:before,
      .material-radio input:active + label:before,
      .material-radio input + label:before {
        top: 12%; } }
  .material-radio input + label:before {
    -webkit-transform: scale(0);
    transform: scale(0); }
  .material-radio input:active + label:before {
    opacity: 0.5; }
  .material-radio input:checked + label:before,
  .material-radio input:active + label:before {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .material-radio input:checked + label:after,
  .material-radio input + label:after {
    content: '';
    background: none;
    background-color: #ef7900;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid #ef7900;
    height: 20px;
    width: 20px;
    left: -25px; }
  .material-radio label:before, .material-radio label:after {
    border-radius: 50px; }

form, .informations-page .informations-table__wrapper, .form-like {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 35px; }
  form .form-group, .informations-page .informations-table__wrapper .form-group, .form-like .form-group {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    form .form-group input:first-child, .informations-page .informations-table__wrapper .form-group input:first-child, .form-like .form-group input:first-child {
      margin-top: 30px; }
  form input, .informations-page .informations-table__wrapper input, .form-like input {
    border: none;
    border-bottom: 1px solid #008c8c;
    background: transparent;
    font-size: 16px;
    padding: 7px;
    width: 100%;
    margin: 30px auto 0;
    color: #b9b9b9;
    outline: none; }
    form input:first-child, .informations-page .informations-table__wrapper input:first-child, .form-like input:first-child {
      margin-top: 0; }
  form textarea, .informations-page .informations-table__wrapper textarea, .form-like textarea {
    border: 1px solid #008c8c;
    background: transparent;
    font-size: 16px;
    padding: 7px;
    width: 100%;
    resize: none;
    color: #b9b9b9;
    outline: none;
    height: 150px;
    margin: 30px auto 0; }
  form .btn, .informations-page .informations-table__wrapper .btn, form .articles__cta, .informations-page .informations-table__wrapper .articles__cta, form .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content form button[type="submit"], .informations-page .informations-table__wrapper .informations-table__content button[type="submit"], .informations-page .informations-table__content .informations-table__wrapper button[type="submit"], form section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box form .product-price__add-a-box, .informations-page .informations-table__wrapper section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .informations-page .informations-table__wrapper .product-price__add-a-box, .form-like .btn, .form-like .articles__cta, .form-like .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .form-like button[type="submit"], .form-like section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .form-like .product-price__add-a-box {
    max-width: none;
    line-height: normal; }

.cgu {
  text-align: left;
  margin-top: 10px; }
  .cgu input[type="checkbox"]:not(:checked) + label:after,
  .cgu input[type="checkbox"]:checked + label:after {
    top: -2px; }
  .cgu--sign-up {
    top: -3px; }
    .cgu--sign-up input[type="checkbox"]:checked + label,
    .cgu--sign-up input[type="checkbox"]:not(:checked) + label {
      color: #5e5e5e;
      font-family: "Neo Sans Pro Medium";
      font-size: 14px;
      font-size: 0.875rem;
      text-decoration: underline;
      line-height: normal;
      padding-left: 52px; }
      @media screen and (max-width: 767px) {
        .cgu--sign-up input[type="checkbox"]:checked + label,
        .cgu--sign-up input[type="checkbox"]:not(:checked) + label {
          padding-left: 42px;
          margin-left: 45px; } }
      .cgu--sign-up input[type="checkbox"]:checked + label:before,
      .cgu--sign-up input[type="checkbox"]:not(:checked) + label:before {
        height: 24px;
        width: 24px; }
        @media screen and (max-width: 767px) {
          .cgu--sign-up input[type="checkbox"]:checked + label:before,
          .cgu--sign-up input[type="checkbox"]:not(:checked) + label:before {
            height: 20px;
            width: 20px; } }
    .cgu--sign-up input:invalid + label:before {
      border-color: red; }
    .cgu--sign-up input[type="checkbox"] + label:before {
      top: -4px; }
      @media screen and (max-width: 767px) {
        .cgu--sign-up input[type="checkbox"] + label:before {
          top: 5px; } }
    .cgu--sign-up input[type="checkbox"]:checked + label:after {
      top: 0px;
      left: 2px; }
      @media screen and (max-width: 767px) {
        .cgu--sign-up input[type="checkbox"]:checked + label:after {
          top: 9px; } }

/*========== CONTACT TEL COMPONENT =======*/
.contact-tel {
  text-align: center;
  background-color: #fef8f2;
  padding: 93px 15px 98px 15px;
  display: none;
  margin-bottom: 40px; }
  .contact-tel.active {
    display: block; }
  .contact-tel h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Neo Sans Pro Bold";
    color: #5e5e5e; }
    @media screen and (min-width: 767px) {
      .contact-tel h3 br {
        display: none; } }
  .contact-tel__description {
    color: #5e5e5e;
    font-size: 14px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px; }
  .contact-tel__number {
    font-size: 30px;
    font-family: "Neo Sans Pro Bold";
    text-align: center;
    display: block;
    color: #ef7900; }
  .contact-tel__free-calls {
    display: block;
    color: #b5b5b5;
    font-size: 18px;
    font-family: "Neo Sans Pro"; }
  .contact-tel__fax {
    display: block;
    font-family: "Neo Sans Pro Bold";
    color: #5e5e5e;
    margin-top: 40px;
    font-size: 18px;
    margin-bottom: 10px; }

/*========== END OF CONTACT-TEL-COMPONENT- =======*/
.header-step {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  height: 65px;
  background: white; }
  .header-step-content {
    position: relative;
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 10px;
    border-bottom: 1px solid #cdcdcd; }
    .header-step-content .arrow {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 24px;
      height: 24px;
      object-fit: contain; }
    .header-step-content #step-title {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      font-family: OpenSans, sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      color: #5e5e5e;
      height: 16px;
      width: calc(100% - 75px); }

@media screen and (max-width: 767px) {
  body .header-step {
    display: block; } }

.arrow-top {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #d8d8d8 url("../images/up.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 80;
  transition: all .3s;
  visibility: hidden;
  outline: 0;
  text-indent: 100%;
  opacity: 0; }
  .arrow-top.arrow-top-fixed {
    position: absolute;
    top: -40px; }
  .arrow-top.arrow-top-is-visible {
    visibility: visible;
    opacity: 1; }

.selectric-wrapper {
  max-width: 288px;
  width: 100%;
  margin-right: 100px;
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .selectric-wrapper {
      width: 100%;
      max-width: none;
      margin: auto; }
      .selectric-wrapper .selectric-items {
        position: relative; } }
  .selectric-wrapper .selectric {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ec6608; }
    .selectric-wrapper .selectric .label {
      text-align: left;
      font-size: 14px;
      height: 30px;
      line-height: 30px; }
    .selectric-wrapper .selectric .button {
      background-color: #fff; }
      .selectric-wrapper .selectric .button:after {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        transition: .2s;
        background-image: url(../images/factures/picto-fleche-bas.png);
        background-size: contain;
        border: none;
        width: 10px;
        height: 10px; }
  .selectric-wrapper .selectric-items {
    border: 1px solid #ec6608;
    border-top: none;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
    background-color: #fff;
    box-shadow: none; }
    .selectric-wrapper .selectric-items li.selected {
      background-color: #fff; }
      .selectric-wrapper .selectric-items li.selected.highlighted {
        background-color: #D0D0D0; }
    .selectric-wrapper .selectric-items li:not(:last-of-type) {
      position: relative; }
  .selectric-wrapper.selectric-open .selectric {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .selectric-wrapper.selectric-open .selectric .button:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px; }

.radio .label {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid #677379;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent; }

.radio .label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #008c8c;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none; }

.radio:hover .label:after {
  -webkit-transform: scale(2.6);
  transform: scale(2.6); }

input[type="radio"]:checked + .label {
  border-color: #008c8c; }

input[type="radio"]:checked + .label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1; }

section.main-content.splash-page.inscription .container .right-content .form-container #civility.has-error input[type="radio"] + label:before,
.has-error input[type="radio"] + label:before {
  border-color: #e42f45 !important; }

section.main-content.splash-page.inscription .container .right-content .form-container #civility.has-error input[type="radio"] + label ~ .help-block,
section.main-content.splash-page.inscription .container .right-content .form-container #civility.has-error input[type="radio"] + label ~ .error-message,
.has-error input[type="radio"] + label ~ .help-block,
.has-error input[type="radio"] + label ~ .error-message {
  text-align: left; }

.cntr {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 100%;
  text-align: center; }

.hidden {
  display: none; }

.category-tag {
  padding: 5px 20px 5px 20px;
  color: white;
  font-size: 12px;
  font-family: "Neo Sans Pro Medium";
  text-transform: uppercase;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  display: inline-block; }
  .category-tag__text {
    line-height: 1;
    -webkit-transform: skew(20deg);
    transform: skew(20deg); }
  .category-tag--new {
    background-color: #008c8c; }
  .category-tag--promo {
    background-color: #ef7900; }

.articles {
  padding-top: 13px;
  padding-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 767px) {
    .articles {
      padding-bottom: 50px; } }
  .articles__header {
    text-align: left;
    color: #677379;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 20px;
    margin-top: 0; }
    @media screen and (min-width: 1024px) {
      .articles__header {
        font-size: 25px;
        line-height: 25px; } }
    .articles__header:after {
      content: '';
      position: absolute;
      height: 1px;
      background-color: #ec6608;
      width: 50px;
      left: 0;
      bottom: -30px; }
  .articles__content {
    padding-top: 19px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 767px) {
      .articles__content {
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (min-width: 1280px) {
      .articles__content {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .articles__content__item {
      min-height: 315px;
      max-width: 210px; }
      @media screen and (max-width: 767px) {
        .articles__content__item {
          max-width: none; } }
      .articles__content__item__image {
        height: 165px;
        object-fit: cover;
        width: 100%; }
      .articles__content__item__wrapper {
        padding: 25px 15px;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .articles__content__item__wrapper {
            padding: 25px 0; } }
        .articles__content__item__wrapper__title {
          color: #677379;
          font-family: "Neo Sans Pro Medium";
          font-size: 16px;
          min-height: 57px; }
          @media screen and (max-width: 767px) {
            .articles__content__item__wrapper__title {
              min-height: 0; } }
        .articles__content__item__wrapper__excerpt {
          margin-top: 10px;
          font-size: 12px;
          min-height: 92px;
          color: #b9b9b9; }
          @media screen and (max-width: 767px) {
            .articles__content__item__wrapper__excerpt {
              min-height: 0; } }
        .articles__content__item__wrapper__cta {
          display: inline-block;
          width: 100%;
          text-align: center;
          font-size: 14px;
          max-width: 100%;
          padding: 3px 0;
          border-radius: 4px;
          margin-top: 17px;
          line-height: 22px; }
  .articles__cta {
    max-width: 364px; }
    @media screen and (min-width: 767px) {
      .articles__cta {
        margin-top: 10px; } }

.recommandations {
  margin: auto;
  padding-top: 30px; }
  @media screen and (min-width: 1024px) {
    .recommandations {
      padding-top: 20px;
      padding-bottom: 30px; } }
  .recommandations__title {
    color: #677379;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 20px;
    margin-top: 0; }
    @media screen and (min-width: 1024px) {
      .recommandations__title {
        font-size: 25px;
        line-height: 25px; } }
    .recommandations__title:after {
      content: '';
      position: absolute;
      height: 1px;
      background-color: #ec6608;
      width: 50px;
      left: 0;
      bottom: -30px; }
  .recommandations__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 18px; }
    @media screen and (min-width: 767px) {
      .recommandations__content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 1024px) {
      .recommandations__content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 23px; } }
    .recommandations__content__cover {
      height: 260px;
      width: 260px;
      margin-right: auto;
      display: none; }
      @media screen and (min-width: 1024px) {
        .recommandations__content__cover {
          display: inherit; } }
    .recommandations__content__item {
      text-align: center;margin: 20px; }
      .recommandations__content__item__image {
        max-height: 280px;
        object-fit: contain; }
      .recommandations__content__item__categories {
        color: #fff;
        font-family: "Neo Sans Pro Medium";
        font-size: 12px;
        font-weight: 100; }
        .recommandations__content__item__categories .category-tag {
          margin-left: 3px;
          margin-right: 3px; }
      .recommandations__content__item__title {
        color: #677379;
        font-family: "Neo Sans Pro Medium";
        margin-top: 12px; }
      .recommandations__content__item__type {
        color: #b9b9b9;
        font-size: 12px;
        margin-top: 5px; }
      .recommandations__content__item__cta {
        font-size: 11.2px;
        line-height: 1;
        padding: 5px 30px;
        border-radius: 4px;
        margin-top: 10px;
        display: inline-block; }

.breadcrumbs {
  display: none;
  list-style: none;
  padding-left: 0;
  margin-top: 22px; }
  @media screen and (min-width: 1024px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs__item {
    display: inline;
    color: #949494;
    font-size: 11px; }
    .breadcrumbs__item:not(:last-of-type):after {
      content: '>';
      margin: 0 8px; }
    .breadcrumbs__item:last-of-type {
      font-family: "Neo Sans Pro Medium"; }

.rubriques {
  width: 100%;
  background-color: #fef8f2;
  font-family: "Neo Sans Pro Medium",sans-serif; }
  .rubriques .main-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 170px;
    padding-bottom: 0 !important; }
  .rubriques-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    color: #677379;
    width: 300px;
    margin: auto 0; }
    .rubriques-title:after {
      content: '';
      background-color: #ef7900;
      display: block;
      width: 50px;
      height: 1px;
      margin: 18px 0 0; }
  .rubriques-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .rubriques-content {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .rubriques-content-block {
      background-color: white;
      width: 180px;
      border-radius: 4px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 20px 10px;
      position: relative;
      padding-top: 15px; }
      @media screen and (max-width: 1280px) {
        .rubriques-content-block {
          padding-bottom: 30px; } }
      .rubriques-content-block:last-of-type {
        margin-right: 0; }
      .rubriques-content-block img {
        object-fit: contain;
        max-height: 80px; }
      .rubriques-content-block-title {
        font-size: 14px;
        font-weight: 500;
        color: #ef7900;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0;
        height: 40px;
        vertical-align: middle;
        line-height: 40px; }

@media screen and (max-width: 767px) {
  .rubriques {
    padding: 20px 0 40px; }
    .rubriques .main-content {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 25px; }
    .rubriques-title {
      font-size: 20px;
      margin-bottom: 20px; }
      .rubriques-title:after {
        margin-top: 22px; }
    .rubriques-content {
      margin: auto; }
      .rubriques-content-block {
        margin: 5px;
        width: 130px;
        height: 90px;
        padding-top: 16px; }
        .rubriques-content-block img {
          width: 48px;
          height: 48px;
          margin: 0 auto; }
        .rubriques-content-block-title {
          font-size: 10px;
          height: 30px;
          line-height: 30px; } }

.ariane {
  margin: 75px auto 0;
  max-width: 1200px;
  font-size: 11px;
  padding: 0 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #949494; }
  .ariane * {
    color: #949494; }
  .ariane span {
    margin: 0 7px; }

.rubriques-articles {
  font-family: "Neo Sans Pro Medium", sans-serif; }
  .rubriques-articles-title {
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #677379;
    position: relative;
    padding-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .rubriques-articles-title {
        font-size: 20px; } }
    .rubriques-articles-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      background-color: #ef7900;
      height: 1px; }
  .rubriques-articles-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .rubriques-articles-content {
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start; } }
    @media screen and (min-width: 767px) {
      .rubriques-articles-content {
        margin-left: -20px;
        margin-right: -20px; }
        .rubriques-articles-content.has-margin {
          margin-left: auto;
          margin-right: auto; }
          .pharma .rubriques-articles-content.has-margin {
            position: relative; } }
      @media screen and (min-width: 767px) and (min-width: 767px) {
        .pharma .rubriques-articles-content.has-margin {
          margin-left: -25px;
          margin-right: -30px; } }
    .rubriques-articles-content .article {
      width: calc(100% / 3 - 40px);
      margin: 0 20px;
      position: relative;
      margin-bottom: 35px; }
      @media screen and (max-width: 1024px) {
        .rubriques-articles-content .article {
          width: calc(100% / 2 - 40px); } }
      @media (max-width: 767px) {
        .rubriques-articles-content .article {
          width: 100%;
          max-width: 400px;
          margin: 0 auto 35px; } }
      .rubriques-articles-content .article a:hover .article-category {
        text-decoration: none; }
      .rubriques-articles-content .article a:hover .article-content {
        text-decoration: underline;
        color: #677379; }
      .rubriques-articles-content .article-category {
        position: absolute;
        top: 0;
        left: 0; }
        .rubriques-articles-content .article-category > * {
          font-size: 12px;
          font-weight: 500;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          width: 90px;
          padding: 5px 0;
          position: relative;
          height: 25px;
          padding-left: 10px;
          margin-top: 10px; }
          .rubriques-articles-content .article-category > *:after {
            position: absolute;
            top: 0;
            right: -10px;
            width: 0;
            height: 0;
            content: '';
            border-right: 10px solid transparent;
            border-left: 10px solid transparent; }
          .rubriques-articles-content .article-category > *:first-child {
            margin-top: 0; }
        .rubriques-articles-content .article-category .orl {
          background-color: #66308f; }
          .rubriques-articles-content .article-category .orl:after {
            border-top: 25px solid #66308f; }
        .rubriques-articles-content .article-category .douleur {
          background-color: #0d83c2; }
          .rubriques-articles-content .article-category .douleur:after {
            border-top: 25px solid #0d83c2; }
      .rubriques-articles-content .article-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        height: 100%;
        max-height: 210px; }
      .rubriques-articles-content .article-content {
        padding: 0 20px; }
      .rubriques-articles-content .article-title {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #677379;
        margin: 10px 0 0; }
      .rubriques-articles-content .article-text {
        font-family: NeoSansPro-Regular, sans-serif;
        margin-top: 32px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.14;
        letter-spacing: normal;
        color: #b9b9b9; }
        @media screen and (max-width: 767px) {
          .rubriques-articles-content .article-text {
            margin-top: 12px; } }
      .rubriques-articles-content .article.with-btn {
        width: calc(100% / 3 - 50px);
        margin: 50px 25px 0;
        cursor: initial; }
        .rubriques-articles-content .article.with-btn:first-child {
          padding-left: 0; }
        .rubriques-articles-content .article.with-btn:last-child {
          padding-right: 0;
          margin-bottom: 35px; }
        @media screen and (min-width: 767px) and (max-width: 1024px) {
          .rubriques-articles-content .article.with-btn {
            width: calc(100% / 2 - 50px); } }
        @media screen and (max-width: 767px) {
          .rubriques-articles-content .article.with-btn {
            width: 100%;
            max-width: 400px;
            margin: 30px auto 0; } }
        .rubriques-articles-content .article.with-btn a {
          cursor: initial; }
          .rubriques-articles-content .article.with-btn a:hover .article-title, .rubriques-articles-content .article.with-btn a:hover .article-text {
            text-decoration: none; }
        .rubriques-articles-content .article.with-btn .article-img {
          max-height: 147px;
          max-width: 100%;
          cursor: pointer; }
          @media screen and (max-width: 767px) {
            .rubriques-articles-content .article.with-btn .article-img {
              max-width: 100%;
              min-width: auto; } }
        .rubriques-articles-content .article.with-btn .article-content {
          padding: 20px 20px 0; }
          @media screen and (max-width: 767px) {
            .rubriques-articles-content .article.with-btn .article-content {
              padding: 15px 15px 0; } }
        .rubriques-articles-content .article.with-btn .article-title {
          font-size: 18px;
          margin: 0;
          line-height: 1;
          max-height: 35px;
          min-height: 35px; }
          @media screen and (max-width: 767px) {
            .rubriques-articles-content .article.with-btn .article-title {
              min-height: auto;
              max-height: none;
              font-size: 16px; } }
        .rubriques-articles-content .article.with-btn .article-text {
          font-size: 12px;
          line-height: 1.2;
          margin: 5px 0 0;
          max-height: 80px;
          min-height: 80px; }
          @media screen and (max-width: 767px) {
            .rubriques-articles-content .article.with-btn .article-text {
              margin-top: 10px;
              min-height: auto;
              font-size: 14px;
              max-height: none; } }
        .rubriques-articles-content .article.with-btn .btn, .rubriques-articles-content .article.with-btn .articles__cta, .rubriques-articles-content .article.with-btn .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-articles-content .article.with-btn button[type="submit"], .rubriques-articles-content .article.with-btn section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-articles-content .article.with-btn .product-price__add-a-box {
          cursor: pointer;
          max-width: none;
          width: 100%;
          font-family: "Neo Sans Pro", Arial, sans-serif; }
          @media screen and (max-width: 767px) {
            .rubriques-articles-content .article.with-btn .btn, .rubriques-articles-content .article.with-btn .articles__cta, .rubriques-articles-content .article.with-btn .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-articles-content .article.with-btn button[type="submit"], .rubriques-articles-content .article.with-btn section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-articles-content .article.with-btn .product-price__add-a-box {
              margin-top: 15px;
              max-width: 250px;
              font-size: 14px;
              line-height: 30px;
              min-height: 30px;
              max-height: 30px; } }
  .rubriques-articles.une {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden; }
    @media screen and (max-width: 767px) {
      .rubriques-articles.une {
        margin: 0; } }
    .rubriques-articles.une .rubriques-articles-title {
      font-size: 40px;
      line-height: 1.38;
      color: #008c8c; }
      @media screen and (max-width: 767px) {
        .rubriques-articles.une .rubriques-articles-title {
          font-size: 32px; } }
    .rubriques-articles.une .rubriques-articles-content {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media screen and (max-width: 767px) {
        .rubriques-articles.une .rubriques-articles-content {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .rubriques-articles.une .rubriques-articles-content .article {
        max-width: 565px;
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 1195px) {
          .rubriques-articles.une .rubriques-articles-content .article {
            padding: 0 15px; } }
        @media screen and (max-width: 767px) {
          .rubriques-articles.une .rubriques-articles-content .article {
            padding: 10px 0; } }
        .rubriques-articles.une .rubriques-articles-content .article-img {
          max-height: 255px; }
        .rubriques-articles.une .rubriques-articles-content .article-content {
          padding: 0 15px; }
        .rubriques-articles.une .rubriques-articles-content .article-title {
          font-size: 24px; }
          @media screen and (max-width: 767px) {
            .rubriques-articles.une .rubriques-articles-content .article-title {
              font-size: 20px; } }
        .rubriques-articles.une .rubriques-articles-content .article-text {
          margin-top: 5px; }

.rubriques-articles-content .article-title-actu {
  height: 50px;
  padding-bottom: 10px; }

.rubriques-articles-content .article-texte-actu {
  margin-top: 0; }

.rubriques-pdf {
  margin: 25px auto 60px; }
  @media screen and (max-width: 767px) {
    .rubriques-pdf {
      margin: 0 auto 25px; } }
  .rubriques-pdf-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 767px) {
      .rubriques-pdf-content {
        margin-left: -25px;
        margin-right: -30px; } }
    .rubriques-pdf-content .block {
      padding: 40px 0 45px;
      margin: 25px;
      cursor: pointer;
      background-color: #fef8f2;
      position: relative;
      cursor: pointer;
      min-width: 200px;
      width: calc(100% / 3 - 50px); }
      @media screen and (min-width: 767px) and (max-width: 1024px) {
        .rubriques-pdf-content .block {
          width: calc(100% / 2 - 50px); } }
      @media screen and (max-width: 767px) {
        .rubriques-pdf-content .block {
          width: 100%;
          max-width: 300px;
          margin: 25px auto 0;
          padding: 25px 0; } }
      .rubriques-pdf-content .block-text {
        font-family: "Neo Sans Pro Medium",sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: center;
        color: #677379;
        margin: 0 auto 30px;
        width: 250px; }
      .rubriques-pdf-content .block-img {
        display: block;
        margin: auto;
        width: 185px;
        height: 170px;
        object-position: center;
        object-fit: contain; }
      .rubriques-pdf-content .block-download-icon {
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
        border-radius: 4px;
        border: solid 1px #ef7900;
        background: #ef7900 url("../images/download.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px; }
      .rubriques-pdf-content .block-downloads {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.76);
        top: 0;
        left: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .rubriques-pdf-content .block-downloads.active {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .rubriques-pdf-content .block-downloads.active .btn, .rubriques-pdf-content .block-downloads.active .articles__cta, .rubriques-pdf-content .block-downloads.active .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-pdf-content .block-downloads.active button[type="submit"], .rubriques-pdf-content .block-downloads.active section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-pdf-content .block-downloads.active .product-price__add-a-box {
            margin: 0 auto auto;
            padding-left: 15px;
            width: 240px;
            position: relative; }
            .rubriques-pdf-content .block-downloads.active .btn:first-child, .rubriques-pdf-content .block-downloads.active .articles__cta:first-child, .rubriques-pdf-content .block-downloads.active .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .rubriques-pdf-content .block-downloads.active button:first-child[type="submit"], .rubriques-pdf-content .block-downloads.active section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .rubriques-pdf-content .block-downloads.active .product-price__add-a-box:first-child {
              margin: auto auto 30px; }
            .rubriques-pdf-content .block-downloads.active .btn:before, .rubriques-pdf-content .block-downloads.active .articles__cta:before, .rubriques-pdf-content .block-downloads.active .informations-page .informations-table__content button[type="submit"]:before, .informations-page .informations-table__content .rubriques-pdf-content .block-downloads.active button[type="submit"]:before, .rubriques-pdf-content .block-downloads.active section.single-product .product-details__box .product-price__add-a-box:before, section.single-product .product-details__box .rubriques-pdf-content .block-downloads.active .product-price__add-a-box:before {
              content: ' ';
              position: absolute;
              background: url("../images/download.svg");
              background-position: center;
              background-repeat: no-repeat;
              background-size: 15px;
              width: 15px;
              top: 5px;
              left: 30px;
              height: 15px; }
        .rubriques-pdf-content .block-downloads .close {
          position: absolute;
          top: 15px;
          right: 15px;
          height: 25px;
          width: 25px;
          border: 1px solid #ef7900;
          background: transparent;
          border-radius: 4px;
          outline: none; }
          .rubriques-pdf-content .block-downloads .close:before, .rubriques-pdf-content .block-downloads .close:after {
            position: absolute;
            top: 5px;
            left: 11px;
            content: ' ';
            height: 15px;
            width: 1px;
            background-color: #ef7900; }
          .rubriques-pdf-content .block-downloads .close:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .rubriques-pdf-content .block-downloads .close:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .rubriques-pdf .btn, .rubriques-pdf .articles__cta, .rubriques-pdf .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-pdf button[type="submit"], .rubriques-pdf section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-pdf .product-price__add-a-box {
    width: 241px;
    height: 28px;
    min-height: 28px;
    border-radius: 4px;
    border: solid 1px #ef7900;
    line-height: 28px;
    display: block;
    margin: auto;
    font-weight: 800; }
    .rubriques-pdf .btn span, .rubriques-pdf .articles__cta span, .rubriques-pdf .informations-page .informations-table__content button[type="submit"] span, .informations-page .informations-table__content .rubriques-pdf button[type="submit"] span, .rubriques-pdf section.single-product .product-details__box .product-price__add-a-box span, section.single-product .product-details__box .rubriques-pdf .product-price__add-a-box span {
      margin-right: 15px; }
    .rubriques-pdf .btn.white, .rubriques-pdf .white.articles__cta, .rubriques-pdf .informations-page .informations-table__content button.white[type="submit"], .informations-page .informations-table__content .rubriques-pdf button.white[type="submit"], .rubriques-pdf section.single-product .product-details__box .white.product-price__add-a-box, section.single-product .product-details__box .rubriques-pdf .white.product-price__add-a-box {
      color: #ef7900;
      background-color: white;
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        .rubriques-pdf .btn.white, .rubriques-pdf .white.articles__cta, .rubriques-pdf .informations-page .informations-table__content button.white[type="submit"], .informations-page .informations-table__content .rubriques-pdf button.white[type="submit"], .rubriques-pdf section.single-product .product-details__box .white.product-price__add-a-box, section.single-product .product-details__box .rubriques-pdf .white.product-price__add-a-box {
          line-height: 40px;
          height: 40px;
          min-height: 40px; } }

.article-reco {
  margin-top: 35px; }
  .article-reco__title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #677379;
    font-weight: normal;
    font-family: "Neo Sans Pro Medium";
    position: relative; }
    .article-reco__title:after {
      content: '';
      width: 50px;
      height: 1px;
      background-color: #ec6608;
      display: block;
      margin-top: 15px; }
  .article-reco__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .article-reco__container {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .article-reco-item {
    max-width: 353px; }
    @media screen and (max-width: 767px) {
      .article-reco-item {
        margin-left: 0;
        margin-right: 0; } }
    .article-reco-item:not(:last-of-type) {
      margin-right: 15px; }
    .article-reco-item__image {
      max-height: 164px;
      object-fit: cover;
      width: 100%; }
    .article-reco-item__text-box {
      padding: 15px;
      padding-top: 0; }
      .article-reco-item__text-box__title {
        font-size: 16px;
        font-size: 1rem;
        font-family: "Neo Sans Pro Medium";
        font-weight: 400;
        color: #677379;
        margin-bottom: 12px; }
      .article-reco-item__text-box__excerpt {
        font-size: 14px;
        font-size: 0.875rem;
        color: #b9b9b9;
        margin-top: 0; }

.template-kit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px; }
  .template-kit .kit {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
    @media screen and (max-width: 480px) {
      .template-kit .kit {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px; } }
    .template-kit .kit:first-child {
      margin-top: 0; }
    .template-kit .kit-image {
      max-width: 280px;
      max-height: 200px;
      width: 100%;
      min-height: 200px;
      object-fit: cover;
      object-position: center; }
      @media screen and (max-width: 767px) {
        .template-kit .kit-image {
          max-width: none;
          min-width: 0;
          min-height: 0;
          max-height: none; } }
    .template-kit .kit-content {
      padding: 20px;
      background-color: #fef8f2;
      max-height: 200px;
      width: 100%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .template-kit .kit-content {
          max-height: none;
          padding: 20px 20px 60px;
          min-width: 285px; } }
      @media screen and (max-width: 480px) {
        .template-kit .kit-content {
          padding: 17px 17px 35px;
          min-width: auto; } }
      .template-kit .kit-content-title {
        margin: 0;
        font-family: NeoSansPro-Bold, sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #677379; }
        @media screen and (max-width: 480px) {
          .template-kit .kit-content-title {
            max-height: none; } }
      .template-kit .kit-content-cat {
        margin: 10px 0;
        padding-left: 10px;
        width: 125px;
        height: 20px;
        font-family: "Neo Sans Pro Medium", sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 20px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        position: relative; }
        .template-kit .kit-content-cat:after {
          position: absolute;
          top: 0;
          right: -10px;
          width: 0;
          height: 0;
          content: '';
          border-right: 10px solid transparent;
          border-left: 10px solid transparent; }
        .template-kit .kit-content-cat.pratique {
          background-color: #ef7900; }
          .template-kit .kit-content-cat.pratique:after {
            border-top: 20px solid #ef7900; }
        .template-kit .kit-content-cat.synthese {
          background-color: #008c8c; }
          .template-kit .kit-content-cat.synthese:after {
            border-top: 20px solid #008c8c; }
      .template-kit .kit-content p.kit-content-text {
        margin-top: 5px;
        max-width: 575px;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: normal;
        color: #677379; }
      .template-kit .kit-content .btn, .template-kit .kit-content .articles__cta, .template-kit .kit-content .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .template-kit .kit-content button[type="submit"], .template-kit .kit-content section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .template-kit .kit-content .product-price__add-a-box {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 240px;
        height: 40px;
        max-height: 40px;
        min-height: 40px;
        max-width: 240px;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: normal;
        color: #ffffff; }
        @media screen and (max-width: 480px) {
          .template-kit .kit-content .btn, .template-kit .kit-content .articles__cta, .template-kit .kit-content .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .template-kit .kit-content button[type="submit"], .template-kit .kit-content section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .template-kit .kit-content .product-price__add-a-box {
            margin-top: 20px;
            position: relative;
            bottom: auto;
            right: auto;
            max-width: none;
            width: 100%;
            height: 28px;
            max-height: 28px;
            min-height: 28px;
            line-height: 28px; } }
        .template-kit .kit-content .btn.download, .template-kit .kit-content .download.articles__cta, .template-kit .kit-content .informations-page .informations-table__content button.download[type="submit"], .informations-page .informations-table__content .template-kit .kit-content button.download[type="submit"], .template-kit .kit-content section.single-product .product-details__box .download.product-price__add-a-box, section.single-product .product-details__box .template-kit .kit-content .download.product-price__add-a-box {
          padding-left: 10px; }
          .template-kit .kit-content .btn.download:before, .template-kit .kit-content .download.articles__cta:before, .template-kit .kit-content .informations-page .informations-table__content button.download[type="submit"]:before, .informations-page .informations-table__content .template-kit .kit-content button.download[type="submit"]:before, .template-kit .kit-content section.single-product .product-details__box .download.product-price__add-a-box:before, section.single-product .product-details__box .template-kit .kit-content .download.product-price__add-a-box:before {
            content: ' ';
            position: absolute;
            background: url("../images/download.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 15px;
            width: 15px;
            top: 12px;
            left: 48px;
            height: 15px; }
            @media screen and (max-width: 480px) {
              .template-kit .kit-content .btn.download:before, .template-kit .kit-content .download.articles__cta:before, .template-kit .kit-content .informations-page .informations-table__content button.download[type="submit"]:before, .informations-page .informations-table__content .template-kit .kit-content button.download[type="submit"]:before, .template-kit .kit-content section.single-product .product-details__box .download.product-price__add-a-box:before, section.single-product .product-details__box .template-kit .kit-content .download.product-price__add-a-box:before {
                top: 6px;
                left: 0;
                right: 130px;
                display: block;
                margin: auto; } }

.template-kit .kit-content .btn.static_module_doc_2, .template-kit .kit-content .static_module_doc_2.articles__cta, .template-kit .kit-content .informations-page .informations-table__content button.static_module_doc_2[type="submit"], .informations-page .informations-table__content .template-kit .kit-content button.static_module_doc_2[type="submit"], .template-kit .kit-content section.single-product .product-details__box .static_module_doc_2.product-price__add-a-box, section.single-product .product-details__box .template-kit .kit-content .static_module_doc_2.product-price__add-a-box {
  margin: 0 260px 0 0; }

@media screen and (max-width: 480px) {
  .template-kit .kit-content .btn.static_module_doc_2, .template-kit .kit-content .static_module_doc_2.articles__cta, .template-kit .kit-content .informations-page .informations-table__content button.static_module_doc_2[type="submit"], .informations-page .informations-table__content .template-kit .kit-content button.static_module_doc_2[type="submit"], .template-kit .kit-content section.single-product .product-details__box .static_module_doc_2.product-price__add-a-box, section.single-product .product-details__box .template-kit .kit-content .static_module_doc_2.product-price__add-a-box {
    margin: 0; } }

.merchandising .template.main-content {
  max-width: 1200px; }
  @media screen and (max-width: 1365px) and (min-width: 767px) {
    .merchandising .template.main-content {
      padding: 0 20px; } }

.rubriques-merchandising {
  margin-top: 40px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 40px 45px;
  background: #fef8f2; }
  @media print {
    .rubriques-merchandising {
      page-break-after: always; } }
  @media screen and (max-width: 767px) {
    .rubriques-merchandising {
      margin-top: 15px;
      padding: 20px; } }
  .rubriques-merchandising-title {
    font-size: 18px;
    color: #677379; }
    @media screen and (max-width: 767px) {
      .rubriques-merchandising-title {
        font-size: 16px; } }
  .rubriques-merchandising-btns {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .rubriques-merchandising-btns {
        margin-top: 40px; } }
    .rubriques-merchandising-btns .btn, .rubriques-merchandising-btns .articles__cta, .rubriques-merchandising-btns .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising-btns button[type="submit"], .rubriques-merchandising-btns section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising-btns .product-price__add-a-box {
      outline: none;
      margin: 0 11px;
      max-width: 180px;
      max-height: 80px;
      line-height: 80px;
      background: transparent;
      border: 1px solid #677379;
      color: #949494;
      font-size: 20px; }
      .rubriques-merchandising-btns .btn:hover, .rubriques-merchandising-btns .articles__cta:hover, .rubriques-merchandising-btns .informations-page .informations-table__content button:hover[type="submit"], .informations-page .informations-table__content .rubriques-merchandising-btns button:hover[type="submit"], .rubriques-merchandising-btns section.single-product .product-details__box .product-price__add-a-box:hover, section.single-product .product-details__box .rubriques-merchandising-btns .product-price__add-a-box:hover, .rubriques-merchandising-btns .btn.active, .rubriques-merchandising-btns .active.articles__cta, .rubriques-merchandising-btns .informations-page .informations-table__content button.active[type="submit"], .informations-page .informations-table__content .rubriques-merchandising-btns button.active[type="submit"], .rubriques-merchandising-btns section.single-product .product-details__box .active.product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising-btns .active.product-price__add-a-box {
        color: #fef8f2;
        border-color: transparent;
        background: #ef7900; }
  .rubriques-merchandising #block1 .rubriques-merchandising-title {
    margin-top: 15px;
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      .rubriques-merchandising #block1 .rubriques-merchandising-title {
        font-size: 16px;
        margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .rubriques-merchandising #block1 .rubriques-merchandising-btns {
      margin-top: 45px; } }
  .rubriques-merchandising #block1 .rubriques-merchandising-btns .btn, .rubriques-merchandising #block1 .rubriques-merchandising-btns .articles__cta, .rubriques-merchandising #block1 .rubriques-merchandising-btns .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #block1 .rubriques-merchandising-btns button[type="submit"], .rubriques-merchandising #block1 .rubriques-merchandising-btns section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #block1 .rubriques-merchandising-btns .product-price__add-a-box {
    border-color: #ef7900;
    color: #ef7900;
    font-size: 14px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .rubriques-merchandising #block1 .rubriques-merchandising-btns .btn, .rubriques-merchandising #block1 .rubriques-merchandising-btns .articles__cta, .rubriques-merchandising #block1 .rubriques-merchandising-btns .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #block1 .rubriques-merchandising-btns button[type="submit"], .rubriques-merchandising #block1 .rubriques-merchandising-btns section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #block1 .rubriques-merchandising-btns .product-price__add-a-box {
        margin: 0 auto 30px;
        max-width: 240px; } }
    .rubriques-merchandising #block1 .rubriques-merchandising-btns .btn:hover, .rubriques-merchandising #block1 .rubriques-merchandising-btns .articles__cta:hover, .rubriques-merchandising #block1 .rubriques-merchandising-btns .informations-page .informations-table__content button:hover[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #block1 .rubriques-merchandising-btns button:hover[type="submit"], .rubriques-merchandising #block1 .rubriques-merchandising-btns section.single-product .product-details__box .product-price__add-a-box:hover, section.single-product .product-details__box .rubriques-merchandising #block1 .rubriques-merchandising-btns .product-price__add-a-box:hover, .rubriques-merchandising #block1 .rubriques-merchandising-btns .btn.active, .rubriques-merchandising #block1 .rubriques-merchandising-btns .active.articles__cta, .rubriques-merchandising #block1 .rubriques-merchandising-btns .informations-page .informations-table__content button.active[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #block1 .rubriques-merchandising-btns button.active[type="submit"], .rubriques-merchandising #block1 .rubriques-merchandising-btns section.single-product .product-details__box .active.product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #block1 .rubriques-merchandising-btns .active.product-price__add-a-box {
      border-color: transparent;
      background: #ef7900;
      color: #fef8f2; }
  .rubriques-merchandising #comptoir, .rubriques-merchandising #meuble, .rubriques-merchandising #espace-libre {
    display: none; }
    .rubriques-merchandising #comptoir.active, .rubriques-merchandising #meuble.active, .rubriques-merchandising #espace-libre.active {
      display: block; }
  .rubriques-merchandising #espace-libre {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .rubriques-merchandising #espace-libre {
        margin-top: 30px; } }
    .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns .btn, .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns .articles__cta, .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns button[type="submit"], .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns .product-price__add-a-box {
      max-width: 175px;
      max-height: 58px;
      line-height: 58px; }
      @media screen and (max-width: 767px) {
        .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns .btn, .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns .articles__cta, .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns button[type="submit"], .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #espace-libre > .rubriques-merchandising-btns .product-price__add-a-box {
          margin: 0 auto 16px;
          max-width: 240px; } }
  .rubriques-merchandising #comptoir, .rubriques-merchandising #meuble {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .rubriques-merchandising #comptoir .rubriques-merchandising-btns, .rubriques-merchandising #meuble .rubriques-merchandising-btns {
        padding: 0 20px; } }
    .rubriques-merchandising #comptoir .rubriques-merchandising-btns .btn, .rubriques-merchandising #comptoir .rubriques-merchandising-btns .articles__cta, .rubriques-merchandising #comptoir .rubriques-merchandising-btns .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #comptoir .rubriques-merchandising-btns button[type="submit"], .rubriques-merchandising #comptoir .rubriques-merchandising-btns section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #comptoir .rubriques-merchandising-btns .product-price__add-a-box, .rubriques-merchandising #meuble .rubriques-merchandising-btns .btn, .rubriques-merchandising #meuble .rubriques-merchandising-btns .articles__cta, .rubriques-merchandising #meuble .rubriques-merchandising-btns .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #meuble .rubriques-merchandising-btns button[type="submit"], .rubriques-merchandising #meuble .rubriques-merchandising-btns section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #meuble .rubriques-merchandising-btns .product-price__add-a-box {
      max-width: 74px;
      max-height: 58px;
      line-height: 58px;
      margin-bottom: 20px; }
    .rubriques-merchandising #comptoir > button.btn, .rubriques-merchandising #comptoir > button.articles__cta, .rubriques-merchandising .informations-page .informations-table__content #comptoir > button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #comptoir > button[type="submit"], .rubriques-merchandising section.single-product .product-details__box #comptoir > button.product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #comptoir > button.product-price__add-a-box, .rubriques-merchandising #meuble > button.btn, .rubriques-merchandising #meuble > button.articles__cta, .rubriques-merchandising .informations-page .informations-table__content #meuble > button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #meuble > button[type="submit"], .rubriques-merchandising section.single-product .product-details__box #meuble > button.product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #meuble > button.product-price__add-a-box {
      margin-top: 5px;
      max-width: 380px;
      line-height: 40px;
      min-height: 40px;
      background: #677379;
      opacity: 0.2;
      cursor: initial;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .rubriques-merchandising #comptoir > button.btn, .rubriques-merchandising #comptoir > button.articles__cta, .rubriques-merchandising .informations-page .informations-table__content #comptoir > button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #comptoir > button[type="submit"], .rubriques-merchandising section.single-product .product-details__box #comptoir > button.product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #comptoir > button.product-price__add-a-box, .rubriques-merchandising #meuble > button.btn, .rubriques-merchandising #meuble > button.articles__cta, .rubriques-merchandising .informations-page .informations-table__content #meuble > button[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #meuble > button[type="submit"], .rubriques-merchandising section.single-product .product-details__box #meuble > button.product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #meuble > button.product-price__add-a-box {
          max-width: 240px; } }
      .rubriques-merchandising #comptoir > button.btn.active, .rubriques-merchandising #comptoir > button.active.articles__cta, .rubriques-merchandising .informations-page .informations-table__content #comptoir > button.active[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #comptoir > button.active[type="submit"], .rubriques-merchandising section.single-product .product-details__box #comptoir > button.active.product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #comptoir > button.active.product-price__add-a-box, .rubriques-merchandising #meuble > button.btn.active, .rubriques-merchandising #meuble > button.active.articles__cta, .rubriques-merchandising .informations-page .informations-table__content #meuble > button.active[type="submit"], .informations-page .informations-table__content .rubriques-merchandising #meuble > button.active[type="submit"], .rubriques-merchandising section.single-product .product-details__box #meuble > button.active.product-price__add-a-box, section.single-product .product-details__box .rubriques-merchandising #meuble > button.active.product-price__add-a-box {
        border-color: transparent;
        background: #ef7900;
        color: #fef8f2;
        opacity: 1;
        cursor: pointer; }
  @media screen and (max-width: 767px) {
    .rubriques-merchandising #meuble {
      margin-top: 25px; } }

#recommandation {
  display: none;
  padding: 80px 0 0;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 22px;
  color: #677379; }
  @media screen and (max-width: 767px) {
    #recommandation {
      padding: 30px 0 0;
      font-size: 18px; } }
  @media print {
    #recommandation {
      page-break-after: always; } }
  #recommandation.active {
    display: block; }
  @media screen and (max-width: 767px) {
    #recommandation .rubriques-merchandising {
      margin-top: 35px; } }
  #recommandation .rubriques-merchandising > .btn, #recommandation .rubriques-merchandising > .articles__cta, #recommandation .informations-page .informations-table__content .rubriques-merchandising > button[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising > button[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising > .product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising > .product-price__add-a-box {
    background: transparent;
    color: #008c8c;
    border: 1px solid #008c8c;
    max-width: 420px;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      #recommandation .rubriques-merchandising > .btn, #recommandation .rubriques-merchandising > .articles__cta, #recommandation .informations-page .informations-table__content .rubriques-merchandising > button[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising > button[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising > .product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising > .product-price__add-a-box {
        margin-top: 20px;
        max-width: 240px; } }
    @media print {
      #recommandation .rubriques-merchandising > .btn, #recommandation .rubriques-merchandising > .articles__cta, #recommandation .informations-page .informations-table__content .rubriques-merchandising > button[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising > button[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising > .product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising > .product-price__add-a-box {
        display: none !important; } }
    #recommandation .rubriques-merchandising > .btn:hover, #recommandation .rubriques-merchandising > .articles__cta:hover, #recommandation .informations-page .informations-table__content .rubriques-merchandising > button:hover[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising > button:hover[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising > .product-price__add-a-box:hover, section.single-product .product-details__box #recommandation .rubriques-merchandising > .product-price__add-a-box:hover, #recommandation .rubriques-merchandising > .btn.active, #recommandation .rubriques-merchandising > .active.articles__cta, #recommandation .informations-page .informations-table__content .rubriques-merchandising > button.active[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising > button.active[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising > .active.product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising > .active.product-price__add-a-box {
      border-color: transparent;
      background: #008c8c;
      color: white; }
    #recommandation .rubriques-merchandising > .btn:last-child, #recommandation .rubriques-merchandising > .articles__cta:last-child, #recommandation .informations-page .informations-table__content .rubriques-merchandising > button:last-child[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising > button:last-child[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising > .product-price__add-a-box:last-child, section.single-product .product-details__box #recommandation .rubriques-merchandising > .product-price__add-a-box:last-child {
      margin: 0;
      background: #008c8c;
      color: white;
      border-color: transparent;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        #recommandation .rubriques-merchandising > .btn:last-child, #recommandation .rubriques-merchandising > .articles__cta:last-child, #recommandation .informations-page .informations-table__content .rubriques-merchandising > button:last-child[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising > button:last-child[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising > .product-price__add-a-box:last-child, section.single-product .product-details__box #recommandation .rubriques-merchandising > .product-price__add-a-box:last-child {
          line-height: initial;
          margin-bottom: 15px;
          padding-top: 3px; } }
  #recommandation .rubriques-merchandising-title {
    margin-top: 52px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      #recommandation .rubriques-merchandising-title {
        font-size: 18px;
        margin-top: 40px; } }
    #recommandation .rubriques-merchandising-title.loin {
      margin: 45px 0 25px;
      font-size: 22px; }
      @media screen and (max-width: 767px) {
        #recommandation .rubriques-merchandising-title.loin {
          font-size: 20px;
          margin-bottom: 15px; } }
      @media print {
        #recommandation .rubriques-merchandising-title.loin {
          display: none !important; } }
      #recommandation .rubriques-merchandising-title.loin + .btn, #recommandation .rubriques-merchandising-title.loin + .articles__cta, #recommandation .informations-page .informations-table__content .rubriques-merchandising-title.loin + button[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising-title.loin + button[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising-title.loin + .product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising-title.loin + .product-price__add-a-box {
        line-height: 40px; }
  #recommandation .rubriques-merchandising-score {
    margin-top: -5px;
    padding: 50px 10px;
    background: white;
    color: #008c8c; }
    @media screen and (max-width: 767px) {
      #recommandation .rubriques-merchandising-score {
        margin: -5px -10px 0;
        padding: 30px 10px; } }
    #recommandation .rubriques-merchandising-score .flex-container {
      -webkit-flex-wrap: unset;
      -ms-flex-wrap: unset;
      flex-wrap: unset; }
      @media screen and (max-width: 767px) {
        #recommandation .rubriques-merchandising-score .flex-container {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 0 30px; } }
      #recommandation .rubriques-merchandising-score .flex-container > div {
        width: 100%;
        font-size: 18px; }
        #recommandation .rubriques-merchandising-score .flex-container > div .big {
          font-weight: bold;
          font-size: 60px; }
        #recommandation .rubriques-merchandising-score .flex-container > div.icon {
          margin: auto;
          width: 50px; }
          @media screen and (max-width: 767px) {
            #recommandation .rubriques-merchandising-score .flex-container > div.icon {
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }
          #recommandation .rubriques-merchandising-score .flex-container > div.icon .big {
            font-size: 80px; }
    #recommandation .rubriques-merchandising-score > .btn, #recommandation .rubriques-merchandising-score > .articles__cta, #recommandation .informations-page .informations-table__content .rubriques-merchandising-score > button[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising-score > button[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising-score > .product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising-score > .product-price__add-a-box {
      margin-top: 30px;
      background: white;
      color: #008c8c;
      border: 1px solid #008c8c;
      max-width: 380px; }
      @media screen and (max-width: 767px) {
        #recommandation .rubriques-merchandising-score > .btn, #recommandation .rubriques-merchandising-score > .articles__cta, #recommandation .informations-page .informations-table__content .rubriques-merchandising-score > button[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising-score > button[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising-score > .product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising-score > .product-price__add-a-box {
          max-width: 240px; } }
      #recommandation .rubriques-merchandising-score > .btn:hover, #recommandation .rubriques-merchandising-score > .articles__cta:hover, #recommandation .informations-page .informations-table__content .rubriques-merchandising-score > button:hover[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising-score > button:hover[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising-score > .product-price__add-a-box:hover, section.single-product .product-details__box #recommandation .rubriques-merchandising-score > .product-price__add-a-box:hover, #recommandation .rubriques-merchandising-score > .btn.active, #recommandation .rubriques-merchandising-score > .active.articles__cta, #recommandation .informations-page .informations-table__content .rubriques-merchandising-score > button.active[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising-score > button.active[type="submit"], #recommandation section.single-product .product-details__box .rubriques-merchandising-score > .active.product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising-score > .active.product-price__add-a-box {
        border-color: transparent;
        background: #008c8c;
        color: white; }
  #recommandation .rubriques-merchandising-vision .container-img {
    margin-top: 45px;
    position: relative; }
    #recommandation .rubriques-merchandising-vision .container-img img {
      width: 100%; }
      @media print {
        #recommandation .rubriques-merchandising-vision .container-img img {
          width: 70%; } }
      @media screen and (max-width: 767px) {
        #recommandation .rubriques-merchandising-vision .container-img img {
          height: 100%;
          object-fit: contain;
          object-position: center; } }
    @media screen and (max-width: 767px) {
      #recommandation .rubriques-merchandising-vision .container-img {
        margin: 22px 0 10px;
        max-width: 800px;
        height: 250px;
        position: relative; } }
  #recommandation .rubriques-merchandising-vision .loop {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background: white url("../images/glass-icon.svg") center no-repeat;
    background-size: 40px;
    box-shadow: 0px 4px 5px #677379;
    position: absolute;
    top: 17px;
    right: 13px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #recommandation .rubriques-merchandising-vision .loop {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; } }
  @media screen and (max-width: 767px) {
    #recommandation .rubriques-merchandising-vision.active .container-img {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      overflow: scroll;
      z-index: 1000;
      background: white;
      max-width: none;
      width: 100%;
      height: 100%;
      transition: all 1s ease-out, background 0s; }
      #recommandation .rubriques-merchandising-vision.active .container-img img {
        width: auto;
        height: 100%; }
      #recommandation .rubriques-merchandising-vision.active .container-img .loop {
        background: white url("../images/disconnected/close.svg") center no-repeat;
        background-size: 25px;
        position: fixed;
        top: 10px;
        right: 10px;
        left: auto;
        bottom: auto; } }
  @media screen and (min-width: 767px) {
    #recommandation .rubriques-merchandising-slider {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    #recommandation .rubriques-merchandising-slider {
      position: relative;
      left: -25px;
      width: calc(100% + 50px);
      overflow: hidden; } }
  @media print {
    #recommandation .rubriques-merchandising-slider {
      display: table;
      width: 100% !important;
      left: auto !important;
      margin: auto; }
      #recommandation .rubriques-merchandising-slider > div {
        -webkit-transform: scale(0.8);
        transform: scale(0.8); }
      #recommandation .rubriques-merchandising-slider .slick-slide {
        max-width: 202px;
        height: 100%; }
        #recommandation .rubriques-merchandising-slider .slick-slide > div {
          height: 100%;
          max-width: 200px;
          margin: auto 15px; } }
  @media screen and (max-width: 767px) {
    #recommandation .rubriques-merchandising-slider .slick-track {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    #recommandation .rubriques-merchandising-slider .slick-slide {
      min-width: 220px;
      height: 100%; }
      #recommandation .rubriques-merchandising-slider .slick-slide > div {
        height: 100%;
        margin: 0 auto 0 15px;
        max-width: 200px; } }
  #recommandation .rubriques-merchandising-slider .marge {
    display: none; }
    @media screen and (max-width: 767px) {
      #recommandation .rubriques-merchandising-slider .marge {
        display: block;
        min-width: 500px; } }
  #recommandation .rubriques-merchandising-slider .entry {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-width: 200px;
    margin: 0 auto;
    font-size: 16px;
    background: white;
    text-align: left;
    margin-top: 30px;
    position: relative; }
    @media print {
      #recommandation .rubriques-merchandising-slider .entry {
        vertical-align: top;
        display: inline-block;
        margin: 25px 3px auto;
        height: 100%;
        min-height: 300px;
        -webkit-align-self: initial;
        -ms-flex-item-align: initial;
        align-self: initial; } }
    @media screen and (max-width: 767px) {
      #recommandation .rubriques-merchandising-slider .entry {
        margin-top: 25px;
        height: 100%; } }
    #recommandation .rubriques-merchandising-slider .entry.libre-acces .entry-header {
      background: #246293;
      width: 350px; }
    #recommandation .rubriques-merchandising-slider .entry.libre-service .entry-header {
      background: #3bb44a;
      width: 350px; }
    #recommandation .rubriques-merchandising-slider .entry.soin .entry-header {
      background: #fd2e69; }
    #recommandation .rubriques-merchandising-slider .entry.digestion .entry-header {
      background: #ffdd3b; }
    #recommandation .rubriques-merchandising-slider .entry.respiratoire .entry-header {
      background: #74319b; }
    #recommandation .rubriques-merchandising-slider .entry.forme .entry-header {
      background: #ff7d50; }
    #recommandation .rubriques-merchandising-slider .entry.douleur .entry-header {
      background: #008fcd; }
    #recommandation .rubriques-merchandising-slider .entry-header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 18px 13px;
      color: white;
      font-weight: 700; }
      @media print {
        #recommandation .rubriques-merchandising-slider .entry-header {
          display: -webkit-flex !important;
          display: -ms-flexbox !important;
          display: flex !important; } }
      #recommandation .rubriques-merchandising-slider .entry-header-title {
        width: 60%; }
      #recommandation .rubriques-merchandising-slider .entry-header-img {
        text-align: right;
        width: 40%; }
        @media screen and (max-width: 767px) {
          #recommandation .rubriques-merchandising-slider .entry-header-img img {
            margin-left: auto; } }
    #recommandation .rubriques-merchandising-slider .entry-content {
      padding: 20px 13px;
      line-height: 1.25; }
      #recommandation .rubriques-merchandising-slider .entry-content-pdm {
        font-weight: bold; }
      #recommandation .rubriques-merchandising-slider .entry-content-meuble {
        margin-top: 14px;
        font-weight: bold;
        color: #b9b9b9; }
      #recommandation .rubriques-merchandising-slider .entry-content-subtitle {
        margin-top: 14px;
        font-weight: bold; }
      #recommandation .rubriques-merchandising-slider .entry-content-desc {
        margin-top: 18px;
        color: #b9b9b9;
        font-size: 14px;
        line-height: 1.1; }
    #recommandation .rubriques-merchandising-slider .entry-footer {
      background: transparent;
      padding: 0 13px 20px;
      height: 55px; }
      @media print {
        #recommandation .rubriques-merchandising-slider .entry-footer {
          display: none !important; } }
      #recommandation .rubriques-merchandising-slider .entry-footer .btn, #recommandation .rubriques-merchandising-slider .entry-footer .articles__cta, #recommandation .rubriques-merchandising-slider .entry-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising-slider .entry-footer button[type="submit"], #recommandation .rubriques-merchandising-slider .entry-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising-slider .entry-footer .product-price__add-a-box {
        max-width: 170px;
        min-height: 30px;
        line-height: 30px;
        margin: auto;
        width: 100%;
        display: block;
        position: absolute;
        left: 13px;
        bottom: 20px; }
        @media screen and (max-width: 767px) {
          #recommandation .rubriques-merchandising-slider .entry-footer .btn, #recommandation .rubriques-merchandising-slider .entry-footer .articles__cta, #recommandation .rubriques-merchandising-slider .entry-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content #recommandation .rubriques-merchandising-slider .entry-footer button[type="submit"], #recommandation .rubriques-merchandising-slider .entry-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box #recommandation .rubriques-merchandising-slider .entry-footer .product-price__add-a-box {
            bottom: 40px; } }

#slider-libre .rubriques-merchandising-slider .entry {
  max-width: 350px; }

#slider-libre .rubriques-merchandising-slider .entry-footer .btn, #slider-libre .rubriques-merchandising-slider .entry-footer .articles__cta, #slider-libre .rubriques-merchandising-slider .entry-footer .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content #slider-libre .rubriques-merchandising-slider .entry-footer button[type="submit"], #slider-libre .rubriques-merchandising-slider .entry-footer section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box #slider-libre .rubriques-merchandising-slider .entry-footer .product-price__add-a-box {
  max-width: 320px; }

.pop-in#image-merchandising {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1265px;
  min-height: 795px;
  margin: auto;
  padding: 50px 15px;
  margin-top: 0; }
  .pop-in#image-merchandising img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.ui-datepicker {
  text-align: center;
  background-color: white;
  border: none;
  padding: 20px 17px 10px !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); }

.ui-datepicker-trigger {
  margin: 0 0 0 5px;
  vertical-align: text-top; }

.ui-datepicker {
  margin-top: 2px;
  padding: 0 !important;
  border-color: #c9f0f5 !important; }

.ui-datepicker {
  width: 300px; }

.openemr-calendar .ui-datepicker {
  width: 191px; }

.ui-datepicker table {
  width: 300px;
  table-layout: fixed; }

.openemr-calendar .ui-datepicker table {
  width: 191px;
  table-layout: fixed; }

.ui-datepicker-header {
  background-color: white !important;
  background-image: none !important;
  border-radius: 0;
  color: #0c0c0c; }

.openemr-calendar .ui-datepicker-header {
  background-color: #e6f7f9 !important;
  border-width: 1px;
  border-color: #c9f0f5;
  border-style: solid; }

.ui-datepicker-title {
  line-height: 35px !important;
  margin: 0 10px !important; }

.openemr-calendar .ui-datepicker-title {
  line-height: 20px !important; }

.ui-datepicker-prev span {
  display: none !important; }

.ui-datepicker-next {
  padding: 5px 7px;
  text-align: center; }
  .ui-datepicker-next:after {
    content: '>';
    color: #AAA; }

.ui-datepicker-next span {
  display: none !important; }

.ui-datepicker-prev {
  padding: 5px 7px;
  height: 12px !important;
  width: 7px !important;
  margin: 14px 12px;
  display: inline-block;
  left: 0 !important;
  top: 0 !important;
  position: absolute; }
  .ui-datepicker-prev:after {
    content: '<';
    color: #AAA; }

.openemr-calendar .ui-datepicker-prev {
  height: 14px !important;
  width: 9px !important;
  margin: 5px !important; }

.ui-datepicker-next {
  cursor: pointer; }

.ui-datepicker-prev {
  cursor: pointer; }

.ui-datepicker-next {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==") !important;
  height: 12px !important;
  width: 8px !important;
  margin: 14px 12px;
  display: inline-block;
  right: 0 !important;
  top: 0 !important; }

.openemr-calendar .ui-datepicker-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC") !important;
  height: 14px !important;
  width: 8px !important;
  margin: 5px; }

.ui-datepicker-month {
  border-radius: 2px;
  width: 110px !important;
  color: #008c8c;
  height: 22px;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  border: none !important;
  margin-right: 17px !important;
  vertical-align: text-top; }

.openemr-calendar .ui-datepicker-month {
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  -webkit-transform: scaleX(1.0029);
  transform: scaleX(1.0029); }

.ui-datepicker-year {
  border-radius: 2px;
  color: #008c8c;
  width: 61px !important;
  height: 22px;
  border: none !important;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  vertical-align: text-top; }

.openemr-calendar .ui-datepicker-year {
  color: #008c8c;
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  -webkit-transform: scaleX(1.0029);
  transform: scaleX(1.0029); }

.ui-datepicker-month option,
.ui-datepicker-year option {
  color: #3985a0 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: 600; }

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
  background-color: #e5edf0 !important; }

.ui-datepicker .ui-state-hover {
  /*background: none !important;*/
  border: 0 !important; }

.ui-datepicker td {
  vertical-align: top; }

.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  color: #999 !important;
  font-weight: 400 !important; }

.ui-datepicker .ui-state-default {
  border-radius: 2px;
  border-color: #edebeb !important;
  padding: 0 !important;
  line-height: 24px;
  text-align: center !important;
  color: #333;
  font-size: 13px;
  font-weight: 600 !important;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block; }

.ui-datepicker .ui-state-default.ui-state-highlight {
  border-color: #dcdcdc;
  background-color: #cff3f8 !important;
  color: #3e9aba !important; }

.openemr-calendar .ui-state-default {
  font-size: 10px;
  margin: 0; }

.ui-datepicker td {
  width: 33px; }

.openemr-calendar .ui-datepicker td {
  width: 26px; }

.openemr-calendar .ui-state-default {
  width: 26px;
  height: 20px;
  line-height: 20px; }

.ui-state-default.ui-state-hover {
  border-color: #dcdcdc;
  background-color: #cff3f8 !important; }

.ui-datepicker .ui-state-active {
  background-color: rgba(218, 85, 47, 0.2) !important;
  padding: 15px;
  color: #da552f !important; }

.ui-datepicker-calendar thead tr th {
  color: #549fa8;
  font-size: 12px;
  font-weight: 400;
  padding: 0.45em 0.3em !important;
  /*   width: 15px !important; */ }

.openemr-calendar .ui-datepicker-calendar thead tr th {
  font-size: 10px; }

.ui-datepicker-close {
  display: none; }

.ui-datepicker thead {
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3; }
  .ui-datepicker thead th {
    color: #999999 !important; }

.ui-datepicker tr {
  height: 40px !important; }

.openemr-calendar .ui-datepicker thead {
  background: none; }

.ui-state-default.ui-datepicker-current {
  float: none !important;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-width: 0 !important;
  border: none;
  vertical-align: top;
  margin: 0 !important;
  background-color: transparent !important; }

.ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
  background-color: #3e9aba;
  margin: 0 !important;
  height: 28px;
  padding: 0 !important; }

.openemr-calendar .ui-datepicker-year {
  background-color: transparent; }

.openemr-calendar .ui-datepicker-month {
  background-color: transparent; }

.openemr-calendar .ui-state-default {
  border: 0 !important; }

.openemr-calendar .ui-datepicker-month {
  margin-right: 10px !important; }

section.main-content.article > .article__content.article_conseils ol li {
  color: #ef7900;
  font-weight: bolder;
  margin-bottom: 20px; }
  section.main-content.article > .article__content.article_conseils ol li span.texte_details {
    font-weight: normal;
    color: #677379; }
  section.main-content.article > .article__content.article_conseils ol li ul li {
    font-weight: normal;
    color: #677379;
    margin-bottom: 0; }

.fancybox-slide {
  padding: 20px !important; }

.modal-infos {
  display: none;
  padding: 28px 20px 30px !important;
  border-radius: 3px;
  width: 100%;
  max-width: 656px !important; }
  .modal-infos__title {
    color: #E42F45;
    font-size: 23px;
    font-family: 'Neo Sans Pro Bold';
    text-align: center;
    margin: 0; }
    .modal-infos__title span {
      color: #fff;
      background-color: #E42F45;
      border: 3px solid #FF6F80;
      font-size: 12px;
      width: 27px;
      height: 27px;
      display: inline-block;
      font-family: 'Neo Sans Pro Bold';
      text-align: center;
      line-height: 25px;
      border-radius: 50%;
      margin-bottom: 10px;
      padding-left: 1px; }
  .modal-infos__txt {
    margin-top: 15px; }
    .modal-infos__txt p {
      font-size: 16px;
      line-height: 1.3;
      text-align: center;
      color: #555555; }
      .modal-infos__txt p b {
        font-family: 'Neo Sans Pro Bold';
        color: #008c8c; }
  .modal-infos__btn {
    text-align: center; }
    .modal-infos__btn .btn, .modal-infos__btn .articles__cta, .modal-infos__btn .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .modal-infos__btn button[type="submit"], .modal-infos__btn section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .modal-infos__btn .product-price__add-a-box {
      max-width: 110px; }
  @media screen and (min-width: 1024px) {
    .modal-infos {
      padding: 50px 60px !important; }
      .modal-infos br.hide-l {
        display: none; }
      .modal-infos__title {
        text-align: left;
        font-size: 24px; }
        .modal-infos__title span {
          margin-bottom: 0;
          margin-right: 10px;
          vertical-align: middle; }
      .modal-infos__txt {
        margin-top: 28px; }
        .modal-infos__txt p {
          text-align: left; }
      .modal-infos__btn {
        text-align: left;
        margin-top: 25px; } }

/*???????????????????????????????????*\
    $ PAGES
\*a?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?ha?h*/
.main-content.splash-page {
  background-color: white; }
  .main-content.splash-page #login-form {
    padding: 0; }
  .main-content.splash-page .form-content {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; }

section.main-content.splash-page .container {
  padding-top: 0; }

.main-content.splash-page .container {
  height: 900px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }
  .main-content.splash-page .container .left-content {
    width: 50%;
    padding-top: 50px;
    max-width: 567px; }
    .main-content.splash-page .container .left-content h1 {
      color: #008c8c;
      font-size: 40px;
      text-align: left;
      line-height: 1.25;
      margin: 0 0 18px 48px;
      font-weight: normal;
      font-family: 'Neo Sans Pro Medium';
      width: 510px;
      font-weight: normal; }
    .main-content.splash-page .container .left-content img {
      width: 90%;
      display: block;
      max-width: 567px; }
      @media (min-width: 1200px) {
        .main-content.splash-page .container .left-content img {
          width: 100%; } }
      @media (min-width: 1370px) {
        .main-content.splash-page .container .left-content img {
          margin-left: -8%;
          margin-right: 0; } }
  .main-content.splash-page .container .right-content {
    width: 50%;
    padding: 0 20px 0 0;
    max-width: 580px; }
    .main-content.splash-page .container .right-content .form-container {
      background-color: #fef8f2;
      padding: 22px 22px 15px;
      margin-top: 70px; }
      .main-content.splash-page .container .right-content .form-container h2 {
        margin: 0 35px 25px 0;
        text-align: center;
        color: #5e5e5e;
        font-size: 25px; }
      .main-content.splash-page .container .right-content .form-container .input-container {
        min-height: 40px;
        position: relative;
        margin-bottom: 25px; }
        .main-content.splash-page .container .right-content .form-container .input-container.small-margin {
          margin-bottom: 10px; }
        .main-content.splash-page .container .right-content .form-container .input-container input {
          width: 100%;
          font-size: 14px;
          font-weight: bold;
          padding-bottom: 10px;
          color: #949494;
          border: 0;
          border-bottom: 1px solid #008c8c;
          position: relative;
          display: block;
          background-color: #fef8f2; }
      .main-content.splash-page .container .right-content .form-container button {
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 4px;
        background-color: #ef7900;
        margin: 0 auto;
        line-height: 40px;
        color: white;
        font-size: 14px;
        text-align: center;
        border: 0;
        cursor: pointer; }
      .main-content.splash-page .container .right-content .form-container .forgot-password {
        font-size: 12px;
        color: #bbbbbb;
        text-align: center;
        display: block;
        width: 140px;
        margin: 15px auto 0; }
    .main-content.splash-page .container .right-content .register-container {
      height: 70px;
      background-color: white;
      width: 100%;
      padding: 15px 22px;
      margin-bottom: 10px; }
      @media (min-width: 767px) {
        .main-content.splash-page .container .right-content .register-container {
          margin-top: 10px; } }
      .main-content.splash-page .container .right-content .register-container a {
        max-width: 359px;
        height: 40px;
        border-radius: 4px;
        border: 1px solid #008c8c;
        margin: 0 auto;
        width: 100%;
        display: block;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #008c8c; }
    .main-content.splash-page .container .right-content .help-container {
      margin-bottom: 60px; }
      .main-content.splash-page .container .right-content .help-container a {
        font-size: 14px;
        color: #5e5e5e;
        display: block;
        text-align: center;
        width: 140px;
        line-height: 24px;
        margin: 0 auto; }
        .main-content.splash-page .container .right-content .help-container a img {
          margin-right: 12px;
          vertical-align: bottom; }
    .main-content.splash-page .container .right-content .tools-container h3 {
      width: calc(100% - 20px);
      font-size: 20px;
      line-height: 1.5;
      color: #ef7900;
      text-align: center;
      text-transform: uppercase;
      margin: 0 auto 20px; }
      @media (min-width: 767px) {
        .main-content.splash-page .container .right-content .tools-container h3 {
          margin-bottom: 40px; } }
    .main-content.splash-page .container .right-content .tools-container .tools-list {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .main-content.splash-page .container .right-content .tools-container .tools-list .picto-info {
        width: calc(100% / 3);
        text-align: center; }
        .main-content.splash-page .container .right-content .tools-container .tools-list .picto-info img {
          width: 100%;
          max-width: 100px;
          margin-bottom: 10px; }
        .main-content.splash-page .container .right-content .tools-container .tools-list .picto-info span {
          padding: 0 10px;
          display: block;
          font-size: 13px;
          line-height: 18px;
          color: #008c8c;
          text-align: center;
          margin: 0 auto;
          font-weight: bold; }

@media screen and (min-width: 1300px) {
  .main-content {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 767px) and (max-width: 1170px) {
  .main-content.splash-page .container .left-content h1 {
    margin-left: 10px; } }

@media (min-width: 767px) and (max-width: 905px) {
  body .main-content.splash-page .container .left-content h1 {
    font-size: 24px; } }

@media (max-width: 767px) {
  header.header-light {
    padding: 17px 10px 18px; }
    header.header-light .logo-container {
      margin: auto; }
      header.header-light .logo-container a span {
        display: none; }
    header.header-light .header-help-container a span {
      display: none; }
    header.header-light .header-help-container a img {
      margin: 0 0; }
  .main-content.splash-page .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; }
    .main-content.splash-page .container .left-content, .main-content.splash-page .container .right-content {
      width: 100%;
      text-align: center;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      max-width: none; }
    .main-content.splash-page .container .left-content {
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      overflow: initial;
      padding-top: 0;
      margin-bottom: 40px; }
      .main-content.splash-page .container .left-content img {
        margin: 0 0; }
      .main-content.splash-page .container .left-content h1 {
        font-size: 20.7px;
        line-height: 7vw; }
    .main-content.splash-page .container .right-content .tools-container h3 {
      font-size: 5vw;
      line-height: 1.5; }
    .main-content.splash-page .container .right-content.right-form {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 0px; }
    .main-content.splash-page .container .right-content.right-register {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .main-content.splash-page .container .right-content.right-tool {
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
    .main-content.splash-page .container .right-content .form-container {
      margin: 0 auto; }
    .main-content.splash-page .container .right-content .tools-container h3 {
      margin-bottom: 30px; }
    .main-content.splash-page .container .right-content .tools-container .tools-list .picto-info {
      margin-bottom: 55px; }
      .main-content.splash-page .container .right-content .tools-container .tools-list .picto-info img {
        max-width: 110px; }
      .main-content.splash-page .container .right-content .tools-container .tools-list .picto-info span {
        max-width: 170px; } }

@media (max-width: 463px) {
  .main-content.splash-page .container .right-content .tools-container .tools-list .picto-info {
    width: 100%; }
  .main-content.splash-page .container .right-content .tools-container .tools-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 767px) {
  .main-content.splash-page .container {
    padding-top: 0; }
    .main-content.splash-page .container .left-content h1 {
      width: auto; }
    .main-content.splash-page .container .right-content .tools-container h3 {
      width: auto; } }

@media screen and (min-width: 767px) and (max-width: 1024px) {
  body section.main-content.splash-page.reset-password .container .right-content .form-container {
    margin-top: 165px; }
  .main-content.splash-page .container .left-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-left: 20px;
    width: 410px; }
  .main-content.splash-page .container .left-content {
    width: 45%;
    height: 100%; }
  .main-content.splash-page .container .right-content {
    width: 55%; } }

@media (min-width: 464px) and (max-width: 767px) {
  .main-content.splash-page .container .left-content h1 {
    font-size: 30px;
    text-align: left;
    line-height: 1.25;
    text-align: left;
    line-height: 1.25;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 464px) and (max-width: 509px) {
  .main-content.splash-page .container .left-content h1 {
    font-size: 30px;
    width: 385px; } }

@media (min-width: 510px) and (max-width: 767px) {
  .main-content.splash-page .container .left-content h1 {
    font-size: 36px;
    width: 455px; } }

section.main-content.splash-page.password-forgotten, section.main-content.splash-page.reset-password, section.main-content.splash-page.new-password, section.main-content.splash-page.inscription {
  padding: 0; }
  section.main-content.splash-page.password-forgotten .container, section.main-content.splash-page.reset-password .container, section.main-content.splash-page.new-password .container, section.main-content.splash-page.inscription .container {
    padding-top: 0;
    /* ====RIGHT-CONTENT==== */
    /* ====LEFT-CONTENT==== */ }
    @media screen and (min-width: 767px) {
      section.main-content.splash-page.password-forgotten .container, section.main-content.splash-page.reset-password .container, section.main-content.splash-page.new-password .container, section.main-content.splash-page.inscription .container {
        margin-bottom: 50px; } }
    @media screen and (min-width: 768px) {
      section.main-content.splash-page.password-forgotten .container, section.main-content.splash-page.reset-password .container, section.main-content.splash-page.new-password .container, section.main-content.splash-page.inscription .container {
        max-height: 800px; } }
    section.main-content.splash-page.password-forgotten .container .right-content, section.main-content.splash-page.reset-password .container .right-content, section.main-content.splash-page.new-password .container .right-content, section.main-content.splash-page.inscription .container .right-content {
      /*
      @media screen and (max-width: 1024px) {
        width: 100vw;
        max-width: 100vw;
        .form-container {
          margin-top: 0;
        }
      }
      */ }
      @media screen and (min-width: 767px) {
        section.main-content.splash-page.password-forgotten .container .right-content, section.main-content.splash-page.reset-password .container .right-content, section.main-content.splash-page.new-password .container .right-content, section.main-content.splash-page.inscription .container .right-content {
          box-sizing: border-box; } }
      @media screen and (min-width: 767px) {
        section.main-content.splash-page.password-forgotten .container .right-content .form-container, section.main-content.splash-page.reset-password .container .right-content .form-container, section.main-content.splash-page.new-password .container .right-content .form-container, section.main-content.splash-page.inscription .container .right-content .form-container {
          margin-top: 70px; } }
      section.main-content.splash-page.password-forgotten .container .right-content .form-container hr, section.main-content.splash-page.reset-password .container .right-content .form-container hr, section.main-content.splash-page.new-password .container .right-content .form-container hr, section.main-content.splash-page.inscription .container .right-content .form-container hr {
        width: 50px;
        border: 1px solid #ef7900;
        border-bottom: none; }
      section.main-content.splash-page.password-forgotten .container .right-content .form-container h2, section.main-content.splash-page.reset-password .container .right-content .form-container h2, section.main-content.splash-page.new-password .container .right-content .form-container h2, section.main-content.splash-page.inscription .container .right-content .form-container h2 {
        margin: 0;
        margin-bottom: 30px;
        margin-top: 10px;
        font-size: 20px;
        text-transform: uppercase;
        color: #008c8c; }
        @media screen and (min-width: 768px) {
          section.main-content.splash-page.password-forgotten .container .right-content .form-container h2, section.main-content.splash-page.reset-password .container .right-content .form-container h2, section.main-content.splash-page.new-password .container .right-content .form-container h2, section.main-content.splash-page.inscription .container .right-content .form-container h2 {
            font-size: 30px;
            margin-top: 40px; } }
      section.main-content.splash-page.password-forgotten .container .right-content .form-container .form-guides, section.main-content.splash-page.reset-password .container .right-content .form-container .form-guides, section.main-content.splash-page.new-password .container .right-content .form-container .form-guides, section.main-content.splash-page.inscription .container .right-content .form-container .form-guides {
        color: #5e5e5e;
        line-height: 24px;
        font-size: 16px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 33px;
        text-align: center; }
      section.main-content.splash-page.password-forgotten .container .right-content .form-container .input-container input, section.main-content.splash-page.reset-password .container .right-content .form-container .input-container input, section.main-content.splash-page.new-password .container .right-content .form-container .input-container input, section.main-content.splash-page.inscription .container .right-content .form-container .input-container input {
        color: #949494; }
      section.main-content.splash-page.password-forgotten .container .right-content .form-container #passwordForgottenForm, section.main-content.splash-page.reset-password .container .right-content .form-container #passwordForgottenForm, section.main-content.splash-page.new-password .container .right-content .form-container #passwordForgottenForm, section.main-content.splash-page.inscription .container .right-content .form-container #passwordForgottenForm,
      section.main-content.splash-page.password-forgotten .container .right-content .form-container #password-forgotten-form,
      section.main-content.splash-page.reset-password .container .right-content .form-container #password-forgotten-form,
      section.main-content.splash-page.new-password .container .right-content .form-container #password-forgotten-form,
      section.main-content.splash-page.inscription .container .right-content .form-container #password-forgotten-form {
        margin-top: 40px; }
        section.main-content.splash-page.password-forgotten .container .right-content .form-container #passwordForgottenForm #payment .error-message, section.main-content.splash-page.reset-password .container .right-content .form-container #passwordForgottenForm #payment .error-message, section.main-content.splash-page.new-password .container .right-content .form-container #passwordForgottenForm #payment .error-message, section.main-content.splash-page.inscription .container .right-content .form-container #passwordForgottenForm #payment .error-message,
        section.main-content.splash-page.password-forgotten .container .right-content .form-container #password-forgotten-form #payment .error-message,
        section.main-content.splash-page.reset-password .container .right-content .form-container #password-forgotten-form #payment .error-message,
        section.main-content.splash-page.new-password .container .right-content .form-container #password-forgotten-form #payment .error-message,
        section.main-content.splash-page.inscription .container .right-content .form-container #password-forgotten-form #payment .error-message {
          margin-top: 10px; }
        section.main-content.splash-page.password-forgotten .container .right-content .form-container #passwordForgottenForm .find-informations, section.main-content.splash-page.reset-password .container .right-content .form-container #passwordForgottenForm .find-informations, section.main-content.splash-page.new-password .container .right-content .form-container #passwordForgottenForm .find-informations, section.main-content.splash-page.inscription .container .right-content .form-container #passwordForgottenForm .find-informations,
        section.main-content.splash-page.password-forgotten .container .right-content .form-container #password-forgotten-form .find-informations,
        section.main-content.splash-page.reset-password .container .right-content .form-container #password-forgotten-form .find-informations,
        section.main-content.splash-page.new-password .container .right-content .form-container #password-forgotten-form .find-informations,
        section.main-content.splash-page.inscription .container .right-content .form-container #password-forgotten-form .find-informations {
          font-size: 12px;
          text-align: right;
          display: block;
          margin-bottom: 25px;
          margin-top: -20px; }
          section.main-content.splash-page.password-forgotten .container .right-content .form-container #passwordForgottenForm .find-informations a, section.main-content.splash-page.reset-password .container .right-content .form-container #passwordForgottenForm .find-informations a, section.main-content.splash-page.new-password .container .right-content .form-container #passwordForgottenForm .find-informations a, section.main-content.splash-page.inscription .container .right-content .form-container #passwordForgottenForm .find-informations a,
          section.main-content.splash-page.password-forgotten .container .right-content .form-container #password-forgotten-form .find-informations a,
          section.main-content.splash-page.reset-password .container .right-content .form-container #password-forgotten-form .find-informations a,
          section.main-content.splash-page.new-password .container .right-content .form-container #password-forgotten-form .find-informations a,
          section.main-content.splash-page.inscription .container .right-content .form-container #password-forgotten-form .find-informations a {
            color: #008c8c;
            text-decoration: underline; }
        section.main-content.splash-page.password-forgotten .container .right-content .form-container #passwordForgottenForm button, section.main-content.splash-page.reset-password .container .right-content .form-container #passwordForgottenForm button, section.main-content.splash-page.new-password .container .right-content .form-container #passwordForgottenForm button, section.main-content.splash-page.inscription .container .right-content .form-container #passwordForgottenForm button,
        section.main-content.splash-page.password-forgotten .container .right-content .form-container #password-forgotten-form button,
        section.main-content.splash-page.reset-password .container .right-content .form-container #password-forgotten-form button,
        section.main-content.splash-page.new-password .container .right-content .form-container #password-forgotten-form button,
        section.main-content.splash-page.inscription .container .right-content .form-container #password-forgotten-form button {
          background-color: #ef7900;
          margin-bottom: 10px; }
    section.main-content.splash-page.password-forgotten .container .left-content, section.main-content.splash-page.reset-password .container .left-content, section.main-content.splash-page.new-password .container .left-content, section.main-content.splash-page.inscription .container .left-content {
      /*
      @media screen and (max-width: 1024px) {
        display: none;
      }
      */ }
      @media screen and (max-width: 767px) {
        section.main-content.splash-page.password-forgotten .container .left-content, section.main-content.splash-page.reset-password .container .left-content, section.main-content.splash-page.new-password .container .left-content, section.main-content.splash-page.inscription .container .left-content {
          display: none; } }

section.main-content.splash-page.reset-password #passwordForgottenForm,
section.main-content.splash-page.reset-password #password-forgotten-form {
  padding: 0; }

section.main-content.splash-page.reset-password #passwordForgottenForm,
section.main-content.splash-page.reset-password #password_container {
  margin-bottom: 20px; }
  @media (min-width: 767px) {
    section.main-content.splash-page.reset-password #passwordForgottenForm,
    section.main-content.splash-page.reset-password #password_container {
      margin-bottom: 40px; } }
  section.main-content.splash-page.reset-password #passwordForgottenForm .input-guide,
  section.main-content.splash-page.reset-password #password_container .input-guide {
    color: #b9b9b9;
    margin-top: 10px;
    font-size: 10px;
    text-align: left; }
  section.main-content.splash-page.reset-password #passwordForgottenForm.has-error .input-guide,
  section.main-content.splash-page.reset-password #password_container.has-error .input-guide {
    color: #e42f45; }
  section.main-content.splash-page.reset-password #passwordForgottenForm.has-error .error-message,
  section.main-content.splash-page.reset-password #password_container.has-error .error-message {
    display: none; }

section.main-content.splash-page.reset-password .error-message {
  margin-top: 5px; }

section.main-content.splash-page.reset-password .required-fields {
  display: block;
  text-align: center;
  color: #5e5e5e;
  font-size: 10px;
  margin-bottom: 30px; }

section.main-content.splash-page.reset-password .container .right-content .form-container .input-container input {
  color: #b9b9b9;
  letter-spacing: 1px; }

section.main-content.splash-page.new-password .container .right-content .form-container {
  padding-bottom: 100px; }
  @media (min-width: 767px) {
    section.main-content.splash-page.new-password .container .right-content .form-container {
      padding-top: 100px; } }
  section.main-content.splash-page.new-password .container .right-content .form-container .form-guides {
    margin: 74px auto 23px auto;
    max-width: 350px; }
  @media screen and (min-width: 1024px) {
    section.main-content.splash-page.new-password .container .right-content .form-container h2 {
      margin-bottom: 20px; }
    section.main-content.splash-page.new-password .container .right-content .form-container .form-guides {
      margin-top: 25px;
      margin-bottom: 10px; } }
  section.main-content.splash-page.new-password .container .right-content .form-container .sent_address {
    color: #ef7900;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    display: block; }

.invoice-page .date-picker-wrapper {
  border: none;
  width: 300px;
  background: white; }
  .invoice-page .date-picker-wrapper .month-wrapper {
    padding: 20px 17px 10px; }
  .invoice-page .date-picker-wrapper table {
    font-weight: bold; }
    .invoice-page .date-picker-wrapper table .caption {
      height: 18px; }
    .invoice-page .date-picker-wrapper table th:first-child, .invoice-page .date-picker-wrapper table th:last-child {
      font-weight: normal; }
    .invoice-page .date-picker-wrapper table td {
      padding: 6px 0; }
      @media screen and (max-width: 767px) {
        .invoice-page .date-picker-wrapper table td .day.toMonth.last-date-selected {
          color: #333 !important; } }
      .invoice-page .date-picker-wrapper table td .day.toMonth .valid {
        color: inherit; }
        .invoice-page .date-picker-wrapper table td .day.toMonth .valid.hovering, .invoice-page .date-picker-wrapper table td .day.toMonth .valid.checked {
          font-weight: bold; }
          @media screen and (min-width: 480px) {
            .invoice-page .date-picker-wrapper table td .day.toMonth .valid.hovering, .invoice-page .date-picker-wrapper table td .day.toMonth .valid.checked {
              color: #ef7900; } }
      .invoice-page .date-picker-wrapper table td .day.toMonth.hovering, .invoice-page .date-picker-wrapper table td .day.toMonth.checked {
        font-weight: bold; }
        @media screen and (min-width: 480px) {
          .invoice-page .date-picker-wrapper table td .day.toMonth.hovering, .invoice-page .date-picker-wrapper table td .day.toMonth.checked {
            color: #ef7900; } }
    .invoice-page .date-picker-wrapper table .invalid, .invoice-page .date-picker-wrapper table .lastMonth {
      font-weight: normal; }
    .invoice-page .date-picker-wrapper table .week-name {
      height: 40px; }

.invoice-page .filters-container {
  padding: 27px 0 30px; }
  .invoice-page .filters-container .toBox {
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 0; }

.invoice-page .filters-bloc.left-filters {
  width: 38%;
  margin-left: 12%; }
  .invoice-page .filters-bloc.left-filters .filter-choices {
    width: 240px;
    margin: auto; }

.invoice-page .filters-bloc.right-filters {
  width: calc(38% - 5px);
  margin-right: 12%;
  margin-left: 5px; }
  .invoice-page .filters-bloc.right-filters .filter-title {
    margin-left: 30px; }
  .invoice-page .filters-bloc.right-filters .filter-choice #for-datepicker-from {
    margin-right: 45px; }

.invoice-page.main-content .container .reset-filter-container {
  max-width: 900px;
  margin: auto;
  position: absolute;
  bottom: -55px;
  right: 0;
  left: 0; }

.invoice-page.main-content .container .main-title:after {
  margin: 22px auto 30px;
  width: 50px;
  height: 1.5px; }

.invoice-page.main-content .container .table-container {
  margin-top: 55px;
  background: white; }
  .invoice-page.main-content .container .table-container #table-invoice {
    max-width: 900px;
    margin: auto; }
  .invoice-page.main-content .container .table-container th {
    border: none; }
  .invoice-page.main-content .container .table-container tr.even {
    background-color: #fef8f2; }
  .invoice-page.main-content .container .table-container tr.is-empty:after {
    content: none !important;
    -webkit-column-span: 3 !important;
    -moz-column-span: 3 !important;
    column-span: 3 !important; }
  .invoice-page.main-content .container .table-container .dt-more-container {
    padding: 30px 0 33px; }

@media screen and (max-width: 767px) {
  body .invoice-page .date-picker-wrapper {
    position: relative;
    top: 0 !important; }
  body .invoice-page.main-content .container .reset-filter-container {
    position: initial; }
    body .invoice-page.main-content .container .reset-filter-container #reset-filter {
      padding-right: 0;
      padding-left: 12px; }
  body .invoice-page.main-content .container .filters-bloc .filter-title {
    margin-left: 0;
    margin-bottom: 25px; }
  body .invoice-page.main-content .container .main-title:after {
    margin-bottom: 25px; }
  body .invoice-page.main-content .container .filters-container {
    background: white; }
    body .invoice-page.main-content .container .filters-container .filters-bloc {
      padding-bottom: 32px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      body .invoice-page.main-content .container .filters-container .filters-bloc.period-range {
        padding-top: 40px;
        padding-bottom: 35px; }
    body .invoice-page.main-content .container .filters-container .toBox {
      padding: 15px 10px 35px; }
    body .invoice-page.main-content .container .filters-container .mobile-apply {
      font-size: 14px;
      margin: 20px auto; }
    body .invoice-page.main-content .container .filters-container .mobile-filters {
      margin-left: 22px; }
  body .invoice-page.main-content .container .table-container {
    margin: auto;
    padding-right: 40px; }
    body .invoice-page.main-content .container .table-container table {
      width: calc(100% + 40px) !important; }
      body .invoice-page.main-content .container .table-container table.collapsed {
        width: calc(100% + 35px) !important; }
        body .invoice-page.main-content .container .table-container table.collapsed tbody tr:after {
          height: 10px;
          width: 40px;
          content: "";
          display: block;
          background-image: url(../images/factures/picto-fleche-bas.png);
          background-position: center bottom 5px;
          background-repeat: no-repeat;
          position: relative;
          top: 25px;
          right: 0;
          background-size: 5px; }
        body .invoice-page.main-content .container .table-container table.collapsed tbody tr.parent:after {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        body .invoice-page.main-content .container .table-container table.collapsed tbody tr.child:after {
          background: transparent; }
        body .invoice-page.main-content .container .table-container table.collapsed tbody td:nth-child(6):after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 36px;
          background-color: #d6d6d6;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
    body .invoice-page.main-content .container .table-container * {
      font-size: 10px; }
    body .invoice-page.main-content .container .table-container th {
      height: 0;
      padding: 5px 10px; }
    body .invoice-page.main-content .container .table-container tbody {
      position: relative; }
      body .invoice-page.main-content .container .table-container tbody * {
        font-size: 11px; }
      body .invoice-page.main-content .container .table-container tbody tr.child ul {
        margin-top: 15px; }
        body .invoice-page.main-content .container .table-container tbody tr.child ul li {
          line-height: 1.5; }
          body .invoice-page.main-content .container .table-container tbody tr.child ul li:last-child {
            margin-top: 10px;
            padding: 15px 0 10px; }
      body .invoice-page.main-content .container .table-container tbody td {
        padding: 20px 5px;
        position: relative; }
        body .invoice-page.main-content .container .table-container tbody td:before {
          position: absolute;
          float: none;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
        body .invoice-page.main-content .container .table-container tbody td .removeBorder {
          border-left: none; }
    body .invoice-page.main-content .container .table-container .dt-more-container {
      padding: 30px auto; }
      body .invoice-page.main-content .container .table-container .dt-more-container #btn-example-load-more {
        width: calc(100% + 35px); } }

.page--product--list {
  }

.main-content .container {
  padding-top: 5px; }

.product-qty.flex .product-qty-input input.error-field {
  border-color: #e42f45;
  color: #e42f45; }

.main-content .container .main-title {
  font-size: 25px;
  text-transform: uppercase;
  color: #008c8c;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-family: "Neo Sans Pro Medium",sans-serif; }
  @media (min-width: 767px) {
    .main-content .container .main-title {
      font-size: 30px;
      margin-top: 40px; } }

.main-content .container .main-title::after {
  content: '';
  background-color: #ef7900;
  display: block;
  width: 50px;
  height: 1px;
  margin: 15px auto 30px; }
  @media (min-width: 767px) {
    .main-content .container .main-title::after {
      height: 1px; } }

.main-content  {
  margin-bottom: 30px;
  position: relative;
z-index: 1;
   }
  @media (min-width: 1280px) {
  	.main-content .container .main-header,
    .main-content .container {
      position: relative;
      z-index:3 }
      .main-content .infos-order {
        position: absolute;
        right: 0;
        top: 0; }
         }
.main-content .container .main-header {
      z-index:5}
.infos-order {
  cursor: pointer;
  border: 1px solid #ec6608;
  max-width: 210px;
  border-radius: 4px;
  margin: 0 auto 30px;
  transition: all .2s; }
  .infos-order__link {
    color: #ec6608;
    font-size: 12px;
    line-height: 1.1;
    display: block;
    padding: 10px 14px;
    transition: all .2s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .infos-order__link::before {
      content: '';
      background: url("../images/clock.svg") no-repeat center center/contain;
      max-width: 22px;
      height: 22px;
      display: block;
      max-width: auto;
      margin-right: 15px;
      width: 100%; }
  @media (min-width: 1280px) {
    .infos-order {
      max-width: 380px; }
      .infos-order__link {
        font-size: 14px;
        padding: 8px 14px; }
        .infos-order__link:hover {
          background-color: #ec6608;
          color: #fff; }
          .infos-order__link:hover::before {
            background: url("../images/clock-white.svg") no-repeat center center/contain; } }

.filters-buttons {
  padding: 30px 10px 15px 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 766px) {
    .filters-buttons__checkbox {
      width: 55px; }
      .filters-buttons__checkbox form, .filters-buttons__checkbox .informations-page .informations-table__wrapper, .informations-page .filters-buttons__checkbox .informations-table__wrapper {
        padding: 0; }
      .filters-buttons__checkbox .group-checkbox input[type="checkbox"]:not(:checked) + label, .filters-buttons__checkbox .group-checkbox input[type="checkbox"]:checked + label {
        padding-left: 0;
        padding-top: 28px;
        font-size: 10px;
        margin-top: 5px;
        color: #ec6608; }
      .filters-buttons__checkbox .group-checkbox input[type="checkbox"]:not(:checked) + label:before, .filters-buttons__checkbox .group-checkbox input[type="checkbox"]:checked + label:before {
        left: calc(50% - 10px); }
      .filters-buttons__checkbox .group-checkbox input[type="checkbox"]:not(:checked) + label:after, .filters-buttons__checkbox .group-checkbox input[type="checkbox"]:checked + label:after {
        left: 9px;
        top: 3px; }
    .filters-buttons__btn {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
      .filters-buttons__btn .mobile-filters,
      .filters-buttons__btn .reset-filter-container {
        margin: 0 5px;
        min-width: 110px;
        width: auto; }
      .filters-buttons__btn .reset-filter-container button {
        width: auto;
        height: auto;
        text-align: left;
        padding: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent;
        line-height: 1.2;
        height: 100%;
        word-break: initial; }
        .filters-buttons__btn .reset-filter-container button::before {
          content: '';
          background: transparent url(../images/factures/picto-filtres.png) no-repeat center center/contain;
          width: 100%;
          max-width: 16px;
          height: 22px;
          margin-right: 10px; } }
  @media (min-width: 767px) {
    .filters-buttons {
      padding: 20px;
      border-bottom: 1px solid #CDCDCD; }
      .filters-buttons form, .filters-buttons .informations-page .informations-table__wrapper, .informations-page .filters-buttons .informations-table__wrapper {
        padding: 0; }
        .filters-buttons form .group-checkbox label, .filters-buttons .informations-page .informations-table__wrapper .group-checkbox label, .informations-page .filters-buttons .informations-table__wrapper .group-checkbox label {
          color: #ec6608;
          font-size: 12px; }
        .filters-buttons form .group-checkbox input[type="checkbox"]:not(:checked) + label:before, .filters-buttons .informations-page .informations-table__wrapper .group-checkbox input[type="checkbox"]:not(:checked) + label:before, .informations-page .filters-buttons .informations-table__wrapper .group-checkbox input[type="checkbox"]:not(:checked) + label:before, .filters-buttons form .group-checkbox input[type="checkbox"]:checked + label:before, .filters-buttons .informations-page .informations-table__wrapper .group-checkbox input[type="checkbox"]:checked + label:before, .informations-page .filters-buttons .informations-table__wrapper .group-checkbox input[type="checkbox"]:checked + label:before {
          top: -6px; }
        .filters-buttons form .group-checkbox input[type="checkbox"]:not(:checked) + label:after, .filters-buttons .informations-page .informations-table__wrapper .group-checkbox input[type="checkbox"]:not(:checked) + label:after, .informations-page .filters-buttons .informations-table__wrapper .group-checkbox input[type="checkbox"]:not(:checked) + label:after, .filters-buttons form .group-checkbox input[type="checkbox"]:checked + label:after, .filters-buttons .informations-page .informations-table__wrapper .group-checkbox input[type="checkbox"]:checked + label:after, .informations-page .filters-buttons .informations-table__wrapper .group-checkbox input[type="checkbox"]:checked + label:after {
          top: -2px; } }

.filters-container {
  padding: 25px 0;
  position: relative;
  background: #f2f6f8; }
  .filters-container .input-mention {
    text-align: left; }

.filters-container .toBox {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  padding: 0 0 10px; }
  @media (min-width: 767px) {
    .filters-container .toBox {
      padding-bottom: 10px;
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 27px; } }

.filters-container .mobile-apply, .filters-container #closeFilterBox {
  display: none; }

.filters-container::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  top: 20px;
  bottom: 20px; }

.filters-bloc {
  width: 48%;
  text-align: center; }
  .filters-bloc.right-filters {
    padding: 0 10px 0 40px; }

.filters-bloc.left-filters {
  text-align: center;
  padding: 0 20px 0 0; }

.filters-bloc .filter-title {
  line-height: 16px;
  font-size: 16px;
  color: #5e5e5e;
  margin-bottom: 20px;
  font-family: 'Neo Sans Pro Medium'; }

.filter-choices {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px; }
  .filter-choices .filter-choice {
    margin: 0 15px; }
    .filter-choices .filter-choice label {
      text-align: left;
      word-break: initial; }

.filters-bloc.period-range {
  position: relative; }

.filters-bloc #two-inputs.filter-choice {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 5px 0;}

.filters-bloc .filter-choice input[type=text] {
  width: 90px;
  color: #949494;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #008c8c;
  position: relative;
  display: inline-block;
  background-color: transparent;
  margin-right: 3px;
  line-height: 22px;
  padding-left: 0;
  margin-top: -3px; }
  .filters-bloc .filter-choice input[type=text].only-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .filters-bloc .filter-choice input[type=text].only-mobile {
        display: inline-block; } }
  .filters-bloc .filter-choice input[type=text]::-webkit-input-placeholder {
    font-family: 'Neo Sans Pro Medium'; }
  .filters-bloc .filter-choice input[type=text]::-moz-placeholder {
    font-family: 'Neo Sans Pro Medium'; }
  .filters-bloc .filter-choice input[type=text]:-ms-input-placeholder {
    font-family: 'Neo Sans Pro Medium'; }
  .filters-bloc .filter-choice input[type=text]::-ms-input-placeholder {
    font-family: 'Neo Sans Pro Medium'; }
  .filters-bloc .filter-choice input[type=text]::placeholder {
    font-family: 'Neo Sans Pro Medium'; }

.filters-bloc .filter-choice.product-sku-search {
  padding-right: 37px;
  position: relative; }
  .filters-bloc .filter-choice.product-sku-search .easy-autocomplete {
    width: 100% !important; }
    .filters-bloc .filter-choice.product-sku-search .easy-autocomplete input {
      line-height: 15px;
      font-style: normal;
      font-weight: bold; }
    .filters-bloc .filter-choice.product-sku-search .easy-autocomplete ul {
      background: white;
      list-style: none;
      padding: 0;
      font-family: "Neo Sans Pro", Arial, sans-serif;
      position: absolute;
      color: #5e5e5e;
      z-index: 85;
      top: 25px;
      box-shadow: #5e5e5e 0px 2px 7px 1px;
      text-align: left; }
      .filters-bloc .filter-choice.product-sku-search .easy-autocomplete ul li {
        border-bottom: 1px solid #b9b9b9;
        font-size: 12px;
        text-align: left; }
        .filters-bloc .filter-choice.product-sku-search .easy-autocomplete ul li .eac-item {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .filters-bloc .filter-choice.product-sku-search .easy-autocomplete ul li .eac-item div:first-child {
            margin-right: 15px;
            width: 150px; }
        .filters-bloc .filter-choice.product-sku-search .easy-autocomplete ul li:last-child {
          border-bottom: none; }
      .filters-bloc .filter-choice.product-sku-search .easy-autocomplete ul .selected {
        background: #f2f6f8;
        color: #ef7900; }
  .filters-bloc .filter-choice.product-sku-search .button-search {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 27px;
    height: 25px;
    text-indent: -9999px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../images/icon-search.png) no-repeat top left;
    transition: opacity .15s ease-in; }
    .filters-bloc .filter-choice.product-sku-search .button-search:hover {
      opacity: .6; }
  .filters-bloc .filter-choice.product-sku-search input[type=text] {
    width: 100%;
    min-width: auto; }

@media screen and (max-width: 767px) {
  .filters-bloc .filter-choice input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label {
    padding-left: 24px; } }

.filters-bloc .filter-choice label {
  line-height: 21px;
  font-size: 16px;
  cursor: pointer;
  color: #677379; }

.filters-bloc .filter-choice :checked + label {
  color: #ec6608;
  font-weight: bold; }

.filters-bloc #two-inputs.filter-choice label {
  margin-right: 10px; }

.filters-bloc .filter-choice label {
  vertical-align: bottom; }

@media (min-width: 767px) {
  .filters-bloc input[type="checkbox"]:not(:checked) + label:before, .filters-bloc input[type="checkbox"]:checked + label:before {
    top: -2px;
    left: -5px; }
  .filters-bloc input[type="checkbox"]:not(:checked) + label:after, .filters-bloc input[type="checkbox"]:checked + label:after {
    top: 2px;
    left: -5px; }
  .filters-bloc input[type="checkbox"]:checked + label:before {
    font-family: 'Neo Sans Pro Bold'; } }

@media (min-width: 1024px) {
  .filters-bloc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%; }
    .filters-bloc .filter-title {
      margin-bottom: 0;
      margin-right: 40px;
      word-break: initial; }
    .filters-bloc .filter-choices {
      margin-left: -20px;
      margin-right: -20px;
      width: 100%; }
      .filters-bloc .filter-choices .filter-choice {
        margin: 0 20px;
        width: 100%; }
    .filters-bloc .filter-choice {
      width: 100%; }
    .filters-bloc.left-filters {
      padding-right: 70px; }
    .filters-bloc.right-filters {
      padding-left: 70px; } }

.date-picker-wrapper {
  font-family: "Neo Sans Pro", Arial, sans-serif;
  font-size: 13px;
  padding: 0 !important;
  background: transparent;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin-top: 20px;
  border: 2px solid #e8e8e8;
  width: 100%;
  left: 0 !important; }

.date-picker-wrapper:after, .date-picker-wrapper:before {
  bottom: 98%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.date-picker-wrapper:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.date-picker-wrapper:before {
  border-color: rgba(232, 232, 232, 0);
  border-bottom-color: #e8e8e8;
  border-width: 13px;
  margin-left: -13px; }

.date-picker-wrapper .footer {
  display: none; }

.date-picker-wrapper table .caption {
  border-bottom: 1px solid #f3f3f3; }

.date-picker-wrapper .month-wrapper {
  border: 0; }

.date-picker-wrapper .month-wrapper table {
  float: none;
  margin: 0 auto; }

.date-picker-wrapper .month-wrapper table .week-name {
  border-bottom: 1px solid #f3f3f3;
  height: 30px;
  line-height: 20px; }

.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: block; }

.date-picker-wrapper .month-wrapper table .day.toMonth {
  font-size: 11px;
  line-height: 16px;
  color: #000000; }

.date-picker-wrapper .month-wrapper table .day.toMonth.valid.real-today {
  font-size: 11px;
  line-height: 16px;
  color: #da552f;
  font-weight: bold;
  text-align: center; }

.date-picker-wrapper .month-wrapper table .day.toMonth.invalid {
  color: #999;
  cursor: default; }

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected, .date-picker-wrapper .month-wrapper table .day.checked, .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  border-radius: 2px;
  background-color: rgba(218, 85, 47, 0.2) !important; }

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  color: #da552f !important;
  font-weight: bold; }

.date-picker-wrapper .month-element {
  color: #008c8c; }

.date-picker-wrapper .week-name th {
  font-size: 11px;
  line-height: 16px;
  color: #999999;
  font-weight: normal; }

.reset-filter-container {
  width: 100%;
  text-align: right; }

.reset-filter-container button {
  float: right;
  width: 160px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  background: transparent url(../images/factures/picto-filtres.png) no-repeat 7px center;
  border: 1px solid #ef7900;
  font-size: 12px;
  color: #ef7900;
  text-align: right;
  margin: 0;
  cursor: pointer;
  transition: opacity .15s ease-in; }
  .reset-filter-container button:hover {
    opacity: .6; }

.main-content .container .table-container {
  background-color: #fdf2e6;
  padding: 17px; }

.main-content .container .table-container table.dataTable.no-footer {
  border: 0; }

.main-content .container .table-container tr.odd {
  background: white; }

.main-content .container .table-container tr.even {
  background: #f4f4f4; }

.main-content .container .table-container th {
  height: 56px;
  font-size: 14px;
  color: #5e5e5e;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #faeada; }

.main-content .container .table-container td {
  line-height: 1.4;
  font-size: 16px;
  color: #949494;
  text-align: center;
  border-top: none;
  vertical-align: middle;
  padding: 23px 0;
  position: relative; }

.main-content .container .table-container td::before {
  content: '';
  left: 0;
  position: absolute;
  display: inline-block;
  width: 1px;
  top: 12px;
  height: calc(100% - 24px);
  background-color: #d6d6d6;
  float: left; }

.main-content .container .table-container td:first-child::before, .main-content .container .table-container td.removeBorder::before {
  display: none; }

.main-content .container .table-container tr.parent {
  background-color: #fbe0c2 !important; }

.main-content .container .table-container tr.child, .main-content .container .table-container tr.child:hover {
  background-color: #fdebd7 !important; }

.main-content .container .table-container tr.child ul {
  width: 100%; }

.main-content .container .table-container tr.child ul li {
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 4%; }

.main-content .container .table-container tr.child ul li .dtr-title {
  color: #5c5d5f; }

.main-content .container .table-container tr.child ul li:last-child {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #cdcdcd; }

.main-content .container .table-container tr.child ul li:last-child .dtr-title {
  margin-right: 10px; }

.main-content .container .table-container .dataTables_filter {
  display: none; }

.main-content .container .table-container .ui-icon {
  background: transparent url("../images/factures/picto-order.png") no-repeat;
  background-position: 0 0;
  height: 25px;
  width: 10px; }

.main-content .container .table-container th.sorting_asc .ui-icon {
  background: transparent url("../images/factures/picto-order-asc.png") no-repeat;
  background-position: 0 0;
  height: 25px;
  width: 10px; }

.main-content .container .table-container th.sorting_desc .ui-icon {
  background: transparent url("../images/factures/picto-order-desc.png") no-repeat;
  background-position: 0 0;
  height: 25px;
  width: 10px; }

.main-content .container .table-container .dt-more-container {
  text-align: center;
  padding: 27px 0; }

.main-content .container .table-container #btn-example-load-more {
  max-width: 328px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #ef7900;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  border: 0;
  margin: 0 auto;
  cursor: pointer; }

.main-content .container .table-container table.dataTable [class*='sorting'] {
  background-color: inherit;
  font-weight: normal;
  font-family: "Neo Sans Pro Bold"; }

.fixed-block {
  display: none;
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 101;
  padding: 20px 0px;
  font-family: "Open Sans",Arial, sans-serif; }
  .fixed-block .inner-fixed-block--scroll {
    max-height: 100vh;
    overflow: auto;
    padding: 0px 20px; }
  @media (min-width: 767px) {
    .fixed-block {
      width: 100%;
      max-width: 915px;
      top: 20%;
      left: 50%;
      height: auto;
      -webkit-transform: translateX(-458px);
      transform: translateX(-458px); } }

.container-conditions-commerciales .top-conditions, .container-conditions-commerciales .content-conditions, .container-conditions-commerciales .bottom-conditions {
  max-width: 670px;
  width: 100%;
  margin: 0 auto 10px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px; }

.container-conditions-commerciales .top-conditions h3 {
  font-size: 18px;
  color: #008c8c;
  text-align: center;
  font-family: "Neo Sans Pro Medium";
  font-weight: normal; }

.container-conditions-commerciales .top-conditions p {
  font-size: 14px;
  color: #5e5e5e;
  font-weight: bold;
  text-align: center; }

.container-conditions-commerciales .content-conditions span {
  font-size: 12px;
  color: #949494;
  display: block;
  margin-bottom: 10px; }

.container-conditions-commerciales .content-conditions {
  padding-bottom: 10px; }

.container-conditions-commerciales .content-conditions p {
  font-size: 14px;
  color: #5e5e5e;
  margin: 5px 0; }

.container-conditions-commerciales .content-conditions p.blue-p {
  font-size: 14px;
  color: #008c8c;
  font-weight: bold; }

.container-conditions-commerciales .bottom-conditions {
  border-bottom: none; }

.container-conditions-commerciales .bottom-conditions a {
  font-size: 15px;
  color: #008c8c;
  text-align: center;
  width: 354px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #008c8c;
  display: block;
  margin: 20px auto;
  font-family: "Neo Sans Pro"; }

.fixed-block #closeConditions {
  position: absolute;
  right: 20px;
  top: 20px; }

@media (max-width: 767px) {
  .main-content .container .table-container {
    padding: 17px 5px; }
  .main-content .container .table-container th b {
    display: none; }
  .main-content .container .filters-container {
    padding: 0; }
  .main-content .container .filters-container::before {
    display: none; }
  .main-content .container .filters-container .toBox {
    display: none;
    position: fixed;
    background: white;
    z-index: 100000;
    left: 5px;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - .5px));
    transform: translateY(calc(-50% - .5px));
    padding: 10px;
    width: auto;
    padding: 25px 10px 30px; }
  .filters-bloc input[type="checkbox"]:not(:checked) + label, .filters-bloc input[type="checkbox"]:checked + label {
    font-size: 12px; }
  .filters-bloc input[type="checkbox"]:not(:checked) + label:before, .filters-bloc input[type="checkbox"]:checked + label:before {
    top: -2px;
    left: -4px; }
  .filters-bloc input[type="checkbox"]:not(:checked) + label:after, .filters-bloc input[type="checkbox"]:checked + label:after {
    left: -4px; }
  .filters-bloc input[type="checkbox"]:checked + label {
    font-family: 'Neo Sans Pro bold'; }
  .filters-bloc .mobile-apply {
    margin-top: 15px;
    margin-bottom: 0; }
  .filters-bloc.right-filters {
    padding: 0; }
  .main-content .container .filters-container #closeFilterBox {
    display: block; }
  .main-content .container .filters-container .invoice-type {
    margin: 25px 0; }
  .main-content .container .header-filters-bloc h2 {
    font-size: 25px;
    font-weight: 800;
    color: #008c8c;
    position: relative;
    margin: 0;
    line-height: 60px; }
    .main-content .container .header-filters-bloc h2:after {
      content: '';
      background-color: #ef7900;
      display: block;
      width: 50px;
      height: 1px;
      margin: -10px auto 0; }
  .main-content .container .filters-container .filters-bloc {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    margin-top: 30px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .main-content .container .filters-container .filters-bloc.right-filters .filter-title {
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  .main-content .container .filters-container .reset-filter-container {
    text-align: center;
    background: transparent;
    padding: 0; }
    .main-content .container .filters-container .reset-filter-container.only-mobile {
      margin: 20px auto 10px; }
  .main-content .container .filters-container .reset-filter-container button {
    float: none;
    text-align: center;
    margin: 0 auto; }
  .main-content .container .filters-container .mobile-apply {
    display: block;
    width: 216px;
    height: 40px;
    border-radius: 4px;
    background-color: #ef7900;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 15px auto 0;
    cursor: pointer; }
  .main-content .container .filters-container #closeFilterBox {
    position: absolute;
    right: 15px;
    top: 15px; }
    .main-content .container .filters-container #closeFilterBox img {
      width: 14px; }
  .container-conditions-commerciales .bottom-conditions a {
    width: 280px;
    line-height: 14px;
    padding-top: 10px; } }

@media screen and (min-width: 520px) and (max-width: 767px) {
  .container-conditions-commerciales .bottom-conditions a {
    width: 354px;
    height: 48px;
    line-height: 48px;
    padding: 0; } }

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .container-conditions-commerciales .bottom-conditions a {
    width: 354px;
    height: 48px;
    line-height: 48px;
    padding: 0; } }

@media screen and (max-width: 925px) {
  .main-content .container .table-container tbody tr[role=row] {
    background-position: center bottom 5px !important;
    background-repeat: no-repeat !important; } }

@media (min-width: 767px) {
  .tab-container + .filters-buttons {
    margin-top: 25px; } }

.tab-container ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  
  flex-wrap: nowrap;
  font-size: 12px;
  font-family: 'Neo Sans Pro Medium';
  text-align: center; }
  @media (min-width: 767px) {
    .tab-container ul {
      font-size: 18px;
      font-family: 'Neo Sans Pro Medium'; } }
  .tab-container ul li {
    width: 50%;
    border-bottom: 1px solid rgba(219, 219, 219, 0.5);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 45px;
    padding: 0 20px;
    cursor: pointer; }
    .tab-container ul li a, .tab-container ul li span {
      color: #949494;
      letter-spacing: 0.7px;
      text-align: center;
      font-weight: normal;
      text-transform: uppercase; }
    .tab-container ul li .label-text {
      display: block;
      width: 100%;
      max-width: 600px; }
    .tab-container ul li:first-child .label-text {
      margin-left: auto; }
    .tab-container ul li.tab-active {
      border-bottom-color: #ef7900; }
      .tab-container ul li.tab-active a, .tab-container ul li.tab-active span {
        color: #008c8c; }

.main-content .container .mobile-filters {
  display: block;
  color: #ffffff;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  background-color: #ec6608;
  width: auto;
  height: auto;
  text-align: center; }
  .main-content .container .mobile-filters::before {
    content: '';
    background: url("../images/picto-filters.png") no-repeat center center/contain;
    width: 18px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  @media (min-width: 767px) {
    .main-content .container .mobile-filters {
      background-size: 14px auto;
      display: none; } }

.mobile-conditions,
.mobile-filters {
  width: 127px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity .15s ease-in; }
  .mobile-conditions:hover,
  .mobile-filters:hover {
    opacity: .6; }
  @media (min-width: 767px) {
    .mobile-conditions,
    .mobile-filters {
      height: 28px;
      line-height: 28px;
      min-height: inherit; } }

.mobile-conditions {
  font-size: 14px; }
  @media (min-width: 767px) {
    .mobile-conditions {
      padding-left: 25px;
      padding-right: 25px;
      min-width: 157px;
      font-size: 12px; } }

.container-product-list {
  display: none; }
  .container-product-list.active {
    display: block; }

.product-list {
  margin: 0px 10px 10px 10px;
  padding: 30px 20px;
  max-width: 1200px; }
  @media (min-width: 767px) {
    .product-list {
      margin-bottom: 0; } }
  @media (min-width: 1220px) {
    .product-list {
      padding: 30px 0; } }
  .product-list .product-item {
    background: #fef8f2;
    margin-bottom: 10px;
    padding: 15px 10px; }
    .product-list .product-item.vide {
      max-height: 265px;
      height: 265px;
      padding: 1px 0; }
      .product-list .product-item.vide .vide-content {
        text-align: center;
        margin: 115px auto auto;
        max-width: 585px;
        font-size: 18px;
        padding: 10px 10px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #677379; }
      @media screen and (max-width: 767px) {
        .product-list .product-item.vide {
          max-height: 390px;
          height: 390px; }
          .product-list .product-item.vide .vide-content {
            margin-top: 150px; } }
    .product-list .product-item.product-in-cart {
      background-color: #FFE9D5;
      border: 2px solid #ec6608; }
    .product-list .product-item.product-out-of-stock .product-add-to-cart .btn, .product-list .product-item.product-out-of-stock .product-add-to-cart .articles__cta, .product-list .product-item.product-out-of-stock .product-add-to-cart .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .product-list .product-item.product-out-of-stock .product-add-to-cart button[type="submit"], .product-list .product-item.product-out-of-stock .product-add-to-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list .product-item.product-out-of-stock .product-add-to-cart .product-price__add-a-box {
      background: #cdcdcd;
      cursor: not-allowed;
      pointer-events: none; }
    .product-list .product-item.product-out-of-stock .product-actions .product-actions-cart .btn-light, .product-list .product-item.product-out-of-stock .product-actions .product-actions-cart .articles__content__item__wrapper__cta, .product-list .product-item.product-out-of-stock .product-actions .product-actions-cart .recommandations__content__item__cta, .product-list .product-item.product-out-of-stock .product-actions .product-actions-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list .product-item.product-out-of-stock .product-actions .product-actions-cart .product-price__add-a-box {
      display: none; }
    .product-list .product-item.product-out-of-stock .product-actions .product-actions-cart .product-quantity {
      display: none; }
    .product-list .product-item.product-out-of-stock .product-price-discount-notice,
    .product-list .product-item.product-out-of-stock .product-price-main,
    .product-list .product-item.product-out-of-stock .product-price-discount {
      color: #b9b9b9; }
    .product-list .product-item.product-error-quantity {
      border: 2px solid #E42F45; }
      .product-list .product-item.product-error-quantity .product-add-to-cart .btn, .product-list .product-item.product-error-quantity .product-add-to-cart .articles__cta, .product-list .product-item.product-error-quantity .product-add-to-cart .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .product-list .product-item.product-error-quantity .product-add-to-cart button[type="submit"], .product-list .product-item.product-error-quantity .product-add-to-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list .product-item.product-error-quantity .product-add-to-cart .product-price__add-a-box {
        cursor: not-allowed;
        pointer-events: none; }
      .product-list .product-item.product-error-quantity .product-price-main {
        color: #E42F45; }
      .product-list .product-item.product-error-quantity .product-quantity .quantity-label {
        color: #E42F45; }
      .product-list .product-item.product-error-quantity .product-quantity .quantity-input input {
        color: #E42F45; }
    .product-list .product-item .product-quantity {
      margin-top: auto; }
      section.single-product .product-qty .product-qty-label,
      .product-list .product-item .product-secondary .product-qty .product-qty-label,
      .product-list .product-item .product-quantity .quantity-label {
        font-size: 10px;
        line-height: 1.2;
        color: #677379; }
        section.single-product .product-qty .product-qty-label{
        	width: 42px;
        }
        section.single-product  .product-qty .product-qty-input {
    width: calc(100% - 42px);
    padding-right: 15px;
    padding-left: 5px;
}
      .product-list .product-item .product-quantity .quantity-input {
        margin-top: 10px; }
        .product-list .product-item  .product-qty .product-qty-input input,
        .product-list .product-item .product-quantity .quantity-input input {
          font-size: 12px;
          padding: 10px 2px 8px;
          width: 34px;
          border-radius: 4px;
          border: 1px solid #677379;
          text-align: center;
          margin:0 3px;
          color: #677379;
          font-family: 'Neo Sans Pro Bold';
          display: inline-block; }
          .product-list .product-item  .product-qty .product-qty-input input{
          width: 100%}
          .product-list .product-item .product-quantity .quantity-input button {
          background-color: #677379;
          border-radius: 50%;
          color: #fff;
          font-size: 16px;
          width: 16px;
          height: 16px;
          text-align: center;
          border: 0;
          padding: 0;
          margin-left: 1px;
          line-height: 20px;
          display: inline-block;
          vertical-align: middle;
          cursor: pointer; }
          .product-list .product-item .product-quantity .quantity-input button.decrementQuantity {
          background-color: #677379;
          border-radius: 50%;
          color: #fff;
          font-size: 16px;
          width: 16px;
          height: 16px;
          text-align: center;
          border: 0;
          padding: 0;
          margin-left: 1px;
          line-height: 17px;
          display: inline-block;
          vertical-align: middle;
          cursor: pointer; }
          .product-list .product-item .product-quantity .quantity-input button span {
            background-color: transparent; }
          .product-list .product-item .product-quantity .quantity-input button:focus {
            outline: none;
            box-shadow: none; }
      @media (max-width: 766px) {
        .product-list .product-item .product-quantity {
          position: absolute;
          bottom: 0;
          left: -75%;
          max-width: 80px; } }
    .product-list .product-item .product-primary {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      .product-list .product-item .product-primary .product-image {
        width: 40%;
        margin-right: 5%; }
        .product-list .product-item .product-primary .product-image img {
          max-width: 100%;
          display: block;
          margin-left: auto;
          margin-right: auto;
          /*margin-top: -15px;*/ }
      .product-list .product-item .product-primary .product-main-datas {
        width: 55%; }
      .product-list .product-item .product-primary .product-refund {
        margin-top: 12px; }
        .product-list .product-item .product-primary .product-refund .product-label {
          position: relative;
          top: -10px; }
      .product-list .product-item .product-primary .product-title {
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 1.14;
        color: #677379;
        margin-top: 0;
        font-family: 'Neo Sans Pro Medium'; }
        .product-list .product-item .product-primary .product-title .product-label {
          margin-bottom: 15px; }
      .product-list .product-item .product-primary .product-conditionnement {
        font-family: 'Neo Sans Pro Medium';
        font-size: 10px;
        color: #677379;
        margin-bottom: 10px; }
      .product-list .product-item .product-primary .product-sku {
        font-size: 10px;
        color: #677379;
        margin-top: 5px; }
        .product-list .product-item .product-primary .product-sku .product-sku-label {
          display: inline-block; }
      .product-list .product-item .product-primary .product-info {
        margin-top: 10px; }
    .product-list .product-item .product-secondary {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .product-list .product-item .product-secondary .product-price-content {
        width: 40%;
        margin-right: 5%;
        padding: 0;
        text-align: center;
        padding-right: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .product-list .product-item .product-secondary .product-price-content .product-price {
          margin-bottom: 20px; }
        @media (min-width: 767px) {
          .product-list .product-item .product-secondary .product-price-content {
            padding-right: 0; }
            .product-list .product-item .product-secondary .product-price-content .product-price {
              margin-top: 20px; } }
      .product-list .product-item .product-secondary .product-actions {
        width: 55%;
        position: relative; }
        .product-list .product-item .product-secondary .product-actions .product-actions-link {
          margin-bottom: 10px; }
        .product-list .product-item .product-secondary .product-actions .product-add-to-cart .btn, .product-list .product-item .product-secondary .product-actions .product-add-to-cart .articles__cta, .product-list .product-item .product-secondary .product-actions .product-add-to-cart .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .product-list .product-item .product-secondary .product-actions .product-add-to-cart button[type="submit"], .product-list .product-item .product-secondary .product-actions .product-add-to-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list .product-item .product-secondary .product-actions .product-add-to-cart .product-price__add-a-box {
          margin-left: 0;
          margin-right: 0; }
        .product-list .product-item .product-secondary .product-actions-cart .btn-light, .product-list .product-item .product-secondary .product-actions-cart .articles__content__item__wrapper__cta, .product-list .product-item .product-secondary .product-actions-cart .recommandations__content__item__cta, .product-list .product-item .product-secondary .product-actions-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list .product-item .product-secondary .product-actions-cart .product-price__add-a-box {
          line-height: 1.4;
          margin-bottom: 10px;
          padding: 10px; }

.has-tooltip {
  position: relative;
  z-index: 20; }
  .has-tooltip .tooltip {
    position: absolute;
    font-family: 'Neo Sans Pro';
    bottom: 100%;
    right: 0;
    background: rgba(239, 121, 0, 0.95);
    width: 250px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
    padding: 7px 20px;
    line-height: 1.3;
    display: none;
    text-align: left;
    z-index: 20; }
    @media (min-width: 1024px) {
      .has-tooltip .tooltip {
        left: calc(100% - 10px);
        right: auto;
        bottom: 50%;
        width: 400px; } }
    .has-tooltip .tooltip ul {
      margin: 5px 0 5px 13px;
      padding: 0;
      list-style-type: square; }
    .has-tooltip .tooltip b {
      font-family: 'Neo Sans Pro Bold'; }
  body:not(.is-touch-device) .has-tooltip:hover .tooltip {
    display: block; }
  body.is-touch-device .has-tooltip .tooltip.hover {
    display: block; }

.product-label {
  background: #008c8c;
  min-width: 100px;
  width: 100px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
  font-size: 12px;
  font-family: 'Neo Sans Pro';
  font-weight: normal;
  padding-top: 2px; }
  .product-label.icon-info {
    width: 114px;
    text-transform: inherit;
    background: #ef7900;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 23px; }
    .product-label.icon-info:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      width: 16px;
      height: 16px;
      position: relative;
      top: -2px;
      z-index: 2;
      background: transparent url(../images/picto-info.png) no-repeat center center; }
    .product-label.icon-info:before {
      background: #ef7900;
      right: -3px; }
  .product-label:before {
    content: "";
    position: absolute;
    background: #008c8c;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    width: 6px;
    top: 0;
    right: -3px;
    bottom: 0;
    z-index: 1; }

.product-price-discount {
  font-family: 'Neo Sans Pro Medium';
  font-size: 12px;
  font-weight: 500;
  margin-bottom:10px;
  color: #008c8c; }
  @media (min-width: 767px) {
    .product-price-discount {
      font-size: 18px; }
      .product-price-discount + .product-price-main {
        margin-top: 10px; } }

.product-price-main {
  font-family: 'Neo Sans Pro Medium';
  font-size: 25px;
  color: #5e5e5e;
  line-height: 1.3; }

.product-refund {
  color: #008c8c;
  font-size: 12px; }

.product-price-discount-notice {
  font-size: 12px;
  color: #949494; }
.product-list.productsList {
	display: none
	}
@media (min-width: 767px) {
	
  .product-list {
    margin-left: auto;
    margin-right: auto; }
    .product-list .product-title {
      margin-top: 0;
      width: 100%; }
    .product-list .product-item {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
      position: relative;
      min-height: 200px; }
      .product-list .product-item .product-primary .product-refund .product-label {
        display: inline-block;
        vertical-align: middle;
        top: 0;
        margin-right: 20px;
        margin-top: 0; }
      .product-list .product-item .product-secondary {
        width: calc(100% - 161px);
        margin-left: auto; }
        .product-list .product-item .product-secondary .product-price-content {
          position: absolute;
          top: 20px;
          right: -15px;
          text-align: right;
          max-width: 150px; }
        .product-list .product-item .product-secondary .product-actions {
          width: 100%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .product-list .product-item .product-secondary .product-actions .product-actions-cart {
            margin-top: -15px; }
            .product-list .product-item .product-secondary .product-actions .product-actions-cart .flex-desktop {
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
              justify-content: flex-end; }
          .product-list .product-item .product-secondary .product-actions .product-qty-label {
            margin-bottom: -3px; }
          .product-list .product-item .product-secondary .product-actions .product-actions-cart-alt {
            margin-top: 7px; }
            .product-list .product-item .product-secondary .product-actions .product-actions-cart-alt .error-message {
              width: 100%;
              color: #e42f45;
              font-size: 9px;
              margin-top: 4px; }
          .product-list .product-item .product-secondary .product-actions .product-actions-cart {
            width: 345px; }
            .product-list .product-item .product-secondary .product-actions .product-actions-cart .btn-light, .product-list .product-item .product-secondary .product-actions .product-actions-cart .articles__content__item__wrapper__cta, .product-list .product-item .product-secondary .product-actions .product-actions-cart .recommandations__content__item__cta, .product-list .product-item .product-secondary .product-actions .product-actions-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list .product-item .product-secondary .product-actions .product-actions-cart .product-price__add-a-box {
              max-width: 280px;
              margin-left: auto;
              margin-right: 0;
              display: block;
              margin-bottom: 15px; }
          .product-list .product-item .product-secondary .product-actions .product-add-to-cart {
            width: 165px; }
          .product-list .product-item .product-secondary .product-actions .product-actions-link {
            min-width: 180px;
            margin-bottom: 0; }
            .product-list .product-item .product-secondary .product-actions .product-actions-link .btn, .product-list .product-item .product-secondary .product-actions .product-actions-link .articles__cta, .product-list .product-item .product-secondary .product-actions .product-actions-link .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .product-list .product-item .product-secondary .product-actions .product-actions-link button[type="submit"], .product-list .product-item .product-secondary .product-actions .product-actions-link section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list .product-item .product-secondary .product-actions .product-actions-link .product-price__add-a-box {
              line-height: 30px; }
          .product-list .product-item .product-secondary .product-actions .btn, .product-list .product-item .product-secondary .product-actions .articles__cta, .product-list .product-item .product-secondary .product-actions .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .product-list .product-item .product-secondary .product-actions button[type="submit"], .product-list .product-item .product-secondary .product-actions section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list .product-item .product-secondary .product-actions .product-price__add-a-box {
            height: 30px;
            line-height: 30px;
            min-height: inherit;
            padding: 0 10px; }
            
            .product-list .product-item .product-secondary .product-qty,
        .product-list .product-item .product-secondary .product-quantity {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: calc(100% - 165px);
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;  }
          .product-list .product-item .product-secondary .product-qty .product-qty-input,
          .product-list .product-item .product-secondary .product-quantity .quantity-input {
            width: 90px;
            margin: 0 10px 0 0; }
            .product-list .product-item .product-secondary .product-qty .product-qty-label{
            	 margin-bottom: 5px;
            }
          .product-list .product-item .product-secondary .product-quantity .quantity-label {
            width: calc(100% - 90px); }
      .product-list .product-item .product-primary {
        padding-right: 160px;
        margin-bottom: 13px; }
        .product-list .product-item .product-primary .product-image {
          width: 140px;
          margin-right: 20px;
          position: relative; }
          .product-list .product-item .product-primary .product-image img {
            position: absolute;
            top: 0;
            left: 0; }
        .product-list .product-item .product-primary .product-refund {
          margin-top: 18px; }
        .product-list .product-item .product-primary .product-main-datas {
          width: calc(100% - 241px); }
          .product-list .product-item .product-primary .product-main-datas .product-conditionnement {
            font-size: 16px; }
          .product-list .product-item .product-primary .product-main-datas .product-sku {
            font-size: 12px; }
        .product-list .product-item .product-primary .product-title {
          font-size: 20px;
          position: relative; }
          .product-list .product-item .product-primary .product-title .product-label {
            display: block;
            vertical-align: middle;
            margin: 0 30px 15px 0; }
      .product-list .product-item.product-out-of-stock .product-secondary .product-actions .product-actions-cart .btn-light, .product-list .product-item.product-out-of-stock .product-secondary .product-actions .product-actions-cart .articles__content__item__wrapper__cta, .product-list .product-item.product-out-of-stock .product-secondary .product-actions .product-actions-cart .recommandations__content__item__cta, .product-list .product-item.product-out-of-stock .product-secondary .product-actions .product-actions-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list .product-item.product-out-of-stock .product-secondary .product-actions .product-actions-cart .product-price__add-a-box {
        display: none; }
      .product-list .product-item.product-out-of-stock .product-secondary .product-actions .product-add-to-cart {
        width: 260px; }
        .product-list .product-item.product-out-of-stock .product-secondary .product-actions .product-add-to-cart button {
          height: 40px;
          line-height: 40px; }
      .product-list .product-item.product-out-of-stock .product-secondary .product-price-content {
        max-width: 260px; }
      .product-list .product-item.product-out-of-stock .product-secondary .product-price {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 50px; }
        .product-list .product-item.product-out-of-stock .product-secondary .product-price-infos {
          text-align: center; }
        .product-list .product-item.product-out-of-stock .product-secondary .product-price .product-price-discount {
          text-align: center; }
          .product-list .product-item.product-out-of-stock .product-secondary .product-price .product-price-discount span {
            font-size: 12px;
            display: block; } }

@media (min-width: 1024px) {
  .product-list .product-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .product-list .product-item {
    padding-left: 40px; }
    .product-list .product-item .product-secondary {
      width: calc(100% - 241px); }
      .product-list .product-item .product-secondary .product-actions .product-actions-cart {
        width: 356px; }
      .product-list .product-item .product-secondary .product-price-content {
        right: -35px; }
    .product-list .product-item .product-primary {
      padding-right: 30%; }
      .product-list .product-item .product-primary .product-image {
        width: 201px;
        margin-right: 40px; }
      .product-list .product-item .product-primary .product-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .product-list .product-item .product-primary .product-info-label {
          margin-right: 16px;
          margin-top: 10px; } }



  .product-list ::marker {
    color: #fff; }
  .product-list--table {
    display: none;
    margin: 30px 0 20px; }
    .product-list--table ::marker {
      color: #fff; }
    .product-list--table.active {
      display: block; }
    .product-list--table .table-list .product-item__container {
      min-height: 70px; }
    .product-list--table .table-list .product-item .product-actions .quantity-label {
      font-size: 10px;
      line-height: 1.2;
      color: #677379;
      margin-top: 5px;
      display: block;
      text-align: center; }
    .product-list--table .table-list .product-item .product-actions .product-quantity {
      margin-top: auto; }
      .product-list--table .table-list .product-item .product-actions .product-quantity .quantity-input input {
        font-size: 12px;
        padding: 10px 2px 8px;
        width: 38px;
        border-radius: 4px;
        border: 1px solid #677379;
        text-align: center;
        color: #677379;
        font-family: 'Neo Sans Pro Bold';
        margin: 0 3px;
        display: inline-block; }
      .product-list--table .table-list .product-item .product-actions .product-quantity .quantity-input button {
        background-color: #677379;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        width: 16px;
        height: 16px;
        text-align: center;
        border: 0;
        padding: 0;
        margin-left: 1px;
        line-height: 20px;
        display: inline-block;
        vertical-align: middle; }
        .product-list--table .table-list .product-item .product-actions .product-quantity .quantity-input button.decrementQuantity {
        background-color: #677379;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        width: 16px;
        height: 16px;
        text-align: center;
        border: 0;
        padding: 0;
        margin-left: 1px;
        line-height: 17px;
        display: inline-block;
        vertical-align: middle; }
        .product-list--table .table-list .product-item .product-actions .product-quantity .quantity-input button:focus {
          outline: none;
          box-shadow: none; }
    .product-list--table .table-list .product-item:nth-child(2n + 1) {
      background-color: #fef8f2; }
    .product-list--table .table-list__head {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .product-list--table .table-list__head .head-title {
        font-size: 12px;
        line-height: 1.2;
        color: #555555;
        font-family: 'Neo Sans Pro Medium';
        text-align: center;
        padding: 15px 10px;
        border-left: 1px solid #e6e7e9; }
        .product-list--table .table-list__head .head-title:first-child {
          border: 0; }
      @media screen and (max-width: 766px) {
        .product-list--table .table-list__head .head-title--title {
          width: 50%;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1; }
        .product-list--table .table-list__head .head-title--ref, .product-list--table .table-list__head .head-title--discount {
          display: none; }
        .product-list--table .table-list__head .head-title--add {
          width: 25%;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          padding-left: 20px; }
        .product-list--table .table-list__head .head-title--price {
          width: 25%;
          -webkit-order: 3;
          -ms-flex-order: 3;
          order: 3; } }
      @media screen and (min-width: 767px) {
        .product-list--table .table-list__head .head-title {
          padding: 25px 10px;
          font-size: 14px; }
          .product-list--table .table-list__head .head-title--title {
            width: 34%; }
          .product-list--table .table-list__head .head-title--ref {
            width: 20%; }
          .product-list--table .table-list__head .head-title--discount {
            width: 11%; }
          .product-list--table .table-list__head .head-title--add {
            width: 24%; }
          .product-list--table .table-list__head .head-title--price {
            width: 11%; } }
    .product-list--table .table-list__body .product-item {
      padding: 15px 10px;
      border-top: 1px solid #e6e7e9; }
      .product-list--table .table-list__body .product-item .product-title {
        color: #555555;
        font-family: 'Neo Sans Pro Medium';
        text-align: left;
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 1.2; }
      .product-list--table .table-list__body .product-item .product-info-label {
        margin-bottom: 8px; }
      .product-list--table .table-list__body .product-item .product-sku {
        font-size: 10px;
        margin-top: 5px;
        color: #677379; }
      .product-list--table .table-list__body .product-item .product-price {
        text-align: right; }
        .product-list--table .table-list__body .product-item .product-price-main {
          font-size: 14px;
          color: #555555;
          font-family: 'Neo Sans Pro Medium'; }
        .product-list--table .table-list__body .product-item .product-price-discount-notice {
          font-size: 12px;
          margin-top: 5px;
          color: #677379; }
        .product-list--table .table-list__body .product-item .product-price-discount {
          font-family: 'Neo Sans Pro Bold';
          color: #008c8c;
          font-size: 14px;
          text-align: right; }
      .product-list--table .table-list__body .product-item .product-actions .product-add-to-cart .btn, .product-list--table .table-list__body .product-item .product-actions .product-add-to-cart .articles__cta, .product-list--table .table-list__body .product-item .product-actions .product-add-to-cart .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .product-list--table .table-list__body .product-item .product-actions .product-add-to-cart button[type="submit"], .product-list--table .table-list__body .product-item .product-actions .product-add-to-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list--table .table-list__body .product-item .product-actions .product-add-to-cart .product-price__add-a-box {
        word-break: initial;
        min-height: auto;
        line-height: 1.2;
        padding: 10px 10px; }
        .product-list--table .table-list__body .product-item .product-actions .product-add-to-cart .btn--basket {
          padding: 5px 10px 8px 8px;
          line-height: 1;
          width: auto; }
          .product-list--table .table-list__body .product-item .product-actions .product-add-to-cart .btn--basket::before {
            content: '';
            background: url("../images/caddi1.svg") no-repeat center center/contain;
            display: block;
            width: 22px;
            height: 22px; }
    @media screen and (max-width: 766px) {
      .product-list--table .table-list__body .product-item__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .product-list--table .table-list__body .product-item .product-primary {
        width: 40%; }
      .product-list--table .table-list__body .product-item .product-secondary {
        width: 60%;
        padding-left: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .product-list--table .table-list__body .product-item .product-price {
        width: calc(100% - 95px);
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 10px;
        padding-left: 5px; }
      .product-list--table .table-list__body .product-item .product-actions {
        width: 95px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        margin-bottom: 10px;
        padding-right: 5px; }
        .product-list--table .table-list__body .product-item .product-actions .quantity-label {
          display: none; }
      .product-list--table .table-list__body .product-item .product-price-discount {
        width: 100%;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: auto; }
      .product-list--table .table-list__body .product-item .product-quantity {
        display: none; } }
    @media screen and (min-width: 767px) {
      .product-list--table .table-list__body .product-item__container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .product-list--table .table-list__body .product-item .product-primary {
        width: 54.2%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #e6e7e9; }
      .product-list--table .table-list__body .product-item .product-secondary {
        width: 45.8%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .product-list--table .table-list__body .product-item .product-main-datas {
        width: 62%;
        padding: 0 15px;
        border-right: 1px solid #e6e7e9;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .product-list--table .table-list__body .product-item .product-sku {
        padding: 0 15px;
        width: 38%;
        text-align: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .product-list--table .table-list__body .product-item .product-sku .product-sku-label {
          text-align: center; }
      .product-list--table .table-list__body .product-item .product-quantity {
        display: block; }
      .product-list--table .table-list__body .product-item .product-price {
        width: 24.5%;
        text-align: center;
        padding: 0 15px;
        position: relative;
        height: 100%;
        border-right: 1px solid #e6e7e9;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .product-list--table .table-list__body .product-item .product-actions {
        width: 50.7%;
        padding: 0 15px;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .product-list--table .table-list__body .product-item .product-actions .product-actions-cart {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .product-list--table .table-list__body .product-item .product-actions .product-quantity {
          max-width: 90px; }
        .product-list--table .table-list__body .product-item .product-actions .product-add-to-cart {
          width: 40px;
          margin-left: 10px; }
        .product-list--table .table-list__body .product-item .product-actions .quantity-label {
          font-size: 8px; }
      .product-list--table .table-list__body .product-item .product-price-discount {
        width: 24.8%;
        text-align: center;
        padding: 0 15px;
        border-right: 1px solid #e6e7e9;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .product-list--table .table-list__body .product-item .product-price-discount span {
          font-size: 12px;
          display: block; } }
    @media screen and (min-width: 1024px) {
      .product-list--table .table-list__body .product-item .product-title {
        font-size: 14px; }
      .product-list--table .table-list__body .product-item .product-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .product-list--table .table-list__body .product-item .product-info .product-info-label {
          margin-right: 12px; }
      .product-list--table .table-list__body .product-item .product-sku {
        font-size: 14px; } }
    .product-list--table .table-list .product-item.product-in-cart {
      border: 2px solid #ec6608; }
    .product-list--table .table-list .product-item.product-out-of-stock .product-price .product-price-main {
      color: #b9b9b9; }
    .product-list--table .table-list .product-item.product-out-of-stock .product-add-to-cart .btn, .product-list--table .table-list .product-item.product-out-of-stock .product-add-to-cart .articles__cta, .product-list--table .table-list .product-item.product-out-of-stock .product-add-to-cart .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .product-list--table .table-list .product-item.product-out-of-stock .product-add-to-cart button[type="submit"], .product-list--table .table-list .product-item.product-out-of-stock .product-add-to-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .product-list--table .table-list .product-item.product-out-of-stock .product-add-to-cart .product-price__add-a-box {
      background: #CDCDCD;
      cursor: not-allowed;
      pointer-events: none;
      background-color: #CDCDCD;
      color: #fff; }
    .product-list--table .table-list .product-item.product-out-of-stock .product-actions .product-actions-cart .product-quantity {
      display: none; }
    .product-list--table .table-list .product-item.product-out-of-stock .product-actions .product-add-to-cart {
      width: auto; }
    .product-list--table .table-list .product-item.product-out-of-stock .product-actions .quantity-label {
      display: none; }
    .product-list--table .table-list .product-item.product-out-of-stock .product-price-discount-notice {
      color: #b9b9b9; }
    .product-list--table .table-list .product-item.product-out-of-stock .product-price-discount .discount-text {
      display: none; }
    .product-list--table .table-list .product-item.product-out-of-stock .product-price-discount-notice {
      display: none; }
      @media screen and (min-width: 767px) {
        .product-list--table .table-list .product-item.product-out-of-stock .product-price-discount-notice {
          display: block; } }
    .product-list--table .table-list .product-item.product-out-of-stock .product-sku .product-sku-label {
      display: none; }
    .product-list--table .table-list .product-item.product-error-quantity {
      border: 2px solid #E42F45; }
      .product-list--table .table-list .product-item.product-error-quantity .product-price-main {
        color: #E42F45; }
      @media screen and (max-width: 766px) {
        .product-list--table .table-list .product-item.product-error-quantity .product-price-discount-notice {
          display: none; }
        .product-list--table .table-list .product-item.product-error-quantity .product-price-discount .discount-text {
          display: none; }
        .product-list--table .table-list .product-item.product-error-quantity .product-actions .product-add-to-cart {
          display: none; } }
      .product-list--table .table-list .product-item.product-error-quantity .product-quantity {
        display: block;
        margin-bottom: 0; }
        .product-list--table .table-list .product-item.product-error-quantity .product-quantity .quantity-label {
          color: #E42F45; }
        .product-list--table .table-list .product-item.product-error-quantity .product-quantity .quantity-input input {
          color: #E42F45; }
    .product-list--table .table-list .product-item.vide {
      max-height: 265px;
      height: 265px;
      padding: 10px 20px;
      margin: 30px 20px; }
      .product-list--table .table-list .product-item.vide .vide-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 10px 10px;
        margin: 0 auto;
        max-width: 585px;
        font-size: 18px;
        line-height: 1.56;
        text-align: center;
        color: #677379;
        height: 100%; }
      @media screen and (max-width: 767px) {
        .product-list--table .table-list .product-item.vide {
          max-height: 390px;
          height: 390px; }
          .product-list--table .table-list .product-item.vide .vide-content {
            margin-top: 0; } }
  .product-list.active {
    display: block; }

.showItem {
  display: list-item; }

.hideItem {
  display: none; }

.contact-page.main-content {
  max-width: 1180px;
  width: 100%;
  min-height: 800px;
  margin: auto; }
  .contact-page.main-content h1 {
    margin-top: 75px;
    color: #008c8c;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    padding-bottom: 22px; }
    .contact-page.main-content h1:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 0.1px;
      border: solid 1px #ef7900; }
  .contact-page.main-content .etape {
    text-align: center;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal; }
    .contact-page.main-content .etape .buttons {
      padding: 17px 0;
      display: none; }
      .contact-page.main-content .etape .buttons.active {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .contact-page.main-content .etape .buttons .btn, .contact-page.main-content .etape .buttons .articles__cta, .contact-page.main-content .etape .buttons .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape .buttons button[type="submit"], .contact-page.main-content .etape .buttons section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .contact-page.main-content .etape .buttons .product-price__add-a-box {
        margin: 0 10px;
        background: transparent;
        color: #008c8c;
        border: 1px #008c8c solid;
        outline: none;
        max-width: none;
        line-height: 1.2; }
        .contact-page.main-content .etape .buttons .btn:first-child, .contact-page.main-content .etape .buttons .articles__cta:first-child, .contact-page.main-content .etape .buttons .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape .buttons button:first-child[type="submit"], .contact-page.main-content .etape .buttons section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .contact-page.main-content .etape .buttons .product-price__add-a-box:first-child {
          margin-left: 0; }
        .contact-page.main-content .etape .buttons .btn:last-child, .contact-page.main-content .etape .buttons .articles__cta:last-child, .contact-page.main-content .etape .buttons .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape .buttons button:last-child[type="submit"], .contact-page.main-content .etape .buttons section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box .contact-page.main-content .etape .buttons .product-price__add-a-box:last-child {
          margin-right: 0; }
        .contact-page.main-content .etape .buttons .btn:hover, .contact-page.main-content .etape .buttons .articles__cta:hover, .contact-page.main-content .etape .buttons .informations-page .informations-table__content button:hover[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape .buttons button:hover[type="submit"], .contact-page.main-content .etape .buttons section.single-product .product-details__box .product-price__add-a-box:hover, section.single-product .product-details__box .contact-page.main-content .etape .buttons .product-price__add-a-box:hover, .contact-page.main-content .etape .buttons .btn.active, .contact-page.main-content .etape .buttons .active.articles__cta, .contact-page.main-content .etape .buttons .informations-page .informations-table__content button.active[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape .buttons button.active[type="submit"], .contact-page.main-content .etape .buttons section.single-product .product-details__box .active.product-price__add-a-box, section.single-product .product-details__box .contact-page.main-content .etape .buttons .active.product-price__add-a-box {
          color: white;
          background: #008c8c; }
      .contact-page.main-content .etape .buttons a.btn, .contact-page.main-content .etape .buttons a.articles__cta, .contact-page.main-content .etape .buttons section.single-product .product-details__box a.product-price__add-a-box, section.single-product .product-details__box .contact-page.main-content .etape .buttons a.product-price__add-a-box {
        line-height: 40px;
        font-weight: normal; }
    .contact-page.main-content .etape#etape1 {
      margin-top: 32px; }
      .contact-page.main-content .etape#etape1 .buttons {
        padding-top: 19px;
        border-bottom: 1px solid #cdcdcd; }
        .contact-page.main-content .etape#etape1 .buttons .btn, .contact-page.main-content .etape#etape1 .buttons .articles__cta, .contact-page.main-content .etape#etape1 .buttons .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape#etape1 .buttons button[type="submit"], .contact-page.main-content .etape#etape1 .buttons section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .contact-page.main-content .etape#etape1 .buttons .product-price__add-a-box {
          color: #ef7900;
          border: 1px #ef7900 solid;
          height: 80px; }
          .contact-page.main-content .etape#etape1 .buttons .btn:hover, .contact-page.main-content .etape#etape1 .buttons .articles__cta:hover, .contact-page.main-content .etape#etape1 .buttons .informations-page .informations-table__content button:hover[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape#etape1 .buttons button:hover[type="submit"], .contact-page.main-content .etape#etape1 .buttons section.single-product .product-details__box .product-price__add-a-box:hover, section.single-product .product-details__box .contact-page.main-content .etape#etape1 .buttons .product-price__add-a-box:hover, .contact-page.main-content .etape#etape1 .buttons .btn.active, .contact-page.main-content .etape#etape1 .buttons .active.articles__cta, .contact-page.main-content .etape#etape1 .buttons .informations-page .informations-table__content button.active[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape#etape1 .buttons button.active[type="submit"], .contact-page.main-content .etape#etape1 .buttons section.single-product .product-details__box .active.product-price__add-a-box, section.single-product .product-details__box .contact-page.main-content .etape#etape1 .buttons .active.product-price__add-a-box {
            color: white;
            background: #ef7900; }
    .contact-page.main-content .etape#etape3 .buttons {
      padding: 14px 0 32px;
      border-top: 1px solid #cdcdcd; }
    .contact-page.main-content .etape.final {
      display: none;
      margin-bottom: 40px;
      background: #fef8f2; }
      .contact-page.main-content .etape.final.active {
        display: block; }
      .contact-page.main-content .etape.final h2 {
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        text-align: center;
        color: #5e5e5e;
        font-family: "Open Sans", sans-serif;
        line-height: 1.4; }
        @media (min-width: 767px) {
          .contact-page.main-content .etape.final h2 {
            margin-bottom: 30px; } }
      .contact-page.main-content .etape.final form, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper {
        margin-top: 0; }
        .contact-page.main-content .etape.final form textarea, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper textarea, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper textarea {
          margin: 16px auto 0; }
          @media (min-width: 767px) {
            .contact-page.main-content .etape.final form textarea, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper textarea, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper textarea {
              margin-top: 30px; } }
        .contact-page.main-content .etape.final form .code-client, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper .code-client, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper .code-client {
          font-size: 12px;
          text-align: right;
          color: #008c8c;
          font-weight: normal;
          text-decoration: underline;
          margin-top: 7px;
          cursor: pointer; }
        .contact-page.main-content .etape.final form .form-group, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper .form-group, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper .form-group {
          position: relative; }
          .contact-page.main-content .etape.final form .form-group .textarea-footer, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper .form-group .textarea-footer, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper .form-group .textarea-footer {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
          .contact-page.main-content .etape.final form .form-group .max-textarea, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper .form-group .max-textarea, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper .form-group .max-textarea {
            font-size: 12px;
            text-align: left;
            color: #008c8c;
            font-weight: normal;
            margin-top: 7px;
            width: 60%;
            display: inline-block; }
          .contact-page.main-content .etape.final form .form-group #count, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper .form-group #count, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper .form-group #count {
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            margin-top: 7px;
            letter-spacing: normal;
            text-align: right;
            color: #677379;
            width: 40%;
            right: 0;
            bottom: 0; }
        .contact-page.main-content .etape.final form .btn, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper .btn, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper .btn, .contact-page.main-content .etape.final form .articles__cta, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper .articles__cta, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper .articles__cta, .contact-page.main-content .etape.final form .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape.final form button[type="submit"], .contact-page.main-content .etape.final .informations-page .informations-table__wrapper .informations-table__content button[type="submit"], .contact-page.main-content .etape.final .informations-page .informations-table__content .informations-table__wrapper button[type="submit"], .informations-page .contact-page.main-content .etape.final .informations-table__wrapper .informations-table__content button[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape.final .informations-table__wrapper button[type="submit"], .contact-page.main-content .etape.final form section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .contact-page.main-content .etape.final form .product-price__add-a-box, .contact-page.main-content .etape.final .informations-page .informations-table__wrapper section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .contact-page.main-content .etape.final .informations-page .informations-table__wrapper .product-price__add-a-box, .informations-page .contact-page.main-content .etape.final .informations-table__wrapper section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .informations-page .contact-page.main-content .etape.final .informations-table__wrapper .product-price__add-a-box {
          margin-top: 18px; }
      .contact-page.main-content .etape.final .final-content {
        max-width: 450px;
        margin: auto;
        padding: 20px 0 25px; }
        .contact-page.main-content .etape.final .final-content .send {
          min-height: 450px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .contact-page.main-content .etape.final .final-content .send {
              min-height: auto; } }
          .contact-page.main-content .etape.final .final-content .send-content {
            position: absolute;
            top: 25%;
            left: 0;
            right: 0;
            margin: auto; }
            @media screen and (max-width: 767px) {
              .contact-page.main-content .etape.final .final-content .send-content {
                position: initial; } }
            .contact-page.main-content .etape.final .final-content .send-content a.btn, .contact-page.main-content .etape.final .final-content .send-content a.articles__cta, .contact-page.main-content .etape.final .final-content .send-content section.single-product .product-details__box a.product-price__add-a-box, section.single-product .product-details__box .contact-page.main-content .etape.final .final-content .send-content a.product-price__add-a-box {
              background: transparent; }
              .contact-page.main-content .etape.final .final-content .send-content a.btn:hover, .contact-page.main-content .etape.final .final-content .send-content a.articles__cta:hover, .contact-page.main-content .etape.final .final-content .send-content section.single-product .product-details__box a.product-price__add-a-box:hover, section.single-product .product-details__box .contact-page.main-content .etape.final .final-content .send-content a.product-price__add-a-box:hover {
                background: transparent;
                color: #ef7900;
                border-color: #ef7900; }
          .contact-page.main-content .etape.final .final-content .send h2.send-title {
            font-weight: bold;
            font-size: 1.7em;
            color: #ef7900;
            font-family: "Neo Sans Pro", Arial, sans-serif; }
          .contact-page.main-content .etape.final .final-content .send p {
            font-size: 1.2em;
            color: #5e5e5e; }
            @media screen and (max-width: 767px) {
              .contact-page.main-content .etape.final .final-content .send p {
                font-size: 1em; } }
          .contact-page.main-content .etape.final .final-content .send .btn, .contact-page.main-content .etape.final .final-content .send .articles__cta, .contact-page.main-content .etape.final .final-content .send .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape.final .final-content .send button[type="submit"], .contact-page.main-content .etape.final .final-content .send section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .contact-page.main-content .etape.final .final-content .send .product-price__add-a-box {
            font-family: "Neo Sans Pro", Arial, sans-serif;
            cursor: pointer;
            max-width: 175px;
            background: white;
            line-height: 30px;
            min-height: 30px;
            color: #ef7900;
            border: 1px solid #ef7900;
            transition: 0.4s; }
            .contact-page.main-content .etape.final .final-content .send .btn:hover, .contact-page.main-content .etape.final .final-content .send .articles__cta:hover, .contact-page.main-content .etape.final .final-content .send .informations-page .informations-table__content button:hover[type="submit"], .informations-page .informations-table__content .contact-page.main-content .etape.final .final-content .send button:hover[type="submit"], .contact-page.main-content .etape.final .final-content .send section.single-product .product-details__box .product-price__add-a-box:hover, section.single-product .product-details__box .contact-page.main-content .etape.final .final-content .send .product-price__add-a-box:hover {
              border-color: white;
              color: white;
              background: #ef7900; }
    .contact-page.main-content .etape .informations {
      font-family: OpenSans, sans-serif;
      text-align: left;
      font-size: 10px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.2;
      letter-spacing: 0.1px;
      color: #cdcdcd;
      margin-top: 20px; }
    .contact-page.main-content .etape .cgu {
      text-align: left;
      margin-top: 10px; }
      .contact-page.main-content .etape .cgu.error label:before {
        border-color: #e23249; }
      .contact-page.main-content .etape .cgu.error input[type="checkbox"]:not(:checked) + label:after,
      .contact-page.main-content .etape .cgu.error input[type="checkbox"]:checked + label:after {
        top: -2px; }
      .contact-page.main-content .etape .cgu.error #error {
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #e23249;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center; }
      .contact-page.main-content .etape .cgu label {
        font-family: OpenSans, sans-serif;
        font-size: 11px;
        text-decoration: underline;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #5e5e5e;
        margin: 0;
        padding-left: 30px; }
        .contact-page.main-content .etape .cgu label:before {
          border-color: #5e5e5e;
          width: 16px;
          height: 16px; }
        .contact-page.main-content .etape .cgu label:hover:before {
          border: 2px solid !important; }
    .contact-page.main-content .etape .indication {
      font-family: OpenSans, sans-serif;
      font-size: 10px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #5e5e5e;
      margin: 18px 0 0; }

.contact-page.no-log h1 {
  margin-bottom: 32px; }

.contact-page.no-log .etape .buttons {
  padding-top: 0;
  padding-bottom: 23px;
  border-bottom: 1px solid #cdcdcd; }

.contact-page.no-log .etape form, .contact-page.no-log .etape .informations-page .informations-table__wrapper, .informations-page .contact-page.no-log .etape .informations-table__wrapper {
  margin-top: 50px; }

.contact-page.no-log #formulaire {
  margin-top: 25px; }

@media screen and (max-width: 767px) {
  body .contact-page.main-content {
    padding: 0 12px;
    min-height: auto; }
    body .contact-page.main-content h1 {
      font-size: 25px;
      margin-bottom: 30px;
      margin-top: 60px; }
    body .contact-page.main-content .etape#etape1 {
      margin-top: 10px; }
      body .contact-page.main-content .etape#etape1 span {
        font-size: 11px; }
      body .contact-page.main-content .etape#etape1 .buttons {
        border: none;
        padding-bottom: 50px; }
        body .contact-page.main-content .etape#etape1 .buttons .btn, body .contact-page.main-content .etape#etape1 .buttons .articles__cta, body .contact-page.main-content .etape#etape1 .buttons .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .contact-page.main-content .etape#etape1 .buttons button[type="submit"], body .contact-page.main-content .etape#etape1 .buttons section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .contact-page.main-content .etape#etape1 .buttons .product-price__add-a-box {
          height: 40px; }
    body .contact-page.main-content .etape .buttons {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      body .contact-page.main-content .etape .buttons .btn, body .contact-page.main-content .etape .buttons .articles__cta, body .contact-page.main-content .etape .buttons .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .contact-page.main-content .etape .buttons button[type="submit"], body .contact-page.main-content .etape .buttons section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .contact-page.main-content .etape .buttons .product-price__add-a-box {
        margin: auto auto 20px;
        max-width: 300px;
        display: block; }
        body .contact-page.main-content .etape .buttons .btn:first-child, body .contact-page.main-content .etape .buttons .articles__cta:first-child, body .contact-page.main-content .etape .buttons .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content body .contact-page.main-content .etape .buttons button:first-child[type="submit"], body .contact-page.main-content .etape .buttons section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box body .contact-page.main-content .etape .buttons .product-price__add-a-box:first-child {
          margin: auto auto 20px; }
        body .contact-page.main-content .etape .buttons .btn:last-child, body .contact-page.main-content .etape .buttons .articles__cta:last-child, body .contact-page.main-content .etape .buttons .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content body .contact-page.main-content .etape .buttons button:last-child[type="submit"], body .contact-page.main-content .etape .buttons section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box body .contact-page.main-content .etape .buttons .product-price__add-a-box:last-child {
          margin: auto; }
    body .contact-page.main-content .etape.final .final-content {
      padding: 15px 10px 10px; }
      body .contact-page.main-content .etape.final .final-content h2 {
        font-size: 12px;
        margin: 0; }
      body .contact-page.main-content .etape.final .final-content form, body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper, .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper {
        margin-top: 20px;
        padding: 0; }
        body .contact-page.main-content .etape.final .final-content form .informations, body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper .informations, .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper .informations {
          margin-top: 12px; }
        body .contact-page.main-content .etape.final .final-content form .cgu, body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper .cgu, .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper .cgu {
          margin-top: 22px; }
          body .contact-page.main-content .etape.final .final-content form .cgu label, body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper .cgu label, .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper .cgu label {
            padding-left: 25px; }
          body .contact-page.main-content .etape.final .final-content form .cgu #error, body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper .cgu #error, .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper .cgu #error {
            left: auto;
            right: 20px; }
        body .contact-page.main-content .etape.final .final-content form .btn, body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper .btn, .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper .btn, body .contact-page.main-content .etape.final .final-content form .articles__cta, body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper .articles__cta, .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper .articles__cta, body .contact-page.main-content .etape.final .final-content form .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .contact-page.main-content .etape.final .final-content form button[type="submit"], body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper .informations-table__content button[type="submit"], body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__content .informations-table__wrapper button[type="submit"], .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper .informations-table__content button[type="submit"], .informations-page .informations-table__content body .contact-page.main-content .etape.final .final-content .informations-table__wrapper button[type="submit"], body .contact-page.main-content .etape.final .final-content form section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .contact-page.main-content .etape.final .final-content form .product-price__add-a-box, body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper .product-price__add-a-box, .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper .product-price__add-a-box {
          margin-top: 22px; }
        body .contact-page.main-content .etape.final .final-content form .indication, body .contact-page.main-content .etape.final .final-content .informations-page .informations-table__wrapper .indication, .informations-page body .contact-page.main-content .etape.final .final-content .informations-table__wrapper .indication {
          text-align: right;
          margin: 10px 0 0; }
  body .contact-page.no-log .etape .buttons {
    padding: 0;
    padding-bottom: 20px; }
    body .contact-page.no-log .etape .buttons .btn, body .contact-page.no-log .etape .buttons .articles__cta, body .contact-page.no-log .etape .buttons .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .contact-page.no-log .etape .buttons button[type="submit"], body .contact-page.no-log .etape .buttons section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .contact-page.no-log .etape .buttons .product-price__add-a-box {
      font-size: 14px; }
      body .contact-page.no-log .etape .buttons .btn.active, body .contact-page.no-log .etape .buttons .active.articles__cta, body .contact-page.no-log .etape .buttons .informations-page .informations-table__content button.active[type="submit"], .informations-page .informations-table__content body .contact-page.no-log .etape .buttons button.active[type="submit"], body .contact-page.no-log .etape .buttons section.single-product .product-details__box .active.product-price__add-a-box, section.single-product .product-details__box body .contact-page.no-log .etape .buttons .active.product-price__add-a-box, body .contact-page.no-log .etape .buttons .btn:hover, body .contact-page.no-log .etape .buttons .articles__cta:hover, body .contact-page.no-log .etape .buttons .informations-page .informations-table__content button:hover[type="submit"], .informations-page .informations-table__content body .contact-page.no-log .etape .buttons button:hover[type="submit"], body .contact-page.no-log .etape .buttons section.single-product .product-details__box .product-price__add-a-box:hover, section.single-product .product-details__box body .contact-page.no-log .etape .buttons .product-price__add-a-box:hover {
        border-color: #008c8c; }
  body .contact-page.no-log #formulaire {
    margin-top: 15px;
    margin-bottom: 22px; }
  body .contact-page.log h1 {
    margin-bottom: 10px; }
  body .contact-page.log .etape#etape1 {
    padding: 0 55px;
    margin: 0; }
    body .contact-page.log .etape#etape1 .buttons {
      padding-top: 35px; }
  body .contact-page.log .etape#etape2, body .contact-page.log .etape#etape3 {
    padding: 0 55px;
    margin: 0; }
    body .contact-page.log .etape#etape2 .buttons, body .contact-page.log .etape#etape3 .buttons {
      border: none;
      padding-bottom: 20px; }
  body .contact-page.log #formulaire h2 {
    padding: 0 55px;
    font-size: 11px; }
    body .contact-page.log #formulaire h2.send-title {
      font-weight: bold;
      font-size: 1.5em; }
  body .contact-page.log #formulaire textarea {
    margin-top: 0; }
  body .contact-page.log .contact-tel, body .contact-page.log #formulaire.etape.final {
    margin-bottom: 12px; }
  body .contact-page.log .header-step {
    display: none; }
  body .contact-page.log.step2 #etape2 .buttons, body .contact-page.log.step2 #etape3 .buttons, body .contact-page.log.step3 #etape2 .buttons, body .contact-page.log.step3 #etape3 .buttons {
    padding-top: 45px; }
  body .contact-page.log.step2 .header-step, body .contact-page.log.step3 .header-step {
    display: block; }
  body .contact-page.log.step2 h1, body .contact-page.log.step3 h1 {
    display: none; }
  body .contact-page.log.step2 #etape1, body .contact-page.log.step3 #etape1 {
    display: none; }
  body .contact-page.log.step3 #etape2 {
    display: none; } }

@media screen and (max-width: 1280px) {
  body .contact-page.main-content .buttons {
    margin: 0 5px; } }

section.main-content.article {
  padding: 0 20px;
  max-width: 1200px;
  padding-top: 80px;
  width: 100%;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    section.main-content.article {
      padding-top: 60px;
      width: 100%; } }
  section.main-content.article > .article__title, section.main-content.article > .article__excerpt, section.main-content.article > .article__content {
    display: block;
    margin: 0 auto;
    max-width: 910px; }
    @media screen and (max-width: 767px) {
      section.main-content.article > .article__title, section.main-content.article > .article__excerpt, section.main-content.article > .article__content {
        max-width: none;
        margin: auto; } }
  section.main-content.article > .article__title {
    color: #008c8c;
    font-family: "Neo Sans Pro Medium";
    font-weight: normal;
    line-height: 1;
    font-size: 40px; }
    @media screen and (max-width: 767px) {
      section.main-content.article > .article__title {
        font-size: 20px;
        font-size: 1.25rem; } }
  section.main-content.article > .article__excerpt {
    color: #677379;
    margin-top: 30px;
    font-size: 20px;
    font-size: 1.25rem; }
    @media screen and (max-width: 767px) {
      section.main-content.article > .article__excerpt {
        font-size: 16px;
        font-size: 1rem; } }
  section.main-content.article > .article__thumbnail {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    max-height: 385px;
    height: 100%;
    background-color: #ddd;
    margin-top: 30px; }
  section.main-content.article > .article__content, section.main-content.article > .article__content p, section.main-content.article > .article__content div {
    margin-top: 35px;
    color: #677379;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      section.main-content.article > .article__content, section.main-content.article > .article__content p, section.main-content.article > .article__content div {
        margin-top: 22px; } }
  section.main-content.article > .article__content iframe {
    border: none;
    margin-bottom: 30px;
    box-align: border-box; }
    @media screen and (max-width: 767px) {
      section.main-content.article > .article__content iframe {
        margin-top: 5px; } }
  section.main-content.article > .article__content img {
    width: 100%; }
  section.main-content.article .template-kit {
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      section.main-content.article .template-kit {
        margin-top: 20px; } }
  section.main-content.article .get-back {
    max-width: 160px;
    margin-top: 60px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      section.main-content.article .get-back {
        max-width: 252px;
        margin-top: 30px; } }

.cookies-page {
  padding: 10px; }
  .cookies-page__container {
    max-width: 1175px;
    margin: auto; }
    .cookies-page__container h1 {
      text-align: center;
      color: #008c8c;
      font-size: 25px;
      font-family: "Neo Sans Pro Medium";
      text-transform: uppercase;
      font-weight: normal; }
      @media screen and (min-width: 1024px) {
        .cookies-page__container h1 {
          font-size: 32px; } }
    .cookies-page__container hr,
    .cookies-page__container hr::-moz-selection {
      width: 50px;
      border: 0;
      border-bottom: 1px solid #ef7900; }
    .cookies-page__container hr,
    .cookies-page__container hr::selection {
      width: 50px;
      border: 0;
      border-bottom: 1px solid #ef7900; }
    @media screen and (min-width: 1024px) {
      .cookies-page__container__description {
        margin-top: 60px;
        margin-bottom: 20px; } }
    .cookies-page__container__description p {
      color: #677379;
      font-size: 11px;
      line-height: 20px;
      margin: 0; }
      .cookies-page__container__description p:first-of-type {
        margin-top: 26px; }
      @media screen and (min-width: 1024px) {
        .cookies-page__container__description p {
          display: block;
          font-size: 12px; } }
    .cookies-page__container__guide {
      color: #677379;
      font-size: 11px;
      margin-top: 12px; }
      @media screen and (min-width: 1024px) {
        .cookies-page__container__guide {
          font-size: 12px;
          margin-top: 30px;
          margin-bottom: 90px; } }
    .cookies-page__container table {
      width: 100%;
      color: #677379;
      font-size: 10px; }
      @media screen and (min-width: 1024px) {
        .cookies-page__container table {
          font-size: 12px; } }
      .cookies-page__container table tr th {
        text-transform: uppercase;
        padding-bottom: 14px; }
        @media screen and (min-width: 1024px) {
          .cookies-page__container table tr th {
            font-size: 14px; } }
      .cookies-page__container table tr th + th + th {
        text-align: left; }
        @media screen and (min-width: 1024px) {
          .cookies-page__container table tr th + th + th {
            text-align: center; } }
      .cookies-page__container table tr td {
        border: 1px solid #b9b9b9;
        height: 78px;
        width: 33%;
        color: #677379;
        padding: 20px 5px; }
        @media screen and (min-width: 1024px) {
          .cookies-page__container table tr td {
            padding: 20px 20px; }
            .cookies-page__container table tr td.to-be-bold {
              font-weight: bold; } }
        .cookies-page__container table tr td b {
          font-weight: bold;
          display: block;
          margin-bottom: 10px; }

.mentions-legales {
  position: relative;
  padding: 0 10px;
  max-width: 1175px;
  margin: auto;
  padding-bottom: 135px; }
  @media screen and (min-width: 767px) {
    .mentions-legales {
      padding-top: 30px;
      padding-bottom: 200px; } }
  .mentions-legales h1 {
    text-align: center;
    color: #008c8c;
    font-size: 25px;
    font-family: "Neo Sans Pro Medium";
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .mentions-legales h1 {
        font-size: 32px; } }
  .mentions-legales hr,
  .mentions-legales hr::-moz-selection {
    width: 50px;
    border: 0;
    border-bottom: 1px solid #ef7900; }
  .mentions-legales hr,
  .mentions-legales hr::selection {
    width: 50px;
    border: 0;
    border-bottom: 1px solid #ef7900; }
    @media screen and (min-width: 767px) {
      .mentions-legales hr,
      .mentions-legales hr::-moz-selection {
        margin-top: 25px; }
      .mentions-legales hr,
      .mentions-legales hr::selection {
        margin-top: 25px; } }
  .mentions-legales span {
    color: #677379;
    font-size: 12px;
    display: block;
    margin-top: 40px; }
  .mentions-legales__sommaire {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .mentions-legales__sommaire__textbox__title {
      font-size: 20px;
      color: #008c8c;
      font-weight: bold; }
    .mentions-legales__sommaire__textbox__list {
      list-style: none;
      padding: 0; }
      .mentions-legales__sommaire__textbox__list li {
        color: #008c8c;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.7; }
        .mentions-legales__sommaire__textbox__list li a {
          color: #008c8c;
          font-size: 12px;
          font-weight: bold;
          line-height: 1.7; }
    .mentions-legales__sommaire__image {
      height: 80px;
      width: 125px; }
      @media screen and (max-width: 767px) {
        .mentions-legales__sommaire__image {
          display: none; } }
    @media screen and (min-width: 767px) {
      .mentions-legales__sommaire {
        padding-bottom: 40px; } }
  .mentions-legales__content article {
    font-size: 12px;
    color: #677379;
    line-height: 1.7; }
    .mentions-legales__content article b, .mentions-legales__content article h3 {
      font-weight: bold;
      font-size: 12px; }
    .mentions-legales__content article h2 {
      color: #008c8c;
      font-weight: bold;
      font-size: 12px;
      margin-bottom: 20px; }
    .mentions-legales__content article span, .mentions-legales__content article h3 {
      margin-bottom: 5px;
      margin-top: 19px; }
    .mentions-legales__content article p {
      display: block;
      margin: 0; }
    .mentions-legales__content article a {
      font-weight: bold;
      color: #677379;
      text-decoration: underline; }

section.main-content.splash-page.inscription .container {
  margin-top: 43px; }
  @media screen and (min-width: 767px) {
    section.main-content.splash-page.inscription .container {
      height: auto;
      max-height: 1300px; } }
  @media screen and (max-width: 767px) {
    section.main-content.splash-page.inscription .container {
      margin-top: 20px;
      text-align: center; } }
  section.main-content.splash-page.inscription .container .left-content {
    display: block;
    padding-top: 0; }
    @media screen and (max-width: 767px) {
      section.main-content.splash-page.inscription .container .left-content {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0; }
        section.main-content.splash-page.inscription .container .left-content img {
          display: none; } }
    section.main-content.splash-page.inscription .container .left-content a {
      color: #949494;
      font-family: "Neo Sans Pro Medium";
      font-size: 11px;
      margin-bottom: 30px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        section.main-content.splash-page.inscription .container .left-content a {
          margin-bottom: 18px; } }
      @media screen and (max-width: 1365px) and (min-width: 767px) {
        section.main-content.splash-page.inscription .container .left-content a {
          margin-left: 50px; } }
      section.main-content.splash-page.inscription .container .left-content a span {
        font-family: "Neo Sans Pro"; }
  section.main-content.splash-page.inscription .container .right-content {
    text-align: center; }
    section.main-content.splash-page.inscription .container .right-content #confirmPassword-input .error-message {
      text-align: left; }
    section.main-content.splash-page.inscription .container .right-content > h1 {
      text-align: center;
      color: #008c8c;
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 11px;
      font-family: "Neo Sans Pro Medium";
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        section.main-content.splash-page.inscription .container .right-content > h1 {
          margin-top: 0; } }
    section.main-content.splash-page.inscription .container .right-content .steps {
      list-style: none;
      padding-left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0; }
      section.main-content.splash-page.inscription .container .right-content .steps .step {
        text-align: center;
        line-height: 30px;
        width: 29px;
        color: #008c8c;
        height: 29px;
        border: 1px solid #b9b9b9;
        background-color: #fff;
        font-family: "Neo Sans Pro";
        border-radius: 9999px; }
        section.main-content.splash-page.inscription .container .right-content .steps .step:not(:last-of-type) {
          margin-right: 30px;
          position: relative; }
          section.main-content.splash-page.inscription .container .right-content .steps .step:not(:last-of-type):after {
            content: "";
            position: absolute;
            right: 0;
            -webkit-transform: translate(calc(100% + 1px), -50%);
            transform: translate(calc(100% + 1px), -50%);
            top: 50%;
            height: 1px;
            width: 30px;
            display: block;
            background-color: #b9b9b9; }
        section.main-content.splash-page.inscription .container .right-content .steps .step--current {
          color: white;
          background-color: #008c8c;
          border: 1px solid #008c8c; }
        section.main-content.splash-page.inscription .container .right-content .steps .step--done {
          color: transparent;
          background-image: url(../images/sign-up/checked-sign-blue.svg);
          background-size: 50% 50%;
          background-position: center center;
          border: 1px solid #008c8c; }
          section.main-content.splash-page.inscription .container .right-content .steps .step--done:after {
            background-color: #008c8c !important; }
    section.main-content.splash-page.inscription .container .right-content > p {
      margin: 0;
      max-width: 300px;
      margin: 0 auto;
      margin-top: 17px;
      font-size: 12px;
      font-size: 0.75rem; }
      @media screen and (max-width: 767px) {
        section.main-content.splash-page.inscription .container .right-content > p {
          margin-left: 25px;
          margin-right: 25px;
          line-height: 1.5;
          margin: 25px auto;
          padding-bottom: 5px; }
          section.main-content.splash-page.inscription .container .right-content > p br {
            display: none; } }
    section.main-content.splash-page.inscription .container .right-content > a {
      color: black;
      text-decoration: underline;
      font-size: 12px;
      font-size: 0.75rem; }
    section.main-content.splash-page.inscription .container .right-content .form-container {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        section.main-content.splash-page.inscription .container .right-content .form-container {
          padding-top: 29px; } }
      section.main-content.splash-page.inscription .container .right-content .form-container h2 {
        text-transform: none;
        font-size: 25px;
        font-size: 1.5625rem;
        font-family: "Neo Sans Pro Medium";
        font-weight: normal;
        margin-top: 7px; }
        @media screen and (max-width: 767px) {
          section.main-content.splash-page.inscription .container .right-content .form-container h2 {
            margin-top: 0;
            margin-right: -22px;
            margin-left: -22px; } }
      @media screen and (max-width: 767px) {
        section.main-content.splash-page.inscription .container .right-content .form-container form, section.main-content.splash-page.inscription .container .right-content .form-container .informations-page .informations-table__wrapper, .informations-page section.main-content.splash-page.inscription .container .right-content .form-container .informations-table__wrapper {
          padding: 0; } }
      section.main-content.splash-page.inscription .container .right-content .form-container.client_service {
        background-color: #fef8f2;
        margin-top: 15px;
        padding-top: 30px;
        padding-bottom: 34px; }
        @media screen and (max-width: 767px) {
          section.main-content.splash-page.inscription .container .right-content .form-container.client_service {
            padding-top: 19px;
            padding-bottom: 25px; } }
        section.main-content.splash-page.inscription .container .right-content .form-container.client_service h2 {
          font-size: 25px;
          font-size: 1.5625rem;
          color: #008c8c;
          margin-bottom: 14px; }
          @media screen and (min-width: 767px) {
            section.main-content.splash-page.inscription .container .right-content .form-container.client_service h2 {
              margin-bottom: 24px;
              margin-top: 0; } }
        section.main-content.splash-page.inscription .container .right-content .form-container.client_service hr {
          width: 50px;
          border: 1px solid #ef7900;
          border-bottom: none;
          margin-top: 0;
          margin-bottom: 0; }
        section.main-content.splash-page.inscription .container .right-content .form-container.client_service p {
          font-style: 14px;
          margin: 14px 0;
          line-height: 1.4;
          font-family: "Neo Sans Pro";
          color: #5e5e5e; }
        section.main-content.splash-page.inscription .container .right-content .form-container.client_service .btn-light, section.main-content.splash-page.inscription .container .right-content .form-container.client_service .articles__content__item__wrapper__cta, section.main-content.splash-page.inscription .container .right-content .form-container.client_service .recommandations__content__item__cta, section.main-content.splash-page.inscription .container .right-content .form-container.client_service section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box section.main-content.splash-page.inscription .container .right-content .form-container.client_service .product-price__add-a-box {
          display: block;
          padding: 10px 0;
          border-radius: 4px;
          font-size: 14px;
          font-size: 0.875rem; }
    section.main-content.splash-page.inscription .container .right-content .inputs-needed {
      font-size: 10px;
      font-size: 0.625rem;
      color: #5e5e5e; }
      @media screen and (max-width: 767px) {
        section.main-content.splash-page.inscription .container .right-content .inputs-needed {
          margin-top: 10px;
          padding-bottom: 0;
          margin-bottom: 20px; } }
    section.main-content.splash-page.inscription .container .right-content .form-container.form-container--alt {
      padding-bottom: 0; }
      section.main-content.splash-page.inscription .container .right-content .form-container.form-container--alt form, section.main-content.splash-page.inscription .container .right-content .form-container.form-container--alt .informations-page .informations-table__wrapper, .informations-page section.main-content.splash-page.inscription .container .right-content .form-container.form-container--alt .informations-table__wrapper {
        margin-top: 30px; }
      section.main-content.splash-page.inscription .container .right-content .form-container.form-container--alt .form-divider {
        margin-left: -57px;
        margin-right: -57px;
        border-top: 20px solid white;
        padding-top: 29px;
        margin-top: 10px; }
      section.main-content.splash-page.inscription .container .right-content .form-container.form-container--alt .white-wrapper {
        margin-left: -57px;
        margin-right: -57px;
        background-color: #fff;
        font-size: 10px;
        font-size: 0.625rem;
        color: #b9b9b9;
        padding: 20px 40px;
        padding-top: 10px;
        padding-bottom: 0; }
      section.main-content.splash-page.inscription .container .right-content .form-container.form-container--alt .form-content #email {
        font-size: 14px;
        font-size: 0.875rem;
        color: #b9b9b9; }
        section.main-content.splash-page.inscription .container .right-content .form-container.form-container--alt .form-content #email input {
          color: #949494;
          font-family: "Neo Sans Pro Bold"; }
        section.main-content.splash-page.inscription .container .right-content .form-container.form-container--alt .form-content #email .email-guide {
          font-size: 10px;
          font-size: 0.625rem;
          line-height: 1.4;
          text-align: left; }
    section.main-content.splash-page.inscription .container .right-content .form-container #civility {
      text-align: left; }
      section.main-content.splash-page.inscription .container .right-content .form-container #civility label {
        cursor: pointer;
        margin-right: 26px;
        color: #b9b9b9;
        font-family: "Neo Sans Pro";
        outline: 0;
        -webkit-tap-highlight-color: transparent; }
        section.main-content.splash-page.inscription .container .right-content .form-container #civility label:before {
          display: inline-block;
          content: "";
          width: 20px;
          margin-right: 5px;
          height: 20px;
          -webkit-transform: translateY(3px);
          transform: translateY(3px);
          border-radius: 4px;
          border: 1px solid #008c8c !important;
          left: 0;
          outline: 0;
          background-repeat: no-repeat; }
        section.main-content.splash-page.inscription .container .right-content .form-container #civility label:hover:before {
          border: 1px solid #ec6608 !important; }
      section.main-content.splash-page.inscription .container .right-content .form-container #civility input[type="radio"] {
        position: absolute;
        left: -999999px;
        top: 0; }
      section.main-content.splash-page.inscription .container .right-content .form-container #civility input[type="radio"]:checked + label:before {
        background-image: url(../images/sign-up/checked-sign.svg);
        border-color: #ec6608 !important;
        background-size: 75% 75%;
        background-position: center 3px; }
    section.main-content.splash-page.inscription .container .right-content .form-container * #pass_confirmation {
      transition: margin .2s; }
      section.main-content.splash-page.inscription .container .right-content .form-container * #pass_confirmation:focus, section.main-content.splash-page.inscription .container .right-content .form-container * #pass_confirmation:not(:placeholder-shown) {
        margin-top: 20px; }
    section.main-content.splash-page.inscription .container .right-content .form-container #password-input p {
      text-align: left;
      font-family: "Neo Sans Pro";
      font-size: 10px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #b9b9b9; }
    section.main-content.splash-page.inscription .container .right-content .form-container #password-input .input-guide {
      color: #b9b9b9;
      margin-top: 10px;
      font-size: 10px;
      text-align: left; }
    section.main-content.splash-page.inscription .container .right-content .form-container #password-input.has-error .input-guide {
      color: #e42f45; }
    section.main-content.splash-page.inscription .container .right-content .form-container #password-input.has-error .error-message {
      display: none; }
    section.main-content.splash-page.inscription .container .right-content .form-container .find-informations {
      font-size: 12px;
      text-align: right;
      display: block;
      margin-bottom: 26px;
      margin-top: -20px; }
      section.main-content.splash-page.inscription .container .right-content .form-container .find-informations a {
        color: #008c8c;
        text-decoration: underline; }
    section.main-content.splash-page.inscription .container .right-content .form-container .g-recaptcha {
      margin-right: -22px;
      margin-left: -22px; }
      section.main-content.splash-page.inscription .container .right-content .form-container .g-recaptcha > div {
        margin: auto;
        margin-bottom: 10px; }
    section.main-content.splash-page.inscription .container .right-content .form-container .submit {
      margin-bottom: 0; }
    section.main-content.splash-page.inscription .container .right-content.right-form--final h1 {
      font-size: 40px;
      font-size: 2.5rem;
      font-family: "Neo Sans Pro Bold";
      font-weight: 100; }
      @media screen and (max-width: 767px) {
        section.main-content.splash-page.inscription .container .right-content.right-form--final h1 {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media screen and (min-width: 767px) {
        section.main-content.splash-page.inscription .container .right-content.right-form--final h1 {
          margin-top: 180px; } }
    section.main-content.splash-page.inscription .container .right-content.right-form--final img {
      display: block;
      max-width: 96px;
      margin: auto;
      margin-top: 35px;
      margin-bottom: 35px; }
    section.main-content.splash-page.inscription .container .right-content.right-form--final p {
      margin: auto;
      font-family: "Neo Sans Pro Bold";
      color: #5e5e5e;
      font-size: 19px;
      line-height: 27px;
      margin-bottom: 40px; }
      section.main-content.splash-page.inscription .container .right-content.right-form--final p br {
        display: initial; }
      @media screen and (min-width: 767px) {
        section.main-content.splash-page.inscription .container .right-content.right-form--final p {
          font-size: 20px; } }

section.main-content.splash-page.inscription .error-message--recaptcha {
  position: relative;
  width: 304px;
  display: inline-block;
  top: -15px; }

section.main-content.splash-page.inscription .help-block.form-error {
  display: none; }

section.main-content.splash-page.inscription--final .container {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  section.main-content.splash-page.inscription button {
    max-width: 380px;
    margin: auto; } }

.order-page .date-picker-wrapper {
  border: none;
  width: 300px;
  background: white; }
  .order-page .date-picker-wrapper .month-wrapper {
    padding: 20px 17px 10px; }
  .order-page .date-picker-wrapper table {
    font-weight: bold; }
    .order-page .date-picker-wrapper table .caption {
      height: 18px; }
    .order-page .date-picker-wrapper table th:first-child, .order-page .date-picker-wrapper table th:last-child {
      font-weight: normal; }
    .order-page .date-picker-wrapper table td {
      padding: 6px 0; }
      @media screen and (max-width: 767px) {
        .order-page .date-picker-wrapper table td .day.toMonth.last-date-selected {
          color: #333 !important; } }
      .order-page .date-picker-wrapper table td .day.toMonth .valid {
        color: inherit; }
        .order-page .date-picker-wrapper table td .day.toMonth .valid.hovering, .order-page .date-picker-wrapper table td .day.toMonth .valid.checked {
          font-weight: bold; }
          @media screen and (min-width: 480px) {
            .order-page .date-picker-wrapper table td .day.toMonth .valid.hovering, .order-page .date-picker-wrapper table td .day.toMonth .valid.checked {
              color: #ef7900; } }
      .order-page .date-picker-wrapper table td .day.toMonth.hovering, .order-page .date-picker-wrapper table td .day.toMonth.checked {
        font-weight: bold; }
        @media screen and (min-width: 480px) {
          .order-page .date-picker-wrapper table td .day.toMonth.hovering, .order-page .date-picker-wrapper table td .day.toMonth.checked {
            color: #ef7900; } }
    .order-page .date-picker-wrapper table .invalid, .order-page .date-picker-wrapper table .lastMonth {
      font-weight: normal; }
    .order-page .date-picker-wrapper table .week-name {
      height: 40px; }

.order-page .filters-container {
  padding: 27px 0 30px; }
  .order-page .filters-container .toBox {
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 0; }

.order-page .filters-bloc.left-filters {
  width: 38%;
  margin-left: 8%; }
  .order-page .filters-bloc.left-filters select {
    width: 300px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #ef7900;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    position: relative;
    background: #f2f6f8 url(../images/factures/picto-fleche-bas.png);
    background-position: 96% 60%;
    background-repeat: no-repeat;
    outline: none;
    font-size: 14px; }

.order-page .filters-bloc.right-filters {
  width: calc(46% - 55px);
  margin-right: 8%;
  margin-left: 55px; }
  @media screen and (max-width: 1024px) {
    .order-page .filters-bloc.right-filters {
      margin: 0; } }
  .order-page .filters-bloc.right-filters .filter-title {
    margin-left: 30px; }
  .order-page .filters-bloc.right-filters .filter-choice #for-datepicker-from {
    margin-right: 45px; }

.order-page.main-content .container .reset-filter-container {
  max-width: 90%;
  margin: auto;
  position: relative;
  bottom: -160px; }

.order-page.main-content .container .main-title:after {
  margin: 22px auto 30px;
  width: 50px;
  height: 1.5px; }

.order-page.main-content .container .text-order {
  max-width: 606px;
  width: 100%;
  margin: 18px auto auto;
  color: #949494;
  font-size: 16px;
  text-align: center; }
  .order-page.main-content .container .text-order img {
    position: relative;
    top: -2px;
    right: 5px; }

.order-page.main-content .container .table-container {
  border-top: 1px solid #cdcdcd;
  margin-top: 40px;
  background: white;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 155px; }
  .order-page.main-content .container .table-container #table-order {
    max-width: 90%;
    margin: auto; }
  .order-page.main-content .container .table-container th {
    border: none;
    padding: 0 0 7px;
    height: auto; }
  .order-page.main-content .container .table-container tr.odd {
    background-color: #fef8f2; }
  .order-page.main-content .container .table-container tr.even {
    background: white; }
  .order-page.main-content .container .table-container tr.is-empty:after {
    content: none !important;
    -webkit-column-span: 3 !important;
    -moz-column-span: 3 !important;
    column-span: 3 !important; }
  .order-page.main-content .container .table-container td span.green {
    color: #008c8c; }
  .order-page.main-content .container .table-container td span.orange {
    color: #ea5d0b; }
  .order-page.main-content .container .table-container td span.red {
    color: #e42f45; }
  .order-page.main-content .container .table-container td img.oeil {
    display: inline; }
  .order-page.main-content .container .table-container td .voir {
    display: none; }
  .order-page.main-content .container .table-container .dt-more-container {
    padding: 30px 0 33px; }

@media screen and (max-width: 767px) {
  body .order-page .date-picker-wrapper {
    position: relative;
    top: 0 !important; }
  body .order-page.main-content .container {
    padding-top: 55px; }
    body .order-page.main-content .container .reset-filter-container {
      position: initial; }
      body .order-page.main-content .container .reset-filter-container #reset-filter {
        padding-right: 0;
        padding-left: 12px; }
    body .order-page.main-content .container .filters-bloc .filter-title {
      margin-bottom: 25px;
      margin-left: 0; }
    body .order-page.main-content .container .filters-bloc #for-datepicker-from {
      margin-right: 35px; }
    body .order-page.main-content .container .filters-bloc.left-filters select {
      min-width: auto;
      width: 100%;
      background: white url(../images/factures/picto-fleche-bas.png);
      background-position: 96% 60%;
      background-repeat: no-repeat;
      color: #677379; }
      body .order-page.main-content .container .filters-bloc.left-filters select option:hover, body .order-page.main-content .container .filters-bloc.left-filters select option:focus, body .order-page.main-content .container .filters-bloc.left-filters select option:active {
        background: white; }
    body .order-page.main-content .container .main-title:after {
      margin-bottom: 25px; }
    body .order-page.main-content .container .text-order {
      font-size: 10px;
      text-align: left;
      padding: 18px 10px;
      line-height: 1.6;
      width: 100%;
      max-width: 100%;
      text-align: center; }
      body .order-page.main-content .container .text-order p {
        margin: 0; }
      body .order-page.main-content .container .text-order img {
        right: 2px;
        width: 14px; }
      body .order-page.main-content .container .text-order br {
        display: none; }
    body .order-page.main-content .container .filters-container {
      background: white; }
      body .order-page.main-content .container .filters-container .filters-bloc {
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        body .order-page.main-content .container .filters-container .filters-bloc.period-range {
          padding-top: 40px;
          padding-bottom: 35px; }
      body .order-page.main-content .container .filters-container .toBox {
        padding: 15px 10px 35px; }
      body .order-page.main-content .container .filters-container .mobile-apply {
        font-size: 14px;
        margin: 20px auto; }
      body .order-page.main-content .container .filters-container .mobile-filters {
        margin-left: 10px;
        font-weight: 500; }
    body .order-page.main-content .container .table-container {
      margin: auto 10px 105px;
      padding-top: 20px;
      padding-right: 40px; }
      body .order-page.main-content .container .table-container #table-order {
        max-width: calc(100% + 40px) !important; }
        body .order-page.main-content .container .table-container #table-order.collapsed {
          width: calc(100% + 35px) !important; }
      body .order-page.main-content .container .table-container table {
        width: calc(100% + 40px) !important; }
        body .order-page.main-content .container .table-container table.collapsed {
          width: calc(100% + 35px) !important; }
          body .order-page.main-content .container .table-container table.collapsed thead {
            position: relative; }
            body .order-page.main-content .container .table-container table.collapsed thead tr:after {
              height: 10px;
              width: 50px;
              position: absolute;
              top: 20px;
              right: -35px;
              font-weight: bold;
              margin: auto;
              display: block;
              color: #5e5e5e;
              text-align: center;
              content: "DActail"; }
          body .order-page.main-content .container .table-container table.collapsed tbody tr[role=row] {
            background-image: none !important; }
          body .order-page.main-content .container .table-container table.collapsed tbody tr:after {
            height: 10px;
            width: 50px;
            content: "";
            display: block;
            background-image: url(../images/factures/picto-fleche-bas.png);
            background-position: center bottom 5px;
            background-repeat: no-repeat;
            position: relative;
            top: 25px;
            right: 0;
            background-size: 5px; }
          body .order-page.main-content .container .table-container table.collapsed tbody tr.parent:after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
          body .order-page.main-content .container .table-container table.collapsed tbody tr.child:after {
            background: transparent; }
          body .order-page.main-content .container .table-container table.collapsed tbody td .voir {
            display: inline; }
          body .order-page.main-content .container .table-container table.collapsed tbody td img.oeil {
            display: none; }
          body .order-page.main-content .container .table-container table.collapsed tbody td:nth-child(4):after {
            content: "";
            display: inline-block;
            width: 1px;
            height: 36px;
            background-color: #d6d6d6;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto; }
          body .order-page.main-content .container .table-container table.collapsed tbody td.child ul {
            width: calc(100% + 55px); }
            body .order-page.main-content .container .table-container table.collapsed tbody td.child ul li {
              text-align: left; }
              body .order-page.main-content .container .table-container table.collapsed tbody td.child ul li span {
                width: 100%; }
                body .order-page.main-content .container .table-container table.collapsed tbody td.child ul li span.dtr-data {
                  text-align: right; }
              body .order-page.main-content .container .table-container table.collapsed tbody td.child ul li:last-child {
                margin: 0 10px; }
                body .order-page.main-content .container .table-container table.collapsed tbody td.child ul li:last-child .dtr-title {
                  font-weight: normal;
                  padding-top: 10px; }
          body .order-page.main-content .container .table-container table.collapsed tbody td.child .dtr-data .btn, body .order-page.main-content .container .table-container table.collapsed tbody td.child .dtr-data .articles__cta, body .order-page.main-content .container .table-container table.collapsed tbody td.child .dtr-data .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .order-page.main-content .container .table-container table.collapsed tbody td.child .dtr-data button[type="submit"], body .order-page.main-content .container .table-container table.collapsed tbody td.child .dtr-data section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .order-page.main-content .container .table-container table.collapsed tbody td.child .dtr-data .product-price__add-a-box {
            width: 135px;
            background: transparent;
            color: #ef7900;
            border: 1px solid #ef7900; }
          body .order-page.main-content .container .table-container table.collapsed tbody td span.orange, body .order-page.main-content .container .table-container table.collapsed tbody td span.red {
            font-size: 14px; }
      body .order-page.main-content .container .table-container * {
        font-size: 12px; }
      body .order-page.main-content .container .table-container th {
        height: 0;
        padding: 5px; }
      body .order-page.main-content .container .table-container tbody {
        position: relative; }
        body .order-page.main-content .container .table-container tbody * {
          font-size: 12px; }
        body .order-page.main-content .container .table-container tbody tr.child ul {
          margin-top: 15px; }
          body .order-page.main-content .container .table-container tbody tr.child ul li {
            line-height: 1.5; }
            body .order-page.main-content .container .table-container tbody tr.child ul li:last-child {
              margin-top: 10px;
              padding: 15px 0 10px; }
        body .order-page.main-content .container .table-container tbody td {
          padding: 0 5px;
          position: relative;
          padding: 18px 0;
          position: relative; }
          body .order-page.main-content .container .table-container tbody td:before {
            position: absolute;
            float: none;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
          body .order-page.main-content .container .table-container tbody td .removeBorder {
            border-left: none; }
      body .order-page.main-content .container .table-container .dt-more-container {
        padding: 30px auto; }
        body .order-page.main-content .container .table-container .dt-more-container #btn-example-load-more {
          width: calc(100% + 35px); } }

@media screen and (max-width: 1024px) and (min-width: 512px) {
  body .order-page.main-content .container .text-order p {
    display: inline; }
  body .order-page.main-content .container .text-order br {
    display: block; } }

.order-single-page.main-content {
  min-height: 1225px; }
  @media screen and (max-width: 1365px) {
    .order-single-page.main-content {
      padding: 0 20px; } }
  .order-single-page.main-content .container .ariane-commandes {
    margin-top: 50px;
    background: url("../images/left-arrow.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px; }
    .order-single-page.main-content .container .ariane-commandes a {
      color: #008c8c; }
      .order-single-page.main-content .container .ariane-commandes a span {
        font-size: 14px;
        padding-left: 28px;
        font-family: OpenSans,sans-serif; }
  .order-single-page.main-content .container .header-single {
    position: relative;
    width: 100%;
    height: 140px;
    margin-top: 87px;
    color: #677379; }
    .order-single-page.main-content .container .header-single-left {
      position: absolute;
      top: 0;
      left: 0; }
      .order-single-page.main-content .container .header-single-left .title {
        margin: 0 0 10px;
        font-size: 24px;
        font-family: NeoSansPro-Bold, sans-serif; }
      .order-single-page.main-content .container .header-single-left .status {
        color: #ef7900;
        font-size: 18px;
        margin: 0 0 20px; }
      .order-single-page.main-content .container .header-single-left .date {
        font-size: 18px;
        margin: 0 0 20px; }
      .order-single-page.main-content .container .header-single-left .origine {
        font-weight: 500;
        font-size: 18px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #677379; }
    .order-single-page.main-content .container .header-single-right {
      position: absolute;
      top: 0;
      right: 0; }
      .order-single-page.main-content .container .header-single-right .btn, .order-single-page.main-content .container .header-single-right .articles__cta, .order-single-page.main-content .container .header-single-right .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .order-single-page.main-content .container .header-single-right button[type="submit"], .order-single-page.main-content .container .header-single-right section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .order-single-page.main-content .container .header-single-right .product-price__add-a-box {
        width: 180px;
        display: block;
        position: relative; }
        .order-single-page.main-content .container .header-single-right .btn:first-child, .order-single-page.main-content .container .header-single-right .articles__cta:first-child, .order-single-page.main-content .container .header-single-right .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content .order-single-page.main-content .container .header-single-right button:first-child[type="submit"], .order-single-page.main-content .container .header-single-right section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box .order-single-page.main-content .container .header-single-right .product-price__add-a-box:first-child {
          background: white;
          border: 1px solid #ef7900;
          color: #ef7900; }
        .order-single-page.main-content .container .header-single-right .btn:last-child, .order-single-page.main-content .container .header-single-right .articles__cta:last-child, .order-single-page.main-content .container .header-single-right .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content .order-single-page.main-content .container .header-single-right button:last-child[type="submit"], .order-single-page.main-content .container .header-single-right section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box .order-single-page.main-content .container .header-single-right .product-price__add-a-box:last-child {
          margin-top: 8px;
          background: white;
          border: 1px solid #008c8c;
          color: #008c8c; }
  .order-single-page.main-content .container .table-container {
    padding: 0 0 50px;
    border-bottom: 1px solid #949494;
    margin-top: 115px;
    background: white; }
    .order-single-page.main-content .container .table-container th {
      border: none;
      padding: 0 0 25px;
      height: auto;
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #677379; }
    .order-single-page.main-content .container .table-container tbody * {
      font-size: 14px; }
    .order-single-page.main-content .container .table-container tbody tr:nth-child(n) {
      background-color: #fef8f2; }
    .order-single-page.main-content .container .table-container tbody tr:nth-child(2n) {
      background: white; }
  .order-single-page.main-content .container .footer-single {
    margin-top: 20px;
    position: relative;
    height: 40px; }
    .order-single-page.main-content .container .footer-single-left {
      position: absolute;
      top: 0;
      left: 0; }
      .order-single-page.main-content .container .footer-single-left.btn, .order-single-page.main-content .container .footer-single-left.articles__cta, .order-single-page.main-content .container .informations-page .informations-table__content button.footer-single-left[type="submit"], .informations-page .informations-table__content .order-single-page.main-content .container button.footer-single-left[type="submit"], .order-single-page.main-content .container section.single-product .product-details__box .footer-single-left.product-price__add-a-box, section.single-product .product-details__box .order-single-page.main-content .container .footer-single-left.product-price__add-a-box {
        width: 215px;
        background: #008c8c; }
    .order-single-page.main-content .container .footer-single-right {
      position: absolute;
      top: 0;
      right: 0;
      font-family: "Open Sans",sans-serif; }
      .order-single-page.main-content .container .footer-single-right span {
        line-height: 40px;
        font-weight: 500;
        font-size: 18px;
        color: #5e5e5e; }
        .order-single-page.main-content .container .footer-single-right span:first-child {
          margin-right: 125px; }
        .order-single-page.main-content .container .footer-single-right span:last-child {
          color: #008c8c;
          margin-right: 50px;
          font-weight: bold; }

@media screen and (max-width: 767px) {
  body .order-single-page.main-content {
    min-height: auto;
    padding: 0 10px; }
    body .order-single-page.main-content .container {
      padding-top: 35px; }
      body .order-single-page.main-content .container .ariane-commandes {
        margin-left: 10px;
        margin-top: 0;
        background-size: 18px; }
        body .order-single-page.main-content .container .ariane-commandes a {
          width: 24px;
          height: 24px;
          display: block; }
          body .order-single-page.main-content .container .ariane-commandes a span {
            display: none; }
      body .order-single-page.main-content .container .header-single {
        margin-top: 18px;
        height: auto; }
        body .order-single-page.main-content .container .header-single-left {
          height: auto;
          position: initial;
          padding: 0 10px; }
          body .order-single-page.main-content .container .header-single-left .title {
            font-size: 19px; }
          body .order-single-page.main-content .container .header-single-left .status {
            font-size: 18px; }
          body .order-single-page.main-content .container .header-single-left .date {
            font-size: 14px;
            margin-bottom: 50px; }
          body .order-single-page.main-content .container .header-single-left .origine {
            font-size: 14px;
            margin-bottom: 30px; }
        body .order-single-page.main-content .container .header-single-right {
          height: auto;
          position: initial;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          body .order-single-page.main-content .container .header-single-right .btn, body .order-single-page.main-content .container .header-single-right .articles__cta, body .order-single-page.main-content .container .header-single-right .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .order-single-page.main-content .container .header-single-right button[type="submit"], body .order-single-page.main-content .container .header-single-right section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .order-single-page.main-content .container .header-single-right .product-price__add-a-box {
            margin: 0; }
            body .order-single-page.main-content .container .header-single-right .btn:last-child, body .order-single-page.main-content .container .header-single-right .articles__cta:last-child, body .order-single-page.main-content .container .header-single-right .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content body .order-single-page.main-content .container .header-single-right button:last-child[type="submit"], body .order-single-page.main-content .container .header-single-right section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box body .order-single-page.main-content .container .header-single-right .product-price__add-a-box:last-child {
              margin-left: 7px;
              margin-top: 0;
              line-height: 1.3; } }
            @media screen and (max-width: 767px) and (min-width: 512px) and (max-width: 767px) {
              body .order-single-page.main-content .container .header-single-right .btn:last-child, body .order-single-page.main-content .container .header-single-right .articles__cta:last-child, body .order-single-page.main-content .container .header-single-right .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content body .order-single-page.main-content .container .header-single-right button:last-child[type="submit"], body .order-single-page.main-content .container .header-single-right section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box body .order-single-page.main-content .container .header-single-right .product-price__add-a-box:last-child {
                line-height: 40px; } }

@media screen and (max-width: 767px) {
      body .order-single-page.main-content .container .table-container {
        margin-top: 17px;
        padding-bottom: 30px; }
        body .order-single-page.main-content .container .table-container table.only-mobile {
          display: table !important; }
          body .order-single-page.main-content .container .table-container table.only-mobile * {
            font-size: 12px;
            text-align: left; }
          body .order-single-page.main-content .container .table-container table.only-mobile tbody tr td {
            max-width: 220px; }
            body .order-single-page.main-content .container .table-container table.only-mobile tbody tr td ul {
              list-style: none;
              padding: 23px 20px 15px;
              margin: 0; }
              body .order-single-page.main-content .container .table-container table.only-mobile tbody tr td ul li {
                margin-bottom: 15px;
                line-height: 1.3;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                overflow-wrap: break-word;
                min-width: 0; }
                body .order-single-page.main-content .container .table-container table.only-mobile tbody tr td ul li:last-child {
                  margin: 0; }
                body .order-single-page.main-content .container .table-container table.only-mobile tbody tr td ul li span {
                  width: 50%;
                  min-width: 0;
                  line-height: 1.3;
                  display: inline-block;
                  word-wrap: break-word; }
                  body .order-single-page.main-content .container .table-container table.only-mobile tbody tr td ul li span:first-child {
                    font-weight: bold;
                    display: inline-block;
                    width: 115px;
                    font-family: NeoSansPro-Bold, sans-serif; }
      body .order-single-page.main-content .container .footer-single {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 35px;
        height: auto; }
        body .order-single-page.main-content .container .footer-single-left {
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          position: initial;
          margin-top: 32px; }
          body .order-single-page.main-content .container .footer-single-left.btn, body .order-single-page.main-content .container .footer-single-left.articles__cta, body .order-single-page.main-content .container .informations-page .informations-table__content button.footer-single-left[type="submit"], .informations-page .informations-table__content body .order-single-page.main-content .container button.footer-single-left[type="submit"], body .order-single-page.main-content .container section.single-product .product-details__box .footer-single-left.product-price__add-a-box, section.single-product .product-details__box body .order-single-page.main-content .container .footer-single-left.product-price__add-a-box {
            max-width: 300px;
            width: 100%; }
        body .order-single-page.main-content .container .footer-single-right {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          position: initial; }
          body .order-single-page.main-content .container .footer-single-right span {
            margin: 0; }
            body .order-single-page.main-content .container .footer-single-right span:first-child {
              margin: 0;
              text-align: left; }
            body .order-single-page.main-content .container .footer-single-right span:last-child {
              float: right;
              margin: 0;
              text-align: right; } }

.cart-page.main-content table.only-desktop {
  display: table !important; }

.cart-page.main-content table.only-mobile {
  display: none !important; }

.cart-page.main-content .only-mobile {
  display: none !important; }

.cart-page.main-content .container .main-title {
  margin-top: 60px; }
  .cart-page.main-content .container .main-title:after {
    margin: 22px auto 23px;
    width: 50px;
    height: 1.5px; }

.cart-page.main-content .container .save-cart {
  margin: auto;
  width: 100%;
  text-align: center;
  color: #677379;
  font-size: 14px;
  font-weight: bold; }

.cart-page.main-content .container .after-title {
  position: relative; }
  .cart-page.main-content .container .after-title .banner-cart {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    color: white;
    background: #008c8c;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px; }

.cart-page.main-content .container .table-container {
  padding: 0 10px;
  margin-top: 85px;
  background: initial; }
  .cart-page.main-content .container .table-container #table-cart-noremboursable {
    margin-top: 55px; }
  .cart-page.main-content .container .table-container .table-cart thead {
    background: white; }
    .cart-page.main-content .container .table-container .table-cart thead th {
      padding: 20px 10px;
      font-weight: bold;
      font-family: "Neo Sans Pro Bold", sans-serif;
      color: #677379;
      border: none; }
      .cart-page.main-content .container .table-container .table-cart thead th:first-child {
        text-transform: uppercase;
        font-size: 18px;
        text-align: left; }
  .cart-page.main-content .container .table-container .table-cart tbody {
    background-color: #fef8f2; }
    .cart-page.main-content .container .table-container .table-cart tbody tr {
      border-bottom: 10px solid white; }
      .cart-page.main-content .container .table-container .table-cart tbody tr:last-child {
        border: none; }
      .cart-page.main-content .container .table-container .table-cart tbody tr td {
        background-color: #fef8f2;
        padding: 20px;
        height: 140px;
        font-family: "Neo Sans Pro Bold", sans-serif;
        color: #5e5e5e;
        font-weight: bold;
        font-size: 16px;
        line-height: 100px;
        position: relative; }
        @media (max-width: 1100px) and (min-width: 767px) {
          .cart-page.main-content .container .table-container .table-cart tbody tr td {
            padding: 20px 10px; } }
        .cart-page.main-content .container .table-container .table-cart tbody tr td.total-price {
          width: 130px; }
        .cart-page.main-content .container .table-container .table-cart tbody tr td .promotion {
          background-color: #fdf1e6;
          color: #ec6608;
          line-height: 25px;
          height: 25px;
          position: absolute;
          width: calc(100% - 10px);
          margin: auto;
          bottom: 20px;
          left: 5px; }
          .cart-page.main-content .container .table-container .table-cart tbody tr td .promotion span {
            background-color: #ec6608;
            color: white;
            font-size: 12px;
            font-weight: bold;
            line-height: 17px;
            height: 25px;
            display: inline-block;
            padding: 5px 10px 5px 5px;
            font-family: "Neo Sans Pro", sans-serif;
            -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%); }
        .cart-page.main-content .container .table-container .table-cart tbody tr td:before {
          height: 100px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          display: block;
          margin: auto; }
        .cart-page.main-content .container .table-container .table-cart tbody tr td:first-child {
          text-align: right; }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:first-child img {
            width: 85px;
            height: 85px;
            object-fit: contain;
            object-position: center; }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:first-child:before {
            content: none; }
        .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(2) {
          position: relative; }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(2):before {
            content: none; }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(2) .promotion {
            font-size: 12px;
            font-weight: normal;
            font-family: "Neo Sans Pro", sans-serif;
            margin-left: 15px; }
            .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(2) .promotion span {
              background-color: #ec6608;
              color: white;
              font-size: 12px;
              font-weight: bold;
              line-height: 17px;
              height: 25px;
              display: inline-block;
              padding: 5px 10px 5px 5px;
              font-family: "Neo Sans Pro", sans-serif;
              -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%); }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(2) .name {
            position: absolute;
            text-align: left;
            top: 24px;
            left: 0;
            right: 0;
            margin: auto;
            padding-left: 20px;
            line-height: 1; }
            @media (max-width: 1100px) and (min-width: 767px) {
              .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(2) .name {
                padding-left: 0; } }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(2) .code {
            line-height: 1;
            text-align: left;
            font-family: "Neo Sans Pro", sans-serif;
            color: #949494;
            font-weight: normal; }
            @media (max-width: 1100px) and (min-width: 767px) {
              .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(2) .code {
                position: relative;
                top: 40px; } }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(2) .promotion {
            text-align: left; }
        .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(3) {
          color: #008c8c; }
        .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(5) div {
          font-family: "Neo Sans Pro", sans-serif;
          font-weight: normal;
          line-height: 1; }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(5) div input {
            padding: 15px 10px;
            width: 60px;
            height: 40px;
            border-radius: 4px;
            border: solid 1px #cdcdcd;
            background-color: #ffffff;
            text-align: center;
            color: #949494;
            margin: 10px auto; }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(5) div:first-child {
            color: #949494;
            font-size: 12px; }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(5) div:last-child {
            font-size: 12px;
            color: #cdcdcd; }
        .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(6) {
          text-align: right; }
          .cart-page.main-content .container .table-container .table-cart tbody tr td:nth-child(6) .promotion div {
            padding-right: 15px; }
        .cart-page.main-content .container .table-container .table-cart tbody tr td:last-child img {
          cursor: pointer; }
  .cart-page.main-content .container .table-container #table-cart-recapitulatif {
    margin-top: 70px; }
    .cart-page.main-content .container .table-container #table-cart-recapitulatif table thead {
      border-bottom: 4px solid #008c8c; }
    .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr {
      border-bottom: 1px solid #b9b9b9; }
      .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td {
        font-family: "Neo Sans Pro", Arial, sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #949494; }
        .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td:last-child {
          width: 200px; }
        .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td label {
          color: #677379;
          font-size: 14px;
          margin-right: 110px;
          padding-left: 30px; }
        .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td input[type=radio] {
          border: solid 1px #008c8c; }
          .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td input[type=radio]:checked + label {
            color: #008c8c; }
      .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr > * {
        line-height: 56px;
        height: 56px;
        padding: 0; }
      .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr th {
        border: none;
        background: white;
        text-align: left;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: normal;
        color: #008c8c; }
      .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr td {
        background: white;
        text-align: right;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #5e5e5e; }
        .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr td::before {
          content: none; }
        .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr td:first-child {
          text-align: left; }
        .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr td:last-child {
          text-align: right; }
      .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:first-child th {
        color: #5e5e5e; }
  .cart-page.main-content .container .table-container .footer-table {
    margin-top: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cart-page.main-content .container .table-container .footer-table .conditions {
      width: 50%; }
      .cart-page.main-content .container .table-container .footer-table .conditions div {
        color: #677379;
        font-size: 12px;
        margin-bottom: 7px; }
      .cart-page.main-content .container .table-container .footer-table .conditions a {
        color: #008c8c;
        text-decoration: underline;
        font-size: 14px; }
    .cart-page.main-content .container .table-container .footer-table .total {
      width: 50%; }
      .cart-page.main-content .container .table-container .footer-table .total table.table-total {
        margin-left: auto;
        width: 380px; }
        .cart-page.main-content .container .table-container .footer-table .total table.table-total td:before {
          content: none; }
        .cart-page.main-content .container .table-container .footer-table .total table.table-total .remise {
          border-bottom: 1px solid #949494; }
          .cart-page.main-content .container .table-container .footer-table .total table.table-total .remise th {
            height: auto;
            border: none;
            font-size: 18px;
            font-weight: normal;
            color: #008c8c;
            padding: 0 0 25px;
            text-align: left;
            vertical-align: top;
            line-height: 1; }
          .cart-page.main-content .container .table-container .footer-table .total table.table-total .remise td {
            height: auto;
            font-size: 16px;
            font-weight: bold;
            color: #008c8c;
            padding: 0 15px 25px 0;
            text-align: right;
            vertical-align: top;
            line-height: 1; }
            .cart-page.main-content .container .table-container .footer-table .total table.table-total .remise td.bold {
              font-family: "Neo Sans Pro Bold", sans-serif; }
        .cart-page.main-content .container .table-container .footer-table .total table.table-total .cart-subtotal th {
          height: auto;
          border: none;
          font-size: 12px;
          font-weight: normal;
          color: #677379;
          padding: 25px 0 0;
          text-align: left;
          vertical-align: top;
          line-height: 1; }
        .cart-page.main-content .container .table-container .footer-table .total table.table-total .cart-subtotal td {
          height: auto;
          font-size: 12px;
          font-weight: bold;
          color: #677379;
          padding: 25px 20px 0 0;
          text-align: right;
          vertical-align: top;
          line-height: 1; }
          .cart-page.main-content .container .table-container .footer-table .total table.table-total .cart-subtotal td.bold {
            font-family: "Neo Sans Pro Bold", sans-serif; }
  .cart-page.main-content .container .table-container #table-cart-order {
    margin-top: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cart-page.main-content .container .table-container #table-cart-order .informations {
      width: 275px;
      margin: 0;
      color: #5e5e5e;
      font-family: "NeoSansPro-Regular", sans-serif; }
      .cart-page.main-content .container .table-container #table-cart-order .informations-title {
        font-family: "Neo Sans Pro Bold", sans-serif;
        margin-top: 30px;
        font-size: 18px;
        font-weight: bold; }
        .cart-page.main-content .container .table-container #table-cart-order .informations-title:first-child {
          margin-top: 0; }
      .cart-page.main-content .container .table-container #table-cart-order .informations-content {
        font-size: 16px;
        margin-top: 20px;
        font-weight: normal;
        font-family: "Neo Sans Pro", Arial, sans-serif; }
        .cart-page.main-content .container .table-container #table-cart-order .informations-content.date {
          color: #008c8c;
          font-size: 14px; }
          .cart-page.main-content .container .table-container #table-cart-order .informations-content.date input {
            width: 90px;
            color: #949494;
            font-size: 14px;
            border: 0;
            border-bottom: 1px solid #008c8c;
            position: relative;
            display: inline-block;
            background-color: transparent;
            margin-right: 3px;
            line-height: 22px;
            padding-left: 0;
            margin-top: -3px;
            outline: none; }
          .cart-page.main-content .container .table-container #table-cart-order .informations-content.date label img {
            cursor: pointer; }
      .cart-page.main-content .container .table-container #table-cart-order .informations .btn, .cart-page.main-content .container .table-container #table-cart-order .informations .articles__cta, .cart-page.main-content .container .table-container #table-cart-order .informations .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .cart-page.main-content .container .table-container #table-cart-order .informations button[type="submit"], .cart-page.main-content .container .table-container #table-cart-order .informations section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .cart-page.main-content .container .table-container #table-cart-order .informations .product-price__add-a-box {
        margin-top: 160px;
        width: 180px;
        height: 40px;
        font-size: 14px;
        color: #ef7900;
        font-weight: normal;
        background: white;
        font-family: "Neo Sans Pro", Arial, sans-serif;
        border: solid 1px #ec6608; }
      .cart-page.main-content .container .table-container #table-cart-order .informations .link {
        display: inline-block;
        font-family: "Neo Sans Pro", Arial, sans-serif;
        margin-top: 17px;
        color: #008c8c;
        text-decoration: underline;
        font-size: 14px; }
    .cart-page.main-content .container .table-container #table-cart-order .total {
      width: 480px;
      margin-left: auto; }
      .cart-page.main-content .container .table-container #table-cart-order .total table {
        background: rgba(185, 185, 185, 0.1);
        width: 100%; }
        .cart-page.main-content .container .table-container #table-cart-order .total table tr {
          border-bottom: 1px solid #cdcdcd;
          display: block;
          margin: 0 15px;
          height: 56px; }
          .cart-page.main-content .container .table-container #table-cart-order .total table tr:last-child {
            border: none; }
          .cart-page.main-content .container .table-container #table-cart-order .total table tr th {
            font-family: "Neo Sans Pro Bold", sans-serif;
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #5e5e5e;
            width: 100%;
            min-width: 265px;
            border: none; }
          .cart-page.main-content .container .table-container #table-cart-order .total table tr td {
            font-family: "Neo Sans Pro Bold", sans-serif;
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            margin-left: auto;
            color: #008c8c;
            padding-right: 12px;
            width: 100%;
            min-width: 185px; }
            .cart-page.main-content .container .table-container #table-cart-order .total table tr td:before {
              content: none; }
      .cart-page.main-content .container .table-container #table-cart-order .total .conditions {
        font-family: "NeoSansPro-Regular", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #949494; }
        .cart-page.main-content .container .table-container #table-cart-order .total .conditions .cgv {
          margin-top: 30px; }
          .cart-page.main-content .container .table-container #table-cart-order .total .conditions .cgv label {
            font-family: "Neo Sans Pro", Arial, sans-serif;
            line-height: normal;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            color: #949494; }
        .cart-page.main-content .container .table-container #table-cart-order .total .conditions .frais {
          margin-top: 35px; }
      .cart-page.main-content .container .table-container #table-cart-order .total .btn, .cart-page.main-content .container .table-container #table-cart-order .total .articles__cta, .cart-page.main-content .container .table-container #table-cart-order .total .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .cart-page.main-content .container .table-container #table-cart-order .total button[type="submit"], .cart-page.main-content .container .table-container #table-cart-order .total section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .cart-page.main-content .container .table-container #table-cart-order .total .product-price__add-a-box {
        margin-top: 60px;
        max-width: none; }

.remove-cart {
  background-color: rgba(185, 185, 185, 0.05);
  height: 80px;
  width: 100%;
  position: relative;
  margin-top: 70px; }
  .remove-cart .btn, .remove-cart .articles__cta, .remove-cart .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .remove-cart button[type="submit"], .remove-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .remove-cart .product-price__add-a-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    margin: auto;
    width: 180px;
    height: 40px;
    border: solid 1px #b9b9b9;
    background-color: white;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #b9b9b9; }

@media screen and (max-width: 767px) {
  body .cart-page.main-content .only-mobile {
    display: block !important; }
  body .cart-page.main-content table.only-desktop {
    display: none !important; }
  body .cart-page.main-content table.only-mobile {
    display: table !important; }
  body .cart-page.main-content .container .main-title {
    margin-top: 18px; }
  body .cart-page.main-content .container .after-title .save-cart {
    padding-bottom: 30px; }
  body .cart-page.main-content .container .after-title .banner-cart {
    position: initial;
    padding: 10px; }
  body .cart-page.main-content .container .table-container {
    margin-top: 20px;
    padding: 0 10px; }
    body .cart-page.main-content .container .table-container .table-cart {
      table-layout: fixed; }
      body .cart-page.main-content .container .table-container .table-cart tbody tr {
        border: none;
        height: 112px;
        line-height: 1; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr td {
          height: 112px;
          line-height: 1;
          padding: 5px; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr .promotion {
          background: transparent; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(n) td:before {
          content: none; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(n) td:first-child {
          text-align: left;
          vertical-align: top; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(n) td .name {
          text-align: left;
          position: initial;
          padding: 0;
          margin-bottom: 15px; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(n) td .code {
          position: absolute;
          bottom: 20px; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(n) td.remove {
          position: relative; }
          body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(n) td.remove .close {
            position: absolute;
            top: 5px;
            right: 5px; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(n) td:nth-child(2) .promotion {
          position: absolute;
          left: -40%;
          bottom: 0;
          width: 165%;
          margin: 0; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) {
          background-color: rgba(0, 0, 0, 0.03);
          border-bottom: 10px solid white; }
          body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td {
            background-color: rgba(0, 0, 0, 0.03);
            padding: 15px 10px;
            font-size: 12px; }
            body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td:before {
              content: '';
              width: 1px;
              background-color: #d6d6d6;
              position: absolute;
              left: 0;
              top: 0;
              height: 80px;
              bottom: 0;
              display: block;
              margin: auto; }
            body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td input {
              padding: 8px;
              width: 45px;
              height: 30px;
              border-radius: 4px;
              border: solid 1px #cdcdcd;
              background-color: #ffffff;
              text-align: center;
              color: #949494;
              font-weight: normal;
              margin: 10px auto; }
            body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td .quantity {
              font-family: NeoSansPro-Regular, sans-serif;
              font-size: 10px;
              font-weight: normal;
              color: #949494; }
            body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td .title {
              font-family: "NeoSansPro-Regular",sans-serif;
              font-size: 10px;
              font-weight: normal;
              text-align: center;
              color: #677379;
              position: absolute;
              top: 15px;
              right: 0;
              left: 0;
              margin: auto; }
            body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td:first-child {
              width: 65px;
              vertical-align: middle;
              color: #008c8c;
              text-align: center; }
              body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td:first-child:before {
                content: none; }
            body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td:nth-child(2) {
              width: 70px; }
            body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td:nth-child(3) {
              width: 70px;
              font-weight: normal; }
            body .cart-page.main-content .container .table-container .table-cart tbody tr:nth-child(2n) td:last-child {
              width: 90px; }
        body .cart-page.main-content .container .table-container .table-cart tbody tr:last-child {
          border-bottom: 0; }
    body .cart-page.main-content .container .table-container .footer-table {
      margin-top: 15px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      body .cart-page.main-content .container .table-container .footer-table .conditions {
        width: 100%; }
        body .cart-page.main-content .container .table-container .footer-table .conditions div {
          margin-bottom: 0; }
      body .cart-page.main-content .container .table-container .footer-table .total {
        width: 100%;
        margin-top: 45px; }
        body .cart-page.main-content .container .table-container .footer-table .total table.table-total {
          width: 100%;
          margin: 0; }
    body .cart-page.main-content .container .table-container #table-cart-recapitulatif {
      margin-top: 95px; }
      body .cart-page.main-content .container .table-container #table-cart-recapitulatif table {
        table-layout: unset; }
        body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody {
          background: white; }
          body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr {
            height: 60px; }
            body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr th {
              line-height: 1;
              font-size: 12px; }
            body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr td {
              height: 60px;
              line-height: 1;
              font-size: 14px; }
            body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:first-child th {
              font-size: 16px; }
            body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child {
              width: 128%;
              display: block;
              margin: 0;
              height: 90px;
              padding: 12px 0 20px; }
              body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td {
                display: inline-block;
                margin: 0;
                height: auto;
                font-family: NeoSansPro-Regular, sans-serif;
                font-size: 14px;
                color: #949494;
                width: 50px;
                margin-top: 20px; }
                body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td:first-child {
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  width: 100%;
                  margin-top: 0; }
                  body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td:first-child label {
                    max-width: 125px;
                    width: 100%;
                    margin: 0;
                    line-height: 1; }
                    body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td:first-child label:last-child {
                      margin-left: auto; }
                body .cart-page.main-content .container .table-container #table-cart-recapitulatif table tbody tr:last-child td:last-child {
                  width: 50px;
                  float: right; }
    body .cart-page.main-content .container .table-container #table-cart-order.for-mobile {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 35px; }
      body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .informations {
        width: 100%; }
      body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .total {
        width: 100%;
        margin: 32px auto 0; }
        body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .total table {
          width: calc(100% + 20px);
          position: relative;
          left: -10px; }
          body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .total table tr th {
            min-width: auto;
            font-size: 12px;
            text-align: left; }
          body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .total table tr td {
            font-size: 14px;
            min-width: 100px; }
      body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .conditions {
        font-size: 12px; }
        body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .conditions .frais {
          margin-top: 15px; }
      body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .btn, body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .articles__cta, body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .cart-page.main-content .container .table-container #table-cart-order.for-mobile button[type="submit"], body .cart-page.main-content .container .table-container #table-cart-order.for-mobile section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .product-price__add-a-box {
        width: calc(100% - 20px);
        margin: 35px 10px 0; }
        body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .btn.only-mobile, body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .only-mobile.articles__cta, body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .informations-page .informations-table__content button.only-mobile[type="submit"], .informations-page .informations-table__content body .cart-page.main-content .container .table-container #table-cart-order.for-mobile button.only-mobile[type="submit"], body .cart-page.main-content .container .table-container #table-cart-order.for-mobile section.single-product .product-details__box .only-mobile.product-price__add-a-box, section.single-product .product-details__box body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .only-mobile.product-price__add-a-box {
          margin: 42px 10px 0;
          font-size: 14px;
          color: #ef7900;
          font-weight: normal;
          background: white;
          border: solid 1px #ec6608; }
      body .cart-page.main-content .container .table-container #table-cart-order.for-mobile .link {
        color: #008c8c;
        text-align: center;
        text-decoration: underline;
        font-size: 14px;
        margin-top: 15px; }
  body .remove-cart .btn, body .remove-cart .articles__cta, body .remove-cart .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .remove-cart button[type="submit"], body .remove-cart section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .remove-cart .product-price__add-a-box {
    min-width: auto;
    max-width: none;
    width: calc(100% - 50px);
    margin: auto 20px; } }

.cart-page-ok.main-content {
  max-width: 800px;
  min-height: 750px;
  text-align: center; }
  .cart-page-ok.main-content .thanks {
    margin-top: 103px;
    font-family: "Neo Sans Pro Medium", sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ef7900; }
  .cart-page-ok.main-content .delay {
    margin: 30px 0 0;
    font-family: "Neo Sans Pro Bold", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #5e5e5e; }
    .cart-page-ok.main-content .delay:after {
      content: '';
      background-color: #ef7900;
      display: block;
      width: 50px;
      height: 2px;
      margin: 30px auto; }
  .cart-page-ok.main-content .contact {
    margin: 0;
    font-family: NeoSansPro-Regular, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #5e5e5e; }
    .cart-page-ok.main-content .contact a {
      color: #5e5e5e;
      text-decoration: underline;
      font-weight: 600; }
  .cart-page-ok.main-content .btn, .cart-page-ok.main-content .articles__cta, .cart-page-ok.main-content .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .cart-page-ok.main-content button[type="submit"], .cart-page-ok.main-content section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .cart-page-ok.main-content .product-price__add-a-box {
    margin-top: 40px;
    width: 160px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    background: white;
    border: solid 1px #ef7900;
    color: #ef7900; }

@media screen and (max-width: 767px) {
  body .cart-page-ok.main-content .container {
    padding: 0 4px; }
    body .cart-page-ok.main-content .container .main-title {
      margin-top: 115px; }
    body .cart-page-ok.main-content .container .thanks {
      margin-top: 50px;
      font-size: 20px; }
    body .cart-page-ok.main-content .container .delay {
      margin-top: 32px;
      font-size: 14px; }
      body .cart-page-ok.main-content .container .delay:after {
        margin-top: 40px; }
    body .cart-page-ok.main-content .container .btn, body .cart-page-ok.main-content .container .articles__cta, body .cart-page-ok.main-content .container .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .cart-page-ok.main-content .container button[type="submit"], body .cart-page-ok.main-content .container section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .cart-page-ok.main-content .container .product-price__add-a-box {
      margin: 45px 10px 0;
      width: calc(100% - 20px); } }

.cart-page-vide.main-content .container {
  padding: 40px 10px 0; }
  .cart-page-vide.main-content .container .empty {
    font-family: "Neo Sans Pro Medium",sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ef7900;
    margin-top: 34px; }
  .cart-page-vide.main-content .container .help {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center; }
    .cart-page-vide.main-content .container .help img {
      width: 25px;
      height: 25px;
      object-position: center;
      object-fit: contain;
      margin-right: 5px;
      display: inline-block;
      position: relative;
      top: -2px; }
    .cart-page-vide.main-content .container .help a {
      color: #5e5e5e; }
    .cart-page-vide.main-content .container .help:after {
      content: '';
      background-color: #ef7900;
      display: block;
      width: 50px;
      height: 2px;
      margin: 27px auto 0; }
  .cart-page-vide.main-content .container .buttons {
    text-align: center;
    margin-top: 50px; }
    .cart-page-vide.main-content .container .buttons .btn, .cart-page-vide.main-content .container .buttons .articles__cta, .cart-page-vide.main-content .container .buttons .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .cart-page-vide.main-content .container .buttons button[type="submit"], .cart-page-vide.main-content .container .buttons section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .cart-page-vide.main-content .container .buttons .product-price__add-a-box {
      min-width: 330px; }
      .cart-page-vide.main-content .container .buttons .btn:last-child, .cart-page-vide.main-content .container .buttons .articles__cta:last-child, .cart-page-vide.main-content .container .buttons .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content .cart-page-vide.main-content .container .buttons button:last-child[type="submit"], .cart-page-vide.main-content .container .buttons section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box .cart-page-vide.main-content .container .buttons .product-price__add-a-box:last-child {
        background-color: #008c8c;
        margin-left: 35px; }
  .cart-page-vide.main-content .container .recommandations {
    margin-top: 62px; }

@media screen and (max-width: 767px) {
  body .cart-page-vide.main-content .container {
    padding: 0 10px; }
    body .cart-page-vide.main-content .container .main-title {
      margin-top: 115px; }
    body .cart-page-vide.main-content .container .buttons {
      margin-top: 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      body .cart-page-vide.main-content .container .buttons .btn, body .cart-page-vide.main-content .container .buttons .articles__cta, body .cart-page-vide.main-content .container .buttons .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body .cart-page-vide.main-content .container .buttons button[type="submit"], body .cart-page-vide.main-content .container .buttons section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body .cart-page-vide.main-content .container .buttons .product-price__add-a-box {
        min-width: auto;
        max-width: none;
        width: 100%; }
        body .cart-page-vide.main-content .container .buttons .btn:first-child, body .cart-page-vide.main-content .container .buttons .articles__cta:first-child, body .cart-page-vide.main-content .container .buttons .informations-page .informations-table__content button:first-child[type="submit"], .informations-page .informations-table__content body .cart-page-vide.main-content .container .buttons button:first-child[type="submit"], body .cart-page-vide.main-content .container .buttons section.single-product .product-details__box .product-price__add-a-box:first-child, section.single-product .product-details__box body .cart-page-vide.main-content .container .buttons .product-price__add-a-box:first-child {
          margin-top: 15px; }
        body .cart-page-vide.main-content .container .buttons .btn:last-child, body .cart-page-vide.main-content .container .buttons .articles__cta:last-child, body .cart-page-vide.main-content .container .buttons .informations-page .informations-table__content button:last-child[type="submit"], .informations-page .informations-table__content body .cart-page-vide.main-content .container .buttons button:last-child[type="submit"], body .cart-page-vide.main-content .container .buttons section.single-product .product-details__box .product-price__add-a-box:last-child, section.single-product .product-details__box body .cart-page-vide.main-content .container .buttons .product-price__add-a-box:last-child {
          margin-left: 0; }
    body .cart-page-vide.main-content .container .recommandations {
      margin-top: 35px;
      padding-bottom: 35px; } }

.informations-page form, .informations-page .informations-table__wrapper {
  padding: 0; }
  .informations-page form.only-desktop, .informations-page .only-desktop.informations-table__wrapper {
    display: block; }
    @media screen and (max-width: 767px) {
      .informations-page form.only-desktop, .informations-page .only-desktop.informations-table__wrapper {
        display: none; } }
  .informations-page form.only-mobile, .informations-page .only-mobile.informations-table__wrapper {
    display: none; }
    @media screen and (max-width: 767px) {
      .informations-page form.only-mobile, .informations-page .only-mobile.informations-table__wrapper {
        display: block; } }

.informations-page .container {
  max-width: 1200px;
  margin: auto; }
  .informations-page .container .main-title {
    margin-bottom: 30px; }
    .informations-page .container .main-title:after {
      width: 50px;
      margin-bottom: 0;
      margin-top: 23px; }

.informations-page .edited-content {
  display: none;
  background-color: rgba(0, 140, 140, 0.05);
  text-align: center;
  font-size: 12px;
  color: #008c8c;
  font-family: "Neo Sans Pro Bold",sans-serif;
  padding: 15px 15px 10px;
  margin: 0 10px;
  min-height: 60px; }
  .informations-page .edited-content.active {
    display: block; }
  @media screen and (min-width: 767px) {
    .informations-page .edited-content {
      font-size: 14px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      padding-top: 20px;
      min-height: 82px; } }
  .informations-page .edited-content p {
    margin: 0; }
    .informations-page .edited-content p.alone {
      line-height: 30px; }
      @media screen and (min-width: 767px) {
        .informations-page .edited-content p.alone {
          line-height: 41px; } }
  .informations-page .edited-content p:not(:last-of-type) {
    margin-bottom: 10px; }

.informations-page .informations-table {
  position: relative;
  top: 10px;
  margin-bottom: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .informations-page .informations-table__wrapper {
    padding: 0; }
  @media screen and (max-width: 1024px) {
    .informations-page .informations-table {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .informations-page .informations-table__left > form, .informations-page .informations-table__left > .informations-table__wrapper {
    margin-bottom: 10px;
    height: 100%; }
  .informations-page .informations-table__left, .informations-page .informations-table__right {
    width: 100%;
    max-width: 580px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .informations-page .informations-table__left, .informations-page .informations-table__right {
        width: calc(100% - 20px); } }
    @media screen and (max-width: 767px) {
      .informations-page .informations-table__left, .informations-page .informations-table__right {
        margin-bottom: 10px; } }
    .informations-page .informations-table__left .informations-table__content #btn-info, .informations-page .informations-table__right .informations-table__content #btn-info {
      margin: 70px 0 0; }
      .informations-page .informations-table__left .informations-table__content #btn-info p, .informations-page .informations-table__right .informations-table__content #btn-info p {
        margin-top: 50px; }
    .informations-page .informations-table__left .informations-table__content__cta, .informations-page .informations-table__right .informations-table__content__cta {
      justify-self: flex-end;
      text-align: center;
      margin-top: 15px;
      padding-bottom: 0px; }
      .informations-page .informations-table__left .informations-table__content__cta p, .informations-page .informations-table__right .informations-table__content__cta p {
        color: #677379;
        max-width: 255px;
        font-size: 14px;
        line-height: 16px;
        margin: 18px auto auto;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .informations-page .informations-table__left .informations-table__content__cta p, .informations-page .informations-table__right .informations-table__content__cta p {
            display: none; } }
      .informations-page .informations-table__left .informations-table__content__cta button, .informations-page .informations-table__right .informations-table__content__cta button {
        margin-top: 18px; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__left .informations-table__content__cta, .informations-page .informations-table__right .informations-table__content__cta {
          margin-top: 15px; } }
  .informations-page .informations-table__left {
    position: relative; }
    .informations-page .informations-table__left .informations-table__content {
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .informations-page .informations-table__left .informations-table__content hr {
        border: 0.5px solid #ea5d0b;
        margin-top: 0;
        margin-bottom: 38px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .informations-page .informations-table__left .informations-table__content hr {
            width: 100%;
            margin-bottom: 20px; } }
  @media screen and (min-width: 767px) {
    .informations-page .informations-table .informations-table__right + .informations-table__left .informations-table__content hr {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .informations-page .informations-table .informations-table__right + .informations-table__left .informations-table__content__item:last-of-type {
      margin-bottom: 0; } }
  .informations-page .informations-table .informations-table__right + .informations-table__left + .informations-table__right .informations-table__content hr {
    margin-bottom: 30px; }
  .informations-page .informations-table .informations-table__right + .informations-table__left + .informations-table__right .informations-table__content__item {
    margin-bottom: 0; }
    .informations-page .informations-table .informations-table__right + .informations-table__left + .informations-table__right .informations-table__content__item p {
      margin: 0; }
  .informations-page .informations-table table {
    border-collapse: collapse; }
  .informations-page .informations-table > tbody > tr > td {
    padding: 0;
    border: none;
    width: 50%;
    vertical-align: top;
    height: 100%; }
  .informations-page .informations-table > tbody > tr td + td {
    padding-left: 10px;
    margin-left: 10px; }
  .informations-page .informations-table__content {
    background-color: #fef8f2;
    padding: 0 30px 30px;
    vertical-align: top; }
    .informations-page .informations-table__content.grey {
      background-color: #f4f4f4;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content.grey:last-child {
          padding-bottom: 6px; } }
    .informations-page .informations-table__content.informations-table__content--ids hr {
      margin-bottom: 27px; }
    .informations-page .informations-table__content.informations-table__content--ids .ids-email {
      margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .informations-page .informations-table__content.informations-table__content--ids {
        padding-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .informations-page .informations-table__content.informations-table__content--personals {
        padding-bottom: 23px; }
        .informations-page .informations-table__content.informations-table__content--personals .informations-table__right .informations-table__content__item--submit {
          margin-bottom: 0; }
        .informations-page .informations-table__content.informations-table__content--personals button.articles__content__item__wrapper__cta[type="submit"], .informations-page .informations-table__content.informations-table__content--personals button.recommandations__content__item__cta[type="submit"], .informations-page .informations-table__content.informations-table__content--personals button.btn-light[type="submit"], .informations-page .informations-table__content.informations-table__content--personals section.single-product .product-details__box button.product-price__add-a-box[type="submit"], section.single-product .product-details__box .informations-page .informations-table__content.informations-table__content--personals button.product-price__add-a-box[type="submit"] {
          margin-bottom: 10px; } }
    .informations-page .informations-table__content.informations-table__content--personals .informations-table__content__item {
      margin-bottom: 20px; }
    .informations-page .informations-table__content.informations-table__content--form {
      display: none;
      width: 100%;
      height: 100%;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content.informations-table__content--form {
          padding-bottom: 0;
          position: relative; } }
      .informations-page .informations-table__content.informations-table__content--form .form-guide {
        text-align: center;
        font-size: 14px;
        margin-bottom: 14px;
        margin-top: 45px;
        color: #677379; }
        @media screen and (max-width: 767px) {
          .informations-page .informations-table__content.informations-table__content--form .form-guide {
            margin-top: 45px;
            margin-bottom: 10px; } }
      .informations-page .informations-table__content.informations-table__content--form hr {
        margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content.informations-table__content--form button[type="submit"] {
          max-width: 100%; }
          .informations-page .informations-table__content.informations-table__content--form button[type="submit"]:first-of-type {
            margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content.informations-table__content--form input {
          font-size: 11px; } }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content.informations-table__content--form .informations-table__content__item {
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .informations-page .informations-table__content.informations-table__content--form .informations-table__content__item label {
            margin: 0; }
          .informations-page .informations-table__content.informations-table__content--form .informations-table__content__item input {
            padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .informations-page .informations-table__content--personals .informations-table__content__item {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    @media screen and (max-width: 767px) {
      .informations-page .informations-table__content {
        padding: 0 10px 30px; } }
    .informations-page .informations-table__content__guide {
      font-size: 10px;
      color: #b9b9b9;
      margin-top: 10px; }
    .informations-page .informations-table__content__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #5e5e5e;
      font-size: 16px;
      margin-bottom: 20px;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: NeoSansPro-Regular, sans-serif; }
      .informations-page .informations-table__content__item:last-child {
        margin-bottom: 0; }
      .informations-page .informations-table__content__item--submit {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .informations-page .informations-table__content__item--submit {
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
      .informations-page .informations-table__content__item:not(.is-rib) .rib-text {
        display: none; }
      .informations-page .informations-table__content__item:not(.is-rib) .no-rib-text {
        display: block; }
      .informations-page .informations-table__content__item .no-rib-text {
        display: none; }
      .informations-page .informations-table__content__item.edited span {
        color: #008c8c; }
      .informations-page .informations-table__content__item b,
      .informations-page .informations-table__content__item label {
        min-width: 160px;
        font-weight: normal;
        font-family: "Neo Sans Pro Bold",sans-serif;
        max-width: 500px; }
        @media screen and (max-width: 767px) {
          .informations-page .informations-table__content__item b,
          .informations-page .informations-table__content__item label {
            min-width: 80px;
            margin-bottom: 0px; } }
      .informations-page .informations-table__content__item input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #008c8c;
        padding-bottom: 5px;
        width: 55%;
        margin-left: 0;
        margin-top: 0; }
        @media screen and (max-width: 767px) {
          .informations-page .informations-table__content__item input {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-left: 13px;
            box-sizing: border-box; } }
      .informations-page .informations-table__content__item .input-container {
        width: 55%; }
        @media screen and (max-width: 767px) {
          .informations-page .informations-table__content__item .input-container {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-left: 13px; }
            .informations-page .informations-table__content__item .input-container input {
              margin-left: 0; } }
        .informations-page .informations-table__content__item .input-container.input-container--password.has-error .informations-table__content__guide {
          display: none; }
        .informations-page .informations-table__content__item .input-container input {
          width: 100%;
          margin-left: 0; }
        .informations-page .informations-table__content__item .input-container--password input[type="password"] {
          color: #677379;
          font-size: 14px; }
          .informations-page .informations-table__content__item .input-container--password input[type="password"].valided {
            background-image: url(/images/sign-up/checked-sign-blue.svg) !important;
            background-repeat: no-repeat;
            background-position: right center;
            background-size: 18px; }
        .informations-page .informations-table__content__item .input-container .error-message {
          text-align: left; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content__item {
          margin-bottom: 10px; }
          .informations-page .informations-table__content__item--spaced {
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .informations-page .informations-table__content__item--spaced span {
              font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content__item {
          margin-bottom: 20px;
          font-size: 11px; }
          .informations-page .informations-table__content__item span {
            font-size: 12px; }
          .informations-page .informations-table__content__item b {
            max-width: 100px;
            min-width: 90px; }
          .informations-page .informations-table__content__item input {
            margin-top: 0; } }
    .informations-page .informations-table__content__cta {
      margin-top: auto; }
    .informations-page .informations-table__content h2 {
      font-size: 18px;
      text-align: center;
      color: #677379;
      text-transform: uppercase;
      font-family: "Neo Sans Pro Bold",sans-serif;
      font-weight: normal;
      margin: 0;
      line-height: 75px; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content h2 {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content h2.larger {
          font-size: 18px; } }
    .informations-page .informations-table__content hr {
      border: 0.5px solid #ea5d0b;
      margin-top: 0;
      margin-bottom: 37px; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content hr {
          width: 100%;
          margin-bottom: 20px; } }
    .informations-page .informations-table__content td {
      font-size: 16px;
      color: #5e5e5e;
      width: auto;
      padding-bottom: 20px; }
      .informations-page .informations-table__content td:first-of-type {
        font-weight: normal;
        font-family: "Neo Sans Pro Bold",sans-serif; }
    .informations-page .informations-table__content table {
      width: 85%; }
    .informations-page .informations-table__content input {
      padding-left: 0;
      font-size: 14px;
      outline: 0;
      color: #5e5e5e;
      font-family: "Neo Sans Pro Medium",sans-serif; }
      .informations-page .informations-table__content input::-webkit-input-placeholder {
        color: #949494;
        opacity: 1; }
      .informations-page .informations-table__content input::-moz-placeholder {
        color: #949494;
        opacity: 1; }
      .informations-page .informations-table__content input:-ms-input-placeholder {
        color: #949494;
        opacity: 1; }
      .informations-page .informations-table__content input::-ms-input-placeholder {
        color: #949494;
        opacity: 1; }
      .informations-page .informations-table__content input::placeholder {
        color: #949494;
        opacity: 1; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content input {
          font-size: 14px; } }
      .informations-page .informations-table__content input[type="password"] {
        color: #949494; }
    .informations-page .informations-table__content button[type="submit"] {
      max-width: 200px;
      margin: 0 10px; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content button.articles__content__item__wrapper__cta[type="submit"], .informations-page .informations-table__content button.recommandations__content__item__cta[type="submit"], .informations-page .informations-table__content button.btn-light[type="submit"], .informations-page .informations-table__content section.single-product .product-details__box button.product-price__add-a-box[type="submit"], section.single-product .product-details__box .informations-page .informations-table__content button.product-price__add-a-box[type="submit"] {
          margin-bottom: 10px; } }
      .informations-page .informations-table__content button.articles__content__item__wrapper__cta[type="submit"] a, .informations-page .informations-table__content button.recommandations__content__item__cta[type="submit"] a, .informations-page .informations-table__content button.btn-light[type="submit"] a, .informations-page .informations-table__content section.single-product .product-details__box button.product-price__add-a-box[type="submit"] a, section.single-product .product-details__box .informations-page .informations-table__content button.product-price__add-a-box[type="submit"] a {
        display: block;
        height: 100%;
        color: #ef7900; }
      .informations-page .informations-table__content button[type="submit"].btn-info {
        max-width: 315px; }
      @media screen and (max-width: 767px) {
        .informations-page .informations-table__content button[type="submit"] {
          max-width: 100%;
          margin: 0; } }
    .informations-page .informations-table__content .button-container {
      text-align: center;
      margin: auto;
      width: 100%; }
      .informations-page .informations-table__content .button-container.flex a {
        display: block;
        margin: 0 10px; }
      @media screen and (max-width: 500px) {
        .informations-page .informations-table__content .button-container.flex {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          .informations-page .informations-table__content .button-container.flex a {
            margin-top: 10px; } }
  .informations-page .informations-table .informations-table__content:not(.informations-table__content--form) + .informations-table__content {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .informations-page .informations-table .informations-table__content:not(.informations-table__content--form) + .informations-table__content {
        margin-top: 10px; } }
  .informations-page .informations-table td:first-of-type {
    padding-right: 10px; }
  .informations-page .informations-table.editing .informations-table__left .informations-table__content--inactive, .informations-page .informations-table.editing .informations-table__right .informations-table__content--inactive {
    position: relative; }
    .informations-page .informations-table.editing .informations-table__left .informations-table__content--inactive:before, .informations-page .informations-table.editing .informations-table__right .informations-table__content--inactive:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 40;
      opacity: 0.7; }
  .informations-page .informations-table.editing .informations-table__left .informations-table__content.informations-table__content--form, .informations-page .informations-table.editing .informations-table__right .informations-table__content.informations-table__content--form {
    display: block; }
  .informations-page .informations-table.editing .informations-table__content--form .informations-table__content__item {
    margin-bottom: 6.5px; }
  .informations-page .informations-table.editing--infos #civility input[type=radio]:not(:checked) + label:before {
    border-color: #008c8c !important; }
  .informations-page .informations-table.editing--infos .informations-table__left .informations-table__content--hidden,
  .informations-page .informations-table.editing--infos .informations-table__right .informations-table__content--hidden {
    display: none; }
  .informations-page .informations-table.editing--infos .informations-table__left .informations-table__content__item--submit,
  .informations-page .informations-table.editing--infos .informations-table__right .informations-table__content__item--submit {
    margin-top: 20px; }
  .informations-page .informations-table.editing--infos .informations-table__left .informations-table__content--inactive,
  .informations-page .informations-table.editing--infos .informations-table__right .informations-table__content--inactive {
    height: 100%;
    position: relative; }
    .informations-page .informations-table.editing--infos .informations-table__left .informations-table__content--inactive:before,
    .informations-page .informations-table.editing--infos .informations-table__right .informations-table__content--inactive:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 40;
      opacity: 0.7; }

.informations-page #civility {
  text-align: left; }
  .informations-page #civility label {
    cursor: pointer;
    margin-right: 26px;
    color: #949494;
    font-family: "Neo Sans Pro Medium",sans-serif;
    outline: 0;
    -webkit-tap-highlight-color: transparent; }
    .informations-page #civility label:before {
      display: inline-block;
      content: "";
      width: 20px;
      margin-right: 5px;
      height: 20px;
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      border-radius: 4px;
      left: 0;
      outline: 0;
      background-image: url(../images/sign-up/checked-sign.svg);
      border: 1px solid #ec6608 !important;
      background-size: 0% 0%;
      background-position: center 3px;
      background-repeat: no-repeat; }
    .informations-page #civility label:hover:before {
      border: 1px solid #ec6608 !important; }
  .informations-page #civility input[type="radio"] {
    display: none; }
  .informations-page #civility input[type="radio"]:checked + label:before {
    background-size: 75% 75%; }

section.single-product {
  padding-left: 20px;
  padding-right: 20px; }
  section.single-product .container {
    padding-top: 12px; }
    @media screen and (min-width: 1024px) {
      section.single-product .container {
        margin-top: 27px; } }
  @media screen and (min-width: 1240px) {
    section.single-product {
      max-width: 1200px;
      padding-left: 20px;
      padding-right: 20px; } }
  section.single-product .product-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      section.single-product .product-details {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 25px;
        margin-bottom: 90px; } }
    section.single-product .product-details > img {
      margin-bottom: 15px;
      width: calc(300px);
      z-index: -1; }
    @media screen and (min-width: 1024px) {
      section.single-product .product-details > img, section.single-product .product-details > div {
        width: calc(50% - 60px);
        max-width: 500px;
        object-fit: scale-down; } }
    section.single-product .product-details__image {
      height: auto;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      margin-bottom: 15px;
      background-color: #FDF8F2; }
    section.single-product .product-details__box__title {
      font-size: 20px;
      margin-top: 7px;
      font-family: "Neo Sans Pro Bold";
      color: #677379;
      margin-bottom: 8px; }
      @media screen and (min-width: 1024px) {
        section.single-product .product-details__box__title {
          font-size: 35px;
          margin-bottom: 12px; } }
    section.single-product .product-details__box__type {
      font-size: 14px;
      color: #677379;
      font-family: "Neo Sans Pro Medium";
      text-align: center; }
      @media screen and (min-width: 1024px) {
        section.single-product .product-details__box__type {
          text-align: left; } }
    section.single-product .product-details__box .promotion-box {
      font-size: 12px;
      margin-top: 16px;
      padding: 10px;
      border: 1px solid #ef7900;
      overflow: hidden;
      margin-right: -10px;
      margin-left: -10px; }
      @media screen and (min-width: 1024px) {
        section.single-product .product-details__box .promotion-box {
          margin-top: 25px;
          margin-bottom: 8px; } }
      @media screen and (min-width: 1024px) {
        section.single-product .product-details__box .promotion-box {
          margin-right: 0;
          margin-left: 0; } }
      section.single-product .product-details__box .promotion-box__header {
        font-family: "Neo Sans Pro Bold";
        color: #ef7900;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        line-height: 1.5; }
        @media screen and (min-width: 1024px) {
          section.single-product .product-details__box .promotion-box__header {
            margin-bottom: -5px; } }
        section.single-product .product-details__box .promotion-box__header__flag {
          line-height: 1;
          position: relative;
          color: #fff;
          display: inline-block;
          margin-left: -14px;
          padding: 5px 8px 5px 8px; }
          @media screen and (min-width: 1024px) {
            section.single-product .product-details__box .promotion-box__header__flag {
              margin-right: 8px; } }
          section.single-product .product-details__box .promotion-box__header__flag:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            z-index: -1;
            background-color: #ef7900;
            width: 100%;
            height: 100%;
            -webkit-transform: skew(-10deg);
            transform: skew(-10deg); }
      section.single-product .product-details__box .promotion-box__text {
        color: #677379;
        margin-top: 0;
        margin-bottom: 7px; }
        @media screen and (min-width: 1024px) {
          section.single-product .product-details__box .promotion-box__text {
            display: inline-block;
            margin-right: 10px; } }
        section.single-product .product-details__box .promotion-box__text b {
          font-size: 14px;
          font-family: "Neo Sans Pro Bold";
          font-weight: normal; }
      section.single-product .product-details__box .promotion-box__sub-text {
        color: #677379;
        margin-top: 0;
        font-size: 10px;
        margin-bottom: 0; }
    section.single-product .product-details__box .product-price {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (min-width: 1024px) {
        section.single-product .product-details__box .product-price {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      section.single-product .product-details__box .product-price__left__text {
        color: #677379;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 5px; }
        section.single-product .product-details__box .product-price__left__text:not(:first-of-type) {
          margin-top: 0; }
        section.single-product .product-details__box .product-price__left__text b {
          font-weight: normal;
          font-family: "Neo Sans Pro Medium"; }
        section.single-product .product-details__box .product-price__left__text--line {
          text-decoration: line-through;
          color: #949494;
          margin-bottom: 2px; }
        section.single-product .product-details__box .product-price__left__text--discount {
          font-size: 16px;
          color: #008c8c;
          font-family: "Neo Sans Pro Medium"; }
      section.single-product .product-details__box .product-price__left__is-payback {
        font-size: 12px;
        color: #008c8c;
        margin-top: 0;
        margin-bottom: 5px; }
        @media screen and (min-width: 1024px) {
          section.single-product .product-details__box .product-price__left__is-payback {
            margin-top: 10px; } }
      @media screen and (min-width: 1024px) {
        section.single-product .product-details__box .product-price__right {
          text-align: right; } }
      section.single-product .product-details__box .product-price__right__text {
        color: #677379;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 5px; }
        section.single-product .product-details__box .product-price__right__text:not(:first-of-type) {
          margin-top: 0; }
        section.single-product .product-details__box .product-price__right__text b {
          font-weight: normal;
          font-family: "Neo Sans Pro Medium"; }
      section.single-product .product-details__box .product-price__right__adviced {
        color: #677379;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 5px; }
        section.single-product .product-details__box .product-price__right__adviced b {
          font-family: "Neo Sans Pro Medium"; }
      section.single-product .product-details__box .product-price__right__old {
        margin-top: 0;
        text-decoration: line-through;
        color: #949494;
        margin-bottom: 2px;
        font-size: 15px; }
      section.single-product .product-details__box .product-price__right__discount {
        font-size: 16px;
        color: #008c8c;
        font-family: "Neo Sans Pro Medium";
        margin-top: 0;
        margin-bottom: 0; }
        @media screen and (min-width: 1024px) {
          section.single-product .product-details__box .product-price__right__discount {
            font-size: 18px; } }
      section.single-product .product-details__box .product-price__right__price {
        font-family: "Neo Sans Pro Bold";
        font-size: 50px;
        text-align: left;
        color: #5e5e5e;
        margin-top: 0;
        margin-bottom: 0; }
        @media screen and (min-width: 1024px) {
          section.single-product .product-details__box .product-price__right__price {
            text-align: right; } }
      section.single-product .product-details__box .product-price__right__stashed-indicator {
        color: #949494;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0; }
      section.single-product .product-details__box .product-price__add-a-box {
        display: none;
        max-width: none; }
        @media screen and (min-width: 1024px) {
          section.single-product .product-details__box .product-price__add-a-box {
            display: block;
            margin-top: 15px; } }
      section.single-product .product-details__box .product-price__add-to-basket {
        text-align: center; }
        section.single-product .product-details__box .product-price__add-to-basket .product-qty {
          width: auto; }
        section.single-product .product-details__box .product-price__add-to-basket .product-qty-label {
          line-height: 1.3; }
        section.single-product .product-details__box .product-price__add-to-basket .product-qty-input input {
          margin: auto 18px; }
        section.single-product .product-details__box .product-price__add-to-basket .product-add-to-cart {
          display: inline-block;
          width: 64%;
          margin: auto; }
        @media screen and (min-width: 1024px) {
          section.single-product .product-details__box .product-price__add-to-basket {
            margin-top: 15px; } }
        section.single-product .product-details__box .product-price__add-to-basket input, section.single-product .product-details__box .product-price__add-to-basket label {
          display: none; }
          @media screen and (min-width: 1024px) {
            section.single-product .product-details__box .product-price__add-to-basket input, section.single-product .product-details__box .product-price__add-to-basket label {
              display: block; } }
        section.single-product .product-details__box .product-price__add-to-basket button {
          margin-top: 10px; }
        @media screen and (min-width: 1024px) {
          section.single-product .product-details__box .product-price__add-to-basket {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
            section.single-product .product-details__box .product-price__add-to-basket input, section.single-product .product-details__box .product-price__add-to-basket label {
              width: 45px;
              min-width: 0;
              font-size: 10px;
              margin-right: 25px;
              height: 40px;
              color: #677379;
              line-height: 1.4; }
            section.single-product .product-details__box .product-price__add-to-basket input[type="number"]::-webkit-outer-spin-button, section.single-product .product-details__box .product-price__add-to-basket input[type="number"]::-webkit-inner-spin-button {
              margin: 0; }
            section.single-product .product-details__box .product-price__add-to-basket input[type="number"] {
              width: 51px;
              border-radius: 4px;
              border: 1px solid #677379;
              text-align: center; }
            section.single-product .product-details__box .product-price__add-to-basket button {
              -webkit-flex: 1;
              -ms-flex: 1;
              flex: 1;
              margin: 0;
              max-width: none; } }

.homepage #slider {
  margin: 70px auto 0; }
  @media screen and (min-width: 1300px) {
    .homepage #slider {
      max-width: 1240px; } }
  .homepage #slider .slide {
    overflow: visible;
    position: relative;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .homepage #slider .slide {
        padding-bottom: 0; } }
    .homepage #slider .slide > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .homepage #slider .slide .illustration {
      width: 40%;
      max-width: 370px;
      overflow: hidden;
      margin-right: 40px; }
      .homepage #slider .slide .illustration img {
        position: relative;
        left: -45px;
        object-fit: contain;
        max-width: 100%;
        width: 100%;
        object-position: center; }
        @media screen and (max-width: 767px) {
          .homepage #slider .slide .illustration img {
            height: 250px; } }
      .homepage #slider .slide .illustration.video .picto {
        position: relative;
        cursor: pointer; }
        .homepage #slider .slide .illustration.video .picto:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: -45px;
          right: 0;
          display: block;
          margin: auto;
          width: 74px;
          height: 74px;
          border-style: solid;
          box-sizing: border-box;
          border-width: 37px 0 37px 74px;
          border-color: transparent transparent transparent #ef7900;
          z-index: 1; }
          @media screen and (max-width: 480px) {
            .homepage #slider .slide .illustration.video .picto:before {
              margin: auto 0 auto 40px; } }
    .homepage #slider .slide-content {
      margin: auto 0;
      width: calc(60% - 40px); }
      .homepage #slider .slide-content-title {
        font-family: "Neo Sans Pro Medium", sans-serif;
        font-size: 38px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #008c8c; }
        .homepage #slider .slide-content-title:after {
          content: '';
          background-color: #ef7900;
          display: block;
          width: 50px;
          height: 1px;
          margin: 20px 0; }
        .homepage #slider .slide-content-title.big {
          font-family: "Neo Sans Pro", Arial, sans-serif;
          font-size: 50px;
          font-weight: normal;
          line-height: 1.2; }
          .homepage #slider .slide-content-title.big span {
            font-weight: 900; }
          .homepage #slider .slide-content-title.big:after {
            content: none; }
      .homepage #slider .slide-content-text {
        margin-top: 20px;
        font-family: "NeoSansPro-Regular", sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;
        color: #677379; }
        .homepage #slider .slide-content-text span {
          font-size: 10px; }
      .homepage #slider .slide-content-product {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-family: "Neo Sans Pro"; }
        @media screen and (max-width: 1280px) {
          .homepage #slider .slide-content-product {
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .homepage #slider .slide-content-product img {
          object-fit: contain;
          object-position: top;
          max-height: 175px;
          max-width: 230px;
          width: 100%; }
        .homepage #slider .slide-content-product-text {
          position: relative;
          top: -25px;
          margin-left: 20px;
          font-family: NeoSansPro-Regular, sans-serif;
          max-width: 380px;
          font-size: 12px;
          font-weight: normal;
          line-height: 15px;
          letter-spacing: normal;
          color: #677379;
          font-family: "Neo Sans Pro"; }
          .homepage #slider .slide-content-product-text span {
            font-size: 10px;
            display: block;
            margin-top: 20px;
            line-height: 15px; }
            .homepage #slider .slide-content-product-text span:last-of-type {
              margin-top: 0; }
          .homepage #slider .slide-content-product-text > div {
            font-family: "Neo Sans Pro";
            font-size: 20px;
            margin-bottom: 10px;
            line-height: 30px; }
      .homepage #slider .slide-content .btn, .homepage #slider .slide-content .articles__cta, .homepage #slider .slide-content .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .homepage #slider .slide-content button[type="submit"], .homepage #slider .slide-content section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .homepage #slider .slide-content .product-price__add-a-box {
        margin: 20px 0 0 0;
        background: white;
        max-width: 180px;
        border: 1px solid #ef7900;
        color: #ef7900; }
        @media screen and (max-width: 1024px) {
          .homepage #slider .slide-content .btn, .homepage #slider .slide-content .articles__cta, .homepage #slider .slide-content .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .homepage #slider .slide-content button[type="submit"], .homepage #slider .slide-content section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .homepage #slider .slide-content .product-price__add-a-box {
            margin-bottom: 20px; } }
  .homepage #slider .slick-dots {
    bottom: 5px; }
    .homepage #slider .slick-dots li {
      margin: 0 4px 0 0; }
      .homepage #slider .slick-dots li button:before {
        content: '';
        width: 11px;
        height: 11px;
        background-color: #677379;
        border-radius: 50px;
        opacity: 1; }
      .homepage #slider .slick-dots li.slick-active button:before {
        background-color: #ef7900; }

.homepage .main-content {
  padding-bottom: 70px;
  padding: 0 20px; }

.homepage .recommandations {
  padding: 0 0 30px 0;
  margin-top: 40px; }
  .homepage .recommandations .btn, .homepage .recommandations .articles__cta, .homepage .recommandations .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .homepage .recommandations button[type="submit"], .homepage .recommandations section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .homepage .recommandations .product-price__add-a-box {
    display: block;
    margin: 10px auto 0;
    max-width: 365px; }

.homepage .articles {
  margin-top: 40px;
  padding: 0 0 65px; }
  .homepage .articles__cta {
    display: block;
    margin: 10px auto 0;
    max-width: 365px; }

@media screen and (min-width: 767px) and (max-width: 1279px) {
  body.homepage #slider .slide-content-title {
    font-size: 35px;
    max-width: 600px; }
    body.homepage #slider .slide-content-title:after {
      margin: 15px 0 20px; }
  body.homepage #slider .slide .illustration {
    width: 34%;
    margin-right: 20px; }
  body.homepage #slider .slide .slide-content {
    width: calc(66% - 20px); }
  body.homepage #slider .slide-content-product {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    body.homepage #slider .slide-content-product img {
      max-height: 130px;
      max-width: 145px; }
  body.homepage #slider .slide-content-product-text {
    margin-left: 0;
    top: -10px;
    max-width: inherit;
    padding-right: 10px; }
    body.homepage #slider .slide-content-product-text > div {
      max-width: 380px; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  body.homepage #slider {
    padding-bottom: 50px;
    margin-top: 20px; }
    body.homepage #slider .slide-content-title {
      font-size: 30px;
      font-size: 1.875rem;
      margin-top: 25px; }
      body.homepage #slider .slide-content-title.big {
        font-size: 35px;
        font-size: 2.1875rem;
        margin-top: 0; }
    body.homepage #slider .slide .illustration {
      margin-right: 20px;
      margin-bottom: 15px; }
    body.homepage #slider .slide .slide-content-text {
      font-size: 15px; }
    body.homepage #slider .slide .slide-content-product img {
      max-width: 275px;
      padding-bottom: 225px; }
    body.homepage #slider .slide .slide-content-product-text {
      position: absolute;
      top: 68%;
      left: 0;
      margin: auto;
      max-width: none;
      width: 100%;
      padding: 0 15px; }
      body.homepage #slider .slide .slide-content-product-text .btn, body.homepage #slider .slide .slide-content-product-text .articles__cta, body.homepage #slider .slide .slide-content-product-text .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body.homepage #slider .slide .slide-content-product-text button[type="submit"], body.homepage #slider .slide .slide-content-product-text section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body.homepage #slider .slide .slide-content-product-text .product-price__add-a-box {
        display: block;
        margin: auto; }
    body.homepage #slider .slide.produit > div {
      display: block;
      /*
            .illustration{
              width: 275px;
              max-width: 450px;
              overflow: hidden;
              margin-right: 20px;
              img{
                position: relative;
                left: -45px;
                object-fit: contain;
                max-width: 100%;
                width: 100%;
                object-position: center;
                height: 250px;
              }
            }

             */ }
      body.homepage #slider .slide.produit > div .slide-content {
        width: auto; }
        body.homepage #slider .slide.produit > div .slide-content img {
          display: none; }
        body.homepage #slider .slide.produit > div .slide-content-title {
          position: absolute;
          top: 0;
          right: 0;
          width: 60%; }
        body.homepage #slider .slide.produit > div .slide-content .slide-content-product-text {
          position: initial; }
          body.homepage #slider .slide.produit > div .slide-content .slide-content-product-text .btn, body.homepage #slider .slide.produit > div .slide-content .slide-content-product-text .articles__cta, body.homepage #slider .slide.produit > div .slide-content .slide-content-product-text .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body.homepage #slider .slide.produit > div .slide-content .slide-content-product-text button[type="submit"], body.homepage #slider .slide.produit > div .slide-content .slide-content-product-text section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body.homepage #slider .slide.produit > div .slide-content .slide-content-product-text .product-price__add-a-box {
            margin-top: 15px; } }

@media screen and (max-width: 480px) {
  body.homepage #slider {
    margin-top: 10px;
    padding-bottom: 40px; }
    body.homepage #slider .slide > div {
      display: block; }
    body.homepage #slider .slide .illustration {
      width: 50%; }
      body.homepage #slider .slide .illustration img {
        width: 150px;
        height: 160px;
        left: -15px; }
      body.homepage #slider .slide .illustration.video .picto:before {
        left: -15px;
        -webkit-transform: scale(0.5);
        transform: scale(0.5); }
    body.homepage #slider .slide-content {
      padding: 0 20px;
      width: 100%;
      position: relative; }
      body.homepage #slider .slide-content-title {
        font-size: 16px;
        width: 50%;
        right: 0;
        margin: auto;
        position: absolute;
        top: -125px;
        line-height: 1.2; }
        body.homepage #slider .slide-content-title--shifted {
          width: 60%; }
        body.homepage #slider .slide-content-title:after {
          margin: 18px 0 0; }
        body.homepage #slider .slide-content-title.big {
          font-family: "Neo Sans Pro", Arial, sans-serif;
          font-size: 16px;
          font-weight: 500; }
          body.homepage #slider .slide-content-title.big:after {
            content: ''; }
          body.homepage #slider .slide-content-title.big span {
            font-size: 16px; }
      body.homepage #slider .slide-content-text {
        font-size: 12px; }
        body.homepage #slider .slide-content-text--small {
          font-size: 9px; }
          body.homepage #slider .slide-content-text--small > span {
            margin-top: 10px;
            display: inline-block; }
      body.homepage #slider .slide-content-product {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
        position: relative; }
        body.homepage #slider .slide-content-product img {
          width: 50%;
          object-fit: contain;
          max-height: 95px;
          min-width: auto;
          -webkit-transform: translateY(20px);
          transform: translateY(20px); }
        body.homepage #slider .slide-content-product-text {
          width: 100%;
          font-size: 12px;
          line-height: 1.2;
          margin: 45px auto 0;
          min-width: auto;
          max-width: none; }
          body.homepage #slider .slide-content-product-text--small {
            font-size: 10px;
            line-height: 1.5; }
            body.homepage #slider .slide-content-product-text--small > span:last-of-type {
              margin-top: 10px; }
          body.homepage #slider .slide-content-product-text > div {
            position: absolute;
            right: 0;
            margin: auto;
            top: -80px;
            width: 55%;
            font-size: 14px;
            line-height: 1.2;
            -webkit-transform: translateX(20px);
            transform: translateX(20px); }
          body.homepage #slider .slide-content-product-text > span {
            line-height: 1.5; }
      body.homepage #slider .slide-content .btn, body.homepage #slider .slide-content .articles__cta, body.homepage #slider .slide-content .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content body.homepage #slider .slide-content button[type="submit"], body.homepage #slider .slide-content section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box body.homepage #slider .slide-content .product-price__add-a-box {
        margin-top: 15px;
        width: 100%;
        max-width: none;
        min-width: auto; }
    body.homepage #slider .slick-dots {
      bottom: 0; }
  body.homepage .main-content {
    padding: 0 20px; } }
  @media screen and (max-width: 480px) and (max-width: 767px) {
    body.homepage .main-content {
      padding-bottom: 30px; } }

@media screen and (max-width: 480px) {
  body.homepage .articles {
    padding: 0 0 20px; } }

@media (min-width: 1100px) {
  body.homepage #slider .slide .slide-content {
    width: calc(100% - 370px); }
  .homepage #slider .slide-content-product-text {
    max-width: 500px; } }

.main-content.splash-page.maintenance {
  margin-top: 150px;
  margin-bottom: 200px; }
  @media screen and (max-width: 1024px) {
    .main-content.splash-page.maintenance {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .main-content.splash-page.maintenance .container {
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media screen and (max-width: 1024px) {
      .main-content.splash-page.maintenance .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .main-content.splash-page.maintenance .left-content img {
    margin: auto; }
    @media screen and (max-width: 1024px) {
      .main-content.splash-page.maintenance .left-content img {
        margin-top: 50px;
        margin-bottom: 50px; } }
  .main-content.splash-page.maintenance .right-content .form-container {
    background: white;
    text-align: center;
    color: #677379; }
    .main-content.splash-page.maintenance .right-content .form-container a {
      color: #008c8c; }
    .main-content.splash-page.maintenance .right-content .form-container h1 {
      color: #008c8c;
      font-family: "Neo Sans Pro Bold",sans-serif;
      font-weight: bold;
      font-size: 1.7em; }
    .main-content.splash-page.maintenance .right-content .form-container strong {
      font-size: 1.2em;
      font-family: "Neo Sans Pro Bold",sans-serif;
      font-weight: bold; }
    .main-content.splash-page.maintenance .right-content .form-container p {
      margin: 25px 0 50px;
      font-family: OpenSans, sans-serif; }
    .main-content.splash-page.maintenance .right-content .form-container img {
      width: 90px; }

.main-content.error .container {
  height: 100%;
  min-height: 620px;
  text-align: center;
  padding: 50px 10px 0; }
  .main-content.error .container img {
    width: 100%;
    max-width: 475px; }
  .main-content.error .container h1 {
    position: relative; }
  .main-content.error .container strong {
    position: absolute;
    top: 68%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Neo Sans Pro Bold;
    font-weight: bold;
    color: #057575;
    font-size: 33px;
    margin-bottom: 0px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .main-content.error .container strong {
        font-size: 5vw; } }
    @media screen and (min-width: 545px) {
      .main-content.error .container strong {
        font-size: 30px; } }
  .main-content.error .container p {
    color: #677379;
    font-family: "Neo Sans Pro Bold", sans-serif;
    font-weight: bold;
    font-size: 1.2em; }
  .main-content.error .container .btn, .main-content.error .container .articles__cta, .main-content.error .container .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .main-content.error .container button[type="submit"], .main-content.error .container section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .main-content.error .container .product-price__add-a-box {
    cursor: pointer;
    max-width: 175px;
    background: white;
    line-height: 30px;
    min-height: 30px;
    color: #ef7900;
    border: 1px solid #ef7900;
    transition: 0.4s; }
    .main-content.error .container .btn:hover, .main-content.error .container .articles__cta:hover, .main-content.error .container .informations-page .informations-table__content button:hover[type="submit"], .informations-page .informations-table__content .main-content.error .container button:hover[type="submit"], .main-content.error .container section.single-product .product-details__box .product-price__add-a-box:hover, section.single-product .product-details__box .main-content.error .container .product-price__add-a-box:hover {
      border-color: white;
      color: white;
      background: #ef7900; }
  @media screen and (max-width: 767px) {
    .main-content.error .container {
      padding-top: 0; }
      .main-content.error .container p {
        font-size: 1em; } }

.sous-rubrique.main-content {
  margin-top: 55px;
  padding-bottom: 35px; }
  @media screen and (max-width: 1300px) and (min-width: 767px) {
    .sous-rubrique.main-content {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .sous-rubrique.main-content {
      margin-top: 5px;
      padding: 0 20px 35px; } }
  .sous-rubrique.main-content .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .sous-rubrique.main-content .content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 35px; } }
    .sous-rubrique.main-content .content .img {
      margin-right: 120px; }
      .sous-rubrique.main-content .content .img img {
        object-fit: contain;
        width: 275px;
        height: 275px; }
      .sous-rubrique.main-content .content .img.actu {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); }
      @media screen and (max-width: 767px) {
        .sous-rubrique.main-content .content .img {
          margin: 0;
          padding-right: 50%; }
          .sous-rubrique.main-content .content .img img {
            min-width: 150px;
            max-width: 275px;
            height: auto;
            width: 100%;
            position: relative;
            left: -30px; } }
    .sous-rubrique.main-content .content .text h1 {
      margin: 15px 0 25px;
      font-family: "Neo Sans Pro Medium", sans-serif;
      font-size: 40px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.38;
      letter-spacing: normal;
      color: #008c8c; }
      @media screen and (max-width: 767px) {
        .sous-rubrique.main-content .content .text h1 {
          display: block;
          font-size: 16px;
          line-height: 1.13;
          position: absolute;
          top: 40px;
          left: 50%;
          width: 40%;
          padding-bottom: 15px; }
          .sous-rubrique.main-content .content .text h1:after {
            content: '';
            position: absolute;
            left: 0;
            width: 50px;
            background-color: #ef7900;
            height: 1px;
            bottom: 0; } }
    .sous-rubrique.main-content .content .text p {
      margin: 25px 0 0;
      font-size: 20px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: normal;
      color: #677379; }
      @media screen and (max-width: 767px) {
        .sous-rubrique.main-content .content .text p {
          margin-top: 10px;
          line-height: 1.2;
          font-size: 16px; } }
    .sous-rubrique.main-content .content .text .filter {
      margin-top: 35px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 2;
      letter-spacing: normal;
      color: #677379;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .sous-rubrique.main-content .content .text .filter {
          margin-top: 25px; } }
      @media screen and (max-width: 767px) {
        .sous-rubrique.main-content .content .text .filter-title {
          width: 100%; } }
      .sous-rubrique.main-content .content .text .filter > * {
        margin: auto 10px; }
        .sous-rubrique.main-content .content .text .filter > *:first-child {
          margin-left: 0; }
      .sous-rubrique.main-content .content .text .filter .filter-cat {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        color: inherit; }
        .sous-rubrique.main-content .content .text .filter .filter-cat.active[data-cat="douleur"] {
          color: #0d83c2; }
          .sous-rubrique.main-content .content .text .filter .filter-cat.active[data-cat="douleur"] svg g {
            fill: #0d83c2; }
        .sous-rubrique.main-content .content .text .filter .filter-cat.active[data-cat="orl"] {
          color: #66308f; }
          .sous-rubrique.main-content .content .text .filter .filter-cat.active[data-cat="orl"] svg g {
            fill: #66308f; }
        .sous-rubrique.main-content .content .text .filter .filter-cat > * {
          margin: auto; }
        @media screen and (max-width: 767px) {
          .sous-rubrique.main-content .content .text .filter .filter-cat {
            max-width: 135px;
            width: 50%;
            line-height: 1.29;
            margin: 0; } }
        .sous-rubrique.main-content .content .text .filter .filter-cat[data-cat="douleur"] {
          padding-right: 10px; }
        .sous-rubrique.main-content .content .text .filter .filter-cat img, .sous-rubrique.main-content .content .text .filter .filter-cat svg {
          margin-right: 20px;
          width: 74px;
          height: 74px; }
          @media screen and (max-width: 767px) {
            .sous-rubrique.main-content .content .text .filter .filter-cat img, .sous-rubrique.main-content .content .text .filter .filter-cat svg {
              max-width: 45px;
              height: 45px;
              width: 100%;
              margin-right: 10px; } }
  .sous-rubrique.main-content.pharma .content {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .sous-rubrique.main-content.pharma .content {
        margin-bottom: 20px; } }

@media screen and (max-width: 1365px) and (min-width: 767px) {
  .template.main-content {
    padding: 0 10px; } }

@media screen and (max-width: 767px) {
  .template.main-content {
    padding: 0 20px; } }

.template.main-content section.content > h1 {
  font-family: "Neo Sans Pro Medium", sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #008c8c;
  margin: 40px 0 20px; }
  @media screen and (max-width: 767px) {
    .template.main-content section.content > h1 {
      font-size: 18px;
      line-height: 0.9;
      margin: 35px 0 25px; } }

.template.main-content section.content > p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #677379;
  max-width: 750px;
  margin: 0 0 30px; }
  .template.main-content section.content > p .source {
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .template.main-content section.content > p .source {
        font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .template.main-content section.content > p {
      font-size: 16px;
      line-height: 1.2; } }

.template.main-content section.content .filters-container .selectric-wrapper {
  margin: auto; }

@media screen and (max-width: 767px) {
  .template.main-content section.content .filters-container {
    padding: 50px 20px; }
    .template.main-content section.content .filters-container:before {
      content: none; }
    .template.main-content section.content .filters-container .filters-bloc {
      width: 100%; }
      .template.main-content section.content .filters-container .filters-bloc .selectric-wrapper {
        max-width: 400px; }
      .template.main-content section.content .filters-container .filters-bloc.left-filters {
        padding-bottom: 35px; }
      .template.main-content section.content .filters-container .filters-bloc.right-filters {
        padding-top: 50px;
        border-top: 1px solid #b9b9b9; } }

.template.main-content section.content .filters-container .selectric {
  background-color: #f2f6f8;
  color: #677379; }
  .template.main-content section.content .filters-container .selectric .button {
    background-color: #f2f6f8; }

.template.main-content section.content .filters-container .selectric-items {
  font-size: 14px;
  color: #677379;
  background-color: #f2f6f8; }

.template.main-content section.content .filters-container .namepdf-search {
  padding-right: 37px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .template.main-content section.content .filters-container .namepdf-search {
      width: 400px; } }
  @media screen and (min-width: 1220px) {
    .template.main-content section.content .filters-container .namepdf-search {
      width: 462px; } }
  @media screen and (max-width: 767px) {
    .template.main-content section.content .filters-container .namepdf-search {
      max-width: 400px;
      margin: auto; } }
  .template.main-content section.content .filters-container .namepdf-search .easy-autocomplete {
    width: 100% !important; }
    .template.main-content section.content .filters-container .namepdf-search .easy-autocomplete input {
      line-height: 15px;
      font-style: normal;
      font-weight: bold; }
    .template.main-content section.content .filters-container .namepdf-search .easy-autocomplete ul {
      background: white;
      list-style: none;
      padding: 0;
      font-family: "Neo Sans Pro", Arial, sans-serif;
      position: absolute;
      color: #5e5e5e;
      z-index: 85;
      top: 25px;
      box-shadow: #5e5e5e 0px 2px 7px 1px;
      text-align: left; }
      .template.main-content section.content .filters-container .namepdf-search .easy-autocomplete ul li {
        border-bottom: 1px solid #b9b9b9;
        font-size: 12px;
        text-align: left; }
        .template.main-content section.content .filters-container .namepdf-search .easy-autocomplete ul li .eac-item {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .template.main-content section.content .filters-container .namepdf-search .easy-autocomplete ul li .eac-item div:first-child {
            margin-right: 15px;
            width: 150px; }
        .template.main-content section.content .filters-container .namepdf-search .easy-autocomplete ul li:last-child {
          border-bottom: none; }
      .template.main-content section.content .filters-container .namepdf-search .easy-autocomplete ul .selected {
        background: #f2f6f8;
        color: #ef7900; }
  .template.main-content section.content .filters-container .namepdf-search .button-search {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 25px;
    text-indent: -9999px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../images/icon-search.png) no-repeat top left;
    transition: opacity .15s ease-in; }
    .template.main-content section.content .filters-container .namepdf-search .button-search:hover {
      opacity: .6; }
  .template.main-content section.content .filters-container .namepdf-search input[type=text] {
    width: 100%;
    min-width: auto; }

.template.main-content .back {
  max-width: 160px;
  font-size: 12px;
  width: 100%;
  min-height: 28px;
  display: block;
  line-height: 28px;
  background: transparent;
  color: #ef7900;
  border: 1px solid #ef7900;
  margin: 40px auto 43px;
  font-weight: bold; }
  .template.main-content .back-content {
    margin-left: 10px;
    position: initial;
    display: initial; }
  @media screen and (max-width: 767px) {
    .template.main-content .back {
      margin: 30px auto; } }
  .template.main-content .back:hover {
    background: #ef7900;
    color: white; }

.template--elementaires .show-l {
  display: none; }

@media screen and (min-width: 767px) {
  .template--elementaires.main-content {
    padding: 0 30px !important; } }

@media screen and (min-width: 1024px) {
  .template--elementaires.main-content {
    padding: 0 20px !important; }
  .template--elementaires .show-l {
    display: block; } }

@media screen and (max-width: 767px) {
  .template--elementaires ~ .pop-in#sortie.active {
    z-index: 999999 !important; } }

.template--elementaires .slick-dots {
  bottom: -35px; }
  .template--elementaires .slick-dots li {
    margin: 0 5px;
    width: 13px;
    height: 13px; }
    .template--elementaires .slick-dots li button {
      width: 13px;
      height: 13px; }
      .template--elementaires .slick-dots li button::before {
        font-size: 13px;
        color: #677379;
        opacity: 1; }
    .template--elementaires .slick-dots li.slick-active button::before {
	  color: #ec6608; }

.template--elementaires .s-heading {
  margin-top: 20px; }
  .template--elementaires .s-heading__slider {
    background-color: #e4f1c7; }
    .template--elementaires .s-heading__slider .slide-item {
      position: relative;
      background-color: #e4f1c7;
      padding: 0 15px 20px; }
      .template--elementaires .s-heading__slider .slide-item img {
        width: 100%; }
      .template--elementaires .s-heading__slider .slide-item__logo {
        margin-bottom: 25px; }
        .template--elementaires .s-heading__slider .slide-item__logo img {
          display: block;
          width: 287px;
          -webkit-transform: translateX(-15px);
          transform: translateX(-15px); }
          .template--elementaires .s-heading__slider .slide-item__logo img.desktop {
            display: none; }
      .template--elementaires .s-heading__slider .slide-item__products {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .template--elementaires .s-heading__slider .slide-item__products img {
          width: 107px; }
        .template--elementaires .s-heading__slider .slide-item__products .slide-item__content {
          width: calc(100% - 114px);
          padding-left: 12px;
          margin-top: 45px; }
        .template--elementaires .s-heading__slider .slide-item__products--without-label img {
          margin-top: 30px; }
        .template--elementaires .s-heading__slider .slide-item__products--without-label .slide-item__content .label-img {
          top: -105px; }
      .template--elementaires .s-heading__slider .slide-item__content {
        position: relative; }
        .template--elementaires .s-heading__slider .slide-item__content .label {
          font-size: 10px;
          color: #fff;
          text-transform: uppercase;
          background-color: #ec6608;
          border-radius: 1px;
          padding: 7px 10px 5px;
          font-family: "NeoSansPro-Regular", sans-serif;
          font-weight: 400;
          letter-spacing: 1px; }
          .template--elementaires .s-heading__slider .slide-item__content .label--yellow {
            background-color: #ffc01e; }
          .template--elementaires .s-heading__slider .slide-item__content .label--blue {
            background-color: #06448c; }
        .template--elementaires .s-heading__slider .slide-item__content .label-img {
          width: 66px;
          position: absolute;
          right: 0;
          top: -75px; }
      .template--elementaires .s-heading__slider .slide-item__title {
        font-size: 16px;
        color: #11644B;
        font-family: "NeoSansPro-Regular", sans-serif;
        font-weight: bolder; }
        .template--elementaires .s-heading__slider .slide-item__title span {
          font-size: 13px;
          font-family: "NeoSansPro-Regular", sans-serif;
          font-weight: 400; }
          .template--elementaires .s-heading__slider .slide-item__title span.block {
            display: block; }
      .template--elementaires .s-heading__slider .slide-item__txt p {
        color: #677379;
        font-size: 14px;
        line-height: 1.2; }
        .template--elementaires .s-heading__slider .slide-item__txt p b {
          font-family: "NeoSansPro-Regular", sans-serif;
          font-weight: bolder; }
      .template--elementaires .s-heading__slider .slide-item__conseils {
        margin-top: 10px; }
      .template--elementaires .s-heading__slider .slide-item--first {
        padding: 0 0 20px; }
        .template--elementaires .s-heading__slider .slide-item--first .slide-item__logo img {
          -webkit-transform: translateX(-10px);
          transform: translateX(-10px); }
          .template--elementaires .s-heading__slider .slide-item--first .slide-item__logo img.mobile {
            margin: 0 auto; }
        .template--elementaires .s-heading__slider .slide-item--first .slide-item__products img {
          width: 100%; }
          .template--elementaires .s-heading__slider .slide-item--first .slide-item__products img.mobile {
            max-width: 286px;
            margin: 0 auto;
            margin-top: -15px; }
      .template--elementaires .s-heading__slider .slide-item .conseils-txt {
        text-transform: uppercase;
        display: block;
        color: #ec6608;
        font-size: 12px;
        font-family: "NeoSansPro-Regular", sans-serif;
        font-weight: bolder; }
      .template--elementaires .s-heading__slider .slide-item .conseils-list {
        padding: 0 0 0 10px;
        margin-top: 15px; }
        .template--elementaires .s-heading__slider .slide-item .conseils-list li {
          font-size: 11px;
          color: #677379;
          line-height: 1.3; }
      .template--elementaires .s-heading__slider .slide-item--img-width .slide-item__products img:not(.label-img) {
        width: 112px; }
      .template--elementaires .s-heading__slider .slide-item--img-width .slide-item__products .slide-item__content {
        width: calc(100% - 112px); }
  .template--elementaires .s-heading .desktop {
    display: none; }
  @media screen and (min-width: 767px) {
    .template--elementaires .s-heading__slider .slide-item {
      height: 390px;
      min-height: inherit;
      padding: 0 28px 15px; } }
  @media screen and (min-width: 1024px) {
    .template--elementaires .s-heading__slider .slide-item {
      height: 380px; }
      .template--elementaires .s-heading__slider .slide-item .grid {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .template--elementaires .s-heading__slider .slide-item__logo {
        margin-right: 10px;
        margin-bottom: 0; }
        .template--elementaires .s-heading__slider .slide-item__logo img {
          max-width: 100%;
          margin: 0;
          width: 318px; }
          .template--elementaires .s-heading__slider .slide-item__logo img.desktop {
            display: block; }
          .template--elementaires .s-heading__slider .slide-item__logo img.mobile {
            display: none; }
      .template--elementaires .s-heading__slider .slide-item__products {
        margin-top: 50px; }
        .template--elementaires .s-heading__slider .slide-item__products img {
          width: 214px; }
        .template--elementaires .s-heading__slider .slide-item__products--without-label img {
          margin-top: 50px; }
      .template--elementaires .s-heading__slider .slide-item__content {
        width: calc(100% - 532px);
        margin-top: 100px;
        padding-left: 25px; }
        .template--elementaires .s-heading__slider .slide-item__content .label-img {
          width: 89px;
          right: 0;
          top: -80px; }
      .template--elementaires .s-heading__slider .slide-item__conseils {
        margin-top: 15px; }
      .template--elementaires .s-heading__slider .slide-item__txt {
        padding-right: 10px; }
      .template--elementaires .s-heading__slider .slide-item--img-width .slide-item__products img:not(.label-img) {
        width: 224px; }
      .template--elementaires .s-heading__slider .slide-item--img-width .slide-item__products .slide-item__content {
        width: calc(100% - 542px); }
    .template--elementaires .s-heading .desktop {
      display: block; }
    .template--elementaires .s-heading .mobile {
      display: none; } }
  @media screen and (min-width: 1280px) {
    .template--elementaires .s-heading__slider .slide-item__logo img {
      width: 416px; }
    .template--elementaires .s-heading__slider .slide-item__content {
      width: calc(100% - 640px); }
    .template--elementaires .s-heading__slider .slide-item__title {
      font-size: 19px; }
    .template--elementaires .s-heading__slider .slide-item__txt p {
      font-size: 16px; } }

.template--elementaires .s-intro {
  padding: 34px 0; }
  .template--elementaires .s-intro__title {
    color: #008c8c;
    font-family: "NeoSansPro-Regular", sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0; }
  .template--elementaires .s-intro__txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #677379; }
    .template--elementaires .s-intro__txt b {
      font-family: "NeoSansPro-Regular", sans-serif;
      font-weight: bolder; }
  .template--elementaires .s-intro__btn {
    margin-top: 20px;
    text-align: center; }
    .template--elementaires .s-intro__btn .btn, .template--elementaires .s-intro__btn .articles__cta, .template--elementaires .s-intro__btn .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .template--elementaires .s-intro__btn button[type="submit"], .template--elementaires .s-intro__btn section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .template--elementaires .s-intro__btn .product-price__add-a-box {
      max-width: 285px; }
  @media screen and (min-width: 767px) {
    .template--elementaires .s-intro__title {
      font-size: 22px; } }
  @media screen and (min-width: 1024px) {
    .template--elementaires .s-intro {
      padding-left: 50px;
      padding-top: 40px; }
      .template--elementaires .s-intro__title {
        font-size: 24px; }
      .template--elementaires .s-intro__txt {
        margin-top: 45px;
        font-size: 16px; }
      .template--elementaires .s-intro__btn {
        margin-top: 30px; } }
  @media screen and (min-width: 1280px) {
    .template--elementaires .s-intro {
      padding-left: 100px; } }

.template--elementaires .s-conseils {
  padding: 30px 0 25px; }
  .template--elementaires .s-conseils__title {
    font-size: 20px;
    color: #677379;
    font-family: "Neo Sans Pro Medium", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: -30px; }
    .template--elementaires .s-conseils__title::after {
      content: '';
      width: 50px;
      height: 1px;
      background-color: #ef7900;
      display: block;
      margin-top: 20px; }
  .template--elementaires .s-conseils__btn {
    margin-top: 20px;
    text-align: center; }
    .template--elementaires .s-conseils__btn .btn, .template--elementaires .s-conseils__btn .articles__cta, .template--elementaires .s-conseils__btn .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .template--elementaires .s-conseils__btn button[type="submit"], .template--elementaires .s-conseils__btn section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .template--elementaires .s-conseils__btn .product-price__add-a-box {
      max-width: 280px; }
    .template--elementaires .s-conseils__btn img {
      width: 12px;
      margin-right: 10px;
      vertical-align: middle; }
  .template--elementaires .s-conseils__bloc {
    margin-top: 50px; }
    .template--elementaires .s-conseils__bloc__title {
      color: #677379;
      font-size: 18px;
      font-family: "Neo Sans Pro Medium", sans-serif;
      font-weight: 500;
      margin-bottom: 20px; }
    .template--elementaires .s-conseils__bloc__txt p {
      color: #677379;
      font-size: 16px;
      line-height: 1.5; }
      .template--elementaires .s-conseils__bloc__txt p b {
        font-family: "NeoSansPro-Regular", sans-serif;
        font-weight: bolder; }
    .template--elementaires .s-conseils__bloc .card-article {
      margin: 30px 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .template--elementaires .s-conseils__bloc .card-article__img {
        position: relative; }
        .template--elementaires .s-conseils__bloc .card-article__img::before {
          content: '';
          display: block;
          width: 100%;
          padding-top: 51%; }
        .template--elementaires .s-conseils__bloc .card-article__img > * {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .template--elementaires .s-conseils__bloc .card-article__header {
        margin: 15px 0 16px 15px; }
      .template--elementaires .s-conseils__bloc .card-article__title {
        margin: 0;
        font-size: 16px;
        color: #677379;
        font-family: "Neo Sans Pro Medium", sans-serif;
        font-weight: 500; }
      .template--elementaires .s-conseils__bloc .card-article__btn {
        text-align: center;
        margin-top: auto; }
      .template--elementaires .s-conseils__bloc .card-article .btn, .template--elementaires .s-conseils__bloc .card-article .articles__cta, .template--elementaires .s-conseils__bloc .card-article .informations-page .informations-table__content button[type="submit"], .informations-page .informations-table__content .template--elementaires .s-conseils__bloc .card-article button[type="submit"], .template--elementaires .s-conseils__bloc .card-article section.single-product .product-details__box .product-price__add-a-box, section.single-product .product-details__box .template--elementaires .s-conseils__bloc .card-article .product-price__add-a-box {
        max-width: 280px; }
      .template--elementaires .s-conseils__bloc .card-article .popup-info {
        font-size: 12px;
        margin-top: 8px;
        background-color: #E42F45;
        border-radius: 50px;
        font-family: "NeoSansPro-Regular", sans-serif;
        color: #fff;
        padding: 6px 12px 6px 30px;
        position: relative;
        cursor: pointer;
        margin-top: 8px;
        display: inline-block;
        line-height: 1; }
        .template--elementaires .s-conseils__bloc .card-article .popup-info span {
          font-size: 11px;
          border: 3px solid #FF6F80;
          font-family: "NeoSansPro-Regular", sans-serif;
          border-radius: 50%;
          width: 24px;
          height: 24px;
          text-align: center;
          line-height: 22px;
          position: absolute;
          top: 0;
          left: 0; }
      .template--elementaires .s-conseils__bloc .card-article--video .card-article__img::after {
        content: '\f04b';
        background-color: #008c8c;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        text-align: center;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 5;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        color: #fff;
        font-size: 11px;
        padding-left: 2px; }
    .template--elementaires .s-conseils__bloc .card-outils {
      margin-top: 15px;
      position: relative; }
      .template--elementaires .s-conseils__bloc .card-outils__img {
        position: relative;
        max-width: 300px;
        margin: 0 auto; }
        .template--elementaires .s-conseils__bloc .card-outils__img::before {
          content: '';
          display: block;
          width: 100%;
          padding-top: 35%; }
        .template--elementaires .s-conseils__bloc .card-outils__img > * {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .template--elementaires .s-conseils__bloc .card-outils__title {
        margin: 20px 0 0; }
        .template--elementaires .s-conseils__bloc .card-outils__title a {
          text-align: center;
          font-size: 16px;
          color: #677379;
          line-height: 1.3;
          display: block;
          transition: all .2s;
          font-family: "NeoSansPro-Regular", sans-serif;
          font-weight: 400; }
          .template--elementaires .s-conseils__bloc .card-outils__title a::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 5; }
    .template--elementaires .s-conseils__bloc__steps img {
      width: 100%;
      max-width: 208px; }
    .template--elementaires .s-conseils__bloc__steps .steps {
      padding: 0;
      counter-reset: step; }
      .template--elementaires .s-conseils__bloc__steps .steps-item {
        margin-top: 20px;
        font-size: 16px;
        color: #677379;
        line-height: 1.3;
        list-style-type: none;
        counter-increment: step;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .template--elementaires .s-conseils__bloc__steps .steps-item::before {
          content: counter(step);
          background-color: #ef7900;
          border-radius: 50%;
          color: #fff;
          font-family: "NeoSansPro-Regular", sans-serif;
          font-weight: bolder;
          font-size: 16px;
          width: 39px;
          height: 39px;
          text-align: center;
          line-height: 42px;
          display: block; }
        .template--elementaires .s-conseils__bloc__steps .steps-item p {
          width: calc(100% - 39px);
          padding-left: 24px;
          margin: 5px 0 0; }
          .template--elementaires .s-conseils__bloc__steps .steps-item p b {
            font-family: "NeoSansPro-Regular", sans-serif;
            font-weight: bolder;
            color: #ef7900; }
  @media screen and (min-width: 767px) {
    .template--elementaires .s-conseils__title {
      font-size: 22px; }
    .template--elementaires .s-conseils__bloc__cards {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px; }
    .template--elementaires .s-conseils__bloc .card-article {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 15px; }
    .template--elementaires .s-conseils__bloc .card-outils {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 15px; } }
  @media screen and (min-width: 1024px) {
    .template--elementaires .s-conseils {
      padding: 40px 0 10px 50px; }
      .template--elementaires .s-conseils__title {
        font-size: 24px;
        margin-bottom: -35px; }
      .template--elementaires .s-conseils__bloc {
        margin-top: 60px; }
        .template--elementaires .s-conseils__bloc .card-article {
          margin: 0 30px; }
          .template--elementaires .s-conseils__bloc .card-article .popup-info {
            font-size: 13px; }
          .template--elementaires .s-conseils__bloc .card-article--video .card-article__img::after {
            width: 40px;
            height: 40px;
            line-height: 40px; }
        .template--elementaires .s-conseils__bloc .card-outils {
          margin: 0 15px; }
          .template--elementaires .s-conseils__bloc .card-outils__title {
            padding: 0 20px; }
            .template--elementaires .s-conseils__bloc .card-outils__title a:hover {
              color: #ec6608; }
        .template--elementaires .s-conseils__bloc__cards.cards--article {
          margin: 30px -30px 0; }
        .template--elementaires .s-conseils__bloc__steps {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin: 0 -10px; }
          .template--elementaires .s-conseils__bloc__steps .steps {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-left: 20px;
            width: calc(100% - 208px); }
            .template--elementaires .s-conseils__bloc__steps .steps-item {
              text-align: center;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-flex: 1;
              -ms-flex: 1;
              flex: 1;
              padding: 0 10px;
              margin: 0; }
              .template--elementaires .s-conseils__bloc__steps .steps-item::before {
                margin: 0 0 18px; }
              .template--elementaires .s-conseils__bloc__steps .steps-item p {
                padding: 0; }
              .template--elementaires .s-conseils__bloc__steps .steps-item b {
                display: block; } }
  @media screen and (min-width: 1280px) {
    .template--elementaires .s-conseils {
      padding-left: 100px; }
      .template--elementaires .s-conseils__bloc__steps {
        margin: 0 -20px; }
        .template--elementaires .s-conseils__bloc__steps .steps {
          padding-left: 40px; }
          .template--elementaires .s-conseils__bloc__steps .steps-item {
            padding: 0 20px; } }

.template--elementaires .s-mentions {
  padding: 25px 0 40px; }
  .template--elementaires .s-mentions p {
    text-align: center;
    color: #b9b9b9;
    font-size: 10px;
    line-height: 1.4; }
  @media screen and (min-width: 1024px) {
    .template--elementaires .s-mentions {
      padding: 10px 0 36px; }
      .template--elementaires .s-mentions p {
        font-size: 12px; } }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName{
  width: auto!important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails{
  font-size: 12px!important;
}

html body #tarteaucitronRoot #tarteaucitronPrivacyUrl{
  display: none;
}
#tarteaucitronRoot .asCatToggleBtn{
  background-color: #111111!important;
}
footer .footer-infos a.tarteaucitron-showbanner-btn{
  background-color: #ecebeb;
  border: none;
  color: #677379;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  width: 175px;
  font-size: 12px;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2), 0 0px 1px 0 rgba(0,0,0,0.19);
  display: block;
  margin: 15px auto;
}

.cookies-page__container__description{
  padding: 0 40px 60px 40px;
}

.cookies-page__container__description h2{
  color: #008c8c;
  font-size: 20px;
  font-family: "Neo Sans Pro Medium";
  margin-top: 50px;
}
.cookies-page__container__description h3{
  color:#677379;
  font-size: 16px;
  margin-top: 40px;
}
.cookies-page__container__description p, .cookies-page__container__description li{
  color:#677379;
  font-size: 14px;
  line-height: 22px;
}

.cookies-page__container table{
  margin: 30px auto;
}
.cookies-page__container table tr td{
  font-size: 12px;
  height: auto;
  width: auto;
  word-break: initial;
}
.cookies-page__container table tr.head td{
  font-size: 14px;
  font-weight: bold;
}

.cookies-page__container a.btn{
  color: #EF7900;
  background-color: white;
  border: 1px solid #ef7900;
  margin: 15px 0;
}
.cookies-page__container a.btn:hover{
  color: white;
  background-color: #EF7900;
}

/* CUSTOM popin choice banner */
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices li.tarteaucitronLine{
  background-color:#f4f4f4 !important;color:#333 !important;padding:10px 5px 15px;}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices_mandatory li.tarteaucitronLine,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronDetails
{background-color:#fefefe !important;color:#333 !important;}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices li.tarteaucitronLine:hover {
  background-color:#ececec !important;}
#tarteaucitronRoot{ font-family: "Neo Sans Pro Light", Arial, sans-serif;}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
#tarteaucitronRoot .tarteaucitronTitle .asCatToggleBtn{background-color:#d6d6d6 !important;color:#333 !important;}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices_mandatory,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronTitle,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronTitle .asCatToggleBtn
{background-color:#d6d6d6 !important;color:#333 !important;}
#tarteaucitronRoot #tarteaucitron .tarteaucitronH1{
  font-size:20px;
  font-family: "Neo Sans Pro Medium", Arial, sans-serif;}
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert{padding: 15px;}
#tarteaucitronRoot #tarteaucitron .tarteaucitronH3{
  font-size: 16px;
  font-family: 'Neo Sans Pro';}
#tarteaucitronRoot #tarteaucitron #tarteaucitronInfo{
  font-size: 14px !important;}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3{
  font-weight: normal;
  font-family: "Neo Sans Pro Light", Arial, sans-serif;
  font-size: 12px;
  margin-top: 0;}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronLine{
  padding: 10px 5px 5px;
  margin-bottom: 0px;}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronTitle + [id^="tarteaucitronDetails"]{
padding: 10px 20px 10px 20px;}
@media screen and (max-width: 767px) {
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName{
    width: 100% !important; }
}
#tarteaucitronRoot .tarteaucitronTitle .asCatToggleBtn{
font-size:16px;
font-family: "Neo Sans Pro Medium", Arial, sans-serif;
font-weight: bold;
margin: 10px 0 0 0;
padding-left: 5px 20px;}
#tarteaucitronRoot #tarteaucitron #tarteaucitronPrivacyUrlDialog{border-radius: 4px;}

/* begin onload TAC Premium CSS patch */
#tarteaucitron, .tarteaucitron-display-none, #tarteaucitronBack{display: none;}
.tac_visually-hidden{position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0);}
#tarteaucitronRoot #tarteaucitronAlertBig{position: fixed;}
.tarteaucitronAlertBigBottom {bottom: 0;}
/* end onload TAC Premium CSS patch */