@charset "UTF-8";
/*Theme Name: LESBATS 2017
	Theme URL: http://www.lesbats.com
	Description: LESBATS Scierie d'Aquitaine
	Author: haritza
	Author URI: http://www.haritza.com
	Version: 1.0
*/
/* FONT AWESOME */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* GOOGLE FONTS */
/*@import url('https://fonts.googleapis.com/css?family=Oswald');*/
/* EMBEDDED FONTS */
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Light.woff2") format("woff2"), url("fonts/DINPro-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Regular.woff2") format("woff2"), url("fonts/DINPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Bold.woff2") format("woff2"), url("fonts/DINPro-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("fonts/DINPro-Black.woff2") format("woff2"), url("fonts/DINPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "pluto_sans";
  src: url("fonts/plutosansregular-webfont.woff2") format("woff2"), url("fonts/plutosansregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pluto_sans";
  src: url("fonts/plutosansbold-webfont.woff2") format("woff2"), url("fonts/plutosansbold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "pluto_sans";
  src: url("fonts/plutosansheavy-webfont.woff2") format("woff2"), url("fonts/plutosansheavy-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "hand_of_sean";
  src: url("fonts/hand_of_sean_demo-webfont.woff2") format("woff2"), url("fonts/hand_of_sean_demo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* RESET */
/* ----------------------------------------- */
/**
 * Eric Meyer's Reset Stylesheet
 *
 * v2.0
 * 2011-01-26
 * Author: Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
 */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  outline: none;
}

.mayus {
  text-transform: uppercase;
}

.fullwidth {
  width: 100%;
  float: left;
}

.boxsizing, #footer .inner, #savoir-faire .texte, .wpcf7 .wpcf7-response-output, .wpcf7 form input[type=submit], .wpcf7 form button, .wpcf7 form input[type=text], .wpcf7 form input[type=email], .wpcf7 form input[type=tel], .wpcf7 form select, .wpcf7 form textarea, .wpcf7 form label, .tableaux ul li, .tableaux h3.pinxxl, .bloque-produit.accordion .titre-accordion, .bloque-produit ul li, .contenu-page.produit article.columns p, .contenu-page.produit .produit-titre, .contenu-page aside.columns .titre-sidebar, .contenu-page article.columns .contenu-page-basique ul li, .contenu-page article.columns h2:not(.titre):not(.soustitre):not(.titre-sidebar).soustitre-produit, .contenu-page article.columns .inner, .titre-famille a, .titre-famille, .access-familles .access-famille .texte ul li, .access-familles .access-famille .texte, .access-intermoyennes .access-intermoyenne .texte ul li, .page-titre, .contenu .excerpt, .contenu aside.columns .titre-actu, .contenu aside.columns .inner, .contenu article.columns .inner, .access a, #header #searchform input[type=submit], #header #searchform button, #header #searchform input[type=text], #header #searchform, #header #languages .current-language, #header #menu-principal .menu .sub-menu, #header #menu-principal .menu a, #header #menu-principal .inner, .columns, .button, input[type=submit], button, .input, input[type=text], input[type=email], input[type=tel], textarea, .container, .box-sizing {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:before {
  content: "";
  display: table;
  pointer-events: none;
}
.container:after {
  content: "";
  display: table;
  pointer-events: none;
  clear: both;
}

.clearer, .clear {
  clear: both;
}

table {
  width: 100%;
}

.myIframe {
  height: 0;
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.myIframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.input, input[type=text], input[type=email], input[type=tel], textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.button, input[type=submit], button {
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

input[type=submit], button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inline {
  display: none;
}

.columns {
  float: left;
  padding: 0 20px;
}
.columns img {
  max-width: 100%;
  height: auto;
}
.columns.sans-padding {
  padding: 0;
}

.sans-left {
  padding: 0 40px 0 0;
}

.sans-right {
  padding: 0 0 0 40px;
}

.large-1 {
  width: 8.33%;
}

.large-2 {
  width: 16.66%;
}

.large-3 {
  width: 25%;
}

.large-4 {
  width: 33.33%;
}

.large-5 {
  width: 41.66%;
}

.large-6 {
  width: 50%;
}

.large-7 {
  width: 58.33%;
}

.large-8 {
  width: 66.66%;
}

.large-9 {
  width: 75%;
}

.large-10 {
  width: 83.33%;
}

.large-11 {
  width: 91.66%;
}

.large-12 {
  width: 100%;
}

.large-pull-1 {
  position: relative;
  right: 8.33%;
}

.large-pull-2 {
  position: relative;
  right: 16.66%;
}

.large-pull-3 {
  position: relative;
  right: 25%;
}

.large-pull-4 {
  position: relative;
  right: 33.33%;
}

.large-pull-5 {
  position: relative;
  right: 41.66%;
}

.large-pull-6 {
  position: relative;
  right: 50%;
}

.large-pull-7 {
  position: relative;
  right: 58.33%;
}

.large-pull-8 {
  position: relative;
  right: 66.66%;
}

.large-pull-9 {
  position: relative;
  right: 75%;
}

.large-pull-10 {
  position: relative;
  right: 83.33%;
}

.large-pull-11 {
  position: relative;
  right: 91.66%;
}

.large-pull-12 {
  position: relative;
  right: 100%;
}

.large-push-1 {
  position: relative;
  left: 8.33%;
}

.large-push-2 {
  position: relative;
  left: 16.66%;
}

.large-push-3 {
  position: relative;
  left: 25%;
}

.large-push-4 {
  position: relative;
  left: 33.33%;
}

.large-push-5 {
  position: relative;
  left: 41.66%;
}

.large-push-6 {
  position: relative;
  left: 50%;
}

.large-push-7 {
  position: relative;
  left: 58.33%;
}

.large-push-8 {
  position: relative;
  left: 66.66%;
}

.large-push-9 {
  position: relative;
  left: 75%;
}

.large-push-10 {
  position: relative;
  left: 83.33%;
}

.large-push-11 {
  position: relative;
  left: 91.66%;
}

.large-push-12 {
  position: relative;
  left: 100%;
}

@media screen and (max-width: 1023px) {
  .large-pull-1 {
    right: auto;
  }
  .large-pull-2 {
    right: auto;
  }
  .large-pull-3 {
    right: auto;
  }
  .large-pull-4 {
    right: auto;
  }
  .large-pull-5 {
    right: auto;
  }
  .large-pull-6 {
    right: auto;
  }
  .large-pull-7 {
    right: auto;
  }
  .large-pull-8 {
    right: auto;
  }
  .large-pull-9 {
    right: auto;
  }
  .large-pull-10 {
    right: auto;
  }
  .large-pull-11 {
    right: auto;
  }
  .large-pull-12 {
    right: auto;
  }
  .large-push-1 {
    left: auto;
  }
  .large-push-2 {
    left: auto;
  }
  .large-push-3 {
    left: auto;
  }
  .large-push-4 {
    left: auto;
  }
  .large-push-5 {
    left: auto;
  }
  .large-push-6 {
    left: auto;
  }
  .large-push-7 {
    left: auto;
  }
  .large-push-8 {
    left: auto;
  }
  .large-push-9 {
    left: auto;
  }
  .large-push-10 {
    left: auto;
  }
  .large-push-11 {
    left: auto;
  }
  .large-push-12 {
    left: auto;
  }
  .medium-1 {
    width: 8.33%;
  }
  .medium-2 {
    width: 16.66%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33%;
  }
  .medium-5 {
    width: 41.66%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33%;
  }
  .medium-8 {
    width: 66.66%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33%;
  }
  .medium-11 {
    width: 91.66%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .small-1 {
    width: 8.33%;
  }
  .small-2 {
    width: 16.66%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33%;
  }
  .small-5 {
    width: 41.66%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33%;
  }
  .small-8 {
    width: 66.66%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33%;
  }
  .small-11 {
    width: 91.66%;
  }
  .small-12 {
    width: 100%;
  }
  .container {
    padding: 0 26px;
  }
}
.textshadow, #header #haut-droite .fa-search, .text-shadow {
  text-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
}

.textshadow2, .text-shadow2 {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.textshadow3, .text-shadow3 {
  text-shadow: 0px 0 20px rgba(0, 0, 0, 0.8);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #575756;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #575756;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #575756;
}

:-moz-placeholder { /* Firefox 18- */
  color: #575756;
}

*::-moz-selection {
  background-color: #89b825;
  color: #ffffff;
}

*::selection {
  background-color: #89b825;
  color: #ffffff;
}

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

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

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

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

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

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

/*@import "slick-theme";*/
/*Fancybox*/
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
body {
  background-color: #ffffff;
  font-family: "DINPro", sans-serif;
  font-size: 16px;
  line-height: 118.75%;
  color: #575756;
  overflow-x: hidden;
}

body.style-archi {
  background-color: #3b3d38;
}
body.style-archi #header {
  background-color: #ffffff;
}
body.style-archi #main {
  padding: 20px 0 0;
  background-color: #3b3d38;
  color: #ffffff;
}
body.style-archi #footer {
  border-top: thin solid #9f9e9b;
  background-color: #3b3d38;
}
body.style-archi .page-titre {
  color: #9f9e9b;
}
body.style-archi .access-intermoyennes .access-intermoyenne .texte h2 a {
  color: #e3e3e3;
}
body.style-archi .access-intermoyennes .access-intermoyenne .texte .lien {
  color: #9f9e9b;
}
body.style-archi .access-intermoyennes .access-intermoyenne .texte .lien:hover {
  color: #e3e3e3;
}
body.style-archi .contenu-page article.columns h2:not(.titre):not(.soustitre):not(.titre-sidebar) {
  color: #9f9e9b;
}
body.style-archi .contenu-page article.columns p.credits:before {
  background-color: #9f9e9b;
}

.container {
  max-width: 1260px;
  padding: 0 94px 0 20px;
}
.container .container {
  padding: 0;
}

strong, b {
  font-weight: 600;
}

a {
  text-decoration: underline;
  color: #000000;
}
a.pdf {
  position: relative;
  padding: 0 0 0 22px;
}
a.pdf:before {
  content: "\f1c1";
  position: absolute;
  top: 2px;
  left: 1px;
  font-family: FontAwesome;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*Header*/
#header {
  width: 100%;
  position: fixed;
  z-index: 2;
  background-color: #ffffff;
}
#header .container {
  position: relative;
  padding: 0 20px;
}
#header .container .inner {
  padding: 36px 0 5px;
  background-color: #ffffff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#header .container .inner.petit {
  padding: 16px 0 5px;
}
#header #logo {
  width: 307px;
  height: auto;
  float: left;
  margin: 0 54px 0 0;
}
#header #logo img {
  float: left;
}
#header #haut-droite .fa-search {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
#header .burger {
  width: 53px;
  float: right;
  margin: 0 0 0 45px;
  padding: 1px 0;
  cursor: pointer;
}
#header .burger .ligne {
  width: 100%;
  height: 3px;
  float: left;
  margin: 0 0 6px;
  border-top: thin solid #f1f6e2;
  border-bottom: thin solid #f1f6e2;
  background-color: #89b825;
}
#header .burger .ligne:last-child {
  margin: 0;
}
#header #menu-principal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
#header #menu-principal.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#header #menu-principal.active .inner {
  pointer-events: auto;
}
#header #menu-principal .inner {
  width: 240px;
  height: 100vh;
  float: right;
  padding: 0 0 20px;
  -webkit-box-shadow: -4px 0px 8px 0px rgba(0, 0, 0, 0.21);
  box-shadow: -4px 0px 8px 0px rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
  overflow: auto;
}
#header #menu-principal .inner .fa-times {
  float: right;
  position: sticky;
  top: 15px;
  right: 15px;
  margin: 15px 15px 0 0;
  font-size: 2em;
  text-decoration: none;
  color: #9f9e9b;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
