@charset "UTF-8";
/**********************************
*** CSS Généré par SASS COMPASS ***
*** Voir répertoire _dev        ***
**********************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*****Foundation global styles*****/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * 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; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-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 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 14px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0.28571rem; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.28571rem; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0.28571rem;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

/*****Foundation Typography*****/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 600;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #222;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.71429rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.42857rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.35714rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.28571rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.21429rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.14286rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.28571rem; }

  h2 {
    font-size: 2rem; }

  h3 {
    font-size: 1.71429rem; }

  h4 {
    font-size: 1.42857rem; }

  h5 {
    font-size: 1.28571rem; }

  h6 {
    font-size: 1.14286rem; } }
a {
  line-height: inherit;
  color: #e4386d;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #d71d56; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 85.71429rem;
  height: 0;
  margin: 1.42857rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.3; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 600; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.64286rem 1.42857rem 0 1.35714rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.92857rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #555;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.14286rem 0.35714rem 0.07143rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.14286rem 0.28571rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 0.28571rem; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 17.5px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }

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

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

  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }

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

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

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*****Foundation Forms*****/
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.42857rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0.28571rem;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #555;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #555; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0.28571rem; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #333; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.57143rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.92857rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0.28571rem 0 0 0.28571rem; }
  .input-group > :last-child > * {
    border-radius: 0 0.28571rem 0.28571rem 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.28571rem 0;
  padding: 1.42857rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.21429rem;
    padding: 0 0.21429rem;
    background: #fefefe; }

select {
  height: 2.42857rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0.28571rem;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #555;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.85714rem;
  font-weight: 600;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0.28571rem;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0.28571rem;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #e4386d; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.71429rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.85714rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.14286rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

/*****simple icons font*****/
@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-people:before {
  content: "\e001"; }

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

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

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

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

.icon-login:before {
  content: "\e066"; }

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

.icon-emotsmile:before {
  content: "\e021"; }

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

.icon-call-end:before {
  content: "\e048"; }

.icon-call-in:before {
  content: "\e047"; }

.icon-call-out:before {
  content: "\e046"; }

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

.icon-location-pin:before {
  content: "\e096"; }

.icon-direction:before {
  content: "\e042"; }

.icon-directions:before {
  content: "\e041"; }

.icon-compass:before {
  content: "\e045"; }

.icon-layers:before {
  content: "\e034"; }

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

.icon-list:before {
  content: "\e067"; }

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

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

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

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

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

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

.icon-arrow-up-circle:before {
  content: "\e078"; }

.icon-arrow-left-circle:before {
  content: "\e07a"; }

.icon-arrow-right-circle:before {
  content: "\e079"; }

.icon-arrow-down-circle:before {
  content: "\e07b"; }

.icon-check:before {
  content: "\e080"; }

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

.icon-plus:before {
  content: "\e095"; }

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

.icon-close:before {
  content: "\e082"; }

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

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

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

.icon-trophy:before {
  content: "\e006"; }

.icon-screen-smartphone:before {
  content: "\e010"; }

.icon-screen-desktop:before {
  content: "\e011"; }

.icon-plane:before {
  content: "\e012"; }

.icon-notebook:before {
  content: "\e013"; }

.icon-mustache:before {
  content: "\e014"; }

.icon-mouse:before {
  content: "\e015"; }

.icon-magnet:before {
  content: "\e016"; }

.icon-energy:before {
  content: "\e020"; }

.icon-disc:before {
  content: "\e022"; }

.icon-cursor:before {
  content: "\e06e"; }

.icon-cursor-move:before {
  content: "\e023"; }

.icon-crop:before {
  content: "\e024"; }

.icon-chemistry:before {
  content: "\e026"; }

.icon-speedometer:before {
  content: "\e007"; }

.icon-shield:before {
  content: "\e00e"; }

.icon-screen-tablet:before {
  content: "\e00f"; }

.icon-magic-wand:before {
  content: "\e017"; }

.icon-hourglass:before {
  content: "\e018"; }

.icon-graduation:before {
  content: "\e019"; }

.icon-ghost:before {
  content: "\e01a"; }

.icon-game-controller:before {
  content: "\e01b"; }

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

.icon-eyeglass:before {
  content: "\e01d"; }

.icon-envelope-open:before {
  content: "\e01e"; }

.icon-envelope-letter:before {
  content: "\e01f"; }

.icon-bell:before {
  content: "\e027"; }

.icon-badge:before {
  content: "\e028"; }

.icon-anchor:before {
  content: "\e029"; }

.icon-wallet:before {
  content: "\e02a"; }

.icon-vector:before {
  content: "\e02b"; }

.icon-speech:before {
  content: "\e02c"; }

.icon-puzzle:before {
  content: "\e02d"; }

.icon-printer:before {
  content: "\e02e"; }

.icon-present:before {
  content: "\e02f"; }

.icon-playlist:before {
  content: "\e030"; }

.icon-pin:before {
  content: "\e031"; }

.icon-picture:before {
  content: "\e032"; }

.icon-handbag:before {
  content: "\e035"; }

.icon-globe-alt:before {
  content: "\e036"; }

.icon-globe:before {
  content: "\e037"; }

.icon-folder-alt:before {
  content: "\e039"; }

.icon-folder:before {
  content: "\e089"; }

.icon-film:before {
  content: "\e03a"; }

.icon-feed:before {
  content: "\e03b"; }

.icon-drop:before {
  content: "\e03e"; }

.icon-drawer:before {
  content: "\e03f"; }

.icon-docs:before {
  content: "\e040"; }

.icon-doc:before {
  content: "\e085"; }

.icon-diamond:before {
  content: "\e043"; }

.icon-cup:before {
  content: "\e044"; }

.icon-calculator:before {
  content: "\e049"; }

.icon-bubbles:before {
  content: "\e04a"; }

.icon-briefcase:before {
  content: "\e04b"; }

.icon-book-open:before {
  content: "\e04c"; }

.icon-basket-loaded:before {
  content: "\e04d"; }

.icon-basket:before {
  content: "\e04e"; }

.icon-bag:before {
  content: "\e04f"; }

.icon-action-undo:before {
  content: "\e050"; }

.icon-action-redo:before {
  content: "\e051"; }

.icon-wrench:before {
  content: "\e052"; }

.icon-umbrella:before {
  content: "\e053"; }

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

.icon-tag:before {
  content: "\e055"; }

.icon-support:before {
  content: "\e056"; }

.icon-frame:before {
  content: "\e038"; }

.icon-size-fullscreen:before {
  content: "\e057"; }

.icon-size-actual:before {
  content: "\e058"; }

.icon-shuffle:before {
  content: "\e059"; }

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

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

.icon-rocket:before {
  content: "\e05c"; }

.icon-question:before {
  content: "\e05d"; }

.icon-pie-chart:before {
  content: "\e05e"; }

.icon-pencil:before {
  content: "\e05f"; }

.icon-note:before {
  content: "\e060"; }

.icon-loop:before {
  content: "\e064"; }

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

.icon-grid:before {
  content: "\e06a"; }

.icon-graph:before {
  content: "\e06b"; }

.icon-microphone:before {
  content: "\e063"; }

.icon-music-tone-alt:before {
  content: "\e061"; }

.icon-music-tone:before {
  content: "\e062"; }

.icon-earphones-alt:before {
  content: "\e03c"; }

.icon-earphones:before {
  content: "\e03d"; }

.icon-equalizer:before {
  content: "\e06c"; }

.icon-like:before {
  content: "\e068"; }

.icon-dislike:before {
  content: "\e06d"; }

.icon-control-start:before {
  content: "\e06f"; }

.icon-control-rewind:before {
  content: "\e070"; }

.icon-control-play:before {
  content: "\e071"; }

.icon-control-pause:before {
  content: "\e072"; }

.icon-control-forward:before {
  content: "\e073"; }

.icon-control-end:before {
  content: "\e074"; }

.icon-volume-1:before {
  content: "\e09f"; }

.icon-volume-2:before {
  content: "\e0a0"; }

.icon-volume-off:before {
  content: "\e0a1"; }

.icon-calendar:before {
  content: "\e075"; }

.icon-bulb:before {
  content: "\e076"; }

.icon-chart:before {
  content: "\e077"; }

.icon-ban:before {
  content: "\e07c"; }

.icon-bubble:before {
  content: "\e07d"; }

.icon-camrecorder:before {
  content: "\e07e"; }

.icon-camera:before {
  content: "\e07f"; }

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

.icon-cloud-upload:before {
  content: "\e084"; }

.icon-envelope:before {
  content: "\e086"; }

.icon-eye:before {
  content: "\e087"; }

.icon-flag:before {
  content: "\e088"; }

.icon-heart:before {
  content: "\e08a"; }

.icon-info:before {
  content: "\e08b"; }

.icon-key:before {
  content: "\e08c"; }

.icon-link:before {
  content: "\e08d"; }

.icon-lock:before {
  content: "\e08e"; }

.icon-lock-open:before {
  content: "\e08f"; }

.icon-magnifier:before {
  content: "\e090"; }

.icon-magnifier-add:before {
  content: "\e091"; }

.icon-magnifier-remove:before {
  content: "\e092"; }

.icon-paper-clip:before {
  content: "\e093"; }

.icon-paper-plane:before {
  content: "\e094"; }

.icon-power:before {
  content: "\e097"; }

.icon-refresh:before {
  content: "\e098"; }

.icon-reload:before {
  content: "\e099"; }

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

.icon-star:before {
  content: "\e09b"; }

.icon-symbol-female:before {
  content: "\e09c"; }

.icon-symbol-male:before {
  content: "\e09d"; }

.icon-target:before {
  content: "\e09e"; }

.icon-credit-card:before {
  content: "\e025"; }

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

.icon-social-tumblr:before {
  content: "\e00a"; }

.icon-social-twitter:before {
  content: "\e009"; }

.icon-social-facebook:before {
  content: "\e00b"; }

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

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

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

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

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

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

.icon-social-skype:before {
  content: "\e60f"; }

.icon-social-dribbble:before {
  content: "\e00d"; }

.icon-social-behance:before {
  content: "\e610"; }

.icon-social-foursqare:before {
  content: "\e611"; }

.icon-social-soundcloud:before {
  content: "\e612"; }

.icon-social-spotify:before {
  content: "\e613"; }

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

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

.icon-social-dropbox:before {
  content: "\e00c"; }

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

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

/*****Poppins font*****/
@font-face {
  font-family: 'poppinslight';
  src: url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*****Slick slide components*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* 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%);
  -ms-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: "simple-line-icons";
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  /*height: 100%;*/
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: inline-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; }

.slick-vertical {
  padding-top: 2.28571rem; }
  .slick-vertical .slick-prev {
    top: 0;
    left: 50%;
    margin-left: -10px;
    transform: rotate(90deg); }
  .slick-vertical .slick-next {
    bottom: -16px;
    top: inherit;
    right: 50%;
    margin-right: -10px;
    transform: rotate(90deg); }

/*****theme utiliteis*****/
.row {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }

.row-nest {
  margin-right: -0.71429rem;
  margin-left: -0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .row-nest {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    .row-nest {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }

b {
  font-weight: 600; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }
.clearfix::after {
  clear: both; }

.btn {
  padding: 0.71em 1em 0.5rem;
  -moz-border-radius: 0.28571rem;
  -webkit-border-radius: 0.28571rem;
  border-radius: 0.28571rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  text-align: center;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.2; }
  .btn.btn-default {
    background-color: #e4386d;
    color: #fff; }
    .btn.btn-default:hover, .btn.btn-default:focus {
      background-color: #222;
      color: #fff; }
  .btn.btn-primary {
    background-color: #222;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #e4386d;
      color: #fff; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.3rem 1.5rem 0.3rem 0.5rem; }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

@media screen and (min-width: 64em) {
  .img_zoom {
    display: block;
    overflow: hidden; }
    .img_zoom img {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .img_zoom:hover img {
      -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
      -webkit-transform: scale(1.25);
      transform: scale(1.25); } }
.error, .success {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0.28571rem;
  background-color: #fdf3e4;
  color: #555;
  width: calc(100% - 20px);
  margin: 0 0.71429rem 3rem; }
  @media print, screen and (min-width: 40em) {
    .error, .success {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .error > :first-child, .success > :first-child {
    margin-top: 0; }
  .error > :last-child, .success > :last-child {
    margin-bottom: 0; }

.success, .alert {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0.28571rem;
  margin-bottom: 3rem; }
  .success > :first-child, .alert > :first-child {
    margin-top: 0; }
  .success > :last-child, .alert > :last-child {
    margin-bottom: 0; }

.success {
  background-color: #e7f4e7;
  color: #555; }

.alert {
  background-color: #fdf3e4;
  color: #555; }

.warning_inline {
  color: #da0f00; }

.require {
  color: #da0f00; }

/*****file input product-page*****/
.file-input {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  float: left;
  z-index: 10;
  font-family: Helvetica, Arial, serif; }

.file-input input {
  text-transform: capitalize;
  cursor: pointer;
  font-size: 32px;
  margin-bottom: 0;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  outline: none; }

.file-input .btn {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin-bottom: 0; }

.file-input .file-holder {
  margin-top: 4px;
  display: block;
  float: left;
  margin-left: 4px;
  font-size: 11px; }

.customizationUploadBrowse {
  position: relative; }

.customizationUploadLine .customizationUploadBrowseDescription.active_block {
  background: #e5e6e9;
  border: 1px solid #a19ea9; }

.file-input .file-holder {
  margin: 0;
  width: 151px;
  text-align: left;
  padding: 0 10px; }

/*****side bar css CMS ans Gallery*****/
@media screen and (max-width: 63.9375em) {
  #nq_gallery_push {
    display: none; } }
#cpb_blog, #cpb_env, #cpb_faq, #cpb_lex {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  transition: background-color 0.25s ease-out, color 0.25s ease-out; }
  #cpb_blog:hover, #cpb_env:hover, #cpb_faq:hover, #cpb_lex:hover {
    background-color: #f8f8f8; }

#cpb_blog {
  text-align: center; }
  #cpb_blog .cpb_blog_titre {
    display: block;
    position: relative;
    font-size: 1.42857rem;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem; }
    #cpb_blog .cpb_blog_titre::after {
      font-family: "simple-line-icons";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e07d";
      position: absolute;
      right: 50%;
      font-size: 3rem;
      top: -10px;
      margin-right: -90px;
      color: #e4386d; }
  #cpb_blog .cpb_blog_para {
    color: #555;
    display: block;
    margin-bottom: 0.71429rem; }
  #cpb_blog .cpb_blog_link {
    background-color: #222;
    color: #fff;
    display: inline-block;
    margin-bottom: 0; }
    #cpb_blog .cpb_blog_link:hover, #cpb_blog .cpb_blog_link:focus {
      background-color: #a01640;
      color: #fff; }

#cpb_env {
  text-align: left;
  position: relative; }
  #cpb_env .cpb_env_titre {
    display: block;
    position: relative;
    font-size: 1.42857rem;
    color: #222;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  #cpb_env .cpb_env_para {
    color: #555;
    display: block;
    position: relative;
    padding-left: 65px; }
    #cpb_env .cpb_env_para::before {
      position: absolute;
      left: -5px;
      top: 5px;
      display: inline-block;
      width: 60px;
      height: 60px;
      content: "";
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDU0LjA0NSw1MDIuNDc4TDQzMi40NDQsOTUuNDgxYy0wLjI1NC00LjgwMS00LjIyMS04LjU2NS05LjAzLTguNTY1SDMyMi40NzNWNjYuNDcyQzMyMi40NzMsMjkuODE5LDI5Mi42NTMsMCwyNTUuOTk5LDAgICAgYy0zNi42NTIsMC02Ni40NzIsMjkuODE5LTY2LjQ3Miw2Ni40NzJ2MjAuNDQ1SDg4LjU4N2MtNC44MDksMC04Ljc3NiwzLjc2My05LjAzLDguNTY1TDU3Ljk1NSw1MDIuNDc4ICAgIGMtMC4xMzEsMi40NzgsMC43NjEsNC45MDEsMi40NjgsNi43MDJjMS43MDcsMS44MDEsNC4wOCwyLjgyLDYuNTYyLDIuODJoMzc4LjAzYzIuNDgyLDAsNC44NTQtMS4wMiw2LjU2Mi0yLjgyICAgIEM0NTMuMjg2LDUwNy4zNzksNDU0LjE3OCw1MDQuOTU2LDQ1NC4wNDUsNTAyLjQ3OHogTTIwNy42MTQsNjYuNDcyYzAtMjYuNjc5LDIxLjcwNS00OC4zODYsNDguMzg2LTQ4LjM4NiAgICBjMjYuNjc5LDAsNDguMzg2LDIxLjcwNSw0OC4zODYsNDguMzg2djIwLjQ0NWgtOTYuNzcxVjY2LjQ3MnogTTc2LjUyMSw0OTMuOTEzbDIwLjY0Mi0zODguOTFoOTIuMzY1djQzLjg2NiAgICBjMCw0Ljk5NCw0LjA0OSw5LjA0Myw5LjA0Myw5LjA0M3M5LjA0My00LjA0OSw5LjA0My05LjA0M3YtNDMuODY2aDk2Ljc3MXY0My44NjZjMCw0Ljk5NCw0LjA0OSw5LjA0Myw5LjA0Myw5LjA0MyAgICBjNC45OTQsMCw5LjA0My00LjA0OSw5LjA0My05LjA0M3YtNDMuODY2aDkyLjM2NWwyMC42NDIsMzg4LjkxSDc2LjUyMXoiIGZpbGw9IiM3YWQ2MjgiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zNjIuNTA4LDIwOS43MmgtMjYuMzJjLTEwNy45MzIsMC0xOTUuNzM5LDg3LjgwOS0xOTUuNzM5LDE5NS43Mzl2MjYuMzJjMCw0Ljk5NCw0LjA0OSw5LjA0Myw5LjA0Myw5LjA0M2gyNi4zMiAgICBjMTA3LjkzMiwwLDE5NS43MzktODcuODA5LDE5NS43MzktMTk1LjczOXYtMjYuMzIxQzM3MS41NTIsMjEzLjc2OSwzNjcuNTAzLDIwOS43MiwzNjIuNTA4LDIwOS43MnogTTMzNi4xODksMjI3LjgwNmg0LjQ4N3YwLjAwMSAgICBsLTU2LjM1Nyw1Ni4zNTdsLTMuNzA1LTQ3LjQ0NUMyOTguMTA1LDIzMC45NDMsMzE2Ljc4NiwyMjcuODA2LDMzNi4xODksMjI3LjgwNnogTTI2My4wMDcsMjQzLjU4OGw0LjQ4Myw1Ny40MDJsLTU1LjQ2Miw1NS40NjIgICAgbC04LjI3My02OS4yNzJDMjIwLjE2NiwyNjguODI4LDI0MC4zMTcsMjUzLjg4OCwyNjMuMDA3LDI0My41ODh6IE0xNTguNTM1LDQwNS40NmMwLTM2LjEyNiwxMC44NS02OS43NjIsMjkuNDQ2LTk3LjgzOCAgICBsNy43NzUsNjUuMTA1bC0zNy4yMjEsMzcuMjIxVjQwNS40NnogTTE3NS44MTEsNDIyLjczNmgtNC40ODhsNzQuNzAzLTc0LjcwNGw2OS41MSw2LjY1ICAgIEMyODIuOTgzLDM5Ni4wOTQsMjMyLjQ1LDQyMi43MzYsMTc1LjgxMSw0MjIuNzM2eiBNMzUzLjQ2NSwyNDUuMDgzYzAsMzMuODktOS41NDQsNjUuNTktMjYuMDc3LDkyLjU2NGwtNjQuNzc3LTYuMTk4ICAgIGw5MC44NTQtOTAuODU0VjI0NS4wODN6IiBmaWxsPSIjN2FkNjI4Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==); }

#cpb_faq {
  text-align: center; }
  #cpb_faq .cpb_faq_titre {
    display: block;
    position: relative;
    font-size: 1.42857rem;
    color: #e4386d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem; }
    #cpb_faq .cpb_faq_titre::before {
      font-family: "simple-line-icons";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e04a";
      position: absolute;
      left: 50%;
      font-size: 3rem;
      top: -10px;
      margin-left: -75px;
      color: #222; }
  #cpb_faq .cpb_faq_para {
    color: #555;
    display: block;
    margin-bottom: 0.71429rem; }
  #cpb_faq .cpb_faq_link {
    background-color: #e4386d;
    color: #fff;
    display: inline-block;
    margin-bottom: 0; }
    #cpb_faq .cpb_faq_link:hover, #cpb_faq .cpb_faq_link:focus {
      background-color: #222;
      color: #fff; }

#cpb_lex {
  position: relative;
  padding-right: 65px; }
  #cpb_lex::after {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: inline-block;
    width: 70px;
    height: 70px;
    content: "";
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDI4LjM2NiAyOC4zNjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI4LjM2NiAyOC4zNjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNS4xNTksMTYuNjVsLTIuMDM0LDUuNTI1aDEuNzA5bDAuMjQ4LTAuNzloMS43NTZsMC4yMzIsMC43OWgxLjc2NEw2LjgyMiwxNi42NUg1LjE1OXogTTUuNDUzLDIwLjIwMmwwLjUzNC0xLjcwM2gwLjAxNiAgICBsMC40OTUsMS43MDNINS40NTN6IiBmaWxsPSIjZTQzODZkIi8+CgkJPHBhdGggZD0iTTExLjA1OCwxMy4wMzljMC4yMzItMC4wNzIsMC40MzgtMC4xNzgsMC42MTgtMC4zMTdjMC4xODEtMC4xNCwwLjMyNy0wLjMxMywwLjQzOC0wLjUyMiAgICBjMC4xMTEtMC4yMDgsMC4xNjctMC40NTIsMC4xNjctMC43MzFjMC0wLjIwMS0wLjAyNy0wLjM4LTAuMDgyLTAuNTM0Yy0wLjA1NC0wLjE1NS0wLjEyNS0wLjI4OC0wLjIxMy0wLjM5OCAgICBjLTAuMDg3LTAuMTEtMC4xODktMC4yMDMtMC4zMDUtMC4yNzRjLTAuMTE3LTAuMDczLTAuMjM2LTAuMTI5LTAuMzYtMC4xNzFjMC4yMDYtMC4xMTMsMC4zNzEtMC4yNTIsMC40OTUtMC40MTcgICAgYzAuMTIzLTAuMTY2LDAuMTg2LTAuMzg3LDAuMTg2LTAuNjY2YzAtMC4xMzktMC4wMjMtMC4yOTEtMC4wNy0wLjQ1M2MtMC4wNDYtMC4xNjMtMC4xMzUtMC4zMTMtMC4yNjctMC40NTMgICAgYy0wLjEzMi0wLjEzOS0wLjMxMy0wLjI1My0wLjU0Mi0wLjM0NGMtMC4yMy0wLjA5LTAuNTI1LTAuMTM2LTAuODg2LTAuMTM2SDcuMjExdjUuNTI1aDMuMTM0ICAgIEMxMC41ODcsMTMuMTQ3LDEwLjgyNSwxMy4xMTEsMTEuMDU4LDEzLjAzOXogTTguOTE0LDguOTM4aDAuODk3YzAuMTc2LDAsMC4zMTYsMC4wMjgsMC40MjIsMC4wODUgICAgYzAuMTA2LDAuMDU3LDAuMTU5LDAuMTU1LDAuMTU5LDAuMjk0YzAsMC4xOC0wLjA1MSwwLjMwMi0wLjE1NSwwLjM2NGMtMC4xMDMsMC4wNjItMC4yNDUsMC4wOTItMC40MjYsMC4wOTJIOC45MTRWOC45Mzh6ICAgICBNOS45MTIsMTEuODMySDguOTE0di0xLjAyOWgxLjA2OGMwLjM5NywwLDAuNTk1LDAuMTY3LDAuNTk1LDAuNTAyYzAsMC4xMDgtMC4wMTgsMC4xOTYtMC4wNTQsMC4yNjMgICAgYy0wLjAzNiwwLjA2Ny0wLjA4NCwwLjEyMS0wLjE0NywwLjE1OWMtMC4wNjIsMC4wMzktMC4xMzMsMC4wNjYtMC4yMTMsMC4wODFDMTAuMDgzLDExLjgyNSw5Ljk5OSwxMS44MzIsOS45MTIsMTEuODMyeiIgZmlsbD0iI2U0Mzg2ZCIvPgoJCTxwYXRoIGQ9Ik0xMy44MTUsMTUuNzk3YzAuMDgtMC4xNDYsMC4xODgtMC4yNjIsMC4zMjEtMC4zNDhjMC4xMzUtMC4wODksMC4zMDItMC4xMzMsMC41MDQtMC4xMzNjMC4xNzQsMCwwLjMxOCwwLjAzNCwwLjQyOCwwLjEwMiAgICBjMC4xMTEsMC4wNjYsMC4yMDEsMC4xNDQsMC4yNjgsMC4yMzFzMC4xMTMsMC4xNzcsMC4xMzksMC4yNjdjMC4wMjYsMC4wOTEsMC4wNDUsMC4xNjIsMC4wNTUsMC4yMTNoMS42NTYgICAgYy0wLjA3NC0wLjY5Ni0wLjMxNi0xLjIzMy0wLjczMi0xLjYxMmMtMC40MTUtMC4zNzktMS4wMDQtMC41NzEtMS43NjctMC41NzdjLTAuNDI4LDAtMC44MTUsMC4wNy0xLjE1NywwLjIwOSAgICBjLTAuMzQ0LDAuMTM5LTAuNjM4LDAuMzM2LTAuODgyLDAuNTg4Yy0wLjI0NiwwLjI1NC0wLjQzNCwwLjU1OS0wLjU2NSwwLjkxNGMtMC4xMzEsMC4zNTYtMC4xOTgsMC43NS0wLjE5OCwxLjE4NCAgICBjMCwwLjQwOCwwLjA2MywwLjc4OSwwLjE4NiwxLjE0M2MwLjEyNCwwLjM1NCwwLjMwNiwwLjY1OSwwLjU0NiwwLjkxN2MwLjI0LDAuMjU4LDAuNTMyLDAuNDYxLDAuODc3LDAuNjEgICAgYzAuMzQ2LDAuMTQ5LDAuNzQzLDAuMjI1LDEuMTkyLDAuMjI1YzAuNDAyLDAsMC43Ni0wLjA2OCwxLjA3NS0wLjIwMnMwLjU3OS0wLjMxLDAuNzkzLTAuNTI4YzAuMjE1LTAuMjIsMC4zNzctMC40NjcsMC40ODctMC43MzkgICAgYzAuMTEtMC4yNzMsMC4xNjctMC41NSwwLjE2Ny0wLjgyOGgtMS42NzJjLTAuMDI1LDAuMTI5LTAuMDYxLDAuMjUtMC4xMDQsMC4zNjRjLTAuMDQzLDAuMTEzLTAuMTAxLDAuMjExLTAuMTcsMC4yOTMgICAgYy0wLjA3LDAuMDgyLTAuMTU0LDAuMTQ2LTAuMjU1LDAuMTkzYy0wLjEwMSwwLjA0Ny0wLjIyMywwLjA2OS0wLjM2NywwLjA2OWMtMC4yMDIsMC0wLjM2OS0wLjA0NC0wLjUwNC0wLjEzMSAgICBjLTAuMTM0LTAuMDg4LTAuMjQxLTAuMjA1LTAuMzIxLTAuMzQ5Yy0wLjA4LTAuMTQ1LTAuMTM3LTAuMzA4LTAuMTczLTAuNDg2Yy0wLjAzNy0wLjE4Mi0wLjA1NC0wLjM2NC0wLjA1NC0wLjU1MSAgICBjMC0wLjE4NiwwLjAxNy0wLjM2NywwLjA1NC0wLjU0OUMxMy42NzgsMTYuMTAzLDEzLjczNSwxNS45NDEsMTMuODE1LDE1Ljc5N3oiIGZpbGw9IiNlNDM4NmQiLz4KCQk8cGF0aCBkPSJNMjAuOTE0LDAuMjI3Yy00LjEwNywwLTcuNDUsMi4yOTgtNy40NSw1LjEyNGMwLDEuNjAyLDEuMDg4LDMuMTA1LDIuOTI3LDQuMDcxTDE0Ljk2LDExLjkybDAuNjE3LTAuMDk0ICAgIGMwLjA0MS0wLjAwOCw0LjE0OS0wLjY0NCw2Ljk3LTEuNDgxYzMuNjk4LTEuMDk2LDUuODE5LTIuOTE1LDUuODE5LTQuOTkzQzI4LjM2NiwyLjUyNSwyNS4wMjMsMC4yMjcsMjAuOTE0LDAuMjI3eiBNMjEuNjYyLDguMTI0ICAgIGgtMS42MDlWNi41OTJoMS42MDlWOC4xMjR6IE0yMi45NzEsNC42MzhjLTAuMDYzLDAuMTQ3LTAuMTQ0LDAuMjY5LTAuMjQ0LDAuMzY3Yy0wLjEwMiwwLjA5OS0wLjIxMywwLjE4LTAuMzM4LDAuMjQ0ICAgIGMtMC4xMjMsMC4wNjUtMC4yNSwwLjEzLTAuMzc3LDAuMTk3Yy0wLjA4OSwwLjA0Ni0wLjE2LDAuMDkzLTAuMjE4LDAuMTM5cy0wLjEwMSwwLjA5Ni0wLjEzMiwwLjE0NyAgICBjLTAuMDMsMC4wNTEtMC4wNTMsMC4xMS0wLjA2NCwwLjE3OGMtMC4wMTMsMC4wNjctMC4wMiwwLjE0NC0wLjAyLDAuMjMyaC0xLjQzMmMtMC4wMDYtMC4wNzgtMC4wMDgtMC4xNzYtMC4wMDgtMC4yOTUgICAgYzAtMC4xMjMsMC4wMTYtMC4yNSwwLjA0Ny0wLjM3OWMwLjAzLTAuMTI4LDAuMDg0LTAuMjU1LDAuMTYyLTAuMzc5YzAuMDc3LTAuMTI1LDAuMTktMC4yMjcsMC4zNC0wLjMwOSAgICBjMC4wNjItMC4wMzIsMC4xMzUtMC4wNjUsMC4yMTctMC4xMDFjMC4wODItMC4wMzcsMC4xNjItMC4wNzcsMC4yMzYtMC4xMjFjMC4wNzMtMC4wNDMsMC4xMzctMC4wOTYsMC4xODgtMC4xNTkgICAgYzAuMDUyLTAuMDYyLDAuMDc3LTAuMTM2LDAuMDc3LTAuMjI0YzAtMC4yNjMtMC4xNDktMC4zOTYtMC40NDktMC4zOTZjLTAuMTg2LDAtMC4zMTYsMC4wNjctMC4zOTUsMC4yMDEgICAgYy0wLjA3OCwwLjEzNC0wLjEwOCwwLjI4Ny0wLjA5MiwwLjQ1N2gtMS42MTdDMTguODY5LDQuMTk5LDE4LjkxOCwzLjk1OSwxOSwzLjcyNWMwLjA4My0wLjIzNCwwLjIwOS0wLjQ0NCwwLjM3OS0wLjYzICAgIHMwLjM4OS0wLjMzNiwwLjY1My0wLjQ1M2MwLjI2Ni0wLjExNiwwLjU5LTAuMTc0LDAuOTcyLTAuMTc0YzAuMzc3LDAsMC42OTQsMC4wNSwwLjk1MiwwLjE1MXMwLjQ2NiwwLjIzLDAuNjI2LDAuMzg3ICAgIGMwLjE2LDAuMTU3LDAuMjc3LDAuMzMsMC4zNTIsMC41MTljMC4wNzUsMC4xODgsMC4xMTcsMC4zNjcsMC4xMjcsMC41MzhDMjMuMDYyLDQuMjk5LDIzLjAzMiw0LjQ5MSwyMi45NzEsNC42Mzh6IiBmaWxsPSIjZTQzODZkIi8+CgkJPHBhdGggZD0iTTE4LjEzNSwyNi44NUgxLjI5VjMuMThoMTEuNzNjMC4yMjktMC40NjMsMC41NTEtMC44OTcsMC45NTMtMS4yOUgwdjI2LjI0OWgxOS40MjR2LTE2LjE0ICAgIGMtMC40NDcsMC4wOTUtMC44ODIsMC4xODEtMS4yODksMC4yNjFWMjYuODV6IiBmaWxsPSIjZTQzODZkIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==); }
  #cpb_lex .cpb_lex_titre {
    display: block;
    position: relative;
    font-size: 1.42857rem;
    color: #222;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  #cpb_lex .cpb_lex_para {
    color: #555;
    display: block; }
    #cpb_lex .cpb_lex_para > span {
      display: block;
      font-size: 1.5em;
      font-weight: 600;
      color: #222; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '├ù';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }
