@charset "UTF-8";
/*
@author: Rémy Cholley	
@mail  : remy@marsrouge.com
*/
/*************************************************************************************************
Variable
*************************************************************************************************/
/*** Color ***/
/*** Grille ***/
/*** breakpoint ***/
/*** Height Fixe ***/
/*** Fonts ***/
/*************************************************************************************************
@MIXIN
*************************************************************************************************/
/*
@mixin title_bloc()
{
	@include font_bold();
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	line-height: 35px;
}
*/
/*************************************************************************************************
	Fonts
*************************************************************************************************/
@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("fonts/brandon_bld-webfont.woff2") format("woff2"), url("fonts/brandon_bld-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesqueblack';
  src: url("fonts/brandon_blk-webfont.woff2") format("woff2"), url("fonts/brandon_blk-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesquelight';
  src: url("fonts/brandon_light-webfont.woff2") format("woff2"), url("fonts/brandon_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url("fonts/brandon_med-webfont.woff2") format("woff2"), url("fonts/brandon_med-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesqueregular';
  src: url("fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), 
       url("fonts/BrandonGrotesque-Regular.otf") format("opentype"), 
       url("fonts/BrandonGrotesque-Regular.woff") format("woff"), 
       url("fonts/BrandonGrotesque-Regular.ttf") format("truetype"), 
       url("fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*************************************************************************************************
@import (file)
*************************************************************************************************/
/*************************************************************************************************
	RESET CSS
*************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-family: helvetica;
  font-size: 14px; }

a {
  text-decoration: none;
  cursor: pointer; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section, blockquote {
  display: block; }

nav ul {
  list-style: none; }

ol {
  list-style: none; }

ul {
  list-style: none; }

ul ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

mark {
  background: none; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input[type="submit"], input[type="button"], button {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0 !important;
  margin: 0 !important; }

input, select, a img {
  vertical-align: middle; }

textarea, input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*************************************************************************************************
Box sizing
*************************************************************************************************/
*:before, *:after {
  box-sizing: border-box; }

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

* {
  box-sizing: border-box; }

/*************************************************************************************************
Clearfix
*************************************************************************************************/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*----------------------------------------------
	Scroll to top
---------------------------------------------*/
.scrollToTop {
  position: fixed;
  right: 50%;
  margin-right: -25px;
  border-radius: 50%;
  opacity: 0;
  direction: block;
  overflow: hidden;
  outline: none;
  z-index: 100;
  background-color: #C79C63 !important;
  border-radius: 50% !important; }

.scrollToTop_show {
  opacity: 0.9;
  bottom: 15px;
  background-image: url(img/arrow-h22-b-top.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

@-webkit-keyframes scrollToTop_fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scrollToTop_fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes scrollToTop_slide {
  0% {
    bottom: -100px; }
  100% {
    bottom: 20px; } }
@keyframes scrollToTop_slide {
  0% {
    bottom: -100px; }
  100% {
    bottom: 20px; } }
.scrollToTop_animating,
.scrollToTop_animating * {
  pointer-events: none !important; }

/* skin(default) */
.scrollToTop {
  width: 50px !important;
  height: 50px !important;
  color: #000;
  font-family: sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  text-indent: 100%;
  white-space: nowrap;
  background: no-repeat center center transparent; }

.scrollToTop_default {
  display: block;
  width: auto;
  height: auto;
  padding: 10px;
  text-indent: 0;
  background: #eee;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.scrollToTop_default:hover {
  background-color: #ddd; }

/* easing.css - v0.1.0 - 2013-08-26
* https://github.com/amazingSurge/easing.css
* Copyright (c) 2013 amazingSurge; Licensed GPL */
.easing_linear {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

.easing_ease {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

.easing_easeIn {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

.easing_easeOut {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

.easing_easeInOut {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

.easing_easeInQuad {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

.easing_easeInCubic {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.easing_easeInQuart {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.easing_easeInQuint {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

.easing_easeInSine {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

.easing_easeInExpo {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }

.easing_easeInCirc {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.easing_easeInBack {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.735, 0.045);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.easing_eastOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.easing_easeOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.easing_easeOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.easing_easeOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.easing_easeOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

.easing_easeOutExpo {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.easing_easeOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }

.easing_easeOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.easing_easeInOutQuad {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.easing_easeInOutCubic {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.easing_easeInOutQuart {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.easing_easeInOutQuint {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.easing_easeInOutSine {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.easing_easeInOutExpo {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

.easing_easeInOutCirc {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.easing_easeInOutBack {
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.easing_easeInOutElastic {
  -webkit-transition-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
  transition-timing-function: cubic-bezier(1, -0.56, 0, 1.455); }

.easing_custom {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75);
  transition-timing-function: cubic-bezier(0.5, 0.25, 0.5, 0.75); }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
/*************************************************************************************************
Grille
*************************************************************************************************/
.container {
  max-width: 1145px;
  margin: 0 auto;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container * {
    zoom: 1; }

.row {
  margin: 0px -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row * {
    zoom: 1; }

.col-1 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 8.33333%; }

.col-2 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 16.66667%; }

.col-3 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 25%; }

.col-4 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 33.33333%; }

.col-5 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 41.66667%; }

.col-6 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 50%; }

.col-7 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 58.33333%; }

.col-8 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 66.66667%; }

.col-9 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 75%; }

.col-10 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 83.33333%; }

.col-11 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 91.66667%; }

.col-12 {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 100%; }

/*************************************************************************************************
Mixin
*************************************************************************************************/
/*************************************************************************************************
Helpers
*************************************************************************************************/
body {
  font-size: 14px;
  font-family: 'brandon_grotesquemedium';
  letter-spacing: 0.7px;
  line-height: 16.8px;
  background-color: #fff;
  color: #000; }

a {
  color: currentColor; }

#app {
  position: relative;
  z-index: 1; }

.vertical-table {
  display: table;
  height: 100%;
  width: 100%; }

.vertical-cell {
  display: table-cell;
  vertical-align: middle; }

.overflow-hidden {
  overflow: hidden; }

.zone-content h3, .zone-content h2 {
  font-family: 'brandon_grotesquemedium';
  letter-spacing: 0.7px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 15px; }
.zone-content p {
  font-family: 'brandon_grotesqueregular';
  font-weight: lighter;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin-bottom: 15px; }

sup {
  vertical-align: super;
  font-size: smaller; }

/*************************************************************************************************
Rules liste produits générique
*************************************************************************************************/
.liste-produits:before, .liste-produits:after {
  content: " ";
  display: table; }
.liste-produits:after {
  clear: both; }
.liste-produits * {
  zoom: 1; }
.liste-produits .un-produit {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 33.33333%;
  margin-bottom: 30px; }
  .liste-produits .un-produit .in {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("img/liste-articles-default.jpg");
    position: relative;
    height: 250px;
    background-color: #000000;
    overflow: hidden; }
    .liste-produits .un-produit .in img {
      opacity: 0;
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
    .liste-produits .un-produit .in a {
      font-family: 'brandon_grotesqueblack';
      position: absolute;
      display: block;
      width: 80%;
      padding: 15px 0px;
      background-color: #fff;
      text-transform: uppercase;
      bottom: 30px;
      right: 0px;
      padding-left: 30px;
      padding-right: 65px;
      font-size: 18px;
      line-height: 18px;
      transition: all 200ms ease; }
      .liste-produits .un-produit .in a:hover {
        background-color: #C79C63;
        color: #fff;
        transition: all 200ms ease; }
      .liste-produits .un-produit .in a:after {
        display: block;
        position: absolute;
        content: ' ';
        width: 23px;
        height: 24px;
        right: 30px;
        background-image: url("img/btn-link-bloc.png");
        background-position: center center;
        background-repeat: no-repeat;
        top: 50%;
        margin-top: -12px; }

/*************************************************************************************************
Header
*************************************************************************************************/
#header {
  margin-bottom: 70px; }
  #header:before, #header:after {
    content: " ";
    display: table; }
  #header:after {
    clear: both; }
  #header * {
    zoom: 1; }
  #header.is_stuck {
    background-color: #fff;
    border-bottom: 1px solid #C79C63;
    z-index: 100; }
    
    #header.is_stuck nav#menu-principal ul{ border-bottom: none;}
    #header.is_stuck nav#menu-principal ul li a {
      font-size: 10px; }
    #header.is_stuck #primary-header {
      padding-bottom: 20px;
      padding-top: 20px; }
      #header.is_stuck #primary-header #logo img {
        display: block;
        height: 45px;
        width: auto; }
      #header.is_stuck #primary-header #menu-rapide {
        height: auto !important; }
        #header.is_stuck #primary-header #menu-rapide li {
          float: left;
          display: block; }
          #header.is_stuck #primary-header #menu-rapide li a {
            display: block;
            width: 0px;
            color: transparent; }
  #header #primary-header {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    padding-top: 45px;
    padding-bottom: 70px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px; }
    #header #primary-header:before, #header #primary-header:after {
      content: " ";
      display: table; }
    #header #primary-header:after {
      clear: both; }
    #header #primary-header * {
      zoom: 1; }
    #header #primary-header #logo {
      float: left; }
    #header #primary-header #menu-rapide {
      float: right; }
      #header #primary-header #menu-rapide li {
        display: inline-block;
        margin-right: 27px; }
        #header #primary-header #menu-rapide li:last-child {
          margin-right: 0px; }
        #header #primary-header #menu-rapide li:nth-child(1) a {
          padding-right: 29px; }
          #header #primary-header #menu-rapide li:nth-child(1) a:after {
            display: block;
            content: ' ';
            position: absolute;
            width: 24px;
            height: 30px;
            top: -6px;
            right: 0px;
            background-image: url("img/icon-telephone.png");
            background-repeat: no-repeat; }
        #header #primary-header #menu-rapide li:nth-child(2) a {
          padding-right: 35px; }
          #header #primary-header #menu-rapide li:nth-child(2) a:after {
            display: block;
            content: ' ';
            position: absolute;
            width: 30px;
            height: 30px;
            top: -6px;
            right: 0px;
            background-image: url("img/icon-devis.png");
            background-repeat: no-repeat; }
        #header #primary-header #menu-rapide li:nth-child(3) a {
          padding-right: 35px; }
          #header #primary-header #menu-rapide li:nth-child(3) a:after {
            display: block;
            content: ' ';
            position: absolute;
            width: 31px;
            height: 30px;
            top: -6px;
            right: 0px;
            background-image: url("img/icon-search.png");
            background-repeat: no-repeat; }
        #header #primary-header #menu-rapide li a {
          position: relative; }
  #header #second-header:before, #header #second-header:after {
    content: " ";
    display: table; }
  #header #second-header:after {
    clear: both; }
  #header #second-header * {
    zoom: 1; }

