@charset "UTF-8";
/*
Theme Name: Emedia
Theme URI: http://emedia-informatique.com/
Author: Lucie Mannechez // Emedia Production
Author URI: http://emedia-informatique.com
Description: Thème Emedia
Version: 1.0.0
Text Domain: Emedia

Emedia is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.aligncenter, .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before, .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.header__title a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.site-navigation ul, .footer ul, .categories, .suppliers, .arbo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Helper class pour tronquer et ajouter une ellipse à une chaîne
 * de caractères trop longue pour tenir sur une ligne
 * 1. Empêche le retour automatique à la ligne,
 * force l'affichage sur une seule ligne.
 * 2. Ajoute une ellipse à la fin de la ligne si dépassement.
 */
.screen-reader-text, .search-form .search-submit {
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  position: absolute;
  overflow: hidden;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
  margin: 1em 2.5rem;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  outline: 0;
}

*:focus {
  outline: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-size: 18px;
}

body {
  margin: 0;
  color: #333333;
  background-color: #fff;
  font-family: "caviar dreams", sans-serif;
  font-weight: 400;
  min-height: 100%;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 600;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
}

hr {
  background-color: #dbedf2;
  border: 0;
  height: 1px;
  height: 0.0625rem;
  margin-bottom: 1.5em;
  box-sizing: content-box;
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
  -webkit-filter: none;
          filter: none;
  -webkit-filter: blur(0);
          filter: blur(0);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

figure {
  margin: 0;
}

.site-content {
  padding: 0 20px;
  padding: 0 1.25rem;
}

/**
 * Typecsset
 *
 * Typecsset is a small, unopinionated library for creating beautifully set type
 * on the web. Typecsset gives perfect vertical rhythm at any configurable font
 * size, as well as many other typographical niceties.
 */
/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * A lot of elements in Typecsset need to share some declarations (mainly for
 * vertical rhythm), so we `@extend` some silent classes.
 */
h1, h2, h3, h4, h5, h6, ul, ol, dd, p, address, pre, blockquote, table {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, dd, p, address, pre, blockquote, table {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/*------------------------------------*\
    #BASE
\*------------------------------------*/
/**
 * 1. Set the base element’s `font-size` to the value of your choosing. Set in
 *    ems, assuming a browser default of 16px.
 * 2. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your project’s
 *    base font size.
 */
html {
  font-size: 1em;
  font-size: 18px;
  line-height: 1.5;
  /* [2] */
}

body {
  margin: 0;
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333;
}

h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*\
    #PARAGRAPHS
\*------------------------------------*/
/**
 * Not strictly a paragraph, but probably doesn’t need its own section.
 */
/*------------------------------------*\
    #CODE
\*------------------------------------*/
/**
 * 1. Fix an odd quirk whereby, without this, code blocks are rendered at a
 *    font-size smaller than 1em.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* [1] */
}

/*------------------------------------*\
    #QUOTES
\*------------------------------------*/
/**
 * 1. Hang the opening quote of the blockquote.
 */
blockquote {
  text-indent: -0.41em;
  /* [1] */
}

/**
 * Set up quote marks on quoting elements. This is very English-based, so we are
 * using “, ”, ‘, and ’ quotes.
 */
blockquote {
  quotes: "“" "”";
  margin-left: 48px;
  margin-left: 3rem;
}
blockquote p:before {
  content: "“";
  content: open-quote;
}
blockquote p:after {
  content: "";
  content: no-close-quote;
}
blockquote p:last-of-type:after {
  content: "”";
  content: close-quote;
}

q {
  quotes: "‘" "’" "“" "”";
  /**
   * If an element opens with an inline quote, let’s hang that.
   */
}
q:before {
  content: "‘";
  content: open-quote;
}
q:after {
  content: "’";
  content: close-quote;
}
q q:before {
  content: "“";
  content: open-quote;
}
q q:after {
  content: "”";
  content: close-quote;
}
q:first-child {
  display: inline-block;
  text-indent: -0.22em;
}

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
/**
 * Crude table styles; tables are very difficult to keep on the baseline.
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 12px;
  padding: 0.75rem;
}

@font-face {
  font-family: 'caviar dreams';
  src: url("assets/fonts/Caviar_Dreams_Bold-webfont.eot");
  src: url("assets/fonts/Caviar_Dreams_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Caviar_Dreams_Bold-webfont.woff") format("woff"), url("assets/fonts/Caviar_Dreams_Bold-webfont.ttf") format("truetype"), url("assets/fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'caviar dreams';
  src: url("assets/fonts/CaviarDreams-webfont.eot");
  src: url("assets/fonts/CaviarDreams-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/CaviarDreams-webfont.woff") format("woff"), url("assets/fonts/CaviarDreams-webfont.ttf") format("truetype"), url("assets/fonts/CaviarDreams-webfont.svg#caviar_dreamsregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "caviar dreams", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}

h1 {
  color: #737173;
  margin-bottom: -8px;
  margin-bottom: -0.5rem;
}

h2, h3 {
  color: #4aa3bc;
}

/*! lightgallery - v1.2.14 - 2016-01-20
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("assets/fonts/lg.eot?n1z373");
  src: url("assets/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("assets/fonts/lg.woff?n1z373") format("woff"), url("assets/fonts/lg.ttf?n1z373") format("truetype"), url("assets/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 2px;
  border-radius: 0.125rem;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: -10px;
  margin-top: -0.625rem;
  padding: 8px 10px 9px;
  padding: 0.5rem 0.625rem 0.5625rem;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #000;
}

.lg-actions .lg-next {
  right: 20px;
  right: 1.25rem;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
  left: 1.25rem;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
    left: -1.875rem;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
    left: -1.875rem;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
    left: 1.875rem;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
    left: 1.875rem;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  height: 47px;
  height: 2.9375rem;
  line-height: 27px;
  line-height: 1.6875rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
  width: 50px;
  width: 3.125rem;
  text-decoration: none !important;
  outline: medium none;
}

.lg-toolbar .lg-icon:hover {
  color: #000;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.sub-html {
  color: #4aa3bc;
  left: 0;
  top: 0;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  text-align: center;
  z-index: 1060;
  background-color: rgba(255, 255, 255, 0.8);
}
.sub-html h3 {
  padding: 10px 40px;
  padding: 0.625rem 2.5rem;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #e3e3e3;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  max-height: 21.875rem;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  padding: 0.625rem 0;
  height: 100%;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  border-radius: 0.3125rem;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  border-radius: 0.25rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #4aa3bc;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
  bottom: 6.25rem;
}

.lg-outer .lg-toogle-thumb {
  background-color: #e3e3e3;
  border-radius: 2px 2px 0 0;
  border-radius: 0.125rem 0.125rem 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  height: 39px;
  height: 2.4375rem;
  line-height: 27px;
  line-height: 1.6875rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  text-align: center;
  top: -39px;
  top: -2.4375rem;
  width: 50px;
  width: 3.125rem;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #000;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  height: 0.3125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  height: 0.3125rem;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  bottom: 3.75rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
  height: 0.625rem;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
  margin: 0 0.3125rem;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  height: 5.1875rem;
  left: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: -60px;
  margin-left: -3.75rem;
  opacity: 0;
  padding: 5px;
  padding: 0.3125rem;
  position: absolute;
  width: 120px;
  width: 7.5rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  height: 0.75rem;
  -webkit-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
  width: 0.75rem;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  bottom: -0.625rem;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-left: -0.3125rem;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("assets/imgs/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  width: 0.0625rem;
  margin-right: -1px;
  margin-right: -0.0625rem;
}

.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #e0e0e0;
  border-radius: 3px;
  border-radius: 0.1875rem;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #10516d;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  left: 0.3125rem;
  line-height: normal;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 5px;
  top: 0.3125rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

button,
.btn,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: transparent;
  text-transform: uppercase;
  color: #4aa3bc;
  font-weight: normal;
  border: 1px solid #4aa3bc;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-appearance: none;
  cursor: pointer;
}
button:hover,
.btn:hover,
html input[type="button"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #f7a600;
}
button:active,
.btn:active,
html input[type="button"]:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
button:focus,
.btn:focus,
html input[type="button"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}

a {
  color: #4aa3bc;
  text-decoration: none;
  -webkit-transition: 0.4s;
          transition: 0.4s;
}
a:hover, a:focus, a:active {
  color: #f7a600;
  outline: 0;
}

.contact a:before,
.products a:before,
.offers a:before,
.realisations a:before,
.nos a:before, .nosplus-title:before,
.suppliers-title:before, h1.entry-title:before {
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  margin: 0 auto -5px;
  margin: 0 auto -0.3125rem;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
}

.nos a:before, .nosplus-title:before {
  background-image: url("assets/imgs/nosplus.png");
  background-image: url("assets/imgs/nosplus.svg");
}

.suppliers-title:before {
  background-image: url("assets/imgs/suppliers.png");
  background-image: url("assets/imgs/suppliers.svg");
}

.contact a:before, h1.contact:before {
  background-image: url("assets/imgs/contact.png");
  background-image: url("assets/imgs/contact.svg");
}

.products a:before, h1.products:before {
  background-image: url("assets/imgs/products.png");
  background-image: url("assets/imgs/products.svg");
}

.offers a:before, h1.offers:before {
  background-image: url("assets/imgs/offers.png");
  background-image: url("assets/imgs/offers.svg");
}

.realisations a:before, h1.realisations:before {
  background-image: url("assets/imgs/realisations.png");
  background-image: url("assets/imgs/realisations.svg");
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.lightGallery .gallery-item {
  cursor: pointer;
}

.gallery {
  margin: 0 -5px 50px -5px;
  margin: 0 -0.3125rem 3.125rem -0.3125rem;
  text-align: center;
  font-size: 0;
}
.gallery-item {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  padding: 0.3125rem;
  line-height: 0;
  overflow: hidden;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
@media (max-width: 479px) {
  .gallery-columns-2 .gallery-item {
    max-width: 100%;
  }
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
@media (max-width: 767px) {
  .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .gallery-columns-3 .gallery-item {
    max-width: 100%;
  }
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
@media (max-width: 1023px) {
  .gallery-columns-4 .gallery-item {
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .gallery-columns-4 .gallery-item {
    max-width: 100%;
  }
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
@media (max-width: 1023px) {
  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-columns-5 .gallery-item {
    max-width: 33.33%;
  }
}
@media (max-width: 479px) {
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
@media (max-width: 1023px) {
  .gallery-columns-6 .gallery-item {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-columns-6 .gallery-item {
    max-width: 33.33%;
  }
}
@media (max-width: 479px) {
  .gallery-columns-6 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
@media (max-width: 1023px) {
  .gallery-columns-7 .gallery-item {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-columns-7 .gallery-item {
    max-width: 33.33%;
  }
}
@media (max-width: 479px) {
  .gallery-columns-7 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
@media (max-width: 1023px) {
  .gallery-columns-8 .gallery-item {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-columns-8 .gallery-item {
    max-width: 33.33%;
  }
}
@media (max-width: 479px) {
  .gallery-columns-8 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
@media (max-width: 1023px) {
  .gallery-columns-9 .gallery-item {
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-columns-9 .gallery-item {
    max-width: 33.33%;
  }
}
@media (max-width: 479px) {
  .gallery-columns-9 .gallery-item {
    max-width: 50%;
  }
}
.gallery-item .img-container {
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
.gallery-item .img-container img {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
}
.gallery-item:hover {
  /* .gallery-caption {
    bottom: 0;
  } */
}
.gallery-item:hover .img-container img {
  -webkit-transform: translateZ(0) scale(1.1);
          transform: translateZ(0) scale(1.1);
}

/* .gallery-caption {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 400;
  background: rgba(0,0,0,0.8);
  transition: 0.4s;

  @include media('<medium') {
    bottom: 0;
    margin: 0 auto;
    text-align: center;
  }
} */
.site-navigation .contact span:before,
.site-navigation .offers span:before,
.site-navigation .realisations span:before,
.site-navigation .products span:before,
.site-navigation .nos span:before, .site-navigation .products span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  z-index: 2;
}

