﻿/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
@import url("/Content/kendo/kendo.common.min.css");
@import url("/Content/kendo/kendo.material.min.css");
@import url("outdatedBrowser.css");
@import url("lightbox.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
/**
 * The usual...
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}
/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}
/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}
/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}
/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
}
/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}
/*
Framework Goweb
Sources de base : Bootstrap 3.0, Normalize
Version 1.0 - Dernière MàJ : 14 / 10 / 2015
*/
/* Palette de couleur ici */
/* Hover */
/* Contrasted */
/* Border */
/* Light version */
/* Light :hover */
/* 74838b */
/* Couleur tonalités */
/* Cyan */
/* Cyan :hover */
/* Magenta */
/* Magenta :hover */
/* Jaune */
/* Jaune :hover */
/* Vert */
/* Vert :hover */
/* Couleur stock produit */
/* Couleur défaut du texte */
/*@base-size: 14;*/
/* Taille de base 14px */
/*@base: @base-size / 10rem;*/
/* CALCUL DES TAILLE DE POLICES PX > EM */
/*.font-size( @value: @base-size ) {
    font-size: (@value) / 10rem;
}*/
/* LINE HEIGHT */
/*.line( @value: @base-size ) {
    line-height: (@value) / 10rem;
}*/
/* TAILLE DU SPRITE */
/*FONCTION POUR UTILISER DES SRITES */
/* Normalize custom */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* fin Normalize customisé */
/* Classes Bootstrap utilitaires */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/* Grille Boostrap */
.grid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .grid {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .grid {
    width: 1170px;
  }
}
.grid-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .no-gutters {
    padding: 0 5px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* fin Grille Bootstrap */
/* Classes utilitaires responsive */
.clearfix:before,
.clearfix:after,
.grid:before,
.grid:after,
.grid-fluid:before,
.grid-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.grid:after,
.grid-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* fin Classes utilitaires responsive */
/* 
///////////////////////////////////////////////////////////////////////////////
		Styles framewrok Goweb  - ça commence ICI !
///////////////////////////////////////////////////////////////////////////////
*/
/*
 //// TYPO ////
*/
html {
  font-size: 62.5%;
  color: #505050;
}
body {
  font-size: 1.4rem;
}
/*
 //// FORMATAGE ////
*/
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
/*
 //// CLASSES UTILITAIRES ////
*/
.list-inline li {
  display: inline-block;
  vertical-align: middle;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
nav #logo {
  display: inline-block;
}
nav ul li a {
  display: block;
}
/*
 //// UI ELEMENTS ////
*/
html {
  font-family: 'PT Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bree Serif', serif;
  margin: 0 0 15px;
  font-weight: 400;
  color: #01868c;
}
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 2.4rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}
p {
  margin-bottom: 15px;
  line-height: 2rem;
}
b,
strong {
  font-weight: bold;
  font-weight: 600;
}
em {
  font-style: italic;
}
.titre {
  position: relative;
  color: #01868c;
  padding: 25px 0;
  text-align: center;
}
.titre.blanc {
  background: #ffffff;
}
.titre.blanc h1,
.titre.blanc h2,
.titre.blanc h3,
.titre.blanc h4,
.titre.blanc h5 {
  background: #ffffff;
}
.titre:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #01868c;
  z-index: 1;
  content: "";
}
.titre h1,
.titre h2,
.titre h3,
.titre h4,
.titre h5 {
  position: relative;
  display: inline-block;
  background: #dadada;
  color: #01868c;
  line-height: 2rem;
  z-index: 2;
  padding: 0 15px;
  margin: 0;
}
.info {
  background: #ffffff;
  padding: 15px;
  border-left: 4px solid #20ad69;
}
.info strong {
  color: #20ad69;
}
.info span {
  font-style: italic;
}
.alert {
  background: #ffffff;
  padding: 15px;
  border-left: 4px solid #d6236c;
}
.alert strong {
  color: #d6236c;
}
.alert span {
  font-style: italic;
}
.quote {
  position: relative;
  background: #ffffff;
  color: #505050;
  display: inline-block;
  font-family: 'Bree Serif', serif;
  box-sizing: border-box;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 15px;
}
.quote:before {
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 15px;
  height: 23px;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -884px -377px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .quote:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.quote p {
  margin: 0;
  line-height: 2.4rem;
}
.quote a {
  position: relative;
  color: #01868c;
  padding: 0 2px;
  border-radius: 30px;
}
.quote a:after {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -1px;
  height: 1px;
  background: #dadada;
  content: "";
}
.quote a:hover {
  color: #069AA0;
}
.quote a:hover:after {
  background: #c0c0c0;
}
.quote strong {
  font-weight: 400;
  color: #01868c;
}
.quote img {
  margin-top: 15px;
}
.quote img.ib {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
ul.style {
  margin-top: 5px;
  margin-bottom: 5px;
}
ul.style li {
  line-height: 2.4rem;
  padding-left: 15px;
  position: relative;
  color: #505050;
}
ul.style li a {
  color: #505050;
}
ul.style li a:hover {
  color: #666666;
}
ul.style li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #505050;
  content: "";
}
ul.blanc li {
  color: #ffffff;
}
ul.blanc li a {
  color: #ffffff;
}
ul.blanc li a:hover {
  color: #f5f5f5;
}
ul.blanc li:before {
  background: #ffffff;
}
ul.chevalier li {
  color: #01868c;
}
ul.chevalier li a {
  color: #01868c;
}
ul.chevalier li a:hover {
  color: #069AA0;
}
ul.chevalier li:before {
  background: #01868c;
}
ul.vert li {
  color: #41A953;
}
ul.vert li a {
  color: #41A953;
}
ul.vert li a:hover {
  color: #41A953;
}
ul.vert li:before {
  background: #41A953;
}
.page a {
  color: #01868c;
}
/* BREAKPOINTS */
/* 
 //// MENU MOBILE
*/
#overlay {
  width: 0;
  height: 0;
  background-color: #000;
  position: fixed;
  z-index: 5;
  top: 0;
  background: url(../Images/black-overlay.png) repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#overlay.active {
  opacity: 1;
  width: 100%;
  height: 120%;
}
button#mobile-btn {
  position: relative;
  float: left;
  padding: 16px 9px;
  margin-top: 12px;
  margin-right: 10px;
  margin-left: -5px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  transition: right 0.25s ease;
  right: 0;
}
button#mobile-btn:hover span.burger-menu:before {
  top: -7px;
}
button#mobile-btn:hover span.burger-menu:after {
  bottom: -7px;
}
button#mobile-btn:focus {
  outline: none;
}
button#mobile-btn span.burger-menu {
  position: relative;
  display: block;
  background: #01868c;
  width: 15px;
  height: 2px;
  margin: 0 auto;
  transition: transform 0.15s ease 0.25s;
}
button#mobile-btn span.burger-menu:before {
  position: absolute;
  top: -5px;
  content: "";
  display: block;
  background: #01868c;
  width: 15px;
  height: 2px;
  transition: top 0.25s ease 0.25s, transform 0.25s ease 0.25s;
}
button#mobile-btn span.burger-menu:after {
  position: absolute;
  bottom: -5px;
  content: "";
  display: block;
  background: #01868c;
  width: 15px;
  height: 2px;
  transition: bottom 0.1s ease 0.25s;
}
button#mobile-btn.active {
  position: absolute;
  right: 12%;
  z-index: 11;
  margin-top: 3px;
  margin-right: 0;
}
button#mobile-btn.active span.burger-menu {
  background: #fff;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
button#mobile-btn.active span.burger-menu:before {
  top: 0;
  bottom: 0;
  background: #fff;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
button#mobile-btn.active span.burger-menu:after {
  background: #fff;
  bottom: 0;
  top: 0;
}
/* HEADER / MENU */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#navDesktop {
  background-color: #2e3e46;
  display: none;
  height: 45px;
  color: #fff !important;
}
#navDesktop .nav-desktop-container {
  position: relative;
  padding: 0 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 13px;
  padding: 0px !important;
}
#navDesktop .nav-desktop-container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 2rem;
  color: #ffffff;
  height: 100%;
}
#navDesktop .nav-desktop-container .main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  list-style: none;
  gap: 2rem;
}
#navDesktop .nav-desktop-container .main-nav li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
#navDesktop .nav-desktop-container .main-nav li:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 100%;
  background-color: #d7004d;
}
#navDesktop .nav-desktop-container .main-nav li a {
  text-decoration: none;
  color: currentColor;
  height: 100%;
  display: flex;
  align-items: center;
}
#navDesktop .nav-desktop-container .info-container ul {
  gap: 1rem;
}
#navDesktop .nav-desktop-container .info-container ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
#navDesktop .nav-desktop-container .info-container ul .demande-info a {
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
}
#navDesktop .nav-desktop-container .info-container ul .phone-number {
  background-color: #d7004d;
  color: #ffffff;
  padding: 0 10px 0 25px;
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
}
#navDesktop .nav-desktop-container .info-container ul .phone-number::before {
  content: "";
  position: absolute;
  left: 3px;
  width: 20px;
  height: 20px;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -32px -748px;
}
#navDesktop .nav-desktop-container .info-container ul .phone-number a {
  color: currentColor;
  text-decoration: none;
}
#navDesktop .nav-desktop-container .info-container ul .open-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#navDesktop .nav-desktop-container .info-container ul .open-info span {
  text-align: start;
  width: 100%;
}
#navDesktop .nav-desktop-container .info-container ul .open-info span:nth-child(2) {
  font-style: italic;
}
#navDesktop .showSubList:hover .subList,
#navDesktop .showSubList:focus .subList {
  display: flex;
}
#navDesktop .showSubList .subList {
  display: none;
  position: fixed;
  top: 45px;
  border: 1px solid #000000;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  height: 60px;
  border-bottom: 3px solid #c1ccd3;
  border-top: none;
  justify-content: center;
  z-index: 6;
}
#navDesktop .showSubList .subList ul {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  color: #000000;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 100%;
  justify-content: flex-start;
}
#navDesktop .showSubList .subList ul li a {
  color: #2e3e46 !important;
}
#navDesktop .showSubList .subList ul li::before {
  height: 0;
}
#navDesktop .showSubList .subList ul li:hover::before {
  bottom: -2px;
}
@media (min-width: 992px) {
  #navDesktop {
    display: flex;
  }
}
nav.menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  display: block;
  width: 90%;
  z-index: 10;
  overflow: hidden;
  transition: left 0.25s ease;
  background: #ffffff;
  display: none;
  flex-direction: column;
  align-items: center;
  position: unset;
}
nav.menu.open-menu {
  left: 0;
}
nav.menu .menu-title {
  background: #01868c;
  color: #ffffff;
  padding: 18px;
}
nav.menu ul li:first-child {
  padding-top: 0;
}
nav.menu ul li a {
  display: block;
  padding: 18px;
  color: #505050;
}
nav.menu ul li a:hover {
  background: #eee;
}
nav.menu .menu-title {
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
}
nav.menu .nom_affichage {
  display: none;
}
nav.menu .nom_affichage.connecte {
  position: relative;
  display: block;
  padding: 18px 120px 18px 18px;
  background: #f5f5f5;
  color: #01868c;
  border-bottom: 1px solid #dadada;
}
nav.menu .nom_affichage.connecte:before {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  content: "";
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -1px -526px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  nav.menu .nom_affichage.connecte:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
nav.menu .nom_affichage.connecte a.nom_connecte {
  display: inline-block;
  vertical-align: middle;
  color: #d6236c;
  padding-left: 24px;
  font-weight: 600;
}
nav.menu .nom_affichage.connecte a.deconnecte {
  position: absolute;
  top: 50%;
  height: 24px;
  margin-top: -12px;
  line-height: 2.4rem;
  right: 18px;
  display: inline-block;
  color: #C9C9C9;
}
nav.menu .nom_affichage.connecte a.deconnecte:hover {
  color: #505050;
}
nav.menu .navigation-principale > li {
  font-family: 'Bree Serif', serif;
  color: #01868c;
}
nav.menu .navigation-principale > li a {
  color: #44423E;
}
nav.menu .navigation-principale > li ul {
  display: none;
}
nav.menu .navigation-secondaire {
  background: #f5f5f5;
}
nav.menu .navigation-secondaire li {
  width: 50%;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  display: inline-block;
  text-align: center;
}
nav.menu .navigation-secondaire li.bdt {
  border-top: 1px solid #e8e8e8;
}
nav.menu .navigation-secondaire li a {
  padding: 15px 0;
}
nav.menu .navigation-secondaire li.create {
  background: #ffffff;
  width: 100%;
  padding: 15px;
}
nav.menu .navigation-secondaire li.create a {
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
  background: #01868c;
  color: #ffffff;
}
nav.menu .navigation-secondaire li.create a:hover {
  background: #069AA0;
}
@media (min-width: 992px) {
  nav.menu {
    display: flex;
  }
}
.show-subMenu button {
  border: 0;
  outline: 0;
  background: none;
  padding: 0;
}
nav.show-menu {
  padding: 30px;
  height: 100vh;
  position: fixed;
  overflow: scroll;
}
header {
  padding: 5px 0;
  background: #ffffff;
}
header .menu-header {
  margin-bottom: 5px;
}
header #logo {
  display: inline-block;
  max-width: 150px;
}
header #logo .logofixed {
  display: none;
}
header .navigation-login {
  float: right;
}
header .navigation-login li {
  display: inline-block;
  width: 70px;
  text-align: center;
  margin-left: 4px;
  color: #000000;
}
header .navigation-login li a {
  display: block;
  padding-top: 45px;
  position: relative;
  font-size: 1rem;
  color: #000000;
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
}
header .navigation-login li a span {
  font-family: 'PT Sans', sans-serif;
  white-space: nowrap;
  text-transform: none;
  font-weight: 400;
  text-decoration: underline;
  font-size: 1rem;
}
header .navigation-login li.ico a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 50%;
  margin-left: -38px;
  content: "";
}
header .navigation-login li.ico.account a:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -150px -468px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .navigation-login li.ico.account a:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
header .navigation-login li.ico.basket a:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -225px -468px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .navigation-login li.ico.basket a:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
header .navigation-login li.ico.basket a .nbarticles {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  top: 25px;
  right: 15px;
  min-width: 18px;
  height: 18px;
  border-radius: 30px;
  padding: 1px 2px 0 2px;
  line-height: 1.8rem;
  font-size: 1.25rem;
  background: #d7004d;
  color: #ffffff;
  text-decoration: none;
}
header .search {
  position: relative;
  background: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  margin-bottom: -5px;
  padding: 10px 15px 10px 15px;
}
header .search input {
  display: block;
}
header .search input#search {
  width: 100%;
  min-height: 40px;
  border: 1px solid #e8e8e8;
  padding: 5px 50px 5px 10px;
  outline: none;
  line-height: 2.4rem;
  transition: border 0.25s ease;
  cursor: auto;
}
header .search input#search:focus {
  border: 1px solid #c0c0c0;
}
header .search input#btn-search {
  position: absolute;
  display: block;
  right: 16px;
  top: 11px;
  bottom: 11px;
  width: 40px;
  outline: none;
  padding: 0;
  background-color: transparent;
  border: none;
  border-left: 1px solid #e8e8e8;
  line-height: 2.4rem;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -868px -293px;
  transition: background-color 0.25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .search input#btn-search {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