nav#menu-principal:before, nav#menu-principal:after {
  content: " ";
  display: table; }
nav#menu-principal:after {
  clear: both; }
nav#menu-principal * {
  zoom: 1; }
nav#menu-principal ul {
  position: relative;
  border-bottom: 1px solid #C79C63; }
  nav#menu-principal ul:before, nav#menu-principal ul:after {
    content: " ";
    display: table; }
  nav#menu-principal ul:after {
    clear: both; }
  nav#menu-principal ul * {
    zoom: 1; }
  nav#menu-principal ul li {
    display: block;
    width: 25%;
    float: left;
    text-align: center; }
    nav#menu-principal ul li:first-child a:after {
      background-image: url("img/arrow-hover-menu-1-or.png"); }
    nav#menu-principal ul li a {
      font-family: 'brandon_grotesquemedium';
      letter-spacing: 0.7px;
      font-size: 17px;
      line-height: 17px;
      text-transform: uppercase;
      padding: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
      display: block;
      position: relative; }
      nav#menu-principal ul li a:after {
        display: block;
        content: ' ';
        position: absolute;
        bottom: -1px;
        height: 13px;
        width: 26px;
        background-image: url("img/arrow-hover-menu-1.png");
        background-position: center center;
        background-repeat: no-repeat;
        left: 50%;
        margin-left: -13px;
        z-index: 12;
        opacity: 0;
        transition: all 200ms ease; }
    nav#menu-principal ul li ul.sub-menu {
      height: 0px;
      overflow: hidden;
      position: absolute;
      left: 0px;
      right: 0px;
      background: #fff;
      z-index: 10;
      border: none;
      margin-top: 1px; }
      nav#menu-principal ul li ul.sub-menu .col-3 {
        padding-top: 40px;
        padding-bottom: 40px; }
        nav#menu-principal ul li ul.sub-menu .col-3:nth-child(1) {
          background-color: #C79C63;
          padding: 30px 30px;
          left: 0px;
          bottom: 0px;
          top: 0px; }
          nav#menu-principal ul li ul.sub-menu .col-3:nth-child(1) a {
            padding: 0px !important;
            display: block; }
            nav#menu-principal ul li ul.sub-menu .col-3:nth-child(1) a:after, nav#menu-principal ul li ul.sub-menu .col-3:nth-child(1) a:before {
              display: none; }
          nav#menu-principal ul li ul.sub-menu .col-3:nth-child(1) img {
            display: block;
            width: 100%;
            height: auto;
            padding: 0px;
            border: 1px solid #fff; }
          nav#menu-principal ul li ul.sub-menu .col-3:nth-child(1) .title {
            font-family: 'brandon_grotesquemedium';
            letter-spacing: 0.7px;
            left: auto;
            letter-spacing: 0.3px;
            padding: 0px;
            display: inline-block;
            font-size: 13px;
            line-height: 13px;
            color: #fff;
            margin-bottom: 6px;
            position: relative;
            text-transform: uppercase; }
      nav#menu-principal ul li ul.sub-menu li {
        float: none;
        width: 100%;
        margin-bottom: 15px; }
        nav#menu-principal ul li ul.sub-menu li a {
          animation: none;
          animation-delay: 0;
          animation-direction: normal;
          animation-duration: 0;
          animation-fill-mode: none;
          animation-iteration-count: 1;
          animation-name: none;
          animation-play-state: running;
          animation-timing-function: ease;
          backface-visibility: visible;
          background: 0;
          background-attachment: scroll;
          background-clip: border-box;
          background-color: transparent;
          background-image: none;
          background-origin: padding-box;
          background-position: 0 0;
          background-position-x: 0;
          background-position-y: 0;
          background-repeat: repeat;
          background-size: auto auto;
          border: 0;
          border-style: none;
          border-width: medium;
          border-color: inherit;
          border-bottom: 0;
          border-bottom-color: inherit;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
          border-bottom-style: none;
          border-bottom-width: medium;
          border-collapse: separate;
          border-image: none;
          border-left: 0;
          border-left-color: inherit;
          border-left-style: none;
          border-left-width: medium;
          border-radius: 0;
          border-right: 0;
          border-right-color: inherit;
          border-right-style: none;
          border-right-width: medium;
          border-spacing: 0;
          border-top: 0;
          border-top-color: inherit;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-top-style: none;
          border-top-width: medium;
          bottom: auto;
          box-shadow: none;
          box-sizing: content-box;
          caption-side: top;
          clear: none;
          clip: auto;
          color: inherit;
          columns: auto;
          column-count: auto;
          column-fill: balance;
          column-gap: normal;
          column-rule: medium none currentColor;
          column-rule-color: currentColor;
          column-rule-style: none;
          column-rule-width: none;
          column-span: 1;
          column-width: auto;
          content: normal;
          counter-increment: none;
          counter-reset: none;
          cursor: auto;
          direction: ltr;
          display: inline;
          empty-cells: show;
          float: none;
          font: normal;
          font-family: inherit;
          font-size: medium;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          height: auto;
          hyphens: none;
          left: auto;
          letter-spacing: normal;
          line-height: normal;
          list-style: none;
          list-style-image: none;
          list-style-position: outside;
          list-style-type: disc;
          margin: 0;
          margin-bottom: 0;
          margin-left: 0;
          margin-right: 0;
          margin-top: 0;
          max-height: none;
          max-width: none;
          min-height: 0;
          min-width: 0;
          opacity: 1;
          orphans: 0;
          outline: 0;
          outline-color: invert;
          outline-style: none;
          outline-width: medium;
          overflow: visible;
          overflow-x: visible;
          overflow-y: visible;
          padding: 0;
          padding-bottom: 0;
          padding-left: 0;
          padding-right: 0;
          padding-top: 0;
          page-break-after: auto;
          page-break-before: auto;
          page-break-inside: auto;
          perspective: none;
          perspective-origin: 50% 50%;
          position: static;
          /* May need to alter quotes for different locales (e.g fr) */
          quotes: '\201C' '\201D' '\2018' '\2019';
          right: auto;
          tab-size: 8;
          table-layout: auto;
          text-align: inherit;
          text-align-last: auto;
          text-decoration: none;
          text-decoration-color: inherit;
          text-decoration-line: none;
          text-decoration-style: solid;
          text-indent: 0;
          text-shadow: none;
          text-transform: none;
          top: auto;
          transform: none;
          transform-style: flat;
          transition: none;
          transition-delay: 0s;
          transition-duration: 0s;
          transition-property: none;
          transition-timing-function: ease;
          unicode-bidi: normal;
          vertical-align: baseline;
          visibility: visible;
          white-space: normal;
          widows: 0;
          width: auto;
          word-spacing: normal;
          z-index: auto;
          font-family: 'brandon_grotesquemedium';
          letter-spacing: 0.7px;
          left: auto;
          letter-spacing: 0.3px;
          padding: 0px;
          display: inline-block;
          font-size: 13px;
          line-height: 13px;
          color: #000;
          position: relative;
          text-transform: uppercase;
          transition: all 200ms ease; }
          nav#menu-principal ul li ul.sub-menu li a:hover {
            color: #C79C63;
            transition: all 200ms ease; }
          nav#menu-principal ul li ul.sub-menu li a:after {
            left: auto;
            top: auto;
            margin: auto;
            top: -4px;
            background-image: url("img/arrow-h14-or.png");
            background-position: center center;
            background-repeat: no-repeat;
            height: 14px;
            width: 7px;
            position: absolute;
            content: '';
            right: -15px;
            opacity: 0; }
          nav#menu-principal ul li ul.sub-menu li a:hover {
            color: #C79C63; }
            nav#menu-principal ul li ul.sub-menu li a:hover:after {
              opacity: 1; }
        nav#menu-principal ul li ul.sub-menu li:last-child {
          margin-bottom: 0px; }
    nav#menu-principal ul li:hover a:after {
      opacity: 1;
      transition: all 200ms ease; }
    nav#menu-principal ul li:hover ul.sub-menu {
      height: auto;
      transition: all 200ms ease;
      border-bottom: 1px solid #C79C63; }

/*************************************************************************************************
Template : Home
*************************************************************************************************/
#template-home #header {
  margin-bottom: 30px; }

#bloc-home-navigation-rapide .container {
  overflow: hidden; }