/*****Theme structure*****/
/*****Header*****/
/*** Header ***/
/* Nav bar top */
#nav_wrapper {
  background-color: #222;
  color: #fff; }
  #nav_wrapper .nav_top {
    max-width: 85.71429rem;
    margin-right: auto;
    margin-left: auto; }
    #nav_wrapper .nav_top::before, #nav_wrapper .nav_top::after {
      display: table;
      content: ' '; }
    #nav_wrapper .nav_top::after {
      clear: both; }
  #nav_wrapper a {
    color: #fff;
    font-size: 1.14286rem;
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0.85714rem 1.07143rem;
    text-align: center; }
    #nav_wrapper a span {
      display: block;
      font-size: 0.71429rem; }
    @media screen and (min-width: 40em) {
      #nav_wrapper a {
        font-size: 1.14286rem;
        text-transform: uppercase;
        width: auto;
        float: none; }
        #nav_wrapper a span {
          display: inline-block;
          font-size: 1.14286rem; } }
    #nav_wrapper a:hover {
      color: #fff;
      background-color: #e4386d; }
  #nav_wrapper i {
    margin-right: 0.35714rem; }
  #nav_wrapper .contact_option {
    float: left;
    width: 50%; }
    @media screen and (min-width: 40em) {
      #nav_wrapper .contact_option {
        display: none; } }
  #nav_wrapper .links_option {
    float: right;
    width: 50%; }
    @media screen and (min-width: 40em) {
      #nav_wrapper .links_option {
        width: auto; } }
  @media screen and (max-width: 63.9375em) {
    #nav_wrapper.headroom {
      will-change: transform;
      transition: transform 200ms linear; }
    #nav_wrapper.headroom--pinned {
      transform: translateY(0%); }
    #nav_wrapper.headroom--unpinned {
      transform: translateY(-100%); }
    #nav_wrapper.headroom--pinned {
      position: fixed;
      right: 0;
      left: 0;
      top: 0;
      z-index: 1000; }
    #nav_wrapper.headroom--top {
      position: relative; } }