#header #menu-principal .inner .fa-times:hover {
  color: #000000;
}
#header #menu-principal .menu {
  width: 100%;
  float: left;
  margin: -7px 0 20px;
  font-weight: 600;
}
#header #menu-principal .menu li {
  width: 100%;
  float: left;
}
#header #menu-principal .menu a {
  width: 100%;
  float: left;
  padding: 10px 13px;
  text-decoration: none;
  color: #575756;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
#header #menu-principal .menu a:hover {
  color: #89b825;
}
#header #menu-principal .menu .sub-menu {
  padding: 0 0 0 5px;
}
#header #menu-principal .menu .sub-menu a {
  padding: 7px 13px;
}
#header #menu-principal .menu .sub-menu a:before {
  content: "-";
  display: inline-block;
  margin: 0 3px 0 0;
}
#header #menu-principal .menu .sub-menu .sub-menu {
  padding: 0;
}
#header #menu-principal .menu .sub-menu .sub-menu a {
  padding: 5px 22px;
}
#header #menu-principal .menu .sub-menu .sub-menu a:before {
  content: none;
  display: none;
}
#header #elements-secondaires {
  float: right;
  position: relative;
  margin: 5px 0;
}
#header #languages {
  float: right;
  position: relative;
  font-size: 1.104em;
  font-weight: 600;
  text-transform: uppercase;
  color: #89b825;
}
#header #languages .current-language {
  width: 38px;
  height: 36px;
  display: block;
  background-image: url(images/icone-phylactere.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
}
#header .search-wrap {
  float: right;
  position: relative;
}
#header .fa-search {
  float: right;
  padding: 2px 7px;
  margin: 0 10px;
  color: #89b825;
  font-size: 1.375em;
  cursor: pointer;
}
#header #searchform {
  width: 170px;
  display: none;
  position: absolute;
  top: 40px;
  right: -30px;
  z-index: 1;
  padding: 12px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
}
#header #searchform input[type=text] {
  width: 100%;
  float: left;
  padding: 8px 30px 7px 7px;
  border: thin solid #e3e3e3;
  border-radius: 0;
  background-color: #ffffff;
  font-family: "DINPro", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 110%;
  color: #575756;
  outline: none;
  -webkit-appearance: none;
}
#header #searchform input[type=submit], #header #searchform button {
  float: right;
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  border-radius: 0;
  padding: 9px 8px 8px;
  background-color: #3b3d38;
  font-family: FontAwesome;
  font-size: 0.8em;
  line-height: 110%;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
#header #searchform.active {
  display: block;
}
#header .epingle {
  width: 17px;
  float: right;
  padding: 3px 0;
}
#header .epingle img {
  width: 100%;
  height: auto;
  float: left;
}
#header #menu-secondaire {
  float: left;
}
#header #menu-secondaire .menu {
  float: left;
}
#header #menu-secondaire .menu li {
  width: 69px;
  float: left;
  margin: 0 7px 0 0;
  font-weight: 600;
  font-size: 0.58em;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
#header #menu-secondaire .menu li a {
  width: 100%;
  float: left;
  position: relative;
  text-decoration: none;
  color: #000000;
}
#header #menu-secondaire .menu li a:before {
  content: "";
  width: 58px;
  height: 58px;
  display: table;
  margin: 0 auto 5px;
  background-size: 100%;
  background-repeat: no-repeat;
  clear: both;
}
#header #menu-secondaire .menu li.structure a {
  color: #631d00;
}
#header #menu-secondaire .menu li.structure a:before {
  background-image: url(images/picto-structure.svg);
}
#header #menu-secondaire .menu li.bois-bruts a {
  color: #c99d66;
}
#header #menu-secondaire .menu li.bois-bruts a:before {
  background-image: url(images/picto-bois-bruts.svg);
}
#header #menu-secondaire .menu li.facades a {
  color: #447732;
}
#header #menu-secondaire .menu li.facades a:before {
  background-image: url(images/picto-facades.svg);
}
#header #menu-secondaire .menu li.amenagement-exterieur a {
  color: #89b825;
}
#header #menu-secondaire .menu li.amenagement-exterieur a:before {
  background-image: url(images/picto-amenagement-exterieur.svg);
}
#header #menu-secondaire .menu li.agencement-decoration a {
  color: #9f9e9b;
}
#header #menu-secondaire .menu li.agencement-decoration a:before {
  background-image: url(images/picto-agencement-decoration.svg);
}
#header #menu-secondaire .menu li.pellets a {
  color: #631d00;
}
#header #menu-secondaire .menu li.pellets a:before {
  background-image: url(images/picto-Pellets.jpg);
}
#header #menu-secondaire .menu li.prestations-informations {
  margin-left: 3em;
}
#header #menu-secondaire .menu li.prestations-informations a:before {
  background-image: url(images/picto-prestations-informations.svg);
}
#header #menu-secondaire .menu li.recrutement a:before {
  background-image: url(images/picto-recrutement.svg);
}

.access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.13em;
  line-height: 140%;
}
.access .columns {
  width: 31%;
  width: calc(33.33% - 18px);
  /*display: inline-flex;*/
  position: relative;
  margin: 0 0 27px;
  padding: 0;
}
.access .columns.marron {
  background-color: #c99d66;
}
.access .columns.marronF {
  background-color: #631d00;
}
.access .columns.vert {
  background-color: #89b825;
}
.access .columns.vertF {
  background-color: #447732;
}
.access .columns.grisF {
  background-color: #9f9e9b;
  font-family: "hand_of_sean", cursive;
  font-size: 2.294em;
}
.access .columns.grisF .inner {
  line-height: 100%;
}
.access .columns.grisF .plus {
  width: 80px;
  height: 85px;
  display: inline-block;
  position: relative;
  margin: 0 0 0 -16px;
  text-indent: -9999px;
}
.access .columns.grisF .plus:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/icone-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 0;
}
.access .columns.grisF2 {
  background-color: #3b3d38;
}
.access .columns:after {
  content: "";
  display: table;
  padding: 0 0 100%;
  pointer-events: none;
  clear: both;
}
.access a {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
}
.access a .mayus, .access a strong, .access a b {
  width: 100%;
  float: left;
}
.access .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.access.faqs {
  font-size: 1.6em;
  line-height: 120%;
  text-transform: uppercase;
}
.access.faqs .columns {
  width: 22.5%;
  width: calc(25% - 18px);
}

#slider-accueil {
  margin: 0 0 27px;
}

