@charset "UTF-8";
@font-face {
  font-family: 'Futura Std';
  src: url("../fonts/FuturaStd-Light.eot");
  src: url("../fonts/FuturaStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Light.woff2") format("woff2"), url("../fonts/FuturaStd-Light.woff") format("woff"), url("../fonts/FuturaStd-Light.ttf") format("truetype"), url("../fonts/FuturaStd-Light.svg#FuturaStd-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Futura Std';
  src: url("../fonts/FuturaStd-Book.eot");
  src: url("../fonts/FuturaStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Book.woff2") format("woff2"), url("../fonts/FuturaStd-Book.woff") format("woff"), url("../fonts/FuturaStd-Book.ttf") format("truetype"), url("../fonts/FuturaStd-Book.svg#FuturaStd-Book") format("svg");
  font-weight: 500;
  font-style: normal; }

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

@font-face {
  font-family: 'Futura Std';
  src: url("../fonts/FuturaStd-Heavy.eot");
  src: url("../fonts/FuturaStd-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Heavy.woff2") format("woff2"), url("../fonts/FuturaStd-Heavy.woff") format("woff"), url("../fonts/FuturaStd-Heavy.ttf") format("truetype"), url("../fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy") format("svg");
  font-weight: 900;
  font-style: normal; }

html {
  background: #0e0e0c; }

body {
  font-family: "Futura Std", Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300; }

body.path-frontpage .region-content-grey-bottom > section:not(.block-ctools-block),
body.page-node-type-landing .block-region-content-grey > section:not(.block-ctools-block),
body.page-node-type-landing .block-region-content-grey-2 > section:not(.block-ctools-block),
body.page-node-type-landing .block-region-content-grey-bottom > section:not(.block-ctools-block),
body.page-node-type-landing .block-region-content-white > section:not(.block-ctools-block),
body.page-node-type-landing .block-region-content-white-2 > section:not(.block-ctools-block) {
  margin: 40px 0; }

body.path-frontpage .region-content-grey-bottom > section.bostik--edito,
body.page-node-type-landing .block-region-content-grey > section.bostik--edito,
body.page-node-type-landing .block-region-content-grey-2 > section.bostik--edito,
body.page-node-type-landing .block-region-content-grey-bottom > section.bostik--edito,
body.page-node-type-landing .block-region-content-white > section.bostik--edito,
body.page-node-type-landing .block-region-content-white-2 > section.bostik--edito {
  margin-bottom: 0; }

body.page-node-type-page .region-content > .bostik--teaser-image {
  margin-bottom: 15px; }
  @media only screen and (max-width: 575px) {
    body.page-node-type-page .region-content > .bostik--teaser-image {
      margin-bottom: 30px; } }

.region-navigation-collapsible {
  margin-right: 95px; }
  @media only screen and (max-width: 767px) {
    .region-navigation-collapsible {
      margin-right: 0; } }

.region-navigation-collapsible-top {
  background: #0e0e0c;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
  display: none; }
  .region-navigation-collapsible-top.loaded {
    display: block; }
  .region-navigation-collapsible-top.opened {
    opacity: 1; }
  .region-navigation-collapsible-top.closed {
    opacity: 0; }
  @media only screen and (max-width: 767px) {
    .region-navigation-collapsible-top {
      display: block; }
      .region-navigation-collapsible-top.closed {
        opacity: 1;
        margin: 0 auto;
        width: 100%;
        z-index: 5;
        position: relative;
        border: 0; }
      .region-navigation-collapsible-top .bostik--searchbox {
        padding-top: 15px; } }

/*.region-navigation-collapsible-top-opener{
    width: 45px;
    float: right;
    margin-top: -70px;
    background: $darker;
    @media only screen and (max-width : 767px) {
      float: none;
      width: 100%;
      margin-top: 0;
      margin-right: 0;
      display: none;
    }
    .btn{
        padding: 15px 5px;
        border-right: 1px solid $border-header;
        float: right;
        display: block;
        .glyphicon.glyphicon-search{
            &:before{
                display: none;
            }
            background: url(../images/loupe.png) no-repeat center center;
            width: 28px;
            height: 28px;
            display: block;
            margin: 0 auto;
        }
        &:hover,
        &:focus{
            .glyphicon.glyphicon-search{
                background-image: url(../images/loupe-red.png);
            }
        }
    }

    -webkit-transition: margin-top .25s linear;
    -moz-transition: margin-top .25s linear;
    -ms-transition: margin-top .25s linear;
    -o-transition: margin-top .25s linear;
    transition: margin-top .25s linear;
    header.opened & {
        margin-top: -9px;
    }
}*/
/*.region-navigation-collapsible-tools{
    width: 50px;
    float: right;
    margin-top: -70px;
    margin-right: 50px;
    background: $darker;
    @media only screen and (max-width : 767px) {
      float: none;
      width: 100%;
      margin-top: 0;
      margin-right: 0;
      text-align: left;
    }
    .btn{
        display: block;
        text-decoration: none;
        padding: 15px 5px;
        border-right: 1px solid $border-header;
        float: right;
        display: block;
        position: relative;
        width: 50px;
        display: none;
        &.highlight{
          display: block;
        }
        .btn-label{
          display: none;
        }
        .glyphicon.glyphicon-bin{
            &:before{
                display: none;
            }
            background: url(../images/panier.png) no-repeat center center;
            width: 28px;
            height: 28px;
            display: block;
            margin: 0 auto;
        }
        .cart-count{
          position: absolute;
          bottom: 5px;
          right: 5px;
          border-radius: 50%;
          width: 16px;
          height: 16px;
          line-height: 16px;
          display: block;
          text-align: center;
          color: $white;
          border: 1px solid $red;
          background: $red;
          font-size: 12px;
        }
        &:hover,
        &:focus{
            .glyphicon.glyphicon-bin{
                background-image: url(../images/panier-red.png);
            }
        }
        @media only screen and (max-width : 767px) {
          float: none;
          width: auto;
          border: 0;
          display: inline-block;
          padding: 15px 20px;
          text-align: left;
          .btn-label{
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 300;
            padding: 0;
            padding-left: 10px;
            color: $white;
          }
          .glyphicon.glyphicon-bin{
            display: inline-block;
            vertical-align: middle;
          }
          .cart-count{
            bottom: 10px;
            right: inherit;
            left: 40px;
          }
          &:hover,
          &:focus{
              background: $red;
              color: $white;
              .glyphicon.glyphicon-bin{
                  background-image: url(../images/panier.png);
              }
          }
        }
    }

    -webkit-transition: margin-top .25s linear;
    -moz-transition: margin-top .25s linear;
    -ms-transition: margin-top .25s linear;
    -o-transition: margin-top .25s linear;
    transition: margin-top .25s linear;
    header.opened & {
        margin-top: -9px;
    }
}*/
.logo.navbar-btn {
  position: absolute;
  z-index: 10;
  margin-top: 0px;
  max-width: 193px;
  margin-bottom: 0px;
  margin-top: 0px;
  -webkit-transition: margin-top .25s linear;
  -moz-transition: margin-top .25s linear;
  -ms-transition: margin-top .25s linear;
  -o-transition: margin-top .25s linear;
  transition: margin-top .25s linear; }
  @media only screen and (max-width: 991px) {
    .logo.navbar-btn {
      max-width: 120px; } }
  @media only screen and (max-width: 767px) {
    .logo.navbar-btn {
      margin-top: 17px;
      max-width: 210px; } }
  @media only screen and (max-width: 575px) {
    .logo.navbar-btn {
      max-width: 193px;
      margin-top: 0px;
      left: 0; } }
  .footer .logo.navbar-btn {
    position: relative;
    margin-top: 0; }
  header.opened .logo.navbar-btn {
    margin-top: 61px; }

.path-frontpage .highlighted {
  background: #1c1c1c; }

.region-content-wide-top {
  -moz-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); }

body.path-frontpage .region-content-white-top > section {
  margin-top: 40px;
  margin-bottom: 20px; }

.main-content {
  border-top: 8px solid #e32213; }

.footer {
  border-top: 8px solid #e32213; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff; }

.main-content h1, .main-content h2, .main-content h3, .main-content h4 {
  letter-spacing: 1px; }

.main-content h2 {
  font-weight: 700; }

.main-content .page-header {
  font-size: 29px;
  font-weight: bold;
  padding-top: 0; }

.container-fluid,
.container {
  width: 100% !important;
  max-width: 100% !important; }

header nav .container-fluid,
.container {
  width: 100% !important;
  max-width: 100% !important; }

@media (min-width: 768px) {
  header nav .container-fluid,
  .container-fluid,
  .container {
    width: 720px !important;
    max-width: 100% !important; } }

@media (min-width: 992px) {
  header nav .container-fluid,
  .container-fluid,
  .container {
    width: 960px !important;
    max-width: 100% !important; } }

@media (min-width: 1200px) {
  header nav .container-fluid,
  .container-fluid,
  .container {
    width: 1140px !important;
    max-width: 100% !important; } }

/** Extension de la largeur de la zone content pour les page landing, afin de gerer les layers panelizer en wide */
.page-node-type-landing .main-container > section > .region-content-wrapper {
  padding-bottom: 0; }
  .page-node-type-landing .main-container > section > .region-content-wrapper > .container,
  .page-node-type-landing .main-container > section > .region-content-wrapper > .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0; }
    .page-node-type-landing .main-container > section > .region-content-wrapper > .container .region-content-wrapper,
    .page-node-type-landing .main-container > section > .region-content-wrapper > .container-fluid .region-content-wrapper {
      padding-bottom: 0; }

.navbar-default {
  height: 61px;
  padding-bottom: 0px;
  -webkit-transition: height .25s linear;
  -moz-transition: height .25s linear;
  -ms-transition: height .25s linear;
  -o-transition: height .25s linear;
  transition: height .25s linear; }
  @media only screen and (max-width: 767px) {
    .navbar-default {
      padding-bottom: 0px; } }
  .navbar-default.opened {
    height: 122px; }
  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse {
      margin-left: -16px;
      margin-right: -16px;
      padding: 0;
      margin-top: 7px;
      z-index: 5;
      position: relative;
      border: 0; } }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #e32213; }

.navbar-header {
  height: 61px;
  -webkit-transition: height .25s linear;
  -moz-transition: height .25s linear;
  -ms-transition: height .25s linear;
  -o-transition: height .25s linear;
  transition: height .25s linear; }
  .navbar-header.opened {
    height: 122px; }

@media only screen and (min-width: 768px) {
  .region-navigation-collapsible-top {
    margin-top: -70px; }
  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 100%;
    margin-top: 7px; }
  .navbar-nav li {
    vertical-align: middle; }
  .navbar-nav li > a {
    padding-top: 43px;
    padding-bottom: 42px; } }

.navbar-toggle {
  margin-top: 15px; }

.navbar-text {
  display: none; }

@media only screen and (max-width: 991px) {
  .list-group .list-group-item-text-suffix,
  .list-group .list-group-item-heading-suffix {
    margin-left: 0;
    white-space: nowrap;
    display: block; } }

.btn {
  font-weight: 500; }

.pager-nav .pagination li a {
  margin: 0 6px;
  border-radius: 0;
  font-weight: 500;
  color: #e32213;
  background-color: #fff; }
  .pager-nav .pagination li a:hover, .pager-nav .pagination li a:focus {
    color: #fff;
    background-color: #e32213;
    border: 1px solid #e32213; }

.pager-nav .pagination li.active a {
  color: #fff;
  background-color: #e32213;
  border: 1px solid #e32213; }

.pager-nav .pagination li.pager__item--previous a {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 39px; }
  .pager-nav .pagination li.pager__item--previous a:before {
    content: "\e079"; }
  .pager-nav .pagination li.pager__item--previous a span {
    display: none; }

.pager-nav .pagination li.pager__item--next a {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 39px; }
  .pager-nav .pagination li.pager__item--next a:before {
    content: "\e080"; }
  .pager-nav .pagination li.pager__item--next a span {
    display: none; }

.pager-nav .pagination li.pager__item--first a {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 39px; }
  .pager-nav .pagination li.pager__item--first a:before {
    content: "\e079"; }
  .pager-nav .pagination li.pager__item--first a:after {
    content: "\e079";
    margin-left: -10px; }
  .pager-nav .pagination li.pager__item--first a span {
    display: none; }

.pager-nav .pagination li.pager__item--last a {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 39px; }
  .pager-nav .pagination li.pager__item--last a:before {
    content: "\e080"; }
  .pager-nav .pagination li.pager__item--last a:after {
    content: "\e080";
    margin-left: -10px; }
  .pager-nav .pagination li.pager__item--last a span {
    display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.bostik--product-push .text {
  font-family: "Futura T Condensed", Verdana, sans-serif;
  font-size: 16px; }

.bostik--product-push--owl {
  background: #fff;
  color: #000;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  padding: 10px 18px; }
  .bostik--product-push--owl > a {
    display: block; }
    .bostik--product-push--owl > a:hover, .bostik--product-push--owl > a:focus {
      opacity: 1; }
  .bostik--product-push--owl .picture,
  .bostik--product-push--owl picture {
    height: 260px;
    width: 260px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden; }
    .bostik--product-push--owl .picture img,
    .bostik--product-push--owl picture img {
      display: block;
      margin: auto;
      max-width: 100%;
      -webkit-transition: transform .25s ease-in-out;
      -moz-transition: transform .25s ease-in-out;
      -ms-transition: transform .25s ease-in-out;
      -o-transition: transform .25s ease-in-out;
      transition: transform .25s ease-in-out; }
  .bostik--product-push--owl h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 31px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #000;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .bostik--product-push--owl h2 {
        height: auto !important; } }
  .bostik--product-push--owl .text {
    color: #000;
    font-family: "Futura T Condensed", Verdana, sans-serif;
    font-size: 24px; }
    .bostik--product-push--owl .text .container-fluid {
      padding: 0; }
    .bostik--product-push--owl .text * {
      color: #000;
      font-size: 16px;
      line-height: 26px;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .bostik--product-push--owl .text * {
          height: auto !important; } }
  .bostik--product-push--owl .link .btn {
    color: #e32213;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    background: none;
    border: 0; }
    .bostik--product-push--owl .link .btn .glyphicon {
      color: #e32213; }
    .bostik--product-push--owl .link .btn:hover, .bostik--product-push--owl .link .btn:focus {
      text-decoration: none;
      background: none;
      border: 0; }
  .bostik--product-push--owl > a:hover h2 {
    color: #e32213; }
  .bostik--product-push--owl > a:hover .picture img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.paragraph--type--product-list {
  background-color: #ededed;
  padding: 40px 10px 10px; }
  .paragraph--type--product-list .owl-carousel {
    margin-bottom: 30px; }
    .paragraph--type--product-list .owl-carousel.upward {
      margin-top: -35px; }
    .paragraph--type--product-list .owl-carousel .owl-stage-outer {
      padding: 20px 0; }
    .paragraph--type--product-list .owl-carousel .owl-stage {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .paragraph--type--product-list .owl-carousel .owl-item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: auto !important; }
    .paragraph--type--product-list .owl-carousel .owl-item,
    .paragraph--type--product-list .owl-carousel .owl-item > .field--item {
      width: 100%;
      height: 100%; }
    .paragraph--type--product-list .owl-carousel .owl-nav .owl-prev,
    .paragraph--type--product-list .owl-carousel .owl-nav .owl-next {
      background: rgba(0, 0, 0, 0.15);
      width: 55px;
      height: 55px;
      position: absolute;
      top: 40%;
      display: block !important;
      /* &:hover {
                    background: rgba(0, 0, 0, 0.5);
                } */ }
      .paragraph--type--product-list .owl-carousel .owl-nav .owl-prev .prev-slide,
      .paragraph--type--product-list .owl-carousel .owl-nav .owl-prev .next-slide,
      .paragraph--type--product-list .owl-carousel .owl-nav .owl-next .prev-slide,
      .paragraph--type--product-list .owl-carousel .owl-nav .owl-next .next-slide {
        background: url(../images/chevron-left.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        margin: auto; }
      .paragraph--type--product-list .owl-carousel .owl-nav .owl-prev.disabled,
      .paragraph--type--product-list .owl-carousel .owl-nav .owl-next.disabled {
        display: none !important; }
    .paragraph--type--product-list .owl-carousel .owl-nav .owl-prev {
      margin-left: 0px; }
    .paragraph--type--product-list .owl-carousel .owl-nav .owl-next {
      right: 0px; }
      .paragraph--type--product-list .owl-carousel .owl-nav .owl-next .next-slide {
        transform: scaleX(-1); }
    .paragraph--type--product-list .owl-carousel .owl-dots {
      text-align: center; }
      .paragraph--type--product-list .owl-carousel .owl-dots .owl-dot {
        margin: 0 5px;
        width: 50px;
        height: 4px;
        vertical-align: middle;
        background-color: #dadada; }
        .paragraph--type--product-list .owl-carousel .owl-dots .owl-dot.active {
          height: 6px;
          background-color: #e32213; }
  .paragraph--type--product-list .bostik--product-push--owl {
    margin-bottom: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.22);
    height: 100%; }
    .paragraph--type--product-list .bostik--product-push--owl .inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-flow: column;
      height: 100%;
      text-decoration: none; }
    .paragraph--type--product-list .bostik--product-push--owl .picture {
      max-width: 100%; }
    .paragraph--type--product-list .bostik--product-push--owl h2 {
      padding-top: 15px;
      padding-bottom: 0;
      border-top: 2px solid #dadada;
      border-bottom: 0;
      width: 100%; }
    .paragraph--type--product-list .bostik--product-push--owl .text {
      margin: 5px 0 15px; }
    .paragraph--type--product-list .bostik--product-push--owl .link {
      margin-top: auto; }
      .paragraph--type--product-list .bostik--product-push--owl .link .btn {
        color: #000;
        font-size: 16px; }
    .paragraph--type--product-list .bostik--product-push--owl:hover {
      box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.35); }
  .paragraph--type--product-list h2 {
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 10px; }

.view-applications > h2, .view-footer > h2 {
  padding-top: 35px;
  padding-bottom: 18px;
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px; }

.bostik--taxonomy-landing-wrapper {
  margin-bottom: 50px; }
  .bostik--taxonomy-landing-wrapper .heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 20px 10px; }
    .bostik--taxonomy-landing-wrapper .heading .field--name-field-range-picto {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
    .bostik--taxonomy-landing-wrapper .heading .heading-infos {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
      .bostik--taxonomy-landing-wrapper .heading .heading-infos .field--name-name {
        font-size: 34px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 20px; }
      .bostik--taxonomy-landing-wrapper .heading .heading-infos .field--name-description {
        font-size: 22px;
        line-height: 27px;
        font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .bostik--taxonomy-landing-wrapper .heading .field--name-field-range-picto img {
        width: 75px;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 768px) {
      .bostik--taxonomy-landing-wrapper .heading {
        padding: 50px 30px; }
        .bostik--taxonomy-landing-wrapper .heading .field--name-field-range-picto {
          flex: 0 0 180px;
          width: 180px;
          max-width: 180px;
          margin: -20px 0;
          margin-right: 50px; }
        .bostik--taxonomy-landing-wrapper .heading .heading-infos {
          flex: 1 0 auto;
          width: auto;
          max-width: calc(80% - 220px);
          max-width: -webkit-calc(80% - 220px);
          max-width: -moz-calc(80% - 220px);
          max-width: -ms-calc(80% - 220px); } }
  .bostik--taxonomy-landing-wrapper .bostik--taxonomy-landing-promoted .heading .heading-infos {
    color: #fff; }
  .bostik--taxonomy-landing-wrapper .owl-carousel.upward {
    margin-top: -35px; }
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-stage-outer {
    padding: 20px 0; }
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important; }
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-item,
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-item > .field--item {
    width: 100%;
    height: 100%; }
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-prev,
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.15);
    width: 55px;
    height: 55px;
    position: absolute;
    top: 40%;
    display: block !important;
    /* &:hover {
                    background: rgba(0, 0, 0, 0.5);
                } */ }
    .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-prev .prev-slide,
    .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-prev .next-slide,
    .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-next .prev-slide,
    .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-next .next-slide {
      background: url(../images/chevron-left.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      height: 25px;
      width: 25px;
      margin: auto; }
    .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-prev.disabled,
    .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-next.disabled {
      display: none !important; }
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-prev {
    margin-left: 0px; }
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-next {
    right: 0px; }
    .bostik--taxonomy-landing-wrapper .owl-carousel .owl-nav .owl-next .next-slide {
      transform: scaleX(-1); }
  .bostik--taxonomy-landing-wrapper .owl-carousel .owl-dots {
    text-align: center; }
    .bostik--taxonomy-landing-wrapper .owl-carousel .owl-dots .owl-dot {
      margin: 0 5px;
      width: 50px;
      height: 4px;
      vertical-align: middle;
      background-color: #dadada; }
      .bostik--taxonomy-landing-wrapper .owl-carousel .owl-dots .owl-dot.active {
        height: 6px;
        background-color: #e32213; }
  .bostik--taxonomy-landing-wrapper .bostik--product-push--owl {
    margin-bottom: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.22);
    height: 100%; }
    .bostik--taxonomy-landing-wrapper .bostik--product-push--owl .inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-flow: column;
      height: 100%;
      text-decoration: none; }
    .bostik--taxonomy-landing-wrapper .bostik--product-push--owl .picture {
      max-width: 100%; }
    .bostik--taxonomy-landing-wrapper .bostik--product-push--owl h2 {
      padding-top: 15px;
      padding-bottom: 0;
      border-top: 2px solid #dadada;
      border-bottom: 0;
      width: 100%; }
    .bostik--taxonomy-landing-wrapper .bostik--product-push--owl .text {
      margin: 5px 0 15px; }
    .bostik--taxonomy-landing-wrapper .bostik--product-push--owl .link {
      margin-top: auto; }
      .bostik--taxonomy-landing-wrapper .bostik--product-push--owl .link .btn {
        color: #000;
        font-size: 16px; }
    .bostik--taxonomy-landing-wrapper .bostik--product-push--owl:hover {
      box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.35); }
  .bostik--taxonomy-landing-wrapper .btn {
    text-transform: uppercase;
    -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
    -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
    -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background .25s ease-in-out, color .25s ease-in-out;
    transition: background .25s ease-in-out, color .25s ease-in-out; }
    .bostik--taxonomy-landing-wrapper .btn.btn-primary {
      background: #e32213;
      border: 1px solid #e32213; }
    .bostik--taxonomy-landing-wrapper .btn.center {
      display: table;
      margin: 20px auto 0; }
    .bostik--taxonomy-landing-wrapper .btn:hover {
      opacity: 1;
      background: #fff;
      color: #e32213; }
  @media only screen and (min-width: 768px) {
    .bostik--taxonomy-landing-wrapper {
      margin-bottom: 100px; } }

.taxo-heading .taxo-heading-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: auto;
  padding: 20px 15px; }
  .taxo-heading .taxo-heading-wrapper .heading-image {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: block; }
  .taxo-heading .taxo-heading-wrapper .heading-infos {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%; }
    .taxo-heading .taxo-heading-wrapper .heading-infos .heading-title {
      font-size: 34px;
      line-height: 30px;
      font-weight: 700;
      margin-bottom: 20px; }
    .taxo-heading .taxo-heading-wrapper .heading-infos .heading-desc {
      font-size: 22px;
      line-height: 27px;
      font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .taxo-heading .taxo-heading-wrapper .heading-image img {
      width: 75px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 768px) {
    .taxo-heading .taxo-heading-wrapper {
      padding: 50px 15px; }
      .taxo-heading .taxo-heading-wrapper .heading-image {
        flex: 0 0 180px;
        width: 180px;
        max-width: 180px;
        margin: -20px 0;
        margin-right: 50px; }
      .taxo-heading .taxo-heading-wrapper .heading-infos {
        flex: 1 0 auto;
        width: auto;
        max-width: calc(80% - 220px);
        max-width: -webkit-calc(80% - 220px);
        max-width: -moz-calc(80% - 220px);
        max-width: -ms-calc(80% - 220px); } }

.taxo-heading.promoted {
  color: #fff; }

.slick-prev {
  width: 60px;
  height: 60px;
  left: -10px;
  z-index: 1;
  top: 33%; }
  .slick-prev:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e079";
    color: #e32213;
    font-size: 60px; }

.slick-next {
  width: 60px;
  height: 60px;
  right: -10px;
  top: 33%; }
  .slick-next:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e080";
    color: #e32213;
    font-size: 60px; }

.container-contact .contact-form {
  clear: both;
  padding-top: 30px; }

.container-contact .container-label label {
  font-weight: 500; }

.container-contact button {
  text-transform: uppercase;
  -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
  -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
  -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background .25s ease-in-out, color .25s ease-in-out;
  transition: background .25s ease-in-out, color .25s ease-in-out; }
  .container-contact button .btn-primary {
    background: #e32213; }
  .container-contact button .glyphicon {
    -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
    -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
    -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background .25s ease-in-out, color .25s ease-in-out;
    transition: background .25s ease-in-out, color .25s ease-in-out; }
  .container-contact button:hover {
    opacity: 1;
    background: #fff;
    color: #e32213;
    border: 1px solid #e32213; }

#scroll-links {
  background-color: #e32213; }
  #scroll-links li a {
    font-weight: 500; }

.clicktoby-fixed-cta {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 300px;
  background-color: #e32213;
  z-index: 1000;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: white;
  transition: all ease 0.3s;
  opacity: 0;
  pointer-events: none;
  padding: 6px;
  cursor: pointer; }
  .show-clicktoby-fixed .clicktoby-fixed-cta {
    bottom: 20px;
    opacity: 1;
    pointer-events: auto; }
  .clicktoby-fixed-cta .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px;
    margin: 0;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    border: none;
    transition: none; }
    .clicktoby-fixed-cta .button:before {
      display: none; }
    .clicktoby-fixed-cta .button:hover {
      background-color: #e32213;
      color: white; }
  .clicktoby-fixed-cta--text {
    flex-grow: 1; }
  .clicktoby-fixed-cta--image img {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%; }

.bostik--searchbox form {
  margin-top: 0px;
  margin-bottom: 0px; }

.bostik--searchbox .form-group {
  margin-bottom: 0px; }

.bostik--searchbox .btn-primary {
  background: #e32213;
  border-color: #e32213; }

.bostik--site-switch .menu {
  padding: 10px 0; }
  @media only screen and (max-width: 767px) {
    .bostik--site-switch .menu {
      padding: 0;
      padding-top: 5px; } }
  .bostik--site-switch .menu > li {
    border-right: 1px solid #707070; }
    .bostik--site-switch .menu > li:first-child {
      border-left: 1px solid #707070; }
    .bostik--site-switch .menu > li a {
      color: #a3a3a3;
      text-transform: capitalize;
      font-weight: 400;
      font-size: 14px; }

.bostik--mainmenu {
  border-top: 1px solid #333333;
  background: #0e0e0c;
  top: 0px;
  -webkit-transition: top .25s linear;
  -moz-transition: top .25s linear;
  -ms-transition: top .25s linear;
  -o-transition: top .25s linear;
  transition: top .25s linear; }
  .toolbar-fixed .bostik--mainmenu {
    top: 40px; }
  .toolbar-tray-open.toolbar-horizontal .bostik--mainmenu {
    top: 80px; }
  @media only screen and (max-width: 767px) {
    .bostik--mainmenu {
      top: 0px; }
      .toolbar-fixed .bostik--mainmenu {
        top: 0; }
      .toolbar-tray-open.toolbar-horizontal .bostik--mainmenu {
        top: 0; } }
  header.opened .bostik--mainmenu {
    top: 61px; }
    .toolbar-fixed header.opened .bostik--mainmenu {
      top: 101px; }
    .toolbar-tray-open.toolbar-horizontal header.opened .bostik--mainmenu {
      top: 141px; }
  @media only screen and (max-width: 767px) {
    .bostik--mainmenu .main-menu {
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .bostik--mainmenu .navbar-nav {
      margin-left: 210px;
      margin-right: 95px;
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (max-width: 991px) {
    .bostik--mainmenu .navbar-nav {
      margin-left: 120px; } }
  @media only screen and (max-width: 767px) {
    .bostik--mainmenu .navbar-nav {
      margin: 0 auto; } }
  .bostik--mainmenu .navbar-nav > li {
    border-right: 1px solid #333333; }
    .bostik--mainmenu .navbar-nav > li:first-child {
      border-left: 0; }
    @media only screen and (max-width: 767px) {
      .bostik--mainmenu .navbar-nav > li {
        border-left: 0;
        border-right: 0; }
        .bostik--mainmenu .navbar-nav > li:first-child {
          border-left: 0; } }
    .bostik--mainmenu .navbar-nav > li a,
    .bostik--mainmenu .navbar-nav > li.front a,
    .bostik--mainmenu .navbar-nav > li.not-front a {
      padding: 20px; }
    .bostik--mainmenu .navbar-nav > li > a,
    .bostik--mainmenu .navbar-nav > li.front > a,
    .bostik--mainmenu .navbar-nav > li.not-front > a {
      color: #fff;
      font-weight: 300;
      font-size: 16px;
      white-space: nowrap; }
      @media only screen and (min-width: 768px) {
        .bostik--mainmenu .navbar-nav > li > a,
        .bostik--mainmenu .navbar-nav > li.front > a,
        .bostik--mainmenu .navbar-nav > li.not-front > a {
          text-align: center; } }
      .bostik--mainmenu .navbar-nav > li > a .glyphicon-home,
      .bostik--mainmenu .navbar-nav > li.front > a .glyphicon-home,
      .bostik--mainmenu .navbar-nav > li.not-front > a .glyphicon-home {
        background: url("../images/home-white.png") no-repeat center center;
        -webkit-transition: background-image .25s linear;
        -moz-transition: background-image .25s linear;
        -ms-transition: background-image .25s linear;
        -o-transition: background-image .25s linear;
        transition: background-image .25s linear;
        margin: 0 auto; }
      .bostik--mainmenu .navbar-nav > li > a .caret,
      .bostik--mainmenu .navbar-nav > li.front > a .caret,
      .bostik--mainmenu .navbar-nav > li.not-front > a .caret {
        color: #e32213; }
      .bostik--mainmenu .navbar-nav > li > a:hover, .bostik--mainmenu .navbar-nav > li > a:focus,
      .bostik--mainmenu .navbar-nav > li.front > a:hover,
      .bostik--mainmenu .navbar-nav > li.front > a:focus,
      .bostik--mainmenu .navbar-nav > li.not-front > a:hover,
      .bostik--mainmenu .navbar-nav > li.not-front > a:focus {
        background: #e32213;
        color: #fff; }
        .bostik--mainmenu .navbar-nav > li > a:hover .glyphicon-home, .bostik--mainmenu .navbar-nav > li > a:focus .glyphicon-home,
        .bostik--mainmenu .navbar-nav > li.front > a:hover .glyphicon-home,
        .bostik--mainmenu .navbar-nav > li.front > a:focus .glyphicon-home,
        .bostik--mainmenu .navbar-nav > li.not-front > a:hover .glyphicon-home,
        .bostik--mainmenu .navbar-nav > li.not-front > a:focus .glyphicon-home {
          background-image: url("../images/home-white.png"); }
        .bostik--mainmenu .navbar-nav > li > a:hover .caret, .bostik--mainmenu .navbar-nav > li > a:focus .caret,
        .bostik--mainmenu .navbar-nav > li.front > a:hover .caret,
        .bostik--mainmenu .navbar-nav > li.front > a:focus .caret,
        .bostik--mainmenu .navbar-nav > li.not-front > a:hover .caret,
        .bostik--mainmenu .navbar-nav > li.not-front > a:focus .caret {
          color: #fff; }
      .bostik--mainmenu .navbar-nav > li > a.is-active,
      .bostik--mainmenu .navbar-nav > li.front > a.is-active,
      .bostik--mainmenu .navbar-nav > li.not-front > a.is-active {
        color: #e32213; }
        .bostik--mainmenu .navbar-nav > li > a.is-active .glyphicon,
        .bostik--mainmenu .navbar-nav > li.front > a.is-active .glyphicon,
        .bostik--mainmenu .navbar-nav > li.not-front > a.is-active .glyphicon {
          color: #e32213; }
        .bostik--mainmenu .navbar-nav > li > a.is-active .glyphicon-home,
        .bostik--mainmenu .navbar-nav > li.front > a.is-active .glyphicon-home,
        .bostik--mainmenu .navbar-nav > li.not-front > a.is-active .glyphicon-home {
          background-image: url("../images/home.png"); }
      @media only screen and (max-width: 1199px) {
        .bostik--mainmenu .navbar-nav > li > a,
        .bostik--mainmenu .navbar-nav > li.front > a,
        .bostik--mainmenu .navbar-nav > li.not-front > a {
          padding: 20px 5px;
          font-size: 14px; } }
      @media only screen and (max-width: 991px) {
        .bostik--mainmenu .navbar-nav > li > a,
        .bostik--mainmenu .navbar-nav > li.front > a,
        .bostik--mainmenu .navbar-nav > li.not-front > a {
          padding: 20px 3px;
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .bostik--mainmenu .navbar-nav > li > a,
        .bostik--mainmenu .navbar-nav > li.front > a,
        .bostik--mainmenu .navbar-nav > li.not-front > a {
          padding: 20px 5px;
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .bostik--mainmenu .navbar-nav > li > a,
        .bostik--mainmenu .navbar-nav > li.front > a,
        .bostik--mainmenu .navbar-nav > li.not-front > a {
          padding: 20px; } }
    .bostik--mainmenu .navbar-nav > li.front {
      width: auto; }
    @media only screen and (max-width: 767px) {
      .bostik--mainmenu .navbar-nav > li.front {
        width: 100%; }
        .bostik--mainmenu .navbar-nav > li.front > a {
          text-align: left; }
          .bostik--mainmenu .navbar-nav > li.front > a .glyphicon-home {
            margin-left: 0; } }
    .bostik--mainmenu .navbar-nav > li.active.hover .caret {
      color: #e32213; }
    .bostik--mainmenu .navbar-nav > li.active.hover.open .caret {
      color: #fff; }
    .bostik--mainmenu .navbar-nav > li.open > a {
      background: #e32213;
      color: #fff; }
      .bostik--mainmenu .navbar-nav > li.open > a .glyphicon-home {
        background-image: url("../images/home-white.png"); }
    .bostik--mainmenu .navbar-nav > li > a.btn-tool {
      padding: 15px 10px; }
      .bostik--mainmenu .navbar-nav > li > a.btn-tool .glyphicon.glyphicon-search {
        background: url(../images/loupe.png) no-repeat center center;
        width: 28px;
        height: 28px;
        display: block;
        margin: 0 auto; }
        .bostik--mainmenu .navbar-nav > li > a.btn-tool .glyphicon.glyphicon-search:before {
          display: none; }
      .bostik--mainmenu .navbar-nav > li > a.btn-tool:hover .glyphicon.glyphicon-search, .bostik--mainmenu .navbar-nav > li > a.btn-tool:focus .glyphicon.glyphicon-search {
        transform: none; }
      @media only screen and (max-width: 1199px) {
        .bostik--mainmenu .navbar-nav > li > a.btn-tool {
          padding-left: 5px;
          padding-right: 5px;
          font-size: 14px; } }
      @media only screen and (max-width: 991px) {
        .bostik--mainmenu .navbar-nav > li > a.btn-tool {
          padding-left: 3px;
          padding-right: 3px;
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .bostik--mainmenu .navbar-nav > li > a.btn-tool {
          padding-left: 5px;
          padding-right: 5px;
          font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .bostik--mainmenu .navbar-nav > li.hide-in-mobile {
        display: none; } }
    .bostik--mainmenu .navbar-nav > li > a.btn-header-cart {
      display: none; }
      .bostik--mainmenu .navbar-nav > li > a.btn-header-cart.highlight {
        display: block; }
      .bostik--mainmenu .navbar-nav > li > a.btn-header-cart .btn-label {
        display: none; }
      .bostik--mainmenu .navbar-nav > li > a.btn-header-cart .glyphicon.glyphicon-bin {
        background: url(../images/panier.png) no-repeat center center;
        width: 28px;
        height: 28px;
        display: block;
        margin: 0 auto; }
        .bostik--mainmenu .navbar-nav > li > a.btn-header-cart .glyphicon.glyphicon-bin:before {
          display: none; }
      .bostik--mainmenu .navbar-nav > li > a.btn-header-cart .cart-count {
        position: absolute;
        bottom: 5px;
        right: 5px;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        line-height: 16px;
        display: block;
        text-align: center;
        color: #fff;
        border: 1px solid #e32213;
        background: #e32213;
        font-size: 12px; }
      .bostik--mainmenu .navbar-nav > li > a.btn-header-cart:hover .glyphicon.glyphicon-bin, .bostik--mainmenu .navbar-nav > li > a.btn-header-cart:focus .glyphicon.glyphicon-bin {
        transform: none; }
      @media only screen and (max-width: 767px) {
        .bostik--mainmenu .navbar-nav > li > a.btn-header-cart {
          display: inline-block;
          padding: 15px 20px;
          text-align: left; }
          .bostik--mainmenu .navbar-nav > li > a.btn-header-cart .btn-label {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 300;
            padding: 0;
            padding-left: 10px;
            color: #fff; }
          .bostik--mainmenu .navbar-nav > li > a.btn-header-cart .glyphicon.glyphicon-bin {
            display: inline-block;
            vertical-align: middle; }
          .bostik--mainmenu .navbar-nav > li > a.btn-header-cart .cart-count {
            bottom: 10px;
            right: inherit;
            left: 40px; }
          .bostik--mainmenu .navbar-nav > li > a.btn-header-cart:hover, .bostik--mainmenu .navbar-nav > li > a.btn-header-cart:focus {
            background: #e32213;
            color: #fff; }
            .bostik--mainmenu .navbar-nav > li > a.btn-header-cart:hover .glyphicon.glyphicon-bin, .bostik--mainmenu .navbar-nav > li > a.btn-header-cart:focus .glyphicon.glyphicon-bin {
              background-image: url(../images/panier.png); } }
  .bostik--mainmenu .navbar-nav > .open > a,
  .bostik--mainmenu .navbar-nav > .open > a:hover,
  .bostik--mainmenu .navbar-nav > .open > a:focus {
    background: #e32213;
    color: #fff; }
    .bostik--mainmenu .navbar-nav > .open > a .glyphicon-home,
    .bostik--mainmenu .navbar-nav > .open > a:hover .glyphicon-home,
    .bostik--mainmenu .navbar-nav > .open > a:focus .glyphicon-home {
      background-image: url("../images/home-white.png"); }
  .bostik--mainmenu .dropdown-menu {
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    border: 0;
    background: #1c1c1c;
    color: #fff; }
    .bostik--mainmenu .dropdown-menu li a,
    .bostik--mainmenu .dropdown-menu li.notfront a {
      -webkit-transition: background-color .25s linear, color .25s linear;
      -moz-transition: background-color .25s linear, color .25s linear;
      -ms-transition: background-color .25s linear, color .25s linear;
      -o-transition: background-color .25s linear, color .25s linear;
      transition: background-color .25s linear, color .25s linear;
      padding: 7px 20px; }
      @media only screen and (max-width: 767px) {
        .bostik--mainmenu .dropdown-menu li a,
        .bostik--mainmenu .dropdown-menu li.notfront a {
          color: #fff; } }
      .bostik--mainmenu .dropdown-menu li a:hover, .bostik--mainmenu .dropdown-menu li a:focus,
      .bostik--mainmenu .dropdown-menu li.notfront a:hover,
      .bostik--mainmenu .dropdown-menu li.notfront a:focus {
        background: #e32213;
        color: #fff; }
    .bostik--mainmenu .dropdown-menu > li > a {
      color: #fff; }
      .bostik--mainmenu .dropdown-menu > li > a:hover, .bostik--mainmenu .dropdown-menu > li > a:focus {
        background: #e32213;
        color: #fff; }
    .bostik--mainmenu .dropdown-menu > li.active > a {
      background: none;
      color: #e32213; }
    .bostik--mainmenu .dropdown-menu > li.parent > a {
      text-transform: uppercase; }
    .bostik--mainmenu .dropdown-menu .dropdown-menu {
      position: relative;
      top: inherit;
      left: inherit;
      display: block;
      margin: 0 auto;
      padding: 0;
      box-shadow: none;
      border: 0; }
      .bostik--mainmenu .dropdown-menu .dropdown-menu li a,
      .bostik--mainmenu .dropdown-menu .dropdown-menu li.notfront a {
        padding-left: 40px; }
  .bostik--mainmenu .navbar-nav > li.notfront .dropdown-menu li a,
  .bostik--mainmenu .navbar-nav > li.notfront .dropdown-menu li.not-front a {
    padding: 10px 20px; }
  .bostik--mainmenu .navbar-nav > li.notfront .dropdown-menu .dropdown-menu li a,
  .bostik--mainmenu .navbar-nav > li.notfront .dropdown-menu .dropdown-menu li.notfront a {
    padding-left: 40px; }
  @media only screen and (max-width: 767px) {
    .bostik--mainmenu .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
      font-weight: 500; }
      .bostik--mainmenu .navbar-nav .open .dropdown-menu > li > a:hover, .bostik--mainmenu .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e32213; } }

.bostik--breadcrumb {
  font-size: 14px;
  font-weight: 500; }
  .bostik--breadcrumb a {
    color: #000; }
    .bostik--breadcrumb a:hover, .bostik--breadcrumb a:focus {
      color: #e32213; }
  .bostik--breadcrumb > li + li:before {
    color: #000; }
  .bostik--breadcrumb li.active {
    color: #e32213; }
  .bostik--breadcrumb > li + li.active:before {
    color: #e32213; }
  .bostik--breadcrumb.no-margin-top {
    margin-top: 0; }
  @media only screen and (max-width: 575px) {
    .bostik--breadcrumb {
      display: none; } }

.breadcrumb > li + li.active:before {
  color: #e32213; }

.bostik--sharethis {
  margin-top: 32px;
  width: 100%; }
  .bostik--sharethis .sharethis-wrapper {
    display: inline-block;
    vertical-align: middle; }
  @media only screen and (max-width: 575px) {
    .bostik--sharethis {
      margin-top: 48px;
      width: 100%;
      float: none; } }

.bostik--social-links .logo.logo_custom {
  max-width: 100%;
  vertical-align: middle;
  margin-right: 15px; }
  .bostik--social-links .logo.logo_custom + .links {
    vertical-align: middle;
    margin-left: 0; }

.bostik--social-links .logo_custom .logo {
  max-width: 100%;
  vertical-align: middle; }

.bostik--social-links .links {
  border-left: 1px solid #333333; }
  @media only screen and (max-width: 767px) {
    .bostik--social-links .links {
      border-left: 0; } }

.bostik--get-in-touch {
  padding-top: 10px; }
  .bostik--get-in-touch h1 {
    line-height: 22px; }
  .bostik--get-in-touch .text {
    font-family: Myriad pro, open sans, arial, sans serif;
    font-weight: 400;
    text-transform: none;
    width: auto;
    font-size: 14px;
    letter-spacing: normal; }
  .bostik--get-in-touch .phones {
    color: #e32213;
    font-weight: 400; }
    .bostik--get-in-touch .phones a {
      color: #e32213; }
    .bostik--get-in-touch .phones dl dt {
      padding-right: 5px; }
    .bostik--get-in-touch .phones dl dt,
    .bostik--get-in-touch .phones dl dt a, .bostik--get-in-touch .phones dl dd,
    .bostik--get-in-touch .phones dl dd a {
      font-family: Myriad pro, open sans, arial, sans serif;
      font-weight: 400;
      text-transform: none;
      width: auto;
      font-size: 14px;
      letter-spacing: normal; }
  .bostik--get-in-touch .contact .btn-contact {
    background: #e32213;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out; }
    .bostik--get-in-touch .contact .btn-contact:hover, .bostik--get-in-touch .contact .btn-contact:focus {
      background: #fff;
      color: #e32213;
      opacity: 1; }

.bostik--footer {
  border-top: 1px solid #333333; }
  @media only screen and (min-width: 768px) {
    .bostik--footer .nav {
      margin: 0 70px;
      margin-top: 20px; } }
  .bostik--footer .nav > li {
    width: 25%; }
    @media only screen and (max-width: 767px) {
      .bostik--footer .nav > li {
        width: 50%; } }
    .bostik--footer .nav > li > a {
      font-weight: 500; }
      .bostik--footer .nav > li > a:hover, .bostik--footer .nav > li > a:focus {
        opacity: 1;
        background: none;
        color: #e32213; }
      .bostik--footer .nav > li > a[href='']:hover {
        cursor: default;
        color: #fff; }
    .bostik--footer .nav > li .menu > li > a {
      font-size: 15px;
      font-weight: 300; }
      .bostik--footer .nav > li .menu > li > a:hover, .bostik--footer .nav > li .menu > li > a:focus {
        opacity: 1;
        background: none;
        color: #e32213; }
      .bostik--footer .nav > li .menu > li > a[href='']:hover {
        cursor: default;
        color: #fff; }

.bostik--legal-links {
  border-top: 1px solid #333333; }
  .bostik--legal-links .links ul li {
    border-right: 1px solid #707070;
    font-family: "Futura Std", Verdana, sans-serif;
    color: #b1b1b1;
    font-size: 12px;
    line-height: 14px; }
    .bostik--legal-links .links ul li a {
      color: #b1b1b1;
      background: none; }
  .bostik--legal-links a.legal-links-bostik-button {
    background-color: transparent;
    float: right;
    border: none;
    cursor: pointer;
    margin-top: -10px;
    opacity: 1; }
    .bostik--legal-links a.legal-links-bostik-button img {
      height: 60px; }

.block-system-branding-block .logo.logo_custom {
  max-width: 100%; }

.block-system-branding-block .logo_custom .logo {
  max-width: 100%; }

.search-page-form .btn-primary {
  background: #e32213;
  border-color: #e32213; }

.bostik--search-result h3 {
  color: #e32213; }

.bostik--search-result .snippet strong {
  font-weight: 500; }

.region-breadcrumb {
  display: flex;
  flex-direction: column-reverse; }

.page .field--name-body {
  margin-top: 0; }
  .page .field--name-body h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 30px; }
  .page .field--name-body h3 {
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .page .field--name-body h3 {
        padding: 0px; } }
  .page .field--name-body a {
    color: #e32213; }
  .page .field--name-body p {
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .page .field--name-body p {
        padding: 0px; } }
  .page .field--name-body strong {
    font-weight: 500; }
  .page .field--name-body ul, .page .field--name-body ol {
    margin: 0 auto;
    padding: 0;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 10px; }
  .page .field--name-body ul > li {
    display: table;
    list-style: none; }
    .page .field--name-body ul > li:before {
      display: table-cell;
      content: '●';
      color: #e32213;
      padding-right: 10px;
      font-size: 18px; }
  .page .field--name-body ol {
    counter-reset: item;
    list-style: none; }
  .page .field--name-body ol > li {
    display: table; }
    .page .field--name-body ol > li:before {
      display: table-cell;
      color: #e32213;
      content: counter(item) ". ";
      counter-increment: item;
      font-weight: 500;
      padding-right: 6px; }
  .page .field--name-body > ul, .page .field--name-body > ol {
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .page .field--name-body > ul, .page .field--name-body > ol {
        padding: 0px; } }

.bostik--edito h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 30px; }

.bostik--edito .inner h3 {
  font-weight: 900;
  font-size: 21px;
  line-height: 31px; }

.bostik--edito .inner > .field--name-body {
  padding: 0 55px; }
  .bostik--edito .inner > .field--name-body h2 {
    margin-left: -55px;
    margin-right: -55px; }
  @media only screen and (max-width: 575px) {
    .bostik--edito .inner > .field--name-body {
      padding: 0px; }
      .bostik--edito .inner > .field--name-body h2 {
        margin-left: auto;
        margin-right: auto; } }

.bostik--edito .inner .field--name-body a {
  color: #e32213; }

.bostik--edito .inner .field--name-body strong {
  font-weight: 500; }

.bostik--edito .inner .field--name-body ul, .bostik--edito .inner .field--name-body ol {
  margin: 0 auto;
  padding: 0;
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 10px; }

.bostik--edito .inner .field--name-body ul > li {
  display: table;
  list-style: none; }
  .bostik--edito .inner .field--name-body ul > li:before {
    display: table-cell;
    content: '●';
    color: #e32213;
    padding-right: 10px;
    font-size: 18px; }

.bostik--edito .inner .field--name-body ol {
  counter-reset: item;
  list-style: none; }

.bostik--edito .inner .field--name-body ol > li {
  display: table; }
  .bostik--edito .inner .field--name-body ol > li:before {
    display: table-cell;
    color: #e32213;
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: 500;
    padding-right: 6px; }

body.path-frontpage .region-content-grey-bottom .bostik--edito .inner > .field--name-body h2,
body.page-node-type-landing .block-region-content-grey .bostik--edito .inner > .field--name-body h2,
body.page-node-type-landing .block-region-content-grey-2 .bostik--edito .inner > .field--name-body h2,
body.page-node-type-landing .block-region-content-grey-bottom .bostik--edito .inner > .field--name-body h2,
body.page-node-type-landing .block-region-content-white .bostik--edito .inner > .field--name-body h2,
body.page-node-type-landing .block-region-content-white-2 .bostik--edito .inner > .field--name-body h2 {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 38px; }

.paragraph--type--section-title {
  margin-bottom: 30px; }
  .paragraph--type--section-title h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase; }
    .paragraph--type--section-title h2.underline {
      border-bottom: 1px solid #eee;
      padding-bottom: 8px; }

.paragraph--type--paragraph-edito {
  margin-top: 0; }
  .paragraph--type--paragraph-edito h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase; }
  .paragraph--type--paragraph-edito h3 {
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--paragraph-edito h3 {
        padding: 0px; } }
  .paragraph--type--paragraph-edito .paragraph-content {
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--paragraph-edito .paragraph-content {
        padding: 0px; } }
    .paragraph--type--paragraph-edito .paragraph-content a {
      color: #e32213; }
    .paragraph--type--paragraph-edito .paragraph-content strong {
      font-weight: 500; }
    .paragraph--type--paragraph-edito .paragraph-content ol {
      counter-reset: item;
      list-style: none; }
    .paragraph--type--paragraph-edito .paragraph-content ul > li {
      display: table; }
      .paragraph--type--paragraph-edito .paragraph-content ul > li:before {
        display: table-cell; }
    .paragraph--type--paragraph-edito .paragraph-content ol > li {
      display: table; }
      .paragraph--type--paragraph-edito .paragraph-content ol > li:before {
        display: table-cell;
        color: #e32213;
        content: counter(item) ". ";
        counter-increment: item;
        font-weight: 500;
        padding-right: 6px; }
    .paragraph--type--paragraph-edito .paragraph-content img {
      height: auto;
      flex-shrink: inherit; }
    .paragraph--type--paragraph-edito .paragraph-content > img {
      max-width: 100%;
      height: 100%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .paragraph--type--paragraph-edito .paragraph-content.left > img, .paragraph--type--paragraph-edito .paragraph-content.right > img {
      max-width: 50%; }
      @media only screen and (max-width: 575px) {
        .paragraph--type--paragraph-edito .paragraph-content.left > img, .paragraph--type--paragraph-edito .paragraph-content.right > img {
          max-width: 100%; } }
    .paragraph--type--paragraph-edito .paragraph-content.wide > img {
      margin: 0 auto; }
    .paragraph--type--paragraph-edito .paragraph-content.no-img .paragraph-body {
      width: 100%; }

.paragraph--type--paragraph-video {
  margin: 30px 0;
  margin-top: 0; }
  .paragraph--type--paragraph-video h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase; }
  .paragraph--type--paragraph-video h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--paragraph-video h3 {
        padding: 0px; } }
  .paragraph--type--paragraph-video h4 {
    margin-top: 0;
    margin-bottom: 20px; }
  .paragraph--type--paragraph-video h5 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .paragraph--type--paragraph-video h6 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .paragraph--type--paragraph-video.field-allign-wide .paragraph-content .paragraph-body {
    margin-bottom: 15px; }
  .paragraph--type--paragraph-video .paragraph-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--paragraph-video .paragraph-content {
        padding: 0px; } }
    .paragraph--type--paragraph-video .paragraph-content a {
      color: #e32213;
      text-decoration: underline; }
      .paragraph--type--paragraph-video .paragraph-content a:hover {
        text-decoration: none; }
    .paragraph--type--paragraph-video .paragraph-content strong {
      font-weight: 500; }
    .paragraph--type--paragraph-video .paragraph-content ul, .paragraph--type--paragraph-video .paragraph-content ol {
      margin: 0 auto;
      padding: 0;
      list-style-position: inside;
      margin-left: 20px;
      margin-bottom: 10px; }
    .paragraph--type--paragraph-video .paragraph-content ul > li {
      list-style: none; }
      .paragraph--type--paragraph-video .paragraph-content ul > li:before {
        content: '●';
        color: #e32213;
        display: inline;
        padding-right: 10px;
        font-size: 18px; }
    .paragraph--type--paragraph-video .paragraph-content ol {
      counter-reset: item;
      list-style: none; }
    .paragraph--type--paragraph-video .paragraph-content ul > li {
      display: table; }
      .paragraph--type--paragraph-video .paragraph-content ul > li:before {
        display: table-cell; }
    .paragraph--type--paragraph-video .paragraph-content ol > li {
      display: table; }
      .paragraph--type--paragraph-video .paragraph-content ol > li:before {
        display: table-cell;
        color: #e32213;
        content: counter(item) ". ";
        counter-increment: item;
        font-weight: 500;
        padding-right: 6px; }
    .paragraph--type--paragraph-video .paragraph-content table th, .paragraph--type--paragraph-video .paragraph-content table td {
      padding: 10px 5px; }
    .paragraph--type--paragraph-video .paragraph-content.flex-row.left, .paragraph--type--paragraph-video .paragraph-content.flex-row.right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media only screen and (max-width: 575px) {
        .paragraph--type--paragraph-video .paragraph-content.flex-row.left, .paragraph--type--paragraph-video .paragraph-content.flex-row.right {
          flex-direction: column; } }
    .paragraph--type--paragraph-video .paragraph-content.left.flex-row {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .paragraph--type--paragraph-video .paragraph-content.flex-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .paragraph--type--paragraph-video .paragraph-content.right .paragraph-body {
      margin-right: 15px;
      width: 100%; }
      @media only screen and (max-width: 575px) {
        .paragraph--type--paragraph-video .paragraph-content.right .paragraph-body {
          margin-left: 0;
          margin-right: 0; } }
    .paragraph--type--paragraph-video .paragraph-content.left .paragraph-body {
      margin-left: 15px;
      width: 100%; }
      @media only screen and (max-width: 575px) {
        .paragraph--type--paragraph-video .paragraph-content.left .paragraph-body {
          margin-left: 0;
          margin-right: 0; } }
    .paragraph--type--paragraph-video .paragraph-content.wide .field--name-field-video-single {
      max-width: 100%; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--paragraph-video .paragraph-content .paragraph-body {
        margin-bottom: 15px; } }
    .paragraph--type--paragraph-video .paragraph-content .field--name-field-video-single {
      max-width: 100%;
      height: 100%; }
      .paragraph--type--paragraph-video .paragraph-content .field--name-field-video-single .field--label {
        display: none; }
    .paragraph--type--paragraph-video .paragraph-content.left .field--name-field-video-single, .paragraph--type--paragraph-video .paragraph-content.right .field--name-field-video-single {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: 50%;
      width: 50%; }
      @media only screen and (max-width: 575px) {
        .paragraph--type--paragraph-video .paragraph-content.left .field--name-field-video-single, .paragraph--type--paragraph-video .paragraph-content.right .field--name-field-video-single {
          max-width: 100%;
          width: 100%; } }
    .paragraph--type--paragraph-video .paragraph-content.wide .field--name-field-video-single {
      margin: 0 auto;
      width: 100%;
      text-align: center; }

.paragraph--type--doc-list {
  margin-top: 0; }
  .paragraph--type--doc-list h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase; }
  .paragraph--type--doc-list h3 {
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--doc-list h3 {
        padding: 0px; } }
  .paragraph--type--doc-list .list-group .list-group-item {
    border: 0; }
    .paragraph--type--doc-list .list-group .list-group-item.active-cart {
      width: 78%;
      width: calc(100% - 225px);
      width: -webkit-calc(100% - 225px);
      width: -moz-calc(100% - 225px);
      width: -ms-calc(100% - 225px); }
      @media only screen and (max-width: 991px) {
        .paragraph--type--doc-list .list-group .list-group-item.active-cart {
          width: 100%; } }
    .paragraph--type--doc-list .list-group .list-group-item .list-group-item-heading {
      font-size: 18px;
      line-height: 28px;
      font-weight: 500; }
    .paragraph--type--doc-list .list-group .list-group-item .list-group-item-text {
      font-size: 18px;
      line-height: 28px;
      font-weight: 300;
      color: #e32213; }
      .paragraph--type--doc-list .list-group .list-group-item .list-group-item-text strong {
        font-weight: 500; }
    .paragraph--type--doc-list .list-group .list-group-item:hover .list-group-item-text, .paragraph--type--doc-list .list-group .list-group-item:focus .list-group-item-text {
      text-decoration: underline; }
  .paragraph--type--doc-list .media-file-default {
    position: relative;
    border-bottom: 1px solid #ddd; }
    .paragraph--type--doc-list .media-file-default:last-child {
      border-bottom: 0; }
    .paragraph--type--doc-list .media-file-default .cart-button {
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .paragraph--type--doc-list .media-file-default .cart-button .btn {
        color: #e32213;
        border: 1px solid #e32213;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 20px;
        padding-bottom: 2px;
        background: #fff; }
        .paragraph--type--doc-list .media-file-default .cart-button .btn .label {
          color: #e32213;
          text-transform: uppercase;
          display: inline-block;
          vertical-align: middle;
          font-weight: 500;
          font-size: 14px;
          padding: 0;
          -webkit-transition: color .25s ease-in-out;
          -moz-transition: color .25s ease-in-out;
          -ms-transition: color .25s ease-in-out;
          -o-transition: color .25s ease-in-out;
          transition: color .25s ease-in-out; }
        .paragraph--type--doc-list .media-file-default .cart-button .btn .glyphicon.glyphicon-bin {
          background: url(../images/panier-red.png) no-repeat center center;
          width: 28px;
          height: 28px;
          display: inline-block;
          vertical-align: middle;
          margin: 0 auto;
          -moz-transform: translateY(-5px);
          -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
          -webkit-transition: background-image .25s ease-in-out;
          -moz-transition: background-image .25s ease-in-out;
          -ms-transition: background-image .25s ease-in-out;
          -o-transition: background-image .25s ease-in-out;
          transition: background-image .25s ease-in-out; }
        .paragraph--type--doc-list .media-file-default .cart-button .btn:hover, .paragraph--type--doc-list .media-file-default .cart-button .btn:focus {
          color: #fff;
          background: #e32213; }
          .paragraph--type--doc-list .media-file-default .cart-button .btn:hover .label, .paragraph--type--doc-list .media-file-default .cart-button .btn:focus .label {
            color: #fff; }
          .paragraph--type--doc-list .media-file-default .cart-button .btn:hover .glyphicon.glyphicon-bin, .paragraph--type--doc-list .media-file-default .cart-button .btn:focus .glyphicon.glyphicon-bin {
            background: url(../images/panier.png) no-repeat center center; }
      @media only screen and (max-width: 991px) {
        .paragraph--type--doc-list .media-file-default .cart-button {
          position: relative;
          top: inherit;
          right: inherit;
          transform: none;
          -moz-transform: none;
          -webkit-transform: none;
          text-align: right; }
          .paragraph--type--doc-list .media-file-default .cart-button .btn {
            margin-top: 15px;
            margin-bottom: 0px; } }

.paragraph--type--external-documents {
  margin-top: 0; }
  .paragraph--type--external-documents h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase; }
  .paragraph--type--external-documents h3 {
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--external-documents h3 {
        padding: 0px; } }
  .paragraph--type--external-documents strong {
    font-weight: 500; }
  .paragraph--type--external-documents ul, .paragraph--type--external-documents ol {
    margin: 0 auto;
    padding: 0;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 10px; }
  .paragraph--type--external-documents ul > li {
    display: table;
    list-style: none; }
    .paragraph--type--external-documents ul > li:before {
      display: table-cell;
      content: '●';
      color: #e32213;
      padding-right: 10px;
      font-size: 18px; }
  .paragraph--type--external-documents ol {
    counter-reset: item;
    list-style: none; }
  .paragraph--type--external-documents ol > li {
    display: table; }
    .paragraph--type--external-documents ol > li:before {
      display: table-cell;
      color: #e32213;
      content: counter(item) ". ";
      counter-increment: item;
      font-weight: 500;
      padding-right: 6px; }
  .paragraph--type--external-documents .doc-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-left: 55px; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--external-documents .doc-external {
        margin-left: 0px; } }
    .paragraph--type--external-documents .doc-external .desc {
      max-width: 50%; }
      .paragraph--type--external-documents .doc-external .desc a {
        color: #e32213; }
      .paragraph--type--external-documents .doc-external .desc:empty {
        display: none; }
    .paragraph--type--external-documents .doc-external .link {
      color: #fff;
      background: none;
      border-radius: 0;
      margin-left: 25px;
      padding: 0; }
      .paragraph--type--external-documents .doc-external .link a {
        background: #e32213;
        color: #fff;
        border: 1px solid transparent;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        padding: 10px;
        display: block;
        -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
        -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
        -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
        -o-transition: background .25s ease-in-out, color .25s ease-in-out;
        transition: background .25s ease-in-out, color .25s ease-in-out; }
        .paragraph--type--external-documents .doc-external .link a:before {
          content: "\e080";
          margin-right: 5px;
          color: #fff;
          display: inline-block;
          position: relative;
          top: 1px;
          display: inline-block;
          font-family: 'Glyphicons Halflings';
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
      .paragraph--type--external-documents .doc-external .link:hover {
        opacity: 1; }
        .paragraph--type--external-documents .doc-external .link:hover a {
          border: 1px solid #e32213;
          background: #fff;
          color: #e32213; }
          .paragraph--type--external-documents .doc-external .link:hover a:before {
            color: #e32213; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--external-documents .doc-external {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .paragraph--type--external-documents .doc-external .desc {
          max-width: 100%;
          width: 100%; }
        .paragraph--type--external-documents .doc-external .link {
          margin-top: 8px;
          margin-left: 0; } }

.paragraph--type--faq-list,
.bostik--product-full .paragraph--type--faq-list .paragraph-content {
  margin-top: 0; }
  .paragraph--type--faq-list h2,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase; }
  .paragraph--type--faq-list h3,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content h3 {
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--faq-list h3,
      .bostik--product-full .paragraph--type--faq-list .paragraph-content h3 {
        padding: 0px; } }
  .paragraph--type--faq-list strong,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content strong {
    font-weight: 500; }
  .paragraph--type--faq-list ul, .paragraph--type--faq-list ol,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content ul,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content ol {
    margin: 0 auto;
    padding: 0;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 10px; }
  .paragraph--type--faq-list ul > li,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content ul > li {
    display: table;
    list-style: none; }
    .paragraph--type--faq-list ul > li:before,
    .bostik--product-full .paragraph--type--faq-list .paragraph-content ul > li:before {
      display: table-cell;
      content: '●';
      color: #e32213;
      padding-right: 10px;
      font-size: 18px; }
  .paragraph--type--faq-list ol,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content ol {
    counter-reset: item;
    list-style: none; }
  .paragraph--type--faq-list ol > li,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content ol > li {
    display: table; }
    .paragraph--type--faq-list ol > li:before,
    .bostik--product-full .paragraph--type--faq-list .paragraph-content ol > li:before {
      display: table-cell;
      color: #e32213;
      content: counter(item) ". ";
      counter-increment: item;
      font-weight: 500;
      padding-right: 6px; }
  .paragraph--type--faq-list .panel-group .panel-default,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .panel-default {
    margin-bottom: 10px; }
    .paragraph--type--faq-list .panel-group .panel-default a, .paragraph--type--faq-list .panel-group .panel-default a:hover, .paragraph--type--faq-list .panel-group .panel-default a:focus,
    .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .panel-default a,
    .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .panel-default a:hover,
    .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .panel-default a:focus {
      display: block;
      text-decoration: none; }
  .paragraph--type--faq-list .panel-group .panel-default > .panel-heading .panel-title:before,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .panel-default > .panel-heading .panel-title:before {
    color: #e32213; }
  .paragraph--type--faq-list .panel-group .panel-heading,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .panel-heading {
    cursor: pointer; }
    .paragraph--type--faq-list .panel-group .panel-heading .panel-title,
    .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .panel-heading .panel-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 17px;
      font-weight: 900; }
    .paragraph--type--faq-list .panel-group .panel-heading .field--name-field-title,
    .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .panel-heading .field--name-field-title {
      padding-left: 20px; }
  .paragraph--type--faq-list .panel-group .content-body,
  .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .content-body {
    display: none; }
    .paragraph--type--faq-list .panel-group .content-body .panel-body,
    .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .content-body .panel-body {
      padding-left: 55px;
      padding-right: 55px; }
      @media only screen and (max-width: 575px) {
        .paragraph--type--faq-list .panel-group .content-body .panel-body,
        .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .content-body .panel-body {
          padding-left: 0px;
          padding-right: 0px; } }
      .paragraph--type--faq-list .panel-group .content-body .panel-body a,
      .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .content-body .panel-body a {
        color: #e32213;
        display: inline; }

.paragraph--type--video {
  margin: 30px 0;
  margin-top: 0; }
  .paragraph--type--video h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase; }
  .paragraph--type--video h3 {
    font-weight: 900;
    font-size: 21px;
    line-height: 31px; }
  .paragraph--type--video .media-video {
    margin-bottom: 10px; }
  .paragraph--type--video .bloc-video {
    padding: 0 55px; }
    @media only screen and (max-width: 575px) {
      .paragraph--type--video .bloc-video {
        padding: 0px; } }
  .paragraph--type--video .field--type-video-embed-field .field--label {
    display: none; }
  .paragraph--type--video .field--name-field-video .field--item {
    margin-bottom: 20px; }
  .paragraph--type--video .field--item--by2:nth-child(2n+1) {
    clear: left; }
  .paragraph--type--video .field--item--by3:nth-child(3n+1) {
    clear: left; }

.flex-v-center {
  display: flex;
  align-items: center; }

.paraph-link {
  color: white !important;
  text-decoration: none !important; }
  .paraph-link:hover {
    color: #e32213 !important; }

.paragraph--type--iframe {
  margin: 30px 0 30px 0; }

/* -----------------------------------------------------------------------------
    =   BANNEE  
----------------------------------------------------------------------------- */
.bostik--banner {
  margin: 0 auto;
  width: 100%; }

/* -----------------------------------------------------------------------------
    =    ADVANCED BANNER   
----------------------------------------------------------------------------- */
.bostik--advanced-banner {
  margin: 0 auto;
  width: 100%; }
  .bostik--advanced-banner .backgrounder {
    -webkit-transition: background-size .25s ease-in-out;
    -moz-transition: background-size .25s ease-in-out;
    -ms-transition: background-size .25s ease-in-out;
    -o-transition: background-size .25s ease-in-out;
    transition: background-size .25s ease-in-out;
    height: 380px;
    background-size: cover;
    background-position: center bottom; }
    .bostik--advanced-banner .backgrounder .inner {
      padding: 0 45px; }
      .bostik--advanced-banner .backgrounder .inner .big,
      .bostik--advanced-banner .backgrounder .inner h2 {
        font-size: 46px;
        line-height: 56px;
        font-weight: bold; }
      .bostik--advanced-banner .backgrounder .inner h1,
      .bostik--advanced-banner .backgrounder .inner h2,
      .bostik--advanced-banner .backgrounder .inner h3,
      .bostik--advanced-banner .backgrounder .inner h4,
      .bostik--advanced-banner .backgrounder .inner h5,
      .bostik--advanced-banner .backgrounder .inner h6 {
        margin-left: 0px; }
      .bostik--advanced-banner .backgrounder .inner.right h1,
      .bostik--advanced-banner .backgrounder .inner.right h2,
      .bostik--advanced-banner .backgrounder .inner.right h3,
      .bostik--advanced-banner .backgrounder .inner.right h4,
      .bostik--advanced-banner .backgrounder .inner.right h5,
      .bostik--advanced-banner .backgrounder .inner.right h6 {
        margin-right: 0px;
        text-align: right; }
      .bostik--advanced-banner .backgrounder .inner p,
      .bostik--advanced-banner .backgrounder .inner .normal {
        font-size: 32px;
        line-height: 42px;
        font-weight: 900; }
      .bostik--advanced-banner .backgrounder .inner .btn {
        font-size: 14px;
        font-weight: 500;
        margin-top: 35px; }
      .bostik--advanced-banner .backgrounder .inner strong,
      .bostik--advanced-banner .backgrounder .inner em,
      .bostik--advanced-banner .backgrounder .inner.white strong,
      .bostik--advanced-banner .backgrounder .inner.white em,
      .bostik--advanced-banner .backgrounder .inner.black strong,
      .bostik--advanced-banner .backgrounder .inner.black em,
      .bostik--advanced-banner .backgrounder .inner.grey strong,
      .bostik--advanced-banner .backgrounder .inner.grey em {
        color: #e32213; }
    .bostik--advanced-banner .backgrounder .inner {
      height: 380px; }
    @media only screen and (max-width: 991px) {
      .bostik--advanced-banner .backgrounder .inner .big,
      .bostik--advanced-banner .backgrounder .inner h2 {
        font-size: 40px;
        line-height: 46px; }
      .bostik--advanced-banner .backgrounder .inner p,
      .bostik--advanced-banner .backgrounder .inner .normal {
        font-size: 18px;
        line-height: 24px; } }
    @media only screen and (max-width: 575px) {
      .bostik--advanced-banner .backgrounder.txt-left {
        background-position-x: 65%; }
      .bostik--advanced-banner .backgrounder.txt-right {
        background-position-x: 35%; }
      .bostik--advanced-banner .backgrounder .inner {
        height: 326px; }
        .bostik--advanced-banner .backgrounder .inner .big,
        .bostik--advanced-banner .backgrounder .inner h2 {
          font-size: 26px;
          line-height: 30px; }
        .bostik--advanced-banner .backgrounder .inner p, .bostik--advanced-banner .backgrounder .inner h4, .bostik--advanced-banner .backgrounder .inner h2, .bostik--advanced-banner .backgrounder .inner .big {
          visibility: hidden; } }
  .bostik--advanced-banner a.backgrounder:hover,
  .bostik--advanced-banner a.backgrounder:focus {
    background-size: 1977px 648px; }
    @media only screen and (max-width: 991px) {
      .bostik--advanced-banner a.backgrounder:hover,
      .bostik--advanced-banner a.backgrounder:focus {
        background-size: 1021px 335px; } }
    @media only screen and (max-width: 575px) {
      .bostik--advanced-banner a.backgrounder:hover,
      .bostik--advanced-banner a.backgrounder:focus {
        background-size: cover; } }
    .bostik--advanced-banner a.backgrounder:hover .btn,
    .bostik--advanced-banner a.backgrounder:focus .btn {
      opacity: 1;
      background: #fff;
      color: #e32213;
      border: 1px solid #e32213; }
      .bostik--advanced-banner a.backgrounder:hover .btn span,
      .bostik--advanced-banner a.backgrounder:focus .btn span {
        color: #e32213; }

/* -----------------------------------------------------------------------------
    =   PUSHLINE
----------------------------------------------------------------------------- */
.bostik--pushline {
  background: #1c1c1c;
  color: #fff; }
  .bostik--pushline * {
    color: #fff; }
  .bostik--pushline .richtext h1 {
    color: #fff;
    font-size: 36px;
    line-height: 46px; }
    @media only screen and (max-width: 991px) {
      .bostik--pushline .richtext h1 {
        font-size: 34px;
        line-height: 44px; } }
    @media only screen and (max-width: 767px) {
      .bostik--pushline .richtext h1 {
        font-size: 30px;
        line-height: 40px; } }
    @media only screen and (max-width: 575px) {
      .bostik--pushline .richtext h1 {
        font-size: 24px;
        line-height: 34px; } }
  .bostik--pushline .richtext .big {
    color: #fff;
    font-size: 36px;
    line-height: 46px; }
    @media only screen and (max-width: 991px) {
      .bostik--pushline .richtext .big {
        font-size: 34px;
        line-height: 44px; } }
    @media only screen and (max-width: 767px) {
      .bostik--pushline .richtext .big {
        font-size: 30px;
        line-height: 40px; } }
    @media only screen and (max-width: 575px) {
      .bostik--pushline .richtext .big {
        font-size: 24px;
        line-height: 34px; } }
  .bostik--pushline .richtext .normal {
    color: #fff; }
  .bostik--pushline .richtext em {
    color: #e32213;
    font-weight: 900; }

/* -------------------------------------------------------------------------- */
/*  =   TEASER IMAGE */
/* -------------------------------------------------------------------------- */
.bostik--teaser-image {
  /* ---------------------------------------------------------------------- */
  /*  =   HALF    */
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /*  =   THIRD    */
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /*  =   WIDE    */
  /* ---------------------------------------------------------------------- */ }
  .bostik--teaser-image.spreadmode--half .backgrounder {
    background-color: #e32213; }
    .bostik--teaser-image.spreadmode--half .backgrounder.img-background {
      background-color: transparent;
      -webkit-transition: background-size .25s ease-in-out;
      -moz-transition: background-size .25s ease-in-out;
      -ms-transition: background-size .25s ease-in-out;
      -o-transition: background-size .25s ease-in-out;
      transition: background-size .25s ease-in-out; }
    .bostik--teaser-image.spreadmode--half .backgrounder .title {
      font-size: 24px;
      line-height: 30px;
      font-weight: bold; }
      @media only screen and (max-width: 991px) {
        .bostik--teaser-image.spreadmode--half .backgrounder .title {
          font-size: 18px; } }
  .bostik--teaser-image.spreadmode--half a:hover {
    background-size: 540px 431px; }
    @media only screen and (max-width: 1199px) {
      .bostik--teaser-image.spreadmode--half a:hover {
        background-size: 448px 357px; } }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-image.spreadmode--half a:hover {
        background-size: 355px 283px; } }
    @media only screen and (max-width: 767px) {
      .bostik--teaser-image.spreadmode--half a:hover {
        background-size: 360px 287px; } }
    @media only screen and (max-width: 575px) {
      .bostik--teaser-image.spreadmode--half a:hover {
        background-size: cover; } }
  .bostik--teaser-image.spreadmode--third .backgrounder {
    background-color: #e32213;
    -webkit-transition: background-size .25s ease-in-out;
    -moz-transition: background-size .25s ease-in-out;
    -ms-transition: background-size .25s ease-in-out;
    -o-transition: background-size .25s ease-in-out;
    transition: background-size .25s ease-in-out; }
    .bostik--teaser-image.spreadmode--third .backgrounder .title {
      font-size: 18px;
      line-height: 30px;
      font-weight: 900; }
      @media only screen and (max-width: 575px) {
        .bostik--teaser-image.spreadmode--third .backgrounder .title {
          font-size: 16px; } }
  .bostik--teaser-image.spreadmode--third a:hover {
    background-size: 350px 279px; }
    @media only screen and (max-width: 1199px) {
      .bostik--teaser-image.spreadmode--third a:hover {
        background-size: 448px 357px; } }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-image.spreadmode--third a:hover {
        background-size: 355px 283px; } }
    @media only screen and (max-width: 767px) {
      .bostik--teaser-image.spreadmode--third a:hover {
        background-size: 360px 287px; } }
    @media only screen and (max-width: 575px) {
      .bostik--teaser-image.spreadmode--third a:hover {
        background-size: cover; } }
  .bostik--teaser-image.spreadmode--wide .backgrounder {
    -webkit-transition: background-size .25s ease-in-out;
    -moz-transition: background-size .25s ease-in-out;
    -ms-transition: background-size .25s ease-in-out;
    -o-transition: background-size .25s ease-in-out;
    transition: background-size .25s ease-in-out; }
    .bostik--teaser-image.spreadmode--wide .backgrounder > div {
      background-color: #e32213; }
    .bostik--teaser-image.spreadmode--wide .backgrounder.img-background > div {
      background-color: rgba(221, 5, 0, 0.6); }
  .bostik--teaser-image.spreadmode--wide a:hover {
    background-size: 1565px 421px; }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-image.spreadmode--wide a:hover {
        background-size: 1021px 275px; } }
    @media only screen and (max-width: 575px) {
      .bostik--teaser-image.spreadmode--wide a:hover {
        background-size: cover; } }

/* -------------------------------------------------------------------------- */
/*  =   TEASER EDITO    */
/* -------------------------------------------------------------------------- */
.bostik--teaser-edito {
  /* ---------------------------------------------------------------------- */
  /*  =   WIDE    */
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /*  =   HALF    */
  /* ---------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------- */
  /*  =   THIRD    */
  /* ---------------------------------------------------------------------- */ }
  .bostik--teaser-edito.spreadmode--wide .backgrounder > div {
    background-color: #1c1c1c; }
  .bostik--teaser-edito.spreadmode--wide .backgrounder.img-background {
    -webkit-transition: background-size .25s ease-in-out;
    -moz-transition: background-size .25s ease-in-out;
    -ms-transition: background-size .25s ease-in-out;
    -o-transition: background-size .25s ease-in-out;
    transition: background-size .25s ease-in-out; }
    .bostik--teaser-edito.spreadmode--wide .backgrounder.img-background > div {
      background-color: rgba(28, 28, 28, 0.6); }
  .bostik--teaser-edito.spreadmode--wide .backgrounder .inner .title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 900; }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-edito.spreadmode--wide .backgrounder .inner .title {
        padding: 0 20px;
        font-size: 30px;
        line-height: 40px; } }
  .bostik--teaser-edito.spreadmode--wide .backgrounder .inner .content {
    font-weight: 500; }
  .bostik--teaser-edito.spreadmode--wide .backgrounder .inner .btn {
    font-size: 14px;
    font-weight: 900; }
  .bostik--teaser-edito.spreadmode--wide a:hover {
    background-size: 1565px 421px; }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-edito.spreadmode--wide a:hover {
        background-size: 1021px 275px; } }
    @media only screen and (max-width: 575px) {
      .bostik--teaser-edito.spreadmode--wide a:hover {
        background-size: cover; } }
  .bostik--teaser-edito.spreadmode--half .backgrounder > div {
    background-color: #1c1c1c; }
  .bostik--teaser-edito.spreadmode--half .backgrounder.img-background {
    -webkit-transition: background-size .25s ease-in-out;
    -moz-transition: background-size .25s ease-in-out;
    -ms-transition: background-size .25s ease-in-out;
    -o-transition: background-size .25s ease-in-out;
    transition: background-size .25s ease-in-out; }
    .bostik--teaser-edito.spreadmode--half .backgrounder.img-background > div {
      background-color: rgba(28, 28, 28, 0.6); }
  .bostik--teaser-edito.spreadmode--half .backgrounder .inner * {
    color: #fff; }
  .bostik--teaser-edito.spreadmode--half .backgrounder .inner .title {
    text-align: left;
    padding: 0 40px;
    width: 100%;
    font-size: 34px;
    line-height: 44px;
    font-weight: 900; }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-edito.spreadmode--half .backgrounder .inner .title {
        padding: 0 20px;
        font-size: 30px;
        line-height: 40px; } }
  .bostik--teaser-edito.spreadmode--half .backgrounder .inner .content {
    text-align: left;
    padding: 0 40px;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500; }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-edito.spreadmode--half .backgrounder .inner .content {
        padding: 0 20px;
        font-size: 18px;
        line-height: 24px; } }
  .bostik--teaser-edito.spreadmode--half .backgrounder .inner .contact {
    text-align: left;
    padding: 0 40px;
    width: 100%; }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-edito.spreadmode--half .backgrounder .inner .contact {
        padding: 0 20px; } }
  .bostik--teaser-edito.spreadmode--half .backgrounder .inner .btn {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 900; }
    .bostik--teaser-edito.spreadmode--half .backgrounder .inner .btn .glyphicon {
      color: #fff; }
    .bostik--teaser-edito.spreadmode--half .backgrounder .inner .btn:hover, .bostik--teaser-edito.spreadmode--half .backgrounder .inner .btn:focus {
      border: 1px solid #e32213;
      background-color: #e32213; }
  .bostik--teaser-edito.spreadmode--half a:hover {
    background-size: 540px 431px; }
    @media only screen and (max-width: 1199px) {
      .bostik--teaser-edito.spreadmode--half a:hover {
        background-size: 448px 357px; } }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-edito.spreadmode--half a:hover {
        background-size: 355px 283px; } }
    @media only screen and (max-width: 767px) {
      .bostik--teaser-edito.spreadmode--half a:hover {
        background-size: 360px 287px; } }
    @media only screen and (max-width: 575px) {
      .bostik--teaser-edito.spreadmode--half a:hover {
        background-size: cover; } }
  .bostik--teaser-edito.spreadmode--third .backgrounder > div {
    background-color: #1c1c1c; }
  .bostik--teaser-edito.spreadmode--third .backgrounder.img-background {
    -webkit-transition: background-size .25s ease-in-out;
    -moz-transition: background-size .25s ease-in-out;
    -ms-transition: background-size .25s ease-in-out;
    -o-transition: background-size .25s ease-in-out;
    transition: background-size .25s ease-in-out; }
    .bostik--teaser-edito.spreadmode--third .backgrounder.img-background > div {
      background-color: rgba(28, 28, 28, 0.6); }
  .bostik--teaser-edito.spreadmode--third .backgrounder .inner .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900; }
  .bostik--teaser-edito.spreadmode--third .backgrounder .inner .content {
    font-weight: 500; }
  .bostik--teaser-edito.spreadmode--third .backgrounder .inner .btn {
    font-size: 14px;
    font-weight: 900; }
  .bostik--teaser-edito.spreadmode--third a:hover {
    background-size: 350px 279px; }
    @media only screen and (max-width: 1199px) {
      .bostik--teaser-edito.spreadmode--third a:hover {
        background-size: 448px 357px; } }
    @media only screen and (max-width: 991px) {
      .bostik--teaser-edito.spreadmode--third a:hover {
        background-size: 355px 283px; } }
    @media only screen and (max-width: 767px) {
      .bostik--teaser-edito.spreadmode--third a:hover {
        background-size: 360px 287px; } }
    @media only screen and (max-width: 575px) {
      .bostik--teaser-edito.spreadmode--third a:hover {
        background-size: cover; } }

/* -----------------------------------------------------------------------------
    =   NEWSLIST
----------------------------------------------------------------------------- */
.news.teaser .field--name-field-teaser-image img {
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out; }

.news.teaser:hover .field--name-field-teaser-image img {
  transform: scale(1.1); }

.news.teaser .content-news h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900; }
  .news.teaser .content-news h2 a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 900; }

.news.teaser .content-news .content-text {
  font-weight: 300; }

.news.teaser .content-news .content {
  font-weight: 300; }

.news.teaser .content-news .link-read .link {
  font-size: 14px;
  font-weight: 900;
  color: #e32213; }

/* -----------------------------------------------------------------------------
    =   NEWSLIST HOME
----------------------------------------------------------------------------- */
.block-news > h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
  margin-top: 0;
  padding-top: 0; }

.block-news .news-teaser-attachment .content-news h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900; }

.block-news .news-teaser-attachment .content-news .content-text {
  font-weight: 300; }

.block-news .news-teaser-attachment .content-news .content {
  font-weight: 300; }

.block-news .news-teaser-attachment .content-news .link-read .link {
  font-size: 14px;
  font-weight: 900;
  color: #e32213; }

.block-news .news-home .news h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900; }

.block-news .news-home .news .content-text {
  font-weight: 300; }

.block-news .news-home .news .content {
  font-weight: 300; }

.block-news .news-home .news .link-read .link {
  font-size: 14px;
  font-weight: 900;
  color: #e32213; }

.block-news .news-home > .attachment .view-content .news .content-img img {
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out; }

.block-news .news-home > .attachment .view-content .news:hover .content-img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.block-news .more-link a {
  font-weight: 500;
  font-size: 14px;
  background-color: #e32213;
  border: 1px solid transparent;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out; }
  .block-news .more-link a:hover, .block-news .more-link a:focus {
    border: 1px solid #e32213;
    background-color: #fff;
    color: #e32213;
    opacity: 1; }

/* -----------------------------------------------------------------------------
    =    HOME NEWS 
----------------------------------------------------------------------------- */
.block-views-blocknews-news-block {
  clear: both; }
  @media only screen and (max-width: 767px) {
    .block-views-blocknews-news-block {
      margin-bottom: 25px; } }

.bostik--h2 {
  margin-top: 40px; }
  .bostik--h2 > h2 {
    font-size: 34px;
    font-weight: 900;
    line-height: 38px;
    margin-top: 0;
    padding-top: 0; }

.bostik--taxonomy-push .inner h2 {
  font-size: 21px;
  font-weight: 900;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out; }

.bostik--taxonomy-push .inner .btn {
  background: #000;
  color: #fff;
  border-color: #fff;
  font-weight: 700; }

.bostik--taxonomy-push .inner .picture img {
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out; }

.bostik--taxonomy-push.model_2 {
  background-color: transparent;
  width: 100%; }
  .bostik--taxonomy-push.model_2 .texts {
    color: #000; }
    .bostik--taxonomy-push.model_2 .texts h2 {
      padding-bottom: 15x; }
    .bostik--taxonomy-push.model_2 .texts .description {
      margin: 5px 0;
      margin-top: 0;
      padding: 0 15px;
      font-size: 20px; }
      .bostik--taxonomy-push.model_2 .texts .description p {
        word-break: break-word; }
    .bostik--taxonomy-push.model_2 .texts .btn {
      position: relative;
      bottom: initial;
      left: initial;
      background: none;
      border: 0;
      margin: 15px 0;
      margin-top: 5px;
      padding: 0 15px;
      color: #000; }
  .bostik--taxonomy-push.model_2:hover .texts .description {
    color: #e32213; }
  .bostik--taxonomy-push.model_2:hover .texts .btn {
    color: #e32213; }
    .bostik--taxonomy-push.model_2:hover .texts .btn .glyphicon {
      color: #e32213; }
  @media only screen and (min-width: 768px) {
    body:not(.is-touch) .bostik--taxonomy-push.model_2 {
      overflow: hidden; }
      body:not(.is-touch) .bostik--taxonomy-push.model_2 .texts {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        -ms-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        -webkit-transform: translateY(calc( 100% - 60px));
        -moz-transform: translateY(calc( 100% - 60px));
        -ms-transform: translateY(calc( 100% - 60px));
        -o-transform: translateY(calc( 100% - 60px));
        transform: translateY(calc( 100% - 60px)); }
        body:not(.is-touch) .bostik--taxonomy-push.model_2 .texts .texts-inner {
          position: relative;
          min-height: 100%;
          padding-bottom: 40px; }
        body:not(.is-touch) .bostik--taxonomy-push.model_2 .texts h2 {
          color: #fff;
          background: none;
          display: flex;
          align-items: center; }
        body:not(.is-touch) .bostik--taxonomy-push.model_2 .texts .description {
          color: #fff; }
        body:not(.is-touch) .bostik--taxonomy-push.model_2 .texts .btn {
          color: #fff;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          text-align: left; }
          body:not(.is-touch) .bostik--taxonomy-push.model_2 .texts .btn .glyphicon {
            color: #fff; }
      body:not(.is-touch) .bostik--taxonomy-push.model_2:hover .texts {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        overflow-y: auto; }
        body:not(.is-touch) .bostik--taxonomy-push.model_2:hover .texts .description {
          color: #fff; }
        body:not(.is-touch) .bostik--taxonomy-push.model_2:hover .texts .btn {
          color: #fff; }
          body:not(.is-touch) .bostik--taxonomy-push.model_2:hover .texts .btn .glyphicon {
            color: #fff; } }
  @media only screen and (max-width: 767px) {
    .bostik--taxonomy-push.model_2 .texts {
      -webkit-transform: translateY(0) !important;
      -moz-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
      -o-transform: translateY(0) !important;
      transform: translateY(0) !important; } }
  body.is-touch .bostik--taxonomy-push.model_2 .texts {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important; }

@media only screen and (max-width: 575px) {
  .bostik--taxonomy-push .inner h2 {
    font-size: 21px; } }

.bostik--taxonomy-push:hover h2, .bostik--taxonomy-push:focus h2 {
  color: #e32213; }

.bostik--taxonomy-push:hover .picture img, .bostik--taxonomy-push:focus .picture img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.bostik--taxonomy-push:hover .btn, .bostik--taxonomy-push:focus .btn {
  color: #fff;
  border-color: #fff;
  background: #e32213; }
  .bostik--taxonomy-push:hover .btn .glyphicon, .bostik--taxonomy-push:focus .btn .glyphicon {
    color: #fff; }

.products-list-page .bostik--taxonomy-full h1.page-header {
  padding-top: 35px; }

.bostik--product-push .picture img,
.bostik--product-push picture img {
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out; }

.bostik--product-push h2 {
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out; }

.bostik--product-push .link .btn {
  color: #e32213; }
  .bostik--product-push .link .btn .glyphicon {
    color: #e32213; }

.bostik--product-push > a:hover h2 {
  color: #e32213; }

.bostik--product-push > a:hover .picture img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

#scroll-links .btn,
.bostik--product-full .btn {
  background: #e32213;
  color: #fff;
  -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
  -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
  -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background .25s ease-in-out, color .25s ease-in-out;
  transition: background .25s ease-in-out, color .25s ease-in-out; }
  #scroll-links .btn:hover, #scroll-links .btn:focus,
  .bostik--product-full .btn:hover,
  .bostik--product-full .btn:focus {
    text-decoration: none;
    opacity: 1;
    background: #fff;
    color: #e32213;
    border: 1px solid #e32213; }
    #scroll-links .btn:hover .glyphicon.glyphicon-map-marker, #scroll-links .btn:focus .glyphicon.glyphicon-map-marker,
    .bostik--product-full .btn:hover .glyphicon.glyphicon-map-marker,
    .bostik--product-full .btn:focus .glyphicon.glyphicon-map-marker {
      background: url(../images/marker-red.png) no-repeat center center; }

#scroll-links .btn {
  background: #e32213;
  padding: 8px 20px; }

.bostik--product-full {
  /*.paragraph-content {
        ul > li {
            display: table;
            &:before{
                display: table-cell;
                color: $red;
            }
        }
    }*/ }
  .bostik--product-full .features-buy-now {
    height: 0;
    z-index: -999;
    position: relative;
    width: 0;
    opacity: 0;
    overflow: hidden; }
  .bostik--product-full h2 {
    font-size: 22px; }
  .bostik--product-full .product-documents .paragraph--type--section-title {
    display: none; }
  .bostik--product-full .paragraph--type--doc-list .btn {
    background-color: transparent;
    color: #000;
    border-color: #dddddd;
    margin-left: 0; }
    @media screen and (min-width: 576px) {
      .bostik--product-full .paragraph--type--doc-list .btn {
        margin-left: 20px; } }
    .bostik--product-full .paragraph--type--doc-list .btn:before {
      content: "\e080";
      margin-right: 5px;
      color: #e32213;
      display: inline-block;
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
    .bostik--product-full .paragraph--type--doc-list .btn:hover, .bostik--product-full .paragraph--type--doc-list .btn:focus {
      background-color: #dddddd;
      border-color: #dddddd; }
  .bostik--product-full .field--name-body h3 {
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 0; }
  .bostik--product-full .field--name-body a {
    color: #e32213; }
  .bostik--product-full .field--name-body strong {
    font-weight: 500; }
  .bostik--product-full .field--name-body ul, .bostik--product-full .field--name-body ol {
    margin: 0 auto;
    padding: 0;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 10px; }
  .bostik--product-full .field--name-body ul > li {
    display: table;
    list-style: none; }
    .bostik--product-full .field--name-body ul > li:before {
      display: table-cell;
      content: '●';
      color: #e32213;
      padding-right: 10px; }
  .bostik--product-full .field--name-body ol {
    counter-reset: item;
    list-style: none; }
  .bostik--product-full .field--name-body ol > li {
    display: table; }
    .bostik--product-full .field--name-body ol > li:before {
      display: table-cell;
      color: #e32213;
      content: counter(item) ". ";
      counter-increment: item;
      font-weight: 500;
      padding-right: 6px; }
  .bostik--product-full .gallery,
  .bostik--product-full .dynamic-gallery {
    margin-bottom: 20px; }
    .bostik--product-full .gallery .img-responsive,
    .bostik--product-full .dynamic-gallery .img-responsive {
      margin: 0 auto; }
  .bostik--product-full .dynamic-gallery .thumbnails {
    display: block;
    float: left;
    width: 75px; }
    .bostik--product-full .dynamic-gallery .thumbnails .nav-pills > li {
      margin-bottom: 18px; }
      .bostik--product-full .dynamic-gallery .thumbnails .nav-pills > li > a {
        border-radius: 0px;
        background: none;
        padding: 0;
        display: block;
        border: 1px solid #e1e1e1;
        margin-left: 6px;
        background: #fff; }
        .bostik--product-full .dynamic-gallery .thumbnails .nav-pills > li > a img {
          display: block;
          margin: 0 auto;
          max-width: 100%; }
      .bostik--product-full .dynamic-gallery .thumbnails .nav-pills > li.active {
        background: #e32213; }
        .bostik--product-full .dynamic-gallery .thumbnails .nav-pills > li.active > a {
          border-left: 1px solid #e32213; }
  .bostik--product-full .dynamic-gallery .images {
    display: block;
    float: left;
    width: 60%;
    width: -moz-calc( 100% - 75px);
    width: -webkit-calc( 100% - 75px);
    width: calc( 100% - 75px); }
    .bostik--product-full .dynamic-gallery .images .tab-content > .tab-pane {
      width: 459px;
      max-width: 100%;
      padding: 0;
      text-align: center;
      margin-bottom: 30px;
      margin-left: auto; }
      .bostik--product-full .dynamic-gallery .images .tab-content > .tab-pane img {
        display: block;
        width: 459px;
        max-width: 100%; }
      .bostik--product-full .dynamic-gallery .images .tab-content > .tab-pane .capacity {
        text-align: center;
        font-weight: 900;
        font-size: 16px;
        line-height: 26px; }
  .bostik--product-full .dynamic-gallery:after {
    content: '';
    clear: both;
    display: block;
    position: relative; }
  .bostik--product-full .product-colors-sizes {
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap; }
    @media screen and (min-width: 576px) {
      .bostik--product-full .product-colors-sizes {
        padding-left: 20px;
        padding-right: 20px; } }
  .bostik--product-full .product-colors {
    flex: 1; }
    .bostik--product-full .product-colors .product-category-name {
      font-weight: 500; }
    .bostik--product-full .product-colors .product-colors-list {
      display: flex;
      flex-flow: row wrap; }
    .bostik--product-full .product-colors .product-colors-item {
      margin-top: 16px; }
    .bostik--product-full .product-colors .product-colors-item-color {
      width: 65px;
      height: 24px;
      margin-right: 15px;
      margin-bottom: 15px;
      border-radius: 2px; }
    .bostik--product-full .product-colors .product-colors-item-color {
      border: 1px solid #d5d6d2; }
  .bostik--product-full .product-sizes {
    flex: 1; }
    .bostik--product-full .product-sizes .product-category-name {
      font-weight: 500; }
    .bostik--product-full .product-sizes .product-sizes-list {
      display: flex;
      flex-flow: row wrap; }
    .bostik--product-full .product-sizes .product-sizes-item-size {
      width: auto;
      height: 24px;
      line-height: 24px;
      margin-right: 15px;
      margin-bottom: 15px;
      border-radius: 2px;
      padding: 0 10px;
      text-align: center;
      font-weight: 500;
      border: 1px solid #d5d6d2; }
  .bostik--product-full .colors {
    padding-left: 75px;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .bostik--product-full .colors {
        margin-bottom: 20px; } }
    .bostik--product-full .colors .colors-title,
    .bostik--product-full .colors .colors-text,
    .bostik--product-full .colors .bloc-colors {
      width: 459px;
      max-width: 100%;
      margin-left: auto;
      margin-right: 0; }
    .bostik--product-full .colors .bloc-colors {
      text-align: center; }
      .bostik--product-full .colors .bloc-colors .bloc-color {
        display: inline-block;
        margin: 5px; }
      .bostik--product-full .colors .bloc-colors .bg {
        display: inline-block; }
      .bostik--product-full .colors .bloc-colors .name {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        padding-top: 5px; }
    .bostik--product-full .colors .colors-title,
    .bostik--product-full .colors .colors-text {
      display: none; }
  .bostik--product-full .product-button-list .button {
    width: 100%; }
    @media screen and (min-width: 576px) {
      .bostik--product-full .product-button-list .button {
        width: calc( 100% - 42px);
        text-align: left; } }
  .bostik--product-full .benefits-list h3 {
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    text-transform: none;
    margin-bottom: 0; }
  .bostik--product-full .benefits-list .benefits {
    margin-left: 20px; }
  .bostik--product-full .benefits-list .field--item {
    align-items: initial; }
    .bostik--product-full .benefits-list .field--item:before {
      content: '●';
      background: none;
      color: #e32213;
      display: inline;
      padding-right: 10px;
      margin: 0;
      width: auto;
      height: auto; }
  .bostik--product-full .body {
    padding-top: 30px; }

.bostik--product-slider > h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 38px;
  margin-top: 0;
  padding-top: 0; }

.bostik--product-slider .field--item {
  padding: 0 15px; }

.bostik--product-slider .bostik--product-push {
  margin-bottom: 0;
  padding: 10px 18px;
  background: #fff;
  color: #000; }
  .bostik--product-slider .bostik--product-push .picture {
    max-width: 100%; }
  .bostik--product-slider .bostik--product-push img {
    max-width: 100%; }

/* -----------------------------------------------------------------------------
    =    support decision tool
----------------------------------------------------------------------------- */
.bostik--support-decision-tool h1 {
  font-size: 29px;
  line-height: 32px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #cdd4d8;
  margin-bottom: 20px;
  letter-spacing: 1px; }

.bostik--support-decision-tool .page-header {
  padding-bottom: 20px; }

.bostik--support-decision-tool .question-label {
  font-size: 29px;
  line-height: 32px;
  font-weight: bold; }
  .bostik--support-decision-tool .question-label h2 {
    font-size: 29px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase; }
  .bostik--support-decision-tool .question-label .question-label-intro {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #6d6d6d; }
  .bostik--support-decision-tool .question-label .question-label-image img {
    width: 100%; }
  .bostik--support-decision-tool .question-label .question-label-image.last {
    background: #0e0e0c; }
  @media only screen and (max-width: 767px) {
    .bostik--support-decision-tool .question-label .question-label-image {
      display: none; } }

.bostik--support-decision-tool .answers > ul > li > label {
  background: #fff;
  color: #000;
  font-weight: 900;
  font-size: 26px;
  line-height: 36px;
  position: relative;
  padding-right: 55px; }
  .bostik--support-decision-tool .answers > ul > li > label:after {
    content: '';
    display: block;
    background: url(../images/sdt-arrow-grey.png) no-repeat center right;
    width: 35px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 767px) {
    .bostik--support-decision-tool .answers > ul > li > label {
      padding: 15px 30px;
      padding-right: 55px;
      padding-left: 70px; } }

.bostik--support-decision-tool .answers > ul > li:hover > label, .bostik--support-decision-tool .answers > ul > li:focus > label, .bostik--support-decision-tool .answers > ul > li.active > label {
  background: #e32213;
  color: #fff;
  border: 1px solid #e32213; }
  .bostik--support-decision-tool .answers > ul > li:hover > label:after, .bostik--support-decision-tool .answers > ul > li:focus > label:after, .bostik--support-decision-tool .answers > ul > li.active > label:after {
    background: url(../images/sdt-arrow-white.png) no-repeat center right; }
  .bostik--support-decision-tool .answers > ul > li:hover > label:before, .bostik--support-decision-tool .answers > ul > li:focus > label:before, .bostik--support-decision-tool .answers > ul > li.active > label:before {
    content: '';
    display: block;
    background: url(../images/sdt-chek-white.png) no-repeat center left;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 70px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .bostik--support-decision-tool .answers > ul > li:hover > label:before, .bostik--support-decision-tool .answers > ul > li:focus > label:before, .bostik--support-decision-tool .answers > ul > li.active > label:before {
        left: 20px; } }

.bostik--support-decision-tool .choice-teaser-product .product-title {
  font-weight: 900;
  font-size: 21px;
  line-height: 31px;
  text-transform: uppercase;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out; }

.bostik--support-decision-tool .choice-teaser-product .product-texts {
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 30px; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description h3 {
    font-weight: 900;
    font-size: 21px;
    line-height: 31px;
    padding: 0 55px; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description a {
    color: #e32213; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description p {
    padding: 0 55px; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description strong {
    font-weight: 500; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ul, .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ol {
    margin: 0 auto;
    padding: 0;
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 10px; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ul > li {
    display: table;
    list-style: none; }
    .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ul > li:before {
      content: '●';
      color: #e32213;
      display: table-cell;
      padding-right: 10px; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ol {
    counter-reset: item;
    list-style: none; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ol > li {
    display: table; }
    .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ol > li:before {
      color: #e32213;
      display: table-cell;
      content: counter(item) ". ";
      counter-increment: item;
      font-weight: 500; }
  .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description > ul, .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description > ol {
    padding: 0 55px; }

.bostik--support-decision-tool .choice-teaser-product .link-read .link {
  font-size: 14px;
  font-weight: 900;
  color: #e32213;
  text-transform: uppercase; }

.bostik--support-decision-tool .choice-teaser-product .product-image img {
  max-width: 180px;
  max-height: 180px; }

.bostik--support-decision-tool .choice-teaser-product:hover .product-title,
.bostik--support-decision-tool .choice-teaser-product:hover .product-texts, .bostik--support-decision-tool .choice-teaser-product:focus .product-title,
.bostik--support-decision-tool .choice-teaser-product:focus .product-texts {
  color: #e32213; }

.bostik--support-decision-tool .product-locator-button a {
  background: #e32213;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #e32213; }
  .bostik--support-decision-tool .product-locator-button a:hover, .bostik--support-decision-tool .product-locator-button a:focus {
    opacity: 1;
    border: 1px solid #e32213;
    color: #e32213;
    background: #fff; }

@media only screen and (max-width: 991px) {
  .bostik--support-decision-tool .choice-teaser-product .product-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    max-height: 160px; }
    .bostik--support-decision-tool .choice-teaser-product .product-image img {
      max-height: 160px; }
  .bostik--support-decision-tool .choice-teaser-product .product-content,
  .bostik--support-decision-tool .choice-teaser-product.withimage .product-content {
    float: none;
    width: 100%;
    margin-right: 0; }
  .bostik--support-decision-tool .product-locator-button.withimage {
    top: -moz-calc( 50% + 60px);
    top: -webkit-calc( 50% + 60px);
    top: calc( 50% + 60px); } }

@media only screen and (max-width: 767px) {
  .bostik--support-decision-tool .choice-teaser-product-wrapper.withlocator .product-description {
    width: 100%;
    min-height: 0px; }
  .bostik--support-decision-tool .choice-teaser-product .product-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }
  .bostik--support-decision-tool .choice-teaser-product .product-content,
  .bostik--support-decision-tool .choice-teaser-product.withimage .product-content {
    float: none;
    width: 100%;
    margin-right: 0; }
  .bostik--support-decision-tool .product-locator-button {
    position: relative;
    top: inherit;
    right: inherit;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-top: -15px;
    text-align: left;
    width: 100%;
    margin-bottom: 25px; }
    .bostik--support-decision-tool .product-locator-button a {
      width: 100%; } }

/* -----------------------------------------------------------------------------
    =    document gallery & document basket
----------------------------------------------------------------------------- */
.bostik--document-gallery .view-filters .form-inline,
.bostik--document-basket .view-filters .form-inline {
  text-align: right; }

.bostik--document-gallery .view-filters .form-item .row .col-md-offset-1,
.bostik--document-basket .view-filters .form-item .row .col-md-offset-1 {
  margin-left: 0; }

.bostik--document-gallery .view-filters .form-control.form-text,
.bostik--document-basket .view-filters .form-control.form-text {
  border-radius: 0;
  height: 44px;
  width: 240px; }

.bostik--document-gallery .view-filters .form-submit,
.bostik--document-basket .view-filters .form-submit {
  height: 44px;
  width: 46px;
  background: #e32213;
  color: #fff;
  border: 1px solid #e32213;
  padding: 0;
  text-align: center;
  font-size: 0; }
  .bostik--document-gallery .view-filters .form-submit .glyphicon-search,
  .bostik--document-basket .view-filters .form-submit .glyphicon-search {
    display: none; }
  .bostik--document-gallery .view-filters .form-submit:before,
  .bostik--document-basket .view-filters .form-submit:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/loupe.png) no-repeat center center;
    background-size: 30px 30px; }
  .bostik--document-gallery .view-filters .form-submit:hover, .bostik--document-gallery .view-filters .form-submit:focus,
  .bostik--document-basket .view-filters .form-submit:hover,
  .bostik--document-basket .view-filters .form-submit:focus {
    background: #fff;
    color: #e32213; }
    .bostik--document-gallery .view-filters .form-submit:hover:before, .bostik--document-gallery .view-filters .form-submit:focus:before,
    .bostik--document-basket .view-filters .form-submit:hover:before,
    .bostik--document-basket .view-filters .form-submit:focus:before {
      content: '';
      display: block;
      width: 45px;
      height: 45px;
      background: url(../images/loupe-red.png) no-repeat center center;
      background-size: 30px 30px; }

.bostik--document-gallery table.table > thead > tr > th,
.bostik--document-gallery table.table > tbody > tr > th,
.bostik--document-gallery table.table > tfoot > tr > th,
.bostik--document-gallery table.table > thead > tr > td,
.bostik--document-gallery table.table > tbody > tr > td,
.bostik--document-gallery table.table > tfoot > tr > td,
.bostik--document-basket table.table > thead > tr > th,
.bostik--document-basket table.table > tbody > tr > th,
.bostik--document-basket table.table > tfoot > tr > th,
.bostik--document-basket table.table > thead > tr > td,
.bostik--document-basket table.table > tbody > tr > td,
.bostik--document-basket table.table > tfoot > tr > td {
  border-bottom: 0;
  border-top: 0; }

.bostik--document-gallery table thead,
.bostik--document-basket table thead {
  background: #f2f2f2; }
  .bostik--document-gallery table thead td, .bostik--document-gallery table thead th,
  .bostik--document-basket table thead td,
  .bostik--document-basket table thead th {
    text-align: left;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    height: 50px;
    line-height: 50px; }
    .bostik--document-gallery table thead td a, .bostik--document-gallery table thead th a,
    .bostik--document-basket table thead td a,
    .bostik--document-basket table thead th a {
      color: #000;
      text-decoration: none;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 14px; }
      .bostik--document-gallery table thead td a:hover, .bostik--document-gallery table thead td a:focus, .bostik--document-gallery table thead th a:hover, .bostik--document-gallery table thead th a:focus,
      .bostik--document-basket table thead td a:hover,
      .bostik--document-basket table thead td a:focus,
      .bostik--document-basket table thead th a:hover,
      .bostik--document-basket table thead th a:focus {
        color: #e32213; }
    .bostik--document-gallery table thead td .tablesort--desc, .bostik--document-gallery table thead th .tablesort--desc,
    .bostik--document-basket table thead td .tablesort--desc,
    .bostik--document-basket table thead th .tablesort--desc {
      background: none;
      position: relative; }
      .bostik--document-gallery table thead td .tablesort--desc:after, .bostik--document-gallery table thead th .tablesort--desc:after,
      .bostik--document-basket table thead td .tablesort--desc:after,
      .bostik--document-basket table thead th .tablesort--desc:after {
        bottom: 20%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #e32213;
        border-width: 6px;
        margin-left: -6px; }
    .bostik--document-gallery table thead td .tablesort--asc, .bostik--document-gallery table thead th .tablesort--asc,
    .bostik--document-basket table thead td .tablesort--asc,
    .bostik--document-basket table thead th .tablesort--asc {
      background: none;
      position: relative; }
      .bostik--document-gallery table thead td .tablesort--asc:after, .bostik--document-gallery table thead th .tablesort--asc:after,
      .bostik--document-basket table thead td .tablesort--asc:after,
      .bostik--document-basket table thead th .tablesort--asc:after {
        top: 50%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #e32213;
        border-width: 6px;
        margin-left: -6px; }

.bostik--document-gallery table tbody tr:hover td, .bostik--document-gallery table tbody tr:focus td,
.bostik--document-basket table tbody tr:hover td,
.bostik--document-basket table tbody tr:focus td {
  cursor: pointer; }
  .bostik--document-gallery table tbody tr:hover td a, .bostik--document-gallery table tbody tr:focus td a,
  .bostik--document-basket table tbody tr:hover td a,
  .bostik--document-basket table tbody tr:focus td a {
    color: #e32213; }

.bostik--document-gallery table tbody td,
.bostik--document-basket table tbody td {
  font-size: 17px;
  font-weight: 300;
  padding: 0;
  vertical-align: middle; }
  .bostik--document-gallery table tbody td a,
  .bostik--document-basket table tbody td a {
    padding: 2px 8px;
    display: block;
    min-height: 55px;
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
    color: #000; }
    .bostik--document-gallery table tbody td a:hover, .bostik--document-gallery table tbody td a:focus,
    .bostik--document-basket table tbody td a:hover,
    .bostik--document-basket table tbody td a:focus {
      cursor: pointer; }

.bostik--document-gallery table .views-field-field-related-product,
.bostik--document-basket table .views-field-field-related-product {
  text-transform: uppercase; }

.bostik--document-gallery table .views-field-name a,
.bostik--document-basket table .views-field-name a {
  padding: 13px 8px; }

.bostik--document-gallery table .views-field-field-document-type a,
.bostik--document-basket table .views-field-field-document-type a {
  padding: 13px 8px; }

.bostik--document-gallery table .views-field-field-related-product a,
.bostik--document-basket table .views-field-field-related-product a {
  padding: 13px 8px; }

.bostik--document-gallery table .views-field-changed,
.bostik--document-gallery table .views-field-created,
.bostik--document-basket table .views-field-changed,
.bostik--document-basket table .views-field-created {
  white-space: nowrap; }
  .bostik--document-gallery table .views-field-changed a,
  .bostik--document-gallery table .views-field-created a,
  .bostik--document-basket table .views-field-changed a,
  .bostik--document-basket table .views-field-created a {
    padding: 13px 8px; }

.bostik--document-gallery table .views-field-filesize,
.bostik--document-basket table .views-field-filesize {
  white-space: nowrap; }
  .bostik--document-gallery table .views-field-filesize a,
  .bostik--document-basket table .views-field-filesize a {
    padding: 13px 8px; }

.bostik--document-gallery table .views-field-fid,
.bostik--document-basket table .views-field-fid {
  text-align: center; }

.bostik--document-gallery table .views-field-fid a,
.bostik--document-basket table .views-field-fid a {
  display: inline-block;
  position: relative; }
  .bostik--document-gallery table .views-field-fid a .glyphicon-plus-sign,
  .bostik--document-basket table .views-field-fid a .glyphicon-plus-sign {
    display: none; }
  .bostik--document-gallery table .views-field-fid a:before,
  .bostik--document-basket table .views-field-fid a:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/panier.svg) no-repeat center center;
    background-size: 35px 35px; }
  .bostik--document-gallery table .views-field-fid a:after,
  .bostik--document-basket table .views-field-fid a:after {
    content: '+';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #e32213;
    color: #e32213;
    bottom: 5px;
    right: 5px;
    background: #fff;
    line-height: 16px;
    font-size: 24px;
    text-align: center;
    font-weight: 500; }
  .bostik--document-gallery table .views-field-fid a.btn-document-cart--cartin:after,
  .bostik--document-basket table .views-field-fid a.btn-document-cart--cartin:after {
    content: '+';
    background: #fff;
    color: #e32213; }
  .bostik--document-gallery table .views-field-fid a.btn-document-cart--cartout:after,
  .bostik--document-basket table .views-field-fid a.btn-document-cart--cartout:after {
    content: '-';
    background: #e32213;
    color: #fff;
    font-size: 28px; }
  .bostik--document-gallery table .views-field-fid a:hover:after, .bostik--document-gallery table .views-field-fid a:focus:after,
  .bostik--document-basket table .views-field-fid a:hover:after,
  .bostik--document-basket table .views-field-fid a:focus:after {
    background: #e32213;
    color: #fff; }
  .bostik--document-gallery table .views-field-fid a:hover.btn-document-cart--cartout:after, .bostik--document-gallery table .views-field-fid a:focus.btn-document-cart--cartout:after,
  .bostik--document-basket table .views-field-fid a:hover.btn-document-cart--cartout:after,
  .bostik--document-basket table .views-field-fid a:focus.btn-document-cart--cartout:after {
    background: #fff;
    color: #e32213; }

.bostik--document-gallery .cart-clear-all,
.bostik--document-basket .cart-clear-all {
  text-align: right;
  margin-bottom: 20px; }

.bostik--document-gallery .btn-cart-clear-all,
.bostik--document-basket .btn-cart-clear-all {
  border: 1px solid #e32213;
  color: #e32213;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
  -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
  -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background .25s ease-in-out, color .25s ease-in-out;
  transition: background .25s ease-in-out, color .25s ease-in-out; }
  .bostik--document-gallery .btn-cart-clear-all:hover, .bostik--document-gallery .btn-cart-clear-all:focus,
  .bostik--document-basket .btn-cart-clear-all:hover,
  .bostik--document-basket .btn-cart-clear-all:focus {
    color: #fff;
    background: #e32213; }

.bostik--document-gallery .cart-download-zip,
.bostik--document-basket .cart-download-zip {
  text-align: center; }

.bostik--document-gallery .btn-cart-download-zip,
.bostik--document-basket .btn-cart-download-zip {
  border: 1px solid #e32213;
  color: #fff;
  background: #e32213;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
  -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
  -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background .25s ease-in-out, color .25s ease-in-out;
  transition: background .25s ease-in-out, color .25s ease-in-out; }
  .bostik--document-gallery .btn-cart-download-zip:hover, .bostik--document-gallery .btn-cart-download-zip:focus,
  .bostik--document-basket .btn-cart-download-zip:hover,
  .bostik--document-basket .btn-cart-download-zip:focus {
    color: #e32213;
    background: #fff; }

/* -----------------------------------------------------------------------------
    =    DEALER LOCATOR  
----------------------------------------------------------------------------- */
.bostik--locator-editorial .teaser .btn {
  border: 1px solid #fff; }
  .bostik--locator-editorial .teaser .btn:hover, .bostik--locator-editorial .teaser .btn:focus {
    background: #fff;
    color: #e32213;
    border: 1px solid #e32213; }

.bostik--locator-results .card .nearest {
  background: #e32213;
  color: #fff; }
  .bostik--locator-results .card .nearest:before {
    border-right-color: #e32213; }

.bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius:hover, .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius:focus {
  background: #e32213;
  color: #fff; }

.bostik--locator-results .teaser .btn {
  border: 1px solid #fff; }
  .bostik--locator-results .teaser .btn:hover, .bostik--locator-results .teaser .btn:focus {
    background: #fff;
    color: #e32213;
    border: 1px solid #e32213; }

.sader-pro .logo.navbar-btn {
  margin-top: 13px; }
  @media only screen and (max-width: 767px) {
    .sader-pro .logo.navbar-btn {
      margin-top: 17px;
      max-width: 210px; } }
  @media only screen and (max-width: 575px) {
    .sader-pro .logo.navbar-btn {
      margin-top: 17px; } }

.sader-pro header.opened .logo.navbar-btn {
  margin-top: 74px; }

.sader-pro .main-content {
  border-top: 8px solid #00af43; }

.sader-pro .footer {
  border-top: 8px solid #00af43; }

.sader-pro .region-navigation-collapsible-top-opener .btn:hover .glyphicon.glyphicon-search, .sader-pro .region-navigation-collapsible-top-opener .btn:focus .glyphicon.glyphicon-search {
  background-image: url(../images/loupe.svg);
  -webkit-filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
  filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%); }

@media only screen and (max-width: 767px) {
  .sader-pro .region-navigation-collapsible-top-opener .btn:hover, .sader-pro .region-navigation-collapsible-top-opener .btn:focus {
    background: #00af43;
    color: #fff; }
    .sader-pro .region-navigation-collapsible-top-opener .btn:hover .glyphicon.glyphicon-bin, .sader-pro .region-navigation-collapsible-top-opener .btn:focus .glyphicon.glyphicon-bin {
      background-image: url(../images/panier.png); } }

.sader-pro .bostik--advanced-banner .backgrounder .inner .btn {
  background-color: #00af43; }

.sader-pro .bostik--advanced-banner .backgrounder .inner strong,
.sader-pro .bostik--advanced-banner .backgrounder .inner em,
.sader-pro .bostik--advanced-banner .backgrounder .inner.white strong,
.sader-pro .bostik--advanced-banner .backgrounder .inner.white em,
.sader-pro .bostik--advanced-banner .backgrounder .inner.black strong,
.sader-pro .bostik--advanced-banner .backgrounder .inner.black em,
.sader-pro .bostik--advanced-banner .backgrounder .inner.grey strong,
.sader-pro .bostik--advanced-banner .backgrounder .inner.grey em {
  color: #00af43; }

.sader-pro .bostik--advanced-banner .backgrounder:hover .inner .btn, .sader-pro .bostik--advanced-banner .backgrounder:focus .inner .btn {
  background-color: #fff; }

@media only screen and (max-width: 575px) {
  .sader-pro .bostik--advanced-banner .backgrounder.txt-left {
    background-position: center center; }
  .sader-pro .bostik--advanced-banner .backgrounder.txt-right {
    background-position: center center; } }

.sader-pro a.backgrounder:hover .btn,
.sader-pro a.backgrounder:focus .btn {
  background-color: #fff;
  color: #00af43;
  border: 1px solid #00af43; }
  .sader-pro a.backgrounder:hover .btn span,
  .sader-pro a.backgrounder:focus .btn span {
    color: #00af43; }

.sader-pro .news.teaser {
  background: #fff;
  color: #000; }
  .sader-pro .news.teaser .content-news .link-read .link {
    color: #00af43; }
  .sader-pro .news.teaser:hover .col--texts {
    background-color: #ededed; }

.sader-pro .block-news .news-teaser-attachment .content-news .link-read .link {
  color: #00af43; }

.sader-pro .block-news .news-home .news .link-read .link {
  color: #00af43; }

.sader-pro .block-news .more-link a {
  background-color: #00af43; }
  .sader-pro .block-news .more-link a:hover, .sader-pro .block-news .more-link a:focus {
    background-color: #fff;
    border: 1px solid #00af43;
    color: #00af43; }

.sader-pro .bostik--pushline .richtext em {
  color: #00af43; }

.sader-pro .bostik--teaser-edito.spreadmode--half .backgrounder .inner .btn:hover, .sader-pro .bostik--teaser-edito.spreadmode--half .backgrounder .inner .btn:focus {
  border: 1px solid #00af43;
  background-color: #00af43; }

.sader-pro .bostik--teaser-image.spreadmode--half .backgrounder {
  background-color: #00af43; }

.sader-pro .bostik--teaser-image.spreadmode--third .backgrounder {
  background-color: #00af43; }

.sader-pro .bostik--teaser-image.spreadmode--wide .backgrounder > div {
  background-color: #00af43; }

.sader-pro .bostik--teaser-image.spreadmode--wide .backgrounder.img-background > div {
  background-color: rgba(0, 221, 5, 0.6); }

.sader-pro #scroll-links .btn,
.sader-pro .bostik--product-full .btn {
  background: #00af43; }
  .sader-pro #scroll-links .btn:hover, .sader-pro #scroll-links .btn:focus,
  .sader-pro .bostik--product-full .btn:hover,
  .sader-pro .bostik--product-full .btn:focus {
    background: #fff;
    color: #00af43;
    border: 1px solid #00af43; }
    .sader-pro #scroll-links .btn:hover .glyphicon.glyphicon-map-marker, .sader-pro #scroll-links .btn:focus .glyphicon.glyphicon-map-marker,
    .sader-pro .bostik--product-full .btn:hover .glyphicon.glyphicon-map-marker,
    .sader-pro .bostik--product-full .btn:focus .glyphicon.glyphicon-map-marker {
      background: url(../images/find.svg) no-repeat center center;
      -webkit-filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
      filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%); }

.sader-pro #scroll-links .btn {
  background: #00af43; }

.sader-pro .bostik--product-full {
  /*.paragraph-content {
          ul > li {
              &:before{
                  color: $green;
              }
          }
      }*/ }
  .sader-pro .bostik--product-full .field--name-body a {
    color: #00af43; }
  .sader-pro .bostik--product-full .field--name-body ul > li:before {
    color: #00af43; }
  .sader-pro .bostik--product-full .field--name-body ol > li:before {
    color: #00af43; }
  .sader-pro .bostik--product-full .dynamic-gallery .thumbnails .nav-pills > li.active {
    background: #00af43; }
    .sader-pro .bostik--product-full .dynamic-gallery .thumbnails .nav-pills > li.active > a {
      border-left: 1px solid #00af43; }
  .sader-pro .bostik--product-full .benefits-list .field--item:before {
    color: #00af43; }

.sader-pro .bostik--product-push.teaser {
  background: #fff; }

.sader-pro .bostik--product-push .link .btn {
  color: #00af43; }
  .sader-pro .bostik--product-push .link .btn .glyphicon {
    color: #00af43; }

.sader-pro .bostik--product-push > a:hover h2 {
  color: #00af43; }

.sader-pro .bostik--taxonomy-push:hover h2, .sader-pro .bostik--taxonomy-push:focus h2 {
  color: #00af43; }

.sader-pro .bostik--taxonomy-push:hover .btn, .sader-pro .bostik--taxonomy-push:focus .btn {
  background: #00af43; }

.sader-pro .bostik--support-decision-tool .answers > ul > li:hover > label, .sader-pro .bostik--support-decision-tool .answers > ul > li:focus > label, .sader-pro .bostik--support-decision-tool .answers > ul > li.active > label {
  background: #00af43;
  color: #fff;
  border: 1px solid #00af43; }
  .sader-pro .bostik--support-decision-tool .answers > ul > li:hover > label:after, .sader-pro .bostik--support-decision-tool .answers > ul > li:focus > label:after, .sader-pro .bostik--support-decision-tool .answers > ul > li.active > label:after {
    background: url(../images/sdt-arrow-white.png) no-repeat center right; }
  .sader-pro .bostik--support-decision-tool .answers > ul > li:hover > label:before, .sader-pro .bostik--support-decision-tool .answers > ul > li:focus > label:before, .sader-pro .bostik--support-decision-tool .answers > ul > li.active > label:before {
    content: '';
    display: block;
    background: url(../images/sdt-chek-white.png) no-repeat center left;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 70px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .sader-pro .bostik--support-decision-tool .answers > ul > li:hover > label:before, .sader-pro .bostik--support-decision-tool .answers > ul > li:focus > label:before, .sader-pro .bostik--support-decision-tool .answers > ul > li.active > label:before {
        left: 20px; } }

.sader-pro .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description a {
  color: #00af43; }

.sader-pro .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ul > li {
  display: table;
  list-style: none; }
  .sader-pro .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ul > li:before {
    content: '●';
    color: #00af43;
    display: table-cell;
    padding-right: 10px; }

.sader-pro .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ol > li {
  display: table; }
  .sader-pro .bostik--support-decision-tool .choice-teaser-product .product-texts .product-description ol > li:before {
    color: #00af43;
    display: table-cell;
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: 500; }

.sader-pro .bostik--support-decision-tool .choice-teaser-product .link-read .link {
  font-size: 14px;
  font-weight: 900;
  color: #00af43;
  text-transform: uppercase; }

.sader-pro .bostik--support-decision-tool .choice-teaser-product:hover .product-title,
.sader-pro .bostik--support-decision-tool .choice-teaser-product:hover .product-texts, .sader-pro .bostik--support-decision-tool .choice-teaser-product:focus .product-title,
.sader-pro .bostik--support-decision-tool .choice-teaser-product:focus .product-texts {
  color: #00af43; }

.sader-pro .bostik--support-decision-tool .product-locator-button a {
  background: #00af43;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #00af43; }
  .sader-pro .bostik--support-decision-tool .product-locator-button a:hover, .sader-pro .bostik--support-decision-tool .product-locator-button a:focus {
    opacity: 1;
    border: 1px solid #00af43;
    color: #e32213;
    background: #fff; }

.sader-pro .bostik--breadcrumb a:hover, .sader-pro .bostik--breadcrumb a:focus {
  color: #00af43; }

.sader-pro .bostik--breadcrumb li.active {
  color: #00af43; }

.sader-pro .bostik--breadcrumb > li + li.active:before {
  color: #00af43; }

.sader-pro .breadcrumb > li + li.active:before {
  color: #00af43; }

.sader-pro .bostik--footer .nav > li > a:hover, .sader-pro .bostik--footer .nav > li > a:focus {
  color: #00af43; }

.sader-pro .bostik--footer .nav > li .menu > li > a:hover, .sader-pro .bostik--footer .nav > li .menu > li > a:focus {
  color: #00af43; }

.sader-pro .bostik--get-in-touch .phones {
  color: #00af43; }
  .sader-pro .bostik--get-in-touch .phones a {
    color: #00af43; }

.sader-pro .bostik--get-in-touch .contact .btn-contact {
  background: #00af43; }
  .sader-pro .bostik--get-in-touch .contact .btn-contact:hover, .sader-pro .bostik--get-in-touch .contact .btn-contact:focus {
    background: #fff;
    color: #00af43; }

.sader-pro .contact-form .btn-primary {
  background: #00af43;
  border-color: #00af43; }

.sader-pro .bostik--mainmenu .navbar-nav > li {
  -webkit-transition: margin-top .25s linear;
  -moz-transition: margin-top .25s linear;
  -ms-transition: margin-top .25s linear;
  -o-transition: margin-top .25s linear;
  transition: margin-top .25s linear; }
  .sader-pro .bostik--mainmenu .navbar-nav > li > a {
    color: #fff; }
    .sader-pro .bostik--mainmenu .navbar-nav > li > a .caret {
      color: #00af43; }
    .sader-pro .bostik--mainmenu .navbar-nav > li > a:hover, .sader-pro .bostik--mainmenu .navbar-nav > li > a:focus {
      background: #00af43;
      color: #fff; }
      .sader-pro .bostik--mainmenu .navbar-nav > li > a:hover .caret, .sader-pro .bostik--mainmenu .navbar-nav > li > a:focus .caret {
        color: #fff; }
    .sader-pro .bostik--mainmenu .navbar-nav > li > a.is-active {
      color: #00af43; }
      .sader-pro .bostik--mainmenu .navbar-nav > li > a.is-active .glyphicon {
        color: #00af43; }
      .sader-pro .bostik--mainmenu .navbar-nav > li > a.is-active .glyphicon-home {
        background-image: url("../images/home.svg");
        -webkit-filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
        filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%); }
  .sader-pro .bostik--mainmenu .navbar-nav > li.active:hover {
    background: none; }
    .sader-pro .bostik--mainmenu .navbar-nav > li.active:hover .caret {
      color: #fff; }
    .sader-pro .bostik--mainmenu .navbar-nav > li.active:hover.open .caret {
      color: #fff; }
  .sader-pro .bostik--mainmenu .navbar-nav > li.open > a {
    background: #00af43;
    color: #fff; }
  .sader-pro .bostik--mainmenu .navbar-nav > li.open .caret {
    color: #fff; }
  .sader-pro .bostik--mainmenu .navbar-nav > li a.btn-header-cart .cart-count {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #00af43;
    background: #00af43;
    font-size: 12px; }
  header.opened .sader-pro .bostik--mainmenu .navbar-nav > li {
    margin-top: -9px; }

.sader-pro .bostik--mainmenu .navbar-nav > .open > a,
.sader-pro .bostik--mainmenu .navbar-nav > .open > a:hover,
.sader-pro .bostik--mainmenu .navbar-nav > .open > a:focus {
  background: #00af43;
  color: #fff; }

.sader-pro .bostik--mainmenu .dropdown-menu {
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .sader-pro .bostik--mainmenu .dropdown-menu li a,
    .sader-pro .bostik--mainmenu .dropdown-menu li.notfront a {
      color: #fff; } }
  .sader-pro .bostik--mainmenu .dropdown-menu li a:hover, .sader-pro .bostik--mainmenu .dropdown-menu li a:focus,
  .sader-pro .bostik--mainmenu .dropdown-menu li.notfront a:hover,
  .sader-pro .bostik--mainmenu .dropdown-menu li.notfront a:focus {
    background: #00af43;
    color: #fff; }
  .sader-pro .bostik--mainmenu .dropdown-menu > li > a {
    color: #fff; }
    .sader-pro .bostik--mainmenu .dropdown-menu > li > a:hover, .sader-pro .bostik--mainmenu .dropdown-menu > li > a:focus {
      background: #00af43;
      color: #fff; }
  .sader-pro .bostik--mainmenu .dropdown-menu > li.active > a {
    background: none;
    color: #00af43; }

@media only screen and (max-width: 767px) {
  .sader-pro .bostik--mainmenu .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }
    .sader-pro .bostik--mainmenu .navbar-nav .open .dropdown-menu > li > a:hover, .sader-pro .bostik--mainmenu .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #00af43; } }

.sader-pro .bostik--searchbox .btn-primary {
  background: #00af43;
  border-color: #00af43; }

.sader-pro .page .field--name-body a {
  color: #00af43; }

.sader-pro .page .field--name-body ul > li:before {
  color: #00af43; }

.sader-pro .page .field--name-body ol > li:before {
  color: #00af43; }

.sader-pro .bostik--edito .inner .field--name-body a {
  color: #00af43; }

.sader-pro .bostik--edito .inner .field--name-body ul > li:before {
  color: #00af43; }

.sader-pro .bostik--edito .inner .field--name-body ol > li:before {
  color: #00af43; }

.sader-pro .paragraph--type--paragraph-edito .paragraph-content a {
  color: #00af43; }

.sader-pro .paragraph--type--paragraph-edito .paragraph-content ol > li:before {
  color: #00af43; }

.sader-pro .paragraph--type--paragraph-edito .paragraph-content ul > li:before {
  color: #00af43; }

.sader-pro .paragraph--type--paragraph-video .paragraph-content a {
  color: #00af43; }

.sader-pro .paragraph--type--paragraph-video .paragraph-content ul > li:before {
  color: #00af43; }

.sader-pro .paragraph--type--paragraph-video .paragraph-content ol > li:before {
  color: #00af43; }

.sader-pro .paragraph--type--doc-list .list-group .list-group-item .list-group-item-text {
  color: #00af43; }

.sader-pro .paragraph--type--doc-list .media-file-default {
  border-bottom: 1px solid #ddd; }
  .sader-pro .paragraph--type--doc-list .media-file-default:last-child {
    border-bottom: 0; }
  .sader-pro .paragraph--type--doc-list .media-file-default .cart-button .btn {
    color: #00af43;
    border: 1px solid #00af43;
    background: #fff; }
    .sader-pro .paragraph--type--doc-list .media-file-default .cart-button .btn .label {
      color: #00af43; }
    .sader-pro .paragraph--type--doc-list .media-file-default .cart-button .btn .glyphicon.glyphicon-bin {
      background: url(../images/panier-green.png) no-repeat center center;
      background-size: 90%;
      width: 28px;
      height: 28px; }
    .sader-pro .paragraph--type--doc-list .media-file-default .cart-button .btn:hover, .sader-pro .paragraph--type--doc-list .media-file-default .cart-button .btn:focus {
      color: #fff;
      background: #00af43; }
      .sader-pro .paragraph--type--doc-list .media-file-default .cart-button .btn:hover .label, .sader-pro .paragraph--type--doc-list .media-file-default .cart-button .btn:focus .label {
        color: #fff; }
      .sader-pro .paragraph--type--doc-list .media-file-default .cart-button .btn:hover .glyphicon.glyphicon-bin, .sader-pro .paragraph--type--doc-list .media-file-default .cart-button .btn:focus .glyphicon.glyphicon-bin {
        background: url(../images/panier.png) no-repeat center center;
        background-size: 90%; }

.sader-pro .paragraph--type--external-documents ul > li:before {
  color: #00af43; }

.sader-pro .paragraph--type--external-documents ol > li:before {
  color: #00af43; }

.sader-pro .paragraph--type--external-documents .doc-external .desc a {
  color: #00af43; }

.sader-pro .paragraph--type--external-documents .doc-external .link a {
  background: #00af43; }

.sader-pro .paragraph--type--external-documents .doc-external .link:hover a {
  border: 1px solid #00af43;
  color: #00af43;
  background: #fff; }
  .sader-pro .paragraph--type--external-documents .doc-external .link:hover a:before {
    color: #00af43; }

.sader-pro .paragraph--type--faq-list ul > li:before,
.sader-pro .bostik--product-full .paragraph--type--faq-list .paragraph-content ul > li:before {
  color: #00af43; }

.sader-pro .paragraph--type--faq-list ol > li:before,
.sader-pro .bostik--product-full .paragraph--type--faq-list .paragraph-content ol > li:before {
  color: #00af43; }

.sader-pro .paragraph--type--faq-list .panel-group .panel-default > .panel-heading .panel-title:before,
.sader-pro .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .panel-default > .panel-heading .panel-title:before {
  color: #00af43; }

.sader-pro .paragraph--type--faq-list .panel-group .content-body .panel-body a,
.sader-pro .bostik--product-full .paragraph--type--faq-list .paragraph-content .panel-group .content-body .panel-body a {
  color: #00af43; }

.sader-pro .bostik--search-result h3 {
  color: #00af43; }

.sader-pro .list-group .list-group-item--doc {
  background: url("../images/document-pro.svg") no-repeat 15px center;
  padding-left: 55px; }
  .sader-pro .list-group .list-group-item--doc .list-group-item-heading-suffix,
  .sader-pro .list-group .list-group-item--doc .list-group-item-text-suffix,
  .sader-pro .list-group .list-group-item--doc .list-group-item-text {
    color: #00af43; }

.sader-pro .navbar-default .navbar-nav > .active > a,
.sader-pro .navbar-default .navbar-nav > .active > a:hover,
.sader-pro .navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #00af43; }

.sader-pro .container-contact button .btn-primary {
  background: #00af43; }

.sader-pro .container-contact button:hover {
  background: #fff;
  color: #00af43;
  border: 1px solid #00af43; }

.sader-pro #scroll-links {
  background-color: #00af43; }

.sader-pro .bostik--locator-filters .btn-geolocate {
  background: url("../images/target.svg") no-repeat center center;
  -webkit-filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
  filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%); }
  .sader-pro .bostik--locator-filters .btn-geolocate .glyphicon {
    color: #00af43; }
  .sader-pro .bostik--locator-filters .btn-geolocate:hover, .sader-pro .bostik--locator-filters .btn-geolocate:focus {
    background-image: url("../images/target-black.png"); }
    .sader-pro .bostik--locator-filters .btn-geolocate:hover .glyphicon, .sader-pro .bostik--locator-filters .btn-geolocate:focus .glyphicon {
      color: #fff; }

.sader-pro .bostik--locator-filters .btn-search {
  background: #00af43;
  color: #fff; }
  .sader-pro .bostik--locator-filters .btn-search:hover {
    color: #fff; }

.sader-pro .bostik--locator-filters .btn-advanced:hover {
  color: #00af43; }

.sader-pro .bostik--locator-filters .btn-advanced .glyphicon {
  color: #00af43; }

.sader-pro .bostik--locator-filters .slider-selection,
.sader-pro .bostik--locator-filters .slider-selection.tick-slider-selection {
  background: #00af43; }

.sader-pro .bostik--locator-filters .slider-tick,
.sader-pro .bostik--locator-filters .slider.slider-horizontal .slider-tick {
  background: #00af43; }

.sader-pro .bostik--locator-filters .slider .tooltip.top .tooltip-inner {
  background: #fff;
  color: #000; }
  .sader-pro .bostik--locator-filters .slider .tooltip.top .tooltip-inner:before {
    background: url("../images/arrows_slider.svg") no-repeat left center;
    -webkit-filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
    filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
    color: #e32213; }
  .sader-pro .bostik--locator-filters .slider .tooltip.top .tooltip-inner:after {
    background: url("../images/arrows_slider.svg") no-repeat right center;
    -webkit-filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
    filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
    color: #e32213; }

.sader-pro .bostik--locator-filters #bl-productnameSuggestions .btn-suggestion:hover, .sader-pro .bostik--locator-filters #bl-productnameSuggestions .btn-suggestion:focus {
  color: #00af43; }

.sader-pro .bostik--locator-filters .btn-clear {
  color: #00af43; }
  .sader-pro .bostik--locator-filters .btn-clear:hover, .sader-pro .bostik--locator-filters .btn-clear:focus {
    color: #00af43; }
  .sader-pro .bostik--locator-filters .btn-clear .glyphicon {
    color: #00af43; }

.sader-pro .bostik--locator-results .block-header {
  border-bottom: 1px solid #c9c9c9; }
  .sader-pro .bostik--locator-results .block-header .btn:hover:not(.disabled) {
    background: #00af43;
    color: #fff; }
  .sader-pro .bostik--locator-results .block-header .btn.active {
    background: #00af43;
    color: #fff; }
  .sader-pro .bostik--locator-results .block-header .btn.btn-dealertype:first-child:hover:not(.disabled), .sader-pro .bostik--locator-results .block-header .btn.btn-dealertype:first-child.active:not(.disabled) {
    background: #00af43; }

.sader-pro .bostik--locator-results main #bl-hideMapButton {
  color: #00af43; }

.sader-pro .bostik--locator-results main #bl-extendButton {
  color: #00af43; }

.sader-pro .bostik--locator-results main #bl-list-wrapper {
  background: #f6f6f6; }
  .sader-pro .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius {
    border-color: #00af43; }
    .sader-pro .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius:hover, .sader-pro .bostik--locator-results main #bl-list-wrapper.no-result .btn-extendradius:focus {
      background: #00af43;
      color: #000; }

.sader-pro .bostik--locator-results .card .phone a,
.sader-pro .bostik--locator-results .card .url a {
  color: #00af43; }

.sader-pro .teaser {
  background: #00af43;
  color: #fff; }
  .sader-pro .teaser a {
    color: #fff; }
    .sader-pro .teaser a:hover {
      color: #fff; }
  .sader-pro .teaser.teaser--light {
    background: #f6f6f6;
    color: #00af43; }
    .sader-pro .teaser.teaser--light p a {
      color: #6e6e6e; }

.sader-pro .btn-mail {
  background: #00af43;
  color: #fff; }
  .sader-pro .btn-mail .envelope {
    background: url("../images/envelope-white.png") no-repeat center center; }
  .sader-pro .btn-mail:hover, .sader-pro .btn-mail:focus {
    background: #00af43;
    color: #000; }
    .sader-pro .btn-mail:hover .envelope, .sader-pro .btn-mail:focus .envelope {
      background-image: url("../images/envelope-black.png"); }

.sader-pro .panel-default > .panel-heading .panel-title:before {
  content: '>';
  display: inline-block;
  vertical-align: middle;
  color: #00af43;
  margin-right: 5px;
  margin-top: -4px;
  font-size: 18px;
  font-weight: 700; }

.sader-pro .panel-default > .panel-heading .panel-title:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/plus.svg") no-repeat center center;
  -webkit-filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
  filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%); }

.sader-pro .panel-default > .panel-heading.active {
  background: #f3f3f3; }
  .sader-pro .panel-default > .panel-heading.active .panel-title:after {
    background: url("../images/moins.png") no-repeat center center; }

.sader-pro .bostik--document-gallery .view-filters .form-submit,
.sader-pro .bostik--document-basket .view-filters .form-submit {
  background: #00af43;
  color: #fff;
  border: 1px solid #00af43; }
  .sader-pro .bostik--document-gallery .view-filters .form-submit:before,
  .sader-pro .bostik--document-basket .view-filters .form-submit:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/loupe.png) no-repeat center center;
    background-size: 30px 30px; }
  .sader-pro .bostik--document-gallery .view-filters .form-submit:hover, .sader-pro .bostik--document-gallery .view-filters .form-submit:focus,
  .sader-pro .bostik--document-basket .view-filters .form-submit:hover,
  .sader-pro .bostik--document-basket .view-filters .form-submit:focus {
    background: #fff;
    color: #00af43; }
    .sader-pro .bostik--document-gallery .view-filters .form-submit:hover:before, .sader-pro .bostik--document-gallery .view-filters .form-submit:focus:before,
    .sader-pro .bostik--document-basket .view-filters .form-submit:hover:before,
    .sader-pro .bostik--document-basket .view-filters .form-submit:focus:before {
      content: '';
      display: block;
      width: 45px;
      height: 45px;
      background: url(../images/loupe.svg) no-repeat center center;
      background-size: 30px 30px;
      -webkit-filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%);
      filter: hue-rotate(138.7deg) saturate(115.4%) brightness(120.4%); }

.sader-pro .bostik--document-gallery table thead td a, .sader-pro .bostik--document-gallery table thead th a,
.sader-pro .bostik--document-basket table thead td a,
.sader-pro .bostik--document-basket table thead th a {
  color: #000; }
  .sader-pro .bostik--document-gallery table thead td a:hover, .sader-pro .bostik--document-gallery table thead td a:focus, .sader-pro .bostik--document-gallery table thead th a:hover, .sader-pro .bostik--document-gallery table thead th a:focus,
  .sader-pro .bostik--document-basket table thead td a:hover,
  .sader-pro .bostik--document-basket table thead td a:focus,
  .sader-pro .bostik--document-basket table thead th a:hover,
  .sader-pro .bostik--document-basket table thead th a:focus {
    color: #00af43; }

.sader-pro .bostik--document-gallery table thead td .tablesort--desc:after, .sader-pro .bostik--document-gallery table thead th .tablesort--desc:after,
.sader-pro .bostik--document-basket table thead td .tablesort--desc:after,
.sader-pro .bostik--document-basket table thead th .tablesort--desc:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #00af43;
  border-width: 6px; }

.sader-pro .bostik--document-gallery table thead td .tablesort--asc:after, .sader-pro .bostik--document-gallery table thead th .tablesort--asc:after,
.sader-pro .bostik--document-basket table thead td .tablesort--asc:after,
.sader-pro .bostik--document-basket table thead th .tablesort--asc:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00af43;
  border-width: 6px; }

.sader-pro .bostik--document-gallery table tbody tr:hover td, .sader-pro .bostik--document-gallery table tbody tr:focus td,
.sader-pro .bostik--document-basket table tbody tr:hover td,
.sader-pro .bostik--document-basket table tbody tr:focus td {
  cursor: pointer; }
  .sader-pro .bostik--document-gallery table tbody tr:hover td a, .sader-pro .bostik--document-gallery table tbody tr:focus td a,
  .sader-pro .bostik--document-basket table tbody tr:hover td a,
  .sader-pro .bostik--document-basket table tbody tr:focus td a {
    color: #00af43; }

.sader-pro .bostik--document-gallery table .views-field-fid a:before,
.sader-pro .bostik--document-basket table .views-field-fid a:before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/panier-green.png) no-repeat center center;
  background-size: 35px 35px; }

.sader-pro .bostik--document-gallery table .views-field-fid a:after,
.sader-pro .bostik--document-basket table .views-field-fid a:after {
  content: '+';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #00af43;
  color: #00af43;
  bottom: 5px;
  right: 5px;
  background: #fff;
  line-height: 16px;
  font-size: 24px;
  text-align: center;
  font-weight: 500; }

.sader-pro .bostik--document-gallery table .views-field-fid a:hover:after, .sader-pro .bostik--document-gallery table .views-field-fid a:focus:after,
.sader-pro .bostik--document-basket table .views-field-fid a:hover:after,
.sader-pro .bostik--document-basket table .views-field-fid a:focus:after {
  background: #00af43;
  color: #fff; }

.sader-pro .bostik--document-gallery table .views-field-fid a.btn-document-cart--cartin:after,
.sader-pro .bostik--document-basket table .views-field-fid a.btn-document-cart--cartin:after {
  content: '+';
  background: #fff;
  color: #00af43; }

.sader-pro .bostik--document-gallery table .views-field-fid a.btn-document-cart--cartout:after,
.sader-pro .bostik--document-basket table .views-field-fid a.btn-document-cart--cartout:after {
  content: '-';
  background: #00af43;
  color: #fff;
  font-size: 28px; }

.sader-pro .bostik--document-gallery table .views-field-fid a:hover:after, .sader-pro .bostik--document-gallery table .views-field-fid a:focus:after,
.sader-pro .bostik--document-basket table .views-field-fid a:hover:after,
.sader-pro .bostik--document-basket table .views-field-fid a:focus:after {
  background: #00af43;
  color: #fff; }

.sader-pro .bostik--document-gallery table .views-field-fid a:hover.btn-document-cart--cartout:after, .sader-pro .bostik--document-gallery table .views-field-fid a:focus.btn-document-cart--cartout:after,
.sader-pro .bostik--document-basket table .views-field-fid a:hover.btn-document-cart--cartout:after,
.sader-pro .bostik--document-basket table .views-field-fid a:focus.btn-document-cart--cartout:after {
  background: #fff;
  color: #00af43; }

.sader-pro .bostik--document-gallery .btn-cart-clear-all,
.sader-pro .bostik--document-basket .btn-cart-clear-all {
  border: 1px solid #00af43;
  color: #00af43;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
  -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
  -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background .25s ease-in-out, color .25s ease-in-out;
  transition: background .25s ease-in-out, color .25s ease-in-out; }
  .sader-pro .bostik--document-gallery .btn-cart-clear-all:hover, .sader-pro .bostik--document-gallery .btn-cart-clear-all:focus,
  .sader-pro .bostik--document-basket .btn-cart-clear-all:hover,
  .sader-pro .bostik--document-basket .btn-cart-clear-all:focus {
    color: #fff;
    background: #00af43; }

.sader-pro .bostik--document-gallery .btn-cart-download-zip,
.sader-pro .bostik--document-basket .btn-cart-download-zip {
  border: 1px solid #00af43;
  color: #fff;
  background: #00af43;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
  -moz-transition: background .25s ease-in-out, color .25s ease-in-out;
  -ms-transition: background .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background .25s ease-in-out, color .25s ease-in-out;
  transition: background .25s ease-in-out, color .25s ease-in-out; }
  .sader-pro .bostik--document-gallery .btn-cart-download-zip:hover, .sader-pro .bostik--document-gallery .btn-cart-download-zip:focus,
  .sader-pro .bostik--document-basket .btn-cart-download-zip:hover,
  .sader-pro .bostik--document-basket .btn-cart-download-zip:focus {
    color: #00af43;
    background: #fff; }

.sader-pro .pager-nav .pagination li a {
  color: #00af43;
  background-color: #fff; }
  .sader-pro .pager-nav .pagination li a:hover, .sader-pro .pager-nav .pagination li a:focus {
    color: #fff;
    background-color: #00af43;
    border: 1px solid #00af43; }

.sader-pro .pager-nav .pagination li.active a {
  color: #fff;
  background-color: #00af43;
  border: 1px solid #00af43; }

.sader-pro ::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.sader-pro ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

.sader-pro ::-webkit-scrollbar-thumb {
  background: #00af43;
  border: 56px none #ffffff;
  border-radius: 0px; }

.sader-pro ::-webkit-scrollbar-thumb:hover {
  background: #00af43; }

.sader-pro ::-webkit-scrollbar-thumb:active {
  background: #00af43; }

.sader-pro ::-webkit-scrollbar-track {
  background: #b5b5b5;
  border: 22px none #ffffff;
  border-radius: 0px; }

.sader-pro ::-webkit-scrollbar-track:hover {
  background: #b5b5b5; }

.sader-pro ::-webkit-scrollbar-track:active {
  background: #b5b5b5; }

.sader-pro ::-webkit-scrollbar-corner {
  background: transparent; }

#panels-ipe-tray h1, #panels-ipe-tray h2, #panels-ipe-tray h3, #panels-ipe-tray h4, #panels-ipe-tray h5, #panels-ipe-tray h6 {
  color: #000; }

#panels-ipe-tray .ipe-category:hover, #panels-ipe-tray .ipe-category.active {
  color: #000; }

#panels-ipe-tray .ipe-actions-block *,
#panels-ipe-tray .ipe-form * {
  color: #000; }

.node--type-landing .region-content-grey:after,
.node--type-landing .region-content-white:after {
  content: '';
  clear: both;
  display: block; }

.product-button-list .button {
  margin-bottom: 20px;
  margin-right: 0px; }
  @media screen and (min-width: 576px) {
    .product-button-list .button {
      margin-left: 20px;
      margin-right: 20px; } }

.button {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  word-break: break-word;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background-color: #e32213;
  border: 1px solid transparent;
  transition: background-color .25s ease-in-out,color .25s ease-in-out; }
  .button:hover {
    border: 1px solid #e32213;
    background-color: #fff;
    color: #e32213;
    opacity: 1; }
    .button:hover:before {
      color: #e32213; }
  .button:before {
    content: "\e080";
    margin-right: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

.button-secondary, .button-tertiary {
  margin-right: 8px;
  padding: 10px 20px 8px 20px; }

.button-primary {
  position: relative;
  min-height: 48px;
  padding: 15px 64px 15px 15px;
  transition: ease 0.2s; }
  .button-primary span,
  .button-primary + label {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    margin-left: 16px;
    vertical-align: 1;
    transition: ease 0.2s; }

.button-tertiary {
  background-color: #fff;
  color: #1c1c1c;
  font-weight: 600;
  text-decoration: none; }
  .button-tertiary:before {
    color: #e32213; }
  .button-tertiary:hover, .button-tertiary:focus {
    background-color: #dddddd;
    color: #1c1c1c;
    text-decoration: none;
    border-color: #dddddd; }

/*# sourceMappingURL=styles.min.css.map */