header .search input#btn-search:hover {
  background-color: #fafafa;
}
header .header-wrapper {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1130px !important;
  padding: 5px 10px;
  margin: 0 auto;
}
header .header-wrapper .logo-chevalier {
  display: flex;
  align-items: center;
  max-width: 200px;
}
header .header-wrapper .espace-pro,
header .header-wrapper .logo-chevalier {
  position: relative;
}
header .header-wrapper .espace-pro a,
header .header-wrapper .logo-chevalier a {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  text-indent: -9999px;
}
header nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: unset;
  background-color: #ffffff;
  padding: unset;
  z-index: 100;
}
header nav.show-menu {
  padding: 30px;
  height: 100vh;
}
@media all and (min-width: 992px) {
  header nav.show-menu {
    padding: unset;
    height: unset;
  }
}
header nav.show-menu #navMobile {
  display: block;
}
@media all and (min-width: 992px) {
  header nav.show-menu #navMobile {
    display: none;
  }
}
@media all and (min-width: 992px) {
  header nav {
    display: block;
    padding: 0;
    position: relative;
  }
}
header nav #navMobile {
  display: none;
  height: 100%;
}
header nav #navMobile .nav-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
header nav #navMobile ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
header nav #navMobile ul li {
  margin-bottom: 15px;
}
header nav #navMobile ul li.sub-menu {
  font-weight: bold;
  cursor: pointer;
}
header nav #navMobile ul li a {
  text-decoration: none;
  color: unset;
  font-size: 1.8rem;
}
header nav #navMobile ul .show-subMenu button {
  font-family: inherit;
  font-size: inherit;
  font-size: 1.8rem;
}
header nav #navMobile ul .show-subMenu[aria-expanded="false"] .subList {
  display: none;
}
header nav #navMobile ul .show-subMenu[aria-expanded="true"] button img {
  transform: rotate(180deg);
}
header nav #navMobile ul .show-subMenu[aria-expanded="true"] .subList {
  display: block;
}
header nav #navMobile ul .show-subMenu .subList {
  padding: 10px 30px;
}
header nav #navMobile ul .show-subMenu .subList ul {
  border-left: 1.5px solid #CDCFD0;
  padding-left: 10px;
}
header nav #navMobile ul .show-subMenu .subList ul li {
  margin-bottom: 10px;
}
header nav .close-menu {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 50px;
  background-color: #d7004d;
  color: #ffffff;
  cursor: pointer;
  outline: #d7004d 1px solid;
  border: 0;
  font-size: 2rem;
}
header nav .close-menu:focus,
header nav .close-menu:hover {
  background-color: #ffffff;
  color: #d7004d;
}
header nav .tel-number,
header nav .info,
header nav .create-account {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: unset;
  margin-top: 2rem;
  width: 100%;
  cursor: pointer;
  font-size: 2rem;
}
header nav .tel-number {
  margin: 0 auto;
  width: max-content;
  position: relative;
  font-weight: bold;
}
header nav .tel-number::before {
  content: "";
  position: absolute;
  background-image: url(/Images/phone-icon-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  fill: #000000;
  left: -30px;
  width: 20px;
  height: 20px;
}
header nav .tel-number:focus,
header nav .tel-number:hover {
  outline: 1px solid #d7004d;
}
header nav .info,
header nav .create-account {
  min-height: 50px;
  border: 1px solid;
  border-radius: 5px;
  padding: 0.6rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .create-account {
  font-family: Bree Serif;
  border-color: #d7004d;
  background-color: #d7004d;
  color: #ffffff;
}
header nav .create-account:focus,
header nav .create-account:hover {
  background-color: #ffffff;
  color: #d7004d;
}
header #navMobile {
  display: block;
}
@media all and (min-width: 992px) {
  header #navMobile {
    display: none;
  }
}
header #navDesktop {
  display: none;
}
@media all and (min-width: 992px) {
  header #navDesktop {
    display: flex;
  }
}
header .burger-menu-btn {
  border: 0;
  outline: 0;
  background: none;
  margin: auto 2rem;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
}
header .burger-menu-btn:focus {
  outline: 1px solid #d7004d;
}
header .burger-menu-btn span {
  position: relative;
  display: block;
  background: #2e3e46;
  width: 20px;
  height: 3px;
  margin: 0 auto;
  transition: transform 0.15s ease 0.25s;
}
header .burger-menu-btn span:before,
header .burger-menu-btn span:after {
  position: absolute;
  display: block;
  background: #2e3e46;
  width: 20px;
  height: 3px;
  content: "";
}
header .burger-menu-btn span:before {
  top: -7px;
}
header .burger-menu-btn span:after {
  bottom: -7px;
}
@media all and (min-width: 992px) {
  header .burger-menu-btn {
    display: none;
  }
}
/* fin HEADER / MENU */
/* BREADCRUMB */
.breadcrumb {
  padding: 15px 0;
}
.breadcrumb .here {
  position: relative;
  background: #01868c;
  color: #ffffff;
  padding: 4px 6px;
  border-radius: 3px 0 0 3px;
  font-style: italic;
  letter-spacing: -0.5px;
  margin-right: 15px;
  height: 26px;
}
.breadcrumb .here:after {
  position: absolute;
  right: -9px;
  top: 50%;
  margin-top: -13px;
  width: 10px;
  height: 26px;
  content: "";
  background-color: transparent;
  background-image: url('../Images/breadcrumb-arw.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 26px;
}
.breadcrumb li {
  position: relative;
  color: #2e3e46;
  margin-right: 10px;
}
.breadcrumb li:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -9px;
  height: 4px;
  width: 4px;
  border-radius: 3px;
  background: #01868c;
  content: "";
}
.breadcrumb li:last-child {
  font-weight: 600;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  color: #2e3e46;
}
.breadcrumb li a:hover {
  color: #01868c;
}
/* fin BREADCRUMB */
/* PAGE TYPE */
#maincontent {
  margin-top: 81px;
}
@media (min-width: 480px) {
  #maincontent {
    margin-top: 155px;
  }
}
.container {
  max-width: 1130px !important;
  padding-top: 15px;
  margin: 0 auto;
}
.page {
  /* SIDEBAR */
  /* fin SIDEBAR */
  /* BLOCS EN DESSOUS DE LA SIDEBAR */
  /* fin BLOCS EN DESSOUS DE LA SIDEBAR */
  /* BARRE DE TRI PRODUITS */
  /* fin BARRE DE TRI PRODUITS */
  /* STYLES DE LA PAGE TYPE : FICHE PRODUIT */
}
.page.gris {
  background: #dadada;
}
.page .blanc {
  padding-top: 1.6rem;
  background: #ffffff;
}
.page .sidebar {
  margin: 15px 0;
}
.page .sidebar ul li {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #dadada;
}
.page .sidebar ul li.active > a {
  background: #01868c !important;
  color: #ffffff !important;
}
.page .sidebar ul li.active span {
  transform: rotate(-180deg);
}
.page .sidebar ul li.active ul {
  max-height: 1000px;
  overflow: visible;
}
.page .sidebar ul li.haschild a {
  padding: 15px 40px 15px 15px;
  transition: background 0.5s ease, color 0.25s ease;
}
.page .sidebar ul li.haschild span {
  position: absolute;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -54px -592px;
  content: "";
  transition: transform 0.25s ease;
  /*border: 1px solid @grisB;*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .sidebar ul li.haschild span {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .sidebar ul li.haschild.opened a {
  background: #f5f5f5;
  color: #01868c;
}
.page .sidebar ul li.haschild.opened span {
  transform: rotate(-180deg);
}
.page .sidebar ul li.haschild.opened ul {
  max-height: 1000px;
  overflow: visible;
}
.page .sidebar ul li.haschild.active ul li a {
  background: #f5f5f5;
}
.page .sidebar ul li.haschild ul li.active > a {
  background: #01868c !important;
  color: #ffffff !important;
}
.page .sidebar ul li.haschild ul li a {
  padding: 15px;
}
.page .sidebar ul li a {
  display: block;
  padding: 15px;
  color: #666666;
}
.page .sidebar ul li a:hover {
  background: #eeeeee;
}
.page .sidebar ul li ul {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.25s ease;
}
.page .sidebar ul li ul li {
  border: none;
}
.page .sidebar ul li ul li a {
  color: #666666 !important;
  padding-left: 30px;
}
.page .sidebar ul li ul li a:hover {
  background: #eeeeee !important;
}
.page .sideblock {
  position: relative;
  background: #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 15px;
}
.page .sideblock .btn {
  position: relative;
  z-index: 2;
  text-decoration: none;
  display: block !important;
  padding: 10px 5px !important;
  text-align: center;
  font-family: 'Bree Serif', serif;
  font-size: 1.4rem;
}
.page .sideblock h3 {
  color: #01868c;
}
.page .sideblock p {
  position: relative;
  z-index: 2;
}
.page .sideblock p strong {
  color: #01868c;
}
.page .sideblock a {
  color: #01868c;
  text-decoration: underline;
}
.page .sideblock:before {
  position: absolute;
  bottom: -35px;
  right: -40px;
  width: 150px;
  height: 150px;
  content: "";
  z-index: 1;
}
.page .sideblock.express:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -450px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .sideblock.express:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .sideblock.conseils:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -600px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .sideblock.conseils:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .sideblock.commandes:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -450px -150px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .sideblock.commandes:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .sideblock.chantier:before {
  bottom: -30px;
  right: -30px;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -600px -150px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .sideblock.chantier:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .sideblock.assistance {
  background: #ffffff url(../Images/hotline.jpg) no-repeat right bottom;
  height: 90px;
  outline: 0px solid #C9C9C9;
  transition: outline 0.1s ease;
}
.page .sideblock.assistance:hover {
  outline: 6px solid #C9C9C9;
}
.page .sideblock.assistance p {
  font-family: 'Bree Serif', serif;
  font-size: 2.2rem;
  margin: 8px 0 5px 0;
}
.page .sideblock.assistance p strong {
  font-weight: 400;
}
.page .sideblock.assistance span {
  font-size: 1.4rem;
}
.page .sideblock.offrescercle a {
  position: relative;
  display: inline-block;
  margin: 2px 0;
  outline: 0px solid #01868c;
  transition: outline 0.1s ease;
}
.page .sideblock.offrescercle a img {
  width: 75px;
}
.page .sideblock.offrescercle a:hover {
  z-index: 1;
  outline: 4px solid #01868c;
}
.page .sideblock.nounderline a {
  text-decoration: none;
}
.page .sideblock.nobefore:before {
  display: none;
}
.page .resultatstri {
  text-align: center;
  background: #ffffff;
  margin: 0 15px 30px 15px;
  padding: 15px 0;
  line-height: 2.4rem;
}
.page .resultatstri select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 5px 32px 5px 5px;
  border: 1px solid #dadada;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../Images/dropdownSmall.png') no-repeat right center;
}
.page .resultatstri .totalresultats {
  display: inline-block;
  vertical-align: middle;
}
.page .resultatstri span.tri {
  display: block;
  margin: 15px 0;
}
.page .resultatstri span.tri input {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  background-color: #f5f5f5;
  position: relative;
  width: 34px;
  height: 34px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.page .resultatstri span.tri input:disabled {
  background-color: transparent !important;
}
.page .resultatstri span.tri input:disabled.btnfirst {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -838px -209px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input:disabled.btnfirst {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .resultatstri span.tri input:disabled.btnprevious {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -868px -209px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input:disabled.btnprevious {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .resultatstri span.tri input:disabled.btnnext {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -837px -180px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input:disabled.btnnext {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .resultatstri span.tri input:disabled.btnlast {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -867px -180px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input:disabled.btnlast {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .resultatstri span.tri input:hover {
  background-color: #eeeeee;
}
.page .resultatstri span.tri input.btnfirst {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -838px -269px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input.btnfirst {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .resultatstri span.tri input.btnprevious {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -868px -269px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input.btnprevious {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .resultatstri span.tri input.btnnext {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -837px -240px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input.btnnext {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .resultatstri span.tri input.btnlast {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -867px -240px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input.btnlast {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .resultatstri span.tri .label {
  line-height: 3rem;
  display: inline-block;
  vertical-align: middle;
}
.page .ficheproduit .gallerie .miniatures {
  height: 60px;
  margin-top: 20px;
  display: flex;
  gap: 8px;
}
.page .ficheproduit .gallerie .miniatures .imageauto {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.page .ficheproduit .gallerie .miniatures .imageauto img {
  object-fit: cover;
}
.page .ficheproduit .gallerie .miniatures padding {
  margin-top: 5px;
}
.page .ficheproduit .gallerie .image-principale {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .ficheproduit .gallerie #modable {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 11 / 6;
}
.page .ficheproduit .gallerie .below-image {
  display: flex;
  justify-content: space-between;
}
.page .ficheproduit .gallerie .below-image p {
  text-align: right;
}
.page .ficheproduit .gallerie .below-image .zoom {
  display: none;
}
.page .ficheproduit .namePrice {
  margin-top: 30px;
  padding-left: 0;
}
.page .ficheproduit .namePrice .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 35px;
}
.page .ficheproduit .namePrice .block p {
  margin: 0;
}
.page .ficheproduit .namePrice .block .name {
  max-width: 580px;
}
.page .ficheproduit .namePrice .red-line {
  height: 3px;
  width: 50px;
  margin-bottom: 15px;
  background-color: #d7004d;
}
.page .ficheproduit .namePrice h1 {
  font-size: clamp(23px, 5vw, 3.4rem);
  color: #2e3e46;
  font-weight: bold;
}
.page .ficheproduit .namePrice .price {
  font-size: 2rem;
}
.page .ficheproduit .namePrice .price span {
  font-size: clamp(23px, 5vw, 3.5rem);
  color: #2e3e46;
  font-weight: bold;
}
.page .ficheproduit .namePrice .pictos {
  display: flex;
  gap: 25px;
  padding: 25px 0 9px 0;
}
.page .ficheproduit .namePrice .pictos img {
  height: 33px;
}
.page .ficheproduit .add-cart {
  border: 1px #e9e9e9 solid;
  padding: 0 13px 0 13px;
  font-size: 15px;
}
.page .ficheproduit .add-cart .block {
  padding: 20px 0 20px 0;
  border-bottom: solid #f1f1f1 1px;
}
.page .ficheproduit .add-cart .product-select .declinaison-liste {
  color: #2e3e46;
  padding: 10px 130px 10px 10px;
  min-width: 250px;
  max-width: 100%;
  appearance: none;
  background: url('data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.19%22%20height%3D%229.533%22%20viewBox%3D%220%200%2015.19%209.533%22%3E%20%3Cpath%20id%3D%22Trac%C3%A9_41%22%20data-name%3D%22Trac%C3%A9%2041%22%20d%3D%22M0%2C1.231%2C1.231%2C0%2C8.119%2C6.888%2C1.231%2C13.776%2C0%2C12.544%2C5.656%2C6.888Z%22%20transform%3D%22translate(14.483%200.707)%20rotate(90)%22%20fill%3D%22%23D7004D%22%20stroke%3D%22%23D7004D%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fsvg%3E') no-repeat right 10px center;
}
.page .ficheproduit .add-cart .declinaison .miniatures {
  margin: 20px 0;
  display: inline-flex;
  gap: 8px;
  color: red;
  flex-direction: column;
  align-items: flex-end;
}
.page .ficheproduit .add-cart .declinaison .miniatures .miniatures_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.page .ficheproduit .add-cart .declinaison .miniatures .miniatures_list .imageauto {
  width: 60px;
  height: 60px;
}
.page .ficheproduit .add-cart .declinaison .miniatures .miniatures_list .imageauto img {
  position: static !important;
  cursor: pointer;
}
.page .ficheproduit .add-cart .declinaison .miniatures .miniatures_list .imageauto img:hover {
  border: #d7004d solid 3px;
}
.page .ficheproduit .add-cart .declinaison .moreLess_link {
  color: #d7004d;
  font-weight: bold;
  text-decoration: underline;
}
.page .ficheproduit .add-cart .declinaison img {
  position: initial;
}
.page .ficheproduit .add-cart .choice {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page .ficheproduit .add-cart .choice .choice-category {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.page .ficheproduit .add-cart .choice .choice-category .radio {
  display: flex;
  gap: 10px;
  align-items: baseline;
  accent-color: #d7004d;
}
.page .ficheproduit .add-cart .choice .choice-quantity {
  display: flex;
  flex-direction: column;
  gap: 3px;
  /*font-size: 0.8em;*/
}
.page .ficheproduit .add-cart .choice .choice-quantity .disponibilite {
  color: #b0b0b0;
  font-size: 0.8em;
}
.page .ficheproduit .add-cart .choice .choice-quantity .disponibilite p {
  margin: 0;
}
.page .ficheproduit .add-cart .choice .choice-quantity .input {
  display: flex;
  height: 30px;
}
.page .ficheproduit .add-cart .choice .choice-quantity .quantitetotal {
  border: none;
  text-align: center;
  width: 70px;
  border: 1px solid #2e3e46;
}
.page .ficheproduit .add-cart .choice .choice-quantity .quantitetotal:focus {
  outline: none;
}
.page .ficheproduit .add-cart .choice .choice-quantity .quantite {
  color: white;
  background-color: #2e3e46;
  text-align: center;
  cursor: pointer;
  width: 22px;
  font-size: 1.4em;
  font-weight: 500;
}
.page .ficheproduit .add-cart .choice .choice-quantity .plus {
  border-radius: 0 3px 3px 0;
}
.page .ficheproduit .add-cart .choice .choice-quantity .moins {
  border-radius: 3px 0 0 3px;
}
.page .ficheproduit .add-cart .result {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  border: none;
}
.page .ficheproduit .add-cart .result span {
  font-weight: bold;
  font-size: clamp(23px, 5vw, 3.5rem);
  color: #2e3e46;
}
.page .ficheproduit .add-cart .result .total,
.page .ficheproduit .add-cart .result .calcul {
  margin: 0;
}
.page .ficheproduit .add-cart .result .button_container {
  display: flex;
  align-items: flex-end;
}
.page .ficheproduit .add-cart .result .button_container .addtobasket {
  background-color: #d7004d !important;
  margin-top: 10px;
}
.page .ficheproduit .labels {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.page .onglets_container {
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.page .onglets_container .onglets {
  box-shadow: 17px 0px 1px -15px #dadada inset;
  margin-bottom: 15px;
}
.page .tabs li {
  display: block;
  font-family: 'Bree Serif', serif;
  color: #666666;
  padding: 16px 15px 20px 15px;
  margin-bottom: 1px;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.25s ease;
}
.page .tabs li:hover {
  border-left: 4px solid #dadada;
}
.page .tabs li.active {
  border-left: 4px solid #d7004d;
  color: #d7004d;
}
.page .contenttabs {
  padding-left: 20px;
}
.page .contenttabs section {
  background: #ffffff;
  padding-top: 15px;
  display: none;
  margin-bottom: 1px;
}
.page .contenttabs section.active {
  display: block;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000a6;
  padding: 5%;
  padding-top: calc(79px + 5%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-img {
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 11 / 6;
  object-fit: cover;
}
/* fin STYLES DE LA PAGE TYPE : FICHE PRODUIT */
/* STYLES PIECES JOINTES */
.page {
  /* fin STYLES PIECES JOINTES */
  /* PAGES DU TYPE : NOS MARQUES */
  /* fin PAGES DU TYPE : NOS MARQUES */
  /* PAGE TYPE : MON COMPTE > PAGES INTERNES */
  /* fin PAGE TYPE : MON COMPTE > PAGES INTERNES */
}
.page .piecesjointes.ib a.fichier {
  display: inline-block;
}
.page .piecesjointes a.fichier {
  position: relative;
  display: block;
  font-family: 'Bree Serif', serif;
  background: #ffffff;
  color: #01868c;
  padding: 20px 15px 20px 65px;
  margin: 0 0 30px 0;
  border-radius: 5px;
}
.page .piecesjointes a.fichier:hover {
  background: #f5f5f5;
}
.page .piecesjointes a.fichier:hover:before {
  border: 1px solid #c0c0c0;
}
.page .piecesjointes a.fichier:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  content: "";
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #dadada;
}
.page .piecesjointes a.fichier.lien:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -194px -602px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .piecesjointes a.fichier.lien:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .piecesjointes a.fichier.pdf:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -150px -602px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page .piecesjointes a.fichier.pdf:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page .piecesjointes a span {
  display: block;
}
.page .blockheader {
  margin-bottom: 30px;
}
.page .blockheader.nosmarques {
  position: relative;
}
.page .blockheader.nosmarques .logoUdirev {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 200px;
}
.page .blockheader.nosmarques img {
  max-width: 740px;
}
.page .blockheader.nosmarques .overlay {
  background: #01868c;
  padding: 15px;
}
.page .blockheader.nosmarques .overlay.vert {
  background: #41A953;
}
.page .blockheader.nosmarques .overlay h1,
.page .blockheader.nosmarques .overlay h2,
.page .blockheader.nosmarques .overlay h3,
.page .blockheader.nosmarques .overlay h4 {
  color: #ffffff;
}
.page .blockheader.nosmarques .overlay h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.page .blockheader.nosmarques .overlay p {
  margin: 0;
  color: #ffffff;
}
.page .block.encart {
  padding: 30px;
}
.page .block.encart.small {
  padding: 15px;
}
.page .block.encart.small h1,
.page .block.encart.small h2,
.page .block.encart.small h3,
.page .block.encart.small h4,
.page .block.encart.small h5,
.page .block.encart.small h6 {
  margin: 0;
}
.page .block.encart.blanc {
  background: #ffffff;
  color: #01868c;
}
.page .block.encart.blanc h1,
.page .block.encart.blanc h2,
.page .block.encart.blanc h3,
.page .block.encart.blanc h4,
.page .block.encart.blanc h5,
.page .block.encart.blanc h6 {
  color: #01868c;
}
.page .block.encart.blanc a {
  color: #01868c;
}
.page .block.encart.blanc .liens a {
  color: #01868c;
  border: 1px solid #01868c;
  transition: background 0.25s ease, color 0.25s ease;
}
.page .block.encart.blanc .liens a:hover {
  background: #01868c;
  color: #ffffff;
  border: 1px solid #01868c;
}
.page .block.encart.chevalier {
  background: #01868c;
  color: #ffffff;
}
.page .block.encart.chevalier h1,
.page .block.encart.chevalier h2,
.page .block.encart.chevalier h3,
.page .block.encart.chevalier h4,
.page .block.encart.chevalier h5,
.page .block.encart.chevalier h6 {
  color: #ffffff;
}
.page .block.encart.chevalier a {
  color: #ffffff;
}
.page .block.encart.chevalier .liens a {
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: background 0.25s ease, color 0.25s ease;
}
.page .block.encart.chevalier .liens a:hover {
  background: #ffffff;
  color: #01868c;
  border: 1px solid #ffffff;
}
.page .block.chevalier {
  color: #01868c;
}
.page .block.chevalier strong {
  text-transform: uppercase;
}
.page .block.chevalier.b .contenu {
  display: block;
  padding: 15px;
  background: #01868c;
}
.page .block.chevalier.ib .contenu {
  display: inline-block;
  padding: 15px;
  background: #ffffff;
  border-left: 4px solid #01868c;
}
.page .block.chevalier.center {
  text-align: center;
}
.page .block.chevalier.center .contenu {
  text-align: left;
}
.page .block.chevalier.right {
  text-align: right;
}
.page .block.chevalier.right .contenu {
  text-align: left;
}
.page .block.vert {
  background: #E8F5E9;
  border: 1px solid #84BD89;
  padding: 15px;
}
.page .block.vert h1,
.page .block.vert h2,
.page .block.vert h3,
.page .block.vert h4,
.page .block.vert h5,
.page .block.vert h6 {
  color: #41A953;
}
.page .liens a {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #01868c;
  transition: background 0.25s ease, color 0.25s ease;
}
.page .liens a:hover {
  background: #01868c;
  color: #dadada;
}
.page.interne .section.interne h2,
.page.interne .section.interne h3,
.page.interne .section.interne h4,
.page.interne .section.interne h5,
.page.interne .section.interne h6 {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 5px;
  color: #505050;
}
.page.interne .section.interne .thumbnails a {
  display: inline-block;
  border: 1px solid #c0c0c0;
  margin: 5px;
  padding: 6px;
  transition: border 0.25s ease, background 0.25s ease;
}
.page.interne .section.interne .thumbnails a:hover {
  background: #ffffff;
  border: 1px solid #C9C9C9;
}
.page.interne .section.interne .catalogue {
  margin-bottom: 15px;
}
.page.interne .section.interne .catalogue .apercu {
  background: #ffffff;
  float: left;
  display: inline-block;
  border: 1px solid #c0c0c0;
  padding: 6px;
  margin-right: 15px;
}
/* fin PAGE TYPE */
footer {
  background: #2e3e46;
  color: white;
  padding-bottom: 50px;
}
footer a {
  color: #dfe2e3;
}
footer a:hover {
  color: #ffffff;
}
footer a:hover h4 {
  color: #ffffff;
}
footer .main-footer-list {
  padding: 5px 10px;
}
footer .main-footer-list .main-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
footer .main-footer-list .main-list .main-list-item a {
  text-decoration: none;
  font-size: 1.4rem;
}
footer .main-footer-list .main-list .main-list-item a:hover {
  color: #d7004d;
}
footer .main-footer-list .main-list .first-list {
  display: none;
}
footer .liens {
  padding: 40px 0px;
}
@media (min-width: 768px) {
  footer .liens {
    padding: 50px 0px;
  }
}
footer .liens h4 {
  color: white;
  display: block;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  footer .liens h4 {
    margin-bottom: 1.5em;
    font-size: 1.6rem;
  }
}
footer .liens ul li a {
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: 1rem;
  color: white;
  line-height: 25px;
}
footer .sidefooter {
  background: #dfe2e3;
  color: #01868c;
  margin: 0 15px 15px 15px;
  padding: 20px 30px;
}
footer .sidefooter a {
  color: #01868c;
}
footer .sidefooter a h1:hover,
footer .sidefooter a h2:hover,
footer .sidefooter a h3:hover,
footer .sidefooter a h4:hover,
footer .sidefooter a h5:hover,
footer .sidefooter a h6:hover {
  color: #069AA0;
}
footer .sidefooter img {
  display: inline-block;
}
footer .sidefooter img.chevalier {
  margin: 15px 0;
}
footer .sidefooter p {
  font-family: 'Bree Serif', serif;
  color: #000000;
}
footer .sidefooter strong {
  font-size: 1.8rem;
  font-weight: 400;
  color: #01868c;
}
footer .sidefooter .pdv .gmap {
  display: block;
  width: 100%;
}
footer .sidefooter .marques a {
  display: inline-block;
  margin: 10px 10px 10px 0;
  max-width: 150px;
}
footer .sidefooter .marques a img {
  height: 60px;
}
footer .subfooter {
  background: #21282b;
  letter-spacing: 1px;
  color: #CDCFD0;
  padding: 20px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
@media (min-height: 768px) {
  footer .subfooter {
    padding: 15px 0;
  }
}
footer .subfooter p {
  margin: 0;
}
footer .subfooter ul li:after {
  content: " |";
  padding: 0px 10px;
}
footer .subfooter ul li:last-child:after {
  content: "";
}
footer .subfooter ul li a {
  color: #CDCFD0;
}
footer .subfooter ul li a:hover {
  color: #ffffff;
}
/* Styles retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .breadcrumb .here:after {
    background-color: transparent;
    background-image: url('../Images/breadcrumb-arw@2x.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 10px 26px;
  }
  .page .resultatstri select {
    background-color: transparent;
    background: url('../Images/dropdownSmall@2x.png') no-repeat right center;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 36px 10px;
  }
  .page .ficheproduit .blocks .block select {
    background-color: transparent;
    background-image: url('../Images/dropdown@2x.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 53px 14px;
  }
}
/* fin Styles retina */
body {
  position: relative;
  background: #dadada;
  /*background-color: @blanc;*/
}
/* Gouti�re + petite pour le grille (avec les classes col-[...]) */
.smgt {
  padding: 10px !important;
}
.button {
  display: inline-block;
  background: #01868c;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 20px;
  border: none;
}
/*------------------------------------*\
    $TOOLTIP
\*------------------------------------*/
span.tooltip {
  position: absolute;
  background-color: #2e3e46;
  padding: 3px 5px;
  color: #fff;
  top: -25px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 100;
  display: none;
}
/*------------------------------------*\
    $COOKIE
\*------------------------------------*/
#cookie {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 10px;
  text-align: center;
}
#cookie p {
  margin: 0;
  padding: 0;
}
#cookie p span {
  padding: 5px !important;
  line-height: 1.2rem;
}
#cookie a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #01868c;
}
#cookie a:hover {
  text-decoration: underline;
}
/*------------------------------------*\
    $PANEL HIGHTLIGHT
\*------------------------------------*/
.panel-highlight {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.panel-highlight img {
  width: 100%;
}
.panel-highlight h2 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.panel-highlight p {
  color: #fff;
}
.panel-highlight .panel-highlight-details {
  padding: 15px 45px 15px 15px;
}
.panel-highlight .panel-highlight-details p {
  margin-bottom: 0;
}
.panel-highlight .panel-highlight-details a {
  color: #fff;
  text-decoration: underline;
}
.panel-highlight .panel-highlight-details a:hover {
  text-decoration: none;
}
/*------------------------------------*\
    $LOADER
\*------------------------------------*/
.loader {
  background: url('../Images/loader.gif') no-repeat center center;
}
/*------------------------------------*\
    $FLOATS RIGHT / LEFT
\*------------------------------------*/
.float-right {
  float: right;
}
.float-left {
  float: left;
}
/*------------------------------------*\
    $MARGES / ESPACEMENTS DE CONTENU
\*------------------------------------*/
.m15 {
  display: block;
  margin: 15px 0;
}
.m30 {
  display: block;
  margin: 30px 0;
}
/*------------------------------------*\
    $CADRES IMAGES
\*------------------------------------*/
img.cadre {
  border: 15px solid #f5f5f5;
  outline: 1px solid #c0c0c0;
}
/*------------------------------------*\
    $BOUTONS
\*------------------------------------*/
a.inline-block {
  display: inline-block;
}
.btn {
  display: inline-block !important;
  padding: 5px 15px !important;
  border: none;
  border-radius: 3px !important;
  cursor: pointer;
}
.btn.big {
  font-family: 'Bree Serif', serif;
  padding: 14px !important;
  font-size: 1.8rem;
}
.btn.rond {
  border-radius: 30px !important;
}
.btn.rond30 {
  width: 30px;
  height: 30px;
  line-height: 3rem;
  padding: 0 !important;
  border-radius: 100% !important;
}
.btn.block {
  display: block;
  width: 100%;
}
.btn.chevalier {
  background: #01868c !important;
  color: #ffffff !important;
}
.btn.chevalier:hover {
  background: #069AA0 !important;
}
.btn.blanc {
  background: #ffffff !important;
  color: #505050 !important;
}
.btn.blanc:hover {
  background: #f5f5f5 !important;
}
.btn.gris {
  background: #f5f5f5 !important;
  color: #505050 !important;
}
.btn.gris:hover {
  background: #fafafa !important;
}
.btn.grisfonce {
  background: #dadada !important;
  color: #505050 !important;
}
.btn.grisfonce:hover {
  background: #C9C9C9 !important;
}
.btn.couleur1 {
  background: #00B2DD !important;
  color: #ffffff !important;
}
.btn.couleur1:hover {
  background: #0CC6F3 !important;
}
.btn.couleur2 {
  background: #d6236c !important;
  color: #ffffff !important;
}
.btn.couleur2:hover {
  background: #FF2C68 !important;
}
.btn.couleur3 {
  background: #ffb90a !important;
  color: #ffffff !important;
}
.btn.couleur3:hover {
  background: #FFC636 !important;
}
.btn.couleur4 {
  background: #20ad69 !important;
  color: #ffffff !important;
}
.btn.couleur4:hover {
  background: #26C578 !important;
}
.panel-getconnected {
  margin-top: 40px;
  border: 1px solid #dadada;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 15px;
  padding: 30px;
}
.panel-getconnected h4 {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}
.panel-getconnected .btn {
  z-index: 2;
  color: white;
  text-align: center;
  font-family: 'Bree Serif', serif;
  font-size: 1.4rem;
  background-color: #d7004d;
  width: 154px;
  font-size: 14px;
  padding: 0 25.5px;
}
/*------------------------------------*\
    $STYLE PRODUIT
\*------------------------------------*/
article.produit {
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
  /*max-width: 300px;*/
  margin-left: auto;
  margin-right: auto;
  /*&:before {
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 42px;
            height: 42px;
            content: "";
        }*/
}
article.produit span.new-product {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #D91D52;
  color: #fff;
  font-weight: 400;
  padding: 3px 7px;
  font-size: 13px;
  text-transform: uppercase;
  z-index: 0;
}
article.produit .image {
  position: relative;
  border-bottom: 2px solid #dadada;
}
article.produit .image.imageauto img {
  max-width: inherit;
  height: inherit;
}
article.produit .image .addtobasket {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
  opacity: 0;
  display: block;
  transition: opacity 0.3s ease;
  background: url('../Images/produit-over.png') repeat;
  z-index: 1;
}
article.produit .image .addtobasket span {
  position: absolute;
  background: #01868c;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -78px;
  width: 154px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  border-radius: 3px;
}
article.produit .image .addtobasket span:hover {
  background: #069AA0;
}
article.produit .image:hover .addtobasket {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
article.produit .lienproduit {
  display: block;
  color: #000000;
}
article.produit .lienproduit:hover {
  color: #01868c;
}
article.produit .lienproduit:hover p {
  color: #01868c;
}
article.produit p {
  font-size: 1.2rem;
  color: #000000;
  padding: 10px;
  margin: 0;
  font-weight: 600;
  height: 74px;
  overflow: hidden;
}
article.produit .prix {
  padding: 0 42px 10px 10px;
  color: #01868c;
  font-weight: 600;
}
article.produit .prix strong {
  font-size: 1.8rem;
}
article.produit .infos {
  /*padding: 0 42px 10px 10px;*/
  color: #01868c;
  font-weight: 600;
  padding-bottom: 8px;
}
article.produit .infos strong {
  font-size: 1.8rem;
}
article.produit .infos p {
  height: auto;
}
article.produit .infos .pictos {
  text-align: right;
  width: 100%;
  height: 20.5px;
}
article.produit .infos .pictos img {
  height: 20px;
  margin-right: 7px;
}
article.produit.sol:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -371px -296px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  article.produit.sol:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
article.produit.peinture:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -413px -296px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  article.produit.peinture:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
article.produit.indispensable:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -455px -296px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  article.produit.indispensable:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
article.produit.mur:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -498px -299px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  article.produit.mur:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
/*------------------------------------*\
    $CLASSES UTILITAIRES
\*------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  overflow-y: scroll;
  min-height: 100%;
}
/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
img {
  height: auto;
  max-width: 100%;
}
.img--right {
  float: right;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.img--left {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}
/*------------------------------------*\
    $TABLES
\*------------------------------------*/
table {
  width: 100%;
  border: 1px solid #000;
}
th,
td {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #000;
}
@media (max-width: 992px) {
  .panel-highlight .panel-highlight-details {
    padding: 15px 30px 15px;
  }
}
.second-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-list ul:nth-of-type(2) {
  margin-top: 1rem;
}
.lkdin {
  background: url(../Images/linkedin-white.svg) no-repeat;
  height: 40px;
  width: 40px;
  margin: auto;
}
.lkdin:hover {
  background: url(../Images/linkedin-red.svg) no-repeat;
}
.inst {
  background: url(../Images/instagram-icon.svg) no-repeat;
  height: 40px;
  width: 40px;
  margin: auto;
  background-size: cover;
}
.inst:hover {
  background: url(../Images/instagram-hover.svg) no-repeat;
  background-size: cover;
}
.follow {
  padding: 18px;
  display: none;
}
.follow .follow-list .lkdin {
  background: url(../Images/linkedin-red.svg) no-repeat;
  height: 40px;
  width: 40px;
}
@media (max-width: 570px) {
  .follow {
    display: block;
  }
}
/*------------------------------------*\
    Inscription
\*------------------------------------*/
.inscription {
    display: flex;
    padding: 0px 16px 80px 16px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background: #EEE;
}

    .inscription header {
        background: #EEE;
        padding: unset;
    }

.inscription__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 12px !important;
    border-bottom: 3px solid #D7004D;
    width: 25%;
}

    .inscription__header h1 {
        color: #2E3E46;
        font-family: "Bree Serif", serif;
        font-size: 26px;
        font-weight: 400;
        margin: unset;
    }

.inscription__intro {
    margin-top: 40px;
    display: flex;
    padding: 16px;
    justify-content: center;
    gap: 8px;
    border-radius: 16px 16px 16px 0px;
    background: #FFF;
    font-family: "Bree Serif", serif;
    font-size: 16px;
    font-weight: 400;
    color: #2E3E46;
    margin-bottom: 40px;
}

.inscription-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.inscription-form__title {
    font-family: "Bree Serif", serif;
    font-size: 24px;
    font-weight: 400;
    color: #D7004D;
}

.inscription-form__description {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2E3E46;
}

.inscription-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

    .inscription-form__field label {
        font-family: "PT Sans", sans-serif;
        font-size: 14px;
        font-weight: 700;
    }

    .inscription-form__field input {
        padding: 10px 15px;
        align-items: flex-start;
        gap: 10px;
        border-radius: 3px;
        border: 0.5px solid #707070;
        background: #FFF;
        font-size: 16px;
    }

.inscription-form__field-container {
    flex-direction: column;
    gap: 1rem;
}

.inscription-form__field select {
    padding: 10px 15px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 3px;
    border: 0.5px solid #707070;
    background: #FFF;
    font-size: 12px;
    color: #2E3E46;
}

.inscription-form__row {
    display: flex;
    gap: 1rem;
}

.inscription-form__section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 32px;
}