#slider-recrutement {
  /*	.slides{

  		.images-recrutement{
  			@media screen and (min-width: 650px) {
  				&:before {
  					content: "";
  					width: 100%;
  					height: auto;
  					display: block;
  					position: absolute;
  					top: 0;
  					bottom: 0;
  					left: 0;
  					right: 0;
  					background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  					background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  					background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
  		   			pointer-events: none;
  	    		}
      		}

  		} 
  	} */
}
#slider-recrutement .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
#slider-recrutement .slick-dots li {
  margin: 0 0.25rem;
}
#slider-recrutement .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e3e3e3;
  text-indent: -9999px;
}
#slider-recrutement .slick-dots li.slick-active button {
  background-color: #631d00;
}
#slider-recrutement .bloc-txt {
  position: absolute;
  bottom: 0;
  margin: 0 30em 5em 3em;
  color: white;
}
#slider-recrutement .bloc-txt .nom {
  font-size: 1.6em;
  font-weight: 600;
}
#slider-recrutement .bloc-txt .metier {
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0.8em;
}
#slider-recrutement .bloc-txt .presentation {
  font-size: 1.25em;
  margin-top: 1.5em;
}
@media screen and (max-width: 900px) {
  #slider-recrutement .bloc-txt {
    margin: 0 20em 3em 1.5em;
  }
  #slider-recrutement .bloc-txt .metier {
    margin-top: 0.5em;
  }
  #slider-recrutement .bloc-txt .presentation {
    margin-top: 1em;
    font-size: 1em;
  }
}
@media screen and (max-width: 650px) {
  #slider-recrutement .bloc-txt {
    position: relative;
    margin: 0 1em 4em 1em;
    color: #3b3d38;
  }
  #slider-recrutement .bloc-txt .nom {
    margin-top: 8em;
    position: relative;
  }
}

.slick {
  z-index: 1;
}
.slick img {
  width: 100%;
  max-width: none;
  height: auto;
  float: left;
}

.centre-scroll {
  position: relative;
  text-align: center;
}
.centre-scroll .scrollto {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  margin: -80px auto 0;
  border: 2px solid #ffffff;
  border-radius: 100%;
  background-color: transparent;
  font-size: 2.2em;
  line-height: 100%;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-animation: bounces 0.7s ease infinite;
  animation: bounces 0.7s ease infinite;
}
.centre-scroll .scrollto:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.centre-scroll .scrollto:before {
  position: relative;
  top: 1px;
}

@-webkit-keyframes bounces {
  from {
    -webkit-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
  }
  50% {
    -webkit-transform: translate(-50%, 3px);
    transform: translate(-50%, 3px);
  }
  to {
    -webkit-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
  }
}
@keyframes bounces {
  from {
    -webkit-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
  }
  50% {
    -webkit-transform: translate(-50%, 3px);
    transform: translate(-50%, 3px);
  }
  to {
    -webkit-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
  }
}
.contenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #575756;
}
.contenu .columns {
  position: relative;
  margin: 0 0 27px;
  padding: 0;
}
.contenu article.columns {
  position: relative;
  padding: 0 9px 0 0;
  overflow: hidden;
}
.contenu article.columns:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 9px;
  background-color: #e3e3e3;
}
.contenu article.columns .inner {
  width: 100%;
  float: left;
  position: relative;
  padding: 26px 39px;
  font-size: 0.875em;
}
.contenu article.columns p {
  margin: 0 0 16px;
  line-height: 128%;
}
.contenu article.columns p.sans-bottom {
  margin: 0;
}
.contenu aside.columns {
  padding: 0 0 0 18px;
  position: relative;
  font-family: "pluto_sans", sans-serif;
  color: #ffffff;
  overflow: hidden;
}
.contenu aside.columns:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 18px;
  background-color: #f18a5a;
}
.contenu aside.columns .inner {
  width: 100%;
  float: left;
  position: relative;
}
.contenu aside.columns a {
  text-decoration: none;
  color: #ffffff;
}
.contenu aside.columns .titre-actu {
  padding: 36px 32px 20px;
  font-size: 2.813em;
  font-weight: 900;
  line-height: 118.75%;
  text-transform: uppercase;
}
.contenu .titre {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  font-size: 2.571em;
  line-height: 118.75%;
  color: #000000;
}
.contenu .titre strong {
  font-size: 1.511em;
  line-height: 80.65%;
}
.contenu .excerpt {
  width: 100%;
  float: left;
  padding: 48px 42px 30px;
  background-image: url(images/separateur-actualites.png);
  background-size: 7px 13px;
  background-position: top center;
  background-repeat: repeat-x;
}
.contenu .excerpt h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 18px;
  font-size: 1.313em;
  line-height: 114%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.contenu .excerpt h3:before {
  content: "";
  width: 14px;
  height: 14px;
  float: left;
  position: absolute;
  top: 4px;
  left: -18px;
  border-radius: 100%;
  background-color: #ffffff;
}
.contenu .excerpt .image {
  width: 70px;
  float: left;
  margin: 2px 8px 6px 0;
}
.contenu .excerpt p {
  margin: 0 0 10px;
  line-height: 112.5%;
}
.contenu .excerpt p:last-child {
  margin: 0;
}
.contenu .excerpt .lien-excerpt:hover {
  text-decoration: underline;
}

.deux-colonnes {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
       column-gap: 26px;
  text-align: justify;
}