#bloc-home-navigation-rapide .ligne-1 {
  margin-bottom: 30px; }
  #bloc-home-navigation-rapide .ligne-1:before, #bloc-home-navigation-rapide .ligne-1:after {
    content: " ";
    display: table; }
  #bloc-home-navigation-rapide .ligne-1:after {
    clear: both; }
  #bloc-home-navigation-rapide .ligne-1 * {
    zoom: 1; }
  #bloc-home-navigation-rapide .ligne-1 .col-8 .in {
    min-height: 380px;
    background: #C79C63;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  #bloc-home-navigation-rapide .ligne-1 .col-4 {
    color: #fff; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 .in {
      height: 380px;
      background: #C79C63;
      padding: 30px; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 .title {
      font-family: 'brandon_grotesquemedium';
      letter-spacing: 0.7px;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 26px;
      margin-bottom: 15px; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 input::-webkit-input-placeholder {
      color: #C79C63 !important; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 input:-moz-placeholder {
      /* Firefox 18- */
      color: #C79C63 !important; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 input::-moz-placeholder {
      /* Firefox 19+ */
      color: #C79C63 !important; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 input:-ms-input-placeholder {
      color: #C79C63 !important; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 .container-submit {
      text-align: center; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 .ajax-loader {
      display: none; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 input[type="text"] {
      border: none;
      box-shadow: none;
      outline: none;
      background: none;
      cursor: pointer;
      height: 45px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.3);
      width: 100%;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 15px; }
		/*** Bloc rappel ***/
		#bloc-home-navigation-rapide .ligne-1 form{
			height: 45px;
			overflow: hidden;
			position: relative;
			margin-bottom: 15px;
		}
		#bloc-home-navigation-rapide .ligne-1 form input[type="text"]{
			padding-right: 45px;
		}
		#bloc-home-navigation-rapide .ligne-1 form input[type="submit"]{
			border: none;
		    box-shadow: none;
		    outline: none;
		    background: none;
		    cursor: pointer;
		    position: absolute;
		    top: 0px;
		    right: 0px;
		    height: 45px;
		    width: 45px;
		    background-color: #fff;
		    cursor: pointer;
		    background-image: url(img/arrow-h14-or.png);
		    background-repeat: no-repeat;
		    background-position: center center;
		    transition: all 200ms ease;
		    color: transparent;
		}


		#bloc-home-navigation-rapide .ligne-1 form input[type="submit"]:hover {
		    transition: all 200ms ease;
		    background-color: #959595;
		    background-image: url(img/arrow-h14-b.png);
		}
		
		
		#bloc-home-navigation-rapide .ligne-1 .col-4 a{
			position: relative;
			display: block;
			height: 45px;
			width: 100%;
			line-height: 47px;
			padding-right: 45px;
			text-align: center;
			background-color: rgba(255, 255, 255, 0.3);
			color: #C79C63;
			text-transform: uppercase;
			vertical-align: middle;
			font-size: 11px;
		}
		
		#bloc-home-navigation-rapide .ligne-1 .col-4 a:after{
			display: block;
			content: ' ';
			position: absolute;
			top: 0px;
		    right: 0px;
		    height: 45px;
		    width: 45px;
		    background-color: #fff;
		    cursor: pointer;
		    background-image: url(img/arrow-h14-or.png);
		    background-repeat: no-repeat;
		    background-position: center center;
		    transition: all 200ms ease;
		    color: transparent;
		}
		
		#bloc-home-navigation-rapide .ligne-1 .col-4 a:hover:after{
			background-image: url(img/arrow-h14-b.png);
			 background-color: #959595;

		}
		
	

    #bloc-home-navigation-rapide .ligne-1 .col-4 span.wpcf7-not-valid-tip {
      font-size: 10px;
      margin-top: -15px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 2px;
      padding-bottom: 2px;
      color: #C79C63;
      background-color: #fff; }
    #bloc-home-navigation-rapide .ligne-1 .col-4 div.wpcf7-response-output {
      margin: 0px;
      padding: 0px;
      position: absolute;
      top: 15px;
      border: none;
      color: #C79C63;
      background-color: #fff;
      left: 30px;
      right: 30px;
      padding: 15px; }
#bloc-home-navigation-rapide .ligne-2 {
  margin-bottom: 30px; }
  #bloc-home-navigation-rapide .ligne-2:before, #bloc-home-navigation-rapide .ligne-2:after {
    content: " ";
    display: table; }
  #bloc-home-navigation-rapide .ligne-2:after {
    clear: both; }
  #bloc-home-navigation-rapide .ligne-2 * {
    zoom: 1; }
  #bloc-home-navigation-rapide .ligne-2 .col-4 .in {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 250px;
    background-color: #000000; }
    #bloc-home-navigation-rapide .ligne-2 .col-4 .in a {
      font-family: 'brandon_grotesqueblack';
      position: absolute;
      display: block;
      width: 75%;
      padding: 15px 0px;
      background-color: #fff;
      text-transform: uppercase;
      bottom: 30px;
      right: 0px;
      padding-left: 30px;
      font-size: 18px;
      line-height: 18px;
      padding-right: 67px;
      transition: all 200ms ease; }
      #bloc-home-navigation-rapide .ligne-2 .col-4 .in a:hover {
        background-color: #C79C63;
        color: #fff;
        transition: all 200ms ease; }
      #bloc-home-navigation-rapide .ligne-2 .col-4 .in a:after {
        display: block;
        position: absolute;
        content: ' ';
        width: 23px;
        height: 24px;
        right: 30px;
        background-image: url("img/btn-link-bloc.png");
        background-position: center center;
        background-repeat: no-repeat;
        top: 50%;
        margin-top: -12px; }

/*************************************************************************************************
Bloc | Nos packs
*************************************************************************************************/
#bloc-nos-packs {
  padding: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px; }
  #bloc-nos-packs .title {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: #000;
    color: #fff; }
  #bloc-nos-packs .intro {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
  #bloc-nos-packs .liste-packs {
    margin-top: 30px; }
    #bloc-nos-packs .liste-packs .col-4 .in {
      background-color: #fff;
      padding: 40px 60px;
      padding-bottom: 90px; }
    #bloc-nos-packs .liste-packs .col-4 h3 {
      font-family: 'brandon_grotesquemedium';
      letter-spacing: 0.7px;
      font-size: 25px;
      line-height: 24px;
      color: currentColor;
      text-transform: uppercase;
      margin-bottom: 75px; }
    #bloc-nos-packs .liste-packs .col-4 a {
      display: block;
      height: 70px;
      width: 70px;
      background-image: url("img/arrow-h22-b.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #C79C63;
      position: absolute;
      bottom: 0px;
      right: 15px;
      transition: all 200ms ease; }
    #bloc-nos-packs .liste-packs .col-4:nth-child(1) {
      color: #959595; }
      #bloc-nos-packs .liste-packs .col-4:nth-child(1) a {
        background-color: #959595; }
    #bloc-nos-packs .liste-packs .col-4:nth-child(2) {
      color: #000; }
      #bloc-nos-packs .liste-packs .col-4:nth-child(2) a {
        background-color: #000; }
    #bloc-nos-packs .liste-packs .col-4:nth-child(3) {
      color: #C79C63; }
      #bloc-nos-packs .liste-packs .col-4:nth-child(3) a {
        background-color: #C79C63; }

/*************************************************************************************************
Bloc recherche
*************************************************************************************************/
body.search-open {
  overflow: hidden; }

#bloc-search {
  position: fixed;
  z-index: 200;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  height: 0px;
  overflow: hidden;
  text-align: center; }
  #bloc-search #close-search {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px; }
    #bloc-search #close-search .in-btn-close {
      position: relative; }
    #bloc-search #close-search .barre {
      position: absolute;
      display: block;
      height: 40px;
      width: 2px;
      background-color: #C79C63;
      transform-origin: 50%;
      right: 50%; }
    #bloc-search #close-search .barre:nth-child(1) {
      transform: rotate(45deg); }
    #bloc-search #close-search .barre:nth-child(2) {
      transform: rotate(-45deg); }
  #bloc-search .in {
    height: 100%;
    position: relative;
    padding: 30px; }
  #bloc-search .title {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 80px;
    font-size: 60px;
    font-family: 'brandon_grotesquebold'; }
  #bloc-search form {
    max-width: 650px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative; }
    #bloc-search form input[type="text"] {
      border: none;
      box-shadow: none;
      outline: none;
      background: none;
      cursor: pointer;
      height: 70px;
      padding-right: 70px;
      line-height: 70px;
      border: 1px solid #C79C63;
      max-width: 650px;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      display: block;
      font-size: 25px; }
    #bloc-search form input[type="submit"] {
      border: none;
      box-shadow: none;
      outline: none;
      background: none;
      cursor: pointer;
      position: absolute;
      right: 0px;
      top: 0px;
      height: 70px;
      width: 70px;
      background-color: #C79C63;
      background-image: url("img/arrow-h22-b.png");
      background-repeat: no-repeat;
      background-position: center center; }

/*************************************************************************************************
Bloc | Les plus vendus
*************************************************************************************************/
#bloc-les-plus-vendus {
  background: #fff;
  padding: 40px 0px; }
  #bloc-les-plus-vendus .title {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: #000; }
  #bloc-les-plus-vendus .intro {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px; }
  #bloc-les-plus-vendus .link-produits {
    text-align: center;
    margin-bottom: 30px; }
    #bloc-les-plus-vendus .link-produits li {
      display: inline-block;
      margin: 0px 15px;
      position: relative; }
      #bloc-les-plus-vendus .link-produits li:after {
        opacity: 0;
        display: block;
        content: ' ';
        height: 56px;
        width: 1px;
        background-color: #000;
        position: absolute;
        top: 50%;
        margin-top: -28px;
        left: 50%;
        margin-left: -0.5px;
        z-index: 0;
        transform: rotate(45deg); }
      #bloc-les-plus-vendus .link-produits li a {
        font-family: 'brandon_grotesqueregular';
        font-weight: lighter;
        text-transform: uppercase;
        font-size: 16px;
        display: block;
        line-height: 16px;
        background-color: #fff;
        z-index: 2;
        padding: 2px 0px;
        position: relative; }
      #bloc-les-plus-vendus .link-produits li:hover:after,
      #bloc-les-plus-vendus .link-produits li.active:after {
        transition: all 200ms ease;
        opacity: 1; 
        color: #C79C63;}
  #bloc-les-plus-vendus .liste-produits {
    display: none; }
    #bloc-les-plus-vendus .liste-produits:before, #bloc-les-plus-vendus .liste-produits:after {
      content: " ";
      display: table; }
    #bloc-les-plus-vendus .liste-produits:after {
      clear: both; }
    #bloc-les-plus-vendus .liste-produits * {
      zoom: 1; }
    #bloc-les-plus-vendus .liste-produits.active {
      display: block; }
    #bloc-les-plus-vendus .liste-produits .produit {
      margin-bottom: 30px;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("img/default-plus-vendu.jpg"); }
      #bloc-les-plus-vendus .liste-produits .produit:hover .in {
        transition: all 200ms ease;
        opacity: 1; }
      #bloc-les-plus-vendus .liste-produits .produit .in {
        opacity: 0;
        padding: 30px;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        top: 30px;
        transition: all 200ms ease; }
        #bloc-les-plus-vendus .liste-produits .produit .in .title-produit {
          font-family: 'brandon_grotesquemedium';
          letter-spacing: 0.7px;
          font-size: 40px;
          line-height: 34px;
          text-transform: uppercase;
          color: #C79C63;
          margin-bottom: 30px; }
        #bloc-les-plus-vendus .liste-produits .produit .in .description {
          font-family: 'brandon_grotesqueregular';
          font-weight: lighter;
          text-transform: uppercase;
          color: #fff;
          font-size: 16px;
          letter-spacing: 0.3px;
          line-height: 19px; }
        #bloc-les-plus-vendus .liste-produits .produit .in .readmore {
          position: absolute;
          bottom: 0px;
          left: 30px;
          display: block;
          height: 70px;
          width: 70px;
          background-image: url("img/arrow-h22-or.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-color: #fff;
          transition: all 200ms ease;
          transition: all 200ms ease; }
      #bloc-les-plus-vendus .liste-produits .produit.small .description {
        display: none; }
    #bloc-les-plus-vendus .liste-produits .small {
      height: 250px;
      background-color: red; }
    #bloc-les-plus-vendus .liste-produits .big {
      height: 520px;
      background-color: yellow; }