/*Header*/
#header_wrapper {
  background-color: #fff;
  color: #222; }

#header {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }
  #header::before, #header::after {
    display: table;
    content: ' '; }
  #header::after {
    clear: both; }
  #header .block-logo {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    text-align: center;
    padding-top: 0.71429rem;
    padding-bottom: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      #header .block-logo {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
  #header .headline, #header #header_call {
    display: none; }
  @media screen and (min-width: 40em) {
    #header .block-logo {
      padding-bottom: 0;
      text-align: left; }
      #header .block-logo a {
        display: block; }
    #header .headline, #header #header_call {
      display: block;
      text-align: left; }
    #header .headline {
      padding: 0.35714rem 0 1.42857rem; }
      #header .headline .txt_push {
        line-height: 1;
        margin-bottom: 0;
        font-size: 1.28571rem;
        font-weight: 400;
        letter-spacing: normal;
        padding: 0; }
      #header .headline b {
        color: #e4386d;
        font-weight: 600; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #header .block-logo, #header .headline {
      width: 58.33333%;
      float: left;
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
    #header .block-logo, #header .headline {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #header .headline {
      width: 58.33333%;
      float: left;
      padding-right: 0.71429rem;
      padding-left: 0.71429rem;
      clear: both; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
    #header .headline {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #header #header_call {
      float: none !important; } }
  @media screen and (min-width: 64em) {
    #header .block-logo, #header .headline, #header #header_call {
      width: 33.33333%;
      float: left;
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #header .block-logo, #header .headline, #header #header_call {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    #header .block-logo {
      padding-top: 1.42857rem;
      padding-bottom: 1.42857rem; }
    #header .headline {
      font-size: 1.28571rem;
      text-transform: uppercase;
      text-align: center;
      padding: 2.57143rem 0 0.71429rem; }
      #header .headline span {
        display: block; } }
  @media screen and (min-width: 75em) {
    #header .headline {
      padding: 3.57143rem 0 0.71429rem; } }

/*****General content*****/
#page, .container {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  #page::before, #page::after, .container::before, .container::after {
    display: table;
    content: ' '; }
  #page::after, .container::after {
    clear: both; }

.avWidgetImage {
  display: none; }

#center_column {
  padding-top: 1.42857rem; }
  @media screen and (min-width: 64em) {
    #center_column {
      padding-top: 2.85714rem; } }
  #index #center_column {
    padding-top: 0; }

h1, .h1 {
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    h1, .h1 {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

.breadcrumb {
  font-size: 0.85714rem;
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .breadcrumb {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .breadcrumb a {
    color: #888; }
    .breadcrumb a:hover {
      color: #e4386d; }
  .breadcrumb .navigation-pipe {
    margin: 0 0.35714rem; }

.title_home_cat, .title_accessories {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  font-weight: 300;
  color: #222;
  font-size: 1.28571rem;
  margin-top: 0.71429rem;
  margin-bottom: 0;
  line-height: 1.3; }
  @media print, screen and (min-width: 40em) {
    .title_home_cat, .title_accessories {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) {
    .title_home_cat, .title_accessories {
      font-size: 1.71429rem; } }
  .title_home_cat span, .title_accessories span {
    font-weight: 600; }

#pagination {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600; }
  @media print, screen and (min-width: 40em) {
    #pagination {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  #pagination a {
    color: #fff; }
    #pagination a:hover {
      color: #222; }
  #pagination > div {
    background-color: #e4386d;
    padding-top: 0.71429rem; }
  #pagination .product_per_page {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    margin-bottom: 0.71429rem;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      #pagination .product_per_page {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 64em) {
      #pagination .product_per_page {
        width: 41.66667%;
        text-align: left; } }
    #pagination .product_per_page p {
      margin-bottom: 0; }
    #pagination .product_per_page label, #pagination .product_per_page select {
      display: inline-block; }
    #pagination .product_per_page label {
      padding-right: 0.71429rem;
      color: #fff;
      vertical-align: middle;
      padding-bottom: 0.42857rem;
      font-weight: 600; }
    #pagination .product_per_page select {
      margin-bottom: 0;
      width: 3.92857rem; }
  #pagination .pagination_block {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    text-align: center;
    margin-bottom: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      #pagination .pagination_block {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 64em) {
      #pagination .pagination_block {
        text-align: right;
        width: 58.33333%; } }
  #pagination .pagination {
    margin-left: 0;
    margin-bottom: 1rem;
    list-style: none;
    margin: 0; }
    #pagination .pagination::before, #pagination .pagination::after {
      display: table;
      content: ' '; }
    #pagination .pagination::after {
      clear: both; }
    #pagination .pagination li {
      margin-right: 0.07143rem;
      border-radius: 0.28571rem;
      font-size: 1rem;
      display: none; }
      #pagination .pagination li:last-child, #pagination .pagination li:first-child {
        display: inline-block; }
      @media print, screen and (min-width: 40em) {
        #pagination .pagination li {
          display: inline-block; } }
    #pagination .pagination a,
    #pagination .pagination button {
      display: block;
      padding: 0.42857rem 0.78571rem;
      border-radius: 0.28571rem;
      color: #fff; }
      #pagination .pagination a:hover,
      #pagination .pagination button:hover {
        background: #a01640; }
    #pagination .pagination .current {
      padding: 0.42857rem 0.78571rem;
      background: #fff;
      color: #e4386d;
      cursor: default; }
    #pagination .pagination .disabled {
      padding: 0.42857rem 0.78571rem;
      color: #f6bfd0;
      cursor: not-allowed; }
      #pagination .pagination .disabled:hover {
        background: transparent; }
    #pagination .pagination .truncate {
      padding: 0.42857rem 0.78571rem;
      content: '\2026';
      color: #fff; }

.confirmation, .home-btn {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .confirmation, .home-btn {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

.content_only {
  clear: both;
  padding-left: 0.71429rem;
  padding-right: 0.71429rem;
  width: 100%; }

.footer_links {
  list-style: none;
  margin: 0 0 2rem 0; }

/*****Footer*****/
/* Call to action */
.sub_footer {
  background-color: #e4386d; }
  .sub_footer .sub_footer_bloc {
    color: #fff; }
  .sub_footer .sub_footer_title, .sub_footer .call_cnt {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      .sub_footer .sub_footer_title, .sub_footer .call_cnt {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
  .sub_footer .sub_footer_title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 1rem;
    margin-bottom: 0.71429rem;
    font-size: 1.42857rem; }
    .sub_footer .sub_footer_title:before {
      font-family: "simple-line-icons";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e04a";
      margin-right: 1rem;
      vertical-align: middle; }
    @media screen and (min-width: 40em) {
      .sub_footer .sub_footer_title {
        width: 41.66667%;
        text-align: left;
        font-size: 1.71429rem;
        padding-top: 1.42857rem;
        padding-bottom: 1.42857rem; } }
    @media screen and (min-width: 64em) {
      .sub_footer .sub_footer_title {
        font-size: 2.57143rem; }
        .sub_footer .sub_footer_title:before {
          font-size: 2em; } }
  .sub_footer .call_cnt {
    text-align: center;
    padding-bottom: 1rem; }
    .sub_footer .call_cnt p {
      line-height: 1.2;
      margin-bottom: 0; }
    .sub_footer .call_cnt .localprice, .sub_footer .call_cnt .clock {
      text-transform: none;
      font-size: 0.85714rem;
      font-weight: 600; }
    .sub_footer .call_cnt .localprice {
      margin-top: 0.35714rem; }
    @media screen and (min-width: 40em) {
      .sub_footer .call_cnt {
        text-align: right;
        text-transform: uppercase;
        padding-top: 1.42857rem;
        padding-bottom: 1.42857rem;
        width: 58.33333%; }
        .sub_footer .call_cnt .phone {
          font-size: 1.71429rem; } }
    @media screen and (min-width: 64em) {
      .sub_footer .call_cnt .phone {
        font-size: 2.28571rem; }
      .sub_footer .call_cnt .localprice {
        font-size: 1rem; } }

/* reassurances */
.wrapper_rea {
  background-color: #f8f8f8;
  padding-top: 1rem; }
  .wrapper_rea ul {
    list-style: none;
    margin: 0; }
    @media screen and (min-width: 40em) {
      .wrapper_rea ul {
        display: flex;
        align-items: center;
        justify-content: center; } }
  .wrapper_rea li {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      .wrapper_rea li {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 40em) {
      .wrapper_rea li {
        width: 25%; } }
  .wrapper_rea a {
    position: relative;
    padding-left: 2.85714rem;
    display: inline-block; }
    .wrapper_rea a:before {
      font-family: "simple-line-icons";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: color-default;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -15px;
      font-size: 2.14286rem; }
    .wrapper_rea a.livraison:before {
      content: "\e036"; }
    .wrapper_rea a.environnement:before {
      content: "\e098"; }
    .wrapper_rea a.chrono:before {
      content: "\e081"; }
    .wrapper_rea a.quantite:before {
      content: "\e034"; }
    .wrapper_rea a .big {
      color: #222;
      font-size: 1.14286rem;
      line-height: 1;
      display: block; }
    .wrapper_rea a .small {
      color: #888;
      font-size: 0.85714rem;
      display: block;
      line-height: 1.2; }
    @media screen and (min-width: 64em) {
      .wrapper_rea a {
        padding-left: 3.57143rem; }
        .wrapper_rea a:before {
          margin-top: -20px;
          font-size: 2.85714rem; }
        .wrapper_rea a .big {
          font-size: 1.28571rem;
          font-weight: 600;
          margin-bottom: 0.35714rem; }
        .wrapper_rea a .small {
          font-size: 1rem; } }

/* footer*/
.wrapper_footer {
  background-color: #fff; }

.wrapper_bottom_footer {
  background-color: #222;
  color: #fff;
  padding: 0.85714rem; }
  .wrapper_bottom_footer a {
    color: #cccccc; }
    .wrapper_bottom_footer a:hover {
      color: #e4386d; }

#footer {
  color: #555;
  font-size: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem; }
  #footer a {
    color: #333; }
    #footer a:hover {
      color: #e4386d; }
  #footer p.title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.14286rem; }
  #footer ul {
    margin-left: 0; }
    #footer ul li {
      list-style: none; }

@media screen and (max-width: 39.9375em) {
  #footer {
    padding-top: 0;
    padding-bottom: 0; }

  #cms-footer li {
    width: 50%;
    float: left; }
    #cms-footer li a {
      padding-top: 0.71429rem;
      padding-bottom: 0.71429rem; } }
@media screen and (min-width: 40em) {
  #contact-footer, #cms-footer, #nq_navigation_footer, #avis-footer {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #contact-footer, #cms-footer, #nq_navigation_footer, #avis-footer {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

@media screen and (min-width: 40em) {
  #contact-footer, #cms-footer, #avis-footer {
    width: 33.33333%; }

  #nq_navigation_footer {
    display: none; } }
@media screen and (min-width: 64em) {
  #nq_navigation_footer {
    display: block; }

  #nq_navigation_footer, #cms-footer, #contact-footer, #avis-footer {
    width: 25%; } }