.page-titre {
  width: 100%;
  float: left;
  margin: 0 0 22px;
  padding: 0 23px;
  font-size: 2.938em;
  font-weight: 600;
  line-height: 118.75%;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
.page-titre.centre {
  text-align: center;
}

.soustitre {
  max-width: 560px;
  margin: 0 0 26px;
  font-size: 1.5em;
  line-height: 117%;
}
.soustitre.centre {
  margin: 0 auto 26px;
  text-align: center;
}

.titre-faqs {
  max-width: 350px;
  margin: 0 auto 30px;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 119.44%;
  text-align: center;
  color: #000000;
}

.table-wrapper {
  width: 100%;
  overflow: auto;
}
.table-wrapper tr .nombresespaces {
  word-spacing: 2.5em;
}
@media screen and (max-width: 610px) {
  .table-wrapper tr .nombresespaces {
    word-spacing: 1.5em;
  }
}
@media screen and (max-width: 470px) {
  .table-wrapper tr .nombresespaces {
    word-spacing: none;
  }
}

table {
  width: 100%;
  max-width: 700px;
  margin: 5px 0 10px;
  border-bottom: thin solid #e3e3e3;
  border-collapse: collapse;
  border-spacing: 0;
}
table.pinxxl {
  position: relative;
  margin-top: 40px;
}
table.pinxxl:after {
  content: "";
  width: 50px;
  height: 0;
  position: absolute;
  top: -40px;
  right: 10px;
  padding-bottom: 51px;
  background-image: url(images/picto-xxl.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
table thead tr, table thead tr:first-child {
  border: none;
  background-color: #ffffff;
  vertical-align: middle;
}
table thead tr th:not(:first-child), table thead tr:first-child th:not(:first-child) {
  padding: 7px;
  background-color: #3b3d38;
  font-size: 0.85em;
  font-weight: 600;
  vertical-align: middle;
}
table td {
  padding: 7px;
  vertical-align: middle;
  text-align: center;
}
table td.stock {
  background-color: #bfd285;
  color: #000000;
}
table td.demande {
  background-color: #e0e9c5;
  color: #000000;
}
table tr {
  border-right: thin solid #e3e3e3;
  border-left: thin solid #e3e3e3;
}
table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table tr:not(:last-child) {
  border-bottom: thin solid #e3e3e3;
}
table tr:not(:first-child) td:not(:first-child) {
  border-left: thin solid #e3e3e3;
}
table tr:first-child {
  border-bottom: none;
  background-color: #9f9e9b;
  font-size: 1.125em;
  font-weight: 600;
  color: #ffffff;
}

.access-intermoyennes .access-intermoyenne {
  margin: 0 0 27px;
}
.access-intermoyennes .access-intermoyenne:nth-child(2n+1) {
  padding: 0 14px 0 0;
  clear: left;
}
.access-intermoyennes .access-intermoyenne:nth-child(2n+2) {
  padding: 0 0 0 14px;
  clear: right;
}
.access-intermoyennes .access-intermoyenne .image {
  margin: 0 0 13px;
  padding: 0 14px 0 0;
}
.access-intermoyennes .access-intermoyenne .image a {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.access-intermoyennes .access-intermoyenne .image a:before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
  pointer-events: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.access-intermoyennes .access-intermoyenne .image a:hover {
  /*&:before {
  	opacity: 0.5;
  }
  img {
  	transform: scale(1.05);
  	-webkit-transform: scale(1.05);
  }*/
}
.access-intermoyennes .access-intermoyenne .image a img {
  float: left;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.access-intermoyennes .access-intermoyenne .texte {
  margin: 6px 0 13px;
  padding: 0 0 0 14px;
}
.access-intermoyennes .access-intermoyenne .texte h2 {
  margin: 0 0 20px;
  font-size: 1.75em;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}
.access-intermoyennes .access-intermoyenne .texte h2 .minus {
  width: 100%;
  display: inline-block;
  font-size: 1.232em;
  font-weight: normal;
  text-transform: none;
}
.access-intermoyennes .access-intermoyenne .texte h2 a {
  text-decoration: none;
  color: #000000;
}
.access-intermoyennes .access-intermoyenne .texte ul, .access-intermoyennes .access-intermoyenne .texte p {
  margin: 0;
}
.access-intermoyennes .access-intermoyenne .texte ul a, .access-intermoyennes .access-intermoyenne .texte p a {
  text-decoration: none;
  color: #575756;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.access-intermoyennes .access-intermoyenne .texte ul a:hover, .access-intermoyennes .access-intermoyenne .texte p a:hover {
  color: #000000;
}
.access-intermoyennes .access-intermoyenne .texte ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 10px;
}
.access-intermoyennes .access-intermoyenne .texte ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.access-intermoyennes .access-intermoyenne .texte ul li.drapeau:after {
  content: "";
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
  background-image: url(images/picto-drapeau-francais.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.access-intermoyennes .access-intermoyenne .texte .lien {
  float: right;
  margin: 30px 0 0;
  font-weight: 600;
  text-decoration: none;
  color: #575756;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.access-intermoyennes .access-intermoyenne .texte .lien:hover {
  color: #000000;
}

.access-familles .access-famille {
  max-width: 507px;
  margin: 0 0 54px;
}
.access-familles .access-famille:nth-child(2n+1) {
  padding: 0 14px 0 0;
  clear: left;
}
.access-familles .access-famille:nth-child(2n+2) {
  float: right;
  padding: 0 0 0 14px;
  clear: right;
}
.access-familles .access-famille .texte {
  width: 100%;
  float: left;
  padding: 0 61px 0 18px;
  font-size: 1.125em;
}
.access-familles .access-famille .texte ul, .access-familles .access-famille .texte p {
  margin: 0;
}
.access-familles .access-famille .texte ul a, .access-familles .access-famille .texte p a {
  text-decoration: none;
  color: #575756;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.access-familles .access-famille .texte ul a:hover, .access-familles .access-famille .texte p a:hover {
  color: #000000;
}
.access-familles .access-famille .texte ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 10px;
}
.access-familles .access-famille .texte ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.titre-famille {
  width: 100%;
  height: 48px;
  float: left;
  position: relative;
  margin: 0 0 20px;
  background-size: 48px;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 1.75em;
  font-weight: 900;
  line-height: 48px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}
.titre-famille.structure {
  background-image: url(images/picto-structure.svg);
  background-color: #631d00;
}
.titre-famille.bois-bruts {
  background-image: url(images/picto-bois-bruts.svg);
  background-color: #c99d66;
}
.titre-famille.facades {
  background-image: url(images/picto-facades.svg);
  background-color: #447732;
}
.titre-famille.amenagement-exterieur {
  background-image: url(images/picto-amenagement-exterieur.svg);
  background-color: #89b825;
}
.titre-famille.agencement-decoration {
  background-image: url(images/picto-agencement-decoration.svg);
  background-color: #9f9e9b;
}
.titre-famille.copeaux {
  background-image: url(images/picto-copeaux.svg);
  background-color: #F7B395;
}
.titre-famille.prestations-informations {
  background-image: url(images/picto-prestations-informations.svg);
  border: solid thin #9f9e9b;
  border-right: none;
  color: #000000;
}
.titre-famille.prestations-informations:before {
  content: "";
  width: 1px;
  height: 100%;
  min-height: 48px;
  position: absolute;
  top: -1px;
  right: 61px;
  bottom: -1px;
  background-color: #9f9e9b;
}
.titre-famille.prestations-informations:after {
  top: -1px;
}
.titre-famille.prestations-informations a {
  color: #000000;
}
.titre-famille.recrutement {
  background-image: url(images/picto-recrutement.svg);
  border: solid thin #9f9e9b;
  border-right: none;
  color: #000000;
}
.titre-famille.recrutement:before {
  content: "";
  width: 1px;
  height: 100%;
  min-height: 48px;
  position: absolute;
  top: -1px;
  right: 61px;
  bottom: -1px;
  background-color: #9f9e9b;
}
.titre-famille.recrutement:after {
  top: -1px;
}
.titre-famille.recrutement a {
  color: #000000;
}
.titre-famille:after {
  content: "";
  width: 13px;
  height: 100%;
  min-height: 48px;
  position: absolute;
  top: 0;
  right: 48px;
  bottom: 0;
  background-color: #ffffff;
}
.titre-famille a {
  width: 100%;
  float: left;
  padding: 0 61px 0 18px;
  text-decoration: none;
  color: #ffffff;
}

.page-template-page-famille .titre-famille, .blog .titre-famille {
  float: right;
  margin: 0 0 60px;
  padding: 0 0 0 18px;
  text-decoration: none;
}
.page-template-page-famille .access-intermoyennes .access-intermoyenne .image a:before, .blog .access-intermoyennes .access-intermoyenne .image a:before {
  content: "";
  display: none;
}
.page-template-page-famille .access-intermoyennes .access-intermoyenne .texte h2, .blog .access-intermoyennes .access-intermoyenne .texte h2 {
  font-size: 2.25em;
  font-weight: 100;
  line-height: 88.88%;
  text-transform: none;
  color: #000000;
}

.page-template-page-produit .titre-famille, .blog .titre-famille {
  float: right;
  margin: 0 0 40px;
  padding: 0 0 0 18px;
  text-decoration: none;
}

.contenu-page article.columns {
  position: relative;
  padding: 0 14px 0 0;
  overflow: hidden;
}
.contenu-page article.columns.large-12 {
  padding: 0;
}
.contenu-page article.columns .image {
  position: relative;
}
.contenu-page article.columns .image:before {
  content: "";
  width: 100%;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000",GradientType=0 );
}
.contenu-page article.columns .image.carte:before {
  content: "";
  display: none;
}
.contenu-page article.columns .image img {
  float: left;
}
.contenu-page article.columns .image .page-titre {
  position: absolute;
  top: 30px;
  padding: 0 30px;
  text-align: left;
  color: #ffffff;
}
.contenu-page article.columns .image .page-titre .minus {
  font-weight: normal;
  text-transform: none;
}
.contenu-page article.columns .image .titre-sidebar {
  position: absolute;
  top: 10px;
  left: 60px;
  padding: 0 0 0 20px;
}
.contenu-page article.columns .image .titre-sidebar:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 6px;
  bottom: 7px;
  left: 0;
  background-color: #000000;
}
.contenu-page article.columns .legende {
  width: 100%;
  float: left;
  margin: -5px 0 10px;
  text-align: right;
}
.contenu-page article.columns .inner {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 30px;
  background-color: #e3e3e3;
}
.contenu-page article.columns .page-titre {
  max-width: 800px;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.contenu-page article.columns .page-titre:after {
  content: "";
  display: table;
  pointer-events: none;
  clear: both;
}
.contenu-page article.columns h2:not(.titre):not(.soustitre):not(.titre-sidebar) {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 11px;
  font-size: 1.781em;
  font-weight: 600;
  line-height: 100%;
  color: #000000;
}
.contenu-page article.columns h2:not(.titre):not(.soustitre):not(.titre-sidebar).soustitre-produit {
  margin-top: -6px;
  padding-left: 23px;
}
.contenu-page article.columns h2:not(.titre):not(.soustitre):not(.titre-sidebar).soustitre-produit .pas-gras {
  font-weight: 400;
}
.contenu-page article.columns h2:not(.titre):not(.soustitre):not(.titre-sidebar) .mayus {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  margin: 6px 0 0;
  font-size: 0.68em;
  font-weight: 400;
  text-transform: uppercase;
}
.contenu-page article.columns p {
  margin: 0 0 38px;
  line-height: 128%;
}
.contenu-page article.columns p:last-child {
  margin: 0 0 28px;
}
.contenu-page article.columns p.sans-bottom {
  margin: 0;
}
.contenu-page article.columns p.credits {
  max-width: 400px;
  display: inline-block;
  position: relative;
  padding: 2px 0 0;
}
.contenu-page article.columns p.credits:before {
  content: "";
  width: 37px;
  height: 1px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
}
.contenu-page article.columns .image-secondaire {
  margin: 0 0 20px;
}
.contenu-page article.columns .image-secondaire img {
  float: left;
}
.contenu-page article.columns .contenu-page-basique {
  width: 100%;
  max-width: 1000px;
  float: none;
  margin: 0 auto 40px;
}
.contenu-page article.columns .contenu-page-basique:before {
  content: "";
  display: table;
  pointer-events: none;
}
.contenu-page article.columns .contenu-page-basique:after {
  content: "";
  display: table;
  pointer-events: none;
  clear: both;
}
.contenu-page article.columns .contenu-page-basique .faqs-h1 {
  margin: 0 0 20px;
  padding: 0 0 14px;
  border-bottom: thin solid #9f9e9b;
  font-size: 1.5em;
  text-transform: uppercase;
}
.contenu-page article.columns .contenu-page-basique .question {
  margin: 0 0 8px;
  font-size: 1.125em;
  font-weight: 600;
}
.contenu-page article.columns .contenu-page-basique .reponse {
  margin: 0 0 30px;
}
.contenu-page article.columns .contenu-page-basique .reponse .sans-left {
  padding: 0 20px 0 0;
}
.contenu-page article.columns .contenu-page-basique .reponse .sans-right {
  padding: 0 0 0 20px;
}
.contenu-page article.columns .contenu-page-basique .reponse table td {
  text-align: left;
}
.contenu-page article.columns .contenu-page-basique .reponse table:last-of-type {
  margin: 5px 0 26px;
}
.contenu-page article.columns .contenu-page-basique .reponse p {
  margin: 0 0 8px;
}
.contenu-page article.columns .contenu-page-basique .reponse ul {
  margin: 0 0 8px;
}
.contenu-page article.columns .contenu-page-basique .reponse a {
  text-decoration: underline;
  color: #575756;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.contenu-page article.columns .contenu-page-basique .reponse a:hover {
  color: #000000;
}
.contenu-page article.columns .contenu-page-basique h3 {
  margin: 0 0 8px;
  font-size: 1.125em;
  font-weight: 600;
}
.contenu-page article.columns .contenu-page-basique ul {
  margin: 0 0 38px;
}
.contenu-page article.columns .contenu-page-basique ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 10px;
}
.contenu-page article.columns .contenu-page-basique ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.contenu-page article.columns .gallery {
  /*text-align: center;*/
}
.contenu-page article.columns .gallery .gallery-item {
  display: inline-block;
  margin: 0 10px 20px;
  margin: 0 20px 20px 0;
}
.contenu-page article.columns .gallery .gallery-item a {
  width: 140px;
  float: left;
}
.contenu-page article.columns .gallery .gallery-item a img {
  width: 100%;
  max-width: none;
  height: auto;
  float: left;
}
.contenu-page aside.columns .titre-sidebar {
  border-bottom: 6px solid #447732;
}
.contenu-page aside.columns .titre-sidebar:before, .contenu-page aside.columns .titre-sidebar:after {
  content: "";
  width: 33.33%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #c99d66;
}
.contenu-page aside.columns .titre-sidebar:after {
  left: auto;
  right: 0;
  background-color: #89b825;
}
.contenu-page aside.columns .titre-sidebar.telechargement {
  padding: 0 0 11px 65px;
  background-image: url(images/icone-pdf.svg);
  background-size: 43px 56px;
  background-position: left 12px;
  background-repeat: no-repeat;
}
.contenu-page aside.columns .titre-sidebar.photos, .contenu-page aside.columns .titre-sidebar.references {
  padding: 0 0 11px 65px;
}
.contenu-page aside.columns .titre-sidebar.photos .fa, .contenu-page aside.columns .titre-sidebar.references .fa {
  width: 65px;
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 1.673em;
  line-height: 56px;
  vertical-align: middle;
  text-align: left;
}
.contenu-page aside.columns .titre-sidebar.references {
  padding: 0 0 18px 65px;
  line-height: 90%;
}
.contenu-page aside.columns .titre-sidebar.references .mayus {
  margin: 0;
}
.contenu-page aside.columns .titre-sidebar a {
  text-decoration: none;
  color: #000000;
}
.contenu-page aside.columns .titre-sidebar a .fa {
  color: #447732;
}
.contenu-page .annees .row {
  width: 100%;
  min-height: 46px;
  margin: 0 0 20px;
  display: table;
}
.contenu-page .annees .row .annee {
  display: table-cell;
  position: relative;
  padding: 0 24px 0 0;
  font-size: 1.688em;
  font-weight: 600;
  vertical-align: top;
  color: #000000;
}
.contenu-page .annees .row .annee:after {
  content: "";
  width: 36px;
  height: 7px;
  float: left;
  position: absolute;
  top: 30px;
  left: 3px;
  background-color: #000000;
}
.contenu-page .annees .row .texte {
  display: table-cell;
  vertical-align: top;
}
.contenu-page .annees .row .texte img.alignright {
  float: right;
  margin: -2px 0 -5px 4px;
}
.contenu-page .titre {
  width: 100%;
  float: left;
  margin: 0 0 30px;
  font-size: 3em;
  font-weight: 100;
  color: #000000;
}
.contenu-page .titre .mayus {
  width: 100%;
  display: inline-block;
  margin: 0 0 12px;
  font-size: 0.68em;
  font-weight: 600;
  text-transform: uppercase;
}
.contenu-page .titre strong {
  width: 100%;
  display: inline-block;
  font-weight: 900;
  line-height: 140%;
}
.contenu-page .titre-sidebar {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 11px;
  font-size: 1.781em;
  font-weight: 100;
  color: #000000;
}
.contenu-page .titre-sidebar .mayus {
  width: 100%;
  display: inline-block;
  margin: 0 0 3px;
  font-size: 0.68em;
  font-weight: 600;
  text-transform: uppercase;
}
.contenu-page .titre-sidebar strong {
  width: 100%;
  display: inline-block;
  margin: 5px 0;
  font-weight: 900;
  line-height: 100%;
}
.contenu-page.produit .produit-titre {
  width: 100%;
  float: left;
  margin: 0 0 15px;
  padding: 0 23px;
  font-size: 3em;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}
.contenu-page.produit article.columns {
  margin: 0;
  padding: 0 20px 0 0;
}
.contenu-page.produit article.columns p {
  padding-left: 23px;
}
.contenu-page.produit article.columns .image:before {
  content: "";
  display: none;
}
.contenu-page.produit article.columns .image.logopinxxl:after {
  content: "";
  width: 120px;
  height: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  padding-bottom: 121px;
  background-image: url(images/picto-xxl.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.contenu-page.produit aside.columns {
  margin: 0;
}
.contenu-page.produit aside.columns .domaines {
  padding: 0 20px;
}
.contenu-page.produit aside.columns .nos-plus {
  padding: 19px 20px 0;
  color: #ffffff;
}
.contenu-page.produit aside.columns .nos-plus h3 {
  margin: 0 0 16px;
  padding: 0;
  font-family: "hand_of_sean", cursive;
  font-size: 1.625em;
  text-transform: none;
}
.contenu-page.produit aside.columns .nos-plus h3:before {
  content: none;
  display: none;
}
.contenu-page.produit aside.columns .nos-plus h3 .plus {
  width: 26px;
  height: 27px;
  display: inline-block;
  position: relative;
  margin: 0 0 0 -10px;
  text-indent: -9999px;
}
.contenu-page.produit aside.columns .nos-plus h3 .plus:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/icone-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 0;
}
.contenu-page.produit aside.columns .nos-plus ul li:before {
  content: "+";
  width: auto;
  height: auto;
  top: 0;
  display: inline-block;
  background-color: transparent;
}

.texte-contenu-famille {
  padding: 0 0 50px;
  text-align: center;
}
.texte-contenu-famille a {
  font-size: 1.45em;
  text-decoration: none;
  color: #575756;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.texte-contenu-famille a:hover {
  color: #000000;
}

.bloques-produit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
}
.bloques-produit .bloque-produit:nth-child(12n+1), .bloques-produit .bloque-produit:nth-child(12n+5), .bloques-produit .bloque-produit:nth-child(12n+11) {
  background-color: #eee4d4;
}
.bloques-produit .bloque-produit:nth-child(12n+3), .bloques-produit .bloque-produit:nth-child(12n+7), .bloques-produit .bloque-produit:nth-child(12n+9) {
  background-color: #d5d8d7;
}
.bloques-produit .bloque-produit.pi, .bloques-produit .bloque-produit.pefc, .bloques-produit .bloque-produit.ce {
  position: relative;
  padding-right: 70px;
}
.bloques-produit .bloque-produit.pefc:before {
  content: "";
  width: 43px;
  height: 114px;
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: url(images/picto-PEFC-drapeau-francais.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.bloques-produit .bloque-produit.ce:before {
  content: "";
  width: 43px;
  height: 33px;
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: url(images/picto-CE.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.bloques-produit .bloque-produit.pi .pi-lien {
  content: "";
  width: 43px;
  height: 43px;
  position: absolute;
  bottom: 18px;
  right: 18px;
  background-image: url(images/picto-prestations-informations.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.structure .bloques-produit .bloque-produit:nth-child(12n+1), .structure .bloques-produit .bloque-produit:nth-child(12n+5), .structure .bloques-produit .bloque-produit:nth-child(12n+11) {
  background-color: #ede2db;
}

.bois-bruts .bloques-produit .bloque-produit:nth-child(12n+1), .bois-bruts .bloques-produit .bloque-produit:nth-child(12n+5), .bois-bruts .bloques-produit .bloque-produit:nth-child(12n+11) {
  background-color: #eee4d4;
}

.facades .bloques-produit .bloque-produit:nth-child(12n+1), .facades .bloques-produit .bloque-produit:nth-child(12n+5), .facades .bloques-produit .bloque-produit:nth-child(12n+11) {
  background-color: #dcdfd0;
}

.amenagement-exterieur .bloques-produit .bloque-produit:nth-child(12n+1), .amenagement-exterieur .bloques-produit .bloque-produit:nth-child(12n+5), .amenagement-exterieur .bloques-produit .bloque-produit:nth-child(12n+11) {
  background-color: #eaf0d9;
}

.agencement-decoration .bloques-produit .bloque-produit:nth-child(12n+1), .agencement-decoration .bloques-produit .bloque-produit:nth-child(12n+5), .agencement-decoration .bloques-produit .bloque-produit:nth-child(12n+11) {
  background-color: #c5c7c8;
}

.bloque-produit {
  padding: 26px 20px 10px;
  color: #000000;
}
.bloque-produit h3 {
  position: relative;
  margin: 0 0 26px;
  padding: 15px 0 0;
  font-size: 1.5em;
  line-height: 100%;
  text-transform: uppercase;
}
.bloque-produit h3:before {
  content: "";
  width: 57px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
}
.bloque-produit ul, .bloque-produit p {
  margin: 0 0 26px;
}
.bloque-produit ul a, .bloque-produit p a {
  text-decoration: underline;
  color: #000000;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.bloque-produit ul a:hover, .bloque-produit p a:hover {
  color: #000000;
}
.bloque-produit ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 10px;
}
.bloque-produit ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
  background-color: #000000;
}

.bloque-produit.accordion {
  width: 100%;
  float: left;
  margin: 0 0 26px;
  padding: 26px 0 10px;
}
.bloque-produit.accordion .titre-accordion {
  width: 100%;
  position: relative;
  margin: 0 0 24px;
  padding: 12px 20px 2px 40px;
  background-image: url(images/icone-regles.svg);
  background-size: 30px 26px;
  background-position: left 6px;
  background-repeat: no-repeat;
  font-size: 1.125em;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.bloque-produit.accordion .titre-accordion:before {
  content: "";
  width: 43px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 40px;
  background-color: #000000;
}
.bloque-produit.accordion .titre-accordion:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 3px;
}
.bloque-produit.accordion .contenu-accordion {
  width: 100%;
  height: auto;
  max-height: 0;
  color: #575756;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.bloque-produit.accordion .contenu-accordion.active {
  max-height: 900px;
  opacity: 1;
  overflow: visible;
}
.bloque-produit.accordion .contenu-accordion .inner {
  width: 100%;
  float: left;
}

.tableaux h3 {
  margin: 0 0 26px;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #000000;
}
.tableaux h3.margin-top {
  margin: 26px 0;
}
.tableaux h3.pinxxl {
  position: relative;
  padding: 0 70px 0 0;
}
.tableaux h3.pinxxl:after {
  content: "";
  width: 50px;
  height: 0;
  position: absolute;
  top: -6px;
  right: 0;
  padding-bottom: 51px;
  background-image: url(images/picto-xxl.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.tableaux ul, .tableaux p {
  margin: 0 0 26px;
}
.tableaux ul a, .tableaux p a {
  text-decoration: underline;
  color: #575756;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.tableaux ul a:hover, .tableaux p a:hover {
  color: #000000;
}
.tableaux ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 10px;
}
.tableaux ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
  background-color: #000000;
}

.carre {
  display: inline-block;
  margin: 0 5px 9px 0;
}
.carre:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px 0px 0;
}
.carre.stock:before {
  background-color: #bfd285;
}
.carre.demande:before {
  background-color: #e0e9c5;
}

#main {
  margin: 145px 0 0;
}
#main .nos-plus {
  background-color: #000000;
}
#main.structure .nos-plus {
  background-color: #631d00;
}
#main.bois-bruts .nos-plus {
  background-color: #c99d66;
}
#main.facades .nos-plus {
  background-color: #447732;
}
#main.amenagement-exterieur .nos-plus {
  background-color: #89b825;
}
#main.agencement-decoration .nos-plus {
  background-color: #9f9e9b;
}
#main.copeaux .nos-plus {
  background-color: #F7B395;
}