/*************************************************************************************************
Bloc actus
*************************************************************************************************/
#bloc-magazine {
  padding: 40px 0px; }
  #bloc-magazine .liste-magazines .un-magazine {
    margin-bottom: 0px; }
    #bloc-magazine .liste-magazines .un-magazine:before, #bloc-magazine .liste-magazines .un-magazine:after {
      content: " ";
      display: table; }
    #bloc-magazine .liste-magazines .un-magazine:after {
      clear: both; }
    #bloc-magazine .liste-magazines .un-magazine * {
      zoom: 1; }
    #bloc-magazine .liste-magazines .un-magazine .col-6 {
      height: 280px; }
      #bloc-magazine .liste-magazines .un-magazine .col-6 .in {
        height: 100%; }
      #bloc-magazine .liste-magazines .un-magazine .col-6 .title-magazine {
        font-family: 'brandon_grotesquemedium';
        letter-spacing: 0.7px;
        font-size: 25px;
        line-height: 24px;
        color: #C79C63;
        text-transform: uppercase;
        letter-spacing: 0.2px;
        margin-bottom: 25px; }
      #bloc-magazine .liste-magazines .un-magazine .col-6 .description {
        font-family: 'brandon_grotesqueregular';
        font-weight: lighter;
        text-transform: lowercase;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.3px; }
    #bloc-magazine .liste-magazines .un-magazine .picture {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("img/default-liste-article.jpg"); }
    #bloc-magazine .liste-magazines .un-magazine:nth-child(even) .col-6.picture {
      float: right; }
      
    #bloc-magazine .liste-magazines .un-magazine .col-6.picture a{
	 	display: block;
	 	width: 100%;
	 	height: 100%;
	 }
  #bloc-magazine .title {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: #000; }
  #bloc-magazine .intro {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px; }

/*************************************************************************************************
Bloc votre imprimeur
*************************************************************************************************/
#bloc-votre-imprimeur {
  padding: 40px 0px; }
  #bloc-votre-imprimeur .title {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: #000; }
  #bloc-votre-imprimeur .intro {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px; }
  #bloc-votre-imprimeur .content-readmore {
    text-align: center;
    margin-top: 70px; }
    #bloc-votre-imprimeur .content-readmore a {
      font-family: 'brandon_grotesqueblack';
      display: inline-block;
      padding-right: 45px;
      padding-left: 15px;
      height: 25px;
      line-height: 28px;
      font-size: 16px;
      color: #C79C63;
      text-transform: uppercase;
      position: relative;
      transition: all 200ms ease; }
      #bloc-votre-imprimeur .content-readmore a:after {
        position: absolute;
        content: ' ';
        width: 24px;
        height: 24px;
        background-color: #C79C63;
        background-image: url("img/arrow-h8-b.png");
        background-position: center center;
        background-repeat: no-repeat;
        right: 0px; }
      #bloc-votre-imprimeur .content-readmore a:hover {
        transition: all 200ms ease;
        background-color: #C79C63;
        color: #fff; }

/*************************************************************************************************
Bloc | Produits similaire
*************************************************************************************************/
#bloc-produits-similaire {
  padding: 40px 0px;
  /*
  .liste-produits{
  	margin-left: -15px;
  	margin-right: -15px;
  }
  */ }
  #bloc-produits-similaire .title {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: #000; }
  #bloc-produits-similaire .intro {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px; }

/*************************************************************************************************
Bloc | recap social
*************************************************************************************************/
#bloc-recap-social {
  padding: 40px 0px;
  background-color: #E5E5E5; }
  #bloc-recap-social .title-bloc {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #959595; }
  #bloc-recap-social .col-8 {
    background-color: #fff; }
  #bloc-recap-social .col-newsletter {
    background-color: #C79C63;
    /*min-height: 300px;*/ }
    #bloc-recap-social .col-newsletter .title-bloc {
      color: #fff; }
    #bloc-recap-social .col-newsletter .in {
      padding: 40px; }
    #bloc-recap-social .col-newsletter .content {
      font-family: 'brandon_grotesqueregular';
      font-weight: lighter;
      font-size: 16px;
      line-height: 26px;
      color: #fff;
      margin-top: 14px; }
  #bloc-recap-social .col-6 {
    padding: 0px;
    padding: 40px;
    /*min-height: 300px;*/ }
    #bloc-recap-social .col-6:nth-child(1) {
      border-right: 1px solid #e5e5e5; }
    #bloc-recap-social .col-6 .content {
      margin-top: 15px; }
      #bloc-recap-social .col-6 .content:before, #bloc-recap-social .col-6 .content:after {
        content: " ";
        display: table; }
      #bloc-recap-social .col-6 .content:after {
        clear: both; }
      #bloc-recap-social .col-6 .content * {
        zoom: 1; }
    #bloc-recap-social .col-6 .col-image {
      float: left;
      min-height: 1px;
      position: relative;
      padding: 0px 15px;
      width: 50%;
      padding: 0px; }
      #bloc-recap-social .col-6 .col-image img {
        display: block;
        border: 1px solid #E5E5E5;
        width: 100%;
        height: auto; }
    #bloc-recap-social .col-6 .col-content {
      float: left;
      min-height: 1px;
      position: relative;
      padding: 0px 15px;
      width: 50%;
      padding: 0px;
      padding-left: 15px;
      font-family: 'brandon_grotesqueregular';
      font-weight: lighter;
      font-size: 16px;
      line-height: 26px; }
  #bloc-recap-social form {
    margin-top: 30px; }
    #bloc-recap-social form input[type="text"],
    #bloc-recap-social form input[type="email"] {
      border: none;
      box-shadow: none;
      outline: none;
      background: none;
      cursor: pointer;
      height: 45px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.3);
      width: 100%;
      padding-right: 45px;
      color: #fff; }
    #bloc-recap-social form input::-webkit-input-placeholder {
      color: #C79C63 !important; }
    #bloc-recap-social form input:-moz-placeholder {
      /* Firefox 18- */
      color: #C79C63 !important; }
    #bloc-recap-social form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #C79C63 !important; }
    #bloc-recap-social form input:-ms-input-placeholder {
      color: #C79C63 !important; }
    #bloc-recap-social form input[type="submit"] {
      border: none;
      box-shadow: none;
      outline: none;
      background: none;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 0px;
      height: 45px;
      width: 45px;
      background-color: #fff;
      cursor: pointer;
      background-image: url("img/arrow-h14-or.png");
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 200ms ease; }
      #bloc-recap-social form input[type="submit"]:hover {
        transition: all 200ms ease;
        background-color: #959595;
        background-image: url("img/arrow-h14-b.png"); }

.relative {
  position: relative; }

/*************************************************************************************************
Bloc avantages
*************************************************************************************************/
#bloc-avantages {
  padding: 40px 0px; }
  #bloc-avantages .title {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: #000; }
  #bloc-avantages .intro {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px; }
  #bloc-avantages .liste-avantages:before, #bloc-avantages .liste-avantages:after {
    content: " ";
    display: table; }
  #bloc-avantages .liste-avantages:after {
    clear: both; }
  #bloc-avantages .liste-avantages * {
    zoom: 1; }
  #bloc-avantages .liste-avantages .un-avantage {
    float: left;
    width: 20%;
    min-height: 1px;
    text-align: center; }
    #bloc-avantages .liste-avantages .un-avantage img {
      display: inline-block;
      height: 96px;
      width: auto;
      line-height: 0px;
      margin-bottom: 30px; }
    #bloc-avantages .liste-avantages .un-avantage .title-avantage {
      font-family: 'brandon_grotesquemedium';
      letter-spacing: 0.7px;
      text-transform: uppercase;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.2px; }

/*************************************************************************************************
Page liste produits
*************************************************************************************************/
#template-liste-produits #bloc-content {
  padding: 40px 0px; }
#template-liste-produits .title {
  font-family: 'brandon_grotesquemedium';
  letter-spacing: 0.7px;
  text-align: center;
  font-size: 39px;
  line-height: 39px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  color: #000; }
#template-liste-produits .intro {
  font-family: 'brandon_grotesqueregular';
  font-weight: lighter;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px; }

/*************************************************************************************************
Page Liste produits detail
*************************************************************************************************/
#template-liste-produits-detail .col-picture {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 50%; }
  #template-liste-produits-detail .col-picture .in {
    position: relative;
    /*
    @include background_cover();
    background-image: url('img/liste-articles-default.jpg');
    height: 350px;
    */ }
  #template-liste-produits-detail .col-picture img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0; }
  #template-liste-produits-detail .col-picture #slide-image {
    margin-bottom: 7.5px; }
  #template-liste-produits-detail .col-picture #nav-images .row {
    margin: 0px -5px; }
  #template-liste-produits-detail .col-picture #nav-images .col-4 {
    padding: 0px 5px;
    margin-bottom: 10px; }
  #template-liste-produits-detail .col-picture #nav-images img {
    cursor: pointer; }
#template-liste-produits-detail .col-content {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 50%; }
  #template-liste-produits-detail .col-content .post-accroche {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C79C63; }
  #template-liste-produits-detail .col-content .short-description {
    position: relative; }
    #template-liste-produits-detail .col-content .short-description:before, #template-liste-produits-detail .col-content .short-description:after {
      content: " ";
      display: table; }
    #template-liste-produits-detail .col-content .short-description:after {
      clear: both; }
    #template-liste-produits-detail .col-content .short-description * {
      zoom: 1; }
    #template-liste-produits-detail .col-content .short-description .price-information {
      font-family: 'brandon_grotesquebold';
      width: 95px;
      position: absolute;
      right: 0px;
      top: 0px;
      color: #000; }
      #template-liste-produits-detail .col-content .short-description .price-information .label {
        display: block; }
      #template-liste-produits-detail .col-content .short-description .price-information .price {
        font-size: 39px;
        line-height: 39px;
        display: block;
        margin-bottom: 6px; }
        #template-liste-produits-detail .col-content .short-description .price-information .price sup {
          font-size: 15px;
          line-height: 15px; }
      #template-liste-produits-detail .col-content .short-description .price-information .quantite {
        font-family: 'brandon_grotesquebold';
        font-size: 9px;
        line-height: 9px;
        display: block; }
#template-liste-produits-detail h1 {
  font-family: 'brandon_grotesquemedium';
  letter-spacing: 0.7px;
  text-align: center;
  font-size: 39px;
  line-height: 39px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  color: #000;
  text-align: left;
  margin-bottom: 30px; }