#contact-footer p {
  word-wrap: break-word; }
  #contact-footer p.street, #contact-footer p.phone {
    margin: 0 0.35714rem 0 0; }
  #contact-footer p.city {
    margin-bottom: 1.14286rem; }
  #contact-footer p.mail {
    margin-bottom: 0; }

.block-footer {
  padding: 0; }
  .block-footer .title-sm {
    display: none; }
  .block-footer .title-xs {
    cursor: pointer;
    background-color: #e4386d;
    color: #fff;
    border-bottom: 1px solid #cd1c52;
    margin-bottom: 0;
    display: block;
    padding: 0.85714rem 0.71429rem;
    position: relative;
    line-height: 1em; }
    .block-footer .title-xs:after {
      font-family: "simple-line-icons";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e604";
      float: right;
      transform: rotate(0);
      -moz-transform: rotate(0);
      -webkit-transform: rotate(0);
      -o-transform: rotate(0);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .block-footer .title-xs.active:after {
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg); }
  .block-footer#avis-footer .title-xs {
    border-bottom: none; }
  .block-footer .content {
    display: none;
    clear: both;
    padding: 1rem 0.71429rem; }
  @media screen and (min-width: 40em) {
    .block-footer .title-sm {
      display: block;
      color: #e4386d; }
    .block-footer .title-xs {
      display: none; }
    .block-footer .content {
      display: block !important;
      padding: 0; } }

.wrapper_bottom_footer .copyright {
  float: left;
  font-size: 0.85714rem;
  line-height: 19px; }
.wrapper_bottom_footer .logo_paiement {
  float: right; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

/*****Category*****/
.top-category {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .top-category {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

.content-category .hook_block_layered {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .content-category .hook_block_layered {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    .content-category .hook_block_layered {
      width: 25%; } }
.content-category .listint-category {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .content-category .listint-category {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    .content-category .listint-category {
      width: 75%; } }
.content-category #pagination, .content-category .warning {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .content-category #pagination, .content-category .warning {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

.cat_desc {
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  box-shadow: none;
  overflow: hidden;
  color: #555;
  padding-top: 1rem;
  font-size: 1rem;
  color: #333; }
#contener_descr2.cat_desc {
	background: #fff;
} 
.cat_desc #text_descr2.description {
	width:90%;
	margin: 0 auto;
	text-align: justify;
	float: none;
}
  .cat_desc > :last-child {
    margin-bottom: 0; }
  .cat_desc .description {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    padding-bottom: 1rem;
    float: right; }
    @media print, screen and (min-width: 40em) {
      .cat_desc .description {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 40em) {
      .cat_desc .description {
        width: 75%; } }
    .cat_desc .description p {
      line-height: 1.2; }
    .cat_desc .description a {
      text-decoration: underline; }
      .cat_desc .description a:hover {
        text-decoration: none; }
    .cat_desc .description ul {
      list-style: disc;
      margin-bottom: 0.71429rem; }
      .cat_desc .description ul li {
        margin-bottom: 0.35714rem; }
  .cat_desc .cat-img {
    display: none; }
    @media screen and (min-width: 40em) {
      .cat_desc .cat-img {
        width: 25%;
        float: left;
        padding-right: 0.71429rem;
        padding-left: 0.71429rem;
        display: block;
        padding-bottom: 1rem;
        text-align: center; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .cat_desc .cat-img {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

.description ul.options {
  list-style: none;
  margin-left: 0; }
  .description ul.options li:before {
    font-family: "simple-line-icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5em;
    color: #e4386d; }
  .description ul.options li.qte:before {
    content: "\e034"; }
  .description ul.options li.print:before {
    content: "\e03e"; }
  .description ul.options li.delai:before {
    content: "\e081"; }
.description.product_desc ul {
  list-style: none;
  margin-left: 0; }

/*****Product-list*****/
#product_list {
  margin-right: -0.71429rem;
  margin-left: -0.71429rem;
  list-style: none;
  margin: 0;
  padding-top: 1rem; }
  @media print, screen and (min-width: 40em) {
    #product_list {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    #product_list {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  #product_list .ajax_block_product {
    width: 50%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    position: relative;
    overflow: hidden; }
    @media print, screen and (min-width: 40em) {
      #product_list .ajax_block_product {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    #product_list .ajax_block_product:nth-child(odd) {
      clear: both; }
    @media screen and (min-width: 40em) {
      #product_list .ajax_block_product {
        width: 33.33333%; }
        #product_list .ajax_block_product:nth-child(odd) {
          clear: none; }
        #product_list .ajax_block_product:nth-child(3n+1) {
          clear: both; } }
  #product_list .top {
    position: relative;
    overflow: hidden; }
  #product_list .block_price {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #555;
    padding: 0.35714rem 0;
    font-size: 0.85714rem; }
    @media screen and (min-width: 40em) {
      #product_list .block_price {
        padding: 0.71429rem 0; } }
    #product_list .block_price small {
      display: block; }
    #product_list .block_price .price {
      color: #e4386d; }
  @media screen and (min-width: 40em) {
    #product_list .description {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 64em) {
    #product_list .title:hover .block_price {
      color: #fff; } }
  #product_list .title {
    text-align: center;
    padding-bottom: 1.2rem; }
    @media screen and (min-width: 40em) {
      #product_list .title {
        padding-bottom: 1.4rem; } }
    #product_list .title img {
      border: 1px solid #ccc;
      background-color: #fff;
      transition: background 0.8s ease-in-out; }
    #product_list .title .title_cat {
      color: #e4386d;
      font-size: 0.85714rem;
      line-height: 1.2rem;
      margin-top: 0.71429rem;
      min-height: 2.4rem; }
      @media screen and (min-width: 40em) {
        #product_list .title .title_cat {
          font-size: 1.14286rem; } }
  #product_list .description {
    font-size: 0.85714rem; }
    @media screen and (min-width: 40em) {
      #product_list .description {
        display: block; } }
    #product_list .description p {
      line-height: 1.2; }
      @media screen and (min-width: 64em) {
        #product_list .description p {
          min-height: 6rem; } }
  #product_list .btn-personnaliser {
    background-color: #e4386d;
    color: #fff;
    display: none; }
    #product_list .btn-personnaliser:hover, #product_list .btn-personnaliser:focus {
      background-color: #222;
      color: #fff; }
  @media screen and (min-width: 64em) {
    #product_list .title:hover img {
      background-color: #222; }
    #product_list .title:hover .description ul {
      display: none; }
    #product_list .title:hover .btn-personnaliser {
      display: block; } }

/*****Product*****/
#pb-right-column, #pb-left-column {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #pb-right-column, #pb-left-column {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) {
    #pb-right-column, #pb-left-column {
      width: 50%; } }

#pb-right-column #image-block {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #pb-right-column #image-block {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    #pb-right-column #image-block {
      width: 83.33333%;
      display: block;
      float: right; } }
#pb-right-column #views_block {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  float: left;
  width: 100%;
  margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    #pb-right-column #views_block {
      width: 16.66667%;
      float: left;
      padding-right: 0.71429rem;
      padding-left: 0.71429rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #pb-right-column #views_block {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

  #pb-right-column #views_block a {
    display: block;
    border: 1px solid #ccc;
    margin-right: 0.35714rem;
    text-align: center; }
    @media screen and (min-width: 64em) {
      #pb-right-column #views_block a {
        margin-right: 0;
        margin-bottom: 0.35714rem; } }

#buy_block {
  clear: both;
  border: 1px solid #ccc;
  padding-top: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
  min-height: 150px; }
  #buy_block .right, #buy_block .left {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    padding-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      #buy_block .right, #buy_block .left {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 64em) {
      #buy_block .right, #buy_block .left {
        width: 50%; } }
  @media screen and (min-width: 64em) {
    #buy_block .right {
      float: right;
      text-align: right; } }
  #buy_block p {
    margin-bottom: 0; }
  #buy_block .our_price_display {
    font-size: 1.42857rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px; }
  #buy_block .prix_ttc {
    font-size: 1.14286rem; }
  #buy_block #price_ttc_product {
    color: #e4386d;
    font-weight: 600; }

.block_devis_push .intro {
  color: #fff;
  line-height: 1.5em;
  font-size: 1.14286rem; }
  @media screen and (min-width: 40em) {
    .block_devis_push .intro {
      font-size: 1rem;
      line-height: 1.1em; } }

#availability_statut {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  padding-bottom: 1rem;
  line-height: 1.3; }
  #availability_statut::before, #availability_statut::after {
    display: table;
    content: ' '; }
  #availability_statut::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    #availability_statut {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

.description-produit .title_accordion, .description_block .title_accordion {
  padding: 0.71429rem 1rem;
  color: #fff;
  background-color: #222;
  text-transform: uppercase;
  font-size: 1.42857rem; }
  .description-produit .title_accordion i, .description_block .title_accordion i {
    margin-right: 0.71429rem; }
  @media screen and (max-width: 63.9375em) {
    .description-produit .title_accordion, .description_block .title_accordion {
      font-size: 1.14286rem; }
      .description-produit .title_accordion:after, .description_block .title_accordion:after {
        font-family: "simple-line-icons";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e604";
        float: right;
        transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .description-produit .title_accordion.active:after, .description_block .title_accordion.active:after {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg); } }
.description-produit .title_accordion, .description_block .title_accordion {
  margin-bottom: 1rem; }
.description-produit p, .description_block p {
  line-height: 1.3;
  margin-bottom: 0.35714rem; }
.description-produit .content_accordion, .description_block .content_accordion {
  display: none;
  padding-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .description-produit .content_accordion, .description_block .content_accordion {
      display: block; } }

@media screen and (min-width: 64em) {
  .description_block .title_accordion {
    display: none; } }
#attributes .title_accordion, .customization_block .title_accordion {
  padding: 0.71429rem 1rem;
  color: #fff;
  background-color: #e4386d;
  text-transform: uppercase;
  font-size: 1.42857rem; }
  #attributes .title_accordion i, .customization_block .title_accordion i {
    margin-right: 0.71429rem; }
  @media screen and (max-width: 63.9375em) {
    #attributes .title_accordion, .customization_block .title_accordion {
      font-size: 1.14286rem; }
      #attributes .title_accordion:after, .customization_block .title_accordion:after {
        font-family: "simple-line-icons";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e604";
        float: right;
        transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      #attributes .title_accordion.active:after, .customization_block .title_accordion.active:after {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg); } }
@media screen and (min-width: 40em) {
  #attributes .title_accordion:after, .customization_block .title_accordion:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg); } }
#attributes .content_accordion, .customization_block .content_accordion {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #f8f8f8;
  padding-top: 1rem;
  display: none; }
  #attributes .content_accordion::before, #attributes .content_accordion::after, .customization_block .content_accordion::before, .customization_block .content_accordion::after {
    display: table;
    content: ' '; }
  #attributes .content_accordion::after, .customization_block .content_accordion::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    #attributes .content_accordion, .customization_block .content_accordion {
      display: block;
      overflow: visible !important;
    }}
@media screen and (max-width: 39.9375em) {
    #attributes .content_accordion, .customization_block .content_accordion {
      overflow: visible !important; } }
  #attributes .content_accordion label, .customization_block .content_accordion label {
    width: 83.33333%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      #attributes .content_accordion label, .customization_block .content_accordion label {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 64em) {
      #attributes .content_accordion label, .customization_block .content_accordion label {
        width: 33.33333%;
        float: left;
        padding-right: 0.35714rem;
        padding-left: 0.35714rem;
        text-align: right;
        padding-top: 0.35714rem; } }
  #attributes .content_accordion .select, .customization_block .content_accordion .select {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      #attributes .content_accordion .select, .customization_block .content_accordion .select {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 64em) {
      #attributes .content_accordion .select, .customization_block .content_accordion .select {
        width: 58.33333%;
        float: left;
        padding-right: 0.35714rem;
        padding-left: 0.35714rem; } }
  #attributes .content_accordion .block_description, .customization_block .content_accordion .block_description {
    width: 16.66667%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    float: right;
    text-align: right; }
    @media screen and (min-width: 64em) {
      #attributes .content_accordion .block_description, .customization_block .content_accordion .block_description {
        width: 8.33333%; } }
#attributes .block_description, .customization_block .block_description {
  position: relative; }
  #attributes .block_description .sprite_help::before, .customization_block .block_description .sprite_help::before {
    font-family: "simple-line-icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e05d";
    font-size: 1.57143rem; }
    @media screen and (min-width: 64em) {
      #attributes .block_description .sprite_help::before, .customization_block .block_description .sprite_help::before {
        line-height: 2.28571rem; } }
  #attributes .block_description .description_attr, .customization_block .block_description .description_attr {
    display: none; }
  #attributes .block_description:hover .sprite_help::before, .customization_block .block_description:hover .sprite_help::before {
    color: #e4386d; }
  #attributes .block_description:hover .description_attr, .customization_block .block_description:hover .description_attr {
    display: block;
    position: absolute;
    right: 0;
    width: 280px;
    bottom: 40px;
    background-color: #222;
    padding: 0.71429rem;
    margin-right: 0.71429rem;
    font-size: 0.85714rem;
    color: #fff;
    text-align: justify;
    z-index: 50;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    @media screen and (min-width: 64em) {
      #attributes .block_description:hover .description_attr, .customization_block .block_description:hover .description_attr {
        width: 450px; } }
    #attributes .block_description:hover .description_attr::after, .customization_block .block_description:hover .description_attr::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      border-color: #222 transparent transparent transparent;
      display: inline-block;
      position: absolute;
      right: 6px;
      bottom: -8px; }