.inscription-form__button {
    padding: 9px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #D7004D;
    font-family: "Bree Serif", serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    border: unset;
}

.inscription-form__checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 8px;
}

    .inscription-form__checkbox label {
        color: #2E3E46;
        font-family: "PT Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

.inscription-form__submit {
    display: flex;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #D7004D;
    width: 100%;
    border: unset;
    color: #FFF;
    font-family: "Bree Serif", serif;
    font-size: 18px;
    font-weight: 400;
}

.inscription-form__actions {
    margin-top: 24px;
}

@media (min-width: 1024px) {
    .inscription {
        padding: 0px 80px 80px 80px !important;
    }

    .inscription-form {
        width: 70%;
    }

        .inscription-form .zipcode {
            width: 20%;
        }

    .inscription-form__field-container {
        width: 100%;
    }

    .inscription-form__field select {
        font-size: 16px;
    }
}
/*------------------------------------*\
    RegistrationDetails
\*------------------------------------*/
.registration {
    display: flex;
    padding: 32px 16px 80px 16px;
    flex-direction: column;
    align-items: start;
}

.registration--container {
    width: 70%;
}

.registration__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 12px;
    color: #2E3E46;
    font-family: "Bree Serif", serif;
    font-size: 26px;
    font-weight: 400;
    border-bottom: 3px solid #D7004D;
    white-space: nowrap;
    width: 35%;
}