@media (min-width: 880px) {
  body:not(.home) .site-navigation .realisations span,
  body:not(.home) .site-navigation .contact span {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  body:not(.home) .site-navigation .realisations span {
    padding-left: 13px;
    padding-left: 0.8125rem;
  }
  body:not(.home) .site-navigation .products span {
    margin-right: 84px;
    margin-right: 5.25rem;
    top: 15px;
    top: 0.9375rem;
  }
  body:not(.home) .site-navigation .offers span {
    margin-right: 13px;
    margin-right: 0.8125rem;
    top: 45px;
    top: 2.8125rem;
  }
  body:not(.home) .site-navigation .nos span {
    margin-right: 128px;
    margin-right: 8rem;
    top: 53px;
    top: 3.3125rem;
  }
}
.site-navigation {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.site-navigation .offers span:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-width: 0 120px 100px 120px;
  border-width: 0 7.5rem 6.25rem 7.5rem;
  border-bottom-color: rgba(115, 113, 115, 0.2);
}
.site-navigation .offers:hover span:before {
  border-bottom-color: rgba(247, 166, 0, 0.5);
}
.site-navigation .contact span:before {
  bottom: auto;
  border-width: 100px 0 80px 140px;
  border-width: 6.25rem 0 5rem 8.75rem;
  border-left-color: rgba(115, 113, 115, 0.2);
}
.site-navigation .contact:hover span:before {
  border-left-color: rgba(247, 166, 0, 0.5);
}
.site-navigation .realisations span:before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 40%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-width: 100px 140px 80px 0;
  border-width: 6.25rem 8.75rem 5rem 0;
  border-right-color: rgba(115, 113, 115, 0.2);
}
.site-navigation .realisations:hover span:before {
  border-right-color: rgba(247, 166, 0, 0.5);
}
.site-navigation .products span:before {
  top: auto;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-width: 0 120px 100px 120px;
  border-width: 0 7.5rem 6.25rem 7.5rem;
  border-bottom-color: rgba(115, 113, 115, 0.2);
}
.site-navigation .products span:after {
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-width: 100px 120px 0 120px;
  border-width: 6.25rem 7.5rem 0 7.5rem;
  border-top-color: rgba(115, 113, 115, 0.2);
}
.site-navigation .products:hover span:after {
  border-top-color: rgba(247, 166, 0, 0.5);
}
.site-navigation .products:hover span:before {
  border-bottom-color: rgba(247, 166, 0, 0.5);
}
.site-navigation .nos span:before {
  left: 50%;
  top: 18px;
  top: 1.125rem;
  bottom: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-width: 110px 110px 0 110px;
  border-width: 6.875rem 6.875rem 0 6.875rem;
  border-top-color: rgba(115, 113, 115, 0.2);
}
.site-navigation .nos:hover span:before {
  border-top-color: rgba(247, 166, 0, 0.5);
}
.site-navigation .menu {
  text-align: center;
  font-size: 0;
}
.site-navigation .menu > .menu-item {
  display: inline-block;
  position: relative;
}
.site-navigation .menu > .menu-item span:before, .site-navigation .menu > .menu-item span:after {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.site-navigation .menu > .menu-item a:before {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.site-navigation .menu > .menu-item:hover a:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.site-navigation .menu > .menu-item span {
  display: block;
  position: relative;
}
.site-navigation .menu > .menu-item > * {
  font-size: 15px;
  font-size: 0.9375rem;
}
.site-navigation .menu > .menu-item > a,
.site-navigation .menu > .menu-item > a:visited {
  -webkit-transition: 0.4s;
          transition: 0.4s;
}
.site-navigation .menu > .menu-item a {
  position: relative;
  z-index: 5;
  display: block;
  color: #333333;
  text-transform: uppercase;
  padding: 15px 15px 12px 15px;
  padding: 0.9375rem 0.9375rem 0.75rem 0.9375rem;
}

#toggle-nav,
.menu-label {
  display: none;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
body {
  -webkit-animation: bugfix infinite 1s;
}

@media (max-width: 879px) {
  #toogle-nav {
    display: block;
  }

  .menu-label {
    float: right;
    display: block;
    margin-right: 10px;
    margin-right: 0.625rem;
    width: 64px;
    width: 4rem;
    height: 38px;
    height: 2.375rem;
    position: relative;
    cursor: pointer;
  }
  .menu-label strong {
    position: absolute;
    top: 115%;
    right: 0;
    left: 0;
    color: #737173;
    text-align: center;
  }
  .menu-label span {
    position: relative;
    top: 16px;
    top: 1rem;
  }
  .menu-label span, .menu-label span:before, .menu-label span:after {
    display: block;
    background: #4aa3bc;
    width: 64px;
    width: 4rem;
    height: 6px;
    height: 0.375rem;
    -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
    border-radius: 3px;
    border-radius: 0.1875rem;
  }
  .menu-label span:before, .menu-label span:after {
    content: '';
    position: absolute;
  }
  .menu-label span:before {
    bottom: 16px;
    bottom: 1rem;
  }
  .menu-label span:after {
    top: 16px;
    top: 1rem;
  }
  :checked ~ .menu-label span {
    width: 0;
  }
  :checked ~ .menu-label span:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 0;
    background: #737173;
  }
  :checked ~ .menu-label span:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    background: #737173;
  }

  body:not(.home) .site-navigation .menu {
    clear: both;
    width: 100%;
    background: rgba(115, 113, 115, 0.2);
  }
  body:not(.home) .site-navigation .menu .menu-item {
    min-width: 100px;
    min-width: 6.25rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  body:not(.home) .site-navigation .menu .menu-item span:before,
  body:not(.home) .site-navigation .menu .menu-item span:after {
    content: none;
  }
}
.header {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.header__title {
  margin: 20px auto;
  margin: 1.25rem auto;
}
@media (max-width: 879px) {
  .header__title {
    float: left;
    margin-left: 10px;
    margin-left: 0.625rem;
  }
}
.header__title a {
  display: block;
  margin: 0 auto;
  background: url("assets/imgs/logo.png") no-repeat center;
  background: url("assets/imgs/logo.svg") no-repeat center;
  background-size: 100%;
  width: 200px;
  width: 12.5rem;
  height: 155px;
  height: 9.6875rem;
}

.entry-image {
  float: left;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
}
@media (max-width: 767px) {
  .entry-image {
    float: none;
    text-align: center;
  }
}

.site-main > .entry-content {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.page .entry-title {
  text-align: center;
  font-weight: 600;
  color: #333333;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

h1.entry-title:before {
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
}

.footer {
  text-align: center;
  margin: 50px auto 20px auto;
  margin: 3.125rem auto 1.25rem auto;
}
.footer .site-footer {
  max-width: 1024px;
  max-width: 64rem;
  margin: 0 auto;
}
.footer__credits {
  clear: both;
  margin: 0;
}
.footer__navigation li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.footer__navigation li a:before {
  content: none;
}
.footer__navigation li + li {
  padding-left: 10px;
  padding-left: 0.625rem;
}
.footer__navigation li + li:before {
  content: '•';
  padding-right: 10px;
  padding-right: 0.625rem;
}

.error, .wpcf7-validation-errors, .warning, .succes, .wpcf7-mail-sent-ok, .info {
  padding: 0.5em;
  margin: 0.5em;
  border-radius: 0.15em;
  border: 1px solid;
}

.error, .wpcf7-validation-errors {
  color: #b94a48;
  border-color: #d59392 !important;
  background-color: #efd5d4;
}

.warning {
  color: #c09853;
  border-color: #dbc59e !important;
  background-color: #f4ede1;
}

.succes, .wpcf7-mail-sent-ok {
  color: #468847;
  border-color: #7aba7b !important;
  background-color: #b6dab7;
}

.info {
  color: #3a87ad;
  border-color: #7ab5d3 !important;
  background-color: #bfdcea;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

input:not([type="submit"]),
textarea {
  color: #4aa3bc;
  border: transparent;
  border-bottom: 2px dotted black;
  float: right;
  min-width: 500px;
  min-width: 31.25rem;
  line-height: 1;
  padding-bottom: 0;
}
input:not([type="submit"]):focus,
textarea:focus {
  color: #25525e;
  outline: 0;
}

input {
  padding-left: 10px;
  padding-left: 0.625rem;
}

textarea {
  padding-left: 10px;
  padding-left: 0.625rem;
  line-height: 40px;
  line-height: 2.5rem;
  background-image: -webkit-linear-gradient(right, white 0%, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(bottom, white 16%, black 14%, black 20%, rgba(128, 128, 128, 0) 20%, rgba(128, 128, 128, 0) 100%);
  background-image: linear-gradient(right, white 0%, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%), linear-gradient(bottom, white 16%, black 14%, black 20%, rgba(128, 128, 128, 0) 20%, rgba(128, 128, 128, 0) 100%);
  background-size: 4px 40px;
  background-size: 0.25rem 2.5rem;
  border-bottom: 0;
}

label {
  font-weight: 600;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

.form-group {
  overflow: hidden;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  margin-left: 0;
}

.error-404 .entry-content {
  text-align: center;
}
.error-404 p {
  margin: 48px 0 70px 0;
  margin: 3rem 0 4.375rem 0;
}

.no-results {
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto;
}

.wpcf7-form {
  margin: 10px auto 50px;
  margin: 0.625rem auto 3.125rem;
  clear: both;
  width: 650px;
  width: 40.625rem;
  overflow: hidden;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .submit {
  margin-top: 20px;
  margin-top: 1.25rem;
  float: right;
}
.wpcf7-form .captcha {
  float: left;
}
.wpcf7-form .message {
  margin: 50px 0;
  margin: 3.125rem 0;
}
.wpcf7-form .clearfix {
  overflow: hidden;
}

.map__container {
  position: relative;
  padding-bottom: 250px;
  padding-bottom: 15.625rem;
  height: 0;
  width: 40%;
  margin: 0 auto;
  overflow: hidden;
}
.map__container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

div.wpcf7-response-output {
  clear: both;
  margin: 50px 0 0;
  margin: 3.125rem 0 0;
}

.contact .content__inner {
  max-width: 650px;
  max-width: 40.625rem;
  margin: 50px auto 0 auto;
  margin: 3.125rem auto 0 auto;
}
.contact .gallery {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.contact .gallery .gallery-item {
  display: table-cell;
  margin: 0 auto;
  max-width: 100%;
}

#gallery_products h1 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.img_cat {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  overflow: hidden;
}
.img_cat img {
  cursor: pointer;
}
.img_cat:hover img {
  -webkit-transform: translateZ(0) scale(1.1);
          transform: translateZ(0) scale(1.1);
}

.produits section, .offers_page section {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
.produits .categories-item, .offers_page .categories-item {
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
  margin: 1.25rem auto;
}
@media (min-width: 768px) {
  .produits .categories-item section,
  .produits .categories-item aside, .offers_page .categories-item section,
  .offers_page .categories-item aside {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .produits .categories-item section,
  .produits .categories-item aside, .offers_page .categories-item section,
  .offers_page .categories-item aside {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .produits .categories-item:nth-of-type(odd) section, .offers_page .categories-item:nth-of-type(odd) section {
    float: right;
    text-align: left;
  }
  .produits .categories-item:nth-of-type(odd) aside, .offers_page .categories-item:nth-of-type(odd) aside {
    float: left;
    text-align: right;
  }
  .produits .categories-item:nth-of-type(even) section, .offers_page .categories-item:nth-of-type(even) section {
    float: left;
    text-align: right;
  }
  .produits .categories-item:nth-of-type(even) aside, .offers_page .categories-item:nth-of-type(even) aside {
    float: right;
    text-align: left;
  }
}

.categories,
.archive .site-main {
  text-align: center;
}
.categories #gallery,
.archive .site-main #gallery {
  font-size: 0;
  line-height: 0;
}
.categories section ul,
.archive .site-main section ul {
  list-style: none;
}
.categories section li:before,
.archive .site-main section li:before {
  content: 'o';
  display: inline-block;
  vertical-align: text-bottom;
  padding-right: 5px;
  padding-right: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.categories .page-header img,
.archive .site-main .page-header img {
  margin: 5px;
  margin: 0.3125rem;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
.categories .supplier-website,
.archive .site-main .supplier-website {
  overflow: hidden;
  line-height: 0;
  display: block;
}
.categories .supplier-website:hover img,
.archive .site-main .supplier-website:hover img {
  -webkit-transform: translateZ(0) scale(1.1);
          transform: translateZ(0) scale(1.1);
}
.categories .categories-item,
.archive .site-main .categories-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  padding: 5px;
  padding: 0.3125rem;
}
.categories .categories-item img, .categories .categories-item h2,
.archive .site-main .categories-item img,
.archive .site-main .categories-item h2 {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.categories .categories-item__img,
.archive .site-main .categories-item__img {
  overflow: hidden;
  line-height: 0;
}
.categories .categories-item aside,
.archive .site-main .categories-item aside {
  overflow: hidden;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  line-height: 0;
}
.categories .categories-item aside img,
.archive .site-main .categories-item aside img {
  cursor: pointer;
}
.categories .categories-item aside:hover img,
.archive .site-main .categories-item aside:hover img {
  -webkit-transform: translateZ(0) scale(1.05);
          transform: translateZ(0) scale(1.05);
}
.categories .categories-item:hover .categories-item__img img,
.archive .site-main .categories-item:hover .categories-item__img img {
  -webkit-transform: translateZ(0) scale(1.1);
          transform: translateZ(0) scale(1.1);
}
.categories .categories-item:hover h2,
.archive .site-main .categories-item:hover h2 {
  color: #737173;
}

.site-main {
  overflow: hidden;
}

.sidebar {
  margin: 80px 0 50px 0;
  margin: 5rem 0 3.125rem 0;
}
@media (max-width: 767px) {
  .sidebar {
    margin: 50px 0 30px 0;
    margin: 3.125rem 0 1.875rem 0;
  }
}

body:not(.home) .suppliers-title {
  text-align: center;
}
body:not(.home) .suppliers-title:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.suppliers {
  text-align: center;
  font-size: 0;
  margin: 0 -5px;
  margin: 0 -0.3125rem;
}
.suppliers-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
  padding: 0.3125rem;
  line-height: 0;
}
.suppliers-item a {
  display: block;
  border: 1px solid #e3e3e3;
  padding: 10px;
  padding: 0.625rem;
  width: 150px;
  width: 9.375rem;
  line-height: 100px;
  line-height: 6.25rem;
  text-align: center;
  position: relative;
}
@media (max-width: 479px) {
  .suppliers-item a {
    width: 135px;
    width: 8.4375rem;
  }
}
.suppliers-item a img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.suppliers-item:hover img {
  opacity: 1;
}
.suppliers img {
  opacity: 0.6;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.menu-product {
  font-size: 0;
}

.arbo {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  /* Standard syntax */
}
@media (max-width: 1023px) {
  .arbo {
    text-align: left;
  }
}
.arbo .products {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 150px;
  margin-right: 9.375rem;
  display: inline-block;
  position: relative;
}
.arbo .products a {
  color: #333333;
  display: inline-block;
}
@-webkit-keyframes line {
  from {
    width: 0;
  }
  to {
    width: 32px;
    width: 2rem;
  }
}
@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 32px;
    width: 2rem;
  }
}
@-webkit-keyframes line2 {
  from {
    width: 0;
  }
  to {
    width: 300px;
    width: 18.75rem;
  }
}
@keyframes line2 {
  from {
    width: 0;
  }
  to {
    width: 300px;
    width: 18.75rem;
  }
}
@-webkit-keyframes vline {
  from {
    width: 0;
  }
  to {
    width: 45px;
    width: 2.8125rem;
  }
}
@keyframes vline {
  from {
    width: 0;
  }
  to {
    width: 45px;
    width: 2.8125rem;
  }
}
.arbo .line {
  position: absolute;
  border: 1px solid #4aa3bc;
  left: 0;
  top: 10px;
  top: 0.625rem;
  width: 0;
  height: 0;
  -webkit-transition: 0.4s;
          transition: 0.4s;
}
.arbo #line {
  border-right-color: transparent;
  border-top-color: transparent;
  height: 35px;
  height: 2.1875rem;
  top: 100%;
  left: 3px;
  left: 0.1875rem;
  -webkit-animation-name: line;
          animation-name: line;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.arbo #line2 {
  left: 30px;
  left: 1.875rem;
  border-bottom-color: transparent;
  -webkit-animation-name: line2;
          animation-name: line2;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.arbo #vline {
  border-right-color: transparent;
  border-top-color: transparent;
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-animation-name: vline;
          animation-name: vline;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.arbo ul {
  text-transform: uppercase;
  max-width: 250px;
  max-width: 15.625rem;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
@media (max-width: 1023px) {
  .arbo ul {
    margin-left: 40px;
    margin-left: 2.5rem;
    max-width: 220px;
    max-width: 13.75rem;
  }
}
.arbo span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  background: #fff;
  z-index: 5;
}
.arbo-list {
  position: relative;
}
.arbo-list__item {
  position: relative;
}
.arbo-list__item.current > span a {
  color: #333333;
}
.arbo .sub {
  max-height: 0;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 499px) {
  .arbo .sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 450px) {
  .arbo .arbo-list__item.current > .sub,
  .arbo .sub.current {
    position: absolute;
    top: 0;
    left: 130%;
    width: 250px;
    width: 15.625rem;
    max-height: 110px;
    max-height: 6.875rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    overflow: hidden;
    background: #fff;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  .arbo .arbo-list__item.current > .sub,
  .arbo .sub.current {
    left: 70%;
  }
}

@media (max-width: 449px) {
  .arbo .arbo-list__item.current > .sub,
  .arbo .sub.current {
    max-height: 80px;
    max-height: 5rem;
  }
  .arbo #line2 {
    display: none;
  }
}

.price {
  display: inline-block;
  border: 1px solid #4aa3bc;
  padding: 5px;
  padding: 0.3125rem;
}

.offers_page {
  text-align: left;
}
.offers_page .gallery {
  text-align: inherit;
}

.mentions-legales .entry-content {
  position: relative;
}
.mentions-legales .site-mentions {
  background: url("assets/imgs/logo-emediaproduction.png") no-repeat 200px 80px;
  background: url("assets/imgs/logo-emediaproduction.png") no-repeat 12.5rem 5rem;
}

.home #toggle-nav,
.home .menu-label {
  display: none;
}
.home .site-navigation {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 880px) {
  .home .site-navigation .menu {
    position: relative;
    max-width: 760px;
    max-width: 47.5rem;
    height: 530px;
    height: 33.125rem;
    margin: 0 auto;
    clear: both;
  }
  .home .site-navigation .menu-item {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }
  .home .site-navigation .offers {
    position: absolute;
    bottom: 11px;
    bottom: 0.6875rem;
    right: 20px;
    right: 1.25rem;
  }
  .home .site-navigation .offers:hover span:before {
    border-bottom-color: rgba(249, 193, 77, 0.9);
  }
  .home .site-navigation .contact {
    position: absolute;
    top: 40px;
    top: 2.5rem;
    right: 176px;
    right: 11rem;
  }
  .home .site-navigation .contact:hover span:before {
    border-left-color: rgba(249, 193, 77, 0.9);
  }
  .home .site-navigation .realisations {
    position: absolute;
    bottom: 79px;
    bottom: 4.9375rem;
    right: 319px;
    right: 19.9375rem;
  }
  .home .site-navigation .realisations span {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
  .home .site-navigation .realisations:hover span:before {
    border-right-color: rgba(249, 193, 77, 0.9);
  }
  .home .site-navigation .products {
    position: absolute;
    bottom: 81px;
    bottom: 5.0625rem;
    right: 636px;
    right: 39.75rem;
  }
  .home .site-navigation .products:hover span:before {
    border-bottom-color: rgba(249, 193, 77, 0.9);
  }
  .home .site-navigation .products:hover span:after {
    border-top-color: rgba(249, 193, 77, 0.9);
  }
  .home .site-navigation .nos {
    position: absolute;
    top: 96px;
    top: 6rem;
    right: 636px;
    right: 39.75rem;
  }
  .home .site-navigation .nos:hover span:before {
    border-top-color: rgba(249, 193, 77, 0.9);
  }
}
.home .site-navigation .offers span:before {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.home .site-navigation .contact span:before {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.home .site-navigation .realisations span:before {
  border-right-color: rgba(255, 255, 255, 0.8);
  border-width: 120px 160px 100px 0;
  border-width: 7.5rem 10rem 6.25rem 0;
}
.home .site-navigation .products span:before {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.home .site-navigation .products span:after {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.home .site-navigation .nos span:before {
  border-top-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 879px) {
  .home .site-navigation .nos {
    padding: 0 30px 30px 0;
    padding: 0 1.875rem 1.875rem 0;
  }
  .home .site-navigation .products {
    padding: 0 50px 20px 0;
    padding: 0 3.125rem 1.25rem 0;
  }
  .home .header {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
.home .entry-content {
  padding: 20px 0;
  padding: 1.25rem 0;
  border-style: solid;
  border-width: 14px 0;
  border-width: 0.875rem 0;
  -o-border-image: url(assets/imgs/losange.png) 14 0 repeat;
     border-image: url(assets/imgs/losange.png) 14 0 fill repeat;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.home .entry-content__inner {
  max-width: 900px;
  max-width: 56.25rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
.home .entry-content strong {
  color: #4aa3bc;
}
.home h2 {
  text-align: center;
  font-weight: 600;
  color: #333333;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.home h2 a {
  color: #333333;
}
.home .nosplus-title:before,
.home .suppliers-title:before,
.home h2.contact a:before,
.home h2.products a:before {
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
}
.home .plus-item {
  overflow: hidden;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 100px auto;
  margin: 6.25rem auto;
}
.home .plus-item h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.home .plus-item h3:nth-of-type(2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.home .plus-item h3 strong {
  color: #4aa3bc;
  font-weight: 400;
}
.home .plus-item__img, .home .plus-item__content {
  max-width: 50%;
  margin: 0 auto;
}
.home .plus-item__img {
  float: right;
  line-height: 0;
}
.home .plus-item__content {
  float: right;
  text-align: right;
  padding-right: 50px;
  padding-right: 3.125rem;
}
.home .plus-item:nth-of-type(even) .plus-item__content {
  float: left;
  text-align: left;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 0;
}
.home .plus-item:nth-of-type(even) h3:nth-of-type(odd) {
  color: #333333;
}
.home .plus-item:nth-of-type(even) .plus-item__img {
  float: left;
}
.home .plus-item:nth-of-type(odd) h3:nth-of-type(even) {
  color: #333333;
}
@media (max-width: 767px) {
  .home .plus-item {
    margin: 50px auto;
    margin: 3.125rem auto;
  }
  .home .plus-item .plus-item__content,
  .home .plus-item .plus-item__img {
    float: none !important;
    max-width: 100%;
  }
  .home .plus-item .plus-item__img {
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.home .categories {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto 100px;
  margin: 0 auto 6.25rem;
}
@media (max-width: 767px) {
  .home .categories {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
.home .categories h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #737173;
  margin-bottom: -2px;
  margin-bottom: -0.125rem;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.home .categories .container {
  display: table;
}
.home .categories-item {
  display: table-cell;
  width: auto;
  padding: 10px;
  padding: 0.625rem;
}
.home .categories-item__img {
  border: 1px solid #e3e3e3;
}
.home .categories-item:hover h3 {
  color: #4aa3bc;
}
@media (max-width: 1023px) {
  .home .categories .container {
    display: inline;
  }
  .home .categories .categories-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-bottom: 0;
    margin: 10px auto;
    margin: 0.625rem auto;
  }
}
.home .suppliers-container {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto 100px;
  margin: 0 auto 6.25rem;
}
.home .contact_front {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto 50px;
  margin: 0 auto 3.125rem;
  overflow: hidden;
}
.home .contact_front .map__container {
  width: 50%;
  padding-bottom: 280px;
  padding-bottom: 17.5rem;
  float: left;
}
.home .contact_front .coordonnees {
  width: 50%;
  float: left;
  padding-left: 50px;
  padding-left: 3.125rem;
}
.home .contact_front address {
  font-style: normal;
}
.home .contact_front strong {
  text-transform: uppercase;
  color: #4aa3bc;
}
@media (max-width: 767px) {
  .home .contact_front .map__container,
  .home .contact_front .coordonnees {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .home .contact_front .coordonnees {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
@media (max-width: 649px) {
  .home .contact_front, .home .contact_front .contact {
    margin-bottom: 0;
  }
}

.content.wrapper {
    max-width: 1080px;
    margin: auto;
}