#template-liste-produits-detail #description-produit {
  margin-top: 45px; }
  #template-liste-produits-detail #description-produit ul {
    border: 1px solid #000;
    border-bottom: none; }
    #template-liste-produits-detail #description-produit ul:before, #template-liste-produits-detail #description-produit ul:after {
      content: " ";
      display: table; }
    #template-liste-produits-detail #description-produit ul:after {
      clear: both; }
    #template-liste-produits-detail #description-produit ul * {
      zoom: 1; }
    #template-liste-produits-detail #description-produit ul li {
      display: block;
      float: left; }
      #template-liste-produits-detail #description-produit ul li.active a {
        background-color: #000;
        color: #fff; }
      #template-liste-produits-detail #description-produit ul li a {
        font-family: 'brandon_grotesquemedium';
        letter-spacing: 0.7px;
        padding: 0px 30px;
        color: #e5e5e5;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 80px;
        display: block;
        height: 80px; }
      #template-liste-produits-detail #description-produit ul li ul {
        display: none; }
  #template-liste-produits-detail #description-produit .col-left {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%; }
  #template-liste-produits-detail #description-produit .col-right {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%; }
  #template-liste-produits-detail #description-produit #content-infos {
    margin-bottom: 40px; }
    #template-liste-produits-detail #description-produit #content-infos ul {
      display: block;
      border: none;
      margin-bottom: 15px; }
      #template-liste-produits-detail #description-produit #content-infos ul li {
        display: block;
        float: none;
        position: relative;
        padding-left: 20px;
        margin-bottom: 6px;
        line-height: 24px; }
        #template-liste-produits-detail #description-produit #content-infos ul li:last-child {
          margin-bottom: 0px; }
        #template-liste-produits-detail #description-produit #content-infos ul li:before {
          position: absolute;
          left: 0px;
          width: 8px;
          height: 8px;
          content: ' ';
          background-color: #C79C63;
          top: 50%;
          margin-top: -4px; }
    #template-liste-produits-detail #description-produit #content-infos .tab-target {
      padding: 30px;
      border: 1px solid #000;
      border-top: none;
      display: none; }
      #template-liste-produits-detail #description-produit #content-infos .tab-target:before, #template-liste-produits-detail #description-produit #content-infos .tab-target:after {
        content: " ";
        display: table; }
      #template-liste-produits-detail #description-produit #content-infos .tab-target:after {
        clear: both; }
      #template-liste-produits-detail #description-produit #content-infos .tab-target * {
        zoom: 1; }
      #template-liste-produits-detail #description-produit #content-infos .tab-target.active {
        display: block; }

/*************************************************************************************************
Page liste  sous produits
*************************************************************************************************/
#template-liste-sous-produits #bloc-content {
  padding: 40px 0px; }
#template-liste-sous-produits .title {
  font-family: 'brandon_grotesquemedium';
  letter-spacing: 0.7px;
  text-align: center;
  font-size: 39px;
  line-height: 39px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  color: #000; }
#template-liste-sous-produits .intro {
  font-family: 'brandon_grotesqueregular';
  font-weight: lighter;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px; }
#template-liste-sous-produits .sticky-parent {
  margin-bottom: 30px; }
#template-liste-sous-produits .liste-produits .un-produit {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 50%; }
#template-liste-sous-produits .liste-produits .un-produit:last-child {
  margin-bottom: 0px; }
#template-liste-sous-produits #menu-interne-left .title-menu {
  font-family: 'brandon_grotesquemedium';
  letter-spacing: 0.7px;
  display: block;
  background-color: #000;
  padding: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  letter-spacing: 0.2px; }
#template-liste-sous-produits #menu-interne-left nav {
  padding: 30px;
  border: 1px solid #000; }
  #template-liste-sous-produits #menu-interne-left nav ul li {
    margin-bottom: 10px; }
    #template-liste-sous-produits #menu-interne-left nav ul li.active a {
      color: #C79C63;
      position: relative; }
      #template-liste-sous-produits #menu-interne-left nav ul li.active a:after {
        display: block;
        background: url("img/arrow-h14-or-bottom.png") center center no-repeat;
        width: 14px;
        height: 7px;
        position: absolute;
        right: -22px;
        content: ' ';
        top: 50%;
        margin-top: -3.5px; }
    #template-liste-sous-produits #menu-interne-left nav ul li a {
      font-family: 'brandon_grotesquemedium';
      letter-spacing: 0.7px;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      position: relative;
      transition: all 200ms ease; }
      #template-liste-sous-produits #menu-interne-left nav ul li a:after {
        left: auto;
        top: auto;
        margin: auto;
        background-image: url("img/arrow-h14-or.png");
        background-position: center center;
        background-repeat: no-repeat;
        height: 14px;
        width: 7px;
        position: absolute;
        content: '';
        right: -15px;
        opacity: 0;
        transition: all 200ms ease; }
      #template-liste-sous-produits #menu-interne-left nav ul li a:hover {
        color: #C79C63;
        transition: all 200ms ease; }
        #template-liste-sous-produits #menu-interne-left nav ul li a:hover:after {
          opacity: 1;
          transition: all 200ms ease; }
    #template-liste-sous-produits #menu-interne-left nav ul li ul.sub-menu {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 15px;
      padding-bottom: 0px;
      margin-bottom: 15px; }
      #template-liste-sous-produits #menu-interne-left nav ul li ul.sub-menu a {
        font-family: 'brandon_grotesqueregular';
        font-weight: lighter;
        color: #000; }
        #template-liste-sous-produits #menu-interne-left nav ul li ul.sub-menu a:after {
          display: none; }

/*************************************************************************************************
Template | Recherche
*************************************************************************************************/
#template-recherche {
  /*
  .liste-produits{
  	margin-left: -15px;
  	margin-right: -15px;
  }
  */ }
  #template-recherche h1 {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: #000;
    color: #fff; }
  #template-recherche .post-accroche {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C79C63; }
    #template-recherche .post-accroche .keywords {
      font-family: 'brandon_grotesqueblack';
      color: #C79C63; }
  #template-recherche h1 {
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.7px;
    text-align: center;
    font-size: 39px;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    color: #000;
    text-align: left;
    margin-bottom: 30px; }
  #template-recherche #nouvelle-recherche {
    margin-bottom: 40px; }
  #template-recherche #reload-open-search {
    border: none;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    height: 70px;
    padding-right: 100px !important;
    padding-left: 30px !important;
    background-color: #fff;
    border: 1px solid #C79C63;
    display: block;
    text-transform: uppercase;
    background-color: #fff;
    color: #C79C63;
    font-size: 18px;
    margin-bottom: 40px;
    transition: all 200ms ease; }
    #template-recherche #reload-open-search:after {
      display: block;
      content: ' ';
      position: absolute;
      height: 68px;
      width: 70px;
      right: 0px;
      top: 0px;
      background-color: #C79C63;
      background-image: url("img/arrow-h22-b.png");
      background-position: center center;
      background-repeat: no-repeat; }
    #template-recherche #reload-open-search:hover {
      transition: all 200ms ease;
      background-color: #C79C63;
      color: #fff; }

/*************************************************************************************************
Template | Liste actualités
*************************************************************************************************/
#template-liste-actu .liste-actualites .une-actu {
  margin-bottom: 30px;
  border: 1px solid transparent;
  transition: all 200ms ease; }
  #template-liste-actu .liste-actualites .une-actu:before, #template-liste-actu .liste-actualites .une-actu:after {
    content: " ";
    display: table; }
  #template-liste-actu .liste-actualites .une-actu:after {
    clear: both; }
  #template-liste-actu .liste-actualites .une-actu * {
    zoom: 1; }
  #template-liste-actu .liste-actualites .une-actu:hover {
    transition: all 200ms ease;
    border-color: #C79C63; }
  #template-liste-actu .liste-actualites .une-actu .col-image {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 33.33333%;
    padding: 0px;
    overflow: hidden;
    min-height: 290px; }
    #template-liste-actu .liste-actualites .une-actu .col-image img {
      display: block;
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 1; }
    #template-liste-actu .liste-actualites .une-actu .col-image a {
      position: absolute;
      z-index: 2;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("img/liste-actus-default.jpg"); }
  #template-liste-actu .liste-actualites .une-actu .col-content {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 66.66667%;
    padding: 30px;
    min-height: 290px; }
    #template-liste-actu .liste-actualites .une-actu .col-content .in {
      padding-left: 30px;
      border-left: 1px solid #000;
      padding-bottom: 100px; }
      #template-liste-actu .liste-actualites .une-actu .col-content .in h2 {
        font-family: 'brandon_grotesquemedium';
        letter-spacing: 0.7px;
        font-size: 25px;
        line-height: 24px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        color: #C79C63;
        margin-bottom: 25px; }
        #template-liste-actu .liste-actualites .une-actu .col-content .in h2 a {
          color: currentColor; }
      #template-liste-actu .liste-actualites .une-actu .col-content .in .description {
        font-family: 'brandon_grotesqueregular';
        font-weight: lighter;
        letter-spacing: 0.3px;
        font-size: 16px;
        line-height: 19px; }
      #template-liste-actu .liste-actualites .une-actu .col-content .in .readmore {
        font-family: 'brandon_grotesqueblack';
        color: #C79C63;
        position: absolute;
        right: 30px;
        bottom: 0px;
        height: 70px;
        line-height: 77px;
        font-size: 18px;
        text-transform: uppercase;
        padding-right: 100px;
        padding-left: 30px;
        transition: all 200ms ease; }
        #template-liste-actu .liste-actualites .une-actu .col-content .in .readmore:after {
          content: ' ';
          display: block;
          width: 70px;
          height: 70px;
          background-color: #C79C63;
          position: absolute;
          right: 0px;
          bottom: 0px;
          background-image: url("img/arrow-h22-b.png");
          background-repeat: no-repeat;
          background-position: center center; }
        #template-liste-actu .liste-actualites .une-actu .col-content .in .readmore:before {
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 2;
          content: ' '; }
        #template-liste-actu .liste-actualites .une-actu .col-content .in .readmore:hover {
          transition: all 200ms ease;
          background-color: #C79C63;
          color: #fff;
          /*
          color: $color_or;
          top:0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          width: 100%;
          height: 100%;
          background-color: $color_or; 
          background-image: url('img/arrow-h22-b.png');
          background-repeat: no-repeat;
          background-position: center center;
          
          &:after{
          	display: none;
          }
          */ }