@media screen and (max-width: 63.9375em) {
  #attributes .title_accordion {
    border-bottom: 1px solid #cd1c52; }
    #attributes .title_accordion.active {
      border-bottom: none; } }
#uploadable_files {
  list-style: none;
  margin: 0; }
  @media screen and (max-width: 63.9375em) {
    #uploadable_files .content_accordion {
      padding-top: 3rem; } }
  #uploadable_files .customizationUploadLine {
    position: relative;
    margin-bottom: 1rem; }
    #uploadable_files .customizationUploadLine::before, #uploadable_files .customizationUploadLine::after {
      display: table;
      content: ' '; }
    #uploadable_files .customizationUploadLine::after {
      clear: both; }
  #uploadable_files .customizationUploadBrowseDescription {
    margin-left: 1rem;
    width: 50%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    background: #fff;
    border: 1px solid #ccc;
    height: 32px;
    text-indent: -150px;
    overflow: hidden;
    color: #333;
    padding-top: 0.35714rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    @media print, screen and (min-width: 40em) {
      #uploadable_files .customizationUploadBrowseDescription {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 64em) {
      #uploadable_files .customizationUploadBrowseDescription {
        margin-left: calc(33% + 5px);
        width: 33.33333%;
        text-indent: -150px;
        overflow: visible; } }
  #uploadable_files .img_upload {
    position: absolute;
    top: 6px;
    width: 15px;
    height: 15px;
    z-index: 10;
    left: 20px; }
    @media screen and (min-width: 64em) {
      #uploadable_files .img_upload {
        left: calc(33% + 5px); } }
    #uploadable_files .img_upload > img {
      display: none;
      margin-top: -25px;
      margin-left: 20px;
      position: absolute; }
    #uploadable_files .img_upload:hover > img {
      display: block; }
  #uploadable_files .customizationUploadBrowse {
    width: calc(50% - 1rem);
    float: left;
    padding-left: 0.71429rem; }
    @media screen and (min-width: 64em) {
      #uploadable_files .customizationUploadBrowse {
        width: calc(33% - 5px); } }
  #uploadable_files .btn-file-input {
    background-color: #e4386d;
    color: #fff; }
    #uploadable_files .btn-file-input:hover, #uploadable_files .btn-file-input:focus {
      background-color: #a01640;
      color: #fff; }
  #uploadable_files .btn.suppr {
    background-color: #222;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    display: none; }
    #uploadable_files .btn.suppr:hover, #uploadable_files .btn.suppr:focus {
      background-color: #a01640;
      color: #fff; }
  #uploadable_files .btn-file-input-active {
    display: none; }
  #uploadable_files .block_description {
    width: 25%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    float: right; }

#text_fields {
  list-style: none;
  margin: 0; }
  #text_fields .textarea {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      #text_fields .textarea {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
  #text_fields textarea::placeholder {
    color: #555; }

#product .block_devis_push .left-box, #product .block_devis_push .right-box {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #product .block_devis_push .left-box, #product .block_devis_push .right-box {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    #product .block_devis_push .left-box, #product .block_devis_push .right-box {
      width: 50%; } }

#reassurances_product {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: -0.71429rem;
  margin-left: -0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #reassurances_product {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    #reassurances_product {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  #reassurances_product .push_slider {
    list-style: none;
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      #reassurances_product .push_slider {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 64em) {
      #reassurances_product .push_slider {
        width: 50%; } }
  #reassurances_product a.rea-product {
    color: #222; }
    #reassurances_product a.rea-product:hover {
      text-decoration: underline; }
  #reassurances_product p {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDcwIDcwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3MCA3MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjYuNDc0LDcwYy0yLjE3NiwwLTQuMjM0LTEuMDE4LTUuNTU3LTIuNzY0TDMuMDQ5LDQzLjYzOUMwLjcyNSw0MC41NywxLjMzLDM2LjIsNC4zOTksMzMuODc1ICAgICBjMy4wNzQtMi4zMjYsNy40NDEtMS43MTcsOS43NjYsMS4zNWwxMS43NTIsMTUuNTE4TDU1LjQ3NCwzLjI4NWMyLjAzNS0zLjI2NSw2LjMzMi00LjI2NCw5LjYwNC0yLjIzMiAgICAgYzMuMjY4LDIuMDM0LDQuMjY2LDYuMzM0LDIuMjMsOS42MDJsLTM0LjkxNiw1Ni4wNmMtMS4yMTMsMS45NDktMy4zMDcsMy4xNzUtNS42LDMuMjc5QzI2LjY4NSw2OS45OTgsMjYuNTgsNzAsMjYuNDc0LDcweiIgZmlsbD0iIzYzYzIxZiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-origin: content-box;
    background-position: -1.5rem 4px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-left: 1.5rem;
    margin-bottom: 0.57143rem;
    line-height: 1.2; }
    #reassurances_product p > span {
      font-size: 12px;
      color: #555; }

.guide {
  margin-right: -0.35714rem;
  margin-left: -0.35714rem;
  padding-top: 0.71429rem; }
  .guide::before, .guide::after {
    display: table;
    content: ' '; }
  .guide::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .guide {
      margin-right: -0.35714rem;
      margin-left: -0.35714rem; } }
  @media print, screen and (min-width: 64em) {
    .guide {
      margin-right: -0.35714rem;
      margin-left: -0.35714rem; } }
  .guide .link {
    width: 100%;
    float: left;
    padding-right: 0.35714rem;
    padding-left: 0.35714rem;
    padding-bottom: 0.71429rem; }
    @media screen and (min-width: 64em) {
      .guide .link {
        width: 50%; } }
    .guide .link a {
      display: block;
      background-origin: content-box;
      background-position: -60px -5px;
      background-repeat: no-repeat;
      background-size: 50px 50px;
      background-color: #f8f8f8;
      padding: 0.71429rem 0.71429rem 0.35714rem 5rem;
      height: 60px;
      color: #555;
      position: relative;
      transition: background-color 0.25s ease-out, color 0.25s ease-out; }
      .guide .link a .lg {
        display: block;
        color: #222;
        font-size: 1.42857rem;
        text-transform: uppercase;
        line-height: 1;
        transition: background-color 0.25s ease-out, color 0.25s ease-out; }
      .guide .link a:hover {
        background-color: #222;
        color: #fff; }
        .guide .link a:hover .lg {
          color: #fff; }
      .guide .link a::after {
        font-family: "simple-line-icons";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px; }
  .guide .guide_pantone {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyOTUuMjM4IDI5NS4yMzgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5NS4yMzggMjk1LjIzODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjI1LjMzOCwyMDBsNjAuNTM4LTM0Ljk1MmwtNDcuNjE5LTgyLjQ3NmwtNjAuNTQzLDM0Ljk1MmwzNC45NTItNjAuNTM4bC04Mi40OC00Ny42MTlMOTUuMjM4LDY5LjlWMEgwdjI0Ny42MTkgICAgIGMwLDI2LjI1NywyMS4zNjIsNDcuNjE5LDQ3LjYxOSw0Ny42MTloMjQ3LjYxOVYyMDBIMjI1LjMzOHogTTIzNC43NjcsOTUuNTgxbDM4LjA5NSw2NS45ODFMMjA2LjI4NiwyMDBINTQuMDFMMjM0Ljc2Nyw5NS41ODF6ICAgICAgTTEzMy42NzYsMjIuMzc2bDY1Ljk4MSwzOC4wOTVsLTM4LjQ0Myw2Ni41NzZMMjkuMzQzLDIwMy4xODZMMTMzLjY3NiwyMi4zNzZ6IE05LjUyNCw5LjUyNGg3Ni4xOXY3Ni44NzFMOS41MjQsMjE4LjM2MlY5LjUyNHogICAgICBNNDcuNjE5LDI4NS43MTRjLTIxLjAwNSwwLTM4LjA5NS0xNy4wOS0zOC4wOTUtMzguMDk1YzAtNi41NjIsMS42NjctMTIuNzM4LDQuNi0xOC4xMzNsMC4wMzMsMC4wMTlsMC44MzMtMS40NDggICAgIGMzLjIxLTUuMzMzLDcuNjc2LTkuODA1LDEzLTEzLjAyNGwxLjk1Ny0xLjEyOWM1LjI5LTIuNzg2LDExLjI5NS00LjM4MSwxNy42NzEtNC4zODFoMjM4LjA5NXY3Ni4xOTFINDcuNjE5eiIgZmlsbD0iI2U0Mzg2ZCIvPgoJCQk8cGF0aCBkPSJNNDcuNjIsMjIzLjgwOWMtMTMuMTI5LDAtMjMuODEsMTAuNjgxLTIzLjgxLDIzLjgxYzAsMTMuMTI5LDEwLjY4MSwyMy44MSwyMy44MSwyMy44MSAgICAgYzEzLjEyOSwwLDIzLjgxLTEwLjY4MSwyMy44MS0yMy44MUM3MS40MywyMzQuNDksNjAuNzQ5LDIyMy44MDksNDcuNjIsMjIzLjgwOXogTTQ3LjYxOSwyNjEuOTA1ICAgICBjLTcuODc2LDAtMTQuMjg2LTYuNDEtMTQuMjg2LTE0LjI4NmMwLTcuODc2LDYuNDEtMTQuMjg2LDE0LjI4Ni0xNC4yODZjNy44NzYsMCwxNC4yODYsNi40MSwxNC4yODYsMTQuMjg2ICAgICBDNjEuOTA1LDI1NS40OTUsNTUuNDk1LDI2MS45MDUsNDcuNjE5LDI2MS45MDV6IiBmaWxsPSIjZTQzODZkIi8+CgkJCTxyZWN0IHg9IjEwNC43NjIiIHk9IjI2MS45MDUiIHdpZHRoPSIxNjEuOTA1IiBoZWlnaHQ9IjkuNTI0IiBmaWxsPSIjZTQzODZkIi8+CgkJCTxyZWN0IHg9IjgwLjk1MiIgeT0iMjYxLjkwNSIgd2lkdGg9IjE0LjI4NiIgaGVpZ2h0PSI5LjUyNCIgZmlsbD0iI2U0Mzg2ZCIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K); }
  .guide .guide_impression {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI5MC4zODMgMjkwLjM4MyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkwLjM4MyAyOTAuMzgzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPHBhdGggaWQ9InBhdGgyMjc0MCIgZD0iTTU4Ljk1Myw1My42NjFjLTIuMjEzLDAuMTE0LTQuMTMxLDEuNTcyLTQuODMyLDMuNjc0QzQ2LjM2Niw4MC42LDMzLjM0Myw5Ny41NzgsMjEuNzQyLDExNS4zMjEgICBTMCwxNTEuODcyLDAsMTc3LjQ5OWMwLDMyLjY0OCwyNi41ODIsNTkuMjMsNTkuMjMsNTkuMjNjMTcuMDgsMCwzMi40ODktNy4yODQsNDMuMzExLTE4Ljg5NiAgIGMxMC43MzUsMTEuMzk0LDI1Ljk4MywxOC41MTIsNDIuODQyLDE4LjUxMmMxNi45ODQsMCwzMi4zMDQtNy4yNDcsNDMuMDU3LTE4Ljc5OWMxMC43NDgsMTEuNTU3LDI2LjEwMSwxOC43OTksNDMuMDk4LDE4Ljc5OSAgIGMzMi40NDEsMCw1OC44NDYtMjYuNDA1LDU4Ljg0Ni01OC44NDZjMC0yNS41MjctMTAuMDktNDQuMjQxLTIxLjY4LTYxLjk2N3MtMjQuNjQ0LTM0Ljc0MS0zMi40MjItNTguMDc2ICAgYy0wLjcxMS0yLjEzMi0yLjc1Ni0zLjUyNy01LTMuNDEyYy0yLjA1NSwwLjEwNi0zLjgzNSwxLjQ2LTQuNDg2LDMuNDEyYy05LjE0NCwyNy40MzMtMjUuNzIsNDYuMTQ0LTM4LjMzOCw2Ny41MjcgICBjLTEuODk0LTMuMjAxLTMuODc2LTYuMzQzLTUuOTA4LTkuNDUxYy0xMS41OS0xNy43MjYtMjQuNjQ0LTM0Ljc0MS0zMi40MjItNTguMDc2Yy0wLjcxMS0yLjEzMi0yLjc1Ni0zLjUyNy01LTMuNDEyICAgYy0yLjA1NSwwLjEwNi0zLjgzNSwxLjQ2LTQuNDg2LDMuNDEyYy05LjA5MSwyNy4yNzItMjUuNTI5LDQ1LjkyMS0zOC4xMTksNjcuMTQ4Yy0xLjg2NS0zLjE0NC0zLjgxLTYuMjMyLTUuODA1LTkuMjgzICAgQzg1LjExNiw5Ny41NzgsNzIuMDkzLDgwLjYsNjQuMzM4LDU3LjMzNUM2My41NzIsNTUuMDM5LDYxLjM3LDUzLjUzNyw1OC45NTMsNTMuNjYxeiBNMTQ1LjQxNiw3Mi44MzUgICBjOC4zMDYsMTguOTY4LDE5LjM5OCwzMy44NDYsMjguNzY0LDQ4LjE3YzExLjI5NSwxNy4yNzUsMjAuMDQ5LDMzLjU2LDIwLjA0OSw1Ni40OTRjMCwyNy4wMzYtMjEuODA5LDQ4Ljg0Ni00OC44NDYsNDguODQ2ICAgYy0xNC41OTcsMC0yNy42MjktNi4zODctMzYuNTc2LTE2LjUwMmMxLjI1OC0xLjkyMSwyLjQwNy0zLjkxOSwzLjQzOS01Ljk4NmM3Ljk5Miw5LjY3NSwxOS4zNjcsMTYuMTIzLDMxLjk4MiwxNy44ODcgICBjMS4zNjMsMC4yMTksMi42NDYtMC43MDksMi44NjUtMi4wNzJzLTAuNzA5LTIuNjQ2LTIuMDcyLTIuODY1Yy0wLjAzMy0wLjAwNS0wLjA2Ni0wLjAxLTAuMS0wLjAxNCAgIGMtMTIuMjI0LTEuNzA5LTIzLjE1MS04LjI5My0zMC4zODktMTguMTI5YzIuNTI4LTYuNTc4LDMuOTI4LTEzLjcwOSwzLjkyOC0yMS4xNjRjMC0xNi41MDMtNC4yMTctMzAuMTcxLTEwLjMxMS00Mi41NTUgICBDMTE4LjU5NCwxMTUuODU2LDEzNC40NDUsOTcuOTksMTQ1LjQxNiw3Mi44MzV6IE0yMzEuNTcsNzIuODM1YzguMzA2LDE4Ljk2OCwxOS4zOTgsMzMuODQ2LDI4Ljc2NCw0OC4xNyAgIGMxMS4yOTUsMTcuMjc1LDIwLjA0OSwzMy41NiwyMC4wNDksNTYuNDk0YzAsMjcuMDM2LTIxLjgwOSw0OC44NDYtNDguODQ2LDQ4Ljg0NmMtMTQuNzQxLDAtMjcuODkxLTYuNTEtMzYuODQ0LTE2Ljc5OSAgIGMxLjI2LTEuOTMyLDIuNDE1LTMuOTM4LDMuNDQ1LTYuMDE4YzguMDA1LDkuODU1LDE5LjQ4OCwxNi40MzIsMzIuMjQ0LDE4LjIxNWMxLjM2MywwLjIxOSwyLjY0Ni0wLjcwOSwyLjg2NS0yLjA3MiAgIHMtMC43MDktMi42NDYtMi4wNzItMi44NjVjLTAuMDMzLTAuMDA1LTAuMDY2LTAuMDEtMC4xLTAuMDE0Yy0xMi4zNzctMS43My0yMy40Mi04LjQ2My0zMC42NTQtMTguNTA0ICAgYzIuNDUzLTYuNDY5LDMuODA3LTEzLjQ3MywzLjgwNy0yMC43ODljMC0xNi4zMjktNC4xMzgtMjkuODYzLTEwLjE0Ni00Mi4xNDFDMjA0LjUyMiwxMTYuMTE0LDIyMC41Miw5OC4xNzIsMjMxLjU3LDcyLjgzNXogICAgTTU5LjIzLDczLjcwNmM4LjI5MSwxOC42NzEsMTkuMjM1LDMzLjM4MSwyOC40NzMsNDcuNTFjMTEuMjg0LDE3LjI1NywxOS45ODgsMzMuNDQ4LDE5Ljk4OCw1Ni4yODMgICBjMCwyNi44MjgtMjEuNjMzLDQ4LjQ2My00OC40NjEsNDguNDYzcy00OC40NjMtMjEuNjM1LTQ4LjQ2My00OC40NjNjMC0yMi44MzUsOC43MDUtMzkuMDI2LDE5Ljk4OC01Ni4yODMgICBDMzkuOTk0LDEwNy4wODcsNTAuOTQsOTIuMzc2LDU5LjIzLDczLjcwNnogTTE4LjE0MywxODAuMDY3Yy0xLjM3OSwwLjA2Mi0yLjQ0OCwxLjIzLTIuMzg2LDIuNjEgICBjMC4wMDcsMC4xNjYsMC4wMzEsMC4zMzEsMC4wNzIsMC40OTJjNC43NTcsMjAuMzQ1LDIxLjU1NSwzNS42ODIsNDIuMjQ4LDM4LjU3NGMxLjM2MywwLjIyMiwyLjY0OC0wLjcwMywyLjg3LTIuMDY2ICAgcy0wLjcwMy0yLjY0OC0yLjA2Ni0yLjg3Yy0wLjAzNy0wLjAwNi0wLjA3NS0wLjAxMS0wLjExMi0wLjAxNmMtMTguNjYyLTIuNjA4LTMzLjc4Mi0xNi40MTMtMzguMDcyLTM0Ljc2MiAgIEMyMC40MzUsMTgwLjg0MiwxOS4zNTgsMTgwLjAxMywxOC4xNDMsMTgwLjA2N3oiIGZpbGw9IiNlNDM4NmQiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K); }