.registration__info-box {
    padding: 16px;
    background-color: #FFFFFF;
    margin: 28px 0px 40px 0px;
    color: #2E3E46;
    font-family: "Bree Serif", serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 16px 16px 16px 0px;
}

.registration__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.registration__group {
    display: flex;
    gap: 16px;
}

.registration__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.registration__field--zipCode {
    min-width: 120px;
}

.registration__label {
    color: #2E3E46;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.registration__value {
    color: #2E3E46;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
}

.registration__value--container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.registration__section--contact {
    margin-top: 40px;
}

.registration__section-title {
    color: #D7004D;
    font-family: "Bree Serif", serif;
    font-size: 24px;
    font-weight: 400;
}

.copy-button-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.copy-icon-default,
.copy-icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s ease;
}

.copy-icon-default {
    opacity: 1;
}

.copy-icon-hover {
    opacity: 0;
}

.copy-button-container:hover .copy-icon-default {
    opacity: 0;
}

.copy-button-container:hover .copy-icon-hover {
    opacity: 1;
}

.copy-tooltip {
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    background-color: #21282B;
    color: #fff;
    font-family: "PT Sans";
    font-size: 14px !important;
    padding: 2px 4px;
    white-space: nowrap;
    font-size: 0.9em;
    display: none;
    border-radius: 4px;
    z-index: 999;
}

    .copy-tooltip::after {
        content: "";
        position: absolute;
        left: -5px;
        top: 50%;
        transform: translateY(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent #333 transparent transparent;
    }

.copy-button-container:hover .copy-tooltip {
    display: inline-block;
}

@media (min-width: 1024px) {
    .registration {
        padding: 32px 80px 80px 80px;
        display: flex;
        align-items: center;
    }

    .registration__title {
        width: 4%;
    }
}
/*------------------------------------*\
    Confirmation
\*------------------------------------*/
.confirmation {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
}

.confirmation__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.confirmation__title {
    color: #2E3E46;
    font-family: "Bree Serif", serif;
    font-size: 26px;
    font-weight: 400;
    border-bottom: 3px solid #D7004D;
    width: 25%;
    padding-bottom: 10px;
    margin-top: 32px;
}

.confirmation__subtitle {
    color: #D7004D;
    font-family: "Bree Serif", serif;
    font-size: 24px;
    font-weight: 400;
}

.confirmation__text {
    display: flex;
    padding: 16px;
    justify-content: center;
    border-radius: 16px 16px 16px 0px;
    background-color: #FFF;
    color: #2E3E46;
    font-family: "Bree Serif", serif;
    font-size: 16px;
    font-weight: 400;
}

.confirmation__button {
    display: flex;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 1.5px solid #D7004D;
    color: #D7004D !important;
    font-family: "Bree Serif", serif;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .confirmation {
        gap: 40px;
    }

    .confirmation__title {
        width: 6%;
    }

    .confirmation__subtitle {
        margin: unset !important;
    }

    .confirmation__text {
        margin-bottom: unset !important;
    }
}

.breadcrumb-confirmation {
    width: 100%;
}
input,
textarea,
label {
  cursor: auto;
}
form {
  /* firefox 19+ */
  /* ie */
}
form ::-webkit-input-placeholder {
  color: #505050;
}
form ::-moz-placeholder {
  color: #505050;
}
form :-ms-input-placeholder {
  color: #505050;
}
form label.checkbox {
  font-weight: 400 !important;
  cursor: pointer;
}
form.formulaire.compact .field {
  margin-bottom: 20px;
}
form.formulaire.compact label {
  display: block;
  padding: 0 0 5px 0;
  font-weight: 600;
}
form .custom-radio {
  display: inline-block;
  vertical-align: middle;
  min-width: 130px;
  position: relative;
  margin: 15px 0;
}
form .custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
form .custom-radio label {
  display: inline-block;
  text-indent: 30px;
  color: #666;
  cursor: pointer;
}
form .custom-radio input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: white;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0px 0px 0px 5px white;
  border-radius: 30px;
}
form .custom-radio input[type="radio"]:checked + label:before {
  background: #01868c;
}
form .custom-radio input[type="radio"]:checked + label {
  color: #01868c;
}
form div.field {
  margin-bottom: 15px;
}
form div.field input,
form div.field textarea {
  display: block;
  width: 100%;
  padding: 12px 12px 12px 12px;
  border: none;
  outline: none;
  color: #000000;
  transition: border 0.25s ease;
}
form div.field.small {
  margin-bottom: 8px;
}
form div.field.small input,
form div.field.small textarea {
  padding: 6px 6px 6px 6px;
}
form div.field span.coche {
  margin-right: 15px;
}
form div.field label {
  display: none;
}
form div.field input {
  border: 1px solid #c0c0c0;
}
form div.field input:focus {
  border: 1px solid #666666;
}
form div.field select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 2rem;
  padding: 10px;
  border: 1px solid #dadada;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c0c0c0;
  background: #ffffff url('../Images/dropdown.png') no-repeat right center;
  outline: none;
}
form div.field select:focus {
  border: 1px solid #666666;
}
form div.field textarea {
  border: 1px solid #c0c0c0;
}
form div.field textarea:focus {
  border: 1px solid #666666;
}
form input.btn {
  font-family: 'Bree Serif', serif;
  padding: 8px 14px 8px 14px !important;
  font-size: 1.8rem;
}
form textarea {
  resize: vertical;
}
.tableau {
  padding: 0 15px;
}
.tableau.commandes .ligne.fixligne {
  line-height: 2.6rem;
}
.tableau.commandes .ligne.fixligne .btn {
  line-height: 1.6rem;
}
.tableau .adjust {
  display: block;
  height: 10px;
}
.tableau .ligne {
  padding: 15px 0;
}
.tableau .ligne.main {
  background: #ffffff !important;
}
.tableau .ligne.main .title {
  font-weight: 600;
  text-transform: uppercase;
}
.tableau .ligne.new {
  background: none !important;
  border: 2px dashed #c0c0c0;
  margin: 15px 0;
  text-align: center;
}
.tableau .ligne.new input.styled {
  display: inline-block;
  width: 100%;
  max-width: 150px;
}
.tableau .ligne.new .reference {
  text-align: center;
}
.tableau .ligne.new .validerbtn {
  margin-top: 4px;
}
.tableau .ligne.new p {
  font-family: 'Bree Serif', serif;
  font-size: 2rem;
  color: #c0c0c0;
  margin: 6px 0 15px 0;
}
.tableau .ligne:nth-child(even) {
  background: #e8e8e8;
}
.tableau .ligne:nth-child(odd) {
  background: #fafafa;
}
.tableau .ligne .descriptif {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
input.styled,
textarea.styled {
  padding: 8px 6px 8px 6px;
  border: none;
  outline: none;
  color: #000000;
  border: 1px solid #c0c0c0;
  transition: border 0.25s ease;
}
input.styled:focus,
textarea.styled:focus {
  border: 1px solid #666666;
}
input.styled.block,
textarea.styled.block {
  display: block;
  width: 100%;
}
select.styled {
  position: relative;
  display: block;
  width: 100%;
  line-height: 3.2rem;
  padding: 0 45px 0 6px;
  border: 1px solid #dadada;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c0c0c0;
  background: #ffffff url('../Images/dropdown.png') no-repeat right center;
  outline: none;
}
select.styled:focus {
  border: 1px solid #666666;
}
select.styled.block {
  display: block;
  width: 100%;
}
.checkbox {
  cursor: pointer;
}
.checkbox.full {
  display: block;
}
.emailconfirm {
  margin-bottom: 30px;
}
/* PAGE : HOME */
@media (min-width: 768px) {
  .c-bloc {
    background-color: #EEEEEE !important;
  }
}
.c-bloc:nth-of-type(even) {
  background-color: #ffffff;
}
.c-bloc > .container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-bloc > .container {
    padding: 4rem 0;
  }
}
.c-bloc > .container > h2 {
  text-align: center;
  position: relative;
  line-height: 2.5em;
  color: #2e3e46;
}
.c-bloc > .container > h2::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.665rem);
  height: 0;
  width: 20px;
  content: "";
  border-radius: 2px;
  border: 1px solid #d7004d;
  background: #d7004d;
}
.c-bloc > .container > div {
  position: relative;
}
.c-bloc > .container > div .prev,
.c-bloc > .container > div .next {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: calc(50% - 2rem);
  font-size: 3rem;
  color: #d7004d;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.c-bloc > .container > div .next {
  left: unset;
  right: 0;
}
.c-bloc > .container > div .display-none {
  display: none;
}
@media (min-width: 768px) {
  .c-bloc > .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .c-bloc > .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .c-bloc > .container {
    width: 1170px;
    justify-content: space-between;
  }
}
.c-bloc .slideshow-wrapper1 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}
.c-bloc .slideshow-wrapper1 ol,
.c-bloc .slideshow-wrapper1 li {
  list-style-type: none;
}
.c-bloc .slideshow-wrapper1 .indicators {
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 0.7rem;
  width: 100%;
  padding: 1rem 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .c-bloc .slideshow-wrapper1 .indicators {
    display: none;
  }
}
.c-bloc .slideshow-wrapper1 .indicators li {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.c-bloc .slideshow-wrapper1 .indicators li.active {
  transform: scale(150%);
  background: #d7004d;
}
.c-bloc .slideshow-wrapper1 .caption {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-bloc .slideshow-wrapper1 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  right: 0;
  transition: right 0.6s ease-in-out;
}
.c-bloc .slideshow-wrapper1 ul li {
  display: none;
}
.c-bloc .slideshow-wrapper1 ul li.active {
  display: block;
  width: 100%;
}
.c-bloc .slideshow-wrapper1 ul li img {
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  object-fit: none;
}
@media (max-width: 480px) {
  .c-bloc .slideshow-wrapper1 ul li img {
    object-fit: cover;
  }
}
.c-bloc .slideshow-wrapper1 .prev,
.c-bloc .slideshow-wrapper1 .next {
  width: auto;
  margin-top: -22px;
  padding: 1rem;
  color: white !important;
  font-weight: 700;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4) !important;
}
@media (min-width: 768px) {
  .c-bloc .slideshow-wrapper1 .prev,
  .c-bloc .slideshow-wrapper1 .next {
    padding: 1rem 3rem;
  }
}
.c-bloc .slideshow-wrapper1 .prev-icon,
.c-bloc .slideshow-wrapper1 .next-icon {
  text-shadow: 0 0 3px #000000;
  font-size: 2.5rem;
  font-weight: 100;
}
.c-bloc .slideshow-wrapper1 .next {
  border-radius: 3px 0 0 3px;
}
.c-bloc .slideshow-wrapper1 prev:hover,
.c-bloc .slideshow-wrapper1 next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.teaser {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.875rem;
}
@media (max-width: 768px) {
  .teaser {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .teaser {
    padding-bottom: 62px !important;
  }
}
.teaser > * {
  max-width: 90vw;
}
@media (min-width: 468px) {
  .teaser > * {
    width: 530px;
  }
}
.teaser__jumbotron {
  max-width: unset;
  width: 100%;
  margin: 0;
  background-color: #ffff;
}
@media (min-width: 768px) {
  .teaser__jumbotron {
    height: 345px;
    border: 8px solid white;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 480px) {
  .teaser__jumbotron {
    height: 250px;
  }
}
.teaser__jumbotron .active .title {
  border-radius: 3px;
  background: #2e3e46;
  color: #ffffff;
  margin: 1rem auto;
  font-family: Bree Serif;
  padding: 1rem;
}
@media (min-width: 768px) {
  .teaser__jumbotron .active .title {
    width: fit-content;
    font-size: 2.4rem;
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  .teaser__jumbotron .active .title {
    width: 80%;
    font-size: 1.6rem;
    text-align: center;
  }
}
.teaser__jumbotron .active p {
  border-radius: 3px;
  margin: 0 auto;
  width: fit-content;
  background: #d7004d;
  font-family: Bree Serif;
}
.teaser__jumbotron .active p a {
  display: block;
  padding: 0.8rem 2.1rem;
  color: #ffffff;
}
@media (max-width: 480px) {
  .teaser__jumbotron .active .slide-link {
    position: relative;
    top: 15px;
  }
}
.teaser__jumbotron::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -1;
}
.teaser__actualites {
  display: flex;
  flex-direction: column;
}
.teaser__actualites h2 {
  background-color: #2e3e46;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  margin: 0;
  width: fit-content;
}
.teaser__actualites .actu {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .teaser__actualites .actu {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 1.75rem;
    background: #ffffff;
  }
  .teaser__actualites .actu__sideContent {
    max-width: 50%;
  }
}
.teaser__actualites .actu__sideContent__date {
  margin-bottom: 5px;
}
.teaser__actualites .actu__sideContent h3 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .teaser__actualites .actu__sideContent h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .teaser__actualites .actu__sideContent p {
    font-size: 1.6rem;
  }
}
.teaser__actualites .actu * {
  color: #2e3e46;
}
.teaser__actualites .actu img {
  object-fit: cover;
  height: 100%;
}
.teaser__actualites .actu_imgLink {
  width: 225px;
}
@media (max-width: 480px) {
  .teaser__actualites .actu_imgLink {
    height: 230px;
    width: 100%;
  }
  .teaser__actualites .actu_imgLink img {
    width: 100%;
  }
}
.teaser__actualites .actu__main {
  display: flex;
  gap: 1.1875rem;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 480px) {
  .teaser__actualites .actu__main {
    flex-direction: row;
    height: 170px;
  }
}
.teaser__actualites .actu__main time {
  font-size: 1.4rem;
  font-style: italic;
}
.teaser__actualites .actu__link {
  color: #d7004d;
  text-decoration: underline;
  width: fit-content;
  display: block;
  font: normal normal normal 16px/17px Bree Serif;
}
@media (min-width: 480px) {
  .teaser__actualites .actu__link {
    margin-left: auto;
    margin-right: 0;
  }
}
.teaser__actualites .actu__link p {
  display: inline;
  margin: 0;
  color: #d7004d;
}
.teaser__actualites .actu__link img {
  margin-left: 0.7rem;
}
.teaser__actualites a.voir-liste {
  margin: 25px auto;
  border-radius: 3px;
  padding: 0.5rem 2.5rem;
  color: #d7004d;
  border: 1.5px solid #d7004d;
  font-size: 1.5rem;
  width: fit-content;
  font-family: Bree Serif;
}
@media (min-width: 768px) {
  .teaser__actualites a.voir-liste {
    position: absolute;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .teaser__simulateur {
    width: 90vw;
  }
}
@media (min-width: 768px) {
  .teaser__simulateur {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
}
.marques-wrapper {
  background-color: white!important;
}
@media (max-width: 768px) {
  .marques-wrapper {
    display: none;
  }
}
.marques-wrapper h2 {
  margin-bottom: 40px;
}
.slideshow-wrapper2 {
  overflow: hidden;
  padding-bottom: 4rem;
}
.slideshow-wrapper2 ul {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: stretch;
  height: 62px;
  width: fit-content;
  position: relative;
  right: 0;
  transition: right 0.6s ease-in-out;
  margin-bottom: 1.5rem;
}
.slideshow-wrapper2 ul li {
  text-align: center;
  width: 40vw;
  margin: 0 5vw;
  height: 62px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .slideshow-wrapper2 ul li {
    width: 220px;
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .slideshow-wrapper2 ul li {
    width: 275px;
    margin: 0 24px;
  }
}
@media (min-width: 1200px) {
  .slideshow-wrapper2 ul li {
    width: 200px;
    margin: 0 16px;
  }
}
.slideshow-wrapper2 ul li img {
  max-width: 75%;
}
.slideshow-wrapper2 ul li a {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow-wrapper2 .prev,
.slideshow-wrapper2 .next {
  top: 0.5rem !important;
}
.slideshow-wrapper3 {
  overflow: hidden;
  margin: 45px 0px;
}
@media (max-width: 768px) {
  .slideshow-wrapper3 {
    margin: 30px 0px 45px 0px;
  }
}
.slideshow-wrapper3 ul {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  width: fit-content;
  position: relative;
  right: 0;
  transition: right 0.6s ease-in-out;
}
.slideshow-wrapper3 ul li {
  width: 74vw;
  margin: 0 13vw;
}
@media (min-width: 768px) {
  .slideshow-wrapper3 ul li {
    width: 325px;
    margin: 0 25px;
  }
}
@media (min-width: 992px) {
  .slideshow-wrapper3 ul li {
    width: 275px;
    margin: 0 24px;
  }
}
@media (min-width: 1200px) {
  .slideshow-wrapper3 ul li {
    width: 260px;
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .slideshow-wrapper3 .next {
    right: 20px !important;
  }
  .slideshow-wrapper3 .prev {
    left: 20px !important;
  }
}
@media (max-width: 768px) {
  .slideshow-wrapper3 .next,
  .slideshow-wrapper3 .prev {
    color: #2e3e46 !important;
  }
}
@media (min-width: 1200px) {
  .slideshow-wrapper3 .next,
  .slideshow-wrapper3 .prev {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .selection-du-moment {
    background-color: #dadada;
    padding: 15px 0px;
  }
}
.selection-du-moment ul li {
  background-color: #ffffff;
  height: 280px;
}
@media (max-width: 768px) {
  .selection-du-moment ul li {
    height: 300px;
  }
}
.selection-du-moment ul li header {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
}
.selection-du-moment ul li header img {
  height: 160px;
  object-fit: cover;
}
.selection-du-moment ul li header h5 {
  text-transform: uppercase;
  padding: 1rem;
  padding-bottom: 3px;
  margin: 0;
  font: normal normal bold 12px/16px PT Sans;
  color: #2e3e46;
}
.selection-du-moment ul li p {
  font: normal normal normal 14px/17px PT Sans;
  padding: 0 1rem;
  margin: 0;
  color: #2e3e46;
}
.selection-du-moment ul li footer {
  position: absolute;
  bottom: 0px;
  color: #707070;
  background: transparent;
  font: normal normal bold 10px/23px PT Sans;
  padding: 1rem;
}
.picto-wrapper {
  padding: 20px 0px;
  background-color: white;
}
@media (min-width: 768px) {
  .picto-wrapper {
    padding: 5.6rem 0px;
    background-color: #eeeeee;
  }
}
.picto-wrapper .picto-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.picto-wrapper .picto-container {
  margin: 5px;
  background-color: white;
  box-shadow: 0px 0px 14px #0000001C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1rem;
  box-sizing: border-box;
}
@media (min-width: 0px) {
  .picto-wrapper .picto-container {
    width: 43%;
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .picto-wrapper .picto-container {
    width: 17%;
    margin: 5px;
  }
}
.picto-wrapper .picto-container .separator {
  height: 2px;
  width: 21px;
  background-color: #d7004d;
  margin: 10px 0px;
}
.picto-wrapper .picto-container p {
  font: normal normal normal 1.4rem/1rem Bree Serif;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .picto-wrapper .picto-container p {
    font-size: 1.1rem;
  }
}
.promotions {
  background: #dadada;
  padding: 35px 0 0 0;
  text-align: center;
}
.promotions img {
  display: inline-block;
  margin-bottom: 30px;
}
.categories {
  background: #2e3e46;
  color: #ffffff;
  padding: 15px 0;
}
.categories .categorie {
  background: #2e3e46;
  margin: 15px 0;
  text-align: center;
}
.categories .categorie a {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  width: 100%;
  max-width: 285px;
}
.categories .categorie a .bulle {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.categories .categorie a h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #ffffff;
}
.categories .categorie.sol .bulle {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -17px -392px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .categories .categorie.sol .bulle {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.categories .categorie.peinture .bulle {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -93px -393px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .categories .categorie.peinture .bulle {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.categories .categorie.indispensable .bulle {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -167px -392px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .categories .categorie.indispensable .bulle {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.categories .categorie.mur .bulle {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -242px -392px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .categories .categorie.mur .bulle {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.categories .categorie img {
  display: none;
}
.produit .image.imageauto {
  height: 250px;
}
.selection {
  background: #eeeeee;
  padding: 30px 0 0 0;
}
.selection .produit .image.imageauto {
  height: 250px;
}
.selection .produit p {
  height: 50px;
  overflow: hidden;
}
.prefooter {
  background-color: #ffff;
  padding: 30px 0px 10px 0px;
}
@media (min-width: 768px) {
  .prefooter {
    padding: 100px 0px;
  }
}
.prefooter .encart {
  position: relative;
  display: block;
  padding: 20px 0 0 0;
  margin-bottom: 15px;
  background: #dfe2e3;
  text-align: center;
  color: #000000;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prefooter .encart {
    margin-bottom: 0px;
  }
}
.prefooter .encart:before {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  content: "";
}
.prefooter .encart.pdv:before {
  top: 15px;
  right: -30px;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -300px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .prefooter .encart.pdv:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.prefooter .encart.catalogue:before {
  top: 15px;
  right: -43px;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .prefooter .encart.catalogue:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.prefooter .encart.avantage:before {
  top: 10px;
  right: -53px;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -150px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .prefooter .encart.avantage:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.prefooter .encart h3 {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #d7004d;
  padding: 0 15px;
}
.prefooter .encart p {
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 15px;
}
.prefooter .encart img {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.prefooter .encart .bouton {
  position: relative;
  z-index: 2;
  background: #2e3e46;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 15px;
  min-height: 55px;
  line-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prefooter .encart .bouton:hover {
  background: #069AA0;
}
.prefooter .encart .bouton p {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.4rem;
}
.prefooter .encart.catalogue img {
  margin-bottom: 10px;
}
/* fin PAGE : HOME */
/* PAGES INTERNES */
.page {
  /* PAGE : NOS MARQUES */
  /* fin PAGE : NOS MARQUES */
  /* PAGE : NOS ENGAGEMENTS */
  /* fin PAGE : NOS ENGAGEMENTS */
  /* PAGE : NOS POINTS DE VENTE */
  /* fin PAGE : NOS POINTS DE VENTE */
  /* PAGE : NOS CONSEILS */
  /* fin PAGE : NOS CONSEILS */
  /* PAGE : MON ESPACE */
  /* fin PAGE : MON ESPACE */
  /* PAGE : MON COMPTE */
  /* fin PAGE : MON COMPTE */
  /* PAGE : INSCRIPTION VALIDE */
  /* fin PAGE : INSCRIPTION VALIDE */
}
.page.nosmarques .gammesproduits ul li {
  margin: 30px 0;
}
.page.nosmarques .gammesproduits ul li strong {
  color: #01868c;
  font-weight: 600;
}
.page.nosmarques .gammesproduits ul li p {
  margin: 0;
}
.page.nosmarques .gammesproduits ul li p strong {
  font-weight: 400;
}
.page.nosmarques .gammesproduits ul li p span {
  font-family: 'Bree Serif', serif;
  color: #505050;
}
.page.nosmarques .gammesproduits ul li img {
  display: inline-block;
  margin-top: 10px;
}
.page.nosmarques .arguments_marque .iconeargu {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.page.nosmarques .arguments_marque .iconeargu.un {
  margin: 5px 20px 15px 0;
}
.page.nosmarques .arguments_marque .iconeargu.deux {
  margin: 5px 20px 15px 0;
}
.page.nosmarques .arguments_marque .iconeargu.trois {
  margin: 5px 20px 15px 0;
}
.page .marques-list {
  display: flex;
  flex-wrap: wrap;
}
.page .marques-list h1 {
  flex: 100%;
}
.page .marques-list > div {
  height: 180px;
}
.page .marques-list .marque-container {
  padding: 10px;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 3px solid #01868c;
}
.page .marques-list .marque-container .nom {
  color: #01868c;
}
.page .marques-list .marque-container .adresse {
  height: 100px;
}
.page .marques-list .marque-container .adresse p {
  height: 100%;
}
.page .marques-list .marque-container .adresse img {
  height: 100%;
}
.page .marques-list .marque-container .adresse .logoUdirev {
  position: absolute;
  left: 35px;
  top: 55px;
  width: 70px;
  height: auto;
}
.page.nosengagements .chiffrescles ul li {
  text-align: center;
  margin-bottom: 30px;
}
.page.nosengagements .chiffrescles ul li img {
  display: inline-block;
}
.page.nosengagements .chiffrescles ul li span {
  display: block;
}
.page.nosengagements .chiffrescles ul li strong {
  font-weight: 600;
  color: #01868c;
}
.page.nosengagements.peintureseco h2 {
  color: #41A953;
}
.page.nosengagements.peintureseco img.ib {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.page.nosengagements.peintureseco .quote p {
  color: #41A953;
}
.page.nosengagements.peintureseco .block.vert ul.style li strong {
  color: #41A953;
}
.page.nospointsdevente .compteur .nombre {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #c0c0c0;
  padding: 5px 4px 5px 5px;
  margin: 0 10px 10px 0;
}
.page.nospointsdevente .compteur .nombre .chiffre {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Bree Serif', serif;
  color: #ffffff;
  background: #01868c;
  font-size: 2.4rem;
  line-height: 3.8rem;
  margin: 0 1px 0 0;
  padding: 0 8px;
  text-align: center;
}
.page.nospointsdevente .compteur p {
  display: inline-block;
  font-family: 'Bree Serif', serif;
  color: #01868c;
  font-size: 1.8rem;
}
.page.nospointsdevente #gmap {
  width: 100%;
}
.page.nospointsdevente .pdv {
  display: block;
  margin-bottom: 30px;
}
.page.nospointsdevente .pdv .nom {
  display: block;
  background: #ffffff;
  color: #01868c;
  padding: 10px 15px 10px 15px;
  margin-bottom: 1px;
  font-family: 'Bree Serif', serif;
  font-size: 1.6rem;
  border-left: 4px solid #01868c;
}
.page.nospointsdevente .pdv .nom p {
  margin: 0;
}
.page.nospointsdevente .pdv .nom strong {
  font-weight: 400;
}
.page.nospointsdevente .pdv .adresse {
  background: #ffffff;
}
.page.nospointsdevente .pdv .adresse p {
  padding: 10px 15px 10px 15px;
  border-left: 4px solid #c0c0c0;
  margin: 0;
}
.page.nospointsdevente .pdv .telephone {
  background: #ffffff;
}
.page.nospointsdevente .pdv .telephone p {
  padding: 0 15px 10px 15px;
  border-left: 4px solid #c0c0c0;
  margin: 0;
}
.page.moncompte {
  /* PARTIALS : MON ESPACE HEADER*/
  /* fin PARTIALS : MON ESPACE HEADER*/
  /* PARTIALS : MON ESPACE DROPDOWN*/
  /* fin PARTIALS : MON ESPACE HEADER*/
}
.page.moncompte .mon_espace_bloc .section-h3 {
  margin-top: 25px;
}
.page.moncompte .quote {
  font-family: 'PT Sans', serif;
  font-size: 16px;
  background: none;
  color: #2e3e46;
  padding: 0;
  margin-top: 25px;
}
.page.moncompte .quote::before {
  background: none;
}
.page.moncompte .contact_info_wrapper .contact_info_subtitle {
  font-family: 'Bree Serif', serif;
  font-weight: 400;
  color: #01868c;
  font-size: 22px;
  margin: 0 0 34px;
}
.page.moncompte .contact_info_wrapper .contact_info_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}
.page.moncompte .contact_info_wrapper .my_contact_container {
  font-family: 'PT Sans';
  margin-right: 70px;
}
.page.moncompte .contact_info_wrapper .my_contact_container h2 {
  font-family: 'PT Sans', serif;
  font-weight: 700;
  color: #2e3e46;
  margin-bottom: 7px;
  font-size: 20px;
}
.page.moncompte .contact_info_wrapper .my_contact_container ul li {
  font-size: 18px;
}
.page.moncompte .contact_info_wrapper .card_contact_container {
  padding: 15px 20px;
  display: flex;
  background-color: #ffffff;
  width: 380px;
}
.page.moncompte .contact_info_wrapper .card_contact_container .card_contact-image {
  object-fit: contain;
  width: 30%;
  margin-right: 27px;
}
.page.moncompte .contact_info_wrapper .card_contact_container .card_contact-image img {
  height: 100%;
  object-fit: contain;
}
.page.moncompte .contact_info_wrapper .card_contact_container .card_contact-info {
  width: calc(70% - 27px);
}
.page.moncompte .contact_info_wrapper .card_contact_container .card_contact-info h2 {
  font-family: 'PT Sans', serif;
  font-weight: 700;
  color: #2e3e46;
  margin-bottom: 5px;
  font-size: 18px;
}
.page.moncompte .contact_info_wrapper .card_contact_container .card_contact-info ul li {
  font-size: 16px;
  line-height: 1.4;
}
.page.moncompte .contact_info_wrapper .card_contact_container .card_contact-info ul li img {
  margin-right: 15px;
}
.page.moncompte .contact_info_wrapper .card_contact_container .card_contact-info ul li.card_contact-mail {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.page.moncompte .contact_info_wrapper .card_contact_container .card_contact-info ul li.card_contact-mail a {
  color: #2e3e46;
}
.page.moncompte .contact_info_wrapper .card_contact_container .card_contact-info ul li.card_contact-tel a {
  font-weight: 700;
}
.page.moncompte .mon_espace_nav_desktop {
  display: none;
}
.page.moncompte .mon_espace_nav_desktop ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px #707070 solid;
}
.page.moncompte .mon_espace_nav_desktop ul li {
  flex-grow: 1;
  border-right: 1px #707070 solid;
  background-color: #ffffff;
}
.page.moncompte .mon_espace_nav_desktop ul li:nth-last-child(1) {
  border: none;
}
.page.moncompte .mon_espace_nav_desktop ul li:hover {
  background-color: #01868c;
}
.page.moncompte .mon_espace_nav_desktop ul li:hover img {
  filter: invert(99%) sepia(3%) saturate(40%) hue-rotate(358deg) brightness(113%) contrast(100%);
}
.page.moncompte .mon_espace_nav_desktop ul li:hover > .mon_espace_nav-items {
  color: #ffffff;
}
.page.moncompte .mon_espace_nav_desktop .mon_espace_nav-items {
  color: #2e3e46;
  height: 42px;
  font-size: 16px;
  font-family: 'Bree Serif', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 20px;*/
}
.page.moncompte .mon_espace_nav_desktop .mon_espace_nav-items.active {
  background-color: #01868c;
  color: #ffffff;
}
.page.moncompte .mon_espace_nav_desktop .mon_espace_nav-items.active img {
  filter: invert(99%) sepia(3%) saturate(40%) hue-rotate(358deg) brightness(113%) contrast(100%);
}
.page.moncompte .mon_espace_nav_desktop .mon_espace_nav-items img {
  height: 22px;
  width: 22px;
  margin-right: 11px;
}
.page.moncompte .mon_espace_nav_mobile {
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
.page.moncompte .mon_espace_nav_mobile #mon_espace_nav-dropdown-button,
.page.moncompte .mon_espace_nav_mobile .mon_espace_nav-items {
  height: 42px;
  font-size: 16px;
  font-family: 'Bree Serif', serif;
  padding: 10px 13px;
}
.page.moncompte .mon_espace_nav_mobile #mon_espace_nav-dropdown-button {
  width: 100%;
  text-align: left;
  background-color: #01868c;
  border: 1px #707070 solid;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.page.moncompte .mon_espace_nav_mobile #mon_espace_nav-dropdown-button img {
  filter: invert(99%) sepia(3%) saturate(40%) hue-rotate(358deg) brightness(113%) contrast(100%);
  height: 22px;
  width: 22px;
  margin-right: 11px;
}
.page.moncompte .mon_espace_nav_mobile .arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: calc(50% - 6px);
  right: 17px;
  z-index: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.page.moncompte .mon_espace_nav_mobile .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.page.moncompte .mon_espace_nav_mobile #mon_espace_nav-dropdown-content {
  width: 100%;
}
.page.moncompte .mon_espace_nav_mobile .mon_espace_nav-items {
  color: #2e3e46;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.page.moncompte .mon_espace_nav_mobile .mon_espace_nav-items img {
  height: 22px;
  width: 22px;
  margin-right: 11px;
}
.page.moncompte .mon_espace_nav_mobile .mon_espace_nav-items.hide {
  display: none;
}
.page.moncompte .dropdown {
  display: inline-block;
}
.page.moncompte .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page.moncompte .dropdown-content a:hover {
  background-color: #ddd;
}
.page.moncompte .show {
  display: block;
}
.page.moncompte .nouveauclient {
  background: #01868c;
  color: #ffffff;
  border: 1px solid #01868c;
  padding: 15px 30px;
  text-align: center;
}
.page.moncompte .nouveauclient h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-top: 10px;
}
.page.moncompte .nouveauclient a {
  font-family: 'Bree Serif', serif;
  padding: 8px 14px 8px 14px !important;
  font-size: 1.8rem;
}
.page.moncompte .nouveauclient input {
  border: 1px solid #01868c;
}
.page.moncompte .nouveauclient input.btn.chevalier {
  background: #ffffff !important;
  color: #01868c !important;
}
.page.moncompte .nouveauclient input.btn.chevalier:hover {
  background: #eeeeee !important;
}
.page.moncompte .dejaclient {
  position: relative;
  background: #ffffff;
  padding: 15px 30px;
}
.page.moncompte .dejaclient h2 {
  font-size: 2rem;
  color: #666666;
  margin-top: 10px;
}
.page.moncompte .dejaclient .mdp_oublie {
  text-align: center;
}
.page.moncompte .dejaclient .mdp_oublie a {
  color: #505050;
}
.page.moncompte .dejaclient .bordercolor {
  position: absolute;
  bottom: 0;
  height: 4px;
  right: 0;
  left: 0;
}
.page.moncompte .dejaclient .bordercolor span {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 4px;
  background: red;
}
.page.moncompte .dejaclient .bordercolor span.un {
  background: #00B2DD;
}
.page.moncompte .dejaclient .bordercolor span.deux {
  background: #d6236c;
}
.page.moncompte .dejaclient .bordercolor span.trois {
  background: #ffb90a;
}
.page.moncompte .dejaclient .bordercolor span.quatre {
  background: #20ad69;
}
.page.moncompte .arguments_compte a {
  color: #505050;
}
.page.moncompte .arguments_compte a:hover .argument {
  background: #f5f5f5;
}
.page.moncompte .arguments_compte a:hover .argument .icone {
  background-color: #f5f5f5;
}
.page.moncompte .arguments_compte .argument {
  position: relative;
  background: #ffffff;
  padding: 60px 30px 30px 30px;
  margin: 40px 0 20px 0;
}
.page.moncompte .arguments_compte .argument a {
  color: #505050;
  text-decoration: underline;
}
.page.moncompte .arguments_compte .argument .icone {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  background: #ffffff;
  border: 4px solid #dadada;
  border-radius: 100%;
}
.page.moncompte .arguments_compte .argument .icone:before {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  border-radius: 100%;
  content: "";
}
.page.moncompte .arguments_compte .argument .icone .debug:before {
  position: absolute;
  width: 1px;
  top: 0;
  left: 50%;
  bottom: 0;
  content: "";
  background: red;
}
.page.moncompte .arguments_compte .argument .icone .debug:after {
  position: absolute;
  height: 1px;
  top: 50%;
  right: 0;
  left: 0;
  content: "";
  background: red;
}
.page.moncompte .arguments_compte .argument.un {
  border-top: 4px solid #d6236c;
}
.page.moncompte .arguments_compte .argument.un > strong {
  color: #d6236c;
}
.page.moncompte .arguments_compte .argument.un .icone:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -529px -605px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page.moncompte .arguments_compte .argument.un .icone:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page.moncompte .arguments_compte .argument.deux {
  border-top: 4px solid #d6236c;
}
.page.moncompte .arguments_compte .argument.deux > strong {
  color: #d6236c;
}
.page.moncompte .arguments_compte .argument.deux .icone:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -600px -606px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page.moncompte .arguments_compte .argument.deux .icone:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page.moncompte .arguments_compte .argument.trois {
  border-top: 4px solid #d6236c;
}
.page.moncompte .arguments_compte .argument.trois > strong {
  color: #d6236c;
}
.page.moncompte .arguments_compte .argument.trois .icone:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -679px -603px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page.moncompte .arguments_compte .argument.trois .icone:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page.moncompte .arguments_compte .argument.quatre {
  border-top: 4px solid #d6236c;
}
.page.moncompte .arguments_compte .argument.quatre > strong {
  color: #d6236c;
}
.page.moncompte .arguments_compte .argument.quatre .icone:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -752px -603px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page.moncompte .arguments_compte .argument.quatre .icone:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page.moncompte .arguments_compte .argument.cinq {
  border-top: 4px solid #d6236c;
}
.page.moncompte .arguments_compte .argument.cinq > strong {
  color: #d6236c;
}
.page.moncompte .arguments_compte .argument.cinq .icone:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -827px -603px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page.moncompte .arguments_compte .argument.cinq .icone:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page.moncompte .arguments_compte .argument.six {
  border-top: 4px solid #d6236c;
}
.page.moncompte .arguments_compte .argument.six > strong {
  color: #d6236c;
}
.page.moncompte .arguments_compte .argument.six .icone:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -452px -603px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page.moncompte .arguments_compte .argument.six .icone:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page.moncompte .arguments_compte .argument.sept {
  border-top: 4px solid #d6236c;
}
.page.moncompte .arguments_compte .argument.sept > strong {
  color: #d6236c;
}
.page.moncompte .arguments_compte .argument.sept .icone:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -452px -678px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page.moncompte .arguments_compte .argument.sept .icone:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page.moncompte.connecte .arguments_compte .argument {
  margin: 0 0 30px 0;
  padding: 30px 30px 30px 30px;
  min-height: inherit;
}
.page.moncompte.connecte .arguments_compte .argument strong {
  font-size: 1.8rem;
}
.page.moncompte.connecte .arguments_compte .argument .icone {
  top: 50%;
  left: 65px;
  margin-top: -45px;
}
.page.inscription.valide .check {
  position: relative;
  text-align: center;
}
.page.inscription.valide .check span {
  position: relative;
}
.page.inscription.valide .check span.el1 {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  background-color: #20ad69;
  border-radius: 100%;
}
.page.inscription.valide .check span.el1:before {
  position: absolute;
  top: 40%;
  left: 60%;
  width: 74px;
  margin-left: -37px;
  height: 74px;
  margin-top: -37px;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -750px 0px;
  transform: rotate(5deg);
  overflow: hidden;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page.inscription.valide .check span.el1:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.page.inscription.valide .check span.el1:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-width: 3px;
  border-color: #20ad69;
  border-style: solid;
  border-radius: 100%;
  animation-name: wave;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.page.inscription.valide .message .confirmation {
  text-align: center;
  margin-top: 10px;
}
.page.inscription.valide .message .confirmation p {
  font-family: 'Bree Serif', serif;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #20ad69;
  margin-top: 25px;
}
.page.inscription.valide .message .confirmation p strong {
  font-weight: 400;
}
/* fin PAGES INTERNES */
/* PAGE PANIER */
.panier .process .etape {
  display: block;
  vertical-align: middle;
  background: #eeeeee;
  color: #ababab;
  padding: 15px;
  margin: 0 1px 1px 0;
  line-height: 3rem;
}
.panier .process .etape .bulle {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-family: 'Bree Serif', serif;
  font-weight: 400;
  color: #ababab;
  border: 1px solid #dadada;
  text-align: center;
  border-radius: 100%;
  margin-right: 15px;
  font-size: 2rem;
  line-height: 2.6rem;
}
.panier .process .etape.active {
  background: #ffffff;
  color: #01868c;
}
.panier .process .etape.active .bulle {
  background: #01868c;
  border: none;
  color: #ffffff;
}
.panier .tableau .ligne {
  position: relative;
  min-height: 45px;
}
.panier .tableau .ligne .produit .ref:hover {
  text-decoration: underline;
}
.panier .tableau .ligne .deleteArticle {
  font-family: 'PT Sans', sans-serif;
}
.panier .tableau .ligne .img_produit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 0 10px 0;
}
.panier .tableau .ligne .conditionnement {
  font-style: italic;
}
.panier .tableau .ligne span.categorie {
  display: none;
}
.panier .tableau .ligne .note {
  color: #01868c;
  margin: 15px 0;
}
.panier .tableau .ligne .note .closeNote {
  display: inline-block;
  margin-bottom: 18px;
  text-decoration: underline;
  font-size: 1rem;
}
.panier .tableau .ligne .note .toggleNote {
  display: inline-block;
  background: #C3D4D6;
  border-radius: 3px;
  padding: 10px 20px;
  color: #01868c;
}
.panier .tableau .ligne .note .toggleNote:hover {
  background: #D1DEDF;
}
.panier .tableau .ligne .note textarea {
  display: block;
  resize: vertical;
  max-height: 80px;
  width: 100%;
  margin: 0;
  color: #505050;
}
.panier .tableau .ligne .note.opened .commentaire {
  display: block;
}
.panier .totalpanier {
  font-family: 'Bree Serif', serif;
  font-size: 2.6rem;
  margin-top: 30px;
  text-align: center;
}
.panier .totalpanier .actualiser {
  position: relative;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding: 10px 0;
}
.panier .totalpanier .actualiser:before {
  position: absolute;
  display: block;
  left: -25px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -880px -449px;
  content: "";
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .panier .totalpanier .actualiser:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.panier .totalpanier .actualiser:hover {
  color: #01868c;
}
.panier .totalpanier .actualiser:hover:before {
  background-size: 900px 900px;
  background-image: url(../Images/sprite.png);
  background-repeat: no-repeat;
  background-position: -880px -472px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .panier .totalpanier .actualiser:hover:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.panier .totalpanier span {
  color: #d7004d;
  font-size: 3.6rem;
}
.panier .soustotalpanier {
  font-family: 'Bree Serif', serif;
  font-size: 1.8rem;
  margin-top: 30px;
  text-align: center;
}
.panier .soustotalpanier span {
  color: #01868c;
  font-size: 2.4rem;
}
.panier .soustotalfp {
  font-size: 1.4rem;
  margin-top: 30px;
  text-align: center;
}
.panier .soustotalfp strong {
  font-family: 'Bree Serif', serif;
  font-size: 1.8rem;
  font-weight: 400;
}
.panier .soustotalfp span {
  color: #01868c;
  font-size: 2.4rem;
}
.panier .cgv .checkbox {
  cursor: pointer;
}
.panier .cgv .checkbox a {
  color: #01868c;
}
.panier .cgv .checkbox a:hover {
  text-decoration: underline;
}
/* fin : PAGE PANIER */
.livraison .choix_livraison {
  margin-top: 5px;
}
.livraison .choix_livraison .choix {
  position: relative;
  background: #f5f5f5;
  padding: 30px 30px 10px 30px;
  cursor: pointer;
}
.livraison .choix_livraison .choix:hover {
  background: #ffffff;
}
.livraison .choix_livraison .choix:hover:after {
  background: #505050;
}
.livraison .choix_livraison .choix:after {
  position: absolute;
  display: block;
  top: 30px;
  left: 30px;
  width: 25px;
  height: 25px;
  background: #dadada;
  border: 5px solid #dadada;
  border-radius: 100%;
  content: "";
}
.livraison .choix_livraison .choix .paschoisi {
  position: absolute;
  display: block;
  top: 25px;
  left: 70px;
  right: 30px;
  height: 30px;
  color: #505050;
  font-size: 1.6rem;
  line-height: 3rem;
}
.livraison .choix_livraison .choix .paschoisi span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6rem;
}
.livraison .choix_livraison .choix .choisi {
  position: absolute;
  display: none;
  top: 25px;
  left: 70px;
  right: 30px;
  height: 30px;
  color: #01868c;
  font-size: 1.8rem;
  line-height: 3rem;
}
.livraison .choix_livraison .choix .choisi span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6rem;
}
.livraison .choix_livraison .choix .mode {
  margin-top: 40px;
}
.livraison .choix_livraison .choix .mode p {
  display: none;
}
.livraison .choix_livraison .detail {
  display: none;
  background: #f5f5f5;
  padding: 20px 30px 30px 30px;
  border-top: 1px dashed #dadada;
}
.livraison .choix_livraison .detail .block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.livraison .choix_livraison .detail .block.total {
  text-align: center;
  margin: 0;
  border: none;
}
.livraison .choix_livraison .detail .block.total strong {
  font-family: 'Bree Serif', serif;
  font-weight: 400;
  font-size: 2.8rem;
}
.livraison .choix_livraison .detail .block .formulaire_adresse {
  margin-top: 15px;
}
.livraison .choix_livraison .detail .points_relais {
  margin: 30px 0;
}
.livraison .choix_livraison .detail .points_relais h4 {
  display: block;
  margin-top: 15px;
  background: #01868c;
  color: #ffffff;
  padding: 5px 15px;
}
.livraison .choix_livraison .detail .points_relais .ptrelais {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 15px;
  margin-bottom: 5px;
  border-left: 4px solid #01868c;
}
.livraison .choix_livraison .detail .points_relais .ptrelais:hover {
  background: #fafafa;
}
.livraison .choix_livraison .detail .points_relais .ptrelais input {
  position: absolute;
  left: 15px;
  top: 19px;
  display: inline-block;
  vertical-align: middle;
}
.livraison .choix_livraison .detail .points_relais .ptrelais strong {
  position: relative;
  left: 20px;
  display: inline-block;
  font-family: 'Bree Serif', serif;
  color: #01868c;
  margin-bottom: 15px;
  font-weight: 400;
}
.livraison .choix_livraison.checked .choix {
  background: #ffffff;
}
.livraison .choix_livraison.checked .choix:after {
  background: #01868c;
  border: 5px solid #dadada;
}
.livraison .choix_livraison.checked .choix .paschoisi {
  display: none;
}
.livraison .choix_livraison.checked .choix .choisi {
  display: block;
}
.livraison .choix_livraison.checked .choix:after {
  display: block;
}
.livraison .choix_livraison.checked .detail {
  display: block;
}
.credits #goweb {
  width: 100%;
  max-width: 499px;
  height: 900px;
}
.plan .sitemaps li a {
  display: block;
  background: #ffffff;
  padding: 10px;
  margin: 10px 0 1px 0;
  border-left: 4px solid #01868c;
}
.plan .sitemaps li a:hover {
  background: #f5f5f5;
}
.plan .sitemaps li ul li {
  margin-bottom: 1px;
}
.plan .sitemaps li ul li a {
  color: #505050;
  margin: 0;
  border-left: 4px solid #c0c0c0;
}
.plan .sitemaps li ul li ul {
  padding-left: 0;
}
.plan .sitemaps li ul li ul li {
  margin-bottom: 0;
}
.plan .sitemaps li ul li ul li a {
  padding: 5px 0px 5px 30px;
  color: #ababab;
}
.plan .sitemaps > li > a {
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
}
.erreur p {
  font-size: 1.6rem;
  font-weight: 600;
}
/* ANIMATIONS */
/* ANIMATION PAGE : INSCRIPTION VALIDATION VALIDE */
/* Chrome, Safari, Opera */
@-webkit-keyframes wave {
  0% {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    border-width: 4px;
  }
  60% {
    border-width: 1px;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    opacity: 0;
  }
}
/* Standard syntax 
    @keyframes wave {
        from {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
        }

        to {
            top: -20px;
            left: -20px;
            right: -20px;
            bottom: -20px;
            opacity: 0;
        }
    }*/
/* fin ANIMATION PAGE : INSCRIPTION VALIDATION VALIDE */
/* fin ANIMATIONS */
/*
 
 MOBILE FIRST 
 
 Regrouper ici tous les styles après le premier niveau de rupture, c'est à dire à partir de 768px (sm). 
 
 Rappel des niveaux de rupture : 
 De 0px à 767px (xs) | De 768px à 991px (sm) | De 992px à 1199px (md) | A partir de 1200px (lg)
 
*/
@media (min-width: 768px) {
  header {
    padding-top: 0;
  }
  header #logo {
    float: left;
    max-width: 150px;
  }
  header .menu-header {
    margin-bottom: 10px;
  }
  header nav.menu {
    position: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
    height: auto !important;
    width: auto;
    float: left;
  }
  header nav.menu .navigation-principale {
    margin: 38px 0 0 15px;
  }
  header nav.menu .navigation-principale li {
    display: inline-block;
    margin: 0 4px;
    font-size: 1.25rem;
  }
  header nav.menu .navigation-principale li a {
    background: none;
    padding: 5px 0;
  }
  header nav.menu .navigation-secondaire {
    position: absolute;
    background: #2e3e46;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    text-align: center;
    padding: 0 240px 0 90px;
    white-space: nowrap;
  }
  header nav.menu .navigation-secondaire li {
    width: auto;
    border: none !important;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 4rem;
    margin: 0 2%;
  }
  header nav.menu .navigation-secondaire li.tel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    font-family: 'Bree Serif', serif;
    height: 40px;
  }
  header nav.menu .navigation-secondaire li.tel a {
    background: #01868c;
    color: #ffffff;
    padding: 0 5px;
  }
  header nav.menu .navigation-secondaire li.demande {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 125px;
    width: 120px;
    padding: 0;
    background: none;
    margin-right: 0;
  }
  header nav.menu .navigation-secondaire li.demande a {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #CDCFD0 !important;
    line-height: 2.9rem;
    border-radius: 3px;
    color: #f5f5f5;
  }
  header nav.menu .navigation-secondaire li.demande a:hover {
    border: 1px solid #ffffff !important;
    background: #ffffff;
    color: #CDCFD0;
  }
  header nav.menu .navigation-secondaire li.create {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 130px;
    padding: 0;
    background: none;
    margin-right: 0;
  }
  header nav.menu .navigation-secondaire li.create a {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    font-size: 1.25rem;
    line-height: 3rem;
    padding: 0 5px;
    border-radius: 3px;
  }
  header nav.menu .navigation-secondaire li a {
    padding: 0;
    color: #CDCFD0;
    background: none;
  }
  header nav.menu .navigation-secondaire li a:hover {
    color: #ffffff;
  }
  header nav.menu .nom_affichage {
    z-index: 10;
  }
  header nav.menu .nom_affichage.connecte {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 125px;
    height: 40px;
    text-align: center;
    background: #2e3e46;
    border: none;
  }
  header nav.menu .nom_affichage.connecte:before {
    display: none;
  }
  header nav.menu .nom_affichage.connecte a.nom_connecte {
    display: block;
    position: absolute;
    top: 5px !important;
    bottom: 50%;
    left: 0;
    right: 0;
    height: 20px;
    line-height: 1rem;
    padding: 0;
    font-size: 1rem;
    margin: 0;
    color: #ffffff;
  }
  header nav.menu .nom_affichage.connecte a.deconnecte {
    display: block;
    position: absolute;
    top: 50% !important;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: 0;
    font-size: 1rem;
    line-height: 2rem;
    color: #CDCFD0;
  }
  header nav.menu .nom_affichage.connecte a.deconnecte:hover {
    color: #ffffff;
  }
  header .search {
    position: absolute;
    background: none;
    padding: 0;
    /*            top: 45px;
            left: 50%;*/
    width: 320px;
    /*margin-left: -180px;*/
    border: none;
  }
  header .search input#search {
    border: none;
    border-bottom: 3px solid #c1ccd3;
    padding: 0px 40px 0px 2px;
  }
  header .search input#search:focus {
    border: none;
    border-bottom: 3px solid #b0bbc2;
  }
  header .search input#search::-webkit-input-placeholder {
    font-family: 'Bree Serif', serif;
    color: #c1ccd3;
    font-style: italic;
  }
  header .search input#search:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Bree Serif', serif;
    color: #c1ccd3;
    font-style: italic;
  }
  header .search input#search::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Bree Serif', serif;
    color: #c1ccd3;
    font-style: italic;
  }
  header .search input#search:-ms-input-placeholder {
    font-family: 'Bree Serif', serif;
    color: #c1ccd3;
    font-style: italic;
  }
  header .search input#btn-search {
    border: none;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
  }
  header .search input#btn-search:hover {
    background-color: transparent;
  }
  /* Styles header fixed */
  #maincontent.fixed {
    margin-top: 132px;
  }
  #headermain {
    transition: top 0.1s ease 0.15s;
    border-bottom: 1px solid #f0f0f0;
  }
  #headermain .search {
    height: 40px;
    transition: top 0.5s ease 0.1s;
  }
  #headermain .navigation-principale {
    z-index: 1;
  }
  #headermain .navigation-secondaire {
    z-index: 5;
  }
  #headermain.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    z-index: 100;
  }
  #headermain.fixed .logoheader {
    display: none;
  }
  #headermain.fixed .logofixed {
    display: block;
    margin-top: 18px;
  }
  #headermain.fixed .menu-header {
    margin: 0;
  }
  #headermain.fixed .search {
    height: 0px;
    top: -50px;
    transition: top 0.5s ease 0.1s;
    overflow: hidden;
  }
  #headermain.fixed .navigation-principale {
    margin: 18px 0 0 15px;
  }
  #headermain.fixed .navigation-principale li {
    font-size: 1.25rem;
    margin: 0 3px;
  }
  #headermain.fixed .navigation-principale li.fixedsearch {
    position: relative;
    display: inline-block !important;
    vertical-align: bottom;
    top: 2px;
  }
  #headermain.fixed .navigation-principale li.fixedsearch #fixedsearchbutton {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #01868c;
    border-radius: 100%;
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -876px -336px;
    padding: 0;
  }
  #headermain.fixed .navigation-secondaire {
    height: 0;
    overflow: hidden;
  }
  #headermain.fixed .nom_affichage {
    display: none;
  }
  /* Fin styles header fixed */
  .container {
    padding-top: 0;
  }
  .page .sidebar {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page .sideblock {
    margin-bottom: 30px;
  }
  .page .sideblock.assistance {
    background: #ffffff;
  }
  .page .sideblock.assistance p {
    margin: 8px 0 5px 0;
  }
  .page .resultatstri {
    text-align: left;
  }
  .page .resultatstri .filtreresultats {
    text-align: right;
  }
  .page .resultatstri .filtreresultats.bottom span.tri.pages {
    margin-top: 0 !important;
  }
  .page .resultatstri span.tri {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
  }
  .page .resultatstri span.tri.pages {
    margin-top: 15px;
  }
  .page .ficheproduit h1 {
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin: 15px 0 15px 0;
  }
  .page .ficheproduit .prix {
    text-align: left;
  }
  .page .ficheproduit .image {
    margin-top: 15px;
  }
  .page .ficheproduit h1 {
    margin: 0 0 5px 0;
  }
  .page .ficheproduit .namePrice .block {
    flex-direction: unset;
  }
  .page .ficheproduit .gallerie .below-image .zoom {
    display: flex;
    padding-top: 10px;
    gap: 10px;
  }
  .page .ficheproduit .gallerie .below-image .zoom .picto {
    width: 25px;
    height: 25px;
  }
  .page .ficheproduit .blocks#showpanierblocks {
    display: block !important;
  }
  .page .ficheproduit .blocks .block .tarifsdeg {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .page .ficheproduit .blocks .block .choix {
    text-align: left;
  }
  .page .ficheproduit .blocks .block .ajoutpanier {
    text-align: left;
  }
  .page .ficheproduit .blocks .block .calcul {
    text-align: left;
    padding-bottom: 0;
  }
  .page .ficheproduit .blocks .block .total {
    text-align: right;
    padding-top: 0;
    border: 0;
    margin: 0;
  }
  .page .ficheproduit .description .labels {
    text-align: left;
    margin: 0 0 15px 0;
  }
  .page .ficheproduit .description .ref {
    text-align: right;
    margin: 0 0 15px 0;
  }
  .page .ficheproduit .onglets {
    box-shadow: none;
  }
  .page .ficheproduit .tabs {
    box-shadow: 0px -17px 1px -15px #dadada inset;
  }
  .page .ficheproduit .tabs li {
    display: inline-block;
    padding: 10px 5px;
    margin: 0 1px 0 0;
    border-left: none;
    /*border-top: 4px solid @grisfonce;*/
    /*border-bottom: 1px solid @grisfonce;*/
    transition: border 0.25s ease, color 0.25s ease;
  }
  .page .ficheproduit .tabs li:hover {
    border-bottom: 4px solid #dadada;
    border-left: none;
  }
  .page .ficheproduit .tabs li.active {
    border-bottom: 4px solid #d7004d;
    /*border-bottom: 1px solid @blanc;*/
    border-left: none;
    transition: border 0s ease;
  }
  .page .ficheproduit .contenttabs section {
    margin-bottom: 0;
  }
  .page .blocksencarts .blockencart {
    min-height: 240px;
  }
  .page .quote img {
    margin-top: 0;
  }
  .page.environnement #label-gut p {
    padding-right: 65px;
  }
  .page.environnement #label-gut img {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 15px;
  }
  .page.environnement #label-pefc-fsc p {
    padding-right: 140px;
  }
  .page.environnement #label-pefc-fsc img {
    position: absolute;
    top: 50%;
    margin-top: -30px;
  }
  .page.environnement #label-pefc-fsc img#pefc {
    right: 75px;
  }
  .page.environnement #label-pefc-fsc img#fsc {
    right: 15px;
  }
  .page.environnement #label-sfec p {
    padding-right: 130px;
  }
  .page.environnement #label-sfec img {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 15px;
  }
  .page.peintureseco #ecolabel p {
    padding-right: 65px;
  }
  .page.peintureseco #ecolabel img {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 15px;
  }
  .page.moncompte.connecte .arguments_compte .argument {
    padding: 30px 30px 30px 130px;
  }
  .page.moncompte .mon_espace_nav_mobile {
    display: none;
  }
  .page.moncompte .mon_espace_nav_desktop {
    display: block;
  }
  .page.panier .process .etape {
    display: inline-block;
    margin: 0 1px 0 0;
  }
  .page.panier .totalpanier,
  .page.panier .soustotalpanier,
  .page.panier .soustotalfp {
    margin-top: 10px;
    text-align: right;
  }
  .page.panier .tableau .ligne {
    margin-bottom: 15px;
  }
  .page.panier .tableau .ligne .img_produit {
    margin: 0 10px 0 0;
  }
  .page.panier .tableau .ligne span.categorie {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #01868c;
    content: "";
  }
  .page.panier .tableau .ligne span.categorie:before {
    position: absolute;
    display: block;
    top: 25px;
    left: -13px;
    width: 34px;
    height: 34px;
    background-color: #dadada;
    border-radius: 100%;
    content: "";
  }
  .page.panier .tableau .ligne.peinture span.categorie:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -192px -671px;
  }
  .page.panier .tableau .ligne.sol span.categorie:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -146px -671px;
  }
  .page.panier .tableau .ligne.indispensables span.categorie:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -246px -671px;
  }
  .page.panier .tableau .ligne.mur span.categorie:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -302px -671px;
  }
  .page.panier .tableau .ligne .note {
    position: relative;
    text-align: left;
    color: #01868c;
    background: #C3D4D6;
    border-radius: 0;
    padding: 10px 30px;
    margin: 15px -15px -15px -15px;
  }
  .page.panier .tableau .ligne .note:before {
    display: block;
    position: absolute;
    left: 52px;
    top: -15px;
    width: 30px;
    height: 15px;
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -734px;
    content: "";
  }
  .page.panier .tableau .ligne .note .toggleNote {
    position: relative;
    background: none;
    padding: 0;
    border-radius: 0;
    padding-left: 35px;
  }
  .page.panier .tableau .ligne .note .toggleNote:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 30px;
    height: 24px;
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -675px;
    content: "";
  }
  .page.panier .tableau .ligne .note .toggleNote:hover {
    background: none;
    text-decoration: underline;
  }
  .page.panier .tableau .ligne .note textarea {
    margin: 15px 0;
  }
  .page.panier .cgv {
    text-align: right;
  }
  .page.livraison .choix_livraison .detail .block {
    border: none;
    margin: 0;
    padding: 0;
  }
  .page.livraison .choix_livraison .choix {
    padding: 30px 30px 20px 30px;
  }
  .page.livraison .choix_livraison .choix:before {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -42px;
    left: 60px;
    width: 85px;
    height: 85px;
    content: "";
  }
  .page.livraison .choix_livraison .choix:after {
    top: 50%;
    margin-top: -12px;
  }
  .page.livraison .choix_livraison.domicile .choix:before {
    background: url(../Images/icones_livraison@2x.png) no-repeat center top;
    background-size: 85px 170px;
  }
  .page.livraison .choix_livraison.pointrelais .choix:before {
    background: url(../Images/icones_livraison@2x.png) no-repeat center bottom;
    background-size: 85px 170px;
  }
  .page.livraison .choix_livraison .paschoisi {
    display: none !important;
  }
  .page.livraison .choix_livraison .choisi {
    display: none !important;
  }
  .page.livraison .choix_livraison .mode {
    padding: 0 0 0 130px;
    margin: 0;
  }
  .page.livraison .choix_livraison .tarif p {
    margin: 0;
    text-align: right;
  }
  .page.livraison .choix_livraison .tarif p strong {
    font-size: 16px;
  }
  .titre.ficheproduit {
    text-align: left;
  }
  .arguments_compte .argument {
    min-height: 420px;
  }
  form.formulaire.compact .field {
    margin-bottom: 5px;
  }
  form.formulaire.compact label {
    display: block;
    text-align: right;
    margin-top: 13px;
    padding: 0;
  }
  .tableau .adjust {
    height: 8px;
  }
  .tableau .ligne.main {
    font-size: 1.25rem;
  }
  .tableau .ligne.new .indication {
    text-align: right;
  }
  .tableau .ligne.new .reference {
    text-align: left;
  }
  .tableau .ligne.new p {
    margin: 6px 0 0 0;
  }
  .prefooter .encart {
    position: relative;
    min-height: 350px;
  }
  .prefooter .encart h3 {
    font-size: 1.8rem;
  }
  .prefooter .encart .bouton {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  footer .sidefooter {
    margin-bottom: 30px;
  }
  footer .sidefooter .marques {
    margin-top: 15px;
  }
  .modal {
    padding-top: calc(75px + 5%);
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  #headermain.fixed .navigation-principale li.fixedsearch #fixedsearchbutton {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  .page.panier .tableau .ligne.peinture span.categorie:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  .page.panier .tableau .ligne.sol span.categorie:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  .page.panier .tableau .ligne.indispensables span.categorie:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  .page.panier .tableau .ligne.mur span.categorie:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  .page.panier .tableau .ligne .note:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  .page.panier .tableau .ligne .note .toggleNote:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 5px 10px;
  }
  header.page-header {
    position: relative;
    z-index: 5;
    padding-bottom: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  }
  header.page-header #logo {
    max-width: 100%;
  }
  header.page-header .menu-header {
    margin-bottom: 0;
  }
  header.page-header .search {
    /*top: 55px;*/
  }
  header.page-header .navigation-login {
    margin-top: 15px;
  }
  header.page-header .navigation-login li.ico.account a:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -468px;
  }
  header.page-header .navigation-login li.ico.basket a:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -75px -468px;
  }
  header.page-header .navigation-login li.ico.basket a .nbarticles {
    right: 10px;
    min-width: 20px;
    height: 20px;
    line-height: 1.9rem;
  }
  header.page-header nav.menu {
    overflow: visible;
  }
  header.page-header nav.menu .navigation-principale {
    margin: 56px 0 0 15px;
  }
  header.page-header nav.menu .navigation-principale > li {
    font-size: 1.6rem;
    margin: 0 -3px;
    padding: 0 15px;
    transition: padding 0.1s ease 0.15s;
  }
  header.page-header nav.menu .navigation-principale > li > ul.sousmenu {
    top: 140px;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    padding: 30px 0;
    position: fixed;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
    z-index: 99;
  }
  header.page-header nav.menu .navigation-principale > li > ul.sousmenu:hover {
    display: block;
  }
  header.page-header nav.menu .navigation-principale > li > ul.sousmenu li {
    display: block;
    color: #505050;
  }
  header.page-header nav.menu .navigation-principale > li > ul.sousmenu ul li {
    display: inline-block;
    width: 45%;
    border-bottom: 1px solid #eeeeee;
    font-size: 1.25rem !important;
    padding: 0 !important;
  }
  header.page-header nav.menu .navigation-principale > li > ul.sousmenu ul li a {
    padding: 10px 0 !important;
    color: #505050;
    transition: color 0.25s ease;
  }
  header.page-header nav.menu .navigation-principale > li > ul.sousmenu .more {
    margin-top: 15px;
  }
  header.page-header nav.menu .navigation-principale > li:hover ul {
    display: block;
  }
  header.page-header nav.menu .navigation-principale > li > a {
    position: relative;
    transition: color 0.25s ease;
    padding: 0 15px 20px 15px;
    margin: 0 -15px;
  }
  header.page-header nav.menu .navigation-principale > li > a:after {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: #01868c;
    height: 0;
    content: "";
    transition: height 0.25s ease;
  }
  header.page-header nav.menu .navigation-principale > li > a:hover:after {
    height: 4px;
  }
  header.page-header nav.menu .navigation-principale > li:hover > a:after {
    height: 4px;
  }
  header.page-header nav.menu .navigation-principale > li.couleur1:hover > a {
    color: #00B2DD;
  }
  header.page-header nav.menu .navigation-principale > li.couleur1 h2 {
    color: #00B2DD;
  }
  header.page-header nav.menu .navigation-principale > li.couleur1 a:after {
    background: #00B2DD;
  }
  header.page-header nav.menu .navigation-principale > li.couleur1 > ul.sousmenu {
    border-bottom: 4px solid #00B2DD;
  }
  header.page-header nav.menu .navigation-principale > li.couleur1 > ul.sousmenu li a:hover {
    color: #00B2DD;
  }
  header.page-header nav.menu .navigation-principale > li.couleur2:hover > a {
    color: #d6236c;
  }
  header.page-header nav.menu .navigation-principale > li.couleur2 h2 {
    color: #d6236c;
  }
  header.page-header nav.menu .navigation-principale > li.couleur2 a:after {
    background: #d6236c;
  }
  header.page-header nav.menu .navigation-principale > li.couleur2 > ul.sousmenu {
    border-bottom: 4px solid #d6236c;
  }
  header.page-header nav.menu .navigation-principale > li.couleur2 > ul.sousmenu li a:hover {
    color: #d6236c;
  }
  header.page-header nav.menu .navigation-principale > li.couleur3:hover > a {
    color: #ffb90a;
  }
  header.page-header nav.menu .navigation-principale > li.couleur3 h2 {
    color: #ffb90a;
  }
  header.page-header nav.menu .navigation-principale > li.couleur3 a:after {
    background: #ffb90a;
  }
  header.page-header nav.menu .navigation-principale > li.couleur3 > ul.sousmenu {
    border-bottom: 4px solid #ffb90a;
  }
  header.page-header nav.menu .navigation-principale > li.couleur3 > ul.sousmenu li a:hover {
    color: #ffb90a;
  }
  header.page-header nav.menu .navigation-principale > li.couleur4:hover > a {
    color: #20ad69;
  }
  header.page-header nav.menu .navigation-principale > li.couleur4 h2 {
    color: #20ad69;
  }
  header.page-header nav.menu .navigation-principale > li.couleur4 a:after {
    background: #20ad69;
  }
  header.page-header nav.menu .navigation-principale > li.couleur4 > ul.sousmenu {
    border-bottom: 4px solid #20ad69;
  }
  header.page-header nav.menu .navigation-principale > li.couleur4 > ul.sousmenu li a:hover {
    color: #20ad69;
  }
  header.page-header nav.menu .navigation-secondaire {
    padding: 0;
  }
  header.page-header nav.menu .navigation-secondaire li {
    margin: 0 15px;
  }
  header.page-header nav.menu .navigation-secondaire li.tel {
    font-size: 1.5rem;
  }
  header.page-header nav.menu .navigation-secondaire li.tel:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    content: "";
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -35px -751px;
  }
  header.page-header nav.menu .navigation-secondaire li.tel a {
    padding: 0 15px 0 30px;
  }
  header.page-header#headermain.fixed .navigation-login {
    margin-top: 10px;
  }
  header.page-header#headermain.fixed .navigation-principale {
    margin: 27px 0 0 15px;
  }
  header.page-header#headermain.fixed .navigation-principale li {
    font-size: 1.5rem;
    margin: 0 -2px;
  }
  header.page-header#headermain.fixed .navigation-principale li.fixedsearch {
    vertical-align: middle;
    top: 0;
    padding: 0 20px;
  }
  header.page-header#headermain.fixed .navigation-principale li.fixedsearch #fixedsearchbutton:hover {
    background-color: #069AA0;
  }
  header.page-header#headermain.fixed .navigation-principale li a {
    padding: 0 15px 29px 15px;
  }
  header.page-header#headermain.fixed .navigation-principale li ul.sousmenu {
    top: 77px;
  }
  header.page-header#headermain.fixed .navigation-principale li ul.sousmenu li {
    margin: 0 3px;
  }
  header.page-header#headermain.fixed .navigation-principale li ul.sousmenu .promo {
    padding: 0;
  }
  .promotions img {
    margin-bottom: 38px;
  }
  .categories .categorie a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
  }
  .categories .categorie a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: -1px;
    transition: all 0.5s ease;
    background: url('../Images/black-shadow.png') repeat-x center top;
    content: "";
  }
  .categories .categorie a:hover:before {
    height: auto;
    background: url('../Images/black-shadow.png') repeat-x center bottom;
  }
  .categories .categorie a h3 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: block;
    margin: 0;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  }
  .categories .categorie a .bulle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin-top: -80px;
    margin-left: -60px;
    background-image: url('../Images/chevalier2-overlay.png') !important;
  }
  .categories .categorie a .bulle:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -38px;
    width: 75px;
    height: 75px;
    content: "";
  }
  .categories .categorie.sol .bulle:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
  }
  .categories .categorie.peinture .bulle:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -75px -300px;
  }
  .categories .categorie.indispensable .bulle:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -150px -300px;
  }
  .categories .categorie.mur .bulle:before {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -225px -300px;
  }
  .categories .categorie img {
    display: block;
  }
  article.produit .image .addtobasket span {
    width: 130px;
    font-size: 1.25rem;
    margin-left: -65px;
    padding: 8px;
  }
  article.produit .prix {
    font-size: 1rem;
  }
  .page .sideblock .btn {
    font-size: 1.6rem;
  }
  .page .sideblock.assistance p {
    margin: 8px 0 5px 0;
  }
  .page .resultatstri span.tri input {
    width: 28px;
    height: 28px;
  }
  .page .resultatstri span.tri input:disabled {
    background-color: transparent !important;
  }
  .page .resultatstri span.tri input:disabled.btnfirst {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -841px -212px;
  }
  .page .resultatstri span.tri input:disabled.btnprevious {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -871px -212px;
  }
  .page .resultatstri span.tri input:disabled.btnnext {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -839px -182px;
  }
  .page .resultatstri span.tri input:disabled.btnlast {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -869px -182px;
  }
  .page .resultatstri span.tri input:hover {
    background-color: #eeeeee;
  }
  .page .resultatstri span.tri input.btnfirst {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -840px -271px;
  }
  .page .resultatstri span.tri input.btnprevious {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -870px -271px;
  }
  .page .resultatstri span.tri input.btnnext {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -839px -242px;
  }
  .page .resultatstri span.tri input.btnlast {
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -869px -242px;
  }
  .page .ficheproduit .image {
    margin-top: 0;
  }
  .page .ficheproduit .tabs li {
    padding: 15px;
  }
  .page .blocksencarts .blockencart {
    min-height: 170px;
  }
  .page .blocksencarts .blockencart.marques h3 {
    margin-bottom: 20px;
  }
  .page .blockheader {
    margin-bottom: 30px;
  }
  .page .blockheader.nosmarques {
    position: relative;
  }
  .page .blockheader.nosmarques .overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 55%;
    padding: 15px;
    background: url('../Images/chevalier4-overlay.png') repeat;
    color: #ffffff;
  }
  .page .blockheader.nosmarques .overlay.vert {
    background: url('../Images/vert-overlay.png') repeat;
  }
  .page .blockheader.nosmarques .overlay.large {
    right: 22%;
  }
  .page .blockheader.nosmarques .overlay.fullheight {
    top: 0;
  }
  .page .blockheader.nosmarques .overlay.opaque {
    background: #01868c;
  }
  .page .blockheader.nosmarques .overlay h1,
  .page .blockheader.nosmarques .overlay h2,
  .page .blockheader.nosmarques .overlay h3,
  .page .blockheader.nosmarques .overlay h4 {
    color: #ffffff;
  }
  .page .blockheader.nosmarques .overlay h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .page .blockheader.nosmarques .overlay p {
    margin: 15px 0 0 0;
    color: #ffffff;
  }
  .page.inscription.valide .check {
    text-align: right;
  }
  .page.inscription.valide .message .confirmation {
    text-align: left;
    margin-top: 15px;
  }
  .page.panier .tableau .ligne .img_produit {
    margin: 0 10px 0 0;
  }
  .page.credits #goweb {
    max-width: 500px;
    height: 600px;
  }
  .tableau .adjust {
    height: 10px;
  }
  .tableau .ligne.main {
    font-size: 1.4rem;
  }
  .tableau .ligne.new input.styled {
    max-width: 90px;
  }
  .tableau .ligne.new .valider {
    text-align: right;
  }
  .prefooter .encart {
    position: relative;
    min-height: 320px;
  }
  .prefooter .encart h3 {
    font-size: 2.4rem;
  }
  footer .sidefooter {
    margin-bottom: 0;
  }
  footer .main-footer-list .main-list {
    text-align: left;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .main-footer-list .main-list .first-list {
    display: block;
  }
  .modal {
    padding-top: calc(146px + 5%);
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  header.page-header .navigation-login li.ico.account a:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  header.page-header .navigation-login li.ico.basket a:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  header.page-header nav.menu .navigation-secondaire li.tel:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .categories .categorie.sol .bulle:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .categories .categorie.peinture .bulle:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .categories .categorie.indispensable .bulle:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .categories .categorie.mur .bulle:before {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input:disabled.btnfirst {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input:disabled.btnprevious {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input:disabled.btnnext {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input:disabled.btnlast {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input.btnfirst {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input.btnprevious {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input.btnnext {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 992px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 992px) and only screen and (min-device-pixel-ratio: 2), (min-width: 992px) and only screen and (min-resolution: 192dpi), (min-width: 992px) and only screen and (min-resolution: 2dppx) {
  .page .resultatstri span.tri input.btnlast {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
@media (min-width: 1200px) {
  header nav.menu .navigation-principale {
    margin: 58px 0 0 90px;
  }
  header nav.menu .navigation-principale > li > ul.sousmenu {
    top: 149px;
  }
  header#headermain.fixed .navigation-principale li {
    padding: 0 30px;
  }
  header#headermain.fixed .navigation-principale li.fixedsearch {
    padding: 0 55px;
  }
  header#headermain.fixed .navigation-principale li.fixedsearch #fixedsearchbutton {
    width: 30px;
    height: 30px;
    background-size: 900px 900px;
    background-image: url(../Images/sprite.png);
    background-repeat: no-repeat;
    background-position: -873px -333px;
  }
  header#headermain.fixed .navigation-principale li ul.sousmenu {
    top: 80px;
  }
  article.produit .image.imageauto {
    height: 180px;
  }
  article.produit .image .addtobasket span {
    width: 154px;
    font-size: 1.4rem;
    margin-left: -78px;
    padding: 8px 15px;
  }
  article.produit .prix {
    font-size: 1.2rem;
  }
  article.produit .prix strong {
    display: block;
    font-size: 1.8rem;
  }
  .page .sideblock.assistance {
    background: #ffffff url(../Images/hotline.jpg) no-repeat right bottom;
  }
  .page .resultatstri span.tri.pages {
    margin-top: 0;
  }
  .page .tableau .ligne.new input.styled {
    max-width: 120px;
  }
  .page .tableau .ligne.new .valider {
    text-align: center;
  }
}
@media (min-width: 1200px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 1200px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 1200px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 1200px) and only screen and (min-device-pixel-ratio: 2), (min-width: 1200px) and only screen and (min-resolution: 192dpi), (min-width: 1200px) and only screen and (min-resolution: 2dppx) {
  header#headermain.fixed .navigation-principale li.fixedsearch #fixedsearchbutton {
    background-image: url(../Images/sprite@2x.png) !important;
    background-size: 900px 900px;
  }
}
.logout-container img {
  width: 45px;
}
.logout-icon {
  padding-top: unset !important;
}