#template-liste-actu #pagination-bottom {
  margin-bottom: 80px;
  background-color: #e5e5e5;
  text-align: center;
  padding: 10px 15px;
  color: #C79C63; }
  #template-liste-actu #pagination-bottom:before, #template-liste-actu #pagination-bottom:after {
    content: " ";
    display: table; }
  #template-liste-actu #pagination-bottom:after {
    clear: both; }
  #template-liste-actu #pagination-bottom * {
    zoom: 1; }
  #template-liste-actu #pagination-bottom ul {
    line-height: 0px; }
    #template-liste-actu #pagination-bottom ul:before, #template-liste-actu #pagination-bottom ul:after {
      content: " ";
      display: table; }
    #template-liste-actu #pagination-bottom ul:after {
      clear: both; }
    #template-liste-actu #pagination-bottom ul * {
      zoom: 1; }
  #template-liste-actu #pagination-bottom li {
    display: inline-block;
    margin: 0px 5px; }
    #template-liste-actu #pagination-bottom li.current a {
      background-color: #C79C63;
      color: #fff; }
    #template-liste-actu #pagination-bottom li a {
      font-family: 'brandon_grotesquebold';
      display: table-cell;
      font-size: 12px;
      width: 25px;
      height: 25px;
      line-height: 28px;
      background-color: #fff;
      transition: all 200ms ease; }
      #template-liste-actu #pagination-bottom li a:hover {
        background-color: #C79C63;
        color: #fff;
        transition: all 200ms ease; }

/*************************************************************************************************
TEMPLATE | Page detail actualité
*************************************************************************************************/
#template-liste-actualites-detail .col-picture,
#template-page-type .col-picture {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 50%; }
  #template-liste-actualites-detail .col-picture img,
  #template-page-type .col-picture img {
    display: block;
    line-height: 0px;
    width: 100%;
    height: auto; }
#template-liste-actualites-detail .col-content,
#template-page-type .col-content {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 50%; }
  #template-liste-actualites-detail .col-content .post-accroche,
  #template-page-type .col-content .post-accroche {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C79C63; }
#template-liste-actualites-detail h1,
#template-page-type h1 {
  font-family: 'brandon_grotesquemedium';
  letter-spacing: 0.7px;
  text-align: center;
  font-size: 39px;
  line-height: 39px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  color: #000;
  text-align: left;
  margin-bottom: 30px; }
#template-liste-actualites-detail #nav-in-article,
#template-page-type #nav-in-article {
  margin-top: 80px;
  margin-bottom: 80px; }
  #template-liste-actualites-detail #nav-in-article:before, #template-liste-actualites-detail #nav-in-article:after,
  #template-page-type #nav-in-article:before,
  #template-page-type #nav-in-article:after {
    content: " ";
    display: table; }
  #template-liste-actualites-detail #nav-in-article:after,
  #template-page-type #nav-in-article:after {
    clear: both; }
  #template-liste-actualites-detail #nav-in-article *,
  #template-page-type #nav-in-article * {
    zoom: 1; }
  #template-liste-actualites-detail #nav-in-article .in,
  #template-page-type #nav-in-article .in {
    position: relative;
    height: 165px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("img/nav-article-default.jpg"); }
    #template-liste-actualites-detail #nav-in-article .in.no-link,
    #template-page-type #nav-in-article .in.no-link {
      opacity: 0.5;
      cursor: not-allowed; }
  #template-liste-actualites-detail #nav-in-article .col-6:nth-child(1) a, #template-liste-actualites-detail #nav-in-article .col-6:nth-child(1) p,
  #template-page-type #nav-in-article .col-6:nth-child(1) a,
  #template-page-type #nav-in-article .col-6:nth-child(1) p {
    font-family: 'brandon_grotesqueblack';
    display: inline-block;
    padding: 15px 0px;
    background-color: #fff;
    text-transform: uppercase;
    bottom: 30px;
    right: 0px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 18px;
    transition: all 200ms ease;
    position: absolute;
    padding-left: 80px;
    padding-right: 30px; }
    #template-liste-actualites-detail #nav-in-article .col-6:nth-child(1) a:hover, #template-liste-actualites-detail #nav-in-article .col-6:nth-child(1) p:hover,
    #template-page-type #nav-in-article .col-6:nth-child(1) a:hover,
    #template-page-type #nav-in-article .col-6:nth-child(1) p:hover {
      background-color: #C79C63;
      color: #fff;
      transition: all 200ms ease; }
    #template-liste-actualites-detail #nav-in-article .col-6:nth-child(1) a:after, #template-liste-actualites-detail #nav-in-article .col-6:nth-child(1) p:after,
    #template-page-type #nav-in-article .col-6:nth-child(1) a:after,
    #template-page-type #nav-in-article .col-6:nth-child(1) p:after {
      display: block;
      position: absolute;
      content: ' ';
      width: 23px;
      height: 24px;
      right: 30px;
      background-image: url("img/btn-link-bloc.png");
      background-position: center center;
      background-repeat: no-repeat;
      top: 50%;
      margin-top: -12px; }
    #template-liste-actualites-detail #nav-in-article .col-6:nth-child(1) a:after, #template-liste-actualites-detail #nav-in-article .col-6:nth-child(1) p:after,
    #template-page-type #nav-in-article .col-6:nth-child(1) a:after,
    #template-page-type #nav-in-article .col-6:nth-child(1) p:after {
      left: 30px;
      right: inherit;
      background-image: url("img/btn-link-bloc-prev.png") !important; }
  #template-liste-actualites-detail #nav-in-article .col-6:nth-child(2) a, #template-liste-actualites-detail #nav-in-article .col-6:nth-child(2) p,
  #template-page-type #nav-in-article .col-6:nth-child(2) a,
  #template-page-type #nav-in-article .col-6:nth-child(2) p {
    font-family: 'brandon_grotesqueblack';
    display: inline-block;
    padding: 15px 0px;
    background-color: #fff;
    text-transform: uppercase;
    bottom: 30px;
    right: 0px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 18px;
    transition: all 200ms ease;
    position: absolute;
    left: 0px;
    right: inherit;
    padding-right: 80px; }
    #template-liste-actualites-detail #nav-in-article .col-6:nth-child(2) a:hover, #template-liste-actualites-detail #nav-in-article .col-6:nth-child(2) p:hover,
    #template-page-type #nav-in-article .col-6:nth-child(2) a:hover,
    #template-page-type #nav-in-article .col-6:nth-child(2) p:hover {
      background-color: #C79C63;
      color: #fff;
      transition: all 200ms ease; }
    #template-liste-actualites-detail #nav-in-article .col-6:nth-child(2) a:after, #template-liste-actualites-detail #nav-in-article .col-6:nth-child(2) p:after,
    #template-page-type #nav-in-article .col-6:nth-child(2) a:after,
    #template-page-type #nav-in-article .col-6:nth-child(2) p:after {
      display: block;
      position: absolute;
      content: ' ';
      width: 23px;
      height: 24px;
      right: 30px;
      background-image: url("img/btn-link-bloc.png");
      background-position: center center;
      background-repeat: no-repeat;
      top: 50%;
      margin-top: -12px; }

/*************************************************************************************************
Template page type
*************************************************************************************************/
#template-page-type .container.overflow-hidden {
  margin-bottom: 80px; }

/*************************************************************************************************
Template 2 colonnes
*************************************************************************************************/
#template-page-2-colonnes .col-content {
  float: left;
  min-height: 1px;
  position: relative;
  padding: 0px 15px;
  width: 100%; }
  #template-page-2-colonnes .col-content .post-accroche {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C79C63; }
  #template-page-2-colonnes .col-content .col-6 {
    margin-bottom: 30px; }
#template-page-2-colonnes h1 {
  font-family: 'brandon_grotesquemedium';
  letter-spacing: 0.7px;
  text-align: center;
  font-size: 39px;
  line-height: 39px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  color: #000;
  text-align: left;
  margin-bottom: 30px; }

/*************************************************************************************************
Template contact
*************************************************************************************************/
#template-contact h1 {
  font-family: 'brandon_grotesquemedium';
  letter-spacing: 0.7px;
  text-align: center;
  font-size: 39px;
  line-height: 39px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  color: #000;
  text-align: left;
  margin-bottom: 30px; }
#template-contact .post-accroche {
  font-family: 'brandon_grotesqueregular';
  font-weight: lighter;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C79C63; }
#template-contact .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px !important; }
#template-contact div.wpcf7 img.ajax-loader {
  display: none; }
#template-contact span.wpcf7-not-valid-tip {
  background-color: #C79C63;
  color: #fff;
  font-size: 12px;
  padding: 6px 15px;
  display: block; }
#template-contact div.wpcf7-validation-errors {
  border: none !important; }
#template-contact div.wpcf7-response-output {
  border: none !important;
  margin: 0;
  padding: 8px 15px;
  background-color: #C79C63 !important;
  color: #fff;
  font-size: 14px;
  line-height: 17px; }
#template-contact .container-form {
  margin: 0px -15px; }
  #template-contact .container-form:before, #template-contact .container-form:after {
    content: " ";
    display: table; }
  #template-contact .container-form:after {
    clear: both; }
  #template-contact .container-form * {
    zoom: 1; }
