﻿/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
@import url("snow.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 : 07/11/2016 > VERSION NON RESPONSIVE
*/
/* Palette de couleur ici */
/* Couleur défaut du texte */
/* TAILLE DU SPRITE */
@font-face {
  font-family: 'itc_officina_sans_bookregular';
  src: url('../fonts/9fad1689f92ea2272679aeaa75d9c1e9-webfont.woff2') format('woff2'), url('../fonts/9fad1689f92ea2272679aeaa75d9c1e9-webfont.woff') format('woff');
  font-weight: normal!important;
  font-style: normal!important;
}
@font-face {
  font-family: 'helveticaneuelight';
  src: url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'), url('../fonts/helveticaneue_light-webfont.woff') format('woff');
  font-weight: normal!important;
  font-style: normal!important;
}
@font-face {
  font-family: 'helvetica55roman';
  src: url('../fonts/f167208616.woff2') format('woff2'), url('../fonts/f167208616.woff') format('woff');
  font-weight: normal!important;
  font-style: normal!important;
}
@font-face {
  font-family: 'helveticabold';
  src: url('../fonts/helvetica_neu_bold-webfont.woff2') format('woff2'), url('../fonts/helvetica_neu_bold-webfont.woff') format('woff');
  font-weight: normal!important;
  font-style: normal!important;
}
@font-face {
  font-family: 'helveticaneueitalic';
  src: url('../fonts/helveticaneue_italic-webfont.woff2') format('woff2'), url('../fonts/helveticaneue_italic-webfont.woff') format('woff');
  font-weight: normal!important;
  font-style: normal!important;
}
@font-face {
  font-family: 'rollerscript';
  src: url('../fonts/tena_rollerscript-smooth-webfont.woff2') format('woff2'), url('../fonts/tena_rollerscript-smooth-webfont.woff') format('woff');
  font-weight: normal!important;
  font-style: normal!important;
}
/*FONCTION POUR UTILISER DES SRITES */
/* Normalize custom */
.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;
}
@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-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;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.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%;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/* 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;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.show {
  display: block !important;
}
.hidden,
.hide {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
/* fin Classes utilitaires responsive */
/*------------------------------------*\
    $TYPO GENERAL
\*------------------------------------*/
html {
  font-size: 62.5%;
  color: #065593;
}
body {
  font-family: 'helvetica55roman';
  font-size: 16 / 10rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 10px;
}
h1 {
  font-size: 43 / 10rem;
  font-family: 'itc_officina_sans_bookregular';
  font-weight: normal;
}
h2 {
  font-size: 25 / 10rem;
  font-family: 'helveticaneuelight';
  font-weight: normal;
}
h3 {
  font-size: 22 / 10rem;
  font-family: 'helvetica55roman';
  font-weight: normal;
}
h4 {
  font-size: 18 / 10rem;
  font-family: 'helvetica55roman';
  font-weight: normal;
}
h5 {
  font-size: 18 / 10rem;
}
h6 {
  font-size: 16 / 10rem;
}
p {
  margin-bottom: 15px;
  line-height: 24px;
}
p a {
  color: #065593;
  text-decoration: underline;
}
p.legend {
  text-align: center;
  font-family: 'helveticaneuelight';
  font-size: 20 / 10rem;
}
p.introduction {
  font-family: 'helveticaneuelight';
  font-size: 22 / 10rem;
  line-height: 30px;
}
ol li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-top: 30px;
}
ol li .item-number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14 / 10rem;
  font-family: 'helvetica55roman';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px/2;
}
ul li {
  list-style: none;
}
ul li a {
  color: #065593;
  text-decoration: underline;
}
ul.list-standard {
  margin: 0;
  padding: 0;
}
ul.list-standard li {
  margin-left: 15px;
  line-height: 24px;
  padding-left: 15px;
  position: relative;
}
ul.list-standard li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  left: 0;
  top: 10px;
  background-color: #065593;
  border-radius: 5px;
}
b,
strong {
  font-family: 'helveticabold';
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  b,
  strong,
  h3,
  h4 {
    font-family: 'helvetica55roman';
    font-weight: 400 !important;
  }
}
a {
  color: #065593;
}
em {
  font-family: 'helveticaneueitalic';
}
/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/
header {
  padding: 10px 0;
}
.container {
  padding: 0;
}
.grid,
.container {
  min-width: 970px !important;
}
.sidebar {
  background: #eee;
  padding: 10px 15px 15px;
}
footer {
  background: #85ba35;
  padding: 40px 0 0;
  color: #fff;
  margin-top: 90px;
}
footer:before {
  content: "";
  background: url('../images/stat/footer-top-rounded.png') right top no-repeat;
  height: 190px;
  width: 285px;
  display: block;
  margin-top: -230px;
  float: right;
}
footer .footer-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}
footer .footer-inner:before {
  content: "";
  background: url('../images/stat/footer-top-rounded.png') left top no-repeat;
  height: 190px;
  width: 110px;
  display: block;
  margin-top: -230px;
}
footer .col-md-4:first-child {
  padding-right: 45px;
}
footer a {
  color: #fff;
}
footer h4 {
  margin-bottom: 20px;
  font-size: 21 / 10rem;
}
footer p {
  font-family: 'helveticaneuelight';
}
footer .social-link {
  display: block;
  padding-left: 60px;
  line-height: 50px;
  position: relative;
  text-decoration: none;
  font-family: 'helveticabold';
}
footer .social-link:hover {
  opacity: 0.7;
}
footer .social-link.youtube {
  background-image: url('../images/stat/icon-youtube-footer.jpg');
  background-position: 0 center;
  background-repeat: no-repeat;
}
footer .social-link.facebook {
  background-image: url('../images/stat/icon-facebook-footer.png');
  background-position: 0 center;
  background-repeat: no-repeat;
}
footer .social-link.linkedin {
  background-image: url('../images/stat/icon-linkedin-footer.png');
  background-position: 0 center;
  background-repeat: no-repeat;
}
footer .social-link .icon-arrow-right-normal {
  margin-left: 15px;
  top: 4px;
  position: relative;
}
footer .bg-blue {
  color: #fff;
  padding: 30px 0;
}
footer .bg-blue p {
  margin-bottom: 0;
}
footer .bg-blue li {
  float: left;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
footer .bg-blue li:last-child:after {
  display: none;
}
footer .bg-blue li:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 3px;
}
footer .bg-blue li a {
  color: #fff;
  text-decoration: none;
}
footer .bg-blue li a:hover {
  text-decoration: underline;
}
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
header.main .grid {
  position: relative;
}
header.main #logo {
  display: inline-block;
  margin-top: 5px;
}
header.main .logo-pca {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
header.main .logo-pca__img {
  width: 86px;
}
header.main .logo-pca:hover > .logo-pca__infobulle {
  display: flex;
}
header.main .logo-pca--hidden {
  display: none;
}
header.main .logo-pca__infobulle {
  display: none;
  align-items: center;
  gap: 24px;
  position: absolute;
  left: 15px;
  background-color: #006FB8;
  width: 400px;
  z-index: 101;
  padding: 16px;
}
header.main .logo-pca__infobulle-text {
  color: white;
  margin-bottom: 0;
}
header.main .logo-pca__infobulle-img {
  width: 36px;
  height: 36px;
}
header.main .branding {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 20px;
  max-width: 440px;
}
header.main .branding p {
  font-size: 14 / 10rem;
  font-family: 'helveticabold';
  margin-bottom: 0;
}
header.main .branding p strong {
  font-size: 20 / 10rem;
}
header.main .branding .name {
  color: #85ba35;
}
header.main .branding.branding-center {
  clear: both;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: block;
}
header.main .branding.branding-center p {
  position: relative;
  left: -20px;
  margin-top: -5px;
}
header.main .top-links {
  position: absolute;
  right: 15px;
  top: 0;
}
header.main .top-links li {
  float: left;
  font-size: 14 / 10rem;
  margin-right: 3px;
}
header.main .top-links li a {
  text-decoration: none;
  color: #065593;
}
header.main .top-links li a:hover {
  text-decoration: underline;
}
header.main .panel {
  border-right: 1px #d6dedd solid;
  border-width: 0 1px 0 0;
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 0;
  width: auto;
}
header.main .panel:nth-child(even) {
  border-right: none;
}
header.main .panel a {
  display: block;
  text-decoration: none;
}
header.main .panel a:hover {
  opacity: 0.7;
}
header.main .panel p {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 14 / 10rem;
  line-height: 20px;
  margin-bottom: 10px;
}
header.main .panel img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
/*------------------------------------*\
    $MENU
\*------------------------------------*/
nav.menu {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 100;
  margin-top: 10px;
  background-color: #eff5ee;
}
nav.menu li {
  float: left;
  font-family: 'helveticabold';
  margin-right: 40px;
}
nav.menu li a {
  display: block;
  padding: 15px 0;
  outline: none;
  color: #065593;
  text-decoration: none;
  position: relative;
  z-index: 101;
}
nav.menu li a:after {
  content: "";
  background: url('../images/stat/arrow-submenu.png') 0 0 no-repeat;
  width: 21px;
  height: 13px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -21px/2;
  display: none;
}
nav.menu li li {
  float: none;
}
nav.menu li a:hover,
nav.menu li a.selected {
  color: #6f92b0;
}
nav.menu li a.active:after {
  display: block;
}
nav.menu li:hover a:after {
  display: block;
}
nav.menu li.no-child a:after {
  display: none;
}
nav.menu li:hover .navigation-subnav {
  max-height: 1000px;
  padding: 40px 0;
  opacity: 1;
}
nav.menu li.backtosite {
  float: right;
}
nav.menu li.backtosite span {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
nav.menu li.backtosite:hover {
  opacity: 0.7;
}
.navigation-subnav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #f9f6f2;
  padding: 40px 0;
  border: 1px #d9dede solid;
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.navigation-subnav h3 {
  font-size: 26 / 10rem;
  font-family: 'helveticabold';
  font-weight: normal;
  margin: 0 0 20px 55px;
}
.navigation-subnav p {
  font-family: 'helvetica55roman';
  line-height: 20px;
}
.navigation-subnav p strong {
  font-size: 20 / 10rem;
  padding-bottom: 5px;
  display: block;
}
.navigation-subnav ul li {
  margin-bottom: 5px;
  margin-left: 40px;
}
.navigation-subnav a {
  padding: 0 !important;
}
.navigation-subnav a:after {
  display: none !important;
}
.navigation-subnav .col-md-6 {
  border-right: 1px #d6dedd solid;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  nav.menu li,
  .navigation-subnav h3,
  header.main .branding p {
    font-family: 'helvetica55roman';
  }
}
@media (max-width: 1300px) {
  nav.menu li {
    margin-right: 35px;
  }
}
@media (max-width: 1180px) {
  header.main .branding {
    max-width: 240px;
  }
  header.main .branding p {
    font-size: 13 / 10rem;
  }
  header.main .branding p strong {
    font-size: 18 / 10rem;
  }
}
/*------------------------------------*\
    $PALETTE COULEUR 
\*------------------------------------*/
.gray {
  color: #808080;
}
.green {
  color: #85ba35;
}
.blue {
  color: #065593;
}
.white {
  color: #fff;
}
.red {
  color: #e3474f;
}
.error {
  color: #e3474f;
}
.bg-red {
  background-color: #e3474f;
}
.bg-gray {
  background-color: #808080;
}
.bg-green {
  background-color: #85ba35;
}
.bg-blue {
  background-color: #065593;
}
.bg-white {
  background-color: #fff;
}
.bg-lightgreen {
  background-color: #eff5ee;
}
.bg-lightgray {
  background-color: #f9f7f4;
}
/*------------------------------------*\
    $BOUTON
\*------------------------------------*/
.btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  font-family: 'helveticabold';
}
.btn.bg-green:hover {
  background-color: #87b051;
}
.btn.bg-blue:hover {
  background-color: #0a65ad;
}
.btn.bg-white {
  color: #85ba35;
}
.btn.bg-white:hover {
  background-color: #eae9e9;
}
.btn.border-white {
  border: 2px #fff solid;
}
.btn.border-white:hover {
  opacity: 0.7;
}
.btn.border-blue {
  border: 2px #065593 solid;
  color: #065593;
}
.btn.border-blue:hover {
  opacity: 0.7;
}
.btn.btn-basket {
  padding-right: 60px;
}
.btn.btn-basket .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}
.btn.btn-selection {
  padding-right: 55px;
}
.btn.btn-selection .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
}
.btn .icon.icon-arrow-right,
.btn .icon-arrow-right-green {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
/*------------------------------------*\
    $BREADCRUMB
\*------------------------------------*/
.breadcrumb {
  color: #808080;
  text-transform: uppercase;
  font-size: 13 / 10rem;
  display: block;
  padding: 10px 0;
  border-bottom: 1px #d6dedd solid;
}
.breadcrumb span.first-item a {
  background: url('../images/stat/icon-home.jpg') 0 0 no-repeat;
  width: 14px;
  height: 15px;
  display: inline-block;
  text-indent: -3000em;
}
.breadcrumb .grid span {
  margin-right: 5px;
}
.breadcrumb a {
  color: #808080;
  text-decoration: none;
}
/*------------------------------------*\
    $DROPS
\*------------------------------------*/
.drop {
  background-image: url('../images/stat/sprite-drops.png');
  display: block;
  width: 102px;
  height: 15px;
  margin-bottom: 20px;
}
.drop.drop-level-1 {
  background-position: 0 0;
}
.drop.drop-level-2 {
  background-position: 0 -15px;
}
.drop.drop-level-3 {
  background-position: 0 -30px;
}
.drop.drop-level-4 {
  background-position: 0 -45px;
}
.drop.drop-level-5 {
  background-position: 0 -60px;
}
.drop.drop-level-6 {
  background-position: 0 -75px;
}
.drop.drop-level-7 {
  background-position: 0 -90px;
}
.drop.drop-level-8 {
  background-position: 0 -105px;
}
.drop.drop-level-9 {
  background-position: 0 -120px;
}
.drop.drop-level-1-half {
  background-position: 0 -150px;
}
.drop.drop-level-2-half {
  background-position: 0 -165px;
}
.drop.drop-level-3-half {
  background-position: 0 -180px;
}
.drop.drop-level-4-half {
  background-position: 0 -195px;
}
.drop.drop-level-5-half {
  background-position: 0 -210px;
}
.drop.drop-level-6-half {
  background-position: 0 -225px;
}
.drop.drop-level-7-half {
  background-position: 0 -240px;
}
.drop.drop-level-8-half {
  background-position: 0 -255px;
}
.drop.drop-level-9-half {
  background-position: 0 -270px;
}
/*------------------------------------*\
    $ICON
\*------------------------------------*/
.icon-arrow-right {
  display: inline-block;
  background: url('../images/stat/icon-arrow-right.png') 0 0 no-repeat;
  width: 29px;
  height: 17px;
}
.icon-arrow-right-normal {
  display: inline-block;
  background: url('../images/stat/icon-arrow-white-normal.png') 0 0 no-repeat;
  width: 9px;
  height: 19px;
}
.icon-arrow-right-green {
  display: inline-block;
  background: url('../images/stat/icon-arrow-right-green.png') 0 0 no-repeat;
  width: 29px;
  height: 17px;
}
.icon-arrow-left-blue {
  display: inline-block;
  background: url('../images/stat/icon-arrow-left-blue.png') 0 0 no-repeat;
  width: 29px;
  height: 17px;
}
.icon-arrow-down-normal-blue {
  display: inline-block;
  background: url('../images/stat/icon-arrow-down-normal-blue.png') 0 0 no-repeat;
  width: 20px;
  height: 11px;
}
.icon-zoom {
  display: inline-block;
  background: url('../images/stat/icon-zoom.png') 0 0 no-repeat;
  width: 32px;
  height: 32px;
}
.icon-basket-mini {
  display: inline-block;
  background: url('../images/stat/icon-basket-mini.png') 0 0 no-repeat;
  width: 25px;
  height: 21px;
}
.icon-play {
  display: inline-block;
  background: url('../images/stat/icon-play.png') 0 0 no-repeat;
  width: 45px;
  height: 45px;
}
.icon-filtre {
  display: block;
  margin: 0 auto;
  width: 37px;
  height: 37px;
  background: url('../images/stat/sprite-icon-filtres.png') no-repeat;
}
.icon-filtre.icon-man {
  background-position: -35px -42px;
}
.icon-filtre.icon-woman {
  background-position: -36px 0px;
}
.icon-filtre.icon-unisex {
  background-position: -38px -84px;
}
.icoalert {
  display: inline-block;
  float: left;
  background: url(../images/stat/alert-ico.png) 0px 0 no-repeat;
  width: 45px;
  height: 45px;
  margin-top: -5px;
}
.icoinfo,
.icoinfo-blue {
  display: inline-block;
  float: left;
  background: url(../images/stat/info-ico.png) 0px 0 no-repeat;
  width: 45px;
  height: 45px;
  margin-top: 44px;
}
.icoinfo-blue {
  background: url(../images/stat/icon-info.png) 0px 0 no-repeat;
  background-size: 35px;
}
.icon-box-mini {
  display: inline-block;
  background: url('../images/stat/icon-box-mini.png') 0 0 no-repeat;
  width: 24px;
  height: 25px;
}
.icon-pen {
  display: inline-block;
  background: url('../images/stat/icon-pen-mini.png') 0 0 no-repeat;
  width: 24px;
  height: 25px;
}
.icon-box {
  display: inline-block;
  background: url('../images/stat/icon-box.png') 0 0 no-repeat;
  width: 51px;
  height: 54px;
}
.icon-check {
  display: inline-block;
  background: url(../images/stat/icon-check.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
/*------------------------------------*\
    $DROPDOWNLIST
\*------------------------------------*/
.dropdownlist {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
}
.dropdownlist p {
  margin: 0;
  line-height: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  border: 2px #065593 solid;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.dropdownlist span.icon {
  position: absolute;
  right: 15px;
  top: 17px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.dropdownlist ul {
  position: absolute;
  top: 42px;
  left: 0;
  max-height: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  border: 1px #065593 solid;
  border-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dropdownlist ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.dropdownlist ul li a:hover {
  background-color: #065593;
  color: #fff;
}
.dropdownlist.active span.icon {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdownlist.active ul {
  max-height: 1000px;
  opacity: 1;
  top: 42px;
}
/*------------------------------------*\
    $PANEL
\*------------------------------------*/
.panel {
  display: inline-block;
  padding: 15px;
  width: 100%;
  border: 1px #d6dedd solid;
  position: relative;
  margin-bottom: 30px;
  z-index: 10;
}
.panel h2 {
  font-family: 'helveticaneuelight';
  font-size: 22 / 10rem;
  text-transform: none;
  margin-top: 0;
}
.panel h3 {
  font-family: 'itc_officina_sans_bookregular';
  font-size: 32 / 10rem;
  font-weight: normal;
  margin-top: 10px;
}
.panel .btn {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.panel.panel-bg-waves h2,
.panel.panel-bg-waves p {
  color: #fff;
}
.panel.panel-bg-waves p {
  font-family: 'helveticaneuelight';
  font-size: 22 / 10rem;
  line-height: normal;
}
.panel.bg-blue h2,
.panel.bg-blue p,
.panel.bg-blue h3 {
  color: #fff;
}
.panel.panel-feature h3 {
  font-size: 24 / 10rem;
}
.panel.panel-img div {
  padding-left: 120px;
}
.panel.panel-img img {
  position: absolute;
  left: 0;
  top: 0;
}
.panel.panel-confirmation {
  text-align: center;
}
.panel.panel-confirmation h3,
.panel.panel-confirmation p {
  color: #fff;
}
.panel.panel-confirmation .btn {
  position: relative;
  top: 0;
  bottom: auto;
  right: auto;
}
.panel.panel-half {
  height: 180px;
}
.panel.panel-half a.btn {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 10px;
}
/*------------------------------------*\
    $HIGHTLIGHT
\*------------------------------------*/
.highlight {
  border-top: 1px #d6dedd solid;
  border-bottom: 1px #d6dedd solid;
  margin: 10px 0;
}
.highlight p {
  font-size: 22 / 10rem;
  font-family: 'helveticaneuelight';
  text-align: center;
  line-height: 30px;
  padding: 20px;
  margin-bottom: 0;
}
/*------------------------------------*\
    $TOGGLE CONTENT
\*------------------------------------*/
.toggle-content {
  border-bottom: 1px #d6dedd solid;
}
.toggle-content span.separator {
  margin-bottom: 0;
}
.toggle-content h2 {
  margin-top: 25px;
  position: relative;
  z-index: 0;
}
.toggle-content .btn-toggle {
  float: right;
  margin-top: -5px;
  padding-right: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}
.toggle-content .btn-toggle span {
  width: 13px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 15px;
  top: 19px;
}
.toggle-content .btn-toggle span:after {
  content: '';
  height: 13px;
  width: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  left: 50%;
  margin: -13px/2 0 0 -3px/2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle-content .toggle-content-detail {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 30px;
}
.toggle-content .toggle-content-detail ul.list-standard {
  margin-bottom: 20px;
}
.toggle-content.active .toggle-content-detail {
  max-height: 1000px;
}
.toggle-content.active .btn-toggle span:after {
  height: 0;
}
/*------------------------------------*\
    $HEADING PAGE
\*------------------------------------*/
.separator {
  width: 100%;
  background-color: #d6dedd;
  display: inline-block;
  height: 1px;
  margin: 10px 0;
}
.heading-page {
  position: relative;
  margin-bottom: 30px;
}
.heading-page .btn-back {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.heading-page h1 {
  margin-bottom: 0;
}
.heading-page h2 {
  font-family: 'helveticaneuelight';
  font-size: 22 / 10rem;
  font-weight: normal;
  margin-top: 0;
}
span.backtosite {
  display: block;
  margin-top: 20px;
}
span.backtosite span {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
span.backtosite:hover {
  opacity: 0.7;
}
span.backtosite a {
  text-decoration: none;
}
.pop-in {
  display: none;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 13, 21, 0.65);
  height: 100%;
  z-index: 20;
}
.pop-in--active {
  display: block;
  position: fixed;
}
.pop-in__content {
  background-color: #006FB8;
  color: white;
  width: 47.3rem;
  margin: 25.6rem auto 0 auto;
  padding: 4.8rem 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.pop-in__close {
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  opacity: 0.7;
  cursor: pointer;
}
.pop-in__close:hover {
  opacity: 1;
}
.pop-in__close:before,
.pop-in__close:after {
  position: absolute;
  left: 1.5rem;
  content: ' ';
  height: 1.6rem;
  width: 2px;
  background-color: white;
}
.pop-in__close:before {
  transform: rotate(45deg);
}
.pop-in__close:after {
  transform: rotate(-45deg);
}
.pop-in__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.pop-in__text {
  margin: 1.5rem 0 0 0;
}
.pop-in__button {
  margin: 6.4rem 0 0 0;
  background-color: #242F80;
  padding: 1.2rem 2rem;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-self: center;
}
.pop-in__arrow {
  height: 2rem;
  margin-left: 1.6rem;
}
.pop-in__link {
  color: white;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin-top: 1rem;
  align-self: center;
}
/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
nav.page {
  text-align: center;
  width: 100%;
}
nav.page ul.pagination {
  display: inline-block;
  margin: 30px auto 0;
}
nav.page ul.pagination .page-item {
  display: inline;
}
nav.page ul.pagination .page-item .page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #12699f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
nav.page ul.pagination .page-item .page-link:focus,
nav.page ul.pagination .page-item .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}
nav.page ul.pagination .page-item.active .page-link,
nav.page ul.pagination .page-item.active .page-link:focus,
nav.page ul.pagination .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #12699f;
  border-color: #12699f;
}
nav.page ul.pagination .page-item.disabled .page-link,
nav.page ul.pagination .page-item.disabled .page-link:focus,
nav.page ul.pagination .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
/*------------------------------------*\
    $COLUMN FEATURE
\*------------------------------------*/
.column-feature {
  text-align: center;
}
.column-feature h2 {
  height: 54px;
  margin-top: 30px;
}
.column-feature span.separator {
  width: 50%;
  margin-bottom: 20px;
}
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
div.introduction {
  border-bottom: 1px #d6dedd solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.introduction p {
  font-family: 'helveticaneuelight';
  font-size: 22 / 10rem;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 25px;
}
div.introduction p.puce-intro {
  padding: 0;
  margin-left: 15px;
  margin-bottom: 2px;
}
div.introduction p.puce-intro::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  margin-top: 16px;
  margin-left: -13px;
  background-color: #065593;
  border-radius: 5px;
}
div.introduction img.pull-left {
  margin-right: 30px;
}
/*------------------------------------*\
    $ITEM PRODUCT
\*------------------------------------*/
.item-product {
  /*position:relative;
    margin:20px 0;
    display: flex;*/
  /*h3,p,.btn,ul.list-standard,h4,.drop{margin-left:160px;}*/
  /*&.item-sample .btn{margin-left:15px;;}*/
}
.item-product .item-product-img {
  /*position:absolute;*/
  /*left :0;
       top:0;*/
}
.item-product .item-product-img .icon-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -45px/2 0 0 -45px/2;
}
.item-product .item-product-img:hover .icon-play {
  opacity: 0.7;
}
.item-product h3 {
  font-size: 18 / 10rem;
  font-family: 'helveticabold';
  font-weight: normal;
  margin-top: 0;
}
.item-product a {
  text-decoration: none;
}
.item-product ul.list-standard li {
  margin-left: 0;
}
.item-product p {
  font-size: 14 / 10rem;
}
.item-product p.reference {
  height: auto;
}
.item-product span.profile {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #85ba35;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
.item-product.profile-woman span.profile {
  background-image: url('../images/stat/icon-woman.png');
  background-size: 50% auto;
}
.item-product.profile-man span.profile {
  background-image: url('../images/stat/icon-man.png');
  background-size: 50% auto;
}
.item-product.profile-unisex span.profile {
  background-image: url('../images/stat/icon-unisex.png');
  background-size: 50% auto;
}
.item-product .field-numeric {
  margin: 30px 0 15px;
  border: 1px #d6dedd solid;
  background-color: #f9f7f4;
  padding: 20px;
}
.item-product.item-sample ul.list-standard {
  font-size: 15 / 10rem;
}
.product-details {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #d6dedd solid;
}
.product-details h2 {
  margin-bottom: 15px;
}
.product-details p {
  margin-bottom: 10px;
}
.product-details .centerElement {
  text-align: center;
}
/*------------------------------------*\
    $MODAL 
\*------------------------------------*/
.fade {
  /*--Masque opaque noir de fond--*/
  display: none;
  /*--masqu� par d�faut--*/
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 9999;
}
.modal {
  display: none;
  /*--masqu� par d�faut--*/
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  /*--Les diff�rentes d�finitions de Box Shadow en CSS3--*/
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  max-height: 95%;
  overflow: auto;
}
.modal.modal-galerie {
  width: auto;
  height: auto;
}
.modal.modal-galerie img {
  max-width: 800px;
  max-height: 700px;
}
.modal .modal-product {
  text-align: center;
  padding: 20px;
}
.modal .modal-product img {
  max-height: 350px;
}
.modal .modal-product .field-numeric {
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #f9f7f4;
  border: 1px #d6dedd solid;
}
.modal .close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  background-color: #85ba35;
  border-radius: 50px;
  z-index: 10;
}
.modal .close:before,
.modal .close:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close:hover {
  background-color: #87b051;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 10px 20px;
}
.modal-body input,
.modal-body textarea {
  width: 100%;
}
.modal-footer h4 {
  color: #fff;
}
/*--G�rer la position fixed pour IE6--*/
*html .fade {
  position: absolute;
}
*html .modal {
  position: absolute;
}
/*------------------------------------*\
    $ALERT MESSAGE
\*------------------------------------*/
.alert-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #e3474f;
  display: none;
  width: 650px;
  height: 245px;
  top: 50%;
  left: 50%;
  margin: -245px/2 0 0 -250px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.alert-message .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/stat/icon-error.png) 0 0 no-repeat;
  margin: 30px 0 0 10px;
}
.alert-message p {
  padding: 10px;
  margin: 0;
  font-family: 'helveticabold';
  font-size: 18 / 10rem;
  margin-bottom: 20px;
  margin-top: 10px;
}
.alert-message.failure {
  background-color: #e3474f;
  color: #fff;
}
.alert-message.failure .icon {
  background: url(../images/stat/icon-error.png) 0 0 no-repeat;
}
.alert-message.success {
  background-color: #85ba35;
}
.alert-message.success .icon {
  background: url(../images/stat/icon-check.png) 0 0 no-repeat;
}
/*------------------------------------*\
    $MODAL TYPE PROMO
\*------------------------------------*/
.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog .border-tena {
  background: url(../images/modal/bg_popup.jpg) no-repeat center center;
  width: 800px;
  position: relative;
  margin: 5% auto;
  padding: 20px;
  background-size: cover;
}
.modalDialog .border-tena > div {
  background: #fff;
  padding: 20px;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog h2 {
  text-align: center;
  font-family: 'itc_officina_sans_bookregular';
  color: #075693;
  font-weight: bold;
  padding: 0 !important;
  margin: 10px 0 10px 0;
}
.modalDialog .text-center {
  text-align: center;
}
.modalDialog .close {
  position: absolute;
  top: 30px;
  right: 25px;
  color: #606061;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-decoration: none;
  font-weight: bold;
}
.modalDialog .close:hover {
  color: #85ba35;
}
.modalDialog .centre {
  padding: 0 20px;
  margin: 45px 0 20px 0;
}
.modalDialog .bas .btn {
  float: right;
  margin-top: 9px;
}
/*------------------------------------*\
    $ROW NUMBERED
\*------------------------------------*/
.row-numbered ul.list-standard,
.row-numbered p,
.row-numbered h4 {
  margin-left: 60px;
}
.row-numbered ul.list-standard h4,
.row-numbered ul.list-standard p {
  margin-left: 0;
}
.item-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-family: 'helveticabold';
  font-size: 22 / 10rem;
  color: #fff;
  background-color: #85ba35;
  line-height: 60px;
  border-radius: 60px;
}
h3 .item-number,
h2 .item-number,
h4 .item-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.relative {
  position: relative;
}
.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 !important;
}
.show {
  display: block !important;
}
.col-center {
  margin: 0 auto;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.small-mt {
  margin-top: 20px!important;
}
.small-pt {
  padding-top: 15px!important;
}
.small-pb {
  padding-bottom: 15px!important;
}
.wide-mt {
  margin-top: 30px!important;
}
.wide-pt {
  padding-top: 30px!important;
}
.wide-pb {
  padding-bottom: 30px!important;
}
.no-mb {
  margin-bottom: 0!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;
}
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;
}
.justify {
  text-align: justify;
}
.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.responsive {
  width: 100%;
}
img[width],
img[height] {
  max-width: none;
}
.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-standard {
  border: none;
  width: 100%;
}
.table-standard th {
  font-family: 'helveticabold';
  font-size: 16 / 10rem;
  padding: 10px 20px 25px;
  border-bottom: 1px #d6dedd solid;
}
.table-standard td {
  border-bottom: 1px #d6dedd solid;
  padding: 10px 20px;
  vertical-align: middle;
}
.table-standard tr:nth-child(even) td {
  background-color: #f9f7f4;
}
@media (max-width: 1180px) {
  .btn .icon {
    display: none;
  }
  .btn.btn-basket {
    padding-right: 20px;
  }
  .column-feature h2 {
    font-size: 18 / 10rem;
  }
}
.cookieinfo {
  padding: 15px 60px 15px 10px !important;
  box-sizing: border-box;
  width: 100%;
  font-family: 'helvetica55roman' !important;
  color: #065593 !important;
}
.cookieinfo span a {
  color: #065593 !important;
  text-decoration: underline !important;
}
.cookieinfo-close {
  background-color: #85ba35 !important;
  color: #fff !important;
  width: 40px !important;
  padding: 0 !important;
  height: 40px !important;
  line-height: 40px;
  position: absolute;
  right: 10px;
  top: 11px;
  min-width: 40px !important;
}
.cookieinfo-close:hover {
  opacity: 0.6;
}
.moveImg {
  display: flex;
  justify-content: flex-end;
}
.moveImg2 {
  display: flex;
  justify-content: center;
}
.eboutique-page .item-product-img .brochuresImg {
  object-fit: contain;
  height: 100% !important;
}
/*------------------------------------*\
    $GENERAL FORM
\*------------------------------------*/
.form div.field {
  margin-bottom: 30px;
  position: relative;
}
.field {
  display: block;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="number"],
textarea,
select {
  border: 1px #d6dedd solid;
  color: #065593;
  padding: 10px;
  width: 100%;
  font-family: 'helvetica55roman';
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  border-color: #85ba35;
  outline: 1px transparent solid;
}
.error {
  color: #de4949 !important;
  font-size: 15 / 10rem;
  position: absolute;
  right: 27px;
  top: 41px;
  font-style: italic;
}
.field-numeric {
  text-align: center;
  display: flex;
  align-items: center;
}
.field-numeric input {
  width: 115px;
  text-align: center;
  margin: 0 15px;
}
.field-numeric input.small {
  width: 65px;
  text-align: center;
  margin: 0 10px;
}
.field-numeric label {
  display: block;
}
.field-numeric .button {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px #85ba35 solid;
  font-family: 'helveticabold';
  vertical-align: top;
  border-radius: 50px;
  text-align: center;
  position: relative;
  color: transparent;
  text-indent: -3000em;
}
.field-numeric .button:hover {
  opacity: 0.7;
}
.field-numeric .button.dec:before {
  content: "";
  background: url(../images/stat/icon-minus.png) 0 0 no-repeat;
  width: 14px;
  height: 2px;
  text-indent: -3000em;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -7px;
}
.field-numeric .button.inc:before {
  content: "";
  background: url(../images/stat/icon-plus.png) 0 0 no-repeat;
  width: 14px;
  height: 15px;
  text-indent: -3000em;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px;
}
.form label {
  padding-bottom: 4px;
  display: block;
}
.form .panel .btn {
  position: relative;
  bottom: auto;
  right: auto;
}
.form .panel .field {
  margin-bottom: 20px;
  margin-top: 10px;
}
.form textarea {
  height: 100px;
  resize: none;
}
.form span.field-error {
  position: absolute;
  right: 14px;
  top: 32px ;
  color: #e3474f;
}
.form input.field-error,
.form textarea.field-error,
.form select.field-error {
  border-color: #e3474f;
}
.terms input[type="checkbox"],
.terms input[type="radio"] {
  float: left;
  padding: 0px;
  display: block;
  width: 19px;
  height: 40px;
  margin: 0 10px 10px 0px;
}
/*------------------------------------*\
    $CUSTOM KENDO
\*------------------------------------*/
.k-widget {
  width: 100%;
}
.k-widget.k-tooltip-validation {
  padding: 5px 0;
  border: none;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*\
    $HOMEPAGE
\*----------------------------------------------------------------------------------------------------------------------*/
.grid.home-page {
  margin-top: -15px;
}
.slideshow {
  height: 375px;
  overflow: hidden;
}
.slideshow .row3 {
  background: white;
}
.slideshow .slideshow-item {
  height: 375px;
  position: relative;
}
.slideshow .slideshow-item .row1 {
  border-left: white solid 15px;
}
.slideshow .slideshow-item .slider3 {
  padding-left: 3rem;
}
.slideshow .slideshow-item .slider3 .slider3-item {
  list-style-type: disc;
  padding-bottom: 20px;
}
.slideshow .slideshow-item .etoile {
  font-size: 1rem;
  width: 200%;
  position: relative;
  z-index: 10000;
}
.slideshow .slideshow-item-img {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  height: 100%;
}
.slideshow #banniereVideo {
  cursor: pointer;
}
.slideshow h1 {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.slideshow h2 {
  font-size: 70 / 10rem;
  font-family: 'rollerscript';
  position: absolute;
  line-height: 60px;
  right: 15px;
  bottom: 0;
  font-weight: normal;
  text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 80px #fff, 0 0 150px #fff, 0 0 200px #fff;
}
.slideshow p {
  padding-bottom: 5px;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.bx-controls-direction {
  margin-top: 30px;
}
.bx-controls-direction a {
  background-image: url('../images/stat/slideshow-controls-tena.png');
  display: block;
  width: 56px;
  height: 33px;
  text-indent: -3000em;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bx-controls-direction a:hover {
  opacity: 0.7;
}
.bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
  background-position: -57px 0;
}
.bx-controls.bx-has-pager {
  text-align: center;
  margin-top: 20px;
}
.bx-controls.bx-has-pager .bx-pager-item {
  display: inline-block;
  margin: 10px;
}
.bx-controls.bx-has-pager .bx-pager-link {
  background-image: url('../images/stat/slideshow-controls-tena.png');
  background-position: 0 -41px;
  width: 95px;
  height: 7px;
  display: block;
  text-indent: -3000em;
}
.bx-controls.bx-has-pager .bx-pager-link.active {
  background-position: 0 -34px;
}
.panel.panel-gammes {
  height: 300px;
  background-image: url('../images/homepage/panel-gammes-tena.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
}
.panel.panel-eboutique {
  height: 300px;
  background-image: url('../images/homepage/panel-eboutique.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}
.panel.panel-conseilspro {
  height: 300px;
  background-image: url('../images/homepage/panel-conseilspro.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.panel.panel-publicites {
  height: 300px;
  background-image: url('../images/homepage/panel-publicites.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 770px 300px;
}
.panel.panel-formations {
  height: 300px;
}
.panel.panel-full {
  background-position: 60px center;
  background-repeat: no-repeat;
}
.panel.panel-full a.btn {
  bottom: 50%;
  margin-bottom: -45px/2;
  right: 60px;
}
.panel.panel-contact {
  height: 180px;
  background-image: url('../images/stat/icon-mobile-contact.jpg');
  background-position: 60px center;
  background-repeat: no-repeat;
  padding-left: 180px;
}
.panel.panel-contact a.btn {
  bottom: 50%;
  margin-bottom: -45px/2;
  right: 60px;
}
.panel.panel-faq,
.panel.panel-echantillons {
  height: 180px;
}
.panel.panel-faq a.btn,
.panel.panel-echantillons a.btn {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 10px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $EBOUTIQUE
\*----------------------------------------------------------------------------------------------------------------------*/
.eboutique-site .navigation-subnav {
  display: none !important;
}
.eboutique-site header.main .panel.pull-right p strong {
  content: "Mon panier";
}
.eboutique-page {
  /*
    .item-product-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }*/
  /*.item-product-img {
        img {
            height: auto !important;
        }
    }*/
}
.eboutique-page .panel-feature {
  background-image: url('../images/eboutique/2016/panel-feature.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.eboutique-page .item-product {
  position: relative;
  height: 210px;
  margin: 20px 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 15px;
  padding: 5px;
  width: 30%;
}
.eboutique-page .item-product img {
  max-width: 130px;
  object-fit: contain;
}
.eboutique-page .item-product--hidden {
  display: none;
}
.eboutique-page .item-product-pastille_pca {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
.eboutique-page .item-product--pca {
  border: #006FB8 solid 2px;
  border-radius: 2px;
}
.eboutique-page .item-product-info_container {
  width: 100%;
}
.eboutique-page .item-product.item-product-nodescription {
  height: 130px;
}
.eboutique-page .item-product .btn {
  position: absolute;
  cursor: pointer;
  white-space: nowrap;
  bottom: 5px;
}
.eboutique-page .item-product .twice .btn {
  position: relative;
  margin-bottom: 7px;
  cursor: pointer;
  left: 0;
  width: 172px;
}
.eboutique-page .item-product h3 {
  /*max-height: 90px;*/
  /*overflow: hidden;*/
  padding-right: 15px;
}
.eboutique-page .item-product.item-product-video h3 {
  margin-top: 40px;
}
.eboutique-page .item-product h3,
.eboutique-page .item-product p,
.eboutique-page .item-product .btn {
  /*margin-left: 140px;*/
}
.eboutique-page .item-product.col-md-12 {
  height: 275px;
}
.eboutique-page .item-product.col-md-12 img {
  max-width: 100%;
  width: 100%;
}
.eboutique-page .item-product.col-md-12 .item-product-img {
  width: 100%;
}
.eboutique-page .item-product.col-md-12 .btn {
  left: auto;
  right: 0;
  bottom: 20px;
}
.eboutique-page .product-list h2 {
  border-bottom: 1px #d6dedd solid;
  padding-bottom: 8px;
  margin-top: 30px;
}
.eboutique-page .fiche-details .col-md-2 {
  text-align: center;
}
.eboutique-page .fiche-details .col-md-6 h2 {
  margin-top: 0;
}
.eboutique-page .fiche-details .col-md-4 .btn {
  position: relative;
  right: auto;
  bottom: auto;
}
.eboutique-page .fiche-details .fiche-details-img {
  position: relative;
  display: block;
  width: 100%;
}
.eboutique-page .fiche-details .fiche-details-img img {
  max-width: 100%;
}
.eboutique-page .fiche-details .icon-zoom {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/stat/trans.png');
  display: block;
  width: 100%;
  height: 100%;
}
.eboutique-page .fiche-details .icon-zoom:before {
  content: "";
  display: inline-block;
  background: #85ba35 url('../images/stat/icon-zoom.png') 12px 11px no-repeat;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  position: absolute;
  margin: -25px 0 0 -25px;
  display: none;
}
.eboutique-page .fiche-details .icon-zoom:hover:before {
  display: block;
}
.eboutique-page p.rupture {
  background-color: #065593;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
}
.eboutique-page .field-numeric label {
  font-family: 'itc_officina_sans_bookregular';
  font-size: 22 / 10rem;
  margin-bottom: 15px;
}
.eboutique-page .panel.panel-about {
  margin-top: 54px;
  padding-bottom: 150px;
  height: auto;
  background-image: url('../images/eboutique/2016/panel-about-bg.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.eboutique-page .panel.panel-bibliotheque {
  margin-top: 54px;
  padding-bottom: 150px;
  height: auto;
  background-image: url('../images/eboutique/2016/panel-bibliotheque-bg.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.eboutique-page .table-standard td {
  text-align: center;
}
.eboutique-page .table-standard td .field-numeric input {
  width: 70px;
}
.eboutique-page .table-standard .description {
  text-align: left;
}
.eboutique-page .table-standard .supprimer img {
  cursor: pointer;
}
.eboutique-page .table-standard .supprimer img:hover {
  opacity: 0.7;
}
.eboutique-page .terms {
  margin-left: 141px;
  font-style: italic;
  font-size: 15px;
}
.eboutique-page .terms label span.icon-info {
  background: url(../images/stat/icon-info.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -16px;
  background-size: 16px;
  display: block;
  line-height: 16px;
  color: #ffffff;
}
.eboutique-page .terms label span.icon-info:hover span.tooltip {
  display: block;
}
.eboutique-page .terms label span.icon-info span.tooltip {
  width: 327px;
  height: auto;
  background: rgba(6, 85, 147, 0.9);
  padding: 10px;
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  border: solid 1px #065593;
  left: 50% !important;
  text-align: center;
  margin-top: -107px;
  top: auto;
  z-index: 1000;
  float: left;
  margin-left: -158px;
  display: none;
}
.eboutique-page .bloc-inner h3 {
  font-size: 1.6rem;
}
.eboutique-page .content-primary div.slim-width .bloc-inner ul li a:hover,
.eboutique-page .content-primary div.slim-width .bloc-inner ul li a.selected {
  background-color: #0f586e;
}
.eboutique-page .bloc-inner ul.width-sub li a {
  width: 100%;
  margin: 3px 0 0 0;
}
.eboutique-page .bloc-inner ul.width-sub li a.selected {
  background-color: #1474bf;
}
.eboutique-page .bloc-inner ul li a span {
  font-size: 20px;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  float: left;
  margin-left: -3px;
  margin-right: 10px;
}
.eboutique-page .bloc-inner ul li a span:before {
  content: "+";
}
.eboutique-page .bloc-inner ul li a.selected span {
  font-size: 26px;
}
.eboutique-page .bloc-inner ul li a.selected span:before {
  content: "-";
}
.eboutique-page .bloc-inner ul.width-sub li ul li a span:before {
  content: "";
}
.eboutique-page .bloc-inner ul.width-sub li ul li a.selected span:before {
  content: "";
}
.eboutique-page .bloc-inner ul.width-sub li ul li a {
  min-width: 100%;
  padding: 10px 10px 10px 45px;
  float: left;
  background-color: #ececec;
  color: #065593;
  text-decoration: none;
  margin: 0 0 0 0;
  border-top: solid 1px #e0e0e0;
}
.eboutique-page .bloc-inner ul.width-sub li ul li a.selected {
  background-color: #f7f7f7;
  text-decoration: none;
}
.eboutique-page .bloc-inner ul.width-sub li ul li a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
.eboutique-page .bloc-inner ul.width-sub li ul li a span.icon-info {
  background: url(../images/stat/icon-info.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  float: right;
  right: 15px !important;
  top: 14px;
  left: auto;
  background-size: 16px;
}
.eboutique-page .bloc-inner ul.width-sub li ul li a span.icon-info span.tooltip:before {
  content: '';
}
.eboutique-page .bloc-inner ul.width-sub li ul li a span.icon-info span.tooltip {
  width: 150px;
  height: auto;
  background: url(../img/stats/black-trans.png) repeat;
  padding: 5px;
  font-size: 11px;
  position: absolute;
  left: 50% !important;
  text-align: center;
  margin-top: -24px;
  top: auto;
  z-index: 1000;
  float: left;
  margin-left: -16px;
  display: none;
}
.eboutique-page .bloc-inner ul.width-sub li ul li a span.icon-info:hover span.tooltip {
  display: block;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $ECHANTILLON
\*----------------------------------------------------------------------------------------------------------------------*/
.header-echantillons {
  margin-top: 30px;
}
.list-valid-command {
  padding: 38px 25px 38px 30px;
  margin-top: 15px;
  border: 2px solid #85ba35;
}
.list-valid-img img {
  position: relative;
  width: 100%;
}
.popin {
  max-width: 35%;
}
.popin h1 {
  margin-top: 0;
}
.popin .list-standard li {
  margin-left: 0;
}
.item-product-test {
  margin-bottom: 80px;
}
.item-product-img {
  display: flex;
  height: 210px;
  width: 140px;
}
.item-product-img img {
  height: 100%;
  width: 100%;
}
.drop-transparent {
  opacity: 0;
}
.sample-page .item-product {
  padding-left: 160px;
  height: 190px;
}
.sample-page .item-product h3,
.sample-page .item-product p,
.sample-page .item-product .btn,
.sample-page .item-product ul.list-standard,
.sample-page .item-product h4,
.sample-page .item-product .drop {
  margin-left: 0;
}
.sample-page .item-product .item-product-img {
  max-width: 140px;
  display: flex;
  max-height: 190px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.sample-page .item-product .item-product-img img {
  max-height: 190px;
  max-width: 140px;
  width: auto !important;
}
.sample-page .item-product a.btn.bg-green {
  position: absolute;
  bottom: 0;
  left: 160px;
}
.sample-page .item-product-description {
  line-height: 20px;
  max-height: 62px;
  overflow: hidden;
  margin-bottom: 24px;
}
.sample-page .item-product-description-echantillon {
  line-height: 20px;
  min-height: 80px;
  overflow: hidden;
}
.sample-page .loading {
  position: absolute;
  background: url('../images/stat/spin.gif') 0 0 no-repeat;
  width: 72px;
  height: 72px;
  display: none;
  left: 50%;
  top: 50px;
  margin-left: -36px;
  z-index: 50;
}
.sample-page .row.products {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sample-page .alignement {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3rem;
}
.panel-fixed {
  padding: 0;
  height: 127px;
  overflow: hidden;
}
.panel-fixed .b-left {
  border-left: solid 3px #fff;
  height: 125px;
}
.panel-fixed .b-left p {
  float: left;
  margin-top: 37px;
  width: 89%;
}
@media screen and (max-width: 1210px) {
  .panel-fixed .b-left p {
    margin-top: 19px;
  }
}
.panel-fixed a.box-basket {
  color: #fff;
  background-color: #05467a;
  text-decoration: none;
  height: 125px;
  width: 115px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding: 0;
}
.panel-fixed a.box-basket:hover {
  background-color: #065593;
}
.panel-fixed .icon {
  margin: 30px auto 10px;
  display: block;
}
.panel-fixed span.item-number {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14 / 10rem;
  font-family: 'helvetica55roman';
}
.row-filter .panel {
  margin-bottom: 0 !important;
}
.row.products {
  padding-top: 30px;
}
.row.products.active {
  padding-top: 300px;
}
.bg-grey {
  float: left;
  display: block;
  background-color: #f9f7f4;
  padding: 0 0 30px 0;
  width: 100%;
}
.bg-grey .btn-filter {
  float: left;
  width: 96%/3;
  text-align: center;
  color: #065693;
  font-family: 'helvetica55roman';
  text-decoration: none;
  margin-right: 2%;
}
.bg-grey .btn-filter:last-child {
  margin-right: 0 !important;
}
.bg-grey .btn-filter .panel {
  margin-bottom: 0;
  height: 110px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  line-height: 55px;
}
.bg-grey .btn-filter .panel span.text {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}
.bg-grey .btn-filter:hover .panel {
  background-color: #05467a;
  color: #fff;
}
.bg-grey .btn-filter:hover .panel .icon-filtre {
  background-position-x: 4px;
}
.bg-grey .btn-filter.active .panel {
  background-color: #85ba35;
  color: #fff;
}
.bg-grey .btn-filter.active .panel .icon-filtre {
  background-position-x: 4px;
}
.panel-fixed2 {
  height: 145px;
}
.panel-fixed2 .col-md-6 {
  padding-left: 0px;
}
.panel-fixed2 .col-md-6 h3 {
  margin-top: 2px;
  font-size: 24 / 10rem;
}
.panel-fixed2 .col-md-6 p {
  margin-bottom: 6px;
}
.panel-fixed2 .col-md-6:first-child {
  padding-left: 0;
}
.panel-fixed2 .pull-left {
  padding-right: 114px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.panel-fixed2 a.box-basket {
  color: #fff;
  background-color: #05467a;
  text-decoration: none;
  height: 140px;
  width: 140px;
  display: block;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 0;
}
.panel-fixed2 a.box-basket:hover {
  opacity: 0.7;
}
.panel-fixed2 .icon {
  margin: 30px auto 10px;
  display: block;
}
.panel-fixed2 span.item-number {
  position: absolute;
  right: 35px;
  top: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14 / 10rem;
  font-family: 'helvetica55roman';
}
.panel-fixed2 .btn-filter {
  width: 100%/3;
  float: left;
  height: 140px;
  text-align: center;
  color: #fff;
  font-family: 'helveticabold';
  text-decoration: none;
}
.panel-fixed2 .btn-filter:hover {
  background-color: #05467a;
}
.panel-fixed2 .btn-filter .icon {
  clear: both;
  display: block;
  margin: 40px auto 10px auto;
}
.panel-fixed2 .btn-filter.active {
  background-color: #85ba35;
}
.sizes-1,
.sizes-2,
.sizes-3 {
  width: 100%;
  float: left;
  display: block;
  margin: 20px auto;
}
.sizes-1 h3 {
  margin-left: 30%;
}
.sizes-2 h3 {
  margin-left: 10%;
}
.clone {
  top: -100px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.clone.active {
  top: 0;
}
.clone.active .header-echantillons {
  margin-top: 0;
}
.clone.active h4.pull-left {
  display: none;
}
.clone.active .bg-grey {
  padding-bottom: 10px;
}
.clone.active .bg-grey .btn-filter .panel {
  height: 50px;
  padding: 10px;
  line-height: 25px;
  margin-top: 10px;
}
.clone.active .bg-grey .btn-filter .panel .icon-filtre {
  float: left;
  position: absolute;
  left: 10px !important;
  top: 5px !important;
}
.clone.active .icoinfo-blue {
  margin-top: 10px;
}
.clone .panel-fixed {
  display: block;
  width: 100%;
  z-index: 100;
  height: 60px;
}
.clone .panel-fixed .b-left span.icoinfo {
  margin-top: 14px;
}
.clone .panel-fixed .b-left p {
  margin-top: 6px;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  line-height: 22px;
  width: auto;
  left: auto;
}
.clone .panel-fixed .btn-filter {
  height: 58px;
  width: 60px;
}
.clone .panel-fixed .btn-filter .text {
  display: none;
}
.clone .panel-fixed .btn-filter .icon {
  margin-top: 11px;
}
.clone .panel-fixed .col-md-6 {
  width: auto;
}
.clone .panel-fixed a.box-basket {
  color: #ffffff;
  background-color: #05467a;
  text-decoration: none;
  height: 58px;
  width: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  text-align: center;
  padding: 0;
  position: fixed;
}
.clone .panel-fixed a.box-basket .icon {
  background: url('../images/stat/icon-box-mini.png') 0 0 no-repeat;
  width: 24px;
  height: 25px;
  margin-top: 16px;
}
.clone .panel-fixed a.box-basket .item-number {
  width: 50px;
  height: 58px;
  right: 50px;
  top: 0;
  line-height: 58px;
  font-size: 16 / 10rem;
  border-radius: 0;
}
.clone .panel-fixed a.box-basket .text {
  display: none;
}
.clone .panel-fixed .pull-left {
  width: auto;
  padding: 0;
  margin-top: 7px;
}
.clone .panel-fixed h3 {
  font-size: 23px;
  display: inline-block;
  margin-right: 10px;
}
.clone .panel-fixed p {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  margin-top: 37px;
  position: absolute;
  line-height: 18px;
  width: 100%;
  left: 17px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $CONSEILS PRO
\*----------------------------------------------------------------------------------------------------------------------*/
.panel-accreditation {
  background-color: #1D388B;
}
.panel-accreditation h2 {
  font-size: 18 / 10rem;
  font-family: 'helvetica55roman';
}
.panel-accreditation h2,
.panel-accreditation p {
  font-weight: 600;
}
.panel-accreditation span.separator {
  background-color: #065593;
}
.panel-accreditation .col-md-4 {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  height: 380px;
  padding: 30px;
}
.formations-page .col-md-6 .item-product h3,
.formations-page .col-md-6 .item-product p,
.formations-page .col-md-6 .item-product .btn,
.formations-page .col-md-6 .item-product ul.list-standard,
.formations-page .col-md-6 .item-product h4,
.formations-page .col-md-6 .item-product .drop {
  margin-left: 290px;
}
.formations-page .col-md-6 .item-product p {
  height: auto;
}
.formations-page .col-md-6 .item-product .btn {
  margin-top: 20px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $CONSEILS POSE
\*----------------------------------------------------------------------------------------------------------------------*/
.historique-tena .panel.bg-lightgray {
  padding-top: 10px;
  margin-bottom: 10px;
  padding-left: 110px;
}
.historique-tena .panel.bg-lightgray ul {
  padding-top: 15px;
}
.historique-tena .panel.bg-lightgray:before {
  content: '';
  height: 100%;
  display: block;
  width: 100px;
  background: #065593;
  position: absolute;
  left: 0;
  top: 0;
}
.historique-tena .panel.bg-lightgray h3 {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100px;
  text-align: center;
  top: 50%;
  margin-top: -39px/2;
}
.conseil-pose ul.list-encre-gamme {
  width: 1000px;
  padding-bottom: 50px;
  padding-top: 10px;
}
.conseil-pose ul.list-encre-gamme li {
  float: left;
  margin-left: 10px;
}
.conseil-pose ul.list-encre-gamme li a {
  text-decoration: none;
  background: #87B051;
  color: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #87B051;
}
.conseil-pose ul.list-encre-gamme li a:hover {
  color: #87B051;
  background: white;
  border: 1px solid #87B051;
}
.conseil-pose ul.list-encre-gamme li:first-child {
  margin-left: 0;
}
.conseil-pose .conseil h3 {
  color: #87B051;
}
.conseil-pose .conseil ul {
  width: 100%;
  padding: 10px;
}
.conseil-pose .conseil ul li {
  padding-right: 195px;
  position: relative;
  min-height: 175px;
  vertical-align: middle;
  width: 50%;
  padding-left: 30px;
  margin-bottom: 30px;
  float: left;
}
.conseil-pose .conseil ul li:nth-child(odd) {
  padding-left: 0;
}
.conseil-pose .conseil ul li .img {
  position: absolute;
  right: 0;
  top: 0;
  border: 2px #065593 solid;
  display: block;
  width: 175px;
  height: 175Px;
  border-radius: 10px;
  overflow: hidden;
}
.conseil-pose .conseil ul li .img img {
  position: absolute;
  left: 50%;
  margin-left: -235px/2;
  top: 0;
}
.conseil-pose .conseil ul li p {
  padding-top: 10px;
  margin-left: 0;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  line-height: 18px;
}
.conseil-pose .conseil ul li p span.number {
  display: inline-block;
  background-color: #065593;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 10px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    GAMME
\*----------------------------------------------------------------------------------------------------------------------*/
.legende {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1rem;
}
.gammes-page .panel-half {
  height: 245px;
}
.gammes-page .item-product p {
  min-height: 100px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $LOGIN PAGE
\*----------------------------------------------------------------------------------------------------------------------*/
iframe {
  border: none;
}
#modal1 .close,
#modal2 .close {
  right: 10px;
}
.login-page header.main .branding p {
  margin-top: 10px;
}
.login-page .heading-page {
  margin-bottom: 10px;
}
.login-page .panel.bg-lightgray h2 {
  margin-bottom: 20px;
  text-align: center;
}
.login-page .RadButton_Default.rbSkinnedButton,
.login-page .RadButton_Default .rbDecorated,
.login-page .RadButton_Default.rbVerticalButton,
.login-page .RadButton_Default.rbVerticalButton .rbDecorated,
.login-page .RadButton_Default .rbSplitRight,
.login-page .RadButton_Default .rbSplitLeft {
  background-image: none;
  font-family: 'helvetica55roman';
  font-size: 16 / 10rem;
  text-align: left !important;
  color: #065593;
  margin-bottom: 15px;
}
.login-page .field {
  margin-top: 15px;
  position: relative;
}
.login-page .field .error {
  margin: 0;
  position: absolute;
  top: 33px;
  right: 15px;
}
.login-page label {
  display: block;
  padding-bottom: 4px;
}
.login-page span.RadInput,
.login-page input {
  width: 100% !important;
}
.login-page .RadButton.btn {
  background-color: #85ba35;
  color: #fff;
  line-height: 40px;
  position: relative;
  right: auto;
  bottom: auto;
  height: 40px;
  width: 150px;
  display: block;
  float: right;
  margin-top: 15px;
  text-align: center;
  padding: 0 !important;
}
.login-page .RadButton.btn.size {
  width: 200px !important;
}
.login-page .RadButton.btn:hover {
  background-color: #87b051;
}
.login-page .RadButton.btn input {
  color: #fff;
  font-family: 'helveticabold' !important;
  font-size: 16 / 10rem;
  height: 40px;
}
.login-page .error-txt {
  color: #e3474f;
  font-family: 'helveticabold';
}
.modal-iframe {
  padding: 30px;
  min-width: 0;
}
.modal-iframe .field label {
  display: block;
  padding-bottom: 3px;
}
.modal-iframe .row {
  min-width: 0 !important;
}
.modal-iframe .field {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-iframe .field label.inline {
  display: inline-block;
}
.modal-iframe .RadButton.btn {
  background-color: #85ba35;
  color: #fff;
  line-height: 40px;
  position: relative;
  right: auto;
  bottom: auto;
  height: 40px;
  width: 150px;
  display: block;
  float: right;
  margin-top: 15px;
  text-align: center;
  padding: 0 !important;
}
.modal-iframe .RadButton.btn:hover {
  background-color: #87b051;
}
@media (max-width: 1280px) {
  .gammes-page .product-details .col-md-4 img {
    width: 100% !important;
  }
}
@media (max-width: 1180px) {
  .slideshow .slideshow-item-img {
    width: 655px;
  }
  .eboutique-site .panel-feature {
    background-position: 130% top;
  }
  .panel-accreditation h2 {
    font-size: 14 / 10rem;
  }
  .panel-accreditation .col-md-4 {
    height: 415px;
  }
  .twice {
    float: left;
    margin-top: 15px;
    margin-left: -15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .item-product h3,
  .table-standard th,
  .btn {
    font-family: 'helvetica55roman';
  }
  .table-standard th,
  .alert-message p {
    font-family: 'helvetica55roman';
    font-weight: 400 !important;
  }
}
.login-page .breadcrumb {
  display: none;
}
.login-page .loginbox {
  width: 600px;
  margin: 50px auto 0;
  display: block;
}
.login-page .loginbox .btn-submit {
  margin-top: 15px;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $DETAILS PAGE PROMO
\*----------------------------------------------------------------------------------------------------------------------*/
.page-promo img {
  max-width: 100%;
  height: auto;
}
.page-promo h3 {
  font-weight: bold;
  font-family: 'itc_officina_sans_bookregular';
  margin-bottom: 0;
}
.page-promo p {
  color: #808080;
}
.page-promo .text-promo-titre {
  color: #065593;
  font-size: 14 / 10rem;
  font-weight: bold;
  line-height: 1.2;
}
.page-promo .text-promo-conditions {
  color: #808080;
  font-size: 12 / 10rem;
  line-height: 1.2;
}
.page-promo table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}
.page-promo .offre {
  display: block;
  max-width: 540px;
  margin: 0 auto 20px auto;
}
.page-promo h3 {
  color: #075693;
}
.page-promo table {
  text-align: center;
}
.page-promo table .left {
  text-align: left;
}
.page-promo table tr {
  border: none;
}
.page-promo table tr:nth-child(even) {
  background: #f0f0f0;
}
.page-promo table th,
.page-promo table td {
  padding: 3px 2px;
  font-family: 'itc_officina_sans_bookregular';
  color: #075693;
  font-weight: bold;
  font-size: 12 / 10rem;
  border: none;
}
.page-promo table th {
  background: #065593;
  color: #fff;
}
.macaron {
  margin: 3rem 6rem;
  margin-top: 0;
}
.macaron img {
  float: right;
  shape-outside: circle(50%);
  transform: translateX(10%);
}
.macaron p {
  padding-top: 1rem;
  text-align: right;
}
.conseil-aide {
  align-items: center;
}
.conseil-aide img {
  margin-left: 7rem;
  margin-right: 7rem;
}
.tena-pants {
  margin-top: 1.5rem !important;
  margin-bottom: 0 !iimportant;
}
.fix-br {
  line-height: 16px;
}
/*
    NEIGE
*/
.snow-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 300px;
}
.img-mamie {
  box-shadow: 0px 4px 9px #808080;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $DEVELOPPEMENT DURABLE PAGE
\*----------------------------------------------------------------------------------------------------------------------*/
.developpement__h1 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 2rem !important;
}
.developpement__h2 {
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
}
.developpement__h2-project {
  text-align: start;
}
.developpement__description {
  text-align: center;
}
.developpement__description-project {
  margin: 2rem 0;
}
.developpement__container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.developpement__content {
  display: flex;
  flex-direction: column;
}
.developpement__content-project {
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
.developpement__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.developpement__list > * {
  margin: 0.5rem 0;
  list-style-type: disc;
  width: fit-content;
}
.developpement-content-project {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
@keyframes tcbIframeOpen {
  0% {
    opacity: 0.0001;
    transform: translate(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tcb {
  display: flex;
  position: fixed;
  justify-content: flex-end;
  inset: 0;
  background-color: #00051566;
  z-index: 999;
  padding: 0;
}
@media screen and (min-width: 42.5em) {
  .tcb {
    padding: 20px;
  }
}
.tcb--show .tcb__wrapper {
  animation: tcbIframeOpen 0.2s linear;
}
.tcb:not(.tcb--show) {
  display: none;
}
.tcb__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 42.5em) {
  .tcb__wrapper {
    max-width: 640px;
  }
}
.tcb__wrapper > iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: none;
}
@media screen and (min-width: 42.5em) {
  .tcb__wrapper > iframe {
    border-radius: 22px;
  }
}
.tcb-button {
  font-family: Asap, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: fixed;
  bottom: 50px;
  right: 15px;
  padding: 10px 18px 7px 10px;
  background-image: linear-gradient(100deg, #003784 20%, #0069b6 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  transition: box-shadow 0.2s ease-in;
  box-shadow: 0 0 20px #95afff9e, 0 0 0 8px transparent;
  cursor: pointer;
  border: none;
  border-radius: 24px;
  z-index: 998;
}
.tcb-button:before {
  content: "";
  display: block;
  width: 32px;
  height: 28px;
  margin-right: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.256' height='27.837'%3E%3Cpath d='M12.115 0h8.026a12.133 12.133 0 0 1 12.115 12.115 11.947 11.947 0 0 1-3.451 8.4 2.487 2.487 0 0 0-.675 2.138l.6 4.088a.961.961 0 0 1-1.35 1.013l-7.426-3.451a2.692 2.692 0 0 0-1.088-.225H11.89A11.982 11.982 0 0 1 0 12.115 12.133 12.133 0 0 1 12.115 0Zm11.89 14.1a2.438 2.438 0 1 0-2.438-2.438A2.433 2.433 0 0 0 24 14.102Zm-7.876 0a2.438 2.438 0 1 0-2.439-2.438 2.433 2.433 0 0 0 2.438 2.44Zm-7.876 0a2.438 2.438 0 1 0-2.438-2.438 2.433 2.433 0 0 0 2.437 2.44Z' fill='%23fff'/%3E%3C/svg%3E");
}
.tcb-button span {
  position: relative;
  top: -2px;
}
.tcb-button:hover,
.tcb-button:focus-visible {
  box-shadow: 0 0 20px #95afff9e, 0 0 0 8px #95afff9e;
}
.tcb-button--revente {
  width: 64px;
  height: 62px;
  border-radius: 50%;
  padding: 4px;
}
.tcb-button--revente:before {
  position: absolute;
  transform: translate(-45%, -75%);
  width: 27px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.2 24.6' style='enable-background:new 0 0 27.2 24.6' xml:space='preserve'%3E%3Cpath d='M3.7 2.9C5.7 1.1 8.3 0 11.2 0H16c6.2 0 11.2 5 11.2 11.2 0 2.5-.8 4.9-2.3 6.8l.2 1.3c.2 1.2-.1 2.4-.9 3.4s-1.8 1.6-3 1.8h-.6c-.7 0-1.3-.1-1.9-.4l-3.9-1.8h-3.6C5 22.3 0 17.3 0 11.2c0-2.5.9-4.9 2.3-6.8m12.9 17.9zm9.5-5.4z' style='fill:%2300408d'/%3E%3Cpath d='M11.2 4H16c4 0 7.2 3.2 7.2 7.2 0 1.9-.7 3.7-2.1 5-.3.3-.5.8-.4 1.3l.4 2.4c0 .3-.2.6-.5.6h-.3l-4.4-2.1c-.2-.1-.4-.1-.6-.1h-4.1c-3.9 0-7.1-3.2-7.1-7.1C4 7.2 7.2 4 11.2 4zm7.1 8.4c.8 0 1.4-.6 1.4-1.4 0-.8-.6-1.4-1.4-1.4-.8 0-1.4.6-1.4 1.4-.1.8.6 1.4 1.4 1.4zm-4.7 0c.8 0 1.4-.6 1.4-1.4 0-.8-.6-1.4-1.4-1.4-.8 0-1.4.6-1.4 1.4-.1.8.6 1.4 1.4 1.4zm-4.7 0c.8 0 1.4-.6 1.4-1.4 0-.8-.6-1.4-1.4-1.4-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4z' style='fill:%23fff'/%3E%3C/svg%3E") center no-repeat;
  margin: 0;
}
.tcb-button--revente:after {
  content: "";
  display: block;
  width: 54px;
  height: 23px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54.09' height='22.985'%3E%3Cg fill='%23fff'%3E%3Cpath d='M27.032 0a35.365 35.365 0 0 0-13.065 2.6l-.011.005a.085.085 0 0 0-.036.12.094.094 0 0 0 .08.035.463.463 0 0 0 .063-.018A35.052 35.052 0 0 1 25.845.582c8.8-.066 18.57 4.107 26.314 12.641a30.224 30.224 0 0 0 1.918-1.709l.013-.013S42.718 0 27.032 0ZM40.15 20.262a.1.1 0 0 0-.1-.032.259.259 0 0 0-.028.008 35.059 35.059 0 0 1-11.782 2.16c-8.8.066-18.57-4.107-26.314-12.641a30.224 30.224 0 0 0-1.918 1.709l-.013.013s11.371 11.505 27.058 11.505a35.261 35.261 0 0 0 13.045-2.6l.011-.006a.085.085 0 0 0 .041-.116Z'/%3E%3Cpath d='M41.176 7.822a.744.744 0 1 0 .748.741.739.739 0 0 0-.748-.741Zm0 1.34a.6.6 0 1 1 .577-.6.577.577 0 0 1-.577.6Z'/%3E%3Cpath d='M41.501 8.436a.257.257 0 0 0-.269-.255h-.319v.764h.152v-.246h.117l.141.248h.169l-.152-.269a.259.259 0 0 0 .161-.242Zm-.292.129h-.144V8.31h.144a.117.117 0 0 1 .129.126.119.119 0 0 1-.129.129ZM24.545 7.865h-5.13v7.233h5.13a.605.605 0 0 0 .6-.6v-.251h-4.064v-2.46h2.789a.605.605 0 0 0 .6-.6v-.251h-3.389V8.719h4.064v-.251a.6.6 0 0 0-.6-.603ZM17.848 7.865h-6.15a.605.605 0 0 0-.6.6v.25h2.843v6.378h1.674V8.715h2.843v-.25a.605.605 0 0 0-.61-.6ZM31.804 8.469v4.269l-4.04-4.451a1.284 1.284 0 0 0-.95-.42h-.588V15.1h.45a.6.6 0 0 0 .6-.6v-4.293l4.074 4.478a1.283 1.283 0 0 0 .948.419h.553V7.871h-.45a.6.6 0 0 0-.597.598ZM37.601 7.865h-.67a1.683 1.683 0 0 0-1.711 1.4l-1.564 5.837h.631a.6.6 0 0 0 .584-.448l.473-1.767h3.475l.472 1.767a.6.6 0 0 0 .584.448h1.223l-1.5-5.622a1.938 1.938 0 0 0-1.997-1.615Zm-2.028 4.163.746-2.783a.688.688 0 0 1 .663-.526h.218a.632.632 0 0 1 .648.526l.743 2.783Z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
}
.tcb-button--revente span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}