.contenu-implantation {
  padding: 48px 0;
  text-align: center;
}
.contenu-implantation .titre-implantation {
  min-height: 30px;
  display: inline-block;
  margin: 0 auto 6px;
  font-weight: 600;
  text-transform: uppercase;
}
.contenu-implantation .titre-implantation .siege {
  text-transform: none;
}

.wpcf7 form {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
}
.wpcf7 form label {
  width: 100px;
  float: left;
  padding: 11px 7px 7px 0;
  text-align: right;
}
.wpcf7 form .telechargements {
  padding-top: 0;
}
.wpcf7 form .bouton-form {
  margin-top: 2em;
  text-align: center;
}
.wpcf7 form .bouton-form a {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 0.2em;
  line-height: 200%;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #89b825;
  color: white;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.wpcf7 form .bouton-form a:hover {
  background-color: #447732;
}
@media screen and (max-width: 750px) {
  .wpcf7 form .bouton-form a {
    font-size: 1em;
  }
}
.wpcf7 form input[type=text], .wpcf7 form input[type=email], .wpcf7 form input[type=tel], .wpcf7 form input[type=text], .wpcf7 form select, .wpcf7 form textarea {
  width: 100%;
  width: calc(100% - 100px);
  float: left;
  padding: 9px 9px 8px;
  border: thin solid #e3e3e3;
  border-radius: 0;
  background-color: #ffffff;
  font-family: "DINPro", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 110%;
  color: #575756;
  outline: none;
  -webkit-appearance: none;
}
.wpcf7 form textarea {
  max-height: 160px;
}
.wpcf7 form select::-ms-expand {
  display: none;
}
.wpcf7 form input[type=submit], .wpcf7 form button {
  float: right;
  padding: 13px 30px 12px;
  border: none;
  border-radius: 0;
  background-color: #3b3d38;
  font-family: "DINPro", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
.wpcf7 .form-item {
  position: relative;
  margin: 0 0 7px;
}
.wpcf7 .form-item.select:before {
  content: "\f107";
  position: absolute;
  top: 12px;
  right: 10px;
  font-family: FontAwesome;
  font-size: 1.125em;
  pointer-events: none;
}
.wpcf7 .form-item.obligatoire label:after {
  content: "*";
  position: absolute;
  top: 14px;
  right: -15px;
  font-size: 1.125em;
  font-weight: 600;
  color: red;
}
.wpcf7 .form-item.submit {
  margin: 21px 0 0;
}
.wpcf7 .rouge {
  float: left;
  margin: 28px 0 0 !important;
  font-size: 1.125em;
  font-weight: 600;
  color: red;
}
.wpcf7 .wpcf7-not-valid-tip {
  width: 100%;
  float: left;
  margin: 3px 0 5px;
  font-size: 0.8em;
  font-weight: 600;
}
.wpcf7 .wpcf7-response-output {
  width: 100%;
  float: left;
}

#savoir-faire {
  margin: 0 0 54px;
}
#savoir-faire .savoir-faire {
  position: relative;
}
#savoir-faire img {
  width: 100%;
  height: auto;
  float: left;
}
#savoir-faire .texte {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  padding: 60px 20px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
  color: #ffffff;
}
#savoir-faire .texte h2 {
  margin: 0 0 5px;
  font-size: 1.75em;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
}
#savoir-faire .texte h2 .unites {
  text-transform: none;
}
#savoir-faire .texte h2 .unites sup {
  position: relative;
  top: -11px;
  font-size: 0.5em;
}
#savoir-faire .texte p {
  font-size: 1.25em;
  line-height: 117.8%;
}
#savoir-faire .texte .sans-left {
  padding: 0 15px 0 0;
}
#savoir-faire .texte .sans-right {
  padding: 0 0 0 15px;
}