#template-contact .wpcf7 {
  margin-bottom: 80px; }
  #template-contact .wpcf7:before, #template-contact .wpcf7:after {
    content: " ";
    display: table; }
  #template-contact .wpcf7:after {
    clear: both; }
  #template-contact .wpcf7 * {
    zoom: 1; }
  #template-contact .wpcf7 br {
    display: none; }
  #template-contact .wpcf7 .left {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%; }
  #template-contact .wpcf7 .right {
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0px 15px;
    width: 50%; }
  #template-contact .wpcf7 input[type="text"].wpcf7-form-control,
  #template-contact .wpcf7 input[type="email"].wpcf7-form-control {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 14px;
    background: none;
    padding: 0px 15px;
    display: block;
    height: 50px;
    width: 100%;
    outline: none;
    -webkit-appearance: none !important;
    border: 1px solid #e5e5e5; }
  #template-contact .wpcf7 textarea {
    height: 210px;
    outline: none;
    -webkit-appearance: none;
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 14px;
    padding: 15px;
    line-height: 17px;
    width: 100%;
    border: 1px solid #e5e5e5; }
  #template-contact .wpcf7 .container-input {
    text-align: right; }
    #template-contact .wpcf7 .container-input input {
      border: none;
      box-shadow: none;
      outline: none;
      background: none;
      cursor: pointer;
      font-family: 'brandon_grotesqueblack';
      color: #C79C63;
      text-transform: uppercase;
      height: 50px;
      background-color: #fff;
      cursor: pointer;
      background-image: url("img/arrow-submit.png");
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 70px !important;
      padding-left: 30px !important;
      font-size: 18px;
      transition: all 200ms ease; }
      #template-contact .wpcf7 .container-input input:hover {
        transition: all 200ms ease;
        background-color: #C79C63;
        color: #fff; }
  #template-contact .wpcf7 .your-message {
    display: block;
    line-height: 0px;
    margin-bottom: 30px; }
  #template-contact .wpcf7 .NFI-wrapper {
    width: 100%;
    display: block;
    position: relative;
    float: none !important; }
    #template-contact .wpcf7 .NFI-wrapper:before, #template-contact .wpcf7 .NFI-wrapper:after {
      content: " ";
      display: table; }
    #template-contact .wpcf7 .NFI-wrapper:after {
      clear: both; }
    #template-contact .wpcf7 .NFI-wrapper * {
      zoom: 1; }
  #template-contact .wpcf7 .NFI-button {
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 14px;
    width: 200px;
    height: 50px;
    background-color: #C79C63;
    color: #fff;
    position: relative;
    z-index: 2;
    float: none !important;
    display: table-cell !important;
    vertical-align: middle;
    text-align: left !important;
    padding: 0px 15px !important; }
  #template-contact .wpcf7 .NFI-filename {
    color: #C79C63;
    font-size: 14px;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 50px;
    background: none;
    z-index: 1;
    padding-left: 215px !important;
    padding-right: 15px !important;
    outline: none;
    -webkit-appearance: none !important;
    border: 1px solid #e5e5e5;
    cursor: pointer; }

/*************************************************************************************************
Footer
*************************************************************************************************/
#footer {
  background-color: #000;
  padding: 40px 15px;
  color: #fff; }
  #footer:before, #footer:after {
    content: " ";
    display: table; }
  #footer:after {
    clear: both; }
  #footer * {
    zoom: 1; }
  #footer a {
    color: currentColor; }
  #footer #logo-footer {
    margin-bottom: 40px; }
  #footer nav li {
    margin-bottom: 2px; }
    #footer nav li a {
      font-family: 'brandon_grotesqueregular';
      font-weight: lighter;
      font-size: 14px;
      line-height: 17px; }
    #footer nav li:first-child {
      margin-bottom: 10px; }
      #footer nav li:first-child a {
        text-transform: uppercase; }
  #footer #menu-footer {
    overflow: hidden; }
    #footer #menu-footer:before, #footer #menu-footer:after {
      content: " ";
      display: table; }
    #footer #menu-footer:after {
      clear: both; }
    #footer #menu-footer * {
      zoom: 1; }
  #footer #footer-social {
    margin-top: 60px; }
    #footer #footer-social:before, #footer #footer-social:after {
      content: " ";
      display: table; }
    #footer #footer-social:after {
      clear: both; }
    #footer #footer-social * {
      zoom: 1; }
    #footer #footer-social li {
      float: left; }
      #footer #footer-social li:nth-child(3) {
        margin-top: -5px; }
    #footer #footer-social svg .fond {
      fill: transparent; }
    #footer #footer-social svg .plateforme {
      fill: #fff; }
  #footer #second-footer {
    border-top: 1px solid #fff;
    margin-top: 80px;
    padding-top: 15px;
    font-family: 'brandon_grotesqueregular';
    font-weight: lighter;
    font-size: 12px; }
    #footer #second-footer .left {
      float: left;
      margin-top: 5px; }
    #footer #second-footer #credit-marsrouge {
      float: right; }

/*************************************************************************************************
Edit debug 02/09/2016
*************************************************************************************************/
#bloc-votre-imprimeur .title {
  padding: 0px 15px; }
#bloc-votre-imprimeur .intro {
  padding: 0px 15px; }

#header #primary-header .container,
#second-header .container,
#bloc-magazine .intro,
#bloc-magazine .title,
#bloc-les-plus-vendus .link-produits,
#bloc-les-plus-vendus .intro,
#bloc-les-plus-vendus .title,
#bloc-avantages .intro,
#bloc-avantages .title,
#template-liste-actu .liste-actualites,
#template-liste-produits-detail #description-produit,
#bloc-produits-similaire .intro,
#bloc-produits-similaire .title,
#template-contact .col-content,
#template-recherche .col-content,
#template-recherche #nouvelle-recherche {
  padding-left: 15px;
  padding-right: 15px; }

/*************************************************************************************************
Menu mobile 09/09/2016
*************************************************************************************************/
.menu-trigger {
  display: none;
  height: 30px;
  width: 45px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer; }
  .menu-trigger .in {
    position: relative;
    width: 100%;
    height: 100%; }
  .menu-trigger a {
    font-family: 'brandon_grotesquebold';
    position: absolute;
    left: 75px;
    margin-top: 9px; }
  .menu-trigger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #000; }
  .menu-trigger span:nth-child(1) {
    top: 0px; }
  .menu-trigger span:nth-child(2) {
    top: 50%;
    margin-top: -2.5px; }
  .menu-trigger span:nth-child(3) {
    bottom: 0px; }
  .menu-trigger.open span:nth-child(1) {
    top: 50%;
    margin-top: -1.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .menu-trigger.open span:nth-child(2) {
    display: none; }
  .menu-trigger.open span:nth-child(3) {
    top: 50%;
    margin-top: -1.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
/*
.mp-menu.mp-cover h2 {
  font-family: 'brandon_grotesquebold';
  text-transform: uppercase;
  display: block;
  background: #000;
  padding: 20px 15px;
  color: #fff; }
*/
.mp-menu.mp-cover .title-menu {
  font-family: 'brandon_grotesquebold';
  text-transform: uppercase;
  display: block;
  background: #000;
  padding: 20px 15px;
  color: #fff; }

#mp-menu .link-icons {
  margin-top: 15px;
  margin-bottom: 15px; }
  #mp-menu .link-icons li.link-action:nth-child(1) span:nth-child(1) {
    background-image: url("img/icon-telephone-b.png"); }
  #mp-menu .link-icons li.link-action:nth-child(2) span:nth-child(1) {
    background-image: url("img/icon-devis-b.png"); }
  #mp-menu .link-icons li.link-action:nth-child(3) span:nth-child(1) {
    background-image: url("img/icon-search-b.png"); }
  #mp-menu .link-icons li.link-action span:nth-child(1) {
    display: block;
    float: left;
    height: 18px;
    width: 25px;
    margin-right: 15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  #mp-menu .link-icons li.link-action span:nth-child(2) {
    display: block; }
  #mp-menu .link-icons li.link-action a {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px; }
    #mp-menu .link-icons li.link-action a:before, #mp-menu .link-icons li.link-action a:after {
      content: " ";
      display: table; }
    #mp-menu .link-icons li.link-action a:after {
      clear: both; }
    #mp-menu .link-icons li.link-action a * {
      zoom: 1; }

/*************************************************************************************************
Slider
*************************************************************************************************/
#container-slide {
  height: 380px;
  position: relative;
  overflow: hidden; }

#slider-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-position: left center;
  height: 100%;
  float: left;
  min-height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden; }
  #slider-content .un-slide {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: opacity 1000ms ease;
    color: #fff; }
    #slider-content .un-slide.active {
      z-index: 100;
      opacity: 1; }
    #slider-content .un-slide.futur-active {
      z-index: 101;
      opacity: 1; }
    #slider-content .un-slide img {
      display: block;
      width: 100%;
      height: auto;
      min-height: 100%; }
    #slider-content .un-slide .in-slide {
      position: relative;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-position: left center; }

#slider-content .un-slide .message {
  position: absolute;
  right: 0px;
  top: 20px;
  bottom: 20px;
  max-width: 350px;
  width: 100%;
  border-left: transparent;
  background-color: #fff;
  padding: 30px;
  overflow: hidden; }

#slider-content .un-slide .message .in {
  position: relative;
  height: 100%; }

#slider-content .title-slide {
  font-family: 'brandon_grotesqueblack';
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #000; }
#slider-content .text-slide p {
  font-family: 'brandon_grotesqueregular';
  font-weight: lighter;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #959595;
  margin-bottom: 90px; }
#slider-content a {
  display: block;
  height: 70px;
  width: 70px;
  background-image: url("img/arrow-h22-b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #C79C63;
  position: absolute;
  bottom: 0px;
  transition: all 200ms ease; }
  #slider-content a:hover {
    transition: all 200ms ease; }

/*************************************************************************************************
@Media QUERY
*************************************************************************************************/
@media all and (max-width: 1000px) {
  #bloc-nos-packs .liste-packs .col-4 .in {
    padding-left: 15px;
    padding-right: 15px; }

  /*** Recap social @module ***/
  #bloc-recap-social .col-newsletter .in {
    padding-left: 0px;
    padding-right: 0px; }

  #bloc-recap-social .col-8 {
    padding: 0px; }

  #bloc-recap-social .col-6 {
    padding-left: 15px;
    padding-right: 15px; }

  #bloc-recap-social .col-6 .col-image {
    width: 100%;
    margin-bottom: 15px; 
    float: none;}

  #bloc-recap-social .col-6 .col-content {
    padding: 0px;
    width: 100%;
    float: none; } }
@media all and (max-width: 950px) {
  #header #primary-header #menu-rapide {
    float: none;
    position: absolute;
    right: 0;
    top: -10px; }

  #header #primary-header #menu-rapide li {
    display: block;
    text-align: right;
    margin-right: 0px;
    height: 30px;
    padding-right: 15px; }

  #header #primary-header #menu-rapide li a {
    padding-right: 35px !important;
    font-size: 10px; }

  #header #primary-header #menu-rapide li a:after {
    background-size: 70% !important;
    background-position: center !important; } }
@media all and (max-width: 850px) {
  /*** Menu ***/
  #second-header {
    display: none; }

  #trigger {
    display: block; }

  #header #primary-header {
    padding-top: 20px;
    padding-bottom: 20px; }

  /*** menu-rapide ***/
  #menu-rapide {
    display: none; }

  /*** Logo ***/
  #header #primary-header #logo {
    float: right;
    max-width: 270px; }

  #header #primary-header #logo img {
    display: block;
    width: 100%;
    height: auto; }

  /*** Accueil navigation rapide ***/
  #bloc-home-navigation-rapide .ligne-2 .col-4 .in a {
    bottom: 15px;
    left: 15px;
    width: inherit; }

  /*** Page liste actu ***/
  #template-liste-actu .liste-actualites .une-actu .col-image {
    width: 50%; }

  #template-liste-actu .liste-actualites .une-actu .col-content {
    width: 50%; }

  /*** Page detail et detail actu ***/
  #template-liste-actualites-detail .col-picture, #template-page-type .col-picture {
    width: 100%;
    margin-bottom: 30px; }

  #template-liste-actualites-detail .col-content, #template-page-type .col-content {
    width: 100%; }

  /*** Page liste produit  avec menu ***/
  #template-liste-sous-produits .liste-produits .un-produit {
    width: 100%; }

  #template-liste-sous-produits .col-menu {
    width: 50%; }

  #template-liste-sous-produits .col-right {
    width: 50%; } }