.accessories_block {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .accessories_block {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

.js_accessories {
  margin-right: -0.17857rem;
  margin-left: -0.17857rem;
  float: left;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .js_accessories {
      margin-right: -0.17857rem;
      margin-left: -0.17857rem; } }
  @media print, screen and (min-width: 64em) {
    .js_accessories {
      margin-right: -0.17857rem;
      margin-left: -0.17857rem; } }
  .js_accessories .ajax_block_product {
    margin: 0 5px; }
    .js_accessories .ajax_block_product a {
      display: block;
      border: 1px solid #ccc;
      text-align: center;
      padding: 0.35714rem; }
      .js_accessories .ajax_block_product a .title_product {
        font-size: 1rem;
        color: #e4386d;
        display: none; }
        @media screen and (min-width: 40em) {
          .js_accessories .ajax_block_product a .title_product {
            display: inline-block; } }
      .js_accessories .ajax_block_product a p {
        color: #555;
        font-size: 0.85714rem; }
      .js_accessories .ajax_block_product a:hover {
        background-color: #f8f8f8; }

/*****Gallery*****/
#nq_gallery_sidebar {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #nq_gallery_sidebar {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    #nq_gallery_sidebar {
      width: 25%; } }

#nq_gallery_cnt {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #nq_gallery_cnt {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    #nq_gallery_cnt {
      width: 75%; } }
  #nq_gallery_cnt .nq_glry_step1, #nq_gallery_cnt .nq_glry_cnt {
    margin-bottom: 2rem; }
    @media screen and (min-width: 40em) {
      #nq_gallery_cnt .nq_glry_step1, #nq_gallery_cnt .nq_glry_cnt {
        width: calc(100% - 50px);
        margin: 0 auto 4rem; } }
  #nq_gallery_cnt .nq_glry_title {
    font-weight: 300;
    letter-spacing: -1px; }
  #nq_gallery_cnt .q_glry_item {
    margin-right: 0.35714rem; }

.nq_gallery_sidebar_title {
  background-color: #f8f8f8;
  padding: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1; }
  .nq_gallery_sidebar_title a {
    color: #222; }
    .nq_gallery_sidebar_title a:hover {
      color: #e4386d; }

.nq_gallery_menu {
  background-color: #f8f8f8;
  padding: 1rem;
  list-style: none;
  margin: 0 0 1rem; }
  .nq_gallery_menu > li {
    margin-bottom: 0.21429rem; }
  .nq_gallery_menu a {
    color: #222; }
    .nq_gallery_menu a > span {
      color: #e4386d;
      font-size: 0.8em; }
    .nq_gallery_menu a:hover {
      color: #e4386d; }

/* Galerie d├®tail */
.nq_glry_step2 h1 {
  padding: 0; }
.nq_glry_step2 .nq_glry_cnt {
  margin-right: -0.17857rem;
  margin-left: -0.17857rem; }
  @media print, screen and (min-width: 40em) {
    .nq_glry_step2 .nq_glry_cnt {
      margin-right: -0.17857rem;
      margin-left: -0.17857rem; } }
  @media print, screen and (min-width: 64em) {
    .nq_glry_step2 .nq_glry_cnt {
      margin-right: -0.17857rem;
      margin-left: -0.17857rem; } }
  .nq_glry_step2 .nq_glry_cnt .nq_glry_step2_item {
    width: 50%;
    float: left;
    padding-right: 0.17857rem;
    padding-left: 0.17857rem;
    margin-bottom: 0.35714rem;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .nq_glry_step2 .nq_glry_cnt .nq_glry_step2_item {
        width: 25%; } }
  @media screen and (min-width: 64em) {
    .nq_glry_step2 .nq_glry_cnt {
      max-width: 85.71429rem;
      margin-right: auto;
      margin-left: auto; }
      .nq_glry_step2 .nq_glry_cnt::before, .nq_glry_step2 .nq_glry_cnt::after {
        display: table;
        content: ' '; }
      .nq_glry_step2 .nq_glry_cnt::after {
        clear: both; }
      .nq_glry_step2 .nq_glry_cnt .nq_glry_step2_item {
        width: 20%;
        float: left;
        padding-right: 0.17857rem;
        padding-left: 0.17857rem; } }

/* DETAIL */
#nq_gallery .nq_glry_step3 .nq_glry_title {
  font-size: 1.71429rem;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #222; }
  @media screen and (min-width: 40em) {
    #nq_gallery .nq_glry_step3 .nq_glry_title {
      font-size: 2.28571rem; } }

.nq_glry_step3 .nq_glry_pdct_img img {
  width: 100%; }
.nq_glry_step3 .nq_glry_pdct_descr {
  background-color: #f8f8f8;
  padding-top: 1rem;
  margin-bottom: 1rem; }
.nq_glry_step3 .nq_glry_pdct_descr_titre {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.28571rem;
  letter-spacing: normal; }
  @media screen and (min-width: 40em) {
    .nq_glry_step3 .nq_glry_pdct_descr_titre {
      font-size: 1.42857rem; } }
.nq_glry_step3 .nq_glry_pdct_descr_ref {
  display: block;
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .nq_glry_step3 .nq_glry_pdct_descr_ref {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
.nq_glry_step3 span > span {
  color: #e4386d; }
.nq_glry_step3 .nq_glry_pdct_descr_col {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .nq_glry_step3 .nq_glry_pdct_descr_col {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) {
    .nq_glry_step3 .nq_glry_pdct_descr_col {
      width: 41.66667%; }
      .nq_glry_step3 .nq_glry_pdct_descr_col.first {
        width: 25%; }
      .nq_glry_step3 .nq_glry_pdct_descr_col.last {
        width: 33.33333%; } }
  .nq_glry_step3 .nq_glry_pdct_descr_col .col_title {
    display: block;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.2rem; }
    @media screen and (min-width: 40em) {
      .nq_glry_step3 .nq_glry_pdct_descr_col .col_title {
        margin-bottom: 0.8rem; } }
  .nq_glry_step3 .nq_glry_pdct_descr_col .col_carac {
    display: block; }
    .nq_glry_step3 .nq_glry_pdct_descr_col .col_carac p {
      color: #222;
      line-height: 1.3;
      text-align: justify; }
.nq_glry_step3 .nq_glry_pdct_descr_devis {
  text-align: center; }
  .nq_glry_step3 .nq_glry_pdct_descr_devis .btn {
    display: inline-block; }

/*****Gallery quotation*****/
@media screen and (min-width: 40em) {
  #devis-galery h1 {
    margin-bottom: 3rem; } }
#quotation_form, #infos_product_quotation {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #quotation_form, #infos_product_quotation {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

#infos_product_quotation {
  list-style: none;
  margin: 0 0 1rem; }
  #infos_product_quotation img {
    display: none; }
  #infos_product_quotation .title_product_quotation {
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-size: 1.42857rem; }
  #infos_product_quotation li > span {
    color: #e4386d; }
  @media screen and (min-width: 64em) {
    #infos_product_quotation {
      width: 50%;
      float: right; }
      #infos_product_quotation img {
        display: block; } }

@media screen and (min-width: 64em) {
  #quotation_form {
    width: 50%; } }
#quotation_form .group-input {
  float: left;
  width: calc(33% - 10px);
  margin-right: 15px;
  display: inline-block; }
  #quotation_form .group-input.last {
    margin-right: 0; }
#quotation_form p.text::before, #quotation_form p.text::after, #quotation_form p.select::before, #quotation_form p.select::after, #quotation_form p.textarea::before, #quotation_form p.textarea::after {
  display: table;
  content: ' '; }
#quotation_form p.text::after, #quotation_form p.select::after, #quotation_form p.textarea::after {
  clear: both; }
#quotation_form p.text input, #quotation_form p.text select, #quotation_form p.text textarea, #quotation_form p.select input, #quotation_form p.select select, #quotation_form p.select textarea, #quotation_form p.textarea input, #quotation_form p.textarea select, #quotation_form p.textarea textarea {
  margin-bottom: 0; }
#quotation_form p.text .more_info, #quotation_form p.select .more_info, #quotation_form p.textarea .more_info {
  display: block;
  font-size: 0.85714rem;
  color: #888;
  line-height: 2; }
#quotation_form p.text textarea, #quotation_form p.select textarea, #quotation_form p.textarea textarea {
  min-height: 6.42857rem; }
#quotation_form .upload .label {
  display: block;
  color: #333; }
#quotation_form .upload .form {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.42857rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0.28571rem;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #555;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  overflow: hidden;
  float: left;
  cursor: no-drop;
  display: inline-block;
  width: calc(100% - 100px);
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
  #quotation_form .upload .form:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
#quotation_form .upload .btn-upload {
  display: inline-block;
  float: left;
  width: 7.14286rem;
  padding-left: 0;
  padding-right: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0; }
#quotation_form .submit .btn {
  display: block;
  width: 100%; }
@media screen and (min-width: 40em) {
  #quotation_form p.text label, #quotation_form p.select label, #quotation_form p.textarea label {
    display: inline-block;
    float: left;
    width: 15.71429rem;
    padding-right: 0.71429rem;
    text-align: right; }
  #quotation_form p.text input.text, #quotation_form p.text select, #quotation_form p.text textarea, #quotation_form p.select input.text, #quotation_form p.select select, #quotation_form p.select textarea, #quotation_form p.textarea input.text, #quotation_form p.textarea select, #quotation_form p.textarea textarea {
    float: left;
    display: inline-block;
    width: 21.42857rem; }
  #quotation_form .group-input {
    width: 6.42857rem; }
  #quotation_form .upload .label {
    display: inline-block;
    float: left;
    width: 15.71429rem;
    padding-right: 0.71429rem;
    text-align: right; }
  #quotation_form .upload .form {
    width: 14.28571rem; }
  #quotation_form .submit .btn {
    margin-left: 15.71429rem;
    width: 21.42857rem; } }
@media screen and (min-width: 64em) {
  #quotation_form p.text label, #quotation_form p.select label, #quotation_form p.textarea label {
    width: 12.85714rem; }
  #quotation_form .upload .label {
    width: 12.85714rem; }
  #quotation_form .submit .btn {
    margin-left: 12.85714rem; } }
@media screen and (min-width: 75em) {
  #quotation_form p.text label, #quotation_form p.select label, #quotation_form p.textarea label {
    width: 15.71429rem; }
  #quotation_form .upload .label {
    width: 15.71429rem; }
  #quotation_form .submit .btn {
    margin-left: 15.71429rem; } }

/*****Quotation*****/
#devis h1 {
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    #devis h1 {
      margin-bottom: 2rem; } }
#devis #quotation_form {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #devis #quotation_form {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  #devis #quotation_form p.radio > span {
    display: block;
    color: #333; }
  @media screen and (min-width: 40em) {
    #devis #quotation_form p.text label, #devis #quotation_form p.select label, #devis #quotation_form p.textarea label {
      width: 21.42857rem; }
    #devis #quotation_form .upload .label {
      width: 21.42857rem; }
    #devis #quotation_form .submit .btn {
      margin-left: 21.42857rem; }
    #devis #quotation_form p.radio > span {
      width: 21.42857rem;
      text-align: right;
      display: inline-block;
      padding-right: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    #devis #quotation_form {
      width: 66.66667%;
      margin-left: 16.66667%; } }