.feed-facebook {
  width: 100%;
  text-align: center;
}
.feed-facebook .tagembed-container {
  width: 100%;
  margin-bottom: 2em;
}
.feed-facebook .bouton {
  position: relative;
  margin-bottom: 10em;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #89b825;
  color: white;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.feed-facebook .bouton:hover {
  background-color: #447732;
}
@media screen and (max-width: 750px) {
  .feed-facebook .bouton {
    font-size: 1em;
  }
}

#footer {
  color: #ffffff;
  margin-top: 1em;
}
#footer a {
  text-decoration: none;
  color: #ffffff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .inner {
  padding: 28px 7px 20px;
  background-color: #3b3d38;
}
#footer .large-8 .colonnes {
  width: 100%;
  display: table;
  margin-bottom: 2em;
}
#footer .large-8 .columns {
  display: table-cell;
  float: none;
  position: relative;
  padding: 0;
  font-size: 0.74em;
}
#footer .large-8 .columns:nth-child(1) {
  padding: 0 30px 0 0;
}
#footer .large-8 .columns:nth-child(3), #footer .large-8 .columns:nth-child(4) {
  padding: 0 0 0 30px;
}
#footer .large-8 .columns:nth-child(2):before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 15px;
  background-color: #ffffff;
}
#footer .large-8 .columns:nth-child(2):after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 15px;
  background-color: #ffffff;
}
#footer .large-8 .columns:nth-child(4):before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 15px;
  background-color: #ffffff;
}
#footer .large-8 p:not(.titre-pied) {
  margin: 0 0 6px;
  line-height: 100%;
}
#footer .large-8 ul {
  margin: 0 0 20px 18px;
  line-height: 100%;
}
#footer .large-8 ul li {
  margin: 0 0 2px;
}
#footer .titre-pied {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  font-family: "pluto_sans", sans-serif;
  font-size: 1.791em;
  font-weight: 900;
  line-height: 100%;
}
#footer .coordonnees {
  font-family: "pluto_sans", sans-serif;
  text-align: center;
}
#footer .coordonnees .internet {
  display: inline-block;
  margin: 0 auto 16px;
  font-weight: 600;
}
#footer .coordonnees p:not(.titre-pied) {
  margin: 0 auto 30px;
  font-size: 0.74em;
  line-height: 115%;
}
#footer .coordonnees .liens-sociaux {
  position: relative;
  margin: 0 auto;
  font-size: 1.25em;
  text-align: center;
}
#footer .coordonnees .liens-sociaux li {
  display: inline-block;
  margin: 0 5px;
}
#footer .coordonnees .liens-sociaux li a {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
#footer .coordonnees .liens-sociaux li a:hover {
  text-decoration: none;
  color: #e3e3e3;
}
#footer #ligne-footer {
  margin: -24px 0 0;
}
#footer .pefc {
  margin-bottom: 2em;
}
#footer #menu-pied-mentions-legales {
  float: left;
  margin: 24px 0 0 28px;
  font-size: 0.74em;
}
#footer #menu-pied-mentions-legales li {
  float: left;
  margin: 0 28px 0 0;
}