@media all and (max-width: 750px) {
  /*** Slide ***/
  #container-slide {
    margin-bottom: 15px; }

  #bloc-home-navigation-rapide .ligne-1 {
    margin-bottom: 15px; }

  /*** Menu ***/
  #menu-principal {
    display: none; }

  /*** Header ***/
  #header #primary-header #menu-rapide {
    float: none;
    position: absolute;
    right: 0;
    top: -10px; }

  #header #primary-header #menu-rapide li {
    display: block;
    text-align: right;
    margin-right: 0px;
    height: 30px;
    padding-right: 15px; }

  #header #primary-header #menu-rapide li a {
    padding-right: 35px !important;
    font-size: 10px; }

  #header #primary-header #menu-rapide li a:after {
    background-size: 70% !important;
    background-position: center !important; }

  /*** Lien rapide HOME ***/
  #bloc-home-navigation-rapide .ligne-1 .col-8 {
    width: 100%; }

  #bloc-home-navigation-rapide .ligne-1 .col-4 {
    width: 100%; }

  #bloc-home-navigation-rapide .ligne-2 .col-4 {
    width: 100%;
    /* max-width: 400px */
    margin: 0 auto;
    margin-bottom: 15px;
    float: none; }
    #bloc-home-navigation-rapide .ligne-2 .col-4:before, #bloc-home-navigation-rapide .ligne-2 .col-4:after {
      content: " ";
      display: table; }
    #bloc-home-navigation-rapide .ligne-2 .col-4:after {
      clear: both; }
    #bloc-home-navigation-rapide .ligne-2 .col-4 * {
      zoom: 1; }

  /*** PACKS ***/
  #bloc-nos-packs .liste-packs .col-4 {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }

  #bloc-nos-packs .liste-packs .col-4 .in {
    padding-bottom: 40px; }

  #bloc-nos-packs .liste-packs .col-4 h3 {
    margin-bottom: 15px;
    padding-bottom: 0px; }

  /*** Les plus vendu @module ***/
  #bloc-les-plus-vendus .liste-produits .small {
    height: 175px; }

  #bloc-les-plus-vendus .liste-produits .big {
    height: 364px; }

  /*** Le magazine @module ***/
  #bloc-magazine .liste-magazines .un-magazine:before, #bloc-magazine .liste-magazines .un-magazine:after {
    content: " ";
    display: table; }
  #bloc-magazine .liste-magazines .un-magazine:after {
    clear: both; }
  #bloc-magazine .liste-magazines .un-magazine * {
    zoom: 1; }

  #bloc-magazine .liste-magazines .un-magazine .col-6.picture {
    height: 180px;
    width: 100%; }

  #bloc-magazine .liste-magazines .un-magazine .col-6:nth-child(2) {
    width: 100%;
    height: auto;
    margin: 30px 0px;
    text-align: center; }

  /*** Recap social @module ***/
  #bloc-recap-social .col-newsletter {
    width: 100%;
    height: auto !important; }

  #bloc-recap-social .col-8 {
    width: 100%; }

  #bloc-recap-social .col-6 {
    padding-left: 40px;
    padding-right: 40px;
    height: auto; }

  #bloc-recap-social .col-newsletter .in {
    padding-left: 25px;
    padding-right: 25px; }

  #bloc-recap-social .col-newsletter .title-bloc {
    height: auto !important; }

  /*** Les avantages @module ***/
  #bloc-avantages .liste-avantages .un-avantage {
    width: 33.333%;
    margin-bottom: 30px; }

  #bloc-avantages .liste-avantages .un-avantage:nth-child(4) {
    margin-left: 16.6666%; }

  /*** Page liste actu ***/
  #template-liste-actu .liste-actualites .une-actu .col-image {
    width: 100%;
    height: 180px !important; }

  #template-liste-actu .liste-actualites .une-actu .col-content {
    width: 100%;
    padding: 0px; }

  #template-liste-actu .liste-actualites .une-actu .col-content .in {
    padding-left: 15px;
    padding-right: 15px;
    border-left: transparent;
    padding-top: 30px;
    margin-top: 30px; }

  #template-liste-actu .liste-actualites .une-actu .col-content .in .readmore {
    right: 0px; }

  #template-liste-actu .liste-actualites .une-actu .col-content .in .readmore:before {
    width: auto; }

  /*** Liste produit ***/
  .liste-produits .un-produit {
    width: 50%; } }
@media all and (max-width: 600px) {
  /*** Les plus vendu @module ***/
  #bloc-les-plus-vendus .liste-produits .col-6 {
    width: 100%; }

  #bloc-les-plus-vendus .liste-produits .produit .in {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: table;
    height: 100%;
    width: 100%; }

  /*** Votre imprimeur @module @option ***/
  #bloc-votre-imprimeur .col-6 {
    width: 100%;
    float: none; }

  /*** Menu footer ***/
  #footer #menu-footer .col-3 {
    width: 50%;
    margin-bottom: 30px;
    text-align: center; }

  #footer #footer-social {
    display: inline-block; }

  #footer #logo-footer {
    text-align: center; }

  /*** Page 2 colonnes ***/
  #template-page-2-colonnes .col-content .col-6 {
    width: 100%;
    float: none; }

  #template-page-2-colonnes .col-content .col-6:first-child {
    margin-bottom: 0px; }

  /*** Detail produit ***/
  #template-liste-produits-detail .col-picture {
    width: 100%; }

  #template-liste-produits-detail #description-produit .col-right,
  #template-liste-produits-detail #description-produit .col-left {
    width: 100%; }

  #template-liste-produits-detail .col-content {
    width: 100%;
    margin-top: 30px; }

  #template-liste-produits-detail #description-produit #nav-infos li {
    width: 50%;
    text-align: center; }

  #template-liste-produits-detail #description-produit #nav-infos li a {
    font-size: 12px;
    padding: 0px 15px; }

  /*** Page Contact ***/
  #template-contact .wpcf7 .left {
    width: 100%; }

  #template-contact .wpcf7 .right {
    width: 100%; } }
@media all and (max-width: 550px) {
  #template-liste-sous-produits .col-menu {
    display: none; }

  #template-liste-sous-produits .col-right {
    width: 100%; } }
@media all and (max-width: 500px) {
  /*** Liste produit ***/
  .liste-produits .un-produit {
    width: 100%; }

  /*** Les avantages @module ***/
  #bloc-avantages .liste-avantages .un-avantage {
    width: 100%;
    margin-bottom: 30px;
    height: auto !important; }

  #bloc-avantages .liste-avantages .un-avantage:nth-child(4) {
    margin-left: 0%; }

  /*** Recap social @module ***/
  #bloc-recap-social .col-6 {
    width: 100%; }

  /*** Menu footer ***/
  #footer #menu-footer .col-3 {
    width: 100%; }

  /*** Détail produit ***/
  #template-liste-actualites-detail #nav-in-article .col-6 {
    width: 100%; }

  #template-liste-actualites-detail #nav-in-article .col-6 .in {
    height: 120px; }

  #template-liste-actualites-detail #nav-in-article .col-6:nth-child(1) {
    margin-bottom: 15px; }

  /*** Logo ***/
  #header #primary-header #logo {
    max-width: 180px; }

  #header #primary-header #logo img {
    width: 100%;
    height: auto; }

  #header.is_stuck #primary-header #logo img {
    display: block;
    height: auto;
    width: 100%; } }
@media all and (max-width: 420px) {
  .menu-trigger a {
    display: none; } }



/**************************************************
Edit 18/07/2016			
**************************************************/
.wpcf7-form-control-wrap.your-produit{ display: none !important;}

#template-page-type .col-content .post-accroche.no-content{ padding-bottom: 0px;}

#recap-produit-devis{ margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #C79C63; }
#recap-produit-devis a{ color: #C79C63; }
#recap-produit-devis img{ display: block; max-width: 200px; width: 100%; line-height: 0px; }

.tcenter{ text-align: center;}


@media all and (max-width: 750px){
	#bloc-recap-social .col-newsletter .in{ height: auto !important;}
}


/*** Btn devis lien ***/
#link-produit-devis{
	display: block;
	max-width: 230px;
	width: 100%;
}

#link-produit-devis a{
	position: relative;
	display: block;
	height: 45px;
	line-height: 45px;
	width: 100%;
	padding-right: 45px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #000;
	border-right: none;
	font-size: 11px;
	transition: all 250ms ease;
}

#link-produit-devis a:after{
	display: block;
	content:  ' ';
	height: 45px;
	width: 45px;
	position: absolute;
	top:-1px;
	right: 0px;
	background-color: #000;
	background-image: url('img/arrow-h14-b.png ');
	background-position: center center;
	background-repeat:  no-repeat;
	transition: all 250ms ease;
}

#link-produit-devis a:hover{
	color: #959595;
	border-color: #959595;
	transition: all 250ms ease;
}

#link-produit-devis a:hover:after{
	background-color: #959595;
	transition: all 250ms ease;
}

#bloc-home-navigation-rapide .wpcf7-form-control-wrap.your-telephone{
	position: relative;
}
#bloc-home-navigation-rapide .ligne-1 form p{
	height: 45px;
	overflow: hidden;
	position: relative;
}
#bloc-home-navigation-rapide .ligne-1 form{
	overflow: initial;
	position: static;
}



.error404 .col-content{
	width: 100% !important;
	margin-bottom: 30px;
}

/*************************************************************************************************
26/09/2016 | SCROLL TO TOP ...
*************************************************************************************************/
@media all and (max-width: 850px){
	.scrollToTop{ display: block;}	
}



/*************************************************************************************************
27/09/2016
*************************************************************************************************/
@media all and (max-width: 850px){
	#bloc-les-plus-vendus .liste-produits .produit .in .title-produit{ font-size: 22px; line-height: 22px;} 
	#bloc-les-plus-vendus .liste-produits .produit .in{ left: 0px; right: 0px; top: 0px; bottom: 0px;}
}