/*****References page*****/
#nos-references .ref {
  list-style: none;
  margin: 0 0 1rem; }
  #nos-references .ref > li {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      #nos-references .ref > li {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 64em) {
      #nos-references .ref > li {
        width: 50%; }
        #nos-references .ref > li:nth-child(odd) {
          border-right: 1px solid #ccc;
          clear: both; }
        #nos-references .ref > li:nth-child(even) {
          border-left: 1px solid #ccc;
          margin-left: -1px; } }
  #nos-references .ref .img-ref {
    display: none; }
    @media screen and (min-width: 40em) {
      #nos-references .ref .img-ref {
        width: 25%;
        float: left;
        padding-right: 0.71429rem;
        padding-left: 0.71429rem;
        display: block; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    #nos-references .ref .img-ref {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
    @media screen and (min-width: 40em) {
        #nos-references .ref .img-ref img {
          border: 2px solid #ccc; } }
  #nos-references .ref .title-ref {
    font-size: 1.42857rem;
    font-weight: 300;
    line-height: 1.1; }
  #nos-references .ref .desc-ref {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      #nos-references .ref .desc-ref {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    @media screen and (min-width: 40em) {
      #nos-references .ref .desc-ref {
        width: 75%; } }
    #nos-references .ref .desc-ref p {
      line-height: 1.3; }
    @media screen and (max-width: 39.9375em) {
      #nos-references .ref .desc-ref .title-ref {
        font-size: 1rem;
        font-weight: 600;
        padding-right: 2.14286rem;
        margin-bottom: 0;
        position: relative; }
        #nos-references .ref .desc-ref .title-ref:after {
          font-family: "simple-line-icons";
          display: inline-block;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e604";
          position: absolute;
          right: 10px;
          top: 0;
          transform: rotate(0);
          -moz-transform: rotate(0);
          -webkit-transform: rotate(0);
          -o-transform: rotate(0);
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        #nos-references .ref .desc-ref .title-ref.active:after {
          transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -o-transform: rotate(180deg); }
      #nos-references .ref .desc-ref .content_accordion {
        display: none;
        padding-top: 1rem; } }

/*****CMS*****/
#cms_left {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #cms_left {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    #cms_left {
      width: 75%; } }

#cms_right {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #cms_right {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    #cms_right {
      width: 25%; } }

/*****Contact Form*****/
.contact_intro, .contact_form {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .contact_intro, .contact_form {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }

.contact_intro .text_description {
  background-color: #f8f8f8;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: justify; }
@media screen and (min-width: 64em) {
  .contact_intro {
    width: 33.33333%; } }

.contact_form h3 {
  font-weight: 300; }
  @media screen and (max-width: 39.9375em) {
    .contact_form h3 {
      display: none; } }
.contact_form .text label {
  display: block; }
.contact_form .text [type="text"] {
  display: block;
  width: 100%; }
.contact_form .upload-block {
  margin-top: 2rem; }
.contact_form .form {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.42857rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0.28571rem;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #555;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  width: 100%;
  overflow: hidden;
  cursor: no-drop; }
  .contact_form .form:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 40em) {
    .contact_form .form {
      width: 300px;
      float: left; } }
.contact_form label.btn-upload {
  background-color: #e4386d;
  color: #fff;
  text-align: center; }
  .contact_form label.btn-upload:hover, .contact_form label.btn-upload:focus {
    background-color: #222;
    color: #fff; }
  @media screen and (min-width: 40em) {
    .contact_form label.btn-upload {
      display: inline-block;
      margin-left: 1rem; } }
.contact_form .submit .btn {
  display: block;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .contact_form .submit .btn {
      padding-top: 1em;
      padding-bottom: 0.9em;
      font-size: 1rem;
      margin-bottom: 2rem; } }
@media screen and (min-width: 64em) {
  .contact_form {
    width: 66.66667%; } }
@media screen and (min-width: 75em) {
  .contact_form {
    margin-left: 8.33333%;
    width: 50%; } }

/*****Contact Form*****/
#sitemap_content .left, #sitemap_content .right {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #sitemap_content .left, #sitemap_content .right {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) {
    #sitemap_content .left, #sitemap_content .right {
      width: 50%; } }
#sitemap_content ul {
  margin-left: 0; }
  #sitemap_content ul li {
    list-style: none; }
#sitemap_content .mother > li {
  margin-bottom: 1rem; }
  #sitemap_content .mother > li > a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600; }
    #sitemap_content .mother > li > a:hover {
      color: #e4386d; }

/*****MODULES*****/
/*****Header call*****/
#header_call {
  padding: 1.42857rem 0 0.71429rem; }

@media screen and (min-width: 64em) {
  #header_call_inner {
    float: right;
    position: relative;
    padding-left: 70px; }
    #header_call_inner:before {
      font-family: "simple-line-icons";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 70px;
      content: "\e010";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -36px;
      color: #ccc; } }
#header_call_inner p {
  margin-bottom: 0; }
#header_call_inner .hci_title, #header_call_inner .hci_phone {
  font-size: 1.71429rem;
  line-height: 1; }
#header_call_inner .hci_phone, #header_call_inner .hci_mail {
  color: #e4386d; }
#header_call_inner .hci_hours, #header_call_inner .hci_mail {
  line-height: 1.28571rem; }

/*****Top menu*****/
/*topmenu*/
#nq_navigation {
  background-color: #e4386d; }

#nq_navigation_list_update {
  list-style: none;
  text-align: center;
  position: relative;
  margin: 0;
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }
  #nq_navigation_list_update::before, #nq_navigation_list_update::after {
    display: table;
    content: ' '; }
  #nq_navigation_list_update::after {
    clear: both; }
  #nq_navigation_list_update .nq_navigation_subchild {
    display: none; }
  #nq_navigation_list_update > li {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #cd1c52; }
    #nq_navigation_list_update > li.home {
      border-left: 1px solid #cd1c52; }
      #nq_navigation_list_update > li.home > a {
        line-height: 2.2; }
    @media screen and (max-width: 39.9375em) {
      #nq_navigation_list_update > li {
        width: 25%;
        float: left;
        padding-right: 0;
        padding-left: 0; }
        #nq_navigation_list_update > li:last-child {
          border-right: none; }
        #nq_navigation_list_update > li.home {
          display: none; } }
    #nq_navigation_list_update > li:hover {
      background-color: #222; }
      #nq_navigation_list_update > li:hover > a {
        color: #fff; }
      #nq_navigation_list_update > li:hover .nq_navigation_subchild {
        display: block; }
    #nq_navigation_list_update > li > a {
      display: block;
      padding-top: 0.71429rem;
      padding-bottom: 0.71429rem;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      font-size: 0.71429rem;
      line-height: 1; }
      @media screen and (min-width: 40em) {
        #nq_navigation_list_update > li > a {
          font-size: 1.28571rem;
          padding: 0.71429rem 1.42857rem;
          line-height: 1.1; } }
      @media screen and (max-width: 63.9375em) {
        #nq_navigation_list_update > li > a {
          pointer-events: auto;
          position: relative; } }
  #nq_navigation_list_update .nq_navigation_subchild {
    background-color: #f8f8f8;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%; }
    @media screen and (min-width: 64em) {
      #nq_navigation_list_update .nq_navigation_subchild {
        left: 10px;
        width: calc( 100% - 20px); } }
    #nq_navigation_list_update .nq_navigation_subchild .subchild-list {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin-left: 0;
      border: 1px solid #ccc; }
    #nq_navigation_list_update .nq_navigation_subchild .title {
      width: 33.33333%;
      padding-top: 0.71429rem;
      padding-bottom: 0.71429rem;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      #nq_navigation_list_update .nq_navigation_subchild .title span {
        display: block;
        width: 90%;
        margin: -10px auto 0;
        text-align: center;
        font-size: 0.71429rem;
        line-height: 1.1; }
      #nq_navigation_list_update .nq_navigation_subchild .title:hover {
        background-color: #f6bfd0; }
      @media screen and (min-width: 40em) {
        #nq_navigation_list_update .nq_navigation_subchild .title {
          width: 25%; }
          #nq_navigation_list_update .nq_navigation_subchild .title span {
            font-size: 0.85714rem;
            max-width: 160px; } }
      @media screen and (min-width: 64em) {
        #nq_navigation_list_update .nq_navigation_subchild .title span {
          font-size: 1rem;
          max-width: 200px; } }

/*****Home slide*****/
@media screen and (min-width: 64em) {
  .slide_wrapper {
    background: transparent url("../img/bg_slide.png") repeat-x left top; }

  #home_slider {
    max-width: 85.71429rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
    #home_slider::before, #home_slider::after {
      display: table;
      content: ' '; }
    #home_slider::after {
      clear: both; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    #home_slider {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
@media screen and (min-width: 64em) {
    #home_slider, #home_slider:last-child {
      float: none; } }
#home_slider {
  margin-bottom: 3rem; }
  @media screen and (min-width: 75em) {
    #home_slider {
      margin-bottom: 2rem; } }
  #home_slider .slick-prev, #home_slider .slick-next {
    height: 30px;
    width: 30px;
    background-color: #222;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: background-color 0.25s ease-out, color 0.25s ease-out; }
    #home_slider .slick-prev:hover, #home_slider .slick-next:hover {
      background-color: #e4386d; }
    #home_slider .slick-prev::before, #home_slider .slick-next::before {
      color: #fff;
      font-size: 1.07143rem; }
    #home_slider .slick-prev.slick-disabled, #home_slider .slick-next.slick-disabled {
      background-color: #555555;
      cursor: default; }

/*****Home devis*****/
#index .block_devis_push, #index .block_galerie {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #index .block_devis_push, #index .block_galerie {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 64em) {
    #index .block_devis_push, #index .block_galerie {
      width: 50%; } }
.block_devis_push .box .content, .block_galerie .box .content {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  .block_devis_push .box .content::before, .block_devis_push .box .content::after, .block_galerie .box .content::before, .block_galerie .box .content::after {
    display: table;
    content: ' '; }
  .block_devis_push .box .content::after, .block_galerie .box .content::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .block_devis_push .box .content, .block_galerie .box .content {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  .block_devis_push .box .content, .block_devis_push .box .content:last-child, .block_galerie .box .content, .block_galerie .box .content:last-child {
    float: none; }
.block_devis_push .title, .block_galerie .title {
  padding: 0.71429rem 1rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.42857rem; }
  .block_devis_push .title:before, .block_galerie .title:before {
    font-family: "simple-line-icons";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px; }

.block_galerie .box {
  margin-bottom: 1rem;
  border: none;
  border-radius: none;
  background: #f0f0f0;
  box-shadow: none;
  overflow: hidden;
  color: #555; }
  .block_galerie .box > :last-child {
    margin-bottom: 0; }
.block_galerie .title {
  background-color: #222; }
  .block_galerie .title:before {
    content: ""; }
.block_galerie .content {
  margin-top: 1rem;
  padding-bottom: 0.57143rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .block_galerie .content {
      min-height: 10.42857rem; } }
  .block_galerie .content .seemore {
    margin-bottom: 0;
    text-align: right;
    font-size: 1rem;
    margin-top: 0.57143rem; }
    .block_galerie .content .seemore a {
      color: #555; }
      .block_galerie .content .seemore a:hover {
        color: #e4386d; }
      .block_galerie .content .seemore a i {
        font-size: 0.7em;
        margin-left: 3px; }

.block_devis_push .box {
  margin-bottom: 1rem;
  border: none;
  border-radius: none;
  background: #e4386d;
  box-shadow: none;
  overflow: hidden;
  color: #555; }
  .block_devis_push .box > :last-child {
    margin-bottom: 0; }
.block_devis_push .title:before {
  content: ""; }
.block_devis_push .content {
  padding-bottom: 1rem; }
.block_devis_push .row-box {
  margin-right: -0.71429rem;
  margin-left: -0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .block_devis_push .row-box {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 64em) {
    .block_devis_push .row-box {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
.block_devis_push .left-box, .block_devis_push .right-box {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    .block_devis_push .left-box, .block_devis_push .right-box {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) {
    .block_devis_push .left-box, .block_devis_push .right-box {
      width: 50%; } }
.block_devis_push .text {
  border-color: #e4386d; }
.block_devis_push .submit {
  background-color: #222;
  color: #fff;
  display: block;
  width: 100%; }
  .block_devis_push .submit:hover, .block_devis_push .submit:focus {
    background-color: #a01640;
    color: #fff; }

/*****Home navigation*****/
#nq_navigation_home ul.tabs {
  width: 100%;
  background-color: #e4386d;
  margin: 0;
  overflow: hidden;
  list-style: none; }
  #nq_navigation_home ul.tabs li {
    float: left;
    cursor: pointer;
    margin: 0;
    list-style: none;
    position: relative; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      #nq_navigation_home ul.tabs li {
        width: 50%;
        text-align: center; } }
    #nq_navigation_home ul.tabs li h2 {
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      color: #fff;
      padding: 0.8rem 1rem;
      display: block;
      margin-bottom: 0; }
    #nq_navigation_home ul.tabs li:hover {
      background-color: #cd1c52;
      color: #fff; }
    #nq_navigation_home ul.tabs li.active {
      background-color: #222;
      color: #fff; }
      @media screen and (min-width: 64em) {
        #nq_navigation_home ul.tabs li.active:after {
          position: absolute;
          left: 50%;
          bottom: 0;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #ffffff;
          margin-left: -8px; } }
    @media screen and (min-width: 40em) {
      #nq_navigation_home ul.tabs li:nth-child(-n+2) {
        border-bottom: 1px solid #cd1c52; }
      #nq_navigation_home ul.tabs li:nth-child(odd) {
        border-right: 1px solid #cd1c52; } }
    @media screen and (min-width: 64em) {
      #nq_navigation_home ul.tabs li {
        border-bottom: none !important;
        border-right: 1px solid #cd1c52; } }
#nq_navigation_home .tab_container {
  clear: both;
  width: 100%;
  overflow: auto; }
#nq_navigation_home .tab_content {
  padding: 1rem 0;
  display: none; }
#nq_navigation_home .tab_drawer_heading {
  display: none; }
@media screen and (max-width: 39.9375em) {
  #nq_navigation_home .tabs {
    display: none; }
  #nq_navigation_home .tab_drawer_heading {
    background-color: #e4386d;
    color: #fff;
    border-top: 1px solid #cd1c52;
    margin: 0 0.675rem;
    padding: 0.5rem 1rem;
    font-size: 1.14286rem;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #nq_navigation_home .d_active {
    background-color: #222;
    color: #fff; }
  #nq_navigation_home .nq_navigation_subchild:first-child .tab_drawer_heading {
    border-top: none; }
  #nq_navigation_home #tab_content .tab_content {
    padding-bottom: 0; }
  #nq_navigation_home #tab_content .subchild-list {
    margin-bottom: 0; }
  #nq_navigation_home #tab_content .description {
    display: none; } }
#nq_navigation_home #nq_navigation_home_list {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #nq_navigation_home #nq_navigation_home_list {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
#nq_navigation_home .subchild-list {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto;
  list-style: none; }
  #nq_navigation_home .subchild-list::before, #nq_navigation_home .subchild-list::after {
    display: table;
    content: ' '; }
  #nq_navigation_home .subchild-list::after {
    clear: both; }
  #nq_navigation_home .subchild-list > li {
    width: 50%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      #nq_navigation_home .subchild-list > li {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    #nq_navigation_home .subchild-list > li:nth-child(odd) {
      clear: both; }
    @media screen and (min-width: 40em) {
      #nq_navigation_home .subchild-list > li {
        width: 33.33333%; }
        #nq_navigation_home .subchild-list > li:nth-child(odd) {
          clear: none; }
        #nq_navigation_home .subchild-list > li:nth-child(3n+1) {
          clear: both; } }
    @media screen and (min-width: 64em) {
      #nq_navigation_home .subchild-list > li {
        width: 25%; }
        #nq_navigation_home .subchild-list > li:nth-child(3n+1) {
          clear: none; }
        #nq_navigation_home .subchild-list > li:nth-child(4n+1) {
          clear: both; } }
#nq_navigation_home .title {
  text-align: center;
  padding-bottom: 1.2rem; }
  @media screen and (min-width: 40em) {
    #nq_navigation_home .title {
      padding-bottom: 1.4rem; } }
  #nq_navigation_home .title img {
    border: 1px solid #ccc;
    background-color: #fff;
    transition: background 0.8s ease-in-out; }
  #nq_navigation_home .title .title_cat {
    color: #e4386d;
    font-size: 0.85714rem;
    line-height: 1.2rem;
    margin-top: 0.71429rem;
    min-height: 2.4rem; }
    @media screen and (min-width: 40em) {
      #nq_navigation_home .title .title_cat {
        font-size: 1.14286rem; } }
#nq_navigation_home .description {
  font-size: 0.85714rem; }
  @media screen and (min-width: 40em) {
    #nq_navigation_home .description {
      display: block; } }
  #nq_navigation_home .description p {
    line-height: 1.2; }
    @media screen and (min-width: 64em) {
      #nq_navigation_home .description p {
        min-height: 6rem; } }
#nq_navigation_home .btn-personnaliser {
  background-color: #e4386d;
  color: #fff;
  display: none; }
  #nq_navigation_home .btn-personnaliser:hover, #nq_navigation_home .btn-personnaliser:focus {
    background-color: #222;
    color: #fff; }
@media screen and (min-width: 64em) {
  #nq_navigation_home .title:hover img {
    background-color: #222; }
  #nq_navigation_home .title:hover .description ul {
    display: none; }
  #nq_navigation_home .title:hover .btn-personnaliser {
    display: block; } }

/*****Editorial*****/
#editorial_block_center {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #editorial_block_center {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  #editorial_block_center .box {
    margin-bottom: 1rem;
    border: none;
    border-radius: none;
    background: #f0f0f0;
    box-shadow: none;
    overflow: hidden;
    color: #555;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem; }
    #editorial_block_center .box > :last-child {
      margin-bottom: 0; }
  #editorial_block_center .editorial_photo {
    display: none; }
  #editorial_block_center .editorial_content {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      #editorial_block_center .editorial_content {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) {
    #editorial_block_center {
      display: block; }
      #editorial_block_center .box {
        margin-top: 0; }
      #editorial_block_center .editorial_photo {
        display: block;
        width: 25%;
        float: left;
        padding-right: 0.71429rem;
        padding-left: 0.71429rem;
        text-align: center;
        padding-top: 1.42857rem; } }
    @media screen and (min-width: 40em) and (min-width: 40em) {
      #editorial_block_center .editorial_photo {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) {
        #editorial_block_center .editorial_photo a {
          display: block; }
      #editorial_block_center #editorial_image_legend {
        margin-top: 1.07143rem;
        font-size: 0.92857rem; }
      #editorial_block_center .editorial_content {
        width: 75%; } }
  @media screen and (min-width: 64em) {
    #editorial_block_center .editorial_photo {
      width: 33.33333%; }
    #editorial_block_center .editorial_content {
      width: 66.66667%; } }
  #editorial_block_center h2 {
    font-size: 1.28571rem;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.42857rem; }
  #editorial_block_center .rte, #editorial_block_center p {
    font-size: 1rem;
    line-height: 1.28571rem; }

/******Home featured*****/
#featured-products_block_center {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 40em) {
    #featured-products_block_center {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  #featured-products_block_center .box {
    margin-bottom: none;
    border: none;
    border-radius: none;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #555;
    margin-top: 1rem; }
    #featured-products_block_center .box > :last-child {
      margin-bottom: 0; }
  #featured-products_block_center .title.lg {
    background-color: #222;
    padding: 0.71429rem 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.42857rem; }
    #featured-products_block_center .title.lg:before {
      font-family: "simple-line-icons";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 10px;
      content: ""; }
  #featured-products_block_center .list_block_product {
    width: 50%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    position: relative;
    overflow: hidden; }
    @media print, screen and (min-width: 40em) {
      #featured-products_block_center .list_block_product {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    #featured-products_block_center .list_block_product:nth-child(odd) {
      clear: both; }
    @media screen and (min-width: 40em) {
      #featured-products_block_center .list_block_product {
        width: 25%; }
        #featured-products_block_center .list_block_product:nth-child(odd) {
          clear: none; } }

/*****Footer references*****/
.block_reference_push {
  text-align: center; }
  .block_reference_push .title {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    position: relative;
    margin-top: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      .block_reference_push .title {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    .block_reference_push .title p {
      display: inline-block;
      font-weight: 300;
      color: #222;
      font-size: 1.28571rem;
      text-transform: uppercase;
      margin-bottom: 0;
      z-index: 2;
      background-color: #fff;
      position: relative;
      padding: 0 1rem; }
      @media screen and (min-width: 40em) {
        .block_reference_push .title p {
          font-size: 1.71429rem; } }
      .block_reference_push .title p span {
        font-weight: 600;
        color: #e4386d; }
    .block_reference_push .title:after {
      content: "";
      border-bottom: 1px solid #ccc;
      width: calc(100% - 2rem);
      position: absolute;
      top: 50%;
      left: 1rem;
      z-index: 1; }
  .block_reference_push .content {
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 40em) {
      .block_reference_push .content {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
  .block_reference_push .seemore {
    text-align: right;
    font-size: 1rem; }
    .block_reference_push .seemore i {
      margin-left: 3px; }
  .block_reference_push #contener_all_slide {
    margin-top: 1rem;
    margin-bottom: 3.5rem; }
    @media screen and (min-width: 75em) {
      .block_reference_push #contener_all_slide {
        margin-bottom: 1rem; } }

/*****Footer navigation*****/
.rea_m {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  background-color: #f8f8f8; }
  @media print, screen and (min-width: 40em) {
    .rea_m {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) {
    .rea_m {
      width: 100%;
      background-color: #fff;
      padding-top: 1.42857rem; } }
  @media screen and (min-width: 64em) {
    .rea_m {
      width: 25%;
      padding-top: 2.85714rem; } }
  .rea_m ul {
    list-style: none;
    margin: 0;
    margin-right: -0.71429rem;
    margin-left: -0.71429rem; }
    @media print, screen and (min-width: 40em) {
      .rea_m ul {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem; } }
    @media print, screen and (min-width: 64em) {
      .rea_m ul {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem; } }
  .rea_m .display_block {
    margin-bottom: 1.42857rem;
    display: inline-block;
    min-height: 2.14286rem;
    width: 100%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem; }
    @media print, screen and (min-width: 40em) {
      .rea_m .display_block {
        padding-right: 0.71429rem;
        padding-left: 0.71429rem; } }
    .rea_m .display_block a {
      text-transform: uppercase;
      position: relative;
      display: block;
      padding-left: 2.85714rem;
      line-height: 1.1; }
      .rea_m .display_block a:before {
        font-family: "simple-line-icons";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #e4386d;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
        font-size: 2.14286rem; }
      .rea_m .display_block a.calculator:before {
        content: "\e049"; }
      .rea_m .display_block a.bulb:before {
        content: "\e076"; }
      .rea_m .display_block a.secure:before {
        content: "\e08e"; }
    @media screen and (min-width: 40em) {
      .rea_m .display_block {
        width: 33.33333%; } }
    @media screen and (min-width: 64em) {
      .rea_m .display_block {
        width: 100%;
        margin-bottom: 2.85714rem; } }

#nq_navigation_footer_bottom {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  font-size: 1rem; }
  @media print, screen and (min-width: 40em) {
    #nq_navigation_footer_bottom {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  #nq_navigation_footer_bottom a {
    color: #fff;
    line-height: 2; }
    #nq_navigation_footer_bottom a:hover {
      color: #e4386d; }
  #nq_navigation_footer_bottom .block_various_links {
    list-style: none;
    margin: 0; }
    #nq_navigation_footer_bottom .block_various_links li {
      display: inline-block;
      padding-left: 0.71429rem; }
  @media screen and (min-width: 40em) {
    #nq_navigation_footer_bottom {
      width: 58.33333%; } }

.logo_paiement {
  display: none; }
  @media screen and (min-width: 40em) {
    .logo_paiement {
      display: block;
      text-align: right;
      width: 25%;
      float: left;
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .logo_paiement {
      padding-right: 0.71429rem;
      padding-left: 0.71429rem; } }
  @media screen and (min-width: 40em) {
      .logo_paiement .paypal {
        font-family: arial, helvetica, sans-serif;
        font-style: italic;
        font-weight: bold; } }

/*****Filtres*****/
#layered_block_left div.block_content {
  padding: 1rem;
  display: none; }
  @media screen and (min-width: 64em) {
    #layered_block_left div.block_content {
      display: block; } }

#layered_form > div > div {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px; }

#layered_block_left .hide-action {
  display: block;
  text-align: right;
  padding-right: 5px; }

#layered_block_left .hide-action:hover {
  text-decoration: underline; }

#layered_block_left ul li {
  margin-left: 15px;
  padding-left: 2px;
  list-style-type: none; }

#layered_block_left #enabled_filters,
#layered_url_filter_block {
  font-size: 10px;
  padding-bottom: 5px; }

#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0; }

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#layered_block_left #enabled_filters a {
  text-decoration: none;
  color: red; }

#layered_block_left ul li:hover {
  background: #E4E5E4;
  color: #FFF; }

#layered_block_left ul li label {
  cursor: pointer; }

#layered_block_left ul li.nomargin {
  margin-left: 0; }

#layered_block_left span.layered_subtitle {
  color: #e4386d;
  font-weight: 600;
  line-height: 1;
  display: block;
  text-transform: uppercase; }

#layered_block_left span.layered_close a {
  text-decoration: none; }

#layered_block_left span.layered_close {
  float: right;
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 4px; }

#layered_block_left ul li input.checkbox {
  vertical-align: middle;
  margin-left: 2px; }

#layered_block_left ul li .disabled {
  color: #666; }

#product_list .warning {
  margin-top: 13px; }

#layered_form .select {
  width: 165px; }

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666; }

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

#layered_form .color-option.on {
  border: 1px solid red; }

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }

.layered_price_range {
  margin-left: 7px; }

.layered_price_range_unit {
  margin-right: 7px; }

.layered_slider_container {
  margin: 6px 0 6px 6px;
  width: calc(100% - 12px);
  padding-left: 6px; }

.layered_slider {
  margin-top: 5px; }

.layered_input_range_min {
  width: 30px; }

.layered_input_range_max {
  width: 40px; }

.layered_list_selected {
  font-weight: bold; }

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center; }

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer; }

.hide-action:hover {
  font-weight: 600; }

#layered_form div div ul {
  margin-left: 0;
  overflow-x: auto; }
  #layered_form div div ul span {
    font-size: 0.78571rem; }

/*.hook_block_layered {
width: 242px;
float: left;

}*/
#layered_block_left.block {
  width: 100%;
  background: #f8f8f8;
  margin: 1rem 0; }

#layered_block_left.block > p {
  background: none;
  color: #222;
  padding: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1; }

#layered_form input {
  position: absolute;
  left: -9999px; }

#layered_form ul li label {
  padding-left: 20px;
  position: relative; }
  #layered_form ul li label::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -7px; }
  #layered_form ul li label a {
    color: #555; }

#layered_form ul li label.checked::before {
  background-color: #e4386d;
  border: none; }

.loader {
  position: absolute;
  top: 0;
  right: 0; }

#layered_form .ui-widget-content {
  background: #bcbdc0;
  border: none; }

#layered_form .ui-widget-content .ui-slider-range {
  background: #e4386d;
  border: none; }

#layered_form .ui-corner-all {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

#layered_form .ui-slider-horizontal {
  height: 3px; }

#layered_form .ui-slider-handle {
  background-color: #e4386d;
  background-image: none;
  width: 12px;
  height: 12px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: none; }

#layered_form #layered_price_range {
  color: #e4386d; }

#layered_form ul li.img_category_filter {
  margin: 0;
  text-align: center;
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #layered_form ul li.img_category_filter {
      width: 25%; } }

#layered_form ul li.img_category_filter label {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
  border: 1px solid #f8f8f8;
  position: relative;
  line-height: 1; }

#layered_form ul li.img_category_filter label:before {
  display: none; }

#layered_form ul li.img_category_filter:hover img {
  opacity: 0.5; }

#layered_form ul li.img_category_filter label.checked {
  border: 1px solid #e4386d; }

#layered_form ul li.img_category_filter label span.tooltip_js_infos {
  display: none;
  position: absolute;
  color: #222;
  padding: 5px;
  z-index: 2000;
  width: 100%;
  top: 0;
  bottom: 0; }

#layered_form ul li.img_category_filter:hover label span.tooltip_js_infos {
  display: block; }

#ul_layered_category_0 {
  margin-top: 1rem; }

/*****Avis vérifiés*****/
#avis-footer p.intro {
  margin-bottom: 0; }

#avis-footer .stars {
  margin-bottom: 5px; }

#avis-footer div.ratingInner, #netreviews_category_review div.ratingInner {
  background-size: 85px; }

#avis-footer .ratingWrapper, #netreviews_category_review .ratingWrapper {
  background-size: 85px;
  width: 85px; }

#avis-footer .logonote {
  margin-top: 20px;
  margin-bottom: 10px; }

/* ratingWrapper et ratingInner utilis├® dans ExtraRight et product_list.tpl*/
div.ratingWrapper {
  background: url("../img/avisverifies/etoile0.png") no-repeat left bottom;
  display: inline-block;
  height: 21px;
  width: 120px;
  text-align: left; }

div.ratingInner {
  background: url("../img/avisverifies/etoile5.png") no-repeat left bottom transparent;
  display: inline-block;
  height: 21px;
  text-align: left; }

/* FIN ratingWrapper et ratingInner utilis├® dans ExtraRight et product_list.tpl*/

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