/*Media Queries*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .contenu .excerpt {
    background-image: url(images/separateur-actualites@2x.png);
  }
}
@media screen and (max-width: 1400px) {
  #header .burger {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 1240px) {
  .contenu aside.columns .titre-actu {
    padding: 26px 22px 10px;
    font-size: 2.5em;
  }
  .contenu .excerpt {
    padding: 38px 32px 20px;
  }
}
@media screen and (max-width: 1225px) {
  #header #logo {
    width: 250px;
    margin: 0 38px 0 0;
  }
  #main {
    margin: 161px 0 0;
  }
  .contenu-page.produit .produit-titre {
    padding: 0;
    font-size: 2.8em;
  }
  .contenu-page article.columns h2:not(.titre):not(.soustitre):not(.titre-sidebar).soustitre-produit {
    padding-left: 0;
  }
  .contenu-page.produit article.columns p {
    padding-left: 0;
  }
}
@media screen and (max-width: 1150px) {
  #header #logo {
    margin: 0 18px 0 0;
  }
  #header #menu-secondaire .menu li {
    margin: 0 3px 0 0;
  }
  .contenu-page.produit .produit-titre {
    font-size: 2.7em;
  }
  #footer .large-8 .columns:nth-child(2):before, #footer .large-8 .columns:nth-child(2):after, #footer .large-8 .columns:nth-child(4):before {
    content: none;
    display: none;
  }
}
@media screen and (max-width: 1110px) {
  #header .burger {
    margin: 0 0 0 19px;
  }
  #header #logo {
    width: 268px;
    margin: 0 16px 0 0;
  }
  #header #menu-secondaire .menu li {
    width: 62px;
  }
  .container {
    max-width: 1620px;
    padding: 0 20px;
  }
  .titre-famille {
    font-size: 1.6em;
  }
  .page-template-page-famille .access-intermoyennes .access-intermoyenne .texte h2, .blog .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 2em;
  }
  .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 1.7em;
  }
  .contenu-page.produit .produit-titre {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 1066px) {
  .medium-12.columns.sans-left, .medium-12.columns.sans-right {
    padding: 0;
  }
  #header #menu-secondaire {
    display: none;
  }
  #header .container .inner {
    padding: 36px 0 20px;
  }
  #header #elements-secondaires {
    margin: 15px 0;
  }
  #header .burger {
    margin: 10px 0 0 19px;
  }
  #main {
    margin: 137px 0 0;
  }
  .access {
    font-size: 2em;
  }
  .access .columns.grisF {
    font-size: 2em;
  }
  .access .columns.grisF .plus {
    width: 70px;
    height: 74px;
    top: -7px;
  }
  .access.faqs {
    font-size: 1.35em;
  }
  .contenu article.columns {
    padding: 0;
  }
  .contenu article.columns:before {
    right: 0;
  }
  .contenu article.columns .inner {
    padding: 20px 29px 35px;
  }
  .contenu aside.columns {
    padding: 0;
  }
  .contenu aside.columns:before {
    left: 0;
  }
  .page-titre {
    font-size: 2.38em;
  }
  .contenu-page .titre {
    font-size: 2em;
  }
  .contenu-page article.columns {
    padding: 0;
  }
  .contenu-page .annees .row .annee {
    width: 64px;
  }
  .contenu-page.produit article.columns {
    padding: 0;
  }
  .contenu-page.produit .produit-titre {
    font-size: 2.4em;
  }
  .contenu-page aside.columns .titre-sidebar.photos .fa, .contenu-page aside.columns .titre-sidebar.references .fa {
    top: 5px;
  }
  #footer .large-8 .columns {
    display: block;
    float: left;
  }
  #footer .large-8 .columns:nth-child(1), #footer .large-8 .columns:nth-child(3) {
    padding: 0 15px 0 0;
  }
  #footer .large-8 .columns:nth-child(2), #footer .large-8 .columns:nth-child(4) {
    padding: 0 0 0 15px;
  }
  #footer #ligne-footer {
    width: 100%;
    margin: 15px 0 0;
  }
  #footer #ligne-footer nav {
    float: right;
  }
}
@media screen and (max-width: 1000px) {
  .access .columns {
    width: 50%;
    width: calc(50% - 13px);
  }
  .titre-famille {
    font-size: 1.35em;
  }
  .page-template-page-famille .access-intermoyennes .access-intermoyenne .texte h2, .blog .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 1.85em;
  }
  .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 1.6em;
  }
  .contenu-page article.columns .gallery .gallery-item a {
    width: 130px;
  }
  .contenu-page.produit .produit-titre {
    font-size: 2.2em;
  }
  .bloque-produit h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 870px) {
  .titre-faqs {
    font-size: 2em;
  }
  .page-titre {
    font-size: 1.85em;
  }
  .contenu-page article.columns h2:not(.titre):not(.soustitre):not(.titre-sidebar) {
    font-size: 1.48em;
  }
  .soustitre {
    font-size: 1.3em;
  }
  .contenu-page article.columns .contenu-page-basique .faqs-h1 {
    font-size: 1.25em;
  }
  .page-template-page-implantation .contenu-page article.columns .image {
    width: 100%;
  }
  .page-template-page-implantation .contenu-page article.columns .image img {
    width: 100%;
    max-width: none;
  }
  .contenu-page article.columns .image .titre-sidebar {
    top: 20px;
    left: 20px;
  }
  .access.faqs {
    font-size: 1.1em;
  }
  #savoir-faire .texte {
    font-size: 0.9em;
  }
  .access-familles .access-famille {
    width: 100%;
    max-width: none;
  }
  .access-familles .access-famille:nth-child(2n+1), .access-familles .access-famille:nth-child(2n+2) {
    padding: 0;
  }
  .page-template-page-famille .access-intermoyennes .access-intermoyenne .texte h2, .blog .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 1.7em;
  }
  .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 1.55em;
  }
  .contenu-page article.columns .gallery .gallery-item a {
    width: 120px;
  }
  .contenu-page.produit .produit-titre {
    font-size: 1.9em;
  }
  .bloque-produit h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .access-intermoyennes .access-intermoyenne {
    width: 100%;
  }
  .access-intermoyennes .access-intermoyenne:nth-child(odd), .access-intermoyennes .access-intermoyenne:nth-child(2n+2) {
    padding: 0;
  }
  .contenu-page article.columns .gallery .gallery-item a {
    width: 100px;
  }
  .contenu-page.produit .produit-titre {
    font-size: 1.8em;
  }
  .bloque-produit h3 {
    font-size: 1.2em;
  }
  .bloque-produit.accordion .titre-accordion {
    font-size: 1em;
  }
}
@media screen and (max-width: 700px) {
  .small-12.columns.sans-left, .small-12.columns.sans-right {
    padding: 0;
  }
  #slider-accueil, #slider-recrutement {
    margin: 0 0 14px;
  }
  .centre-scroll {
    display: none;
  }
  .access, .access.faqs {
    font-size: 1em;
  }
  .access .columns.grisF {
    font-size: 1.5em;
  }
  .access .columns.grisF .plus {
    width: 22px;
    height: 24px;
    top: 0;
    margin: 0 0 0 -8px;
  }
  .access .columns, .access.faqs .columns {
    width: calc(50% - 7px);
    margin: 0 0 14px;
  }
  .access a {
    padding: 0;
  }
  .access .inner {
    width: calc(100% - 12px);
    padding: 0 6px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .contenu article.columns .inner {
    padding: 20px 20px 35px;
  }
  .contenu .titre {
    font-size: 1.6em;
  }
  .deux-colonnes {
    -webkit-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .contenu aside.columns .titre-actu {
    padding: 16px 20px 10px;
    font-size: 1.9em;
  }
  .contenu .excerpt {
    padding: 28px 20px 20px;
  }
  .contenu .excerpt h3 {
    font-size: 1.13em;
  }
  .contenu .excerpt h3:before {
    content: none;
    display: none;
  }
  .contenu .excerpt p, .contenu .excerpt .lien-excerpt {
    font-size: 0.9em;
  }
  .titre-faqs {
    font-size: 1.6em;
  }
  .page-titre {
    font-size: 1.6em;
  }
  .contenu-page article.columns h2:not(.titre):not(.soustitre):not(.titre-sidebar) {
    font-size: 1.24em;
  }
  .soustitre {
    font-size: 1.15em;
  }
  .titre-famille {
    font-size: 1.15em;
  }
  .titre-famille a {
    padding-left: 10px;
  }
  .page-template-page-produit .titre-famille {
    padding-left: 10px;
  }
  .page-template-page-famille .access-intermoyennes .access-intermoyenne .texte h2, .blog .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 1.5em;
  }
  .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 1.4em;
  }
  .contenu-page article.columns p {
    margin: 0 0 20px;
  }
  .wpcf7 form input[type=text], .wpcf7 form input[type=email], .wpcf7 form input[type=tel], .wpcf7 form input[type=text], .wpcf7 form select, .wpcf7 form textarea {
    width: 100%;
  }
  .wpcf7 .form-item.select:before {
    top: auto;
    bottom: 10px;
  }
  .wpcf7 .form-item.obligatoire label:after {
    position: static;
    font-weight: normal;
  }
  .wpcf7 form label {
    padding: 0 0 5px;
    text-align: left;
  }
  .contenu-page .titre-sidebar {
    font-size: 1.5em;
    font-weight: 400;
  }
  .contenu-page aside.columns .titre-sidebar.photos .fa, .contenu-page aside.columns .titre-sidebar.references .fa {
    top: 0;
  }
  .contenu-page article.columns .image .titre-sidebar {
    top: 15px;
    left: 10px;
  }
  .contenu-page article.columns .inner {
    padding: 20px;
  }
  .contenu-page article.columns .image .page-titre {
    top: 18px;
    padding: 0 20px;
  }
  .contenu-page .titre {
    margin: 0 0 20px;
    font-size: 1.8em;
  }
  .contenu-page.produit .produit-titre {
    font-size: 1.7em;
  }
  .contenu-page.produit article.columns .image.logopinxxl:after {
    width: 100px;
    padding-bottom: 101px;
  }
  #footer .container {
    padding: 0;
  }
  #footer .large-8 .columns:nth-child(1), #footer .large-8 .columns:nth-child(3), #footer .large-8 .columns:nth-child(2), #footer .large-8 .columns:nth-child(4) {
    padding: 0;
  }
  #footer .titre-pied {
    font-size: 1.5em;
  }
  #footer .coordonnees {
    text-align: left;
  }
  #footer .coordonnees p:not(.titre-pied) {
    margin: 0 auto 20px;
  }
  #footer .coordonnees .liens-sociaux {
    text-align: left;
  }
  #footer .coordonnees .liens-sociaux li:first-child {
    margin: 0 5px 0 0;
  }
  #footer .coordonnees .liens-sociaux li:last-child {
    margin: 0 0 0 5px;
  }
  #footer .pefc {
    max-width: 100px;
  }
  #footer #menu-pied-mentions-legales {
    margin: 17px 0 0;
  }
  #footer #menu-pied-mentions-legales li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-template-page-famille .access-intermoyennes .access-intermoyenne .texte h2, .blog .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 1.35em;
  }
  .access-intermoyennes .access-intermoyenne .texte h2 {
    font-size: 1.25em;
  }
  .contenu-page.produit .produit-titre {
    font-size: 1.6em;
  }
  .contenu-page.produit article.columns .image.logopinxxl:after {
    width: 80px;
    top: 14px;
    padding-bottom: 81px;
  }
}
@media screen and (max-width: 530px) {
  #header #logo {
    width: 180px;
    margin: 0 10px 0 0;
  }
  #header .burger {
    width: 40px;
    margin: 5px 0 0 10px;
  }
  #header .burger .ligne:last-child {
    display: none;
  }
  #header #elements-secondaires {
    margin: 5px 0 0 0;
  }
  #header .fa-search {
    margin: 0 5px;
  }
  #header .container .inner {
    padding: 16px 0 10px;
  }
  #header .container .inner.petit {
    padding: 16px 0 16px;
  }
  #main {
    margin: 80px 0 0;
  }
  .contenu-page.produit .produit-titre {
    font-size: 1.5em;
  }
  .contenu-page.produit article.columns .image.logopinxxl:after {
    width: 70px;
    top: 10px;
    padding-bottom: 71px;
  }
}
@media screen and (max-width: 400px) {
  #header #logo {
    margin: 0;
  }
  #header .epingle {
    display: none;
  }
  .contenu-page.produit article.columns .image.logopinxxl:after {
    width: 60px;
    top: 8px;
    padding-bottom: 61px;
  }
}
@media screen and (max-width: 370px) {
  #header #logo {
    width: 150px;
  }
  #header .burger {
    width: 34px;
  }
  #header .fa-search {
    margin: 0 5px 0 0;
    padding: 2px 4px 2px 3px;
  }
  .access-intermoyennes .access-intermoyenne .image {
    width: 100%;
    margin: 0 0 6px;
    padding: 0;
  }
  .access-intermoyennes .access-intermoyenne .texte {
    width: 100%;
    padding: 0;
  }
  .titre-famille {
    font-size: 0.95em;
  }
  .titre-famille a {
    padding-left: 5px;
  }
  .page-template-page-produit .titre-famille {
    padding-left: 5px;
  }
  .contenu-page article.columns .image .titre-sidebar {
    left: 0;
    padding: 0;
  }
  .contenu-page article.columns .image .titre-sidebar:before {
    content: none;
    display: none;
  }
}
/*Page offres d'emploi*/
.bloc-videos {
  margin-top: 2em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bloc-videos {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.embedresize {
  max-width: 560px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .embedresize {
    margin-bottom: 1.5em;
  }
}

.embedresize div {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.embedresize iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro #intro .embedresize iframe,
.exit .quizz .embedresize iframe,
.alreadyplayed #intro .embedresize iframe,
.identityset #intro .embedresize iframe,
#notabene .embedresize iframe,
#message_intro .embedresize iframe,
.fancybox_body .embedresize iframe,
#comments .embedresize iframe,
#description .embedresize iframe,
.alreadyplayed .embedresize iframe,
#adserver .embedresize iframe {
  max-width: none !important;
}

#offres {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin: 10px 0;
}
@media screen and (max-width: 500px) {
  #offres {
    gap: 0;
  }
}
#offres .offre {
  width: 33.33%;
  width: calc(33.33% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 20px 20px 6.5em;
  border: thin solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  #offres .offre {
    width: 50%;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  #offres .offre {
    width: 100%;
    margin: 0 0 20px;
  }
}
#offres .offre p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 133%;
  color: #3b3d38;
}
@media screen and (max-width: 750px) {
  #offres .offre p {
    font-size: 1em;
  }
}
#offres .offre .nouveau {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #631d00;
}
#offres .offre header, #offres .offre footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#offres .offre header {
  position: relative;
  margin-bottom: 1em;
  padding-top: 1.6em;
}
#offres .offre footer {
  width: auto;
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
}
#offres .offre h2 {
  margin: 0 0 1em;
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0.2em 0;
}
#offres .offre h2 a {
  color: #447732;
  text-decoration: none;
  line-height: 100%;
}
#offres .offre h2 a:hover {
  color: #89b825;
}
@media screen and (max-width: 1190px) {
  #offres .offre h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 750px) {
  #offres .offre h2 {
    font-size: 1.2em;
  }
}
#offres .offre .ville, #offres .offre .salaire {
  margin: 0.3em 0 0;
  font-size: 1.2em;
}
#offres .offre .salaire {
  font-weight: 600;
}
#offres .offre .candidature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: thin solid #e3e3e3;
}
#offres .offre .candidature .type_de_candidature {
  display: inline-block;
  margin: 0 0.8em 0.5em 0;
  font-size: 1.4em;
}
#offres .offre .candidature .type_de_candidature:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.2em;
}
#offres .offre .candidature .urgent {
  display: inline-block;
  margin: 0 0 0.6em 0;
  font-size: 1.4em;
  color: #447732;
}
#offres .offre .candidature .urgent:before {
  content: "\f017";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.2em;
  color: #89b825;
}
@media screen and (max-width: 750px) {
  #offres .offre .candidature .urgent {
    font-size: 1em;
  }
}
#offres .offre .bouton {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 2em;
  padding: 0.5em 0;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #89b825;
  color: white;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
#offres .offre .bouton:hover {
  background-color: #447732;
}
@media screen and (max-width: 750px) {
  #offres .offre .bouton {
    font-size: 1em;
  }
}
#offres .offre .publication {
  color: #631d00;
  margin: 0.7em 0.3em 2em;
}

/*Page détail offre*/
.entete-offre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 3em 0;
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .entete-offre {
    border-bottom: thin solid #e3e3e3;
  }
}
.entete-offre .titre-offre {
  margin-top: 0;
  margin-bottom: 0.1em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 0.4em;
  font-size: 2.1em;
  font-weight: 600;
  color: #447732;
  line-height: 100%;
}
.entete-offre .ville {
  margin: 0.8em 0 0.2em;
  font-size: 1.8em;
  font-weight: 600;
  color: #631d00;
}
.entete-offre .extras {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0.5em 0 0.8em 0;
  font-size: 1.5em;
}
.entete-offre .arriere {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 0 0.5em;
  font-size: 1.8em;
  font-weight: 600;
  text-decoration: none;
  color: #631d00;
}
.entete-offre .arriere:before {
  content: "\f0a8";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 2em;
  font-weight: 400;
  margin-right: 0.2em;
  color: #89b825;
}

.texte-offre {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .texte-offre {
    margin-top: 0;
  }
}
.texte-offre h2 {
  font-size: 1.6em;
  font-weight: 600;
  color: #447732;
  margin-bottom: 0.6em;
}
.texte-offre p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 133%;
}
.texte-offre ul {
  margin-bottom: 1em;
}
.texte-offre ul li {
  line-height: 133%;
  font-size: 18px;
  list-style: square;
}
.texte-offre .urgent {
  display: inline-block;
  font-size: 1.4em;
}
.texte-offre .urgent:before {
  content: "\f017";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.4em;
  color: #89b825;
}
.texte-offre footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.texte-offre footer .bouton {
  width: 35%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 0.5em 0;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #89b825;
  color: white;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.texte-offre footer .bouton:hover {
  background-color: #447732;
}
@media screen and (max-width: 750px) {
  .texte-offre footer .bouton {
    font-size: 1em;
  }
}
.texte-offre footer .publication {
  margin: 0.7em 0.3em 2em;
}

#widget-partager {
  width: 100%;
  margin: 1em 0;
  padding-top: 1.5em;
  border-top: thin solid #e3e3e3;
  font-size: 1.4em;
}
#widget-partager a {
  text-decoration: none;
  color: #F